-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
230 lines (221 loc) · 7.35 KB
/
index.html
File metadata and controls
230 lines (221 loc) · 7.35 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
---
layout: default
---
<!-- ========== About ========== -->
<div class="docs-section" id="about">
<h4>About</h4>
<p>
I am a Ph.D. student at
<a href="https://www.kaist.ac.kr/en/" target="_blank">KAIST</a>, advised by
<a href="https://sites.google.com/view/kiminlee/" target="_blank"
>Kimin Lee</a
>
and
<a href="https://alinlab.kaist.ac.kr/shin.html" target="_blank"
>Jinwoo Shin</a
>, and an incoming research intern at
<a href="https://research.adobe.com/" target="_blank">Adobe Research</a>
working with <a href="https://mai-t-long.com/" target="_blank">Long Mai</a>.
My research focuses on enhancing the efficiency and controllability of
generative models, with a primary focus on image and video diffusion models.
</p>
</div>
<!-- ========== PUBLICATIONS ========== -->
<div class="docs-section" id="publications">
<h4>Publications</h4>
<ul class="tab-nav">
<li>
<div class="button active" data-ref="#papers-selected">Selected</div>
</li>
<li><div class="button" data-ref="#papers-all">All</div></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="papers-selected">
{% assign selected_papers = site.data.publications.papers | where:
"selected", "y" %} {% for paper in selected_papers %}
<div class="paper">
<p class="title"><b>{{ paper.title }}</b></p>
<p>{{ paper.authors }}</p>
<p><i>{{ paper.venue }}</i></p>
{% if paper.venue2 %}
<p><i>{{ paper.venue2 }}</i></p>
{% endif %}
<div class="paper-buttons">
{% if paper.paper_pdf %}
<a class="button" href="{{ paper.paper_pdf }}" target="_blank"
>Paper</a
>
{% endif %} {% if paper.arxiv %}
<a class="button" href="{{ paper.arxiv }}" target="_blank">arXiv</a>
{% endif %} {% if paper.slides %}
<a class="button" href="{{ paper.slides }}" target="_blank">Slides</a>
{% endif %} {% if paper.website %}
<a class="button" href="{{ paper.website }}" target="_blank"
>Website</a
>
{% endif %} {% if paper.poster %}
<a class="button" href="{{ paper.poster }}" target="_blank">Poster</a>
{% endif %} {% if paper.video %}
<a class="button" href="{{ paper.video }}" target="_blank">Video</a>
{% endif %} {% if paper.code %}
<a class="button" href="{{ paper.code }}" target="_blank">Code</a>
{% endif %} {% if paper.data %}
<a class="button" href="{{ paper.data }}" target="_blank">Data</a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
<div class="tab-pane" id="papers-all">
{% for paper in site.data.publications.papers %}
<div class="paper">
<p class="title"><b>{{ paper.title }}</b></p>
<p>{{ paper.authors }}</p>
<p><i>{{ paper.venue }}</i></p>
{% if paper.venue2 %}
<p><i>{{ paper.venue2 }}</i></p>
{% endif %}
<div class="paper-buttons">
{% if paper.paper_pdf %}
<a
class="button"
href="{{ paper.paper_pdf | prepend: site.baseurl }}"
target="_blank"
>Paper</a
>
{% endif %} {% if paper.arxiv %}
<a
class="button"
href="{{ paper.arxiv | prepend: site.baseurl }}"
target="_blank"
>Arxiv</a
>
{% endif %} {% if paper.slides %}
<a
class="button"
href="{{ paper.slides | prepend: site.baseurl }}"
target="_blank"
>Slides</a
>
{% endif %} {% if paper.website %}
<a
class="button"
href="{{ paper.website | prepend: site.baseurl }}"
target="_blank"
>Website</a
>
{% endif %} {% if paper.poster %}
<a
class="button"
href="{{ paper.poster | prepend: site.baseurl }}"
target="_blank"
>Poster</a
>
{% endif %} {% if paper.video %}
<a class="button" href="{{ paper.video }}" target="_blank">Video</a>
{% endif %} {% if paper.code %}
<a class="button" href="{{ paper.code }}" target="_blank">Code</a>
{% endif %} {% if paper.data %}
<a class="button" href="{{ paper.data }}" target="_blank">Data</a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<!-- ========== Education ========== -->
<div class="docs-section" id="education">
<h4>Education</h4>
<div class="paper">
<p class="title">
<b
>Korea Advanced Institute of Science and Technology (KAIST)<b
style="float: right"
>Sep. 2023 - Present</b
></b
>
</p>
<p>Ph.D. Student in Artificial Intelligence</p>
</div>
<div class="paper">
<p class="title">
<b
>Korea Advanced Institute of Science and Technology (KAIST)<b
style="float: right"
>Mar. 2019 - Aug. 2023</b
></b
>
</p>
<p>B.S. in Computer Science <em>(summa cum laude)</em></p>
<p style="font-size: 90%; margin-top: 0; color: #40667b">
<em>
Graduated with <b>Rank 1</b> out of 75 students in the School of
Computing
</em>
</p>
</div>
</div>
<!-- ========== Experience ========== -->
<div class="docs-section" id="experience">
<h4>Experience</h4>
<div class="paper">
<p class="title">
<a href="https://research.adobe.com/" target="_blank">Adobe Research </a
>(San Jose, CA)<b style="float: right">Mar. 2026 - Jun. 2026</b>
</p>
<p>
<i>Research Scientist Intern</i>
<span style="float: right">Host: Dr. Long Mai</span>
</p>
</div>
<div class="paper">
<p class="title">
<a href="https://plumed.kr/" target="_blank">PLUME.D </a>(Seoul, South
Korea)
<b style="float: right">Jan. 2022 - Jan. 2023</b>
</p>
<p><i>Chief Technology Officer and Co-founder</i></p>
<ul style="margin: 4px 0; padding-left: 15px; line-height: 1.55">
<li style="margin-bottom: 6px">
Led the development of AvaKit, the company's core product, securing
approx. USD 700K in funding.
</li>
<li style="margin-bottom: 6px">
<strong>1st place</strong> (of 876 teams),
<em>11th Chung Ju-Young Startup Competition</em> (largest private
startup contest in Korea).
</li>
<li>
<strong>2nd place</strong> (of 5,420 teams),
<em>K-Startup Grand Challenge 2022</em> (largest government startup
contest in Korea).
</li>
</ul>
</div>
</div>
<!-- ========== Academic Services ========== -->
<div class="docs-section" id="services">
<h4>Academic Services</h4>
<div class="paper">
<p class="title"><b>Reviewer</b>, NeurIPS, ICML, CVPR, ECCV, ACL, TMLR</p>
</div>
</div>
<!-- ========== Honors & Awards ========== -->
<div class="docs-section" id="honors">
<h4>Honors & Awards</h4>
<div class="paper">
<p class="title">
<b>Dean's List</b>, KAIST College of Engineering (2020F)<b
style="float: right"
>Jan. 2021</b
>
</p>
</div>
<div class="paper">
<p class="title">
<b>Recipient</b>, National Science and Engineering Undergraduate
Scholarship<b style="float: right">May. 2020</b>
</p>
</div>
</div>