-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
826 lines (522 loc) · 37.3 KB
/
publications.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
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
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0">
<base target="_blank">
<title>PAMIGroup</title>
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<div class="row" id="header">
<div class="logo col-md-1 col-sm-1">
<!--logo to be add-->
<a href="/" target="_self">
<img src="static/image/logo.png" class="img-circle" style="height: 50%;margin-top: 15px;margin-left: 15px">
</a>
</div>
<div class="row col-md-11 col-sm-11" style="margin-top: 10px">
<div class="col-md-9 col-sm-9 pull-left">
<h3>Pattern Analysis and Machine Intelligence Group</h3>
</div>
<div class="col-md-1 col-sm-1 visible-lg visible-md" style="margin-top: 10px">
<ul class="list-unstyled">
<li><a href="members.html" target="_self">Members</a></li>
<li><a href="publications.html" target="_parent">Publications</a></li>
</ul>
</div>
<div class="col-md-1 col-sm-1 visible-lg visible-md" style="margin-top: 10px">
<ul class="list-unstyled">
<li><a href="funds.html" target="_parent">Funds</a></li>
<li><a href="awards.html" target="_parent">Awards</a></li>
</ul>
</div>
<div class="col-md-1 col-sm-1 visible-lg visible-md" style="margin-top: 10px">
<ul class="list-unstyled">
<li><a href="activities.html" target="_parent">Activities</a></li>
<li><a href="contact.html" target="_parent">Contact</a></li>
</ul>
</div>
</div>
</div>
<hr style="height:3px;background-color:rgb(51,101,171);" />
<div class="container visible-sm">
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="members.html" target="_self">Members</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="publications.html" target="_parent">Publications</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="funds.html" target="_parent">Funds</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="awards.html" target="_parent">Awards</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="activities.html" target="_parent">Activities</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="list-unstyled">
<li><a href="contact.html" target="_parent">Contact</a></li>
</ul>
</div>
</div>
<div class="container">
<br>
<br>
More updated papers could be found in Junping Zhang's <a href="http://www.pami.fudan.edu.cn/~jpzhang/publications/paperlist.htm">Publications</a> or <a href="https://scholar.google.com/citations?user=Aib_NTYAAAAJ&hl=en">Google Scholar</a>.
<div id="publications_list" class="teamMember module row">
<h3 class="title-h3 col-md-12">
Preprint
</h3>
<ol class="list-publication" reversed>
<li>
<p>Cao, Yuan, Qiuying Li, Hongming Shan, Zhizhong Huang, Lei Chen, Leiming Ma, and Junping Zhang. "Precipitation Nowcasting with Star-Bridge Networks." arXiv preprint arXiv:1907.08069 (2019).</p>
<p>
<span>[<a href="https://arxiv.org/abs/1907.08069">URL</a>]</span>
</p>
</li>
</ol>
</div>
<div id="publications_list" class="teamMember module row">
<h3 class="title-h3 col-md-12">
Journals
</h3>
<ol class="list-publication" reversed>
<li>
<p>Zhizhong Huang, Junping Zhang and Hongming Shan. "When Age-Invariant Face Recognition Meets Face Age Synthesis: A Multi-Task Learning Framework and A New Benchmark." IEEE Transactions on Pattern Analysis and Machine Intelligence 2022.</p>
<p>
<span>[<a href="https://arxiv.org/abs/2210.09835">URL</a>]</span>
</p>
</li>
<li>
<p>Zhizhong Huang, Jie Chen, Junping Zhang and Hongming Shan. "Learning Representation for Clustering via Prototype Scattering and Positive Sampling." IEEE Transactions on Pattern Analysis and Machine Intelligence 2022.</p>
<p>
<span>[<a href="https://arxiv.org/abs/2111.11821">URL</a>]</span>
</p>
</li>
<li>
<p>Hanqing Chao, Kun Wang, Yiwei He, Junping Zhang, Jianfeng Feng. GaitSet: Cross-view Gait Recognition through Utilizing Gait as a Deep Set. IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. xx, no. xx, pp. xxx-xxx, 2021.</p>
<p>
<span>[<a href="https://ieeexplore.ieee.org/abstract/document/9351667/">URL</a>]</span>
</p>
</li>
<li>
<p>Xianye Ben, Yi Ren, Junping Zhang, Su-Jing Wang, Kidiyo Kpalma, Weixiao Meng, Yong-Jin Liu. Video-based Facial Micro-Expression Analysis: A Survey of Datasets, Features and Algorithms. IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. xx, no. xx, pp. xxx-xxx, 2021.</p>
<p>
</p>
</li>
<li>
<p>Yiqun Liu, Junping Zhang, Lei Chen, Hai Chu, James Z. Wang, Leiming Ma. SSAS: Spatiotemporal Scale Adaptive Selection for Improving Bias Correction on Precipitation. IEEE Transactions on Cybernetics, vol. xx, no. xx, pp. xxx-xxx, 2021.</p>
<p>
</p>
</li>
<li>
<p>Haiping Zhu, Hongming Shan, Yuheng Zhang, Lingfu Che, Xiaoyang Xu, Junping Zhang, Jianbo Shi, Fei-Yue Wang. Convolutional Ordinal Regression Forest for Image Ordinal Estimation. IEEE Transactions on Neural Networks and Learning Systems, vol. xx, no. xx, pp. xxx-xxx, 2021.</p>
<p>
<span>[<a href="https://ieeexplore.ieee.org/abstract/document/9357939">URL</a>]</span>
</p>
</li>
<li>
<p>Zhizhong Huang, Shouzhen Chen, Junping Zhang, Hongming Shan. PFA-GAN: Progressive Face Aging with Generative Adversarial Network. IEEE Transactions on Information Forensics and Security, vol. xx, no. xx, pp. xxx-xxx, 2021.</p>
<p>
<span>[<a href="https://ieeexplore.ieee.org/document/9309246">URL</a>]</span>
</p>
</li>
<li>
<p>Yifei Guo, Bing Li, Xianye Ben, Yi Ren, Junping Zhang, Rui Yan, Yujun Li. A Magnitude and Angle Combined Optical Flow Feature for Micro-Expression Spotting. IEEE Multimedia, vol. xx, no. x, pp.xxx-xxx, 2021.</p>
<p>
<span>[<a href="https://ieeexplore.ieee.org/abstract/document/9354690">URL</a>]</span>
</p>
</li>
<li>
<p>Yiqun Liu, Yiwei He, Shumao Li, Zhenghui Dong, Junping Zhang, Kruger Uwe. "An Auto-Adjustable and Time-Consistent Model for Determining Coagulant Dosage Based on Operators’ Experience," IEEE Transactions on Systems, Man and Cybernetics: Systems, accepted, vol. xx, no. xx, pp. xxx-xxx, 2019.</p>
<p>
<span>[<a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8936554&tag=1">URL</a>]</span>
</p>
</li>
<li>
<p>Yiming Lei, Yukun Tian, Hongming Shan, Junping Zhang, Ge Wang, Mannudeep K. Kalra. "Shape and Margin-Aware Lung Nodule Classification in Low-dose CT Images via Soft Activation Mapping", Medical Image Analysis. accepted, vol. xx, no. xx, pp. xxx-xxx, 2019.</p>
<p>
<span>[<a href="https://www.sciencedirect.com/science/article/pii/S1361841519301641?dgcid=author">URL</a>]</span>
</p>
</li>
<li>
<p>Yukun Tian, Yiming Lei, Junping Zhang, James Z. Wang. "PaDNet: Pan-Density Crowd Counting," IEEE Transactions on Image Processing, vol. xx, no. xx, pp. xxx-xxx, 2019.</p>
<p>
<span>[<a href="https://ieeexplore.ieee.org/abstract/document/8897143">URL</a>]</span>
</p>
</li>
<li>
<p>Xingxin Wu, Junping Zhang, Fei-Yue Wang. "Stability-based Generalization Analysis of Distributed Learning Algorithms for Big Data," IEEE Transactions on Neural Networks and Learning Systems, accepted, vol. xx, no. xx, pp. xxx-xxx, 2019.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TNNLS.2019.2910188">URL</a>]</span>
</p>
</li>
<li>
<p>Yiwei He, Junping Zhang, Hongming Shan, Liang Wang. "Multi-task GANs for View-Specific Feature Learning in Gait Recognition," IEEE Transactions on Information Forensics and Security, vol.14, no. 1, pp.102-113, 2019.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TIFS.2018.2844819">URL</a>]</span>
</p>
</li>
<li>
<p>Qi Zhou, Junping Zhang, Lingfu Che, Hongming Shan, James Z. Wang. "Crowd Counting with Limited Labeling through Submodular Frame Selection," IEEE Transactions on Intelligent Transportation Systems, vol. 20, no. 5, pp. 1728-1738, 2019.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TITS.2018.2829987">URL</a>]</span>
</p>
</li>
<li>
<p>Hongming Shan, Junping Zhang, Uwe Kruger. "Framework of Randomized Distribution Features for Visual Representation and Categorization," IEEE Transactions on Cybernetics, vol. 49, no. 9, pp.3599-3606, 2019.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TCYB.2018.2840449">URL</a>]</span>
</p>
</li>
<li>
<p>Xinxing Wu, Junping Zhang. "Distribution-dependent concentration inequalities for tighter generalization bounds," Science China Information Sciences, April 2018, vol. 61:048105:1-048105:3.</p>
<p>
<span>[<a href="http://engine.scichina.com/doi/10.1007/s11432-017-9225-2">URL</a>]</span>
<span>[<a href="http://arxiv.org/abs/1607.05506">arxiv</a>]</span>
</p>
</li>
<li>
<p>Feng Xu, Junping Zhang, James Z. Wang. "Microexpression Identification and Categorization using a Facial Dynamics Map," IEEE Transactions on Affective Computing, vol. 8, no. 2, pp. 254-267, 2017.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TAFFC.2016.2518162">URL</a>]</span>
</p>
</li>
<li>
<p>Haiping Zhu, Youngjoo Lee, Hongming Shan, Junping Zhang. "A maximum contributed component regression for the inverse problem in optical scatterometry," Optics Express, vol. 25, no. 14, pp. 15959 - 15966, 2017.</p>
<p>
<span>[<a href="https://www.osapublishing.org/oe/abstract.cfm?uri=oe-25-14-15956">URL</a>]</span>
</p>
</li>
<li>
<p>Hongming Shan, Junping Zhang, Uwe Kruger. "Learning Linear Representation of Space Partitioning Trees based on Unsupervised Kernel Dimension Reduction, " IEEE Transactions on Cybernetics, vol. 46, no. 12, pp. 3427-3438, 2016.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TCYB.2015.2507362">URL</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/publications/ToCSupp.pdf">Supplementary Material</a>]</span>
</p>
</li>
<li>
<p>Yujie Lin, Uwe Kruger, Junping Zhang, Qi Wang, Lisa Lamont and Lana El Chaar. "Seasonal Analysis and Prediction of Wind Energy using Random Forests and ARX Model Structures, " IEEE Transactions on Control Systems Technology, vol. 23, no. 5, pp. 1994-2002, 2015.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TCST.2015.2389031">URL</a>]</span>
</p>
</li>
<li>
<p>Wei Xia, Junping Zhang and Uwe Kruger, "Semi-supervised Pedestrian Counting with Temporal and Spatial Consistencies," IEEE Transactions on Intelligent Transportation Systems, vol. 16, no. 4, pp. 1705-1715, 2015.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TITS.2014.2371333">URL</a>]</span>
</p>
</li>
<li>
<p>Zuchao Wang, Min Lu, Xiaoru Yuan, Junping Zhang and Huub van de Wetering, "Visual Traffic Jam Analysis based on Trajectory Data," IEEE Transactions on Visualization and Computer Graphics, vol. 19, no. 12, pp. 2159-2168, 2013 (VAST'13).</p>
<p>
<span>[<a href="https://ieeexplore.ieee.org/document/6634174">URL</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/Demo/vast13_trafficjam.mp4">Video</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/Demo/vast13_trafficjam_additionalcases.mp4">Additional Video</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Ziyu Xie and Stan Z. Li, "Prime Discriminant Simplicial Complex," IEEE Transactions on Neural Networks and Learning Systems, vol. 24, no. 1, pp. 133-144, 2013.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TNNLS.2012.2223825">URL</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/sourcecode/PDSC.zip">code</a>]</span>
</p>
</li>
<li>
<p>Chen Wang, Junping Zhang, Liang Wang, Jian Pu, Xiaoru Yuan, "Human Identification Using Temporal Information Preserving Gait Template," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 34, no. 11, pp. 2164-2176, 2012.</p>
<p>
<span>[<a href="http://doi.ieeecomputersociety.org/10.1109/TPAMI.2011.260">URL</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/sourcecode/CGI.rar">code</a>]</span>
</p>
</li>
<li>
<p>Siqiang Luo, Junping Zhang, Qian Zhang and Xiaoru Yuan, "Multi-Operator Image Retargeting with Automatic Integration of Direct and Indirect Seam Carving," Image and Vision Computing, vol. 30, pp. 655-667, 2012.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1016/j.imavis.2012.06.008">URL</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/sourcecode/ImageResizing.zip">code</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Qi Wang, Li He, Zhi-Hua Zhou, "Quantitative Analysis of Nonlinear Embedding," IEEE Transactions on Neural Networks, vol. 22, no. 12, pp. 1987-1998, 2011</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TNN.2011.2171991">URL</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/sourcecode/GSCD.rar">code</a>]</span>
</p>
</li>
<li>
<p>Ben Tan, Junping Zhang, Liang Wang, "Semi-Supervised Elastic Net for Pedestrian Counting," Pattern Recognition, vol. 44, issues 10-11, pp. 2297-2304, 2011.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1016/j.patcog.2010.10.002">URL</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/Dataset/fd_pede_dataset_intro.htm">Benchmark Dataset of Pedestrian Counting</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Fei-Yue Wang, Kunfeng Wang, Wei-Hua Lin, Xin Xu, Cheng Chen, "Data-Driven Intelligent Transportation Systems: A Survey," IEEE Transactions on Intelligent Transportation Systems, vol. 12, no. 4, pp. 1624-1639, 2011.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TITS.2011.2158001">URL</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Ben Tan, Fei Sha, Li He, "Predicting Pedestrian Counts in Crowded Scenes with Rich and High-dimensional Features," IEEE Transactions on Intelligent Transportation Systems, vol. 12, no. 4, pp. 1037-1046, 2011.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TITS.2011.2132759">URL</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Xiaodan Wang, Uwe Krger, Fei-Yue Wang, "Principal Curve Algorithms for Partitioning High-Dimensional Data Spaces," IEEE Transactions on Neural Networks, vol. 22, no. 3, pp. 367-380, 2011</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TNN.2010.2100408">URL</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Jian Pu, Changyou Chen, Rudolf Fleischer, "Low-resolution Gait Recognition,"IEEE Transactions on Systems, Man, and Cybernetics, Part B: Cybernetics, vol. 40, no. 4, pp. 986-996, 2010.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1109/TSMCB.2010.2042166">URL</a>]</span>
</p>
</li>
<li>
<p>Changyou Chen, Junping Zhang, Rudolf Fleischer, ''Distance Approximating Dimension Reduction of Riemannian Manifolds'', IEEE Transactions on Systems, Man, and Cybernetics, Part B: Cybernetics, vol. 40, no. 1, pp. 208-217, 2010.</p>
<p>
<span>[<a href="http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=5166497">URL</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Uwe Kruger, Xiaodan Wang, Dewang Chen, "A Riemannian Distance Approach for Constructing Principal Curves," International Journal of Neural Systems, vol. 20, no. 3, pp. 209-218, 2010.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1142/S0129065710002371">URL</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Hua Huang, Jue Wang, "Manifold Learning for Visualizing and Analyzing High-dimensional Data," IEEE Intelligent Systems, Jul/Aug, vol.25, no. 4, pp. 54-61, 2010.</p>
<p>
<span>[<a href="http://doi.ieeecomputersociety.org/10.1109/MIS.2010.8">URL</a>]</span>
</p>
</li>
<li>
<p>Tak-Ming Chan, Junping Zhang, Jian Pu, Hua Huang, "Neighbor Embedding Based Super-Resolution Algorithm Through Edge Detection and Feature Selection," Pattern Recognition Letters, vol. 30, no. 5, pp.494-502, 2009.</p>
<p>
<span>[<a href="http://dx.doi.org/10.1016/j.patrec.2008.11.008">URL</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/publications/Supplement_PRL.pdf">Supplementary Material</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/sourcecode/PRL_NeedFS.zip">code</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Dewang Chen, Uwe Kruger, "Adaptive Constraint K-segment Principal Curves For Intelligent Transportation Systems," IEEE Transactions on Intelligent Transportation Systems, vol. 9, no. 4, pp. 666-677, 2008.</p>
<p>
<span>[<a href="http://ieeexplore.ieee.org/xpls/abs_all.jsp?isnumber=4685981&arnumber=4668454">URL</a>]</span>
</p>
</li>
<li>
<p>Dewang Chen, Junping Zhang, Shuming Tang, Jue Wang, "Freeway Traffic Stream Modelling based on Principal Curves and its Analysis,"IEEE Transactions on Intelligent Transportation Systems, vol 5, no. 4, pp: 246-258, 2004.</p>
<p>
<span>[<a href="https://ieeexplore.ieee.org/document/1363999">URL</a>]</span>
</p>
</li>
</ol>
</div>
<div id="publications_list" class="teamMember module row">
<h3 class="title-h3 col-md-12">
Conferences
</h3>
<ol class="list-publication" reversed>
<li>
<p>Zhizhong Huang, Shouzhen Chen, Junping Zhang, Hongming Shan. AgeFlow: Conditional Age Progression and Regression with Normalizing Flows. In IJCAI, 2021.</p>
<p>
<span>[<a href="https://arxiv.org/abs/2105.07239">URL</a>]</span>
<span>[<a href="https://arxiv.org/abs/2105.07239">arxiv</a>]</span>
<span>[<a href="https://github.com/Hzzone/AgeFlow">code</a>]</span>
</p>
</li>
<li>
<p>Zhizhong Huang, Junping Zhang, Hongming Shan. When Age-Invariant Face Recognition Meets Face Age Synthesis: A Multi-task Learning Framework. In CVPR (oral), 2021.</p>
<p>
<span>[<a href="https://arxiv.org/abs/2103.01520">URL</a>]</span>
<span>[<a href="https://arxiv.org/abs/2103.01520">arxiv</a>]</span>
<span>[<a href="https://github.com/Hzzone/MTLFace">code</a>]</span>
</p>
</li>
<li>
<p>Yuanyuan Yuan, Shuai Wang, Junping Zhang. Private Image Reconstruction from System Side Channels Using Generative Models. in ICLR (Poster), Vienna, Austria, May 4-10, 2021(Virtual Conference).</p>
<p>
<span>[<a href="https://openreview.net/forum?id=y06VOYLcQXa">URL</a>]</span>
</p>
</li>
<li>
<p>Cong Wang, Jian Pu, Zhi Xu, Junping Zhang. Asymmetric Loss for Positive-Unlabeled Learning. In ICME, 2021</p>
<p>
</p>
</li>
<li>
<p>Zhizhong Huang, Junping Zhang, Hongming Shan. RoutingGan: Routing Age Progression and Regression with Disentangled Learning. In ICASSP, 2021(Virtual Conference).</p>
<p>
<span>[<a href="https://arxiv.org/abs/2102.00601">URL</a>]</span>
</p>
</li>
<li>
<p>Yiming Lei, Hongming Shan, Junping Zhang. Meta Ordinal Weighting Net for Improving Lung Nodule Classification. In ICASSP, 2021(Virtual Conference).</p>
<p>
<span>[<a href="https://arxiv.org/abs/2102.00456">URL</a>]</span>
</p>
</li>
<li>
<p>Yiqun Liu, Yi Zeng, Jian Pu, Hongming Shan, Peiyang He, Junping Zhang. SelfGait:A SpatioTemporal Representation Learning Method for Self-supervised Gait Recognition. in ICASSP, 2021(Virtual Conference).</p>
<p>
</p>
</li>
<li>
<p>Haiping Zhu, Zhizhong Huang, Hongming Shan, and Junping Zhang. "Look globally, age locally: Face aging with an attention mechanism." ICASSP (Oral), Barcelona, Spain, May 4-8, 2020.</p>
<p>
<span>[<a href="https://arxiv.org/abs/1910.12771">arxiv</a>]</span>
<span>[<a href="https://github.com/JensonZhu14/AcGAN">code</a>]</span>
</p>
</li>
<li>
<p>Hanqing Chao, Yiwei He, Junping Zhang, Jianfeng Feng, "GaitSet: Regarding Gait as a Set for Cross-View Gait Recognition," AAAI (Oral), Hawaii, USA, Jan.28- Feb.2, 2019.</p>
<p>
<span>[<a href="https://arxiv.org/abs/1811.06186">URL</a>]</span>
<span>[<a href="https://github.com/AbnerHqC/GaitSet">Github</a>]</span>
</p>
</li>
<li>
<p>Hongming Shan, Junping Zhang. "Randomized Distribution Feature for Image Classification," ECAI 2016 (accepted rate 27% of more than 650 submissions) , The Hague, Holland, Aug.29- Sep.2, 2016.</p>
<p>
<span>[<a href="https://dl.acm.org/citation.cfm?id=3305642">URL</a>]</span>
</p>
</li>
<li>
<p>Ye Zhou, Xin Lu, Junping Zhang, James Z. Wang. "Joint Image and Text Representation for Aesthetics Analysis," ACM MM 2016 (Short Paper), Amsterdam, The Netherlands, Oct.15-19, 2016.</p>
<p>
<span>[<a href="https://dl.acm.org/citation.cfm?id=2967223">URL</a>]</span>
<span>[<a href="http://goo.gl/qqAIwg">Dataset</a>]</span>
</p>
</li>
<li>
<p>Billy Chang, Uwe Kruger, Rafal Kustra, Junping Zhang. Canonical Correlation Analysis based on Hilbert-Schmidt Independence Criterion and Centered Kernel Target Alignment. ICML 2013, Atlanta, Jun. 16-21, 2013. JMLR W&CP 28(2):316-324,2013.</p>
<p>
<span>[<a href="https://dl.acm.org/citation.cfm?id=3042929">URL</a>]</span>
<span>[<a href="http://www.pami.fudan.edu.cn/~jpzhang/publications/ICML2013Supp.pdf">Supplementary Material</a>]</span>
<span>[<a href="http://cran.r-project.org/web/packages/hsicCCA/">code</a>]</span>
</p>
</li>
<li>
<p>Chen Wang, Junping Zhang, Jian Pu, Xiaoru Yuan and Liang Wang, "Chrono-Gait Image: A Novel Temporal Template for Gait Recognition," K. Danilidis, P. Maragos, N. Paragios (Eds.): ECCV 2010, Part I, LNCS 6311, pp. 257-270, 2010.</p>
<p>
<span>[<a href="https://link.springer.com/chapter/10.1007/978-3-642-15549-9_19">URL</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, HuanXing Shen, and Zhi-Hua Zhou, "Unified Locally Linear Embedding and Linear Discriminant Analysis Algorithm (ULLELDA) for Face Recognition," Advances in Biometric Personal Authentication. Stan Z. Li, Jianhuang Lai, Tieniu Tan, Guocan Feng, Yunhong Wang (Ed.), LNCS 3338, Springer-Verlag, pp: 209-307, 2004.</p>
<p>
<span>[<a href="https://link.springer.com/chapter/10.1007/978-3-540-30548-4_34">URL</a>]</span>
</p>
</li>
<li>
<p>Junping Zhang, Stan Z. Li, and Jue Wang, "Nearest Manifold Approach for Face Recognition," The 6th IEEE International Conference on Automatic Face and Gesture Recognition, Seoul, Korea, May, pp. 223-228, 2004.</p>
<p>
<span>[<a href="https://ieeexplore.ieee.org/abstract/document/1301535/">URL</a>]</span>
</p>
</li>
</ol>
</div>
<div id="publications_list" class="teamMember module row">
<h3 class="title-h3 col-md-12">
Chinese
</h3>
<ol class="list-publication" reversed>
<li>
<p>张军平. 爱犯错的智能体 (Errors Favor Intelligent Beings), 清华大学出版社,2019.</p>
<p>
<span>[<a href="https://item.jd.com/12661720.html">京东</a>]</span>
<span>[<a href="http://product.dangdang.com/27907543.html">当当</a>]</span>
<span>[<a href="https://www.ximalaya.com/keji/30763175/">喜马拉雅</a>]</span>
</p>
</li>
<li>
<p>车令夫,田宇坤,朱海平,张军平. "基于最优输运的迁移学习,"模式识别与人工智能, vol.32,no.6,pp.481-493,2019</p>
<p>
<span>[<a href="http://www.pami.fudan.edu.cn/">URL</a>]</span>
</p>
</li>
<li>
<p>何逸炜, 张军平. "步态识别的深度学习: 综述," 模式识别与人工智能, vol. 31, no. 5, pp. 442-452, 2018.</p>
<p>
<span>[<a href="http://en.cnki.com.cn/Article_en/CJFDTotal-MSSB201805006.htm">URL</a>]</span>
</p>
</li>
<li>
<p>单洪明, 张军平. "实值多变量维数约简: 综述," 自动化学报, vol. 44, no. 22, pp. 193-215, 2018.</p>
<p>
<span>[<a href="http://dx.doi.org/10.16383/j.aas.2018.c160812">URL</a>]</span>
</p>
</li>
<li>
<p>徐峰, 张军平. "人脸微表情识别综述, " 自动化学报, vol. 43, no. 3, pp. 333-348, 2017.</p>
<p>
<span>[<a href="http://www.aas.net.cn/CN/article/downloadArticleFile.do?attachType=PDF&id=19013">URL</a>]</span>
</p>
</li>
<li>
<p>张志豪, 张军平, 陈德铭, 卢颖, 袁晓如, 古天龙. "基于可交互相关性矩阵的维度重排径向坐标可视化方法, " 模式识别与人工智能, vol. 30, no. 7, pp. 637-645, 2017.</p>
<p>
<span>[<a href="http://www.cnki.com.cn/Article/CJFDTotal-MSSB201707006.htm">URL</a>]</span>
</p>
</li>
<li>
<p>浦剑, 张军平, ''基于词典学习和稀疏表示的超分辨率方法,'' 模式识别与人工智能, vol. 23, no. 3, pp. 335-340, 2010.</p>
<p>
<span>[<a href="http://prai.hfcas.ac.cn/">URL</a>]</span>
</p>
</li>
</ol>
</div>
</div>
<hr style="height:3px;background-color:rgb(51,101,171);">
<div class="footer" style="height:50px;bottom:115px;left:0px; width: 100%">
<div class="footer-1 col-md-12">
<div class="container">
<div class="footerLogo col-sm-6">
<!--<img class="img-circle pull-left" src="logo.png" style="height: 50%">-->
<ul>
<li><h6>Pattern Recognition and Machine Intelligence Group</h6></li>
<li><h6><span class="address_text_span">复旦大学 江湾校区二号交叉学科楼</span></h6></li>
</ul>
</div>
<div class="navs pull-right visible-lg visible-md">
<div class=" nav pull-left" style="margin-top: 10px">
<h4> Links:</h4>
<ul>
<li><a href="http://www.fudan.edu.cn/2016/index.html" target="_parent">Fudan University</a></li>
<li><a href="http://www.iipl.fudan.edu.cn" target="_parent">Shanghai Key Laboratory of Intelligent Information Processing</a></li>
</ul>
</div>
</div><!--navs end-->
</div><!--container end-->
</div><!--footer_1 end-->
<div class="footer-2 col-md-12">
<div class="text-center">
<p><strong>This page has been accessed <span id="busuanzi_value_site_pv"></span> times since Jan. 20th , 2016 </strong></p>
</div>
<div>
<p class="text-center">Copyright © 2018 Fudan University Pattern Analysis and Machine Intelligence Group | Last Modified: <span> 12/20/2022 </span> </p>
</div>
</div><!--footer_2 end-->
</div>
<script src="static/js/jquery.js"></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script src="static/js/bootstrap.js"></script>
</body>
</html>