-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathegbib.bib
More file actions
969 lines (820 loc) · 34 KB
/
egbib.bib
File metadata and controls
969 lines (820 loc) · 34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
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
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for Liam Paull at 2015-03-04 14:53:31 -0500
%% Saved with string encoding Unicode (UTF-8)
@string{aaai = {AAAI Conf. on Artificial Intelligence}}
@string{ac = {{IEEE} Trans. on Automatic Control}}
@string{accv = {Asian Conf. on Computer Vision (ACCV)}}
@string{ar = {Autonomous Robots}}
@string{bmvc = {British Machine Vision Conf. (BMVC)}}
@string{brm = {Behavior Research Methods, Instruments, \& Computers}}
@string{cbdar = {Proc. of Camera-based Document Analysis and Recognition (CBDAR)}}
@string{cviu = {Computer Vision and Image Understanding}}
@string{cvpr = {Proc. {IEEE} Int. Conf. Computer Vision and Pattern Recognition (CVPR)}}
@string{drr = {Proc. of SPIE Document Recognition and Retrieval}}
@string{eccv = {Eur. Conf. on Computer Vision (ECCV)}}
@string{emav = {European Micro Aerial Vehicle Conference}}
@string{fsr = {Field and Service Robotics}}
@string{fusion = {Intl. Conf. on Information Fusion (FUSION)}}
@string{icar = {IEEE Intl. Conf. on Advanced Robotics (ICAR)}}
@string{iccv = {Intl. Conf. on Computer Vision (ICCV)}}
@string{icdar = {Proc. of the Intl. Conf. on Document Analysis and Recognition (ICDAR)}}
@string{icpr = {Intl. Conf. on Pattern Recognition (ICPR)}}
@string{icra = {IEEE Intl. Conf. on Robotics and Automation (ICRA)}}
@string{ieee = {Proc. of the IEEE}}
@string{ijcai = {Intl. Joint Conf. on Artificial Intelligence}}
@string{ijcv = {International Journal of Computer Vision}}
@string{ijrr = {Intl. J. of Robotics Research}}
@string{iros = {IEEE/RSJ Intl. Conf. on Intelligent Robots and Systems (IROS)}}
@string{iser = {Intl. Sym. on Experimental Robotics (ISER)}}
@string{ismar = {IEEE and ACM Intl. Sym. on Mixed and Augmented Reality (ISMAR)}}
@string{isrr = {Proc. of the Intl. Symp. of Robotics Research (ISRR)}}
@string{jbe = {{ASME} Journal of Basic Engineering}}
@string{jfr = {J. of Field Robotics}}
@string{joe = {Journal of Oceanic Engineering}}
@string{mit = {The MIT Press, Cambridge, MA}}
@string{mtsj = {Marine Technology Society Journal}}
@string{oceans = {Proceedings of the IEEE/MTS OCEANS Conference and Exhibition}}
@string{pami = {{IEEE} Trans. Pattern Anal. Machine Intell.}}
@string{ram = {{IEEE} Robotics Automation Magazine}}
@string{ras = {Journal of Robotics and Autonomous Systems}}
@string{rss = {Robotics: Science and Systems (RSS)}}
@string{siggraph = {SIGGRAPH}}
@string{tac = {{IEEE} Trans. on Automatic Control}}
@string{tra = {{IEEE} Trans. Robotics and Automation}}
@string{tro = {{IEEE} Trans. Robotics}}
@string{uust = {Proc. Int. Symp. on Unmanned Untethered Submersible Technology}}
@ONLINE{rqt-graph,
Title = {{ROS} rqt\_graph},
Url = {http://wiki.ros.org/rqt\_graph},
Urldate = {2017-8-1},
}
@inproceedings{Olson09icra,
Address = {Kobe, Japan},
Author = {E. Olson},
Booktitle = icra,
Doi = {10.1109/ROBOT.2009.5152375},
Fullauthor = {Edwin Olson},
Issn = {1050-4729},
Month = jun,
Pages = {4387--4393},
Title = {Real-Time Correlative Scan Matching},
Year = 2009,
Bdsk-Url-1 = {http://dx.doi.org/10.1109/ROBOT.2009.5152375}}
@article{Kaess08tro,
Author = {M. Kaess and A. Ranganathan and F. Dellaert},
Fullauthor = {Michael Kaess and Ananth Ranganathan and Frank Dellaert},
Journal = tro,
Month = dec,
Number = 6,
Pages = {1365-1378},
Title = {{iSAM}: Incremental Smoothing and Mapping},
Volume = 24,
Year = 2008}
@article{Bachrach11jfr,
Author = {A. Bachrach and S. Prentice and R. He and N. Roy},
Journal = jfr,
Month = sep,
Number = 5,
Pages = {644-666},
Title = {{RANGE} - Robust Autonomous Navigation in {GPS}-denied Environments},
Volume = 28,
Year = 2011}
@inproceedings{Fallon12iros,
Address = {Algarve, Portugal},
Author = {M. F. Fallon and H. Johannsson and J. Brookshire and S. Teller and J. J. Leonard},
Booktitle = iros,
Title = {Sensor Fusion for Flexible Human-Portable Building-Scale Mapping},
Year = 2012}
@inproceedings{Huang10iros,
Address = {Taipei, Taiwan},
Author = {A. Huang and E. Olson and D. Moore},
Booktitle = iros,
Fullauthor = {Albert S. Huang and Edwin Olson and David Moore},
Month = oct,
Title = {{LCM}: Lightweight Communications and Marshalling},
Year = 2010}
@inproceedings{NeumannMatas2010,
Author = {L. Neumann and J. Matas},
Booktitle = accv,
Pages = {770-783},
Title = {A method for text localization and recognition in real-world images},
Year = 2004}
@inproceedings{NeumannMatas2011,
Author = {L. Neumann and J. Matas},
Booktitle = icdar,
Pages = {687-691},
Title = {Text localization in real-world images using efficiently pruned exhaustive search},
Year = 2011}
@inproceedings{NeumannMatas2012,
Author = {L. Neumann and J. Matas},
Booktitle = cvpr,
Title = {Real-time scene text localization and recognition},
Year = 2012}
@article{NeumannMatas2013icdar,
Author = {Neumann, Luk{\'a}{\v{s}} and Matas, Jir{\i}},
Title = {On Combining Multiple Segmentations in Scene Text Recognition}}
@inproceedings{NeumannMatas2013iccv,
Author = {Neumann, Luk{\'a}{\v{s}} and Matas, Jir{\i}},
Organization = {ICCV},
Title = {Scene Text Localization and Recognition with Oriented Stroke Detection},
Year = {2013}}
@article{Matas2004,
Author = {J Matas and O Chum and M Urban and T Pajdla},
Doi = {10.1016/j.imavis.2004.02.006},
Issn = {0262-8856},
Journal = {Image and Vision Computing},
Number = {10},
Pages = {761 - 767},
Title = {Robust wide-baseline stereo from maximally stable extremal regions},
Url = {http://www.sciencedirect.com/science/article/pii/S0262885604000435},
Volume = {22},
Year = {2004},
Bdsk-Url-1 = {http://www.sciencedirect.com/science/article/pii/S0262885604000435},
Bdsk-Url-2 = {http://dx.doi.org/10.1016/j.imavis.2004.02.006}}
@inproceedings{WangBelongie2010,
Author = {K. Wang and S. Belongie},
Booktitle = eccv,
Title = {Word spotting in the wild},
Year = 2010}
@inproceedings{WangBelongie2011,
Author = {K. Wang and B. Babenko and S. Belongie},
Booktitle = iccv,
Title = {End-to-end scene text recognition},
Year = 2011}
@inproceedings{Epshtein2010,
Author = {B. Epshtein and E. Ofek and Y. Wexler},
Booktitle = cvpr,
Pages = {2963-2970},
Title = {Detecting text in natural scenes with stroke width transform},
Year = 2010}
@inproceedings{Smith2007,
Author = {R. Smith},
Booktitle = icdar,
Pages = {629--633},
Title = {An overview of the tesseract {OCR} engine},
Year = 2007}
@inproceedings{Smith2013,
Author = {R. Smith},
Booktitle = drr,
Title = {History of the {Tesseract OCR} engine: what worked and what didn't},
Year = 2013}
@inproceedings{Posner2010,
Author = {I. Posner and P. Corke and P. Newman},
Booktitle = iros,
Pages = {3181-3186},
Title = {Using text-spotting to query the world},
Year = 2010}
@inproceedings{YiTian2011,
Author = {C. Yi and Y. Tian},
Booktitle = cbdar,
Pages = {15-28},
Title = {Assistive text reading from complex background for blind persons},
Year = 2011}
@inproceedings{Wang2013cbdar,
Author = {H.-C. Wang and Y. Linda and M. Fallon and S. Teller},
Booktitle = cbdar,
Title = {Spatially prioritized and persistent text detection and decoding},
Year = 2013}
@article{wang2012attraction,
Author = {Wang, Hsueh-Cheng and Pomplun, Marc},
Journal = {Journal of Vision},
Number = {6},
Publisher = {Association for Research in Vision and Ophthalmology},
Title = {The attraction of visual attention to texts in real-world scenes},
Volume = {12},
Year = {2012}}
@inproceedings{Case2011,
Author = {C. Case and B. Suresh, A. Coates and A. Y. Ng},
Booktitle = icra,
Pages = {3297-3303},
Title = {Autonomous sign reading for semantic mapping},
Year = 2011}
@inproceedings{Goto2009,
Author = {H. Goto and M. Tanaka},
Booktitle = icdar,
Title = {Text-tracking wearable camera system for the blind},
Year = 2009}
@inproceedings{MerinoGracia2011,
Author = {C. Merino-Gracia and K. Lenc and M. Mirmehdi},
Booktitle = cbdar,
Pages = {29-41},
Title = {A head-mounted device for recognizing text in natural scenes},
Year = 2011}
@inproceedings{Nister2008,
Author = {Nister, David and Stewenius, Henrik},
Booktitle = eccv,
Pages = {183-196},
Title = {Linear Time Maximally Stable Extremal Regions},
Year = {2008}}
@inproceedings{Lucas2005,
Author = {Lucas, S.M.},
Booktitle = icdar,
Doi = {10.1109/ICDAR.2005.231},
Issn = {1520-5263},
Keywords = {document image processing;image recognition;image retrieval;ICDAR 2005 text locating system competition result;Web-based system;camera captured scenes;information retrieval;Books;Character recognition;Computer science;Digital cameras;Information retrieval;Layout;Pattern recognition;Roads;Robustness;Testing},
Pages = {80-84 Vol. 1},
Title = {ICDAR 2005 text locating competition results},
Year = {2005},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/ICDAR.2005.231}}
@inproceedings{Li1999,
Author = {Li, Huiping and Doermann, David},
Booktitle = {Proceedings of the seventh ACM international conference on Multimedia (Part 1)},
Pages = {19--22},
Title = {Text enhancement in digital video using multiple frame integration},
Year = {1999}}
@inproceedings{Mishra2012,
Author = {Mishra, Anand and Alahari, Karteek and Jawahar, C.V.},
Booktitle = cvpr,
Organization = {IEEE},
Pages = {2687--2694},
Title = {Top-down and bottom-up cues for scene text recognition},
Year = {2012}}
@article{Jung2004,
Author = {Keechul Jung and Kwang In Kim and Anil K. Jain},
Doi = {10.1016/j.patcog.2003.10.012},
Issn = {0031-3203},
Journal = {Pattern Recognition},
Number = {5},
Pages = {977 - 997},
Title = {Text information extraction in images and video: a survey},
Url = {http://www.sciencedirect.com/science/article/pii/S0031320303004175},
Volume = {37},
Year = {2004},
Bdsk-Url-1 = {http://www.sciencedirect.com/science/article/pii/S0031320303004175},
Bdsk-Url-2 = {http://dx.doi.org/10.1016/j.patcog.2003.10.012}}
@article{Crandall2003,
Author = {Crandall, David and Antani, Sameer and Kasturi, Rangachar},
Doi = {10.1007/s10032-002-0091-7},
Issn = {1433-2833},
Journal = {International Journal on Document Analysis and Recognition},
Keywords = {Keywords:Text detection -- Text tracking -- Text binarization -- Video indexing},
Language = {English},
Number = {2-3},
Pages = {138-157},
Publisher = {Springer-Verlag},
Title = {Extraction of special effects caption text events from digital video},
Url = {http://dx.doi.org/10.1007/s10032-002-0091-7},
Volume = {5},
Year = {2003},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/s10032-002-0091-7}}
@article{Goto2008,
Author = {Goto, Hideaki},
Doi = {10.1007/s10032-008-0061-9},
Issn = {1433-2833},
Journal = {International Journal of Document Analysis and Recognition (IJDAR)},
Keywords = {Scene text; Text region detection; Discrete cosine transform; Fisher's discriminant analysis},
Language = {English},
Number = {1},
Pages = {1-8},
Publisher = {Springer-Verlag},
Title = {Redefining the DCT-based feature for scene text detection},
Url = {http://dx.doi.org/10.1007/s10032-008-0061-9},
Volume = {11},
Year = {2008},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/s10032-008-0061-9}}
@article{Torralba2010LabelMe,
Author = {Torralba, A. and Russell, B.C. and Yuen, J.},
Doi = {10.1109/JPROC.2010.2050290},
Issn = {0018-9219},
Journal = {Proceedings of the IEEE},
Keywords = {Internet;computer vision;visual databases;3D coordinates;3D information;Internet;LabelMe;Web-based annotation tool;annotated image;computer graphics;computer vision system;laser range scanner;online image annotation;user-provided object annotation;Application software;Computer graphics;Computer vision;Data mining;Image databases;Internet;Layout;Spatial databases;Statistics;Visual databases;3-D;Image database;image statistics;object detection;object recognition;online annotation tool;video annotation},
Number = {8},
Pages = {1467-1484},
Title = {LabelMe: Online Image Annotation and Applications},
Volume = {98},
Year = {2010},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/JPROC.2010.2050290}}
@article{Rabiner1989,
Author = {Rabiner, L.},
Doi = {10.1109/5.18626},
Issn = {0018-9219},
Journal = {Proceedings of the IEEE},
Keywords = {Markov processes;speech recognition;balls-in-urns system;coin-tossing;discrete Markov chains;ergodic models;hidden Markov models;hidden states;left-right models;probabilistic function;speech recognition;Distortion;Hidden Markov models;Mathematical model;Multiple signal classification;Signal processing;Speech recognition;Statistical analysis;Stochastic processes;Temperature measurement;Tutorial},
Number = {2},
Pages = {257-286},
Title = {A tutorial on hidden {Markov} models and selected applications in speech recognition},
Volume = {77},
Year = {1989},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/5.18626}}
@article{torralba2006contextual,
Author = {Torralba, Antonio and Oliva, Aude and Castelhano, Monica S and Henderson, John M},
Journal = {Psychological review},
Number = {4},
Pages = {766},
Publisher = {American Psychological Association},
Title = {Contextual guidance of eye movements and attention in real-world scenes: the role of global features in object search.},
Volume = {113},
Year = {2006}}
@article{itti1998model,
Author = {Itti, Laurent and Koch, Christof and Niebur, Ernst},
Journal = {Pattern Analysis and Machine Intelligence, IEEE Transactions on},
Number = {11},
Pages = {1254--1259},
Publisher = {IEEE},
Title = {A model of saliency-based visual attention for rapid scene analysis},
Volume = {20},
Year = {1998}}
@inproceedings{judd2009learning,
Author = {Judd, Tilke and Ehinger, Krista and Durand, Fr{\'e}do and Torralba, Antonio},
Booktitle = {Computer Vision, 2009 IEEE 12th international conference on},
Organization = {IEEE},
Pages = {2106--2113},
Title = {Learning to predict where humans look},
Year = {2009}}
@article{rosenholtz1999simple,
Author = {Rosenholtz, Ruth},
Journal = {Vision research},
Number = {19},
Pages = {3157--3163},
Publisher = {Elsevier},
Title = {A simple saliency model predicts a number of motion popout phenomena},
Volume = {39},
Year = {1999}}
@inproceedings{wang2012visual,
Author = {Wang, Hsueh-Cheng and Lu, Shijian and Lim, Joo-Hwee and Pomplun, Marc},
Booktitle = {Proceedings of Annual Meeting of the Cognitive Science Society (CogSci 2012)},
Title = {Visual Attention is Attracted by Text Features Even in Scenes without Text},
Year = {2012}}
@article{rosenholtz2007measuring,
Author = {Rosenholtz, Ruth and Li, Yuanzhen and Nakano, Lisa},
Journal = {Journal of Vision},
Number = {2},
Publisher = {Association for Research in Vision and Ophthalmology},
Title = {Measuring visual clutter},
Volume = {7},
Year = {2007}}
@article{borji2013state,
Author = {Borji, Ali and Itti, Laurent},
Publisher = {IEEE},
Title = {State-of-the-art in visual attention modeling},
Year = {2013}}
@article{begum2011visual,
Author = {Begum, Momotaz and Karray, Fakhri},
Journal = {Autonomous Mental Development, IEEE Transactions on},
Number = {1},
Pages = {92--105},
Publisher = {IEEE},
Title = {Visual attention for robotic cognition: a survey},
Volume = {3},
Year = {2011}}
@inproceedings{chang2010mobile,
Author = {Chang, Chin-Kai and Siagian, Christian and Itti, Laurent},
Booktitle = {Intelligent Robots and Systems (IROS), 2010 IEEE/RSJ International Conference on},
Organization = {IEEE},
Pages = {4147--4154},
Title = {Mobile robot vision navigation \& localization using gist and saliency},
Year = {2010}}
@article{Lowe2004sift,
Author = {Lowe, David G},
Journal = {International journal of computer vision},
Number = {2},
Pages = {91--110},
Publisher = {Springer},
Title = {Distinctive image features from scale-invariant keypoints},
Volume = {60},
Year = {2004}}
@inproceedings{Harris1988combined,
Author = {Harris, Chris and Stephens, Mike},
Booktitle = {Alvey vision conference},
Organization = {Manchester, UK},
Pages = {50},
Title = {A combined corner and edge detector.},
Volume = {15},
Year = {1988}}
@inproceedings{Huang2013text,
Author = {Huang, Weilin and Lin, Zhe and Yang, Jianchao and Wang, Jue},
Booktitle = {Proc. IEEE Int. Conf. Comp. Vis},
Pages = {1241--1248},
Title = {Text localization in natural images using stroke feature transform and text covariance descriptors},
Year = {2013}}
@inproceedings{Coates2011deep,
Author = {Coates, Adam and Carpenter, Blake and Case, Carl and Satheesh, Sanjeev and Suresh, Bipin and Wang, Tao and Wu, David J and Ng, Andrew Y},
Booktitle = {Document Analysis and Recognition (ICDAR), 2011 International Conference on},
Organization = {IEEE},
Pages = {440--445},
Title = {Text detection and character recognition in scene images with unsupervised feature learning},
Year = {2011}}
@inproceedings{Wang2012deep,
Author = {Wang, Tao and Wu, David J and Coates, Adam and Ng, Andrew Y},
Booktitle = {Pattern Recognition (ICPR), 2012 21st International Conference on},
Organization = {IEEE},
Pages = {3304--3308},
Title = {End-to-end text recognition with convolutional neural networks},
Year = {2012}}
@article{Tuytelaars2008local,
Author = {Tuytelaars, Tinne and Mikolajczyk, Krystian},
Journal = {Foundations and Trends{\textregistered} in Computer Graphics and Vision},
Number = {3},
Pages = {177--280},
Publisher = {Now Publishers Inc.},
Title = {Local invariant feature detectors: a survey},
Volume = {3},
Year = {2008}}
@article{Ramalingam2013junction,
Author = {Ramalingam, Srikumar and Pillai, Jaishanker K and Jain, Arpit and Taguchi, Yuichi},
Title = {Manhattan Junction Catalogue for Spatial Reasoning of Indoor Scenes}}
@article{smith1997susan,
Author = {Smith, Stephen M and Brady, J Michael},
Journal = {International journal of computer vision},
Number = {1},
Pages = {45--78},
Publisher = {Springer},
Title = {SUSAN---A new approach to low level image processing},
Volume = {23},
Year = {1997}}
@incollection{rosten2006fast,
Author = {Rosten, Edward and Drummond, Tom},
Booktitle = eccv,
Pages = {430--443},
Title = {Machine learning for high-speed corner detection},
Year = {2006}}
@article{ruzon2001edge,
Author = {Ruzon, Mark A. and Tomasi, Carlo},
Journal = {Pattern Analysis and Machine Intelligence, IEEE Transactions on},
Number = {11},
Pages = {1281--1295},
Publisher = {IEEE},
Title = {Edge, junction, and corner detection using color distributions},
Volume = {23},
Year = {2001}}
@article{rubner2000earth,
Author = {Rubner, Yossi and Tomasi, Carlo and Guibas, Leonidas J},
Journal = {International Journal of Computer Vision},
Number = {2},
Pages = {99--121},
Publisher = {Springer},
Title = {The earth mover's distance as a metric for image retrieval},
Volume = {40},
Year = {2000}}
@inproceedings{minetto2011text,
Author = {Minetto, Rodrigo and Thome, Nicolas and Cord, Matthieu and Stolfi, Jorge and Precioso, Fr{\'e}d{\'e}ric and Guyomard, Jonathan and Leite, Neucimar J},
Booktitle = {Computer Vision Workshops (ICCV Workshops), 2011 IEEE International Conference on},
Organization = {IEEE},
Pages = {227--234},
Title = {Text detection and recognition in urban scenes},
Year = {2011}}
@inproceedings{beymer1991finding,
Author = {Beymer, David J},
Booktitle = {Computer Vision and Pattern Recognition, 1991. Proceedings CVPR'91., IEEE Computer Society Conference on},
Organization = {IEEE},
Pages = {720--721},
Title = {Finding junctions using the image gradient},
Year = {1991}}
@article{Zhao2011corners,
Author = {Zhao, Xu and Lin, Kai-Hsiang and Fu, Yun and Hu, Yuxiao and Liu, Yuncai and Huang, Thomas S},
Journal = {Image Processing, IEEE Transactions on},
Number = {3},
Pages = {790--799},
Publisher = {IEEE},
Title = {Text from corners: a novel approach to detect text and caption in videos},
Volume = {20},
Year = {2011}}
@article{biederman1987recognition,
Author = {Biederman, Irving},
Journal = {Psychological review},
Number = {2},
Pages = {115},
Publisher = {American Psychological Association},
Title = {Recognition-by-components: a theory of human image understanding.},
Volume = {94},
Year = {1987}}
@article{Wolf2006IJDAR-eval,
Author = {C. Wolf and J.-M. Jolion},
Journal = {International Journal on Document Analysis and Recognition},
Number = {4},
Pages = {280-296},
Title = {Object count/Area Graphs for the Evaluation of Object Detection and Segmentation Algorithms},
Volume = {8},
Year = {2006}}
@inproceedings{Gomez2013multi,
Author = {Gomez, Lluis and Karatzas, Dimosthenis},
Booktitle = {Document Analysis and Recognition (ICDAR), 2013 12th International Conference on},
Organization = {IEEE},
Pages = {467--471},
Title = {Multi-script text extraction from natural scenes},
Year = {2013}}
@article{PortillaSimoncelli,
Acmid = {363108},
Address = {Hingham, MA, USA},
Author = {Portilla, Javier and Simoncelli, Eero P.},
Doi = {10.1023/A:1026553619983},
Issn = {0920-5691},
Issue_Date = {Oct. 2000},
Journal = {Int. J. Comput. Vision},
Keywords = {Julesz conjecture, Markov random field, altering projections, non Gaussian statstics, texture modeling, texture synthesis},
Month = oct,
Number = {1},
Numpages = {22},
Pages = {49--70},
Publisher = {Kluwer Academic Publishers},
Title = {A Parametric Texture Model Based on Joint Statistics of Complex Wavelet Coefficients},
Url = {http://dx.doi.org/10.1023/A:1026553619983},
Volume = {40},
Year = {2000},
Bdsk-Url-1 = {http://dx.doi.org/10.1023/A:1026553619983}}
@article{Rosenholtz20042012,
Author = {Rosenholtz, Ruth and Huang, Jie and Raj, Alvin and Balas, Benjamin J. and Ilie, Livia},
Doi = {10.1167/12.4.14},
Eprint = {http://www.journalofvision.org/content/12/4/14.full.pdf+html},
Journal = {Journal of Vision},
Number = {4},
Title = {A summary statistic representation in peripheral vision explains visual search},
Url = {http://www.journalofvision.org/content/12/4/14.abstract},
Volume = {12},
Year = {2012},
Bdsk-Url-1 = {http://www.journalofvision.org/content/12/4/14.abstract},
Bdsk-Url-2 = {http://dx.doi.org/10.1167/12.4.14}}
@article{RosenholtzFronteirs,
Author = {Rosenholtz, Ruth and Huang, Jie and Ehinger, Krista A.},
Doi = {10.3389/fpsyg.2012.00013},
Issn = {1664-1078},
Journal = {Frontiers in Psychology},
Number = {13},
Title = {Rethinking the role of top-down attention in vision: effects attributable to a lossy representation in peripheral vision},
Url = {http://www.frontiersin.org/consciousness_research/10.3389/fpsyg.2012.00013/abstract},
Volume = {3},
Year = {2012},
Bdsk-Url-1 = {http://www.frontiersin.org/consciousness_research/10.3389/fpsyg.2012.00013/abstract},
Bdsk-Url-2 = {http://dx.doi.org/10.3389/fpsyg.2012.00013}}
@inproceedings{dalal2005histograms,
Author = {Dalal, Navneet and Triggs, Bill},
Booktitle = {Computer Vision and Pattern Recognition, 2005. CVPR 2005. IEEE Computer Society Conference on},
Organization = {IEEE},
Pages = {886--893},
Title = {Histograms of oriented gradients for human detection},
Volume = {1},
Year = {2005}}
@inproceedings{lee2010scene,
Author = {Lee, SeongHun and Cho, Min Su and Jung, Kyomin and Kim, Jin Hyung},
Booktitle = {Pattern Recognition (ICPR), 2010 20th International Conference on},
Organization = {IEEE},
Pages = {3983--3986},
Title = {Scene text extraction with edge constraint and text collinearity},
Year = {2010}}
@misc{texturecode,
Author = {Portilla, Javier and Simoncelli, Euro P.},
Howpublished = {\url{http://www.cns.nyu.edu/lcv/texture/}},
Note = {[Online; accessed 31-October-2013]},
Title = {{Representation and Synthesis of Visual Texture}},
Year = {2013}}
@inproceedings{shechtman2007matching,
Author = {Shechtman, Eli and Irani, Michal},
Booktitle = {Computer Vision and Pattern Recognition, 2007. CVPR'07. IEEE Conference on},
Organization = {IEEE},
Pages = {1--8},
Title = {Matching local self-similarities across images and videos},
Year = {2007}}
@inproceedings{csurka2004visual,
Author = {Csurka, Gabriella and Dance, Christopher and Fan, Lixin and Willamowski, Jutta and Bray, C{\'e}dric},
Booktitle = {Workshop on statistical learning in computer vision, ECCV},
Number = {1-22},
Pages = {1--2},
Title = {Visual categorization with bags of keypoints},
Volume = {1},
Year = {2004}}
@article{niebles2008unsupervised,
Author = {Niebles, Juan Carlos and Wang, Hongcheng and Fei-Fei, Li},
Journal = {International journal of computer vision},
Number = {3},
Pages = {299--318},
Publisher = {Springer},
Title = {Unsupervised learning of human action categories using spatial-temporal words},
Volume = {79},
Year = {2008}}
@article{belongie2002shape,
Author = {Belongie, Serge and Malik, Jitendra and Puzicha, Jan},
Journal = {Pattern Analysis and Machine Intelligence, IEEE Transactions on},
Number = {4},
Pages = {509--522},
Publisher = {IEEE},
Title = {Shape matching and object recognition using shape contexts},
Volume = {24},
Year = {2002}}
@inproceedings{deCampos2009char74k,
Author = {de Campos, T.~E. and Babu, B.~R. and Varma, M.},
Booktitle = {Proceedings of the International Conference on Computer Vision Theory and Applications, Lisbon, Portugal},
Month = {February},
Title = {Character recognition in natural images},
Year = {2009}}
@article{minor1981spokefilt,
Author = {Minor, Lewis G and Sklansky, Jack},
Journal = {Systems, Man and Cybernetics, IEEE Transactions on},
Number = {3},
Pages = {194--201},
Publisher = {IEEE},
Title = {The detection and segmentation of blobs in infrared images},
Volume = {11},
Year = {1981}}
@inproceedings{lim2013sketch,
Author = {Lim, Joseph J and Zitnick, C Lawrence and Doll{\'a}r, Piotr},
Booktitle = {Computer Vision and Pattern Recognition (CVPR), 2013 IEEE Conference on},
Organization = {IEEE},
Pages = {3158--3165},
Title = {Sketch tokens: A learned mid-level representation for contour and object detection},
Year = {2013}}
@inproceedings{walter2013learning,
Author = {Walter, Matthew R and Hemachandra, Sachithra and Homberg, Bianca and Tellex, Stefanie and Teller, Seth},
Booktitle = {Robotics: Science and Systems Conference},
Title = {Learning Semantic Maps from Natural Language Descriptions},
Year = {2013}}
@inproceedings{McManus2014RSS,
Address = {Berkeley, USA},
Author = {Colin McManus AND Ben Upcroft AND Paul Newmann},
Booktitle = {Proceedings of Robotics: Science and Systems},
Month = {July},
Title = {Scene Signatures: Localised and Point-less Features for Localisation},
Year = {2014}}
@inproceedings{Atanasov2014RSS,
Address = {Berkeley, USA},
Author = {Nikolay Atanasov AND Menglong Zhu AND Kostas Daniilidis AND George Pappas},
Booktitle = {Proceedings of Robotics: Science and Systems},
Month = {July},
Title = {Semantic Localization Via the Matrix Permanent},
Year = {2014}}
@inproceedings{Jaderberg2014ECCV,
Author = {Max Jaderberg AND Andrea Vedaldi AND Andrew Zisserman},
Booktitle = eccv,
Title = {Deep Features for Text Spotting},
Year = {2014}}
@inproceedings{yao2013strokelets,
Author = {Yao, Cong and Bai, Xiang and Shi, Baoguang and Liu, Wenyu},
Booktitle = cvpr,
Title = {Strokelets: A learned multi-scale representation for scene text recognition},
Year = {2014}}
@article{lee2014region,
Author = {Lee, Chen-Yu and Bhardwaj, Anurag and Di, Wei and Jagadeesh, Vignesh and Piramuthu, Robinson},
Booktitle = cvpr,
Title = {Region-based Discriminative Feature Pooling for Scene Text Recognition},
Year = {2014}}
@article{frintrop2008attentional,
Author = {Frintrop, Simone and Jensfelt, Patric},
Journal = {Robotics, IEEE Transactions on},
Number = {5},
Pages = {1054--1065},
Publisher = {IEEE},
Title = {Attentional landmarks and active gaze control for visual {SLAM}},
Volume = {24},
Year = {2008}}
@article{angeli2008fast,
Author = {Angeli, Adrien and Filliat, David and Doncieux, St{\'e}phane and Meyer, J-A},
Journal = {Robotics, IEEE Transactions on},
Number = {5},
Pages = {1027--1037},
Publisher = {IEEE},
Title = {Fast and incremental method for loop-closure detection using bags of visual words},
Volume = {24},
Year = {2008}}
@article{gee2008discovering,
Author = {Gee, Andrew P and Chekhlov, Denis and Calway, Andrew and Mayol-Cuevas, Walterio},
Journal = {Robotics, IEEE Transactions on},
Number = {5},
Pages = {980--990},
Publisher = {IEEE},
Title = {Discovering higher level structure in visual {SLAM}},
Volume = {24},
Year = {2008}}
@inproceedings{olson2011apriltag,
Author = {Olson, Edwin},
Booktitle = {Robotics and Automation (ICRA), 2011 IEEE International Conference on},
Organization = {IEEE},
Pages = {3400--3407},
Title = {AprilTag: A robust and flexible visual fiducial system},
Year = {2011}}
@article{fallon2013stata,
Author = {Fallon, Maurice and Johannsson, Hordur and Kaess, Michael and Leonard, John J},
Journal = {The International Journal of Robotics Research},
Number = {14},
Pages = {1695--1699},
Publisher = {SAGE Publications},
Title = {The MIT Stata Center dataset},
Volume = {32},
Year = {2013}}
@inproceedings{salas2013slam++,
Author = {Salas-Moreno, Renato F and Newcombe, Richard A and Strasdat, Hauke and Kelly, Paul HJ and Davison, Andrew J},
Booktitle = {Computer Vision and Pattern Recognition (CVPR), 2013 IEEE Conference on},
Organization = {IEEE},
Pages = {1352--1359},
Title = {{SLAM}++: Simultaneous localisation and mapping at the level of objects},
Year = {2013}}
@inproceedings{case2011autonomous,
Author = {Case, Carl and Suresh, Bipin and Coates, Adam and Ng, Andrew Y},
Booktitle = {Robotics and Automation (ICRA), 2011 IEEE International Conference on},
Organization = {IEEE},
Pages = {3297--3303},
Title = {Autonomous sign reading for semantic mapping},
Year = {2011}}
@article{samarabandu2006edge,
Author = {Samarabandu, Jagath and Liu, Xiaoqing},
Journal = {International Journal of Signal Processing},
Number = {4},
Pages = {273--280},
Title = {An edge-based text region extraction algorithm for indoor mobile robot navigation},
Volume = {3},
Year = {2006}}
@inproceedings{mata2001visual,
Author = {Mata, Mario and Armingol, Jose M and de la Escalera, Arturo and Salichs, Miguel Angel},
Booktitle = {Robotics and Automation, 2001. Proceedings 2001 ICRA. IEEE International Conference on},
Organization = {IEEE},
Pages = {1124--1129},
Title = {A visual landmark recognition system for topological navigation of mobile robots},
Volume = {2},
Year = {2001}}
@inproceedings{rogers2011simultaneous,
Author = {Rogers, John G and Trevor, Alexander JB and Nieto-Granda, Carlos and Christensen, Henrik Iskov},
Booktitle = {Intelligent Robots and Systems (IROS), 2011 IEEE/RSJ International Conference on},
Organization = {IEEE},
Pages = {1264--1270},
Title = {Simultaneous localization and mapping with learned object recognition and semantic data association},
Year = {2011}}
@article{ojala2002multiresolution,
Author = {Ojala, Timo and Pietikainen, Matti and Maenpaa, Topi},
Journal = {Pattern Analysis and Machine Intelligence, IEEE Transactions on},
Number = {7},
Pages = {971--987},
Publisher = {IEEE},
Title = {Multiresolution gray-scale and rotation invariant texture classification with local binary patterns},
Volume = {24},
Year = {2002}}
@inproceedings{bissacco2013photoocr,
Author = {Bissacco, Alessandro and Cummins, Mark and Netzer, Yuval and Neven, Hartmut},
Booktitle = {Computer Vision (ICCV), 2013 IEEE International Conference on},
Organization = {IEEE},
Pages = {785--792},
Title = {Photo{OCR}: Reading text in uncontrolled conditions},
Year = {2013}}
@inproceedings{zeiler2011adaptive,
Author = {Zeiler, Matthew D and Taylor, Graham W and Fergus, Rob},
Booktitle = {Computer Vision (ICCV), 2011 IEEE International Conference on},
Organization = {IEEE},
Pages = {2018--2025},
Title = {Adaptive deconvolutional networks for mid and high level feature learning},
Year = {2011}}
@inproceedings{McDonald11ecmr,
Address = {Orebro, Sweden},
Author = {J. McDonald and M. Kaess and C. Cadena and J. Neira and J.J. Leonard},
Booktitle = {European Conference on Mobile Robots (ECMR)},
Fullauthor = {John McDonald and Michael Kaess and Cesar Cadena and Jos\'{e} Neira and John J. Leonard},
Month = sep,
Pages = {69-76},
Title = {6-{DOF} Multi-session Visual {SLAM} using Anchor Nodes},
Year = 2011}
@inproceedings{Kaess11icra,
Address = {Shanghai, China},
Author = {M. Kaess and H. Johannsson and R. Roberts and V. Ila and J.J. Leonard and F. Dellaert},
Booktitle = {IEEE Intl. Conf. on Robotics and Automation (ICRA)},
Fullauthor = {Michael Kaess and Hordur Johannsson and Richard Roberts and Viorela Ila and John J. Leonard and Frank Dellaert},
Month = may,
Pages = {3281-3288},
Title = {{iSAM2}: Incremental Smoothing and Mapping with Fluid Relinearization and Incremental Variable Reordering},
Year = 2011}
@inproceedings{mishra2011mrf,
title={An MRF model for binarization of natural scene text},
author={Mishra, Anand and Alahari, Karteek and Jawahar, CV},
booktitle={Document Analysis and Recognition (ICDAR), 2011 International Conference on},
pages={11--16},
year={2011},
organization={IEEE}
}
@article{Whyte_RAM_2006,
title={Simultaneous localization and mapping: part {I}},
author={Durrant-Whyte, Hugh and Bailey, Tim},
journal={Robotics \& Automation Magazine, IEEE},
volume={13},
number={2},
pages={99--110},
year={2006},
publisher={IEEE}
}
@inproceedings{burgard2009,
title={A comparison of {SLAM} algorithms based on a graph of relations},
author={Burgard, Wolfram and Stachniss, Cyrill and Grisetti, Giorgio and Steder, Bastian and Kummerle, Rainer and Dornhege, Christian and Ruhnke, Michael and Kleiner, Alexander and Tard{\'o}s, Juan D},
booktitle={Intelligent Robots and Systems, 2009. IROS 2009. IEEE/RSJ International Conference on},
pages={2089--2095},
year={2009},
organization={IEEE}
}
@InProceedings{Jaderberg14c,
author = "Jaderberg, M. and Simonyan, K. and Vedaldi, A. and Zisserman, A.",
title = "Synthetic Data and Artificial Neural Networks for Natural Scene Text Recognition",
booktitle = "Workshop on Deep Learning, NIPS",
year = "2014",
}
@article{uijlings2013selective,
title={Selective search for object recognition},
author={Uijlings, Jasper RR and van de Sande, Koen EA and Gevers, Theo and Smeulders, Arnold WM},
journal={International journal of computer vision},
volume={104},
number={2},
pages={154--171},
year={2013},
publisher={Springer}
}
@inproceedings{rusu20113d,
title={3{D} is here: Point cloud library ({PCL})},
author={Rusu, Radu Bogdan and Cousins, Steve},
booktitle={Robotics and Automation (ICRA), 2011 IEEE International Conference on},
pages={1--4},
year={2011},
organization={IEEE}
}