-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
258 lines (237 loc) · 12.4 KB
/
index.html
File metadata and controls
258 lines (237 loc) · 12.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Minkyung Kwon</title>
<meta name="description" content="Personal website of Minkyung Kwon, computer scientist and researcher." />
<!-- Main stylesheet -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<div class="brand">
<a href="#top">Minkyung Kwon</a>
<span class="brand-subtitle">Computer Vision & Generative Models</span>
</div>
<nav class="nav-links">
<a href="#about">About</a>
<a href="#news">News</a>
<a href="#education">Education</a>
<a href="#publications">Publications</a>
<a href="#others">Others</a>
<a href="cv.pdf" target="_blank" rel="noopener noreferrer">CV</a>
</nav>
</div>
</header>
<main id="top" class="main-content">
<!-- ABOUT -->
<section id="about" class="section">
<div class="container about-grid">
<div class="about-text">
<h1 class="name">Minkyung Kwon</h1>
<p class="title-line">M.S. Student, Kim Jaechul Graduate School of AI, KAIST</p>
<p class="title-line">Research in 3D Computer Vision & Generative Models</p>
<p>
I am a graduate student in the
<a href="https://ai.kaist.ac.kr/" target="_blank" rel="noopener noreferrer">Kim Jaechul Graduate
School of AI at KAIST</a>,
advised by <a href="https://cvlab.kaist.ac.kr/" target="_blank" rel="noopener noreferrer">Prof.
Seungryong Kim</a>.
My research focuses on 3D vision, multi-view diffusion models, and geometry-aware generative
models
for novel view synthesis and 3D reconstruction.
</p>
<p>
Broadly, I am interested in how we can endow generative models with a consistent understanding
of the
3D world, bridging geometry, representation learning, and controllable generation.
</p>
<p class="about-links">
<a href="mailto:[email protected]">Email</a>
<span>·</span>
<a href="https://scholar.google.com/citations?hl=ko&user=Y826F2oAAAAJ" target="_blank"
rel="noopener noreferrer">Google Scholar</a>
<span>·</span>
<a href="https://github.com/mkxdxdxd" target="_blank" rel="noopener noreferrer">GitHub</a>
<span>·</span>
<a href="https://www.linkedin.com/in/minkyung-kwon-5512171b7/" target="_blank"
rel="noopener noreferrer">LinkedIn</a>
</p>
</div>
<div class="about-photo">
<div class="photo-circle">
<img src="images/IMG_3555.jpg" alt="Minkyung Kwon" class="profile-img">
</div>
</div>
</div>
</section>
<!-- NEWS -->
<section id="news" class="section section-alt">
<div class="container">
<h2>News</h2>
<ul class="news-list">
<li>
<span class="news-date">Mar 2026</span>
<span class="news-text"> Our paper <strong><a
href="https://arxiv.org/abs/2603.22275">GLD</a></strong> & <strong><a
href="https://arxiv.org/abs/2603.15583">SWM</a></strong> is out now on
arXiv!</span>
</li>
<li>
<span class="news-date">Feb 2026</span>
<span class="news-text"> Our paper <strong><a
href="https://cvlab-kaist.github.io/ReNoV/">ReNoV</a></strong> is out now on
arXiv!</span>
</li>
<li>
<span class="news-date">Feb 2026</span>
<span class="news-text"> Our paper <strong><a
href="https://arxiv.org/abs/2512.03045">CAMEO</a></strong> is accepted to
<strong>CVPR 2026</strong>!</span>
</li>
<li>
<span class="news-date">Dec 2025</span>
<span class="news-text"> Started MS at <strong><a href="https://ai.kaist.ac.kr/">KAIST AI
CVLab</a></strong>!</span>
</li>
<li>
<span class="news-date">Sep 2025</span>
<span class="news-text">Joined <strong><a href="https://ai.kaist.ac.kr/">KAIST AI
CVLab</a></strong> as an undergraduate
researcher.</span>
</li>
</ul>
</div>
</section>
<!-- EDUCATION -->
<section id="education" class="section">
<div class="container">
<h2>Education</h2>
<ul class="education-list">
<li>
<div class="edu-school">Korea Advanced Institute of Science and Technology (KAIST)</div>
<div class="edu-details">
<span class="edu-degree">M.S. in Artificial Intelligence</span>
<span class="edu-year">Mar. 2025 - Present</span>
</div>
</li>
<li>
<div class="edu-school">Pohang University of Science and Technology (POSTECH)</div>
<div class="edu-details">
<span class="edu-degree">B.S. in Computer Science & Engineering</span>
<span class="edu-year">Feb. 2021 - Jan. 2025</span>
</div>
</li>
</ul>
</div>
</section>
<!-- PUBLICATIONS -->
<section id="publications" class="section section-alt">
<div class="container">
<h2>Selected Publications</h2>
<p class="section-note">(* indicates equal contribution, † indicates corresponding author)</p>
<ol class="pub-list">
<li class="pub-item">
<div class="pub-tag">Preprint</div>
<h3 class="pub-title">Repurposing Geometric Foundation Models for Multi-view Diffusion
</h3>
<p class="pub-authors">Wooseok Jang, Seonghu Jeon, Jisang Han, Jinhyeok Choi, Minkyung Kwon,
Seungryong Kim, Saining Xie, Sainan Liu</p>
<p class="pub-venue">arXiv, 2026</p>
<p class="pub-links">
<a href="https://arxiv.org/abs/2603.22275">arXiv</a>
<span>·</span>
<a href="https://cvlab-kaist.github.io/GLD/">Project page</a>
</p>
</li>
<li class="pub-item">
<div class="pub-tag">Preprint</div>
<h3 class="pub-title">Grounding World Simulation Models in a Real-World Metropolis
</h3>
<p class="pub-authors">Junyoung Seo*, Hyunwook Choi*, Minkyung Kwon*, Jinhyeok Choi, Siyoon Jin,
Gayoung Lee, Junho Kim, JoungBin Lee, Geonmo Gu, Dongyoon Han, Sangdoo Yun, Seungryong Kim†,
Jin-Hwa Kim†</p>
<p class="pub-venue">arXiv, 2026</p>
<p class="pub-links">
<a href="https://arxiv.org/abs/2603.15583">arXiv</a>
<span>·</span>
<a href="https://seoul-world-model.github.io/">Project page</a>
</p>
</li>
<li class="pub-item">
<div class="pub-tag">Preprint</div>
<h3 class="pub-title">ReNoV: Projected Representation Conditioning for High-fidelity Novel View Synthesis
</h3>
<p class="pub-authors">Minseop Kwak*, Minkyung Kwon*, Jinhyeok Choi*, Jiho Park, Seungryong Kim†</p>
<p class="pub-venue">arXiv, 2026</p>
<p class="pub-links">
<a href="https://arxiv.org/abs/2602.12003">arXiv</a>
<span>·</span>
<a href="https://cvlab-kaist.github.io/ReNoV/">Project page</a>
</p>
</li>
<li class="pub-item">
<div class="pub-tag">Conference</div>
<h3 class="pub-title">CAMEO: Correspondence-Attention Alignment for Multi-View Diffusion Models
</h3>
<p class="pub-authors">Minkyung Kwon*, Jinhyeok Choi*, Jiho Park*, Seonghu Jeon, Junyoung Seo,
Minseop Kwak,
Jin-Hwa Kim†, Seungryong Kim†</p>
<p class="pub-venue">CVPR, 2026</p>
<p class="pub-links">
<a href="https://arxiv.org/abs/2512.03045">arXiv</a>
<span>·</span>
<a href="https://cvlab-kaist.github.io/CAMEO/">Project page</a>
<span>·</span>
<a href="https://github.com/cvlab-kaist/CAMEO">Code</a>
</p>
</li>
<!-- <li class="pub-item">
<div class="pub-tag">Conference</div>
<h3 class="pub-title">Geometry-Aware Diffusion for Novel View Synthesis</h3>
<p class="pub-authors">Minkyung Kwon*, Collaborator C*, Collaborator D</p>
<p class="pub-venue">Conference on Computer Vision (CV), 2025</p>
<p class="pub-links">
<a href="#">arXiv</a>
<span>·</span>
<a href="#">Code</a>
</p>
</li>
<li class="pub-item">
<div class="pub-tag">Workshop</div>
<h3 class="pub-title">Uncertainty-Aware Dataset Curation for Continual Model Editing</h3>
<p class="pub-authors">Minkyung Kwon, Collaborator E</p>
<p class="pub-venue">Workshop on Large-Scale Model Editing, 2024</p>
<p class="pub-links">
<a href="#">arXiv</a>
</p>
</li> -->
</ol>
</div>
</section>
<!-- OTHERS -->
<section id="others" class="section">
<div class="container">
<h2>Others</h2>
<ul class="plain-list">
<li>⚾ Big fan of KBO!</li>
<li>✈️ I love traveling and exploring new places!</li>
</ul>
<div class="photo-dump">
<img src="images/others/IMG_1854_2.jpg" alt="Minkyung's hobby photo" class="dump-item">
<img src="images/others/IMG_4189_2.jpg" alt="Minkyung's hobby photo" class="dump-item">
<img src="images/others/IMG_9133_2.jpg" alt="Minkyung's hobby photo" class="dump-item">
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-inner">
<span>© 2026 Minkyung Kwon</span>
<span>Built with plain HTML & CSS, hosted on GitHub Pages.</span>
</div>
</footer>
</body>
</html>