-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathseminar_2018.html
More file actions
794 lines (750 loc) · 62.1 KB
/
Copy pathseminar_2018.html
File metadata and controls
794 lines (750 loc) · 62.1 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
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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
<!DOCTYPE html>
<html lang="en">
<head>
<title>S-Lab</title>
<meta charset="utf-8">
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/layout.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?7b04bc59130b63646c29f35485a86d97";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/FuturisExtra_400.font.js"></script>
<script type="text/javascript" src="js/cufon-replace.js"></script>
<!--[if lt IE 7]>
<script type="text/javascript" src="js/ie_png.js"></script>
<script type="text/javascript">
ie_png.fix('.png, #twitter, .carousel-box button.prev, .carousel-box button.next');
</script>
<link href="css/ie/ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE]>
<script type="text/javascript" src="js/html5.js"></script>
<![endif]-->
</head>
<body id="page5">
<div id="tail-top-right"></div>
<div id="main-tail-ver">
<div id="main-tail-top">
<div id="main-bg-top">
<div id="main">
<!-- header -->
<div id="header-bg">
<header>
<h1><a href="index.html"><span>webstudio</span></a></h1>
<a href="#" id=""></a> </header>
</div>
<!-- content -->
<div id="content-bg">
<section id="content">
<div id="indent">
<div class="wrapper">
<article id="column-left">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="people.html">People</a></li>
<li ><a href="publication.html">Publication</a></li>
<li ><a href="projects.html">Projects</a></li>
<li class="act"><a href="seminar.html">Group seminar</a></li>
<li><a href="recruitment.html">Recruitment</a></li>
<li><a href="life.html">Life</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
</nav>
</article>
<article id="column-right">
<div class="content-box">
<div class="tail">
<div class="top">
<div class="bot">
<div class="inner">
<div class="wrapper">
<h4> • <a href="seminar.html">2019</a> • <a href="seminar_2018.html">2018</a> • <a href="seminar_2017.html">2017 and before</a> •</h4>
<h2 class="extra">Group Seminar</h2>
<div class="clear"></div>
<table class="table-blog">
<tr>
<td><strong class="extra"> Date & Time</strong></td>
<td><strong>Speakers</strong></td>
<td><strong>Topic & Slides</strong></td>
</tr>
<!--Lejian Ren(任乐健) Xiaofan Cai(蔡晓帆) Tianrui Hui(惠天瑞) Han Yu(庾涵) Chen Gao(高晨) Renda Bao(包仁达)
Ruihe Qian(钱瑞和) Guanghui Ren(任广辉) Defa Zhu(朱德发) Yue Liao(廖越) Shaofei Huang(黄少飞) Fan Tang(唐凡) Weibo Zhang(张卫博)
Wentao Jiang(姜文韬) Zitian Wang(王子恬) Han Huang(黄涵)-->
<tr>
<td><p> Saturday, 29 December 2018, 19:00 </p></td>
<td><small>Guanglin Niu(牛广林)</small></td>
<td><i><a href="https://pan.baidu.com/s/1Nl8xI_fgJLjLEpKoUD100A">知识图谱推理之表示学习</a></i></td></tr>
<tr>
<td><p> Saturday, 29 December 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健)</small></td>
<td><i><a href="https://pan.baidu.com/s/1hLZSotISoAR1-eWZ9kcgOw">Deep Reinforcement Learning with Iterative Shift for Visual Tracking</a></i></td></tr>
<tr>
<td><p> Saturday, 29 December 2018, 19:00 </p></td>
<td><small>Yue Liao(廖越)</small></td>
<td><i><a href="https://pan.baidu.com/s/1gymFgD9p324BWftJ2r7NRA">Dual-Agent Deep Reinforcement Learning for Deformable Face Tracking </a></i></td></tr>
<tr>
<td><p> Tuesday, 25 December 2018, 19:00 </p></td>
<td><small>Han Huang(黄涵)</small></td>
<td><i><a href="https://pan.baidu.com/s/1NV0pD91ZvgTI_x7G3DLyWw">Look Before You Leap</a></i></td></tr>
<tr>
<td><p> Tuesday, 25 December 2018, 19:00 </p></td>
<td><small>Tianrui Hui(惠天瑞)</small></td>
<td><i><a href="https://pan.baidu.com/s/1TWahwvVrk9c8pSx8aH5hyQ">Part-Activated Deep Reinforcement Learning for action prediction</a></i></td></tr>
<tr>
<td><p> Thursday, 20 December 2018, 19:00 </p></td>
<td><small>Chen Gao(高晨)</small></td>
<td><i><a href="https://pan.baidu.com/s/1OOkuhrnJcPkT8eeGh5CG6A">Sence Graph to Image</a></i></td></tr>
<tr>
<td><p> Wednesday, 19 December 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞)</small></td>
<td><i><a href="https://pan.baidu.com/s/1mLg-_ihtpp8TRdTktZiHxw">SpotTune:Transfer Learning through Adaptive Fine-tuning</a></i></td></tr>
<tr>
<td><p> Wednesday, 19 December 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健)</small></td>
<td><i><a href="https://pan.baidu.com/s/1w6HfvJ8-hMNG8w3zIzAwRA">Symbolic Graph Reasoning Meets Convolutions</a></i></td></tr>
<tr>
<td><p> Wednesday, 19 December 2018, 19:00 </p></td>
<td><small>Yue Liao(廖越)</small></td>
<td><i><a href="https://pan.baidu.com/s/1LtYVWQUT-XeTCEmgVuys8g">Scene Dynamics Counterfactual Critic Multi-Agent Training for Scene Graph Generation </a></i></td></tr>
<tr>
<td><p> Wednesday, 19 December 2018, 19:00 </p></td>
<td><small>Chen Gao(高晨)</small></td>
<td><i><a href="https://pan.baidu.com/s/1FP9LcuQgD7dzfSUIwHJYFg">CariGANs:Unpaired Photo-to-Caricature Translation</a></i></td></tr>
<tr>
<td><p> Saturday, 11 December 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/17rwMNCjs1DB237giVqciAA">图卷积调研</a></i></td></tr>
<tr>
<td><p> Saturday, 11 December 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健)</small></td>
<td><i><a href="https://pan.baidu.com/s/1QRiwJriJgMQfBv7j47af4Q">From Recognition to Cognition:Visual Commonsense Reasoning + Learning to Compose Dynamic Tree Structure for Visual Contexts</a></i></td></tr>
<tr>
<td><p> Tuesday, 4 December 2018, 19:00 </p></td>
<td><small>Chen Gao(高晨)</small></td>
<td><i><a href="https://pan.baidu.com/s/1T50GJZWpLXm1H-hKZQBnEA">Shift-Net Image Inpainting via Deep Feature Rearrangement</a></i></td></tr>
<tr>
<td><p> Tuesday, 4 December 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1BNl7Hudq64OVPz8JYWRF9A">GAN DISSECTION</a></i></td></tr>
<tr>
<td><p> Tuesday, 4 December 2018, 19:00 </p></td>
<td><small>Han Huang(黄涵)</small></td>
<td><i><a href="https://pan.baidu.com/s/17w9ntv5zmjhBh9FQltGD7g">Zoom-In-to-Check:Boosting Video Interpolation via Instance-level Discrimination</a></i></td></tr>
<tr>
<td><p> Tuesday, 4 December 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞)</small></td>
<td><i><a href="https://pan.baidu.com/s/1R00HoAXHEsahv_KGmzcezw">Learning Warped Guidance for Blind Face Restoration</a></i></td></tr>
<tr>
<td><p> Saturday, 1 December 2018, 19:00 </p></td>
<td><small>Han Huang(黄涵)</small></td>
<td><i><a href="https://pan.baidu.com/s/1-Boub9xE_GRhmELvumWr4A">PRCV-report</a></i></td></tr>
<tr>
<td><p> Tuesday, 27 November 2018, 19:00 </p></td>
<td><small>Meihan Liu(刘美含)</small></td>
<td><i><a href="https://pan.baidu.com/s/1YoYWTSNbVvQYtLzRj8jlGQ">Deeping Learning on 3D Data Survey</a></i></td></tr>
<tr>
<td><p> Tuesday, 27 November 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1EoEnAOwruOUOO8NOmtkr6Q">人脸识别中的活体检测算法</a></i></td></tr>
<tr>
<td><p> Tuesday, 27 November 2018, 19:00 </p></td>
<td><small>Guanghui Ren(任广辉)</small></td>
<td><i><a href="https://pan.baidu.com/s/1MRDhdOW1ZITMifDDaL9ozw">Rethinking Imagenet Pretrain</a></i></td></tr>
<tr>
<td><p> Tuesday, 30 October 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞)</small></td>
<td><i><a href="https://pan.baidu.com/s/1rdG44zQ73lzin-xJoQGSyw">Discriminator Rejection Sampling</a></i></td></tr>
<tr>
<td><p> Saturday, 20 October 2018, 19:00 </p></td>
<td><small>Guanghui Ren(任广辉)</small></td>
<td><i><a href="https://pan.baidu.com/s/1nPUmocTT7OxaCNyJ7nZcWw">Taskonomy Disentangling Task Transfer Learning</a></i></td></tr>
<tr>
<td><p> Saturday, 20 October 2018, 19:00 </p></td>
<td><small>Chen Gao(高晨)</small></td>
<td><i><a href="https://pan.baidu.com/s/1CZ2B1k0B6Ct2ohH4Slw3Aw">3D-Aware Scene Manipulation via Inverse Graphics</a></i></td></tr>
<tr>
<td><p> Tuesday, 16 October 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1M2VcD4lyClbGdzJ931EUAg">Searching for Efficient Multi-Scale Architectures for Dense Image Prediction</a></i></td></tr>
<tr>
<td><p> Tuesday, 16 October 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞)</small></td>
<td><i><a href="https://pan.baidu.com/s/1KjA_JhtLZ-85Wb9ZaUp0uQ">Autoaugment Learning Augmentation from Data</a></i></td></tr>
<tr>
<td><p> Saturday, 13 October 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞)</small></td>
<td><i><a href="https://pan.baidu.com/s/1Pz8BT75I7PCY8aD2X5HFTQ">Large Scale GAN Training for High Fidelity Natural Image Synthesis</a></i></td></tr>
<tr>
<td><p> Wednesday, 10 October 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健)</small></td>
<td><i><a href="https://pan.baidu.com/s/1fZ3-y6aEFf_01dTpclQAOA">ECCV report</a></i></td></tr>
<tr>
<td><p> Saturday, 22 September 2018, 19:00 </p></td>
<td><small>Renda Bao(包仁达)</small></td>
<td><i><a href="https://pan.baidu.com/s/1tbnWIiJQO8IYEAY0bI660Q">GAN in Segmentation</a></i></td></tr>
<tr>
<td><p> Saturday, 22 September 2018, 19:00 </p></td>
<td><small>Ruihe Qian(钱瑞和)</small></td>
<td><i><a href="https://pan.baidu.com/s/1Sg3Pxb_fLuu_iufqUeeEmw">GANimation: Anatomically-aware Facial Animation from a Single Image</a></i></td></tr>
<tr>
<td><p> Saturday, 22 September 2018, 19:00 </p></td>
<td><small>Ruihe Qian(钱瑞和)</small></td>
<td><i><a href="https://pan.baidu.com/s/1Pr5ZH-bWWbrTOlsD2TwHxw">Implicit 3D Orientation Learning for 6D Object Detection from RGB Images</a></i></td></tr>
<tr>
<td><p> Tuesday, 18 September 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞)</small></td>
<td><i><a href="https://pan.baidu.com/s/1SYIKDUHRMr-q4LMRE1R4ng">Large-Scale Learnable Graph Convolutional Networks</a></i></td></tr>
<tr>
<td><p> Tuesday, 18 September 2018, 19:00 </p></td>
<td><small>Chen Gao(高晨)</small></td>
<td><i><a href="https://pan.baidu.com/s/1yD5yalZM7VkU8DAas2KYvQ">Everybody Dance Now</a></i></td></tr>
<tr>
<td><p> Friday, 29 June 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1NJtCNdO1OFCmuYyF8frebg">Relation Networks for Object Detection</a></i></td></tr>
<tr>
<td><p> Wednesday, 20 June 2018, 19:00 </p></td>
<td><small>Ruihe Qian(钱瑞和)</small></td>
<td><i><a href=" ">1.Generalizing to Unseen Domains
via Adversarial Data Augmentation<br>2.A-Fast-RCNN: Hard Positive Generation via Adversary for Object Detection</a></i></td></tr>
<tr>
<td><p> Wednesday, 20 June 2018, 19:00 </p></td>
<td><small>Han Yu(庾涵)</small></td>
<td><i><a href=" ">Towards Perceptual Image Dehazing by Physics-based Disentanglement and Adversarial Training</a></i></td></tr>
<tr>
<td><p> Wednesday, 20 June 2018, 19:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆)</small></td>
<td><i><a href="https://pan.baidu.com/s/16lk7VbmDby9aHNZJfor3og">Learning Transferable Architectures for Scalable Image Recognition (NasNet)</a></i></td></tr>
<tr>
<td><p> Monday, 18 June 2018, 19:00 </p></td>
<td><small>Renda Bao(包仁达)</small></td>
<td><i><a href="https://pan.baidu.com/s/1haBrFjvEAc9NIv6MOlNZQw">1.Dual Conditional GANs for Face Aging and Rejuvenation<br>2.UV-GAN Adversarial Facial UV Map Completion for Pose-invariant Face Recognition</a></i></td></tr>
<tr>
<td><p> Monday, 18 June 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1haBrFjvEAc9NIv6MOlNZQw">deep video portraits</a></i></td></tr>
<tr>
<td><p> Saturday, 16 June 2018, 19:00 </p></td>
<td><small>Weibo Zhang(张卫博)</small></td>
<td><i><a href="https://pan.baidu.com/s/1PcBNPx11YedGQwdR4qw3mg">several proferssors</a></i></td></tr>
<tr>
<td><p> Saturday, 16 June 2018, 19:00 </p></td>
<td><small>Tianrui Hui(惠天瑞)</small></td>
<td><i><a href="https://pan.baidu.com/s/175n8zIc_4mpmb4IRLwsmdg">1.CityPersons: A Diverse Dataset for Pedestrian Detection<br>2.The EuroCity Persons Dataset: A Novel Benchmark for Object Detection</a></i></td></tr>
<tr>
<td><p> Wednesday, 13 June 2018, 19:00 </p></td>
<td><small>Fan Tang(唐凡)</small></td>
<td><i><a href="https://pan.baidu.com/s/1pk4ptDz_IYzhm4TOd7GzsQ">黑光相机</a></i></td></tr>
<tr>
<td><p> Wednesday, 13 June 2018, 19:00 </p></td>
<td><small>Chen Gao(高晨)</small></td>
<td><i><a href="https://pan.baidu.com/s/10DJVRJMdgcS5SzsgyGPZlg">1、Vision Meets Drones: A Challenge<br>2、BDD100K: A Diverse Driving Video Database with Scalable Annotation Tooling</a></i></td></tr>
<tr>
<td><p> Wednesday, 13 June 2018, 19:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆)</small></td>
<td><i><a href="https://pan.baidu.com/s/12Z9mFd_TdxGPqy5cg-QcrA">Interpretable R-CNN</a></i></td></tr>
<tr>
<td><p> Wednesday, 13 June 2018, 19:00 </p></td>
<td><small>Han Yu(庾涵)</small></td>
<td><i><a href="https://pan.baidu.com/s/1G8uLOgYJ_1RxmrA5N1-zeQ">Learning to Detect Multiple Photographic Defects</a></i></td></tr>
<tr>
<td><p> Tuesday, 12 June 2018, 19:30 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1sAiEJeK-6u8LZaVACNAQCg">1.Explaining and Harnessing Adversarial Examples<br>2.Self-Attention Generative Adversarial Networks</a></i></td></tr>
<tr>
<td><p> Saturday, 2 June 2018, 14:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1Br8Yf6OKfyGcNwj5hBMcVA">对抗样本攻防介绍</a></i></td></tr>
<tr>
<td><p> Saturday, 2 June 2018, 14:00 </p></td>
<td><small>Weibo Zhang(张卫博)</small></td>
<td><i><a href="https://pan.baidu.com/s/1_vQNz5OKCI69Xw44Mk2YRw">竞赛简介</a></i></td></tr>
<tr>
<td><p> Wednesday, 30 May 2018, 19:00 </p></td>
<td><small>Weibo Zhang(张卫博)</small></td>
<td><i><a href="https://pan.baidu.com/s/1GEaZ9EfwEZqcVZp0yX-usQ">边缘计算</a></i></td></tr>
<tr>
<td><p> Sunday, 27 May 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1rZrAvtjHHLH-mRQ9EtAB_Q">1.PGPose<br>2.Deep Video Portraits</a></i></td></tr>
<tr>
<td><p> Saturday, 26 May 2018, 14:00 </p></td>
<td><small>Wei Wang(王暐)</small></td>
<td><i><a href="https://pan.baidu.com/s/1Ck9Q11Z2wg4N0czJu3I6BA">1.Human Semantic Parsing for Person Re-identifcation<br>VITAL: VIsual Tracking via Adversarial Learning</a></i></td></tr>
<tr>
<td><p> Sunday, 27 May 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1rZrAvtjHHLH-mRQ9EtAB_Q">1.PGPose<br>2.Deep Video Portraits</a></i></td></tr>
<tr>
<td><p> Saturday, 26 May 2018, 14:00 </p></td>
<td><small>Ruihe Qian(钱瑞和)</small></td>
<td><i><a href="https://pan.baidu.com/s/1lxKhx2Vn18EPxqSbxnvQLA">1.Data Augmentation Generative Adversarial Networks openreview<br>2.Event-based vision enhanced: A joint framework for vehicle detection</a></i></td></tr>
<tr>
<td><p> Saturday, 26 May 2018, 14:00 </p></td>
<td><small>Tianrui Hui(惠天瑞)</small></td>
<td><i><a href="https://pan.baidu.com/s/1ouQCsF-GtBONDNsb4LE5fQ">智能手机的主动感知</a></i></td></tr>
<tr>
<td><p> Saturday, 26 May 2018, 14:00 </p></td>
<td><small>Fan Tang(唐凡)</small></td>
<td><i><a href=" ">element AI</a></i></td></tr>
<tr>
<td><p> Wednesday, 23 May 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1ouQCsF-GtBONDNsb4LE5fQ">deepfashion database</a></i></td></tr>
<tr>
<td><p> Wednesday, 23 May 2018, 19:00 </p></td>
<td><small>Renda Bao(包仁达)</small></td>
<td><i><a href="https://pan.baidu.com/s/1Ob70pt2BQEL-xYJwPFcuew">京东的科技赋能时尚发展之路</a></i></td></tr>
<tr>
<td><p> Tuesday, 22 May 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1SXSIWpn23vM7AoITKu1-QQ">1.Semi-parametric Image Synthesis<br>2.tranfering GAN<br>3.Two-Stream Convolutional Networks for Dynamic Texture Synthesis</a></i></td></tr>
<tr>
<td><p> Thursday, 17 May 2018, 19:30 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1yTTFrQahqWdaAIpdzdLQtw">1.Learned Deformation Stability in Convolutional Neural Networks <br> 2.deformable gan汇报 <br> 3.ppgn</a></i></td></tr>
<tr>
<td><p> Wednesday, 16 May 2018, 19:00 </p></td>
<td><small>Weibo Zhang(张卫博)</small></td>
<td><i><a href="https://pan.baidu.com/s/1rlqtGTvmCKCkhpPJ2uiLsg">华大基因库</a></i></td></tr>
<tr>
<td><p> Wednesday, 16 May 2018, 19:00 </p></td>
<td><small>Fan Tang(唐凡)</small></td>
<td><i><a href="https://pan.baidu.com/s/1_hqmxFMZslRsny5wjTdl9w">google I/O 2018</a></i></td></tr>
<tr>
<td><p> Sunday, 13 May 2018, 19:30 </p></td>
<td><small>Ruihe Qian(钱瑞和)</small></td>
<td><i><a href="https://pan.baidu.com/s/1Y-_zBl7w1sp-9SNUysAtvw">1.MoNet: Deep Motion Exploitation for Video Object Segmentation<br>2.Human Pose Estimation with Parsing Induced Learner</a></i></td></tr>
<tr>
<td><p> Saturday, 9 May 2018, 19:00 </p></td>
<td><small>Han Yu(庾涵)</small></td>
<td><i><a href=" ">颜水成——人工智能杂谈</a></i></td></tr>
<tr>
<td><p> Saturday, 9 May 2018, 19:00 </p></td>
<td><small>Runhe Yang(杨润河)</small></td>
<td><i><a href="https://pan.baidu.com/s/1j_QB77ZAxmxmGxwUGwBcPA">吴文俊院士生平与吴文俊人工智能奖</a></i></td></tr>
<tr>
<td><p> Saturday, 9 May 2018, 19:00 </p></td>
<td><small>Fan Tang(唐凡)</small></td>
<td><i><a href="https://pan.baidu.com/s/1g2mu3UUMMzTjKVSBjojH0A">优必选机器人</a></i></td></tr>
<tr>
<td><p> Saturday, 9 May 2018, 19:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆)</small></td>
<td><i><a href="https://pan.baidu.com/s/1-O8QXH1S67VVlxxY-OH_5A">Semantic Instance Segmentation with a Discriminative Loss Function</a></i></td></tr>
<tr>
<td><p> Saturday, 5 May 2018, 14:00 </p></td>
<td><small>Tianrui Hui(惠天瑞)</small></td>
<td><i><a href="https://pan.baidu.com/s/1DzGe1_ZiWV7w71ay1y95IQ">deeplab v3+</a></i></td></tr>
<tr>
<td><p> Saturday, 5 May 2018, 14:00 </p></td>
<td><small>Chen Gao(高晨)</small></td>
<td><i><a href=" ">Image Inpainting for Irregular Holes Using Partial Convolutions</a></i></td></tr>
<tr>
<td><p> Saturday, 5 May 2018, 14:00 </p></td>
<td><small>Ruihe Qian(钱瑞和)</small></td>
<td><i><a href="https://pan.baidu.com/s/1YdywG1roiUOASl3N7K9oRQ">1.Efficient Video Object Segmentation via Network Modulation<br>2.Dynamic Video Segmentation Network</a></i></td></tr>
<tr>
<td><p> Thursday, 5 May 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1pHaDXg9IuhHizJo4051rIw">1.Recovering Realistic Texture in Image Super-resolution by Deep Spatial Feature Transform<br>2.Fader Networks Manipulating Images by Sliding Attributes <br>3.adabn</a></i></td></tr>
<tr>
<td><p> Wednesday, 2 May 2018, 19:00 </p></td>
<td><small>Defa Zhu(朱德发) </small></td>
<td><i><a href="https://pan.baidu.com/s/1pO5maQkHT_cThyqivxGQjg">1.Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization<br>2.MUNIT: Multimodal UNsupervised Image-to-image TranslationPlug & Play Generative Networks: Conditional Iterative Generation of Images in Latent Space</a></i></td></tr>
<tr>
<td><p> Wednesday, 2 May 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健) </small></td>
<td><i><a href="https://pan.baidu.com/s/1wGfsU3I1dxUTmxw9jgXKqQ">如何做一个“实用”的图像数据集</a></i></td></tr>
<tr>
<td><p> Wednesday, 2 May 2018, 19:00 </p></td>
<td><small>Weibo Zhang(张卫博) </small></td>
<td><i><a href="https://pan.baidu.com/s/1J2t4YKCorlsBXSb24IdEdA">video++</a></i></td></tr>
<tr>
<td><p> Wednesday, 2 May 2018, 19:00 </p></td>
<td><small>Fan Tang(唐凡) </small></td>
<td><i><a href="https://pan.baidu.com/s/1IrL0G70L-XzWKNOYoUQuqw">小朋汽车+BAT在ai领域的战略布局</a></i></td></tr>
<tr>
<td><p> Wednesday, 25 April 2018, 19:00 </p></td>
<td><small>Guanghui Ren(任广辉) </small></td>
<td><i><a href="https://pan.baidu.com/s/17A2VjNqQmzZ5s5dZBrj3Ng">1.Who Let The Dogs Out? Modeling Dog Behavior From Visual Data<br>2.endtoend flow correlation tracking with spatial-temporal Attention</a></i></td></tr>
<tr>
<td><p> Wednesday, 25 April 2018, 19:00 </p></td>
<td><small>Fan Tang(唐凡) </small></td>
<td><i><a href="https://pan.baidu.com/s/1L11MhTXQyHEO3fJlrV915g">EPIC-Kitchens</a></i></td></tr>
<tr>
<td><p> Wednesday, 25 April 2018, 19:00 </p></td>
<td><small>Han Yu(庾涵) </small></td>
<td><i><a href="https://pan.baidu.com/s/1GaMtDDrQPcE-b1qX3dMfjA">Video Based Reconstruction of 3D People Models</a></i></td></tr>
<tr>
<td><p> Wednesday, 18 April 2018, 19:00 </p></td>
<td><small>Tianrui Hui(惠天瑞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1eGZr0T6PZsQxZL-t6KAhpg">Multi-scale Deep Learning Architectures for Person Re-identification<br>Self-Supervised Adversarial Hashing Networks for Cross-Modal Retrieval<br>Demystifying Neural Style Transfer</a></i></td></tr>
<tr>
<td><p> Wednesday, 18 April 2018, 19:00 </p></td>
<td><small>Yue Liao(廖越) </small></td>
<td><i><a href="https://pan.baidu.com/s/1xcNtb2D8zhZOU78I78fTLA">Richer Convolutional Features for Edge Detection</a></i></td></tr>
<tr>
<td><p> Wednesday, 18 April 2018, 19:00 </p></td>
<td><small>Ruihe Qian(钱瑞和) </small></td>
<td><i><a href="https://pan.baidu.com/s/1576QUR3HsEU6OaCBiPF_pg">An Analysis of Scale Invariance in Object Detection – SNIP</a></i></td></tr>
<tr>
<td><p> Saturday, 14 April 2018, 14:00 </p></td>
<td><small>Ruihe Qian(钱瑞和) </small></td>
<td><i><a href="https://pan.baidu.com/s/1HTK2tvAWO-gzCRc6YYDENw">1.Video Scene Parsing with Predictive Feature Learning<br>2.Fast and Accurate Online Video Object Segmentation via Tracking Parts<br>3.Stable and Controllable Neural Texture Synthesis and Style Transfer Using Histogram Losses</a></i></td></tr>
<tr>
<td><p> Saturday, 14 April 2018, 14:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1khjTrM-82AruI3IO_SMZeQ">1. AttnGAN: Fine-grained text to image generation with attentional generative adversarial networks<br>2. 美妆商品图像识别大赛简介</a></i></td></tr>
<tr>
<td><p> Saturday, 14 April 2018, 14:00 </p></td>
<td><small>Yue Liao(廖越) </small></td>
<td><i><a href="https://pan.baidu.com/s/1QDmDuchZJfdEV92UIEifcA">Structure Inference Net: Object Detection Using Scene-Level Context and Instance-Level Relationships</a></i></td></tr>
<tr>
<td><p> Saturday, 14 April 2018, 14:00 </p></td>
<td><small>Fan Tang(唐凡) </small></td>
<td><i><a href="https://pan.baidu.com/s/1W6D1RQu88gnEX-6y3Sf7aQ">从摩拜出售看共享经济</a></i></td></tr>
<tr>
<td><p> Saturday, 14 April 2018, 14:00 </p></td>
<td><small>Guanghui Ren(任广辉) </small></td>
<td><i><a href="https://pan.baidu.com/s/1lGMTMewrV4cEHrcoeQSJlQ">Low-Latency Video Semantic Segmentation</a></i></td></tr>
<tr>
<td><p> Wednesday, 11 April 2018, 19:00 </p></td>
<td><small>Weibo Zhang(张卫博) </small></td>
<td><i><a href="https://pan.baidu.com/s/1agpdd0XpmuXPNzgp3_xcgQ">深度学习助力前端</a></i></td></tr>
<tr>
<td><p> Wednesday, 11 April 2018, 19:00 </p></td>
<td><small>Chen Gao(高晨) </small></td>
<td><i><a href="https://pan.baidu.com/s/1Ljc4ZinogwJJiPdFFHgYhw">Globally and Locally Consistent Image Completion</a></i></td></tr>
<tr>
<td><p> Wednesday, 11 April 2018, 19:00 </p></td>
<td><small>Guanghui Ren(任广辉) </small></td>
<td><i><a href="https://pan.baidu.com/s/1RxbB8FwiZ-2xc_LkbfeO8w">Clockwork Convnets for Video Semantic Segmentation</a></i></td></tr>
<tr>
<td><p> Wednesday, 11 April 2018, 19:00 </p></td>
<td><small>Tianrui Hui(惠天瑞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1WXfUKWwrNDfFJL2B0D4UAg">Generative Image Inpainting with Contextual Attention</a></i></td></tr>
<tr>
<td><p> Sunday, 8 April 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/101RAEnwudHyhNzbpf1am8w">Caption 评价标准(机器翻译评价标准)</a></i></td></tr>
<tr>
<td><p> Sunday, 8 April 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健) </small></td>
<td><i><a href="https://pan.baidu.com/s/17Htesw1ZL4NgqDIw6EWhWw">Neural Motifs: Scene Graph Parsing with Global Context</a></i></td></tr>
<tr>
<td><p> Sunday, 8 April 2018, 19:00 </p></td>
<td><small>Tianrui Hui(惠天瑞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1prdEpEVXUT3-JqjG-wYPBA">Disentangled Person Image Generation</a></i></td></tr>
<tr>
<td><p> Wednesday, 4 April 2018, 19:00 </p></td>
<td><small>Fan Tang(唐凡) </small></td>
<td><i><a href="https://pan.baidu.com/s/1rPwZMAv9dE0dq_Is-kTwqg">uber无人驾驶事件</a></i></td></tr>
<tr>
<td><p> Wednesday, 4 April 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1mdnQZGqqZRQJ3NeA8xOWag">本征图像</a></i></td></tr>
<tr>
<td><p> Wednesday, 4 April 2018, 19:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆) </small></td>
<td><i><a href="https://pan.baidu.com/s/15BVtv-c1vp6eoSrvHvMU1A">Learning Spatiotemporal Features with 3D Convolutional Networks</a></i></td></tr>
<tr>
<td><p> Wednesday, 4 April 2018, 19:00 </p></td>
<td><small>Renda Bao(包仁达) </small></td>
<td><i><a href="https://pan.baidu.com/s/18bYoEAa7yNdqYGb0zdIEvg">1.Multi-Content GAN for Few-Shot Font Style Transfer<br>2.DeblurGAN Blind Motion Deblurring Using Conditional Adversarial Networks</a></i></td></tr>
<tr>
<td><p> Saturday, 31 March 2018, 14:00 </p></td>
<td><small>Chen Gao(高晨) </small></td>
<td><i><a href="https://pan.baidu.com/s/1heNLfdnVoG-B_ikEFzQmSw">Context Encoding for Semantic Segmentation</a></i></td></tr>
<tr>
<td><p> Saturday, 31 March 2018, 14:00 </p></td>
<td><small>Guanghui Ren(任广辉) </small></td>
<td><i><a href="https://pan.baidu.com/s/1M6b2xlxufRTIM5U579IMOg">1.Deep Feature Flow for Video Recognition<br>2.Flow-Guided Feature Aggregation for Video Object Detection</a></i></td></tr>
<tr>
<td><p> Saturday, 31 March 2018, 14:00 </p></td>
<td><small>Lejian Ren(任乐健) </small></td>
<td><i><a href="https://pan.baidu.com/s/1J2BvcbTpY7A2BZLqx2KozQ">Generating Triples with Adversarial Networks for Scene Graph Construction</a></i></td></tr>
<tr>
<td><p> Wednesday, 28 March 2018, 19:00 </p></td>
<td><small>WeiBo Zhang(张卫博) </small></td>
<td><i><a href="https://pan.baidu.com/s/1NUEh91eOoIep23wc0ZiD-A">了解火币网</a></i></td></tr>
<tr>
<td><p> Wednesday, 28 March 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健) </small></td>
<td><i><a href="https://pan.baidu.com/s/1KFlA76w7z8YLV_0m7nxH1g">Stereoscopic Neural Style Transfer</a></i></td></tr>
<tr>
<td><p> Wednesday, 28 March 2018, 19:00 </p></td>
<td><small>Tianrui Hui(惠天瑞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1gJsrOTUH78tHelrkmdFn1w">PersonLab: Person Pose Estimation and Instance Segmentation with a Bottom-Up, Part-Based, Geometric Embedding Model</a></i></td></tr>
<tr>
<td><p> Wednesday, 28 March 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/13A4nSrS2iHapssEZ9s7r1A">生成对抗网络评价标准</a></i></td></tr>
<tr>
<td><p> Saturday, 17 March 2018, 14:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1VJuKWHnJ48n4JJGU-EsVKw">1.mobile real-time video segmentation<br>2.RTSEG:real-time semantic segmentation comparative study</a></i></td></tr>
<tr>
<td><p> Saturday, 17 March 2018, 14:00 </p></td>
<td><small>Lejian Ren(任乐健) </small></td>
<td><i><a href="https://pan.baidu.com/s/1sfVW2obN0dPym07eSAu38Q">Visual Translation Embedding Network for Visual Relation Detection</a></i></td></tr>
<tr>
<td><p> Wednesday, 14 March 2018, 19:00 </p></td>
<td><small>WeiBo Zhang(张卫博) </small></td>
<td><i><a href="https://pan.baidu.com/s/11eoI8ecJYMC1h-MiljVd3A">扫地机器人</a></i></td></tr>
<tr>
<td><p> Wednesday, 14 March 2018, 19:00 </p></td>
<td><small>Guanghui Ren(任广辉) </small></td>
<td><i><a href="https://pan.baidu.com/s/1P3pk981AA4-TvqcoNquXxg">1. Path Aggregation Network for Instance Segmentation br>2. Relation Networks for Object Detection</a></i></td></tr>
<tr>
<td><p> Wednesday, 14 March 2018, 19:00 </p></td>
<td><small>Tianrui Hui(惠天瑞) </small></td>
<td><i><a href="https://pan.baidu.com/s/14c7zJzslDMpAYOzQnEc3yA">Progressive Cognitive Human Parsing</a></i></td></tr>
<tr>
<td><p> Wednesday, 14 March 2018, 19:00 </p></td>
<td><small>Renda Bao(包仁达) </small></td>
<td><i><a href="https://pan.baidu.com/s/1f1IiwOOCft5lcvMlVaTkaw">Face Mask Extraction in Video Sequence</a></i></td></tr>
<tr>
<td><p> Wednesday, 14 March 2018, 19:00 </p></td>
<td><small>Fan Tang(唐凡) </small></td>
<td><i><a href="https://pan.baidu.com/s/15A25Kt_2EoXogzUDBPiX_Q">智能养猪</a></i></td> </tr>
<tr>
<td><p> Saturday, 11 March 2018, 14:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆) </small></td>
<td><i><a href="https://pan.baidu.com/s/1CL0ql-w2Ga-YoJkaqOS_gw">SpaceX</a></i></td> </tr>
<tr>
<td><p> Saturday, 11 March 2018, 14:00 </p></td>
<td><small>SanBi Luo(罗三笔) </small></td>
<td><i><a href="https://pan.baidu.com/s/1n5IwkGmpm7nuzI0CzvK_Tg">抖音</a></i></td> </tr>
<tr>
<td><p> Saturday, 11 March 2018, 14:00 </p></td>
<td><small>Guanghui Ren(任广辉) </small></td>
<td><i><a href="https://pan.baidu.com/s/1pxdozsenpiM4J4T_-JKarA">Semantic Object Parsing with Graph LSTM</a></i></td> </tr>
<tr>
<td><p> Saturday, 11 March 2018, 14:00 </p></td>
<td><small>Guanghui Ren(任广辉) </small></td>
<td><i><a href="https://pan.baidu.com/s/1pxdozsenpiM4J4T_-JKarA">Semantic Object Parsing with Graph LSTM</a></i></td> </tr>
<tr>
<td><p> Saturday, 11 March 2018, 14:00 </p></td>
<td><small>Ruihe Qian(钱瑞和) </small></td>
<td><i><a href="https://pan.baidu.com/s/1tyeoKaFNejPOgWIl25jG2A">DA-GAN</a></i></td> </tr>
<tr>
<td><p> Saturday, 11 March 2018, 14:00 </p></td>
<td><small>Defa Zhu(朱德发) </small></td>
<td><i><a href="https://pan.baidu.com/s/1KgrhWjs5zU-hLMzKooizow">cGANs with Projection Discriminator</a></i></td> </tr>
<tr>
<td><p> Saturday, 11 March 2018, 14:00 </p></td>
<td><small>Yue Liao(廖越) </small></td>
<td><i><a href="https://pan.baidu.com/s/1tTRUC23bW394myWOZURBlg">Scene Graph Generation by Iterative Message Passing</a></i></td> </tr>
<tr>
<td><p> Saturday, 3 March 2018, 14:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆) </small></td>
<td><i><a href="https://pan.baidu.com/s/1QDmRjhIwkNXk6Nl6Wo63bw">Mix-and-Match Tuning for Self-Supervised Semantic Segmentation</a></i></td> </tr>
<tr>
<td><p> Saturday, 3 March 2018, 14:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1taoSR4OTck_LWR1gHnk-nw">Fluorescence microscopy image segmentation using convolutional neural network with generative adversarial networks</a></i></td> </tr>
<tr>
<td><p> Saturday, 3 March 2018, 14:00 </p></td>
<td><small>Tianrui Hui(惠天瑞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1mtglHeGw4W1Zd9ZWy7pYug">An Iterative Spanning Forest Framework for Superpixel Segmentation</a></i></td> </tr>
<tr>
<td><p> Saturday, 3 March 2018, 14:00 </p></td>
<td><small>Chen Gao(高晨) </small></td>
<td><i><a href="https://pan.baidu.com/s/1Vp7TVshTtc4mB6LR9tP_aw">DEEP LOGISMOS: DEEP LEARNING GRAPH-BASED 3D SEGMENTATION OF PANCREATIC TUMORS ON CT SCANS</a></i></td> </tr>
<tr>
<td><p> Saturday, 3 February 2018, 14:00 </p></td>
<td><small>Chen Gao(高晨) </small></td>
<td><i><a href="https://pan.baidu.com/s/1snmfgXB">Bottom-Up and Top-Down Attention for Image Captioning and Visual Question Answering</a></i></td> </tr>
<tr>
<td><p> Saturday, 3 February 2018, 14:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆) </small></td>
<td><i><a href="https://pan.baidu.com/s/1sm0cbkp">Inferring Semantic Layout for Hierarchical Text-to-Image Synthesis</a></i></td> </tr>
<tr>
<td><p> Saturday, 3 February 2018, 14:00 </p></td>
<td><small>Tianrui Hui(惠天瑞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1jJX0rHG">Semantic-aware Grad-GAN for Virtual-to-Real Urban Scene Adaption</a></i></td> </tr>
<tr>
<td><p> Saturday, 3 February 2018, 14:00 </p></td>
<td><small>Yue Liao(廖越) </small></td>
<td><i><a href="https://pan.baidu.com/s/1bqOlhs7">Pixels to Graphs by Associative Embedding</a></i></td> </tr>
<tr>
<td><p> Saturday, 3 February 2018, 14:00 </p></td>
<td><small>Defa Zhu(朱德发) </small></td>
<td><i><a href="https://pan.baidu.com/s/1dGpBiXN">Decoupled Learning for Conditional Adversarial Networks</a></i></td> </tr>
<tr>
<td><p> Wednesday, 31 January 2018, 19:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆) </small></td>
<td><i><a href="https://pan.baidu.com/s/1bqmXnR5">StuffNet: Using ‘Stuff’ to Improve Object Detection</a></i></td> </tr>
<tr>
<td><p> Wednesday, 31 January 2018, 19:00 </p></td>
<td><small>Han Yu(庾涵) </small></td>
<td><i><a href="https://pan.baidu.com/s/1mjVumBu">1.What Makes Good Synthetic Training Data for Learning Disparity and Optical Flow Estimation? <br> 2.VR介绍</a></i></td> </tr>
<tr>
<td><p> Wednesday, 31 January 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健) </small></td>
<td><i><a href="https://pan.baidu.com/s/1ggj1st1">Learning Face Age Progression: A Pyramid Architecture of GANs</a></i></td> </tr>
<tr>
<td><p> Wednesday, 31 January 2018, 19:00 </p></td>
<td><small>Ruihe Qian(钱瑞和) </small></td>
<td><i><a href="https://pan.baidu.com/s/1nwoEIPN">Unsupervised Visual Attribute Transfer with Reconfigurable Generative Adversarial Networks</a></i></td> </tr>
<tr>
<td><p> Saturday, 27 January 2018, 14:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆) </small></td>
<td><i><a href="https://pan.baidu.com/s/1dMlel4">Toward Multimodal Image-to-Image Translation</a></i></td> </tr>
<tr>
<td><p> Saturday, 27 January 2018, 14:00 </p></td>
<td><small>Chen Gao(高晨) </small></td>
<td><i><a href="https://pan.baidu.com/s/1snbp8G9">Deformable GANs for Pose-based Human Image Generation</a></i></td> </tr>
<tr>
<td><p> Saturday, 27 January 2018, 14:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1bqglAkJ">Semi-supervised FusedGAN for Conditional Image Generation</a></i></td> </tr>
<tr>
<td><p> Saturday, 27 January 2018, 14:00 </p></td>
<td><small>Tianrui Hui(惠天瑞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1ggdvA2f">颜水成:像素级标注数据集将引领计算机视觉下一个时代 </a></i></td> </tr>
<tr>
<td><p> Wednesday, 24 January 2018, 19:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆) </small></td>
<td><i><a href="https://pan.baidu.com/s/1eaxVyu">Amazon Go </a></i></td> </tr>
<tr>
<td><p> Wednesday, 24 January 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1bqEHmMV">图像质量评价标准 </a></i></td> </tr>
<tr>
<td><p> Wednesday, 24 January 2018, 19:00 </p></td>
<td><small>Tianrui Hui(惠天瑞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1nvZfsXb">Unsupervised Real-to-Virtual Domain Unification for End-to-End Highway Driving </a></i></td> </tr>
<tr>
<td><p> Wednesday, 24 January 2018, 19:00 </p></td>
<td><small>Han Yu(庾涵) </small></td>
<td><i><a href="https://pan.baidu.com/s/1o9S7Vvk">Fast Patch-based Style Transfer of Arbitrary Style</a></i></td> </tr>
<tr>
<td><p> Wednesday, 17 January 2018, 19:00 </p></td>
<td><small>Runhe Tang(杨润河) </small></td>
<td><i><a href="https://pan.baidu.com/s/1mjyPsLE">Large Kernel Matters --- Improve Semantic Segmenttation by Global Convolutional Network. </a></i></td> </tr>
<tr>
<td><p> Wednesday, 17 January 2018, 19:00 </p></td>
<td><small>Ruihe Qian(钱瑞和) </small></td>
<td><i><a href="https://pan.baidu.com/s/1rafu9kS">Region-based Quality Estimation Network for Large-scale Person Re-identification </a></i></td> </tr>
<tr>
<td><p> Wednesday, 17 January 2018, 19:00 </p></td>
<td><small>Chen Gao(高晨) </small></td>
<td><i><a href="https://pan.baidu.com/s/1qZsB61m">Panoptic Segmentation and COCO-Stuff: Thing and Stuff Classes in Context </a></i></td> </tr>
<tr>
<td><p> Wednesday, 17 January 2018, 19:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1bqkU5Y3">人脸图像保护和网纹人脸识别 </a></i></td> </tr>
<tr>
<td><p> Saturday, 13 January 2018, 14:00 </p></td>
<td><small>Renda Bao(包仁达) </small></td>
<td><i><a href="https://pan.baidu.com/s/1o9ub0U2">A survey of makeup </a></i></td> </tr>
<tr>
<td><p> Saturday, 13 January 2018, 14:00 </p></td>
<td><small>Shaofei Huang(黄少飞) </small></td>
<td><i><a href="https://pan.baidu.com/s/1dEIFk6">Shadow Detection With Conditional Generative Adversarial Networks </a></i></td> </tr>
<tr>
<td><p> Saturday, 13 January 2018, 14:00 </p></td>
<td><small>Defa Zhu(朱德发) </small></td>
<td><i><a href="https://pan.baidu.com/s/1eT3LgT8">High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs </a></i></td> </tr>
<tr>
<td><p> Saturday, 13 January 2018, 14:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆) </small></td>
<td><i><a href="https://pan.baidu.com/s/1sm4eFdN">1.One-Shot Video Object Segmentation<br>2.DAVIS </a></i></td> </tr>
<tr>
<td><p> Wednesday, 10 January 2018, 19:00 </p></td>
<td><small>Ruihe Qian(钱瑞和) </small></td>
<td><i><a href="https://pan.baidu.com/s/1mjmDXPY">Evaluation of Segmentation Quality via Adaptive Composition of Reference Segmentations </a></i></td> </tr>
<tr>
<td><p> Wednesday, 10 January 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健) </small></td>
<td><i><a href="https://pan.baidu.com/s/1nwfQi0L">Anti-Makeup: Learning A Bi-Level Adversarial Network for Makeup-Invariant Face Verification </a></i></td> </tr>
<tr>
<td><p> Wednesday, 10 January 2018, 19:00 </p></td>
<td><small>Chen Gao(高晨) </small></td>
<td><i><a href="https://pan.baidu.com/s/1cNVEA6">SceneCut: Joint Geometric and Object Segmentation for Indoor Scenes </a></i></td> </tr>
<tr>
<td><p> Wednesday, 10 January 2018, 19:00 </p></td>
<td><small>Weibo Zhang(张卫博) </small></td>
<td><i><a href="https://pan.baidu.com/s/1nwDGeZf">1.Learning to Detect Human-Object Interactions<br>2.Detecting and Recognizing Human-Object Interactions </a></i></td> </tr>
<tr>
<td><p> Saturday, 6 January 2018, 14:00 </p></td>
<td><small>Yue Liao(廖越) </small></td>
<td><i><a href="https://pan.baidu.com/s/1hud8DW4">Illuminating Pedestrians via Simultaneous Detection </a></i></td> </tr>
<tr>
<td><p> Saturday, 6 January 2018, 14:00 </p></td>
<td><small>Guanghui Ren(任广辉) </small></td>
<td><i><a href="https://pan.baidu.com/s/1miOQWRY">Structure-measure: A New Way to Evaluate Foreground Maps </a></i></td> </tr>
<tr>
<td><p> Saturday, 6 January 2018, 14:00 </p></td>
<td><small>Defa Zhu(朱德发)</small></td>
<td><i><a href="https://pan.baidu.com/s/1miGJ7QC">Sparse Smart Contours to Represent and Edit Images </a></i></td> </tr>
<tr>
<td><p> Saturday, 6 January 2018, 14:00 </p></td>
<td><small>Renda Bao(包仁达)</small></td>
<td><i><a href="https://pan.baidu.com/s/1miL3oDU">Deeply Supervised Salient Object Detection with Short Connections </a></i></td> </tr>
<tr>
<td><p> Wednesday, 3 January 2018, 19:00 </p></td>
<td><small>Xiaofan Cai(蔡晓帆) </small></td>
<td><i><a href="https://pan.baidu.com/s/1bpjlCPx">Spatial As Deep: Spatial CNN for Traffic Scene Understanding </a></i></td> </tr>
<tr>
<td><p> Wednesday, 3 January 2018, 19:00 </p></td>
<td><small>Lejian Ren(任乐健) </small></td>
<td><i><a href="https://pan.baidu.com/s/1eStpbbk">Data Distillation: Towards Omni-Supervised Learning </a></i></td> </tr>
<tr>
<td><p> Wednesday, 3 January 2018, 19:00 </p></td>
<td><small>Han Yu(庾涵) </small></td>
<td><i><a href="https://pan.baidu.com/s/1c19rOK4">1.Unsupervised Learning of Stereo Matching <br> 2.微软做了什么 <br> 3.Context-Aware Saliency Detection </a></i></td> </tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
</div>
</div>
</section>
</div>
<!-- footer -->
<div id="footer-tail">
<footer>
<div class="inner">
<div class="wrapper">
<div class="block-1">
<dl class="list-1">
<dt> <img src=" " /></dt>
</dl>
<p>
<!-- {%FOOTER_LINK} -->
</p>
</div>
<div class="block-2">
<dl class="list-1">
<dd> <p> </p>
</dd>
</dl>
</div>
</div>
</div>
</footer>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>