-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (200 loc) · 6.69 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>Zhaoliang Lun</title>
<link media="all" href="style.css" type="text/css" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66871155-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<table id="content">
<tr><td>
<table id="two-column"><tr>
<td id="left-column">
<img id="img-me" src="images/me.png">
</td>
<td id="right-column">
<p id="name">Zhaoliang Lun</p>
<P id="email">
‮MOC [tod] LIA‪ZHA‮MG [ta] N‪OLIAN‮UL [tod] G‪
</p>
</td>
</tr></table>
</td></tr>
<tr><td id="one-column">
<p id="bio">
I am currently working at Google.<br> I obtained my PhD in Computer Science at
<a href="https://www.cics.umass.edu/">University of Massachusetts Amherst</a> where I worked in the
<a href="http://graphics.cs.umass.edu/">Graphics Lab</a>
with Prof. <a href="http://people.cs.umass.edu/~kalo/">Evangelos Kalogerakis</a>
and Prof. <a href="http://people.cs.umass.edu/~ruiwang/">Rui Wang</a>.
Before joining UMass, I obtained my bachelor's degree in Computer Science from
<a href="http://www.fudan.edu.cn/">Fudan University</a>.
</p>
</td></tr>
<tr><td id="one-column">
<p id="section">Publications</p>
</td></tr>
<tr><td>
<table id="two-column">
<tr>
<td id="left-column">
<a href="./papers/Dissertation/Style.pdf">
<img id="img-pub" src="images/papers/thesis-SSA.png">
</a>
</td>
<td id="right-column">
<p id="pub-title">
Style-driven Shape Analysis and Synthesis
</p>
<p id="pub-author">
<b>Zhaoliang Lun</b>
</p>
<p id="pub-journal">
PhD dissertation, University of Massachusetts Amherst
</p>
<p id="pub-link">
<a href="./papers/Dissertation/Style.pdf">[PAPER]</a>
<a href="http://scholarworks.umass.edu/dissertations_2/1056/">[PAGE]</a>
</p>
</td>
</tr>
<tr>
<td id="left-column">
<a href="./papers/PatternGrouping">
<img id="img-pub" src="images/papers/sigasia2017-LGD.png">
</a>
</td>
<td id="right-column">
<p id="pub-title">
Learning to Group Discrete Graphical Patterns
</p>
<p id="pub-author">
<b>Zhaoliang Lun*</b>, Changqing Zou*, Haibin Huang, Evangelos Kalogerakis, Ping Tan, Marie-Paule Cani, Hao Zhang
</p>
<p id="pub-journal">
ACM Transactions on Graphics, Vol. 36, No. 6, 2017
</p>
<p id="pub-journal">
(also in the Proceedings of ACM SIGGRAPH ASIA 2017)
</p>
<p id="pub-link">
<a href="./papers/PatternGrouping/PatternGrouping.pdf">[PAPER]</a>
<a href="./papers/PatternGrouping">[PAGE]</a>
</p>
</td>
</tr>
<tr>
<td id="left-column">
<a href="./papers/SketchModeling">
<img id="img-pub" src="images/papers/3dv2017-SRS.png">
</a>
</td>
<td id="right-column">
<p id="pub-title">
3D Shape Reconstruction from Sketches via Multi-view Convolutional Networks
</p>
<p id="pub-author">
<b>Zhaoliang Lun</b>, Matheus Gadelha, Evangelos Kalogerakis, Subhransu Maji, Rui Wang
</p>
<p id="pub-journal">
International Conference on 3DVision (3DV) 2017 (Oral Presentation)
</p>
<p id="pub-link">
<a href="./papers/SketchModeling/SketchModeling.pdf">[PAPER]</a>
<a href="https://arxiv.org/abs/1707.06375">[ARXIV]</a>
<a href="./papers/SketchModeling">[PAGE]</a>
<a href="https://github.com/happylun/SketchModeling">[GITHUB]</a>
</p>
</td>
</tr>
<tr>
<td id="left-column">
<a href="./papers/StyleTransfer">
<img id="img-pub" src="images/papers/sigasia2016-FPS.png">
</a>
</td>
<td id="right-column">
<p id="pub-title">
Functionality Preserving Shape Style Transfer
</p>
<p id="pub-author">
<b>Zhaoliang Lun</b>, Evangelos Kalogerakis, Rui Wang, Alla Sheffer
</p>
<p id="pub-journal">
ACM Transactions on Graphics, Vol. 35, No. 6, 2016
</p>
<p id="pub-journal">
(also in the Proceedings of ACM SIGGRAPH ASIA 2016)
</p>
<p id="pub-link">
<a href="./papers/StyleTransfer/StyleTransfer.pdf">[PAPER]</a>
<a href="https://youtu.be/R-1jhH4sbRk">[VIDEO]</a>
<a href="./papers/StyleTransfer">[PAGE]</a>
<a href="https://github.com/happylun/StyleTransfer">[GITHUB]</a>
</p>
</td>
</tr>
<tr>
<td id="left-column">
<a href="./papers/StyleSimilarity">
<img id="img-pub" src="images/papers/sig2015-ESL.png">
</a>
</td>
<td id="right-column">
<p id="pub-title">
Elements of Style: Learning Perceptual Shape Style Similarity
</p>
<p id="pub-author">
<b>Zhaoliang Lun</b>, Evangelos Kalogerakis, Alla Sheffer
</p>
<p id="pub-journal">
ACM Transactions on Graphics, Vol. 34, No. 4, 2015
</p>
<p id="pub-journal">
(also in the Proceedings of ACM SIGGRAPH 2015)
</p>
<p id="pub-link">
<a href="./papers/StyleSimilarity/StyleSimilarity.pdf">[PAPER]</a>
<a href="https://youtu.be/PWqZwpHQtnE">[VIDEO]</a>
<a href="./papers/StyleSimilarity">[PAGE]</a>
<a href="https://github.com/happylun/StyleSimilarity">[GITHUB]</a>
</p>
</td>
</tr>
<tr>
<td id="left-column">
<a href="http://people.cs.umass.edu/~kalo/papers/elastoplastic_implicit_integration/elastoplastic.pdf">
<img id="img-pub" src="images/papers/pg2013-IIP.png">
</a>
</td>
<td id="right-column">
<p id="pub-title">
Implicit Integration for Particle-based Simulation of Elasto-plastic Solids
</p>
<p id="pub-author">
Yahan Zhou, <b>Zhaoliang Lun</b>, Evangelos Kalogerakis, Rui Wang
</p>
<p id="pub-journal">
Computer Graphics Forum, Vol. 32, No. 7, 2013
</p>
<p id="pub-journal">
(also presented in Pacific Graphics 2013)
</p>
<p id="pub-link">
<a href="http://people.cs.umass.edu/~kalo/papers/elastoplastic_implicit_integration/elastoplastic.pdf">[PAPER]</a>
<a href="https://youtu.be/7Ffm2eOKgE4">[VIDEO]</a>
</p>
</td>
</tr>
</table>
</td></tr>
</table>
</body>
</html>