-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
85 lines (79 loc) · 4.94 KB
/
about.html
File metadata and controls
85 lines (79 loc) · 4.94 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
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Weidi Xie</title>
<meta name="author" content="Weidi Xie">
<meta name="viewport" content="width=device-width", initial-scale="1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" type="image/svg+xml" href="images/icon.svg">
</head>
<body>
<table id="container">
<tr>
<td>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<p align="center">
<a href=index.html>Home</a> / 
<a href=about.html>About Me</a> / 
<a href=team.html>Team</a> / 
<a href=people.html>Collaborators</a> / 
<a href=research.html>Research</a>
</p>
<hr>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<p>
I'm joining <a href="https://en.sjtu.edu.cn">Shanghai Jiao Tong University</a> as an Associate Professor.
</p>
<p>
Prior to that, I completed D.Phil at <a href="http://www.robots.ox.ac.uk/~vgg/">Visual Geometry Group</a>, University of Oxford, 2018,
and later become a Senior Research Fellow working on computer vision, deep learning, biomedical image analysis.
</p>
<p>
Advisors:
<a href="https://scholar.google.com/citations?user=UZ5wscMAAAAJ&hl=en">Professor Andrew Zisserman</a> (VGG),
and <a href="https://scholar.google.com/citations?user=b0tmmYMAAAAJ&hl=en">Professor Alison Noble</a> (BioMedIA).
</p>
<p>
Thesis defence committees: <a href="https://scholar.google.com/citations?user=bRT7t28AAAAJ&hl=en">Professor Andrea Vedaldi</a> (Oxford)
and <a href="https://scholar.google.com/citations?user=H0O0WnQAAAAJ&hl=en">Professor Daniel Rueckert</a> (Imperial College London).
</p>
<p>
[2024] start serving as the reviewer for <a href="https://www.nature.com/nm/">Nature Medicine</a>,
<a href="https://www.nature.com/npjdigitalmed/">Npj Digital Medicine</a> (by Nature Portfolio).<br>
[2023] will serve as the area chair editor for <a href="https://eccv2024.ecva.net">ECCV2024</a></a>.<br>
[2022-] will serve as the area chair editor for <a href="https://cvpr2023.thecvf.com">CVPR2023, NeurIPS2023</a>.<br>
[2022] start serving as the associate editor for <a href="https://ietresearch.onlinelibrary.wiley.com/journal/17519640">IET Computer Vision</a>.<br>
[2018] receive the <a href="https://www.admin.ox.ac.uk/personnel/reward/rewardandrecognitionscheme/awardsexcell/">Excellence Award</a>
from Department of Engineering Science, University of Oxford. <br>
[2014-2018] receive <a href="http://www.ox.ac.uk/news/2018-11-15-deepmind-scholarships-encourage-wider-participation-computer-science"> Oxford-Google DeepMind Graduate Scholarships</a>
on Machine Learning and Biomedical Image Analysis. <br>
[2014] I receive Magdalen Award from <a href="https://chinaoxford.org">China Oxford Scholarship Fund (COSF)</a>
</p>
<!-- 汉语简介 -->
<p>
谢伟迪,上海交通大学人工智能学院长聘轨副教授,牛津大学视觉几何组访问研究员 (Visiting Researcher at Oxford VGG)
</p>
<p>
教育部 U40,国家(海外)优青,科技部科技创新 2030 --"新一代人工智能"重大 项目青年项目负责人,上海市(海外)高层次人才计划,上海市启明星计划。
</p>
<p>
博士毕业于牛津大学<a href="http://www.robots.ox.ac.uk/~vgg/">视觉几何组(Oxford VGG)</a>,
首批 Google-DeepMind 全额奖学金获得者,China Oxford Scholarship Fund (Magdalen Award) 奖学金获得者,牛津大学工程系杰出 奖 (Oxford Excellence Award) 获得者。
</p>
<p>
主要研究计算机视觉,多模态自监督学习,AI4Science。发表论文超 80 篇,Google Scholar 引用 > 16000 次。
开源多个领域标准数据集和模型,包括 VGGFace2, Voxceleb, VGGSound,PMC-OA、RP3D,RadMD,PMC-LLaMA、MMedLLaMA、PMC-CLIP、RadFM KAD,KEP,SAT。
多次获得国际顶级会议研讨会的最佳论文奖和最佳海报奖,最佳期刊论文奖,
MICCAI Young Scientist Publication Impact Award Finalist;
Nature Medicine,Nature Communications特邀审稿人,担任计算机视觉和人工智能领域的旗舰会议 CVPR,ECCV,NeurIPS Area Chair。
</p>
</td>
</tr>
</table>
</body>
</html>