-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
163 lines (153 loc) · 6.47 KB
/
cv.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Bin Xu - CV</title>
<style>
div{display:inline}
</style>
<script type="text/javascript">
<!--
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
//-->
</script>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Bin Xu</div>
<br>
<div class="menu-item"><a href="index.html">About</a></div>
<br>
<div class="menu-item"><a href="cv.html" class="current">CV</a></div>
<br>
<div class="menu-item"><a href="ms.html">Misc</a></div>
<br>
<div class="menu-item"><a href="cn.html">CN</a></div>
</td>
<td id="layout-content">
<h1>Bin Xu</h1>
<h2>Papers</h2>
<ul>
<li>
<p>
<b>MonoFENet: Monocular 3D Object Detection With Feature Enhancement Networks.</b></br>
Wentao Bao, <strong>Bin Xu</strong>, Zhenzhong Chen</br>
<i>IEEE Transactions on Image Processing (<b>TIP</b>), 2020</i></br>
<a href = "https://ieeexplore.ieee.org/document/8897727" target="_blank"><font>[Paper]</font></a>
<a href="javascript:toggle_visibility('BaoXC20')">[Bibtex]</a></br>
<pre id="BaoXC20" xml:space="preserve" style="display: none;">
@inproceedings{BaoXC20,
title = {MonoFENet: Monocular 3D Object Detection With Feature Enhancement Networks},
author = {Bao, Wentao and Xu, Bin and Chen, Zhenzhong},
booktitle = {IEEE TIP},
year = {2020}}
</pre>
</p>
</li>
<li>
<p>
<b>Multi-Level Fusion based 3D Object Detection from Monocular Images.</b></br>
<strong>Bin Xu</strong>, Zhenzhong Chen</br>
<i>International Conference on Computer Vision and Pattern Recognition (<b>CVPR</b>), 2018</i></br>
<a href = "http://openaccess.thecvf.com/content_cvpr_2018/papers/Xu_Multi-Level_Fusion_Based_CVPR_2018_paper.pdf" target="_blank"><font>[Paper]</font></a>
<a href="javascript:toggle_visibility('cvpr18xu')">[Bibtex]</a></br>
<pre id="cvpr18xu" xml:space="preserve" style="display: none;">
@inproceedings{cvpr18xu,
title = {Multi-Level Fusion based 3D Object Detection from Monocular Images},
author = {Xu, Bin and Chen, Zhenzhong},
booktitle = {IEEE CVPR},
year = {2018}}
</pre>
</p>
</li>
<li>
<p>
<b>CNN-Based Rate-Distortion Modeling for H.265/HEVC.</b></br>
<strong>Bin Xu</strong>, Xiang Pan, Yan Zhou, Yiming Li, Daiqin Yang, Zhenzhong Chen</br>
<i>IEEE Visual Communications and Image Processing (<b>VCIP</b>), 2017</i></br>
<a href = "https://ieeexplore.ieee.org/document/8305151/" target="_blank"><font>[Paper]</font></a>
<a href="javascript:toggle_visibility('vcip17xu')">[Bibtex]</a></br>
<pre id="vcip17xu" xml:space="preserve" style="display: none;">
@inproceedings{vcip17xu,
author={Bin, Xu and Xiang, Pan and Yan, Zhou and Yiming, Li and Daiqin, Yang and Zhenzhong, Chen},
booktitle={2017 IEEE Visual Communications and Image Processing (VCIP)},
title={CNN-based rate-distortion modeling for H.265/HEVC},
year={2017}}
</pre>
</p>
</li>
<li>
<p>
<b>Object Tracking over a Multiple-Camera Network.</b></br>
Zhenzhong Chen, Weihang Liao, <strong>Bin Xu</strong>, Hongyi Liu, Qisheng Li, He Li, Chao Xiao, Hang Zhang, Yiming Li, Wentao Bao, Daiqin Yang</br>
<i>IEEE International Conference on Multimedia Big Data (<b>BigMM</b>), 2015</i></br>
<a href = "https://ieeexplore.ieee.org/document/7153895/" target="_blank"><font>[Paper]</font></a>
<a href="javascript:toggle_visibility('7153895')">[Bibtex]</a></br>
<pre id="7153895" xml:space="preserve" style="display: none;">
@inproceedings{7153895,
author={Zhenzhong, Chen and Weihang, Liao and Bin, Xu and Hongyi, Liu and Qisheng, Li and He, Li and Chao, Xiao and Hang, Zhang and Yiming, Li and Wentao, Bao and Daiqin, Yang},
booktitle={2015 IEEE International Conference on Multimedia Big Data},
title={Object Tracking over a Multiple-Camera Network},
year={2015}}
</pre>
</p>
</li>
</ul>
<h2>Research</h2>
<ul>
<li><p>Deep Learning and 3D Perception: 3D obstacle detection with monocular/stereo images and point cloud. </p>
</li>
<li><p>Surveillance Video Processing: pedestrian and vehicle detection, tracking, abnormal event detection.</p>
</li>
<li><p>Deep Learning and Image Coding: CNN-based R-D modeling and its applications.</p>
</li>
<li><p>Remote Sensing Image Processing: object detection in high resolution remote sensing images.</p>
</li>
</ul>
<h2>Experience</h2>
<ul>
<li><p>M.S. Photogrammetry and Remote Sensing, <a href="http://rsgis.whu.edu.cn/en/index.html">School of Remote Sensing and Information Engineering</a>, <a href="http://www.whu.edu.cn/">Wuhan University</a>,
September 2015</p>
</li>
<li><p>B.E. Surveying Engineering, <a href="http://en.sgg.whu.edu.cn/">School of Geodesy and Geomatics</a>, <a href="http://www.whu.edu.cn/">Wuhan University</a>, September 2011</p>
</li>
</ul>
<h2>Awards</h2>
<ul>
<li><p>First Prize, <a href="http://www.bigmm2015.org/">IEEE BigMM 2015 Challenge</a>: “Large-Scale Object Tracking over a Multiple-Camera Network”, 2015</p>
</li>
<li><p>First-Class Prize, The 14th "Challenge Cup" National Undergraduate Curricular Academic Science and Technology Contest on "Smart City", 2015</p>
</li>
<li><p>Second-Class Prize, <a href="http://www.smartcity-competition.com.cn/">The 3rd National Graduate Contest on Smart-City Technology and Creative Design</a>, Abnormal Event Detection,2016</p>
<li><p>Third-Class Prize, <a href="http://www.smartcity-competition.com.cn/">The 4th National Graduate Contest on Smart-City Technology and Creative Design</a>, Abnormal Event Detection,2017</p>
</li>
<li><p>National Scholarship, 2016</p>
</li>
<li><p>Bronze Award, The 1st Public Opinion Analysis Technology Invitational, Face Recognition, 2016</p>
</li>
<li><p>Advanced Individual, Wuhan University, 2015</p>
</li>
</ul>
<h2>Skills</h2>
<ul>
<li><p>Programming: Python, C/C++, Matlab, Java</p>
</li>
<li><p>Deep Learning: PyTorch, MxNet, TensorFlow, Keras, Caffe/Caffe2</p>
</li>
</ul>
</td>
</tr>
</table>
</body>
</html>