-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (148 loc) · 8.04 KB
/
index.html
File metadata and controls
206 lines (148 loc) · 8.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en" dir=>
<head>
<meta name="generator" content="Hugo 0.68.3" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I'm a Ph.D. student at the University of Toronto under the supervision of Professor Ashish Khisti.">
<meta name="theme-color" content="#FFFFFF"><meta property="og:title" content="About me" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gkasperf.github.io/" />
<meta property="og:updated_time" content="2019-10-25T14:33:30-03:00" />
<title>About Me | Gustavo Kasper Facenda</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.b3215d9d1d18d9051e7fbe8f256ff80e30f41d29073b86348e230d297b771002.css" integrity="sha256-syFdnR0Y2QUef76PJW/4DjD0HSkHO4Y0jiMNKXt3EAI=">
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-82828654-2', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
</head>
<body dir=>
<input type="checkbox" class="hidden" id="menu-control" />
<main class="container flex">
<aside class="book-menu">
<nav>
<h2 class="book-brand">
<a href="/"><span>Gustavo Kasper Facenda</span>
</a>
</h2>
<ul>
<li><a href="/"class=active>About me</a></li>
<li><a href="/papers/">Publications</a></li>
</ul>
<ul>
<li>
<a href="https://github.com/GKasperF/" target="_blank" rel="noopener">
Github
</a>
</li>
<li>
<a href="https://scholar.google.com/citations?user=VNXac_8AAAAJ" target="_blank" rel="noopener">
Google Scholar
</a>
</li>
<li>
<a href="/cv.pdf" target="_blank" rel="noopener">
CV
</a>
</li>
</ul>
</nav>
<script>(function(){var menu=document.querySelector("aside.book-menu nav");addEventListener("beforeunload",function(event){localStorage.setItem("menu.scrollTop",menu.scrollTop);});menu.scrollTop=localStorage.getItem("menu.scrollTop");})();</script>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<strong>About me</strong>
<label for="toc-control">
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
</label>
</div>
<input type="checkbox" class="hidden" id="toc-control" />
<aside class="hidden clearfix">
<nav id="TableOfContents">
<ul>
<li><a href="#research-interests">Research Interests</a></li>
<li><a href="#selected-publications-and-preprints">Selected Publications and Preprints</a></li>
</ul>
</nav>
</aside>
</header>
<article class="markdown"><img src="Kasper.jpg" style="border-radius: 15%; float: left; padding-right: 15px" height="200" width="auto">
I am currently a researcher at Huawei Canada.
<p>I obtained my Ph.D. degree from the <a href="https://www.ece.utoronto.ca/" target="_blank">University of Toronto</a> under the supervision of Professor <a href="https://www.ece.utoronto.ca/people/khisti-a/" target="_blank">Ashish Khisti</a>. In my thesis, I investigated fundamental limits and applications of streaming codes. Traditionally, information theory and coding theory handle the transmission of a single, usually large, message that needs to be transmitted from sender to receiver. Streaming codes, on the other hand, consider a setting of a <i>sequence</i> of messages, which are decoded with a limited latency, usually focused on packet-erasure channel models. They can be seen as a particularly interesting type of convolutional codes.</p>
<p>I am generally interested in information theory, multi-user communications and channel coding theory. Recently, I have taken interest in Machine Learning, and in particular Reinforcement Learning, as its strong theoretical foundation in Markov Decision Processes, and its connection to how humans learn, is captivating.</p>
<p>I really enjoy teaching and mentoring students and I believe scientific development would greatly benefit from a clearer and more accessible communication of knowledge.</p>
<hr>
<!-- <p><blockquote class="book-hint info">
I am currently interested in internships as a way to close the gap between my mostly theoretical communications background and real world applications and implementations. I am especially interested in companies that could benefit from streaming codes, such as companies that work with cloud computing, video conferencing or cloud gaming. You can find my CV <a href="/cv.pdf" target="_blank">here</a> (last updated: Oct/2022).
</blockquote> -->
</p>
<h1 id="research-interests">Research Interests</h1>
<ul>
<li>Information Theory</li>
<li>Multi-user Communications</li>
<li>Streaming Codes</li>
<li>Machine Learning applied to Communications</li>
</ul>
<h1 id="selected-publications-and-preprints">Selected Publications and Preprints</h1>
<p>For a complete list, please check my <a href="/papers/">publications</a> page or my <a href="https://scholar.google.com/citations?user=VNXac_8AAAAJ" target="_blank">Google Scholar</a> profile.</p>
<ul>
<li>
<p><strong>Deep Reinforcement Learning for Latency-Sensitive Communication With Adaptive Redundant Retransmissions</strong><br>
Gustavo Kasper Facenda, Ashish Khisti, Wai-Tian Tan and John Apostolopoulos<br>
IEEE Transactions on Communications, 2023. See on <a href="https://ieeexplore.ieee.org/abstract/document/10075625" target="_blank">IEEExplore</a>. </p>
</li>
<li>
<p><strong>Adaptive Relaying for Streaming Erasure Codes in a Three Node Relay Network</strong><br>
Gustavo Kasper Facenda, Nikhil Krishnan, Elad Domanovitz, Ashish Khisti, Wai-Tian Tan and John Apostolopoulos<br>
IEEE Transactions on Information Theory, 2023. See on <a href="https://ieeexplore.ieee.org/abstract/document/10064107" target="_blank">IEEExplore</a>. </p>
</li>
<li>
<p><strong>Streaming Erasure Codes over Multi-Access Relayed Networks</strong><br>
Gustavo Kasper Facenda, Elad Domanovitz, Ashish Khisti, Wai-Tian Tan and John Apostolopoulos<br>
IEEE Transactions on Information Theory, 2022. See on <a href="https://ieeexplore.ieee.org/abstract/document/9916294" target="_blank">IEEExplore</a>.<br></p>
</li>
<li>
<p><strong>Efficient Scheduling for the Massive Random Access Gaussian Channel</strong><br>
Gustavo Kasper Facenda and Danilo Silva<br>
IEEE Transactions on Wireless Communications, 2020. See on <a href="https://ieeexplore.ieee.org/abstract/document/9163281" target="_blank">IEEExplore</a></p>
</li>
<!-- <details >
<summary>Vector Scholarship in Artificial Intelligence Recipient, 2020-21</summary>
<div class="markdown-inner">
<p>The Vector Scholarship in Artificial Intelligence supports the recruitment of top students to AI-related master’s programs in Ontario. Valued at $17,500 for one year of full-time study at an Ontario university, these merit-based entrance awards recognize exceptional candidates pursuing a master’s program recognized by the Vector Institute or who are following an individualized study path that is demonstrably AI-focused.</p>
<p><a href="https://vectorinstitute.ai/aimasters">https://vectorinstitute.ai/aimasters</a></p>
</div>
</details> -->
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
</div>
</footer>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
<aside class="book-toc">
<nav id="TableOfContents">
<ul>
<li><a href="#research-interests">Research Interests</a></li>
<li><a href="#selected-publications-and-preprints">Selected Publications and Preprints</a></li>
</ul>
</nav>
</aside>
</main>
</body>
</html>