-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreference.bib
1262 lines (1122 loc) · 43.4 KB
/
reference.bib
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
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% Encoding: UTF-8
@inproceedings{Long2015Fully,
title={Fully convolutional networks for semantic segmentation},
author={Long, Jonathan and Shelhamer, Evan and Darrell, Trevor},
booktitle={IEEE Conference on Computer Vision and Pattern Recognition},
pages={3431-3440},
year={2015},
}
@article{PML,
title={Blazingly Fast Video Object Segmentation with Pixel-Wise Metric Learning},
author={Chen, Yuhua and Pont-Tuset, Jordi and Montes, Alberto and Van Gool, Luc},
journal={arXiv preprint arXiv:1804.03131},
year={2018}
}
@inproceedings{tang2012shifting,
title={Shifting weights: Adapting object detectors from image to video},
author={Tang, Kevin and Ramanathan, Vignesh and Fei-Fei, Li and Koller, Daphne},
booktitle={Advances in Neural Information Processing Systems},
pages={638--646},
year={2012}
}
@inproceedings{held2016learning,
title={Learning to track at 100 fps with deep regression networks},
author={Held, David and Thrun, Sebastian and Savarese, Silvio},
booktitle={European Conference on Computer Vision},
pages={749--765},
year={2016},
organization={Springer}
}
@inproceedings{bertinetto2016fully,
title={Fully-convolutional siamese networks for object tracking},
author={Bertinetto, Luca and Valmadre, Jack and Henriques, Joao F and Vedaldi, Andrea and Torr, Philip HS},
booktitle={European conference on computer vision},
pages={850--865},
year={2016},
organization={Springer}
}
@article{OpticalFlow,
title={The perception of the visual world.},
author={Gibson, James J},
year={1950},
publisher={Houghton Mifflin}
}
@inproceedings{ciresan2012deep,
title={Deep neural networks segment neuronal membranes in electron microscopy images},
author={Ciresan, Dan and Giusti, Alessandro and Gambardella, Luca M and Schmidhuber, J{\"u}rgen},
booktitle={Advances in neural information processing systems},
pages={2843--2851},
year={2012}
}
@inproceedings{ess2009segmentation,
title={Segmentation-Based Urban Traffic Scene Understanding.},
author={Ess, Andreas and M{\"u}ller, Tobias and Grabner, Helmut and Van Gool, Luc J},
booktitle={BMVC},
volume={1},
pages={2},
year={2009}
}
@article{ning2005toward,
title={Toward automatic phenotyping of developing embryos from videos},
author={Ning, Feng and Delhomme, Damien and LeCun, Yann and Piano, Fabio and Bottou, L{\'e}on and Barbano, Paolo Emilio},
journal={IEEE Transactions on Image Processing},
volume={14},
number={9},
pages={1360--1371},
year={2005},
publisher={IEEE}
}
@article{farabet2013learning,
title={Learning hierarchical features for scene labeling},
author={Farabet, Clement and Couprie, Camille and Najman, Laurent and LeCun, Yann},
journal={IEEE transactions on pattern analysis and machine intelligence},
volume={35},
number={8},
pages={1915--1929},
year={2013},
publisher={IEEE}
}
@inproceedings{cordts2016cityscapes,
title={The cityscapes dataset for semantic urban scene understanding},
author={Cordts, Marius and Omran, Mohamed and Ramos, Sebastian and Rehfeld, Timo and Enzweiler, Markus and Benenson, Rodrigo and Franke, Uwe and Roth, Stefan and Schiele, Bernt},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={3213--3223},
year={2016}
}
@inproceedings{geiger2012we,
title={Are we ready for autonomous driving? the kitti vision benchmark suite},
author={Geiger, Andreas and Lenz, Philip and Urtasun, Raquel},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2012 IEEE Conference on},
pages={3354--3361},
year={2012},
organization={IEEE}
}
@article{SegNet,
title={SegNet: A Deep Convolutional Encoder-Decoder Architecture for Scene Segmentation},
author={Badrinarayanan, Vijay and Kendall, Alex and Cipolla, Roberto},
journal={IEEE Transactions on Pattern Analysis Machine Intelligence},
year={2017},
}
@article{Szegedy-GoogLeNet,
title={Going deeper with convolutions},
author={Szegedy, Christian and Liu, Wei and Jia, Yangqing and Sermanet, Pierre and Reed, Scott and Anguelov, Dragomir and Erhan, Dumitru and Vanhoucke, Vincent and Rabinovich, Andrew},
pages={1-9},
year={2014},
}
@article{Simonyan-VGG,
title={Very Deep Convolutional Networks for Large-Scale Image Recognition},
author={Simonyan, Karen and Zisserman, Andrew},
journal={Computer Science},
year={2014},
}
@inproceedings{Krizhevsky2012ImageNet,
title={ImageNet classification with deep convolutional neural networks},
author={Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E.},
booktitle={International Conference on Neural Information Processing Systems},
pages={1097-1105},
year={2012},
}
@article{Veit2016Residual,
title={Residual Networks Behave Like Ensembles of Relatively Shallow Networks},
author={Veit, Andreas and Wilber, Michael and Belongie, Serge},
journal={Advances in Neural Information Processing Systems},
year={2016},
}
@inproceedings{He-Resnet,
title={Deep Residual Learning for Image Recognition},
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
booktitle={IEEE Conference on Computer Vision and Pattern Recognition},
pages={770-778},
year={2016},
}
@article{xie2017aggregated,
title={Aggregated Residual Transformations for Deep Neural Networks},
author={Xie, Saining and Girshick, Ross and Dollar, Piotr and Tu, Zhuowen and He, Kaiming},
pages={5987-5995},
year={2016},
}
@article{huang2016densely,
title={Densely Connected Convolutional Networks},
author={Huang, Gao and Liu, Zhuang and Maaten, Laurens Van Der and Weinberger, Kilian Q.},
year={2016},
}
@article{Lecun2014Backpropagation,
title={Backpropagation Applied to Handwritten Zip Code Recognition},
author={Lecun, Y. and Boser, B. and Denker, J. S. and Henderson, D. and Howard, R. E. and Hubbard, W. and Jackel, L. D.},
journal={Neural Computation},
volume={1},
number={4},
pages={541-551},
year={2014},
}
@article{Schroff2015FaceNet,
title={FaceNet: A Unified Embedding for Face Recognition and Clustering},
author={Schroff, Florian and Kalenichenko, Dmitry and Philbin, James},
pages={815-823},
year={2015},
}
@inproceedings{Ren2015Faster,
title={Faster R-CNN: towards real-time object detection with region proposal networks},
author={Ren, Shaoqing and He, Kaiming and Girshick, Ross and Sun, Jian},
booktitle={International Conference on Neural Information Processing Systems},
pages={91-99},
year={2015},
}
@inproceedings{zhang2013video,
title={Video object segmentation through spatially accurate and temporally dense extraction of primary object regions},
author={Zhang, Dong and Javed, Omar and Shah, Mubarak},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2013 IEEE Conference on},
pages={628--635},
year={2013},
organization={IEEE}
}
@article{pont2016supervised,
title={Supervised evaluation of image segmentation and object proposal techniques},
author={Pont-Tuset, Jordi and Marques, Ferran},
journal={IEEE transactions on pattern analysis and machine intelligence},
volume={38},
number={7},
pages={1465--1478},
year={2016},
publisher={IEEE}
}
@inproceedings{jain2014supervoxel,
title={Supervoxel-consistent foreground propagation in video},
author={Jain, Suyog Dutt and Grauman, Kristen},
booktitle={European Conference on Computer Vision},
pages={656--671},
year={2014},
organization={Springer}
}
@article{martin2004learning,
title={The pascal visual object classes (voc) challenge},
author={Everingham, Mark and Van Gool, Luc and Williams, Christopher KI and Winn, John and Zisserman, Andrew},
journal={International journal of computer vision},
volume={88},
number={2},
pages={303--338},
year={2010},
publisher={Springer}
}
@inproceedings{Youtube,
title={Learning object class detectors from weakly annotated video},
author={Prest, Alessandro and Leistner, Christian and Civera, Javier and Schmid, Cordelia and Ferrari, Vittorio},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2012 IEEE Conference on},
pages={3282--3289},
year={2012},
organization={IEEE}
}
@article{OnAVOS,
title={Online adaptation of convolutional neural networks for video object segmentation},
author={Voigtlaender, Paul and Leibe, Bastian},
journal={arXiv preprint arXiv:1706.09364},
year={2017}
}
@inproceedings{OSVOS,
title={One-shot video object segmentation},
author={Caelles, Sergi and Maninis, Kevis-Kokitsi and Pont-Tuset, Jordi and Leal-Taix{\'e}, Laura and Cremers, Daniel and Van Gool, Luc},
booktitle={CVPR 2017},
year={2017},
organization={IEEE}
}
@article{OSMN,
title={Efficient Video Object Segmentation via Network Modulation},
author={Yang, Linjie and Wang, Yanran and Xiong, Xuehan and Yang, Jianchao and Katsaggelos, Aggelos K},
journal={arXiv preprint arXiv:1802.01218},
year={2018}
}
@inproceedings{CTN,
title={Online video object segmentation via convolutional trident network},
author={Jang, Won-Dong and Kim, Chang-Su},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={5849--5858},
year={2017}
}
@inproceedings{SFL,
title={SegFlow: Joint Learning for Video Object Segmentation and Optical Flow},
author={Cheng, Jingchun and Tsai, Yi-Hsuan and Wang, Shengjin and Yang, Ming-Hsuan},
booktitle={2017 IEEE International Conference on Computer Vision (ICCV)},
pages={686--695},
year={2017},
organization={IEEE}
}
@article{SGV,
title={Semantically-Guided Video Object Segmentation},
author={Caelles, Sergi and Chen, Yuhua and Pont-Tuset, Jordi and Van Gool, Luc},
journal={arXiv preprint arXiv:1704.01926},
year={2017}
}
@inproceedings{MSK,
title={Learning video object segmentation from static images},
author={Perazzi, Federico and Khoreva, Anna and Benenson, Rodrigo and Schiele, Bernt and Sorkine-Hornung, Alexander},
booktitle={Computer Vision and Pattern Recognition},
year={2017}
}
@InProceedings{Caelles2017One,
author = {Caelles, Sergi and Maninis, Kevis-Kokitsi and Pont-Tuset, Jordi and Leal-Taix{\'e}, Laura and Cremers, Daniel and Van Gool, Luc},
title = {One-shot video object segmentation},
booktitle = {CVPR},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{Perazzi2017Learning,
author = {Perazzi, Federico and Khoreva, Anna and Benenson, Rodrigo and Schiele, Bernt and Sorkine-Hornung, Alexander},
title = {Learning video object segmentation from static images},
booktitle = {CVPR},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{MaskRNN,
author = {Hu, Yuan-Ting and Huang, Jia-Bin and Schwing, Alexander},
title = {MaskRNN: Instance Level Video Object Segmentation},
booktitle = {NIPS},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@Article{Yang2018Efficient,
author = {Linjie Yang and Yanran Wang and Xuehan Xiong and Jianchao Yang and Aggelos K. Katsaggelos},
title = {Efficient Video Object Segmentation via Network Modulation},
journal = {arXiv preprint arXiv:1802.01218},
year = {2018},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{Voigtlaender2017Online,
author = {Paul Voigtlaender and Bastian Leibe},
title = {Online Adaptation of Convolutional Neural Networks for Video Object Segmentation},
booktitle = {BMVC},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@Article{OSVOS-S,
author = {K.-K. Maninis and S. Caelles and Y. Chen and J. Pont-Tuset and L. Leal-Taixé and D. Cremers and L. Van Gool},
title = {Video Object Segmentation Without Temporal Information},
journal = {arXiv preprint arXiv:1709.06031},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@Article{Caelles2017Semantically,
author = {Caelles, Sergi and Chen, Yuhua and Pont-Tuset, Jordi and Van Gool, Luc},
title = {Semantically-Guided Video Object Segmentation},
journal = {arXiv preprint arXiv:1704.01926},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@Article{LucidTracker,
author = {Khoreva, Anna and Benenson, Rodrigo and Ilg, Eddy and Brox, Thomas and Schiele, Bernt},
title = {Lucid Data Dreaming for Multiple Object Tracking},
journal = {arXiv preprint arXiv:1703.09554},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{Cheng2017SegFlow:,
author = {J. Cheng and Y.-H. Tsai and S. Wang and M.-H. Yang},
title = {SegFlow: Joint Learning for Video Object Segmentation and Optical Flow},
booktitle = {ICCV},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{Jang2017Online,
author = {Jang, Won-Dong and Kim, Chang-Su},
title = {Online Video Object Segmentation via Convolutional Trident Network},
booktitle = {CVPR},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{VPN,
author = {Jampani, Varun and Gadde, Raghudeep and Gehler, Peter V.},
title = {Video Propagation Networks},
booktitle = {CVPR},
year = {2017},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{OFL,
author = {Y.-H. Tsai and M.-H. Yang and M. J. Black},
title = {Video Segmentation via Object Flow},
booktitle = {CVPR},
year = {2016},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{BVS,
author = {Nicolas Maerki and Federico Perazzi and Oliver Wang and Alexander Sorkine-Hornung},
title = {Bilateral Space Video Segmentation},
booktitle = {CVPR},
year = {2016},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{FCP,
author = {Perazzi, Federico and Wang, Oliver and Gross, Markus and Sorkine-Hornung, Alexander},
title = {Fully Connected Object Proposals for Video Segmentation},
booktitle = {ICCV},
year = {2015},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{JMP:,
author = {Qingnan Fan and Fan Zhong and Dani Lischinski and Daniel Cohen-Or and Baoquan Chen},
title = {JumpCut: Non-Successive Mask Transfer and Interpolation for Video Cutout},
booktitle = {SIGGRAPH ASIA},
year = {2015},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{HVS,
author = {Matthias Grundmann and Vivek Kwatra and Mei Han and Irfan Essa},
title = {{Efficient Hierarchical Graph Based Video Segmentation}},
booktitle = {CVPR},
year = {2010},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
@InProceedings{SEA,
author = {Ramakanth, S Avinash and Babu, R Venkatesh},
title = {SeamSeg: Video Object Segmentation Using Patch Seams.},
booktitle = {CVPR},
year = {2014},
groups = {Semi-supervised VOS, Video Object Segmentation},
}
% Unsupervised VOS
@InProceedings{li2018instance,
author = {Li, Siyang and Seybold, Bryan and Vorobyov, Alexey and Fathi, Alireza and Huang, Qin and Kuo, C-C Jay},
title = {Instance Embedding Transfer to Unsupervised Video Object Segmentation},
booktitle = {CVPR},
year = {2018},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{Koh2017Primary,
author = {Koh, Yeong Jun and Kim, Chang-Su},
title = {Primary object segmentation in videos based on region augmentation and reduction},
booktitle = {CVPR},
year = {2017},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{Tokmakov2017Learning,
author = {Tokmakov, P. and Alahari, K. and Schmid, C.},
title = {Learning Video Object Segmentation with Visual Memory},
booktitle = {ICCV},
year = {2017},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@inproceedings{pinheiro2016learning,
title={Learning to refine object segments},
author={Pinheiro, Pedro O and Lin, Tsung-Yi and Collobert, Ronan and Doll{\'a}r, Piotr},
booktitle={European Conference on Computer Vision},
pages={75--91},
year={2016},
organization={Springer}
}
@inproceedings{brox2009large,
title={Large displacement optical flow},
author={Brox, Thomas and Bregler, Christoph and Malik, Jitendra},
booktitle={Computer Vision and Pattern Recognition, 2009. CVPR 2009. IEEE Conference on},
pages={41--48},
year={2009},
organization={IEEE}
}
@InProceedings{LMPV,
author = {Tokmakov, P.},
title = {Learning Motion Pattern in Video},
booktitle = {arxiv},
year = {2017},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{Jain2017FusionSeg,
author = {Jain, Suyog and Xiong, Bo and Grauman, Kristen},
title = {FusionSeg: Learning to combine motion and appearance for fully automatic segmention of generic objects in videos},
booktitle = {CVPR},
year = {2017},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{Papazoglou2013Fast,
author = {Papazoglou, Anestis and Ferrari, Vittorio},
title = {Fast object segmentation in unconstrained video},
booktitle = {ICCV},
year = {2013},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{Keuper2015Motion,
author = {Keuper, Margret and Andres, Bjoern and Brox, Thomas},
title = {Motion trajectory segmentation via minimum cost multicuts},
booktitle = {ICCV},
year = {2015},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{Faktor2014Video,
author = {Faktor, Alon and Irani, Michal},
title = {Video Segmentation by Non-Local Consensus voting},
booktitle = {BMVC},
year = {2014},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{P.Ochs2011Object,
author = {P.Ochs and T.Brox},
title = {Object Segmentation in Video: A Hierarchical Variational Approach for Turning Point Trajectories into Dense Regions},
booktitle = {ICCV},
year = {2011},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{Lee2011Key,
author = {Lee, Yong Jae and Kim, Jaechul and Grauman, Kristen},
title = {Key-segments for video object segmentation},
booktitle = {ICCV},
year = {2011},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{Taylor2015Causal,
author = {Taylor, Brian and Karasev, Vasiliy and Soatto, Stefano},
title = {Causal video object segmentation from persistence of occlusions},
booktitle = {CVPR},
year = {2015},
groups = {Unsupervised VOS, Video Object Segmentation},
}
@InProceedings{Fragkiadaki2012Video,
author = {Fragkiadaki, Katerina and Zhang, Geng and Shi, Jianbo},
title = {Video segmentation by tracing discontinuities in a trajectory embedding},
booktitle = {CVPR},
year = {2012},
groups = {Unsupervised VOS, Video Object Segmentation},
}
% VOS Benchmark
@InProceedings{DAVIS2016,
author = {F. Perazzi and J. Pont-Tuset and B. McWilliams and L. {Van Gool} and M. Gross and A. Sorkine-Hornung},
title = {A Benchmark Dataset and Evaluation Methodology for Video Object Segmentation},
booktitle = {CVPR},
year = {2016},
groups = {Benchmark, Video Object Segmentation},
}
@Article{DAVIS2017,
author = {Jordi Pont-Tuset and Federico Perazzi and Sergi Caelles and Pablo Arbel\'aez and Alexander Sorkine-Hornung and Luc {Van Gool}},
title = {The 2017 DAVIS Challenge on Video Object Segmentation},
journal = {arXiv preprint arXiv:1704.00675},
year = {2017},
groups = {Benchmark, Video Object Segmentation},
}
@Article{DAVIS2018,
author = {Jordi Pont-Tuset and Sergi Caelles and Federico Perazzi and Alberto Montes and Kevis-Kokitsi Maninis and Yuhua Chen and Luc {Van Gool}},
title = {The 2018 DAVIS Challenge on Video Object Segmentation},
journal = {arXiv preprint arXiv:1803.00557},
year = {2018},
groups = {Benchmark, Video Object Segmentation},
}
@Article{DyeNet,
author = {Li, Xiaoxiao and Loy, Chen Change},
title = {Video Object Segmentation with Joint Re-identification and Attention-Aware Mask Propagation},
journal = {arXiv preprint arXiv:1803.04242},
year = {2018},
}
@InProceedings{ResNet,
author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
title = {Deep residual learning for image recognition},
booktitle = {CVPR},
year = {2016},
groups = {Classification},
}
@Article{Ochs2014Segmentation,
author = {Ochs, Peter and Malik, Jitendra and Brox, Thomas},
title = {Segmentation of moving objects by long term video analysis},
journal = {TPAMI},
year = {2014},
volume = {36},
number = {6},
pages = {1187--1200},
groups = {Benchmark},
publisher = {IEEE},
}
@InProceedings{SegTrack,
author = {Li, Fuxin and Kim, Taeyoung and Humayun, Ahmad and Tsai, David and Rehg, James M},
title = {Video segmentation by tracking many figure-ground segments},
booktitle = {ICCV},
year = {2013},
groups = {Benchmark},
}
@InProceedings{Deng2009Imagenet:,
author = {Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia and Li, Kai and Fei-Fei, Li},
title = {Imagenet: A large-scale hierarchical image database},
booktitle = {CVPR},
year = {2009},
groups = {Classification, Benchmark},
}
@Article{Kingma2014Adam:,
author = {Kingma, Diederik P and Ba, Jimmy},
title = {Adam: A method for stochastic optimization},
journal = {arXiv preprint arXiv:1412.6980},
year = {2014},
groups = {Misc},
}
@InProceedings{Wang2018Non,
author = {Wang, Xiaolong and Girshick, Ross and Gupta, Abhinav and He, Kaiming},
title = {Non-local Neural Networks},
booktitle = {CVPR},
year = {2018},
groups = {Misc},
}
@InProceedings{Newcombe2011DTAM:,
author = {Newcombe, Richard A and Lovegrove, Steven J and Davison, Andrew J},
title = {DTAM: Dense tracking and mapping in real-time},
booktitle = {ICCV},
year = {2011},
groups = {RGBD SLAM},
}
@InProceedings{Newcombe2011KinectFusion:,
author = {Newcombe, Richard A and Izadi, Shahram and Hilliges, Otmar and Molyneaux, David and Kim, David and Davison, Andrew J and Kohi, Pushmeet and Shotton, Jamie and Hodges, Steve and Fitzgibbon, Andrew},
title = {KinectFusion: Real-time dense surface mapping and tracking},
booktitle = {ISMAR},
year = {2011},
groups = {RGBD SLAM},
}
@InProceedings{Newcombe2015Dynamicfusion:,
author = {Newcombe, Richard A and Fox, Dieter and Seitz, Steven M},
title = {Dynamicfusion: Reconstruction and tracking of non-rigid scenes in real-time},
booktitle = {CVPR},
year = {2015},
groups = {RGBD SLAM},
}
@InProceedings{McCormac2017SemanticFusion:,
author = {McCormac, John and Handa, Ankur and Davison, Andrew and Leutenegger, Stefan},
title = {SemanticFusion: Dense 3D semantic mapping with convolutional neural networks},
booktitle = {ICRA},
year = {2017},
organization = {IEEE},
groups = {RGBD SLAM},
}
@InProceedings{Engel2014LSD,
author = {Engel, Jakob and Sch{\"o}ps, Thomas and Cremers, Daniel},
title = {LSD-SLAM: Large-scale direct monocular SLAM},
booktitle = {ECCV},
year = {2014},
groups = {RGBD SLAM},
}
@Article{Mur-Artal2017Orb,
author = {Mur-Artal, Raul and Tard{\'o}s, Juan D},
title = {Orb-slam2: An open-source slam system for monocular, stereo, and rgb-d cameras},
journal = {IEEE Transactions on Robotics},
year = {2017},
volume = {33},
number = {5},
pages = {1255--1262},
groups = {SLAM},
publisher = {IEEE},
}
@Article{Mur-Artal2015ORB,
author = {Mur-Artal, Raul and Montiel, Jose Maria Martinez and Tardos, Juan D},
title = {ORB-SLAM: a versatile and accurate monocular SLAM system},
journal = {IEEE Transactions on Robotics},
year = {2015},
volume = {31},
number = {5},
pages = {1147--1163},
groups = {SLAM},
publisher = {IEEE},
}
@Article{Grisetti2010tutorial,
author = {Grisetti, Giorgio and Kummerle, Rainer and Stachniss, Cyrill and Burgard, Wolfram},
title = {A tutorial on graph-based SLAM},
journal = {IEEE Intelligent Transportation Systems Magazine},
year = {2010},
volume = {2},
number = {4},
pages = {31--43},
groups = {SLAM},
publisher = {IEEE},
}
@Article{Davison2007MonoSLAM:,
author = {Davison, Andrew J and Reid, Ian D and Molton, Nicholas D and Stasse, Olivier},
title = {MonoSLAM: Real-time single camera SLAM},
journal = {TPAMI},
year = {2007},
volume = {29},
number = {6},
pages = {1052--1067},
groups = {SLAM},
publisher = {IEEE},
}
@InProceedings{Forster2014SVO:,
author = {Forster, Christian and Pizzoli, Matia and Scaramuzza, Davide},
title = {SVO: Fast semi-direct monocular visual odometry},
booktitle = {ICRA},
year = {2014},
pages = {15--22},
organization = {IEEE},
groups = {SLAM},
}
@Article{Strasdat2012Visual,
author = {Strasdat, Hauke and Montiel, Jos{\'e} MM and Davison, Andrew J},
title = {Visual SLAM: why filter?},
journal = {Image and Vision Computing},
year = {2012},
volume = {30},
number = {2},
pages = {65--77},
groups = {SLAM},
publisher = {Elsevier},
}
@Article{Forster2017Svo:,
author = {Forster, Christian and Zhang, Zichao and Gassner, Michael and Werlberger, Manuel and Scaramuzza, Davide},
title = {Svo: Semidirect visual odometry for monocular and multicamera systems},
journal = {IEEE Transactions on Robotics},
year = {2017},
volume = {33},
number = {2},
pages = {249--265},
groups = {SLAM},
publisher = {IEEE},
}
@Article{Zhu2015Semantic,
author = {Zhu, Yan and Tian, Yuandong and Mexatas, Dimitris and Doll{\'a}r, Piotr},
title = {Semantic amodal segmentation},
journal = {arXiv preprint arXiv:1509.01329},
year = {2015},
groups = {Amodal Segmentation},
publisher = {Technical report, Facebook AI Research (FAIR) and Department of Computer Science, Rutgers University},
}
@InProceedings{Li2016Amodal,
author = {Li, Ke and Malik, Jitendra},
title = {Amodal instance segmentation},
booktitle = {ECCV},
year = {2016},
groups = {Amodal Segmentation},
}
@InProceedings{Li2016Iterative,
author = {Li, Ke and Hariharan, Bharath and Malik, Jitendra},
title = {Iterative instance segmentation},
booktitle = {CVPR},
year = {2016},
groups = {Instance Segmentation},
}
@InProceedings{Dai2016R,
author = {Dai, Jifeng and Li, Yi and He, Kaiming and Sun, Jian},
title = {R-fcn: Object detection via region-based fully convolutional networks},
booktitle = {NIPS},
year = {2016},
groups = {Detection},
}
@InProceedings{Girshick2014Rich,
author = {Girshick, Ross and Donahue, Jeff and Darrell, Trevor and Malik, Jitendra},
title = {Rich feature hierarchies for accurate object detection and semantic segmentation},
booktitle = {CVPR},
year = {2014},
groups = {Detection},
}
@Article{Girshick2015Fast,
author = {Girshick, Ross},
title = {Fast r-cnn},
journal = {arXiv preprint arXiv:1504.08083},
year = {2015},
groups = {Detection},
}
@InProceedings{Lin2017Feature,
author = {Lin, Tsung-Yi and Doll{\'a}r, Piotr and Girshick, Ross and He, Kaiming and Hariharan, Bharath and Belongie, Serge},
title = {Feature pyramid networks for object detection},
booktitle = {CVPR},
year = {2017},
groups = {Detection},
}
@Article{Lin2017Focal,
author = {Lin, Tsung-Yi and Goyal, Priya and Girshick, Ross and He, Kaiming and Doll{\'a}r, Piotr},
title = {Focal loss for dense object detection},
journal = {arXiv preprint arXiv:1708.02002},
year = {2017},
groups = {Detection},
}
@Article{Li2017Light,
author = {Li, Zeming and Peng, Chao and Yu, Gang and Zhang, Xiangyu and Deng, Yangdong and Sun, Jian},
title = {Light-Head R-CNN: In Defense of Two-Stage Object Detector},
journal = {arXiv preprint arXiv:1711.07264},
year = {2017},
groups = {Detection},
}
@Article{Peng2017MegDet:,
author = {Peng, Chao and Xiao, Tete and Li, Zeming and Jiang, Yuning and Zhang, Xiangyu and Jia, Kai and Yu, Gang and Sun, Jian},
title = {MegDet: A Large Mini-Batch Object Detector},
journal = {arXiv preprint arXiv:1711.07240},
year = {2017},
groups = {Detection},
}
@Article{Uijlings2013Selective,
author = {Uijlings, Jasper RR and Van De Sande, Koen EA and Gevers, Theo and Smeulders, Arnold WM},
title = {Selective search for object recognition},
journal = {IJCV},
year = {2013},
volume = {104},
number = {2},
pages = {154--171},
groups = {Detection},
publisher = {Springer},
}
@InProceedings{Redmon2016You,
author = {Redmon, Joseph and Divvala, Santosh and Girshick, Ross and Farhadi, Ali},
title = {You only look once: Unified, real-time object detection},
booktitle = {CVPR},
year = {2016},
groups = {Detection},
}
@InProceedings{Redmon2017YOLO9000:,
author = {Redmon, Joseph and Farhadi, Ali},
title = {YOLO9000: Better, Faster, Stronger},
booktitle = {CVPR},
year = {2017},
groups = {Detection},
}
@InProceedings{Huang2017Speed/accuracy,
author = {Huang, Jonathan and Rathod, Vivek and Sun, Chen and Zhu, Menglong and Korattikara, Anoop and Fathi, Alireza and Fischer, Ian and Wojna, Zbigniew and Song, Yang and Guadarrama, Sergio and others},
title = {Speed/accuracy trade-offs for modern convolutional object detectors},
booktitle = {CVPR},
year = {2017},
groups = {Detection},
}
@InProceedings{Szegedy2017Inception,
author = {Szegedy, Christian and Ioffe, Sergey and Vanhoucke, Vincent and Alemi, Alexander A},
title = {Inception-v4, inception-resnet and the impact of residual connections on learning.},
booktitle = {AAAI},
year = {2017},
groups = {Classification},
}
@InProceedings{Szegedy2015Going,
author = {Szegedy, Christian and Liu, Wei and Jia, Yangqing and Sermanet, Pierre and Reed, Scott and Anguelov, Dragomir and Erhan, Dumitru and Vanhoucke, Vincent and Rabinovich, Andrew and others},
title = {Going deeper with convolutions},
booktitle = {CVPR},
year = {2015},
groups = {Classification},
}
@Article{Ioffe2015Batch,
author = {Ioffe, Sergey and Szegedy, Christian},
title = {Batch normalization: Accelerating deep network training by reducing internal covariate shift},
journal = {arXiv preprint arXiv:1502.03167},
year = {2015},
groups = {Classification},
}
@InProceedings{Szegedy2016Rethinking,
author = {Szegedy, Christian and Vanhoucke, Vincent and Ioffe, Sergey and Shlens, Jon and Wojna, Zbigniew},
title = {Rethinking the inception architecture for computer vision},
booktitle = {CVPR},
year = {2016},
groups = {Classification},
}
@Article{Simonyan2014Very,
author = {Simonyan, Karen and Zisserman, Andrew},
title = {Very deep convolutional networks for large-scale image recognition},
journal = {arXiv preprint arXiv:1409.1556},
year = {2014},
groups = {Classification},
}
@Article{Zagoruyko2016Wide,
author = {Zagoruyko, Sergey and Komodakis, Nikos},
title = {Wide residual networks},
journal = {arXiv preprint arXiv:1605.07146},
year = {2016},
groups = {Classification},
}
@InProceedings{Huang2017Densely,
author = {Huang, Gao and Liu, Zhuang and Weinberger, Kilian Q and van der Maaten, Laurens},
title = {Densely connected convolutional networks},
booktitle = {CVPR},
year = {2017},
groups = {Classification},
}
@InProceedings{Chen2017Dual,
author = {Chen, Yunpeng and Li, Jianan and Xiao, Huaxin and Jin, Xiaojie and Yan, Shuicheng and Feng, Jiashi},
title = {Dual path networks},
booktitle = {NIPS},
year = {2017},
groups = {Classification},
}
@Article{Lin2013Network,
author = {Lin, Min and Chen, Qiang and Yan, Shuicheng},
title = {Network in network},
journal = {arXiv preprint arXiv:1312.4400},
year = {2013},
groups = {Classification},
}
@InProceedings{Wei2016Convolutional,
author = {Wei, Shih-En and Ramakrishna, Varun and Kanade, Takeo and Sheikh, Yaser},
title = {Convolutional pose machines},
booktitle = {CVPR},
year = {2016},
groups = {Pose Estimation},
}
@InProceedings{Cao2017Realtime,
author = {Cao, Zhe and Simon, Tomas and Wei, Shih-En and Sheikh, Yaser},
title = {Realtime multi-person 2d pose estimation using part affinity fields},
booktitle = {CVPR},
year = {2017},
groups = {Pose Estimation},
}
@InProceedings{Fang2017RMPE:,
author = {Fang, Hao-Shu and Xie, Shuqin and Tai, Yu-Wing and Lu, Cewu},
title = {RMPE: Regional Multi-Person Pose Estimation},
booktitle = {ICCV},
year = {2017},
groups = {Pose Estimation},
}
@InProceedings{Newell2016Stacked,
author = {Newell, Alejandro and Yang, Kaiyu and Deng, Jia},
title = {Stacked hourglass networks for human pose estimation},
booktitle = {ECCV},
year = {2016},
groups = {Pose Estimation},
}
@Article{Gueler2018DensePose:,
author = {G{\"u}ler, R{\i}za Alp and Neverova, Natalia and Kokkinos, Iasonas},
title = {DensePose: Dense Human Pose Estimation In The Wild},
journal = {arXiv preprint arXiv:1802.00434},
year = {2018},
groups = {Pose Estimation},
}
@InProceedings{Yang2017Learning,
author = {Yang, Wei and Li, Shuang and Ouyang, Wanli and Li, Hongsheng and Wang, Xiaogang},
title = {Learning feature pyramids for human pose estimation},
booktitle = {ICCV},
year = {2017},
groups = {Pose Estimation},
}
@Article{Chu2017Multi,
author = {Chu, Xiao and Yang, Wei and Ouyang, Wanli and Ma, Cheng and Yuille, Alan L and Wang, Xiaogang},
title = {Multi-context attention for human pose estimation},
journal = {arXiv preprint arXiv:1702.07432},
year = {2017},
groups = {Pose Estimation},
publisher = {Pre-print},
}
@InProceedings{Dai2017Deformable,
author = {Dai, Jifeng and Qi, Haozhi and Xiong, Yuwen and Li, Yi and Zhang, Guodong and Hu, Han and Wei, Yichen},
title = {Deformable convolutional networks},
year = {2017},
booktitle = {ICCV},
groups = {Semantic Segmentation},
}
@Article{Peng2017Large,
author = {Peng, Chao and Zhang, Xiangyu and Yu, Gang and Luo, Guiming and Sun, Jian},
title = {Large Kernel Matters--Improve Semantic Segmentation by Global Convolutional Network},
journal = {arXiv preprint arXiv:1703.02719},
year = {2017},
comment = {DeepLabv2},
groups = {Semantic Segmentation},
}
@InProceedings{He2017Mask,