-
Notifications
You must be signed in to change notification settings - Fork 5
/
mybibfile.bib
1429 lines (1315 loc) · 44.2 KB
/
mybibfile.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
@String { CVIU = {Computer Vision and Image Understanding} }
@String { CVPR = {IEEE Conf. on Computer Vision and Pattern Recognition (CVPR)} }
@String { ECCV = {European Conf. on Computer Vision (ECCV)} }
@String { GCPR = {German Conference on Pattern Recognition (GCPR)}}
@String { ICASSP = {Intl. Conf. Acoust., Speech, and Signal Proc. (ICASSP)} }
@String { ICCV = {Intl. Conf. on Computer Vision (ICCV)} }
@String { ICIP = {Intl. Conf. on Image Processing (ICIP)} }
@String { ICME = {IEEE Intl. Conf. on Multimedia and Expo(ICME)} }
@String { ICML = {Intl. Conf. on Machine Learning (ICML)} }
@String { ICPR = {Intl. Conf. on Pattern Recognition (ICPR)} }
@String { ICRA = {IEEE Intl. Conf. on Robotics and Automation (ICRA)} }
@String { IJCAI = {Intl. Joint Conf. on AI (IJCAI)} }
@String { IJCV = {Intl. J. of Computer Vision} }
@String { IJRR = {Intl. J. of Robotics Research} }
@String { IP = {{IEEE} Trans. Image Processing} }
@String { IROS = {IEEE/RSJ Intl. Conf. on Intelligent Robots and Systems (IROS)} }
@String { ISMAR = {IEEE and ACM Intl. Sym. on Mixed and Augmented Reality (ISMAR)} }
@String { IV = {IEEE Intelligent Vehicles Symposium (IV)} }
@String { IVC = {Image and Vision Computing} }
@String { IVIS = {IEEE Visualization} }
@String { JAIR = {J. of Artificial Intelligence Research} }
@String { JFR = {J. of Field Robotics} }
@String { JMLR = {J. of Machine Learning Research} }
@String { NIPS = {Advances in Neural Information Processing Systems (NIPS)} }
@String { PAMI = {{IEEE} Trans. Pattern Anal. Machine Intell.} }
@String { PR = {Pattern Recognition} }
@String { PRL = {Pattern Recognition Letters} }
@String { RAS = {Robotics and Autonomous Systems} }
@String { RSS = {Robotics: Science and Systems (RSS)} }
@String { SIGGRAPH = {SIGGRAPH} }
@String { STOC = {ACM Symp. on Theory of Computing (STOC)} }
@String { TAC = {IEEE Transactions on Automatic Control} }
@String { TOG = {ACM Trans. Graphics} }
@String { TRA = {{IEEE} Trans. Robot. Automat.} }
@String { TRO = {{IEEE} Trans. Robotics} }
@String { WACV = {IEEE Workshop on Applications of Computer Vision (WACV)} }
@String {arXiv = {arXiv} }
@inproceedings{Dosovitskiy15cvpr,
title={Flownet: Learning optical flow with convolutional networks},
author={Dosovitskiy, Alexey and Fischer, Philipp and Ilg, Eddy and Hausser, Philip and Hazirbas, Caner and Golkov, Vladimir and Van Der Smagt, Patrick and Cremers, Daniel and Brox, Thomas},
booktitle=CVPR,
pages={2758--2766},
year={2015}
}
// -----------------1.1----------------------------
@article{Derome2015Moving,
title={Moving Object Detection in Real-Time Using Stereo from a Mobile Platform},
author={Derome, Maxime and Plyer, Aurelien and Sanfourche, Martial and Besnerais, Guy Le},
journal={Unmanned Systems},
volume={3},
number={04},
pages={253-266},
year={2015},
}
@article{Klappstein2008Moving,
title={Moving Object Segmentation Using Optical Flow and Depth Information},
author={Klappstein, Jens and Vaudrey, Tobi and Rabe, Clemens and Wedel, Andreas and Klette, Reinhard},
journal={Lecture Notes in Computer Science},
volume={5414},
pages={611-623},
year={2008},
}
@inproceedings{Kundu2009Moving,
title={Moving object detection by multi-view geometric techniques from a single camera mounted robot},
author={Kundu, Abhijit and Krishna, K. Madhava and Sivaswamy, Jayanthi},
booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems},
year={2009},
}
@article{Fischler1981Random,
title={Random Sample Consensus: A Paradigm for Model Fitting with Applications To Image Analysis and Automated Cartography},
author={Fischler, Martin A. and Bolles, Robert C.},
journal={Communications of the ACM},
volume={24},
number={6},
pages={381-395},
year={1981},
}
@article{Hartley2008Multiple,
title={Multiple view geometry in computer vision},
author={Hartley, Richard and Zisserman, Andrew},
journal={Kybernetes},
volume={30},
number={9/10},
pages={1865 - 1872},
year={2008},
}
@article{Jones2011Visual,
title={Visual-Inertial Navigation, Mapping and Localization: A Scalable Real-Time Causal Approach},
author={Jones, Eagle S. and Soatto, Stefano},
journal={International Journal of Robotics Research},
volume={30},
number={4},
pages={407-430},
year={2011},
}
@article{Leutenegger2014Keyframe,
title={Keyframe-Based Visual-Inertial Odometry Using Nonlinear Optimization},
author={Leutenegger, Stefan and Lynen, Simon and Bosse, Michael and Siegwart, Roland and Furgale, Paul},
journal={International Journal of Robotics Research},
volume={34},
number={3},
pages={314-334},
year={2014},
}
@article{Breitenstein2010Online,
title={Online Multi-Person Trackingby-Detection from a Single, Uncalibrated Camera},
author={Breitenstein, Michael D. and Member, Student and Reichlin, Fabian and Leibe, Bastian and Kollermeier, Esther and Gool, Luc Van},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
volume={33},
number={9},
pages={1820-1833},
year={2010},
}
@inproceedings{Lee2014Driving,
title={Driving recorder based on-road pedestrian tracking using visual SLAM and Constrained Multiple-Kernel},
author={Lee, K. H. and Hwang, J. N. and Okapal, Greg and Pitton, James},
booktitle={IEEE International Conference on Intelligent Transportation Systems},
year={2014},
}
@inproceedings{Wangsiripitak2009Avoiding,
title={Avoiding moving outliers in visual SLAM by tracking moving objects},
author={Wangsiripitak, S. and Murray, D. W.},
booktitle={IEEE International Conference on Robotics and Automation},
year={2009}
}
@inproceedings{Harris1990RAPID,
title={RAPID - A video rate object tracker.},
author={Harris, Chris and Stennett, Carl},
booktitle={tracker. In Br. Mach. Vis. Conf.},
year={1990},
}
@article{Wang2010Visual,
title={Visual SLAM and moving-object detection for a small-size humanoid robot},
author={Yin-Tien Wang and Ming-Chun Lin and Rung-Chi Ju},
journal={International Journal of Advanced Robotic Systems},
volume={7},
number={2},
pages={13},
year={2010}
}
@article{Bay2008Speeded,
title={Speeded-Up Robust Features (SURF)},
author={Bay, Herbert and Ess, Andreas and Tuytelaars, Tinne and Gool, Luc Van},
journal={Computer Vision and Image Understanding},
volume={110},
number={3},
pages={346-359},
year={2008},
}
@inproceedings{Chhaya2016Monocular,
title={Monocular Reconstruction of Vehicles: Combining SLAM with Shape Priors},
author={Chhaya, Falak and Reddy, Dinesh and Upadhyay, Sarthak and Chari, Visesh and Zia, Zeeshan and Madhava, K.},
booktitle={IEEE International Conference on Robotics and Automation},
year={2016},
}
@inproceedings{Lee2014Driving,
title={Driving recorder based on-road pedestrian tracking using visual SLAM and Constrained Multiple-Kernel},
author={Lee, K. H. and Hwang, J. N. and Okapal, Greg and Pitton, James},
booktitle={IEEE International Conference on Intelligent Transportation Systems},
year={2014},
}
@article{Lee2016Ground,
title={Ground-Moving-Platform-Based Human Tracking Using Visual SLAM and Constrained Multiple Kernels},
author={Lee, Kuan Hui and Hwang, Jenq Neng and Okopal, Greg and Pitton, James},
journal={IEEE Transactions on Intelligent Transportation Systems},
volume={17},
number={12},
pages={3602-3612},
year={2016},
}
@article{Babaee2017A,
title={A Deep Convolutional Neural Network for Background Subtraction},
author={Babaee, Mohammadreza and Dinh, Duc Tung and Rigoll, Gerhard},
journal={Pattern Recognition},
year={2017},
}
@inproceedings{Piccardi2005Background,
title={Background subtraction techniques: a review},
author={Piccardi, M.},
booktitle={IEEE International Conference on Systems},
year={2005},
}
@article{Zhang2012Visual,
title={Visual Odometry in dynamical scenes},
author={Zhang, D. and Li, P.},
journal={Sensors and Transducers},
volume={147},
number={12},
pages={78-86},
year={2012},
}
@article{Ren2005Generalized,
title={Generalized principal component analysis (GPCA)},
author={René, Vidal and Yi, Ma and Shankar, Sastry},
journal={IEEE Trans Pattern Anal Mach Intell},
volume={27},
number={12},
pages={1945-1959},
year={2005},
}
@article{Migliore2009Use,
title={Use a Single Camera for Simultaneous Localization And Mapping with Mobile Object Tracking in dynamic environments},
author={Migliore, Davide and Rigamonti, Roberto and Marzorati, Daniele and Matteucci, Matteo and Sorrenti, Domenico G.},
year={2009},
}
@article{Heuel2001Matching,
title={Matching, reconstructing and grouping 3D lines from multiple views using uncertain projective geometry},
author={Heuel, S. and Forstner, W.},
year={2001},
}
@article{Wang2007Simultaneous,
title={Simultaneous Localization, Mapping and Moving Object Tracking},
author={Wang, Chieh Chih and Thorpe, Charles and Hebert, Martial and Thrun, Sebastian and Durrant-Whyte, Hugh},
journal={International Journal of Robotics Research},
volume={26},
number={9},
pages={889-916},
year={2007},
}
@article{Danping2013CoSLAM,
title={CoSLAM: collaborative visual SLAM in dynamic environments},
author={Danping, Zou and Ping, Tan},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
volume={35},
number={2},
pages={354-366},
year={2013},
}
@inproceedings{Wei2013Robust,
title={Robust monocular SLAM in dynamic environments},
author={Wei, Tan and Liu, Haomin and Dong, Zilong and Zhang, Guofeng and Bao, Hujun},
booktitle={IEEE International Symposium on Mixed and Augmented Reality},
year={2013},
}
@article{Horn1980Determining,
title={Determining optical flow},
author={Horn, Berthold K. P. and Schunck, Brian G.},
journal={Artificial Intelligence},
volume={17},
number={1–3},
pages={185-203},
year={1980},
}
@inproceedings{Alcantarilla2012On,
title={On combining visual SLAM and dense scene flow to increase the robustness of localization and mapping in dynamic environments},
author={Alcantarilla, Pablo F. and Yebes, Jose J. and Almazan, Javier and Bergasa, Luis M.},
booktitle={IEEE International Conference on Robotics and Automation},
year={2012},
}
@inproceedings{Derome2014Real,
title={Real-Time Mobile Object Detection Using Stereo},
author={Derome, Maxime and Plyer, Aurelien and Sanfourche, Martial and Besnerais, Guy Le},
booktitle={International Conference on Control Automation Robotics and Vision},
year={2014},
}
@article{Longuet1981A,
title={A computer algorithm for reconstructing a scene from two projections},
author={Longuet-Higgins, H. C.},
journal={Nature},
volume={293},
number={5828},
pages={133-135},
year={1981},
}
@article{David2004An,
title={An efficient solution to the five-point relative pose problem},
author={David, Nistér},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
volume={26},
number={6},
pages={756-770},
year={2004},
}
@article{Scaramuzza20111,
title={1-Point-RANSAC Structure from Motion for Vehicle-Mounted Cameras by Exploiting Non-holonomic Constraints},
author={Scaramuzza, Davide},
journal={International Journal of Computer Vision},
volume={95},
number={1},
pages={74-85},
year={2011},
}
@inproceedings{Scaramuzza2009Real,
title={Real-time monocular visual odometry for on-road vehicles with 1-point RANSAC},
author={Scaramuzza, Davide and Fraundorfer, Friedrich and Siegwart, Roland},
booktitle=ICRA,
year={2009}
}
@article{Sabzevari2016Multi,
title={Multi-body Motion Estimation from Monocular Vehicle-Mounted Cameras},
author={Sabzevari, Reza and Scaramuzza, Davide},
journal=TRO,
volume={32},
number={3},
pages={638-651},
year={2016},
}
@inproceedings{Fischer2015FlowNet,
title={FlowNet: Learning Optical Flow with Convolutional Networks},
author={Fischer, Philipp and Dosovitskiy, Alexey and Ilg, Eddy and Philip H?usser and Caner Haz?rba and Golkov, Vladimir and Smagt, Patrick Van Der and Cremers, Daniel and Brox, Thomas},
booktitle=ICCV,
year={2015},
}
@inproceedings{Mayer2016A,
title={A Large Dataset to Train Convolutional Networks for Disparity, Optical Flow, and Scene Flow Estimation},
author={Mayer, Nikolaus and Ilg, Eddy and Philip H?usser and Fischer, Philipp and Cremers, Daniel and Dosovitskiy, Alexey and Brox, Thomas},
booktitle=CVPR,
year={2016},
}
@article{Gladh2016Deep,
title={Deep Motion Features for Visual Tracking},
author={Gladh, Susanna and Danelljan, Martin and Khan, Fahad Shahbaz and Felsberg, Michael},
year={2016},
}
@article{Gkioxari2014Finding,
title={Finding Action Tubes},
author={Gkioxari, Georgia and Malik, Jitendra},
year={2014},
}
@inproceedings{Simonyan2014Two,
title={Two-Stream Convolutional Networks for Action Recognition in Videos},
author={Simonyan, Karen and Zisserman, Andrew},
booktitle=NIPS,
year={2014},
}
@inproceedings{Lin2014Deep,
title={Deep learning of spatio-temporal features with geometric-based moving point detection for motion segmentation},
author={Lin, Tsung Han and Wang, Chieh Chih},
booktitle=ICRA,
year={2014},
}
@inproceedings{Le2013Building,
title={Building high-level features using large scale unsupervised learning},
author={Le, Quoc V. and Ranzato, Marc'Aurelio and Monga, Rajat and Devin, Matthieu and Kai, Chen and Corrado, Greg S. and Dean, Jeff and Ng, Andrew Y.},
booktitle={IEEE International Conference on Acoustics},
year={2013},
}
@incollection{NIPS2011_4467,
title = {ICA with Reconstruction Cost for Efficient Overcomplete Feature Learning},
author = {Quoc V. Le and Alexandre Karpenko and Jiquan Ngiam and Andrew Y. Ng},
booktitle = {Advances in Neural Information Processing Systems 24},
editor = {J. Shawe-Taylor and R. S. Zemel and P. L. Bartlett and F. Pereira and K. Q. Weinberger},
pages = {1017--1025},
year = {2011},
publisher = {Curran Associates, Inc.}
}
@article{Fragkiadaki2015Learning,
title={Learning to Segment Moving Objects in Videos},
author={Fragkiadaki, Katerina and Arbelaez, Pablo and Felsen, Panna and Malik, Jitendra},
journal={Physics Procedia},
volume={70},
number={4},
pages={1100-1103},
year={2015},
}
@inproceedings{Krizhevsky2012ImageNet,
title={ImageNet Classification with Deep Convolutional Neural Networks},
author={Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E.},
booktitle=NIPS,
year={2012},
}
@ARTICLE{2014arXiv1411.4038L,
author = {{Long}, Jonathan and {Shelhamer}, Evan and {Darrell}, Trevor},
title = "{Fully Convolutional Networks for Semantic Segmentation}",
journal = {arXiv e-prints},
keywords = CVPR,
year = "2014",
month = "Nov",
eid = {arXiv:1411.4038},
pages = {arXiv:1411.4038},
archivePrefix = {arXiv},
eprint = {1411.4038},
primaryClass = {cs.CV},
adsurl = {https://ui.adsabs.harvard.edu/abs/2014arXiv1411.4038L},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@inproceedings{Valipour2017Recurrent,
title={Recurrent Fully Convolutional Networks for Video Segmentation},
author={Valipour, Sepehr and Siam, Mennatullah and Jagersand, Martin and Ray, Nilanjan},
booktitle={Applications of Computer Vision},
year={2017},
}
// -----------------1.2----------------------------
@article{aidala1983utilization,
title={Utilization of modified polar coordinates for bearings-only tracking},
author={Aidala, Vincent and Hammel, Sherry},
journal={IEEE Transactions on Automatic Control},
volume={28},
number={3},
pages={283--294},
year={1983},
publisher={IEEE}
}
@incollection{akaike1998information,
title={Information theory and an extension of the maximum likelihood principle},
author={Akaike, Hirotogu},
booktitle={Selected papers of hirotugu akaike},
pages={199--213},
year={1998},
publisher={Springer}
}
@inproceedings{avidan1999trajectory,
title={Trajectory triangulation of lines: Reconstruction of a 3d point moving along a line from a monocular image sequence},
author={Avidan, Shai and Shashua, Amnon},
booktitle={Proceedings. 1999 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (Cat. No PR00149)},
volume={2},
pages={62--66},
year={1999},
organization={IEEE}
}
@article{avidan2000trajectory,
title={Trajectory triangulation: 3D reconstruction of moving points from a monocular image sequence},
author={Avidan, Shai and Shashua, Amnon},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
volume={22},
number={4},
pages={348--357},
year={2000},
publisher={IEEE}
}
@inproceedings{byravan2017se3,
title={Se3-nets: Learning rigid body motion using deep neural networks},
author={Byravan, Arunkumar and Fox, Dieter},
booktitle={2017 IEEE International Conference on Robotics and Automation (ICRA)},
pages={173--180},
year={2017},
organization={IEEE}
}
@article{le1998bearings,
title={Bearings-only tracking for maneuvering sources},
author={Le Cadre, J-P and Tr{\'e}mois, Olivier},
journal={IEEE Transactions on Aerospace and Electronic Systems},
volume={34},
number={1},
pages={179--193},
year={1998},
publisher={IEEE}
}
@inproceedings{liu2010robust,
title={Robust subspace segmentation by low-rank representation.},
author={Liu, Guangcan and Lin, Zhouchen and Yu, Yong},
booktitle={ICML},
volume={1},
pages={8},
year={2010}
}
@article{costeira1998multibody,
title={A multibody factorization method for independently moving objects},
author={Costeira, Jo{\~a}o Paulo and Kanade, Takeo},
journal={International Journal of Computer Vision},
volume={29},
number={3},
pages={159--179},
year={1998},
publisher={Springer}
}
@inproceedings{elhamifar2009sparse,
title={Sparse subspace clustering},
author={Elhamifar, Ehsan and Vidal, Ren{\'e}},
booktitle={2009 IEEE Conference on Computer Vision and Pattern Recognition},
pages={2790--2797},
year={2009},
organization={IEEE}
}
@article{elhamifar2013sparse,
title={Sparse subspace clustering: Algorithm, theory, and applications},
author={Elhamifar, Ehsan and Vidal, Rene},
journal={IEEE transactions on pattern analysis and machine intelligence},
volume={35},
number={11},
pages={2765--2781},
year={2013},
publisher={IEEE}
}
@article{fischler1981random,
title={Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography},
author={Fischler, Martin A and Bolles, Robert C},
journal={Communications of the ACM},
volume={24},
number={6},
pages={381--395},
year={1981},
publisher={ACM}
}
@article{gear1998multibody,
title={Multibody grouping from motion images},
author={Gear, C William},
journal={International Journal of Computer Vision},
volume={29},
number={2},
pages={133--150},
year={1998},
publisher={Springer}
}
@inproceedings{goh2007segmenting,
title={Segmenting motions of different types by unsupervised manifold clustering},
author={Goh, Alvina and Vidal, Ren{\'e}},
booktitle={2007 IEEE Conference on Computer Vision and Pattern Recognition},
pages={1--6},
year={2007},
organization={IEEE}
}
@article{hartley2000multiple,
title={Multiple view geometry in computer vision, 2nd edn Cambridge University Press},
author={Hartley, R and Zisserman, A},
year={2000}
}
@article{hartley1997triangulation,
title={Triangulation},
author={Hartley, Richard I and Sturm, Peter},
journal={Computer vision and image understanding},
volume={68},
number={2},
pages={146--157},
year={1997},
publisher={Elsevier}
}
@inproceedings{kaminski2002general,
title={General trajectory triangulation},
author={Kaminski, Jeremy Yirmeyahu and Teicher, Mina},
booktitle={European Conference on Computer Vision},
pages={823--836},
year={2002},
organization={Springer}
}
@article{kaminski2004general,
title={A general framework for trajectory triangulation},
author={Kaminski, Jeremy Yirmeyahu and Teicher, Mina},
journal={Journal of Mathematical Imaging and Vision},
volume={21},
number={1-2},
pages={27--41},
year={2004},
publisher={Springer}
}
@book{kanatani2005statistical,
title={Statistical optimization for geometric computation: theory and practice},
author={Kanatani, Kenichi},
year={2005},
publisher={Courier Corporation}
}
@inproceedings{kanatani2001motion,
title={Motion segmentation by subspace separation and model selection},
author={Kanatani, Ken-ichi},
booktitle=ICCV,
volume={2},
pages={586--591},
year={2001},
organization={IEEE}
}
@inproceedings{kundu2010realtime,
title={Realtime motion segmentation based multibody visual SLAM},
author={Kundu, Abhijit and Krishna, K Madhava and Jawahar, CV},
booktitle={Proceedings of the Seventh Indian Conference on Computer Vision, Graphics and Image Processing},
pages={251--258},
year={2010},
organization={ACM}
}
@inproceedings{kundu2011realtime,
title={Realtime multibody visual SLAM with a smoothly moving monocular camera},
author={Kundu, Abhijit and Krishna, K Madhava and Jawahar, CV},
booktitle=ICCV,
pages={2080--2087},
year={2011},
organization={IEEE}
}
@inproceedings{kundu2009moving,
title={Moving object detection by multi-view geometric techniques from a single camera mounted robot},
author={Kundu, Abhijit and Krishna, K Madhava and Sivaswamy, Jayanthi},
booktitle=IROS,
pages={4306--4312},
year={2009},
organization={IEEE}
}
@article{liu2012robust,
title={Robust recovery of subspace structures by low-rank representation},
author={Liu, Guangcan and Lin, Zhouchen and Yan, Shuicheng and Sun, Ju and Yu, Yong and Ma, Yi},
journal=PAMI,
volume={35},
number={1},
pages={171--184},
year={2012},
publisher={IEEE}
}
@article{ortin2001indoor,
title={Indoor robot motion based on monocular images},
author={Ortin, Diego and Montiel, Jos{\'e} Mar{\'\i}a Mart{\'\i}nez},
journal={Robotica},
volume={19},
number={3},
pages={331--342},
year={2001},
publisher={Cambridge University Press}
}
@article{ozden2010multibody,
title={Multibody structure-from-motion in practice},
author={Ozden, Kemal E and Schindler, Konrad and Van Gool, Luc},
journal=PAMI,
volume={32},
number={6},
pages={1134--1141},
year={2010},
publisher={IEEE}
}
@inproceedings{park20103d,
title={3D reconstruction of a moving point from a series of 2D projections},
author={Park, Hyun Soo and Shiratori, Takaaki and Matthews, Iain and Sheikh, Yaser},
booktitle=ECCV,
pages={158--171},
year={2010},
organization={Springer}
}
@article{park20153d,
title={3D trajectory reconstruction under perspective projection},
author={Park, Hyun Soo and Shiratori, Takaaki and Matthews, Iain and Sheikh, Yaser},
journal=IJCV,
volume={115},
number={2},
pages={115--135},
year={2015},
publisher={Springer}
}
@article{rao2009motion,
title={Motion segmentation in the presence of outlying, incomplete, or corrupted trajectories},
author={Rao, Shankar and Tron, Roberto and Vidal, Rene and Ma, Yi},
journal=PAMI,
volume={32},
number={10},
pages={1832--1845},
year={2009},
publisher={IEEE}
}
@article{rissanen1984universal,
title={Universal coding, information, prediction, and estimation},
author={Rissanen, Jorma},
journal={IEEE Transactions on Information theory},
volume={30},
number={4},
pages={629--636},
year={1984},
publisher={IEEE}
}
@inproceedings{sabzevari2014monocular,
title={Monocular simultaneous multi-body motion segmentation and reconstruction from perspective views},
author={Sabzevari, Reza and Scaramuzza, Davide},
booktitle=ICRA,
pages={23--30},
year={2014},
organization={IEEE}
}
@article{sabzevari2016multi,
title={Multi-body motion estimation from monocular vehicle-mounted cameras},
author={Sabzevari, Reza and Scaramuzza, Davide},
journal=TRO,
volume={32},
number={3},
pages={638--651},
year={2016},
publisher={IEEE}
}
@article{saul2003think,
title={Think globally, fit locally: unsupervised learning of low dimensional manifolds},
author={Saul, Lawrence K and Roweis, Sam T},
journal={Journal of machine learning research},
volume={4},
number={Jun},
pages={119--155},
year={2003}
}
@article{scaramuzza20111,
title={1-point-ransac structure from motion for vehicle-mounted cameras by exploiting non-holonomic constraints},
author={Scaramuzza, Davide},
journal=IJCV,
volume={95},
number={1},
pages={74--85},
year={2011},
publisher={Springer}
}
@inproceedings{scaramuzza2009real,
title={Real-time monocular visual odometry for on-road vehicles with 1-point ransac},
author={Scaramuzza, Davide and Fraundorfer, Friedrich and Siegwart, Roland},
booktitle=ICRA,
pages={4293--4299},
year={2009},
organization={Ieee}
}
@inproceedings{schindler2005two,
title={Two-view multibody structure-and-motion with outliers},
author={Schindler, Konrad and Suter, David},
booktitle=CVPR,
volume={2},
pages={643--648},
year={2005},
organization={IEEE}
}
@article{schindler2006two,
title={Two-view multibody structure-and-motion with outliers through model selection},
author={Schindler, Konrad and Suter, David},
journal=PAMI,
volume={28},
number={6},
pages={983--995},
year={2006},
publisher={IEEE}
}
@article{schindler2008model,
title={A model-selection framework for multibody structure-and-motion of image sequences},
author={Schindler, Konrad and Suter, David and Wang, Hanzi},
journal=IJCV,
volume={79},
number={2},
pages={159--177},
year={2008},
publisher={Springer}
}
@inproceedings{schindler2006perspective,
title={Perspective n-view multibody structure-and-motion through model selection},
author={Schindler, Konrad and James, U and Wang, Hanzi},
booktitle=ECCV,
pages={606--619},
year={2006},
organization={Springer}
}
@article{schwarz1978estimating,
title={Estimating the dimension of a model},
author={Schwarz, Gideon and others},
journal={The annals of statistics},
volume={6},
number={2},
pages={461--464},
year={1978},
publisher={Institute of Mathematical Statistics}
}
@inproceedings{shashua1999trajectory,
title={Trajectory triangulation over conic section},
author={Shashua, Amnon and Avidan, Shai and Werman, Michael},
booktitle=ICCV,
volume={1},
pages={330--336},
year={1999},
organization={IEEE}
}
@article{thakoor2010multibody,
title={Multibody structure-and-motion segmentation by branch-and-bound model selection},
author={Thakoor, Ninad and Gao, Jean and Devarajan, Venkat},
journal=IP,
volume={19},
number={6},
pages={1393--1402},
year={2010},
publisher={IEEE}
}
@article{faugeras1998geometric,
title={Geometric motion segmentation and model selection-Discussion},
author={Faugeras, O and Torr, PHS and Kanade, T and Hollinghurst, N and Lasenby, J and Sabin, M and Fitzgibbon, A},
journal={PHILOS T ROY SOC A},
volume={356},
pages={1338--1340},
year={1998}
}
@article{torr1997robust,
title={Robust parameterization and computation of the trifocal tensor},
author={Torr, Philip HS and Zisserman, Andrew},
journal={Image and vision Computing},
volume={15},
number={8},
pages={591--605},
year={1997},
publisher={Elsevier}
}
@inproceedings{vidal2007online,
title={Online clustering of moving hyperplanes},
author={Vidal, Ren{\'e}},
booktitle=NIPS,
pages={1433--1440},
year={2007}
}
@article{vidal2011subspace,
title={Subspace clustering},
author={Vidal, Ren{\'e}},
journal={IEEE Signal Processing Magazine},
volume={28},
number={2},
pages={52--68},
year={2011},
publisher={IEEE}
}
@article{vidal2007three,
title={Three-view multibody structure from motion},
author={Vidal, Rene and Hartley, Richard},
journal=PAMI,
volume={30},
number={2},
pages={214--227},
year={2007},
publisher={IEEE}
}
@article{vidal2005generalized,
title={Generalized principal component analysis (GPCA)},
author={Vidal, Rene and Ma, Yi and Sastry, Shankar},
journal=PAMI,
volume={27},
number={12},
pages={1945--1959},
year={2005},
publisher={IEEE}
}
@article{vidal2006two,
title={Two-view multibody structure from motion},
author={Vidal, Ren{\'e} and Ma, Yi and Soatto, Stefano and Sastry, Shankar},
journal=IJCV,
volume={68},
number={1},
pages={7--25},
year={2006},
publisher={Springer}
}
@inproceedings{vidal2002segmentation,
title={Segmentation of dynamic scenes from the multibody fundamental matrix},
author={Vidal, Ren{\'e} and Soatto, Stefano and Ma, Yi and Sastry, Shankar},
booktitle={ECCV Workshop on Vision and Modeling of Dynamic Scenes},
year={2002}
}
@article{vijayanarasimhan2017sfm,
title={Sfm-net: Learning of structure and motion from video},
author={Vijayanarasimhan, Sudheendra and Ricco, Susanna and Schmid, Cordelia and Sukthankar, Rahul and Fragkiadaki, Katerina},
journal={arXiv preprint arXiv:1704.07804},
year={2017}
}
@inproceedings{yan2006general,
title={A general framework for motion segmentation: Independent, articulated, rigid, non-rigid, degenerate and non-degenerate},
author={Yan, Jingyu and Pollefeys, Marc},
booktitle=ECCV,
pages={94--106},
year={2006},
organization={Springer}
}
@inproceedings{yang2015sparse,
title={Sparse subspace clustering with missing entries},
author={Yang, Congyuan and Robinson, Daniel and Vidal, Ren{\'e}},
booktitle=ICML,
pages={2463--2472},
year={2015}
}
@inproceedings{zhang2009median,
title={Median k-flats for hybrid linear modeling with many outliers},
author={Zhang, Teng and Szlam, Arthur and Lerman, Gilad},
booktitle={2009 IEEE 12th International Conference on Computer Vision Workshops, ICCV Workshops},
pages={234--241},
year={2009},
organization={IEEE}
}
// lsk
@inproceedings{se3,
title={Se3-nets: Learning rigid body motion using deep neural networks},
author={Byravan, Arunkumar and Fox, Dieter},
booktitle=ICRA,
pages={173--180},
year={2017}
}
@article{2014mulle,
title={Multiple object recognition with visual attention},
author={Ba, Jimmy and Mnih, Volodymyr and Kavukcuoglu, Koray},
journal=ICLR,
year={2015}
}
@inproceedings{2015spatial,
title={Spatial transformer networks},
author={Jaderberg, Max and Simonyan, Karen and Zisserman, Andrew and others},
booktitle=NIPS,
pages={2017--2025},
year={2015}
}
@article{2017sfm,
title={Sfm-net: Learning of structure and motion from video},
author={Vijayanarasimhan, Sudheendra and Ricco, Susanna and Schmid, Cordelia and Sukthankar, Rahul and Fragkiadaki, Katerina},
journal=arXiv,
year={2017}
}
@inproceedings{geonet,
title={Geonet: Unsupervised learning of dense depth, optical flow and camera pose},
author={Yin, Zhichao and Shi, Jianping},
booktitle=CVPR,
pages={1983--1992},
year={2018}
}
@inproceedings{unos,
title={UnOS: Unified Unsupervised Optical-Flow and Stereo-Depth Estimation by Watching Videos},
author={Wang, Yang and Wang, Peng and Yang, Zhenheng and Luo, Chenxu and Yang, Yi and Xu, Wei},
booktitle=CVPR,
pages={8071--8081},
year={2019}
}
@inproceedings{bridging,
title={Bridging Stereo Matching and Optical Flow via Spatiotemporal Correspondence},
author={Lai, Hsueh-Ying and Tsai, Yi-Hsuan and Chiu, Wei-Chen},
booktitle=CVPR,
pages={1890--1899},
year={2019}
}
// -----------------1.3----------------------------
@article{zappella2013joint,
title={Joint estimation of segmentation and structure from motion},
author={Zappella, Luca and Del Bue, Alessio and Llad{\'o}, Xavier and Salvi, Joaquim},
journal={Computer Vision and Image Understanding},
volume={117},
number={2},
pages={113--129},
year={2013},
publisher={Elsevier}
}
@inproceedings{Fanani2016Keypoint,
title={Keypoint Trajectory Estimation Using Propagation Based Tracking},
author={Fanani, Nolang and Ochs, Matthias and Bradler, Henry and Mester, Rudolf},
booktitle=IV,
year={2016},
}
@inproceedings{Feng2013Joint,
title={Joint Subspace Stabilization for Stereoscopic Video},
author={Feng, Liu and Niu, Yuzhen and Jin, Hailin},
booktitle=ICCV,
year={2013},
}
@article{Irani2002Multi,
title={Multi-Frame Correspondence Estimation Using Subspace Constraints},
author={Irani, Michal},
journal=IJCV,
volume={48},
number={3},
pages={173-194},
year={2002},
}