-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
334 lines (304 loc) · 17.4 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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>智能与多媒体科学实验室</title>
<link rel="icon" href="./files/images/logo.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="sysuimsl" content="智能与多媒体科学实验室" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/main-v20210707.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6919411062262434",
enable_page_level_ads: true
});
</script>
<script src="assets/js/jquery2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</head>
<script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>
<body class="is-preload">
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr class="spec">
<td width="70%">
<h11 class="head-zh">智能与多媒体科学实验室</h11>
</td>
<td width="30%">
<ul class="icons">
<li><a href="https://github.com/sysu-imsl" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="en/index.html">Eng. Version ☞</a></li>
</ul>
</td>
</tr>
</table>
</header>
<!-- Banner -->
<br>
<div class="spec">
<div id="views-bootstrap-carousel-1" class="views-bootstrap-carousel-plugin-style carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#views-bootstrap-carousel-1" data-slide-to="0" class="active"></li>
<li data-target="#views-bootstrap-carousel-1" data-slide-to="1" class=""></li>
<li data-target="#views-bootstrap-carousel-1" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<a href="projects_indoor.html">
<img typeof="foaf:Image" class="img-responsive" src="./files/images/home/indoor-teasers.jpg" width="100%" alt="" />
</a>
</div>
<div class="item ">
<a href="projects_attack.html">
<img typeof="foaf:Image" class="img-responsive" src="./files/images/home/attack-teasers.jpg" width="100%" alt="" />
</a>
</div>
<div class="item ">
<a href="projects_2Dshape.html">
<img typeof="foaf:Image" class="img-responsive" src="./files/images/home/sketch-teasers.jpg" width="100%" alt="" />
</a>
</div>
</div>
<a class="carousel-control left" href="#views-bootstrap-carousel-1" data-slide="prev">
<span class="icon-prev"></span>
</a>
<a class="carousel-control right" href="#views-bootstrap-carousel-1" data-slide="next">
<span class="icon-next"></span>
</a>
</div>
</div>
<section id="banner">
<div class="content">
<header class="major">
<h2 class="head-zh">实验室简介</h2>
</header>
<p>
中山大学 计算机学院
<br>
<br>
实验室专注于智能科学与多媒体应用领域交叉融合的研究与实现,具体研究方向包括:
<br>
<p class="margin-small"> </p>
- <strong>二维/三维图形图像生成、理解与应用</strong>(漫画线稿草图生成与应用;图像非真实感渲染;图像编辑与生成;基于视频的动画、动作生成;服装建模与虚拟试衣)
<br>
<p class="margin-small"> </p>
- <strong>室内空间位置智能感知与应用</strong>(视觉定位;地磁定位;多特征融合定位;多用户协同定位;指纹数据库增量重建)
<br>
<p class="margin-small"> </p>
- <strong>面向计算机视觉的人工智能安全</strong>(对抗攻防学习;模型鲁棒性分析;人群计数)
<br>
<p class="margin-small"> </p>
详情请看<a href="projects_indoor.html"> 实验室项目 </a>页面。
<br><br>
欢迎各位新同学加入我们实验室!
</p>
</div>
<span class="image object">
<!--<img src="./files/images/lab.jpg" alt="" />-->
<header class="major">
<h2 class="head-zh">实验室动态 </h2>
</header>
<p>
<li> 2024.08: 实验室1篇论文被期刊 TVCG 接收!
<li> 2024.08: 实验室1篇论文被会议 Pacific Graphics 2024 接收!
<li> 2024.05: 热烈祝贺实验室3位同学蒋维娜、何涛和莫浩然博士的学位论文答辩通过!
<li> 2024.05: 实验室1篇论文被期刊 TMM 接收!
<li> 2024.03: 实验室3篇论文被会议 ICME 2024 接收!
<li> 2024.01: 实验室1篇论文被期刊 TOG 接收,并邀请到会议 SIGGRAPH 2024 报告!
<li> 2023.12: 实验室1篇论文被期刊 Pattern Recognition 接收!
<li> 2023.11: 实验室1篇论文被期刊 TIFS 2023 接收!
<li> 2023.09: 实验室1篇论文被会议 Pacific Graphics 2023 接收!
<li> 2023.08: 实验室2篇论文被会议 GLOBECOM 2023 接收!
<li> 2023.07: 实验室1篇论文被会议 UbiComp 2023 接收!
<li> 2023.05: 实验室1篇论文被期刊 NCA 2023 接收!
<li> 2023.02: 实验室1篇论文被会议 CVPR 2023 接收!
<li> 2023.02: 实验室1篇论文被期刊 TIP 2023 接收!
<!-- <li> 2024.05: 实验室1篇论文被期刊<a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=6046"> TMM </a>接收!
<li> 2024.03: 实验室3篇论文被会议<a href="https://2024.ieeeicme.org/"> ICME 2024 </a>接收!
<li> 2024.01: 实验室1篇论文被期刊<a href="https://dl.acm.org/journal/tog"> TOG </a>接收,并邀请到会议<a href="https://s2024.siggraph.org/"> SIGGRAPH 2024 </a>报告!
<li> 2023.12: 实验室1篇论文被期刊<a href="https://journals.elsevier.com/pattern-recognition"> Pattern Recognition </a>接收!
<li> 2023.11: 实验室1篇论文被期刊<a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=10206"> TIFS 2023 </a>接收!
<li> 2023.09: 实验室1篇论文被会议<a href="https://pg2023.org/"> Pacific Graphics 2023 </a>接收!
<li> 2023.08: 实验室2篇论文被会议<a href="https://globecom2023.ieee-globecom.org/"> GLOBECOM 2023 </a>接收!
<li> 2023.07: 实验室1篇论文被会议<a href="https://www.ubicomp.org/ubicomp-iswc-2023/"> UbiComp 2023 </a>接收!
<li> 2023.05: 实验室1篇论文被期刊<a href="https://www.springer.com/journal/521"> NCA 2023 </a>接收!
<li> 2023.02: 实验室1篇论文被会议<a href="https://cvpr2023.thecvf.com/"> CVPR 2023 </a>接收!
<li> 2023.02: 实验室1篇论文被期刊<a href="https://ieeexplore.ieee.org/xpl/aboutJournal.jsp?punumber=83"> TIP 2023 </a>接收! -->
<!-- <li> 2022.12: 实验室1篇论文被期刊<a href="https://tosn.acm.org/"> TOSN 2023 </a>接收!-->
<!-- <li> 2022.10: 实验室1篇论文被会议<a href="https://www.ubicomp.org/ubicomp-iswc-2023/"> UbiComp 2023 </a>接收!-->
<!-- <li> 2022.09: 实验室1篇论文被期刊<a href="https://journals.elsevier.com/neural-networks"> Neural Networks </a>接收!-->
<!-- <li> 2022.08: 实验室1篇论文被会议<a href="https://pg2022.org/"> Pacific Graphics 2022 </a>接收!-->
<!-- <li> 2022.06: 实验室1篇论文被期刊<a href="https://journals.elsevier.com/pattern-recognition"> Pattern Recognition </a>接收!-->
<!-- <li> 2022.03: 实验室1篇论文被会议<a href="http://2022.ieeeicme.org/"> ICME 2022 </a>接收!-->
<!-- <li> 2021.12: 实验室1篇论文被期刊<a href="https://www.sciencedirect.com/journal/neurocomputing"> Neurocomputing </a>接收!-->
<!-- <li> 2021.08: 牛群博士获得国家自然科学基金青年基金资助!-->
<!-- <li> 2021.08: 实验室1篇论文被期刊<a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=25"> Transactions on Vehicular Technology </a>接收!-->
<!-- <li> 2021.08: 实验室1篇论文被会议<a href="https://pg2021.org/"> Pacific Graphics 2021 </a>接收!-->
<!-- <li> 2021.05: 实验室1篇论文被会议<a href="http://wasa-conference.org/WASA2021/"> WASA 2021 </a>接收!-->
<!-- <li> 2021.04: 实验室1篇论文被会议<a href="https://s2021.siggraph.org/"> SIGGRAPH 2021 </a>接收!-->
<!-- <li> 2021.03: 实验室2篇论文被会议<a href="https://2021.ieeeicme.org/"> ICME 2021 </a>接收!-->
<!-- <li> 2020.07: 实验室1篇论文被会议<a href="http://www.cgs-network.org/cgi20/"> CGI 2020 </a>接收!-->
<!-- <li> 2020.07: 实验室1篇论文被会议<a href="https://2020.acmmm.org/"> ACM MultiMedia 2020 </a>接收!-->
<!-- <li> 2020.06: 实验室1篇论文被会议<a href="http://ubicomp.org/ubicomp2020/"> IMWUT/UbiComp 2020 </a>接收!-->
<!-- <li> 2020.05: 实验室1篇论文被期刊<a href=""> 软件学报 </a>接收!-->
<!-- <li> 2020.03: 实验室2篇论文被会议<a href="https://www.2020.ieeeicme.org/"> ICME 2020 </a>接收!-->
<!-- <li> 2020.02: 实验室2篇论文被会议<a href="http://cvpr2020.thecvf.com/"> CVPR 2020 </a>接收!-->
<!-- <li> 2019.11: 热烈祝贺实验室牛群同学博士论文答辩通过!-->
<!-- <li> 2019.09: 实验室1篇论文被会议<a href="http://www.acml-conf.org/2019/"> ACML 2019 </a>接收-->
<!-- <li> 2019.08: 实验室1篇论文被会议<a href="https://sa2019.siggraph.org/"> SIGGRAPH Asia 2019 </a>接收-->
<!-- <li> 2019.07: 实验室1篇论文被会议<a href="https://globecom2019.ieee-globecom.org/"> Globecom 2019 WC </a>接收-->
<!-- <li> 2019.07: 实验室1篇论文被会议<a href="http://ubicomp.org/ubicomp2019/"> IMWUT/UbiComp 2019 </a>接收-->
<!-- <li> 2019.02: 实验室1篇论文被会议<a href="http://cvpr2019.thecvf.com/"> CVPR 2019 </a>接收-->
<!--<li> 2018.10: 实验室1篇论文被期刊<a href="https://tosn.acm.org/"> TOSN 2019 </a>接收-->
</p>
详情请看<a href="publications_papers.html"> 实验室论文发表 </a>页面。
</span>
</section>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="10">
<tr class="spec">
<td width="33%" valign="top">
<img class="image fit thumb" src="./files/images/home/building2.jpg" alt="" width="100%" border="0">
</td>
<td width="33%" valign="top">
<img class="image fit thumb" src="./files/images/home/garden.jpg" alt="" width="100%" border="0">
</td>
<td width="33%" valign="top">
<img class="image fit thumb" src="./files/images/home/lab3.jpg" alt="" width="100%" border="0">
</td>
</tr>
</table>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<section id="search" class="alt">
<!--<form method="post" action="#">-->
<!--<input type="text" name="query" id="query" placeholder="Search" />-->
<!--</form>-->
<div style="text-align:center" >
<img src="./files/images/logo2.png" alt="" width="100%"/>
</div>
</section>
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a class="menu-zh" href="index.html">主页</a></li>
<li><a class="menu-zh" href="projects_indoor.html">研究项目</a></li>
<li><a class="menu-zh" href="publications_papers.html">论文发表</a></li>
<li><a class="menu-zh" href="members.html">成员信息</a></li>
<li><a class="menu-zh" href="students_dev.html">学生发展</a></li>
<li><a class="menu-zh" href="materials_datasets.html">相关资料</a></li>
<!--
<li>
<span class="opener">Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
<li><a href="#">Etiam Dolore</a></li>
<li><a href="#">Adipiscing</a></li>
<li>
<span class="opener">Another Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
-->
</ul>
</nav>
<!-- Section -->
<!--
<section>
<header class="major">
<h2>Ante interdum</h2>
</header>
<div class="mini-posts">
<article>
<a href="#" class="image"><img src="./images/pic07.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="./images/pic08.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="./images/pic09.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
</div>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</section>
-->
<!-- Section -->
<section>
<header class="major">
<h2 class="head-zh">联系方式</h2>
</header>
<ul class="contact">
<li class="fa-envelope-o">联系邮箱: <a href="#">[email protected]</a></li>
<li class="fa-home">地址: <a href="https://goo.gl/maps/P7iu1XtZfrk5TsKz5">中国 广州, 中山大学, 计算机学院, A409室</a>
</li>
</ul>
<!--<article class="5u 10u$(xsmall) work-item">-->
<!--<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=a&d=mhnrYabZI2bz_eHk1W_A8VvNxtAjYBrWfIfxbLnTRPQ&co=4c5459&cmo=faa659'></script>-->
<!--</article>-->
<!--<a href="https://info.flagcounter.com/Dsap"><img src="https://s11.flagcounter.com/count2/Dsap/bg_FFFFFF/txt_000000/border_CCCCCC/columns_2/maxflags_10/viewers_0/labels_0/pageviews_0/flags_0/percent_0/" alt="Flag Counter" border="0"></a>-->
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">
<li>Copyright © 2019-2024 SYSU-IMSL</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</footer>
</div>
</div>
<!-- push the page to Baidu -->
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https'){
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else{
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>