-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
268 lines (243 loc) · 17.4 KB
/
Copy pathindex.html
File metadata and controls
268 lines (243 loc) · 17.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
259
260
261
262
263
264
265
266
267
268
<head>
<title>Jiabao Wang</title>
<meta name="author" content="Jiabao Wang">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Jiabao Wang">
<meta property="og:description" content="PhD student, Nankai University">
<meta property="og:image" content="assets/me.jpg">
<meta property="og:url" content="https://jbwang1997.github.io/">
<meta name="twitter:card" content="summary_large_image">
<!-- <link rel="apple-touch-icon" href="/assets/paper_teaser/ucsd-logo.png"> -->
<!-- <link rel="icon" type="image/png" href="/assets/paper_teaser/ucsd-logo.png"> -->
<!-- <link rel="manifest" href="/assets/paper_teaser/site.webmanifest"> -->
<link rel="stylesheet" href="css/style.css">
</head>
<!-- <div class="navbar">
<a href="#about">About</a>
<a href="#news">News</a>
<a href="#publications">Publications</a>
<a href="#experiences">Experiences</a>
<a href="#contact">Contact</a>
</div> -->
<div class="header noselect" id="about">
<div class="content row">
<div class="header-profile-picture"></div>
<div class="header-text">
<div class="header-name">
<h1>Jiabao Wang</h1>
</div>
<div class="header-subtitle">
PhD student, Nankai University
</div>
<div class="header-links">
<a class="btn" href="#contact">Email</a> /
<a class="btn" href="https://scholar.google.com/citations?user=S9ErhhEAAAAJ&hl=en&oi=sra">Google Scholar</a> /
<a class="btn" href="https://github.com/jbwang1997">GitHub</a>
<!-- <a class="btn" href="">CV</a> -->
</div>
<div>
<p>
Jiabao Wang (王家宝) is a PhD student at <a href="https://en.nankai.edu.cn/">Nankai University</a>, advised by Prof. <a href="https://mmcheng.net/">Ming-Ming Cheng</a> and Prof. <a href="https://houqb.github.io/">Qibin Hou</a>.
His research interests include computer vision and deep learning, particularly focusing on 2D/3D/Oriented object detection, occupancy prediction and forecasting in autonomuos driving, <i>etc</i>.
He is also currently learning the knowledge about image synthesis and generative models.
</p>
</div>
</div>
</div>
</div>
<div class="content" style="padding-bottom: 64px;">
<!-- News -->
<h2 class="noselect">Latest News</h2>
<div id="news">
<div class="news-container">
<ul class="news-list noselect">
<li class="news-item">2024/09 -- Our paper (<b>OPUS: Occupancy Prediction Using a Sparse Set</b>) got accepted by NeurIPS 2024!</li>
<li class="news-item">2024/09 -- We release a initial version <a href="https://github.com/jbwang1997/OPUS">code</a> of OPUS, which is the first end-to-end occupancy network!</li>
<li class="news-item">2024/07 -- Our paper (<b>Towards Stable 3D Object Detection</b>) got accepted by ECCV 2024!</li>
<li class="news-item">2024/02 -- Our paper (<b>CrossKD: Cross-Head Knowledge Distillation for Object Detection</b>) got accepted by CVPR 2024!</li>
</ul>
</div>
</div>
<!-- Publications -->
<h2 class="noselect">Publications</h2>
<p>* Eauql contribution. # Corresponding author.</p>
<div id="conference">
<h3 class="noselect">Conference</h3>
<div class="publication row clearfix">
<div class="row-media" style="background-image: url(assets/teaser/opus.png);"></div>
<div class="row-text">
<a class="publication-title bold" href="">OPUS: Occupancy Prediction Using a Sparse Set</a><br/>
<span class="bold">Jiabao Wang</span>*, Zhaojiang Liu*, Qiang Meng, Liujiang Yan, Ke Wang, Jie Yang, Wei Liu, Qibin Hou#, Ming-Ming Cheng.<br/>
<span class="italic"><a href="https://neurips.cc/Conferences/2024">NeruIPS 2024 (CCF-A)</a></span> <img style="position: relative; top:6px;" src="https://img.shields.io/github/stars/jbwang1997/OPUS?label=%F0%9F%8C%9F%20Star&color=blue"> <img style="position: relative; top:6px;" src="https://img.shields.io/github/forks/jbwang1997/OPUS?label=%F0%9F%94%A7%20Fork&color=green"><br/>
<a class="btn btn-red" href="https://arxiv.org/pdf/2409.09350">paper</a> /
<a class="btn btn-dark" href="https://github.com/jbwang1997/OPUS">code</a>
</div>
</div>
<!-- <div class="highlight publication row clearfix"> -->
<div class="publication row clearfix">
<div class="row-media" style="background-image: url(assets/teaser/stability_index.jpg);"></div>
<div class="row-text">
<a class="publication-title bold" href="">Towards Stable 3D Object Detection</a><br/>
<span class="bold">Jiabao Wang</span>*, Qiang Meng*, Guochao Liu, Liujiang Yan, Ke Wang, Ming-Ming, Cheng, Qibin Hou#.<br/>
<span class="italic"><a href="https://eccv2024.ecva.net/">ECCV 2024 (CCF-B)</a></span> <img style="position: relative; top:6px;" src="https://img.shields.io/github/stars/jbwang1997/StabilityIndex?label=%F0%9F%8C%9F%20Star&color=blue"> <img style="position: relative; top:6px;" src="https://img.shields.io/github/forks/jbwang1997/StabilityIndex?label=%F0%9F%94%A7%20Fork&color=green"><br/>
<a class="btn btn-red" href="https://jbwang1997.github.io/projects/stability_index/index.html">project</a> /
<a class="btn btn-red" href="https://arxiv.org/pdf/2407.04305">paper</a> /
<a class="btn btn-dark" href="https://github.com/jbwang1997/StabilityIndex">code</a> /
<a class="btn btn-dark" href="bibtex/wang2024towards.html">bibtex</a>
</div>
</div>
<div class="publication row clearfix">
<div class="row-media" style="background-image: url(assets/teaser/crosskd.png);"></div>
<div class="row-text">
<a class="publication-title bold" href="https://openaccess.thecvf.com/content/CVPR2024/papers/Wang_CrossKD_Cross-Head_Knowledge_Distillation_for_Object_Detection_CVPR_2024_paper.pdf">CrossKD: Cross-Head Knowledge Distillation for Object Detection</a><br/>
<span class="bold">Jiabao Wang</span>*, Yuming Chen*, Zhaohui Zheng, Xiang Li, Ming-Ming Cheng, Qibin Hou#.<br/>
<span class="italic"><a href="https://cvpr2024.thecvf.com/">CVPR 2024 (CCF-A)</a></span> <img style="position: relative; top:6px;" src="https://img.shields.io/github/stars/jbwang1997/CrossKD?label=%F0%9F%8C%9F%20Star&color=blue"> <img style="position: relative; top:6px;" src="https://img.shields.io/github/forks/jbwang1997/CrossKD?label=%F0%9F%94%A7%20Fork&color=green"><br/>
<a class="btn btn-red" href="https://openaccess.thecvf.com/content/CVPR2024/papers/Wang_CrossKD_Cross-Head_Knowledge_Distillation_for_Object_Detection_CVPR_2024_paper.pdf">paper</a> / <a class="btn btn-dark" href="https://github.com/jbwang1997/CrossKD">code</a> / <a class="btn btn-dark" href="bibtex/wang2024crosskd.html">bibtex</a>
</div>
</div>
<div class="publication row clearfix">
<!-- <div class="highlight publication row clearfix"> -->
<div class="row-media" style="background-image: url(assets/teaser/oriented_rcnn.png);"></div>
<div class="row-text">
<a class="publication-title bold" href="https://openaccess.thecvf.com/content/ICCV2021/papers/Xie_Oriented_R-CNN_for_Object_Detection_ICCV_2021_paper.pdf">Oriented R-CNN for Object Detection</a><br/>
Xingxing Xie, Gong Cheng#, <span class="bold">Jiabao Wang</span>, Xiwen Yao, Junwei Han.<br/>
<span class="italic"><a href="https://iccv2021.thecvf.com/">ICCV 2021 (CCF-A)</a></span> <img style="position: relative; top:6px;" src="https://img.shields.io/github/stars/jbwang1997/OBBDetection?label=%F0%9F%8C%9F%20Star&color=blue"> <img style="position: relative; top:6px;" src="https://img.shields.io/github/forks/jbwang1997/OBBDetection?label=%F0%9F%94%A7%20Fork&color=green"><br/>
<a class="btn btn-red" href="https://openaccess.thecvf.com/content/ICCV2021/papers/Xie_Oriented_R-CNN_for_Object_Detection_ICCV_2021_paper.pdf">paper</a> / <a class="btn btn-dark" href="https://github.com/jbwang1997/OBBDetection">code</a> / <a class="btn btn-dark" href="bibtex/xie2021oriented.html">bibtex</a>
</div>
</div>
</div>
<!-- Journal -->
<div id="journal">
<h3 class="noselect">Journal</h3>
<div class="publication row clearfix">
<div class="row-media" style="background-image: url(assets/teaser/oriented_rcnn_beyond.png);"></div>
<div class="row-text">
<a class="publication-title bold" href="https://link.springer.com/article/10.1007/s11263-024-01989-w">Oriented R-CNN and Beyond</a><br/>
Xingxing Xie, Gong Cheng#, <span class="bold">Jiabao Wang</span>, Ke Li, Xiwen Yao, Junwei Han.<br/>
<span class="italic"><a href="https://link.springer.com/journal/11263">IJCV (SCI-I)</a></span> <img style="position: relative; top:6px;" src="https://img.shields.io/github/stars/jbwang1997/OBBDetection?label=%F0%9F%8C%9F%20Star&color=blue"> <img style="position: relative; top:6px;" src="https://img.shields.io/github/forks/jbwang1997/OBBDetection?label=%F0%9F%94%A7%20Fork&color=green"><br/>
<a class="btn btn-red" href="https://link.springer.com/article/10.1007/s11263-024-01989-w">paper</a> / <a class="btn btn-dark" href="https://github.com/jbwang1997/OBBDetection">code</a> / <a class="btn btn-dark" href="bibtex/xie2021oriented.html">bibtex</a>
</div>
</div>
<div class="publication row clearfix">
<div class="row-media" style="background-image: url(assets/teaser/fcosf.png);"></div>
<div class="row-text">
<a class="publication-title bold" href="https://ieeexplore.ieee.org/document/10130561">Learning Orientation-Aware Distances for Oriented Object Detection</a><br/>
Chaofan Rao, <span class="bold">Jiabao Wang</span>, Gong Cheng, Xingxing Xie, Junwei Han.<br/>
<span class="italic"><a href="https://www.grss-ieee.org/publications/transactions-on-geoscience-remote-sensing/">TGRS (SCI-I)</a></span> <br/>
<a class="btn btn-red" href="https://ieeexplore.ieee.org/document/10130561">paper</a> / <a class="btn btn-dark" href="https://github.com/DDGRCF/FCOSF">code</a>
</div>
</div>
<div class="publication row clearfix">
<div class="row-media" style="background-image: url(assets/teaser/aopg.png);"></div>
<div class="row-text">
<a class="publication-title bold" href="https://arxiv.org/pdf/2110.01931">Anchor-Free Oriented Proposal Generator for Object Detection</a><br/>
Gong Cheng, <span class="bold">Jiabao Wang</span>, Ke Li, Xingxing Xie, Chunbo Lang, Yanqing Yao, Junwei Han.<br/>
<span class="italic"><a href="https://www.grss-ieee.org/publications/transactions-on-geoscience-remote-sensing/">TGRS (SCI-I)</a></span> <img style="position: relative; top:6px;" src="https://img.shields.io/github/stars/jbwang1997/AOPG?label=%F0%9F%8C%9F%20Star&color=blue"> <img style="position: relative; top:6px;" src="https://img.shields.io/github/forks/jbwang1997/AOPG?label=%F0%9F%94%A7%20Fork&color=green"><br/>
<a class="btn btn-red" href="https://arxiv.org/pdf/2110.01931">paper</a> / <a class="btn btn-red" href="https://drive.google.com/drive/folders/1UdlgHk49iu6WpcJ5467iT-UqNPpx__CC">dataset</a> / <a class="btn btn-dark" href="https://github.com/jbwang1997/AOPG">code</a> / <a class="btn btn-dark" href="bibtex/cheng2022anchor.html">bibtex</a>
</div>
</div>
</div>
<!-- Open Source -->
<h2 class="noselect">Open Source</h2>
<div id="opensource">
<p>He has participated as a core maintainer in following wonderful open source projects.</p>
<div class="timeline noselect">
<div class="timeline-item">
<table>
<tr>
<td class="icon">
<a href="https://github.com/open-mmlab/mmdetection">
<img src="assets/opensource/mmdet-logo.png" alt="MMDetection"></a><br>
</td>
<td class="description">
<p style="font-size: 13px;">MMDetection is an open source object detection toolbox based on PyTorch. It is a part of the OpenMMLab project.</p>
</td>
</tr>
</table>
</div>
<div class="timeline-item">
<table>
<tr>
<td class="icon">
<a href="https://openmmlab.com/">
<img src="assets/opensource/mmrotate-logo.png" alt="MMRotate" width="55%"></a><br>
</td>
<td class="description">
<p style="font-size: 13px;">MMRotate is an open-source toolbox for rotated object detection based on PyTorch. It is a part of the OpenMMLab project.</p>
</td>
</tr>
</table>
</div>
</div>
</div>
<!-- Experience -->
<h2 class="noselect">Internship Experience</h2>
<div id="experiences">
<div class="timeline noselect">
<div class="timeline-item">
<table>
<tr>
<td class="icon">
<a href="https://web.didiglobal.com/">
<img src="assets/experience/didi.png" alt="DIDI"></a><br>
<span style="font-size: 13px;">2023/04 - Present<br> Beijing, China</span>
</td>
<td class="description">
<h4><b>Research Scientist Intern</b></h4>
<p style="font-size: 13px;">Worked with <a href="https://irvingmeng.github.io/">Qiang Meng</a>, where we worked on 3D perception in autonomous driving.</p>
</td>
</tr>
</table>
</div>
<div class="timeline-item">
<table>
<tr>
<td class="icon">
<a href="https://openmmlab.com/">
<img src="assets/experience/openmmlab.png" alt="OpenMMLab" width="70%"></a><br>
<span style="font-size: 13px;">2022/01 - 2022/09<br> Shanghai, China</span>
</td>
<td class="description">
<h4><b>Research Engineer Intern</b></h4>
<p style="font-size: 13px;">Worked with <a href="http://zhangwenwei.cn/">Wenwei Zhang</a>, where I was mainly responsible for maintaining <a href="https://github.com/open-mmlab/mmdetection">MMDetection</a> and <a href="https://github.com/open-mmlab/mmrotate">MMRotate</a>.</p>
</td>
</tr>
</table>
</div>
</div>
</div>
<!-- Education -->
<div>
<h2 class="noselect">Education</h2>
<div class="noselect">
<span><strong>2022/09 - Present</strong>, I am a Ph.D student at <a href="https://cc.nankai.edu.cn/">College of Computer Science, Nankai University</a>, under the supervision of Prof. <a href="https://mmcheng.net/">Ming-Ming Cheng</a> and <a href="https://houqb.github.io/">Qibin Hou</a>.</span>
<br/><br/>
<span><strong>2019/09 - 2022/03</strong>, I am a graduate student at <a href="https://zdhxy.nwpu.edu.cn/">School of Automation, Northwestern Polytechnical University</a>, under the supervision of Prof. <a href="https://teacher.nwpu.edu.cn/hanjunwei.html">Junwei Han</a> and <a href="https://gcheng-nwpu.github.io/">Gong Cheng</a>.</span>
<br/><br/>
<span><strong>2015/09 - 2019/07</strong>, I was an undergraduate student at <a href="https://honors.nwpu.edu.cn/">Honors College , Northwestern Polytechnical University</a>.</span>
</div>
</div>
<h2 class="noselect">Academic Services</h2>
<div id="academic services">
<p>Reviewers for CVPR / NeurIPS / ICLR / AAAI </p>
</div>
<!-- Contact -->
<div class="noselect">
<a id="contact"></a>
<h2>Contact</h2>
You are very welcome to contact me regarding my research. I typically respond within a few days.<br/>
I can be contacted directly at <span class="bold">jbwang</span> [at] <span class="bold">mail.nankai.edu.cn</span>.
</div>
</div>
<div id="footer-clusrmaps" style="width: 40%; position:relative; left:30%">
<center>
<div id="clustrmaps-widget" style="width:15%">
<script type="text/javascript" id="clstr_globe" src="//clustrmaps.com/globe.js?d=g0G4O3t8BI1tZMKTkmir0Z2suD_ORFKBmmdknTpFgFI"></script>
</div>
</center>
</div>
<div class="footer noselect">
<div class="footer-content">
© 2024 Jiabao Wang. Acknowledgement to the wonderful homepage template provided by <a style="color: white; text-decoration: underline;" href="https://nicklashansen.github.io">Nicklas Hansen</a>!
</div>
</div>