-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubs.html
123 lines (111 loc) · 4.71 KB
/
pubs.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="title" property="og:title" content="Sejong Yang's Homepage (YangSpace)">
<meta name="type" property="og:type" content="website">
<meta name="image" property="og:image" content="https://avatars.githubusercontent.com/u/13496612?v=4">
<meta name="description" property="og:description" content="Sejong Yang's Homepage (YangSpace)">
<meta name="author" content="Sejong Yang">
<meta name="url" property="og:url" content="https://yangspace.co.kr">
<link rel="shortcut icon"
href="https://scholar.googleusercontent.com/citations?view_op=view_photo&user=qnIiorsAAAAJ&citpid=2">
<title>Sejong Yang</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="topnav">
<a href="/">Home</a>
<a class="active" href="/pubs">Publications</a>
<a href="/projects">Projects</a>
</div>
<!-- <div style="background-color: #eee; padding-bottom: 8px; margin-top: 10px;"> -->
<div class="container">
<div class="ctitle">Publications</div>
<div class="pub">
<div class="pub-title">IF-MDM: Implicit Face Motion Diffusion Model for High-Fidelity Realtime Talking Head Generation</div>
<div class="pub-venue">arXiv 2024.12</div>
<div class="pub-authors">
Sejong Yang,
Yang Zhou,
Seoung Wug Oh, and
Seon Joo Kim.
</div>
<div>
[<a href="https://arxiv.org/abs/2412.04000">paper</a>]
[<a href="https://bit.ly/ifmdm_supplementary">supplementary for videos</a>]
</div>
<div>
<img src="assets/pub_ifmdm.png" class="pub-image" />
</div>
</div>
<div class="pub">
<div class="pub-title">Dense Interspecies Face Embedding</div>
<div class="pub-venue">NeurIPS 2022</div>
<div class="pub-authors">
Sejong Yang,
Subin Jeon,
Seonghyeon Nam, and
Seon Joo Kim.
</div>
<div>
[<a href="https://openreview.net/forum?id=m67FNFdgLO9">paper</a>]
[<a href="https://github.com/kingsj0405/DIFE">code</a>]
[<a href="https://yangspace.co.kr/dife/">project page</a>]
</div>
<div>
<img src="assets/pub_dife.png" class="pub-image" />
</div>
</div>
<div class="pub">
<div class="pub-title">SRFlow-DA: Super-Resolution Using Normalizing Flow with Deep Convolutional Block
</div>
<div class="pub-venue">CVPR Workshop 2021</div>
<div class="pub-authors">
Younghyun Jo,
Sejong Yang, and
Seon Joo Kim.
</div>
<div>
[<a
href="https://openaccess.thecvf.com/content/CVPR2021W/NTIRE/papers/Jo_SRFlow-DA_Super-Resolution_Using_Normalizing_Flow_With_Deep_Convolutional_Block_CVPRW_2021_paper.pdf">paper</a>]
[<a href="https://github.com/yhjo09/SRFlow-DA">code</a>]
</div>
<div>
<img src="assets/pub_dsr.png" class="pub-image" />
</div>
</div>
<div class="pub">
<div class="pub-title">Investigating loss functions for extreme super-resolution</div>
<div class="pub-venue">CVPR Workshop 2020</div>
<div class="pub-authors">
Younghyun Jo,
Sejong Yang, and
Seon Joo Kim.
</div>
<div>
[<a
href="https://openaccess.thecvf.com/content_CVPRW_2020/papers/w31/Jo_Investigating_Loss_Functions_for_Extreme_Super-Resolution_CVPRW_2020_paper.pdf">paper</a>]
[<a href="https://github.com/kingsj0405/ciplab-NTIRE-2020">code</a>]
</div>
<div>
<img src="assets/pub_esr.png" class="pub-image" />
</div>
</div>
<!-- <div>
<br>
More on <a href="https://scholar.google.com.sg/citations?hl=en&pli=1&user=qnIiorsAAAAJ">Google Scholar</a>
</div> -->
</div>
<br><br><br><br><br><br><br><br><br><br><br>
<footer>
<div>
© Copyright <span id="cr_from"></span>-<span id="cr_end"></span> <span id="cr_title"></span>. Hosted by
<a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
<br>
<div id="last_update"> </div>
</div>
</footer>
</body>
</html>