-
Notifications
You must be signed in to change notification settings - Fork 3
/
spring_21.html
362 lines (309 loc) · 22 KB
/
spring_21.html
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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!DOCTYPE html>
<html lang="en">
<head>
<title>VITA</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=B612+Mono|Cabin:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link href="css/jquery.mb.YTPlayer.min.css" media="all" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<div class="header-top">
<div class="container" style="padding:20px">
<div class="row align-items-center">
<!-- <div class="col-12 col-lg-6 d-flex"> -->
<img src="./logo.png" width="15%">
<a class="ml-auto site-logo">
  <b style="color: rgb(71, 71, 71)">V</b>isual <b style="color: rgb(71, 71, 71)">I</b>nformatics Group @ University of <b style="color: rgb(71, 71, 71)">T</b>exas at <b style="color: rgb(71, 71, 71)">A</b>ustin
</a>
<a href="#"
class="ml-auto d-inline-block d-lg-none site-menu-toggle js-menu-toggle text-black"><span
class="icon-menu h3"></span></a>
</div>
</div>
</div>
<div class="site-navbar py-2 js-sticky-header site-navbar-target d-none pl-0 d-lg-block" role="banner">
<div class="container" style="padding-right=10%">
<div class="d-flex align-items-right">
<div class="ml-auto">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none pl-0 d-lg-block">
<li class="active">
<a href="index.html" class="nav-link text-right">Home</a>
</li>
<li>
<a href="research.html" class="nav-link text-left">PI & Research</a>
</li>
<li>
<a href="publication.html" class="nav-link text-left">Publication</a>
</li>
<li>
<a href="group.html" class="nav-link text-left">Group</a>
</li>
<li>
<a href="resource.html" class="nav-link text-left">Resource</a>
</li>
<li>
<a href="prospective_students.html" class="nav-link text-left">Opening</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title" style="margin-bottom:20px">
<h2>Sp21 - ADV TOPICS IN COMP VISION-WB (17590)</h2>
</div>
<div class="trend-entry d-flex">
<div class="trend-contents">
<div class="trend-contents">
<b style="color:rgb(68, 68, 68); font-size:22px"></b>
<div style="color:rgb(68, 68, 68); padding-bottom:50px" class="trend-contents">
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">Course title</div> <div class="column_2">EE 381V: Advanced Topics in Computer Vision</div></p>
<p><div class="column_1">Term</div>
<div class="column_2">Spring 2021</div></p>
<p><div class="column_1">Meeting times and location</div>
<div class="column_2">MW 5:00-6:30pm (online)</div></p>
</div>
</div>
</div>
<b style="color:rgb(68, 68, 68); font-size:22px">Course Description and Prerequisites</b>
<div style="color:rgb(68, 68, 68); padding-bottom:50px" class="trend-contents">
<p>This is a research-oriented advanced class that intends to focus on the latest frontier of computer vision. It describes computer vision algorithms that make sense of photographs, video, and other imagery. Applications include robotics, content creation, entertainment, medical image analysis, smart home, security, and HCI, among many others. Through this course, the students will digest and practice their knowledge and skills by many open discussions in classes, and will obtain in-depth experience with a particular research topic through a final project.</p>
<p>Students should have taken the following courses or equivalent: Convex Optimization (381K-18), and Probability & Stochastic Process I (381J).</p>
<p>Previous knowledge of the following courses is helpful, but not necessary: Digital Video (381K-16), Statistical Machine Learning (381V), Data Mining (381L-10), or Cross-Layer Machine Learning HW/SW Design (382V).</p>
<p>Coding experiences with Python are necessary and assumed. Previous knowledge of C/C++, MATLAB or Tensorflow is very helpful, but not necessary.</p>
</div>
<div class="trend-contents">
<b style="color:rgb(68, 68, 68); font-size:22px; padding-bottom:50px">Instructor Information</b>
<div style="padding-bottom:50px" class="trend-contents">
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">Name</div> <div class="column_2">Dr. Zhangyang (Atlas) Wang</div></p>
<p><div class="column_1">Telephone number</div> <div class="column_2">512-471-1866</div></p>
<p><div class="column_1">Email address</div>
<div class="column_2"><a herf="mailto:[email protected]">[email protected]</a></div></p>
<p><div class="column_1">Office location</div>
<div class="column_2">EER 6.886</div></p>
<p><div class="column_1">Zoom Link</div>
<div class="column_2">sent to registered students</div></p>
</div>
</div>
</div>
<div class="trend-contents">
<b style="color:rgb(68, 68, 68); font-size:22px">Textbook and/or Resource Material</b>
<div style="color:rgb(68, 68, 68); padding-bottom:50px" class="trend-contents">
<p>This course does not follow any textbook closely. Among many recommended readings are:</p>
<ul>
<li><a href="https://www.microsoft.com/enus/
research/people/cmbishop/">Pattern Recognition and Machine Learning</a>, Christopher M. Bishop (2006).</li>
<li><a href="http://szeliski.org/Book/">Computer Vision: Algorithms and Applications</a>, Richard Szeliski (2010).</li>
<li><a href="http://www.deeplearningbook.org/">Deep Learning</a>, Ian Goodfellow, Yoshua Bengio and Aaron Courville (2016).</li>
<li><a href="https://d2l.ai/">Diving into Deep Learning</a>, Aston Zhang, Zack Lipton, Mu Li and Alex Smola (2019).</li>
</ul>
</div>
</div>
<div class="trend-contents">
<b style="color:rgb(68, 68, 68); font-size:22px">Grading Policies</b>
<div style="color:rgb(68, 68, 68); padding-bottom:50px" class="trend-contents">
<P>Grading will be based on class participation (<B>10%</B>), three in-class quizzes (<B>10%</B> each), and one final project (<B>60%</B>) (proposal <B>15%</B> + presentation <B>15%</B> + final report <B>15%</B> + code review <B>15%</B>). There will be no final exam.</P>
<ul>
<li>One project to receive the Best Project Award, voted by all class members. (<b>+5%</b>)</li>
<li>Projects in the novel, interdisciplinary domains (some examples: 5G/6G telecommunication, brain-computer interface, economics & markets, COVID-19, etc.), judged by the instructor. (<b>+2%</b>)</li>
<li>For late submission, each additional late day will incur a <b>10%</b> penalty.</li>
</ul>
</div>
</div>
<div class="trend-contents">
<b style="color:rgb(68, 68, 68); font-size:22px">Course Topics</b>
<div style="color:rgb(68, 68, 68)" class="trend-contents">
<br />
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">1/20 Wednesday</div> <div class="column_2">Introduction and Computer Vision Basics <a href="Spring21/Lecture 1.pdf" class="nav-link text-left">Slides</a> </div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">1/25 Monday</div> <div class="column_2">Deep Learning Basics (1): Building A Deep Network</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">1/27 Wednesday</div> <div class="column_2">Deep Learning Basics (2): Representative Models and Tasks</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">2/01 Monday</div><div class="column_2">Deep Learning Basics (3): Advanced Models and Optimization <a href="Spring21/Lecture 2-4.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">2/03 Wednesday</div><div class="column_2">Topic I: Label-Efficient Learning (1): Semi-Supervised Learning </div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">2/08 Monday</div> <div class="column_2">Topic I: Label-Efficient Learning (2): Few-Shot & Active Learning</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">2/10 Wednesday</div> <div class="column_2">Topic I: Label-Efficient Learning (3): Transfer & Multi-Task & Self-Supervised Learning <a href="Spring21/Lecture 5-7.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">2/15 Monday</div> <div class="column_2"> - Class Cancelled (winter storm) - </div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">2/17 Wednesday</div> <div class="column_2"> - Class Cancelled (winter storm) - </div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">2/22 Monday</div> <div class="column_2">Topic II: Resource-Efficient Learning (1): Model Compression</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">2/24 Wednesday</div> <div class="column_2">Topic II: Resource-Efficient Learning (2): Efficient Training <a href="Spring21/Lecture 8-9.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">3/01 Monday</div> <div class="column_2">Topic III: Robust Vision (1): Image Enhancement</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">3/03 Wednesday</div> <div class="column_2">Topic III: Robust Vision (2): Uncertainty</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">3/08 Monday</div> <div class="column_2">Topic III: Robust Vision (3): Domain Generalization</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">3/10 Wednesday</div> <div class="column_2">Topic III: Robust Vision (4): Adversarial Robustness <a href="Spring21/Lecture 10-13.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">3/22 Monday</div> <div class="column_2">Topic IV: Generative Models
- GANs and VAEs (1)</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">3/24 Wednesday</div> <div class="column_2">Topic IV: Generative Models
- GANs and VAEs (2)</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">3/29 Monday</div> <div class="column_2">Topic IV: Generative Models
- GANs and VAEs (3)<a href="Spring21/Lecture 14-16.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">3/31 Wednesday</div> <div class="column_2">Topic V: AutoML and Meta Learning
(1)</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">4/05 Monday</div> <div class="column_2">Topic V: AutoML and Meta Learning
(2)</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">4/07 Wednesday</div> <div class="column_2">Topic V: AutoML and Meta Learning
(3)<a href="Spring21/Lecture 17-19.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">4/12 Monday</div> <div class="column_2">Topic VI: Vision and Language
(1) </div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">4/14 Wednesday</div> <div class="column_2">Topic VI: Vision and Language
(2) </div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">4/19 Monday</div> <div class="column_2">Topic VI: Vision and Language
(3)<a href="Spring21/Lecture 20-22.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">4/21 Wednesday</div> <div class="column_2">Special Topics (1):
Scaling up Vision with Synthetic Data <a href="Spring21/Lecture 23.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">4/26 Monday</div> <div class="column_2">Special Topics (2):
Visual Transformers<a href="Spring21/Lecture 24.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">4/28 Wednesday</div> <div class="column_2">Special Topics (3):
Ethics and Privacy in Computer Vision<a href="Spring21/Lecture 25.pdf" class="nav-link text-left">Slides</a></div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">5/03 Monday</div> <div class="column_2"> Class Project Presentation (1)</div></p>
</div>
<div style="width:100%; margin-left: 0;" class="row">
<p><div class="column_1">5/05 Wednesday</div> <div class="column_2"> Class Project Presentation (2) </div></p>
</div>
</div>
</div>
</div>
</div>
<div class="trend-contents">
<b style="color:rgb(68, 68, 68); font-size:22px">Acknowledgement</b>
<div style="color:rgb(68, 68, 68); padding-bottom:50px" class="trend-contents">
<P>Many materials included in this course are adapted from the existing teaching or tutorial slides, created by colleagues in CMU, UIUC, UC Berkeley, GaTech, UVa, Microsoft, DeepMind, NVIDIA, and more. The instructor owes many thanks for their generosity of sharing those materials publicly.</P>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- END section -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-12">
<div class="copyright">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script>
All rights reserved | Built upon <a
href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- .site-wrap -->
<!-- loader -->
<!-- <div id="loader" class="show fullscreen">
<svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/>
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#ff5e15"/>
</svg>
</div> -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.mb.YTPlayer.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>