-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (138 loc) · 3.91 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
<!DOCTYPE html>
<html>
<style>
a{text-decoration:none}
a:hover{text-decoration:none}
</style>
<head>
<title>Hao Wei</title>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</head>
<body style="width:1080px" align="left">
<h1>
Hao Wei's Homepage
</h1>
<!--=================Biography==========================-->
<table width="100%" align="center">
<tr valign="top" >
<td align="left">
<h2><br>About Me</h2></br>
</td>
<td></td>
</tr>
</table>
<table width="100%" align="left" cellspacing='0'>
<tr valign="top">
<td align="left">
I'm Hao Wei, currently a Ph.D. Candidate with Institute of Artificial Intelligence and Robotics at Xi'an Jiaotong University (XJTU), supervised by Prof. <a
href="http://gr.xjtu.edu.cn/web/cyge">Chenyang Ge</a>. Previously, I received my Master degree from Nanjing University of Science and Technology (NJUST)
in 2021.</br></br>
My research interests include computer vision and deep learning.
</td>
<td align="left">
<img src="./img/hw_photo.jpg" />
</td>
</tr>
</table>
<!--=================Education==========================-->
<table width="100%" align="center">
<tr valign="top" >
<td align="center-left">
<h2><br>Education</h2></br>
</td>
<td></td>
</tr>
</table>
<table width="100%" align="center">
<tr valign="top">
<td align="center-left">
Xi'an Jiaotong University (Sep. 2021 - Now)
<li>
Doctor of philosophy, Control Science
</li>
<li>
Advisor: Prof. <a href="http://gr.xjtu.edu.cn/web/cyge">Chenyang Ge</a>
</li>
</td>
</tr>
<tr valign="top">
<td align="center-left">
Nanjing University of Science and Technology (Sep. 2018 - Apr. 2021)
<li>
Master of philosophy, Computer Science
</li>
<li>
Advisor: Prof. <a href="https://imag-njust.net/xinguang-xiang/">Xinguang Xiang</a> and Prof. <a
href="https://jspan.github.io/">Jinshan Pan</a>
</li>
</td>
</tr>
<tr valign="top">
<td align="center-left">
Yangzhou University (Sep. 2014 - Jun. 2018)
<li>
Bachelor of Engineering, Computer Science
</li>
</td>
</tr>
</table>
<!--=================News==========================-->
<table width="100%" align="center">
<tr valign="top" >
<td align="center-left">
<h2><br>News</h2></br>
</td>
<td></td>
</tr>
</table>
<table width="100%" align="center">
<tr valign="top">
<td align="center-left">
<li>
2020/09: One Paper has been accepted by IEEE TIP.
</li>
</td>
</tr>
</table>
<!--=================Publications==========================-->
<table width="100%" align="center">
<tr valign="top" >
<td align="center-left">
<h2><br>Publications</h2></br>
</td>
<td></td>
</tr>
</table>
<table width="100%" align="center">
<tr valign="top">
<!--=======Deep Video Deblurring Using Sharpness Features From Exemplars======-->
<td>
Deep Video Deblurring Using Sharpness Features From Exemplars.
<br>
Xinguang Xiang, <b>Hao Wei</b>, Jinshan Pan<br>
<em>IEEE Transactions on Image Processing (TIP)</em>, 2020.
<br>
<a href="https://ieeexplore.ieee.org/document/9198913">[Paper]</a>
<a href="https://github.com/CVHW/DVD-SFE">[Code]</a>
</td>
</tr>
</table>
<table width="100%" align="left">
<tr valign="top">
<script type="text/javascript" id="clustrmaps" src="//clustrmaps.com/map_v2.js?d=qYtswW3JuvBBVOmzjZwCJYYjjZ9q7e-SHDGYCALgMyY&cl=ffffff&w=a">
</script>
<br>
</tr>
</table>
<p>
<center>
© Hao Wei | Last updated: May, 2021
</center>
</p>
<p>
<span style="display: block; margin-bottom: 3em"></span>
</p>
</div>
</body>
</html>