forked from andyzeng/andyzeng.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
278 lines (257 loc) · 14.3 KB
/
index.html
File metadata and controls
278 lines (257 loc) · 14.3 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE HTML>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FNS6GHSLGM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FNS6GHSLGM');
</script>
<!-- Title -->
<title>Chang Won Lee - University of Toronto</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=1000">
<!-- Isotope JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
<!-- Custom Style -->
<link rel="stylesheet" href="style.css">
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
</style>
<!-- Icon -->
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body id="body">
<!-- * PDF Overlay -->
<div id="pdf-overlay" class="overlay">
<div class="overlay-content">
<span class="close-btn">×</span>
<embed id="pdf-embed" type="application/pdf" width="100%" height="100%">
</div>
</div>
<div id="main">
<div id="intro">
<div id="intro-text">
<h1>Chang Won (John) Lee</h1>
<p>
Hi there! I'm a Master's student at the <a href="https://www.utoronto.ca/">University of Toronto</a>, advised by <a href="https://www.trailab.utias.utoronto.ca/steven-waslander">Professor Steven Waslander</a>
in the <a href="https://www.trailab.utias.utoronto.ca/">Toronto Robotics and AI Lab</a>.
I am affiliated with <a href="https://robotics.utoronto.ca/">University of Toronto Robotics Institute</a> and
<a href="https://vectorinstitute.ai/">Vector Institute</a>.
<!-- <div id="more-bio" style="display: None">
<br>
<p>MORE BIO HERE IF NEEDED</p>
</div> -->
I obtained my Bachelor's degree in <a href="https://engsci.utoronto.ca/">Engineering Science</a> (Machine Intelligence major) from the <a href="https://www.utoronto.ca/">University of Toronto</a>.
<br><br>
My research lies at the intersection of machine learning, computer vision, and robotics.
My previous and current work focuses on object detection, uncertainty quantification, multi-object tracking, and visual anomaly detection for autonomous driving and space robotics.
Going forward, I am interested in exploring visual representation learning, generative modeling, multi-modal perception and 3D scene understanding.
<br><br>
<!-- <a href="javascript:toggle_bio()">Formal Bio</a> -->
<a href="#" class="pdf-link" data-pdf="media/Lee_Chang_Won_CV.pdf">CV</a>
<a href="https://github.com/johncwlee">Github</a>
<a href="https://scholar.google.com/citations?user=K_hEzu4AAAAJ&hl=en">G. Scholar</a>
<a href="https://www.linkedin.com/in/lee-cw-john">LinkedIn</a>
<br><br>
Please don't hesitate to reach out if you have any questions or would like to chat!
<br><br>
john [dot] lee [at] robotics [dot] utias [dot] utoronto [dot] ca
<br><br>
</p>
</div>
<div id="intro-image">
<img src="media/profile.jpg">
</div>
</div>
<div id="filters" class="button-group">
<!-- <button class="button" data-filter="*">Show All</button> -->
<!-- <button class="button is-checked" data-filter=".highlight">Highlights</button> -->
<button class="button is-checked" data-filter="[data='education']">Education</button>
<button class="button" data-filter="[data='publication']">Research</button>
<button class="button" data-filter="[data='talk']">Talks</button>
<button class="button" data-filter="[data='teaching']">Teaching</button>
<button class="button" data-filter="[data='projects']">Projects</button>
<button class="button" data-filter="[data='services']">Services</button>
<!-- <button class="button" data-filter=".misc">Misc</button> -->
</div>
<div class="grid">
<!-- *-----------------------------* -->
<!-- * Education -->
<div class="list-item publication" data="education">
<a href="https://www.utoronto.ca/" class="thumbnail">
<img src="media/uoft_logo.png" alt="UofT">
</a>
<div class="project-description">
<h3>Master of Applied Science in Aerospace Engineering and Robotics<br>
<a href="https://www.utoronto.ca/">University of Toronto</a></h3>
<p>
<i>September 2023 - September 2025 (Expected)</i><br>
<i>Advisor:</i> <a href="https://www.trailab.utias.utoronto.ca/steven-waslander">Professor Steven Waslander</a><br>
<br>
</p>
</div>
</div>
<div class="list-item publication" data="education">
<a href="https://www.utoronto.ca/" class="thumbnail">
<img src="media/uoft_logo.png" alt="UofT">
</a>
<div class="project-description">
<h3>Bachelor of Applied Science in Engineering Science (Machine Intelligence)<br>
<a href="https://www.utoronto.ca/">University of Toronto</a></h3>
<p>
<i>September 2018 - June 2023</i><br>
<i>Thesis Advisor:</i> <a href="https://www.trailab.utias.utoronto.ca/steven-waslander">Professor Steven Waslander</a><br>
<br>
</p>
</div>
</div>
<!-- *-----------------------------* -->
<!-- * Publications -->
<div class="list-item publication" data="publication">
<a href="https://arxiv.org/abs/2411.19888" class="thumbnail">
<img src="media/FlowCLAS_diagram.png" alt="FlowCLAS">
</a>
<div class="project-description">
<h3><a href="https://arxiv.org/abs/2411.19888">FlowCLAS: Enhancing Normalizing Flow Via Contrastive Learning For Anomaly Segmentation</a></h3>
<p>
<span style="color: black; font-weight: bold;">Chang Won Lee</span>, Selina Leveugle, Svetlana Stolpner, Chris Langley, Paul Grouchy, Jonathan Kelly, Steven L. Waslander
<br>
<i>Under Review</i>
<br>
<!-- <span style="color: rgb(0, 94, 255);">TL;DR: Normalizing flow for anomaly detection/segmentation has a tendency to output high likelihood to outliers.
Can contrastive learning help to fix that? -->
<!-- </span><br> -->
<!-- <a href="">Webpage</a> • -->
<!-- <a href="https://arxiv.org/abs/2411.19888">Paper</a> • -->
<a href="https://arxiv.org/abs/2411.19888">Paper</a>
<!-- <a href="">Code</a> -->
<br>
</p>
</div>
</div>
<div class="list-item publication" data="publication">
<a href="https://arxiv.org/pdf/2409.20435" class="thumbnail">
<img src="media/ALLO_thumbnail.png" alt="ALLO">
</a>
<div class="project-description">
<h3><a href="https://arxiv.org/pdf/2409.20435">ALLO: A Photorealistic Dataset and Data Generation Pipeline for Anomaly Detection During Robotic Proximity Operations in Lunar Orbit</a></h3>
<p>
Selina Leveugle, <span style="color: black; font-weight: bold;">Chang Won Lee</span>, Svetlana Stolpner, Chris Langley, Paul Grouchy, Steven Waslander, Jonathan Kelly
<br>
<i>Under Review</i>
<br>
<!-- <span style="color: rgb(0, 94, 255);">
A photorealistic data generation pipeline and dataset for anomaly detection in space.
</span><br> -->
<!-- <a href="">Webpage</a> • -->
<a href="https://arxiv.org/pdf/2409.20435">Paper</a> •
<a href="https://github.com/utiasSTARS/ALLO">Code</a>
<br>
</p>
</div>
</div>
<div class="list-item publication" data="publication">
<a href="https://arxiv.org/abs/2402.12303" class="thumbnail">
<img src="media/UncertaintyTrack.png" alt="UncertaintyTrack">
</a>
<div class="project-description">
<h3><a href="https://arxiv.org/abs/2402.12303">UncertaintyTrack: Exploiting Detection and Localization Uncertainty in Multi-Object Tracking</a></h3>
<p>
<span style="color: black; font-weight: bold;">Chang Won Lee</span>, Steven L. Waslander
<br>
<i>2024 IEEE International Conference on Robotics and Automation (ICRA)</i>
<br>
<!-- <span style="color: rgb(0, 94, 255);">
A photorealistic data generation pipeline and dataset for anomaly detection in space.
</span><br> -->
<!-- <a href="">Webpage</a> • -->
<a href="https://arxiv.org/abs/2402.12303">Paper</a> •
<a href="https://github.com/TRAILab/UncertaintyTrack">Code</a>
<br>
</p>
</div>
</div>
<div class="list-item publication" data="publication">
<a href="https://arxiv.org/abs/2304.08645" class="thumbnail">
<img src="media/ProPanDL.png" alt="ProPanDL">
</a>
<div class="project-description">
<h3><a href="https://arxiv.org/abs/2304.08645">ProPanDL: A Modular Architecture for Uncertainty-Aware Panoptic Segmentation</a></h3>
<p>
Jacob Deery, <span style="color: black; font-weight: bold;">Chang Won Lee</span>, Steven Waslander
<br>
<i>2023 20th Conference on Robots and Vision (CRV)</i>
<br>
<!-- <span style="color: rgb(0, 94, 255);">
A photorealistic data generation pipeline and dataset for anomaly detection in space.
</span><br> -->
<!-- <a href="">Webpage</a> • -->
<a href="https://arxiv.org/abs/2304.08645">Paper</a>
<br>
</p>
</div>
</div>
<!-- *-----------------------------* -->
<!-- * Talks -->
<!-- <div class="list-item talk description" data-category="talk">
Some of my slides can be found <a href="LINK">here</a>
</div> -->
<div class="list-item talk" data="talk">
<p class="date">2024</p><a href="https://robotics.utoronto.ca/toronto-robotics-conference-2024/">Toronto Robotics Conference 2024</a>
</div>
<div class="list-item talk" data="talk">
<p class="date"></p>Presentation of <a href="https://arxiv.org/abs/2402.12303">UncertaintyTrack</a> at <a href="https://2024.ieee-icra.org/">ICRA 2024</a>
</div>
<!-- *-----------------------------* -->
<!-- * Teaching -->
<div class="list-item misc" data="teaching">
<p class="date">2024</p>Teaching Assistant for <a href="https://engineering.calendar.utoronto.ca/course/rob310h1">Mathematics for Robotics (ROB310)</a>
</div>
<div class="list-item misc" data="teaching">
<p class="date">2023</p>Teaching Assistant for <a href="https://engineering.calendar.utoronto.ca/course/rob310h1">Mathematics for Robotics (ROB310)</a>
</div>
<div class="list-item misc" data="teaching">
<p class="date">2022</p>Teaching Assistant for <a href="https://engineering.calendar.utoronto.ca/course/mat188h1">Linear Algebra for Engineering (MAT188)</a>
</div>
<!-- *-----------------------------* -->
<!-- * Projects -->
<div class="list-item publication" data="projects">
<a href="https://www.autodrive.utoronto.ca/" class="thumbnail">
<img src="media/autoronto_artemis.jpg" alt="aUtoronto">
</a>
<div class="project-description">
<h3>Software Engineer (General Member) at <a href="https://www.autodrive.utoronto.ca/">aUToronto</a> (August 2021 - April 2023)</h3>
<p>
<i><span style="color: rgb(0, 94, 255);">University of Toronto's self-driving car team.</span></i>
<br>
Our team won all dynamic and static challenges at the <a href="https://www.autodrivechallenge.com/">SAE AutoDrive Challenge II</a> in 2024.
<br>
</p>
</div>
</div>
<!-- *-----------------------------* -->
<!-- * Services -->
<div class="list-item misc" data="services">
<p class="date">2019 - 2022</p><a href="https://www.utoronto.ca/">University of Toronto</a> Engineering Student Ambassador
</div>
<div class="list-item misc" data="services">
<p class="date">2020 - 2021</p><a href="https://www.utoronto.ca/">University of Toronto</a> Engineering Student Mentor
</div>
<div class="list-item misc" data="services">
<p class="date">2021</p><a href="https://engsci.utoronto.ca/experience/esec/esec-2021-home/">Engineering Science Education Conference (ESEC)</a> Web Designer & Organizer
</div>
</div>
<div id="footer">Design and open source code from <a href="https://andyzeng.github.io/">Andy Zeng</a>.
</div>
<script src="main.js"></script>
</body>
</html>