-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.html
executable file
·168 lines (168 loc) · 6.29 KB
/
schedule.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AI773 - Fall 2024</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>">
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li class="active"><a href="schedule.html">Schedule</a></li>
<li><a href="class-logistics.html">Class Logistics</a></li>
<li><a href="contact.html">Course staff & contact</a></li>
</ul>
<table style="padding-top:50px; padding-bottom:20px; max-width:1000px; width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px; width:100%;vertical-align:middle">
<heading>Schedule</heading>
<p></br>
The course content and sequence may be adjusted based on the duration of the lecture and the interests of the students. Additional readings, assignments, and projects may also be included to enhance the learning experience.
</p>
</td>
</tr>
</tbody>
</table>
<table class="styled-table" style="max-width:1000px; width:100%;">
<thead>
<tr>
<th>Week</th>
<th>Date</th>
<th>Topics</th>
<th>Lecturer</th>
<th>Material</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>6 Sep</td>
<td>Introduction</td>
<td>Jin-Hwa Kim</td>
<td>
<button><a href="https://drive.google.com/file/d/16TVVP6ue1ixUTzUCN87Hq4m1wolcv3DF/view?usp=sharing">Slide</a></button>
</td>
</tr>
<tr>
<td>2</td>
<td>13 Sep</td>
<td>Multimodal Tasks and Datasets</td>
<td>Jiyoung Lee</td>
<td>
<button><a href="https://drive.google.com/file/d/1HCICPmIadpTP-QA__wlIWPvkpP4Ap5aI/view?usp=sharing">Slide</a></button>
</td>
</tr>
<tr>
<td>3</td>
<td>20 Sep</td>
<td>Multimodal Representation Learning</td>
<td>Jin-Hwa Kim</td>
<td>
<button><a href="https://drive.google.com/file/d/1BNw07igjERPGOOb_DqIOGxSzSd2oqLmb/view?usp=sharing">Slide</a></button>
</td>
</tr>
<tr>
<td>4</td>
<td>27 Sep</td>
<td>Multimodal Reasoning and Interpretability</td>
<td>Jiyoung Lee</td>
<td>
<button><a href="https://drive.google.com/file/d/1HE8JF1FTMqjGhb3Be21aHX7SM-2KFvHk/view?usp=sharing">Slide</a></button>
</td>
</tr>
<tr>
<td>5</td>
<td>4 Oct</td>
<td>Multimodal Generation</td>
<td>Junho Kim (Guest lecturer)</td>
<td>
<button><a href="https://drive.google.com/file/d/1hjYwqTdrRcSa2yWal-vOHTSggtAPJ0nK/view?usp=sharing">Slide</a></button>
</td>
</tr>
<tr>
<td>6</td>
<td>11 Oct</td>
<td>Self-supervised Learning</td>
<td>Sangdoo Yun</td>
<td>
<button><a href="https://drive.google.com/file/d/17gTS1aMBEsNR7gol3X52zjZY_zu4sFJ4/view?usp=sharing">Slide</a></button>
</td>
</tr>
<tr>
<td>7</td>
<td>18 Oct</td>
<td>Multimodal Pre-training</td>
<td>Sangdoo Yun</td>
<td>
<button><a href="https://drive.google.com/file/d/167rXstcFxqOwqoUH2a7vD8n6TS37ojj8/view?usp=sharing">Slide</a></button>
</td>
</tr>
<tr>
<td>9</td>
<td>25 Oct</td>
<td>Project Proposal A & B</td>
<td>-</td>
<td>
<button><a href="https://drive.google.com/file/d/1BRxhSAPiNlj19QE3mbr1ZfBoMgYf59p-/view?usp=sharing">Proposal Rubric</a></button>
</td>
</tr>
<tr>
<td>8</td>
<td>1 Nov</td>
<td>Advanced Topics in Multimodal Models</td>
<td>Sangdoo Yun</td>
<td>
<button><a href="https://drive.google.com/file/d/1C-kDYku2sfgvLLeDYWw1G9ZAzgI6Mmzu/view?usp=sharing">Slide</a></button>
</td>
</tr>
<tr>
<td>10</td>
<td>8 Nov</td>
<td>Multimodal Generation: Advanced Topics in Audio/Video</td>
<td>Jiyoung Lee</td>
<td></td>
</tr>
<tr>
<td>11</td>
<td>15 Nov</td>
<td>Neural Graphics</td>
<td>Jin-Hwa Kim</td>
<td></td>
</tr>
<tr>
<td>12</td>
<td>22 Nov</td>
<td>Topics in Neural Graphics</td>
<td>Jin-Hwa Kim</td>
<td></td>
</tr>
<tr>
<td>13</td>
<td>29 Nov</td>
<td>Final presentations A</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td>14</td>
<td>6 Dec</td>
<td>Final presentations B</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td>15</td>
<td>13 Dec</td>
<td>Topics in Trustworthy AI -- Safety, Ethics, and Privacy</td>
<td>Sangdoo Yun</td>
<td></td>
</tr>
</tbody>
</table>
<br/>
<br/>
</body>
</html>