-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
311 lines (254 loc) · 8.87 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
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html>
<!-- <head>
<meta charset="utf-8">
<title>Tong Yang</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Tong Yang">
<meta property="og:url" content="http://ytoon.github.io/index.html">
<meta property="og:site_name" content="Tong Yang">
<meta property="og:locale" content="default">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Tong Yang">
<link rel="alternate" href="/atom.xml" title="Tong Yang" type="application/atom+xml">
<link rel="icon" href="/favicon.png">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/style.css">
</head> -->
<head>
<title>ytoon's home page</title>
<style type="text/css" media="screen">
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
border: 0pt none;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0pt;
outline-color: invert;
outline-style: none;
outline-width: 0pt;
padding: 0pt;
vertical-align: baseline;
}
a {
color: #1772d0;
text-decoration:none;
}
a:focus, a:hover {
color: #f09228;
text-decoration:none;
}
a.paper {
font-weight: bold;
font-size: 12pt;
}
b.paper {
font-weight: bold;
font-size: 12pt;
}
* {
margin: 0pt;
padding: 0pt;
}
body {
position: relative;
margin: 3em auto 2em auto;
width: 800px;
font-family: Lato, Verdana, Helvetica, sans-serif;
font-size: 14px;
background: #eee;
}
h2 {
font-family: Lato, Verdana, Helvetica, sans-serif;
font-size: 15pt;
font-weight: 700;
}
h4 {
font-family: Lato, Verdana, Helvetica, sans-serif;
font-size: 13pt;
font-weight: 700;
}
h3 {
font-family: Lato, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-weight: 700;
}
strong {
font-family: Lato, Verdana, Helvetica, sans-serif;
font-size: 14px;
}
ul {
list-style: circle;
}
img {
border: none;
}
li {
padding-bottom: 0.5em;
margin-left: 1.4em;
}
strong, b {
font-weight:bold;
}
em, i {
font-style:italic;
}
div.section {
clear: both;
margin-bottom: 1.5em;
background: #eee;
}
div.spanner {
clear: both;
}
div.paper {
clear: both;
margin-top: 0.3em;
margin-bottom: 0.3em;
border: 1px solid #ddd;
background: #fff;
padding: 1em 1em 1em 1em;
}
div.paper div {
padding-right: 230px;
}
div.paper div.wide {
padding-right: 0px;
}
img.paper {
margin-bottom: 0.5em;
float: right;
width: 200px;
}
span.blurb {
font-style:italic;
display:block;
margin-top:0.75em;
margin-bottom:0.5em;
}
pre, code {
font-family: 'Lucida Console', 'Andale Mono', 'Courier', monospaced;
margin: 1em 0;
padding: 0;
}
div.paper pre {
font-size: 0.9em;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7953909-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="js/hidebib.js"></script>
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic"
rel="stylesheet" type="text/css" />
</head>
<body>
<div style="margin-bottom: 1em; border: 1px solid #ddd; background-color: #fff; padding: 1em; height: 200px;">
<div style="margin: 0 auto; width: 70%; line-height: 130%;">
<img title="ytoon" style="float: right; padding-right: .5em; height: 200px;" src="css/images/ytoon-small.jpg" />
<div style="padding-left: 1em; vertical-align: top; height: 250px;">
<span style="font-size: 16pt; line-height: 130%;">Tong Yang (<span style="font-family: 'Lucida Console', 'Andale Mono', 'Courier', monospaced;">ytoon</span>)</span><br />
<span>Research Assistant</span><br />
<span>Megvii (Face++)</span>
<br />
<span>yangtongbill</a>@gmail.com</span>
<br />
</div>
</div>
</div>
<div style="clear: both;"><!-- page div -->
<div class="section">
<h2>Research</h2>
<div class="paper">
I'm a research assistant at Megvii (Face++), working on computer vision and machine learning.
I'm interested in <strong>Deep Learning</strong> and <strong>Reinforcement Learning</strong>.
</div>
</div>
<!-- <div class="section">
<h2>About me / bio</h2>
<div class="paper">
Ross Girshick is a research scientist at Facebook AI Research (FAIR), working
on computer vision and machine learning. He received a PhD in computer science
from the University of Chicago under the supervision of Pedro Felzenszwalb in
2012. Prior to joining FAIR, Ross was a researcher at Microsoft Research, Redmond
and a postdoc at the University of California, Berkeley, where he was advised by
Jitendra Malik and Trevor Darrell. His interests include instance-level object
understanding and visual reasoning challenges that combine natural language
processing with computer vision. He received the 2017 PAMI Young Researcher
Award and is well-known for developing the R-CNN (Region-based Convolution
Neural Network) approach to object detection. In 2017, Ross also received the Marr
Prize at ICCV for "Mask R-CNN".
</div>
</div> -->
<!-- I left this here just in case you bothered to look for it.
<div class="section">
<h3>I'm on the faculty job market</h3><a href="https://dl.dropboxusercontent.com/s/hswkdta7pmxhqvv/cv.pdf?dl=0">cv</a> / <a href="https://dl.dropboxusercontent.com/s/ip1nxlff8v8ssgi/research.pdf?dl=0">research statement</a> / <a href="https://dl.dropboxusercontent.com/s/g4p52puyfx4wciz/teaching.pdf?dl=0">teaching statement</a>
/ <a href="http://scholar.google.com/citations?user=W8VIEZgAAAAJ&hl=en&oi=ao">google scholar</a>
</div>
-->
<!--- TEMPLATE
<div class="paper" id="X">
<img class="paper" title="X" src="images/X.png" />
<div>
<a class="paper" onclick="_gaq.push(['_trackEvent', 'Pub', 'Download', 'X-eccv-14']);" href="papers/X.pdf">X</a><br />
<strong>Ross Girshick</strong> <br />
European Conference on Computer Vision (ECCV), 2014<br />
<a shape="rect" href="javascript:toggleabs('X')" class="toggleabs">abstract</a> /
<a shape="rect" href="javascript:togglebib('X')" class="togglebib">bibtex</a>
<pre xml:space="preserve">
@inproceedings{X,
Author = {X},
Title = {X},
Booktitle = {Proceedings of the European
Conference on Computer Vision ({ECCV})},
Year = {2014}}
</pre>
<span class="blurb">X</span>
</div>
<div class="spanner"></div>
</div>
-->
<div class="section">
<h2 id="reports">Papers</h2>
<div class="section">
<div class="paper" id="johnson2016clevr">
<div class="wide">
<!--<span style="float: right; background-color: #FFFF00"><a href="http://cs.stanford.edu/people/jcjohns/clevr/" target="_blank">Dataset<img style="height: 7pt;" src="images/link.png" /></a></span>-->
<a class="paper" onclick="_gaq.push(['_trackEvent', 'Pub', 'Download', 'johnson2016clevr']);" href="https://arxiv.org/abs/1807.00980">MetaAnchor: Learning to Detect Objects with Customized Anchors</a> <br />
<strong>Tong Yang</strong>, Xiangyu Zhang, Zeming Li, Wenqiang Zhang, Jian Sun<br />
NIPS 2018
<!-- <a shape="rect" href="javascript:togglebib('johnson2016clevr')" class="togglebib">bibtex</a> / -->
<!-- <a href="http://cs.stanford.edu/people/jcjohns/clevr/" target="_blank">dataset<img style="height: 7pt;" src="images/link.png" /> -->
</div>
</div>
<div class="paper" id="johnson2016clevr">
<div class="wide">
<!--<span style="float: right; background-color: #FFFF00"><a href="http://cs.stanford.edu/people/jcjohns/clevr/" target="_blank">Dataset<img style="height: 7pt;" src="images/link.png" /></a></span>-->
<a class="paper" onclick="_gaq.push(['_trackEvent', 'Pub', 'Download', 'johnson2016clevr']);">Multi-label Dilated Recurrent Network for Sequential Face Alignment</a> <br />
<strong>Tong Yang</strong>, Shizheng Qin, Junchi Yan, Wenqiang Zhang<br />
ICME 2018
<!-- <a shape="rect" href="javascript:togglebib('johnson2016clevr')" class="togglebib">bibtex</a> / -->
<!-- <a href="http://cs.stanford.edu/people/jcjohns/clevr/" target="_blank">dataset<img style="height: 7pt;" src="images/link.png" /> -->
</div>
</div>
</div>
</div><!-- close page div -->
<script xml:space="preserve" language="JavaScript">
hideallbibs();
hideallabs();
</script>
</body>
</html>