-
Notifications
You must be signed in to change notification settings - Fork 1
/
conf-papers.bib
2462 lines (2462 loc) · 105 KB
/
conf-papers.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
@inproceedings{2014-Hickson-EHGSRV,
author = {Steven Hickson and Stan Birchfield and Irfan Essa and Henrik Christensen},
booktitle = {Proc. of {IEEE} {C}onference on {C}omputer {V}ision and {P}attern {R}ecognition ({CVPR})},
month = jun,
organization = {IEEE Computer Society},
title = {Efficient {H}ierarchical {G}raph-{B}ased {S}egmentation of {RGBD} {V}ideos},
year = 2014
}
@inproceedings{Choudhary15iros,
address = {Hamburg, DE},
author = {Siddharth Choudhary and Luca Carlone and Henrik I. Christensen and Frank Dellaert},
booktitle = {{IEEE/RSJ} International Conference on Intelligent Robots and Systems},
month = sep,
organization = {IEEE/RSJ},
pages = {},
title = {Exactly Sparse Memory Efficient {SLAM} using the Multi-Block Alternating Direction Method of Multipliers},
year = 2015
}
@inproceedings{DBLP:conf/hri/TrevorRCC13,
author = {A. J. B. Trevor and J. G. {Rogers III} and A. Cosgun and H. I. Christensen},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {HRI},
pages = {421--422},
pdf = {http://dl.acm.org/citation.cfm?id=2447699},
title = {Interactive object modeling {\&} labeling for service robots},
year = 2013
}
@inbook{HuamanQuispe2018,
abstract = {This paper presents a taxonomy of benchmark manipulation tasks for service robots. Our contributions are threefold: (1) A review of relevant literature regarding manipulation tests in the robotics domain and related fields, such as physical therapy, assistive technologies and prosthetics. (2) Guidelines to design useful testing protocols to evaluate manipulation performance. (3) A proposed general taxonomy of benchmark manipulation tasks and sample tests per each class.},
address = {Cham},
author = {Huam{\'a}n Quispe, Ana and Ben Amor, Heni and Christensen, Henrik I.},
booktitle = {Robotics Research: Volume 1},
doi = {10.1007/978-3-319-51532-825},
isbn = {978-3-319-51532-8},
pages = {405--421},
publisher = {Springer International Publishing},
title = {A Taxonomy of Benchmark Tasks for Robot Manipulation},
url = {https://doi.org/10.1007/978-3-319-51532-825},
year = 2018
}
@inproceedings{Sung:2008fy,
address = {Amsterdam},
author = {J-Y. Sung and R. E. Grinter and H. I. Christensen and L. Guo},
booktitle = {HRI-08: Proc of 3rd ACM/IEEE Intl Conf on Human Robot Interaction},
keywords = {domestic robot, user study},
month = mar,
title = {Housewives or technophiles?: understanding domestic robot owners},
year = 2008
}
@inproceedings{aisb05:embodied,
address = {Hertsfordshire},
author = {H. I. Christensen and E. Pacchierotti},
booktitle = {AISB-05},
editor = {K. Dautenhahn},
month = apr,
pages = {40--45},
pdf = {hic-papers/aisb-christensen.pdf},
title = {Embodied Social Interaction for Robots},
year = 2005
}
@inproceedings{althaus01:-using-dynam-system-approac-navig,
address = {Maui, HW -- USA},
author = {P. Althaus and H.I. Christensen and F. Hoffmann},
booktitle = {IROS},
month = oct,
organization = {IEEE},
pages = {1023--1029},
pdf = {hic-papers/iros-01-dyn-sys.pdf},
title = {Using the Dynamical System Approach to Navigate in Realistic Real-World Environments},
year = 2001
}
@inproceedings{althaus02:-behav-coord-navig-real-world-offic-envir,
address = {Lausanne},
author = {P. Althaus and H.I. Christensen},
booktitle = {IROS-02},
editor = {R. Siegwart},
month = oct,
organization = {IEEE},
pages = {2298--2304},
pdf = {hic-papers/iros-02-beh-comp.pdf},
title = {Behaviour Coordination for Navigation in Real-World Office Environments},
year = 2002
}
@inproceedings{althaus02:-smoot-task-switc-coord,
address = {Marina Del Ray, CA},
author = {Philipp Althaus and Henrik I Christensen},
booktitle = {Intelligent Autonomous Systems 7 -- IAS7},
editor = {M Gini and W-M Shen and C. Torras and H. Yuasa},
month = mar,
pages = {9--17},
publisher = {IOS Press},
title = {Smooth Task Switching through behaviour Coordination},
year = 2002
}
@inproceedings{althaus03:-autom-map-acquis-navig-domes,
address = {Taipei},
author = {P. Althaus and H.I. Christensen},
booktitle = {ICRA-03},
month = sep,
organization = {IEEE},
pages = {1551--1556},
pdf = {hic-papers/icra03-beh-comp.pdf},
title = {Automatic Map Acquisition for Navigation in Domestic Environments},
year = 2003
}
@inproceedings{althaus04:-navig-human-robot-inter-tasks,
address = {New Orleans},
author = {P. Althaus and H. Ishiguro and T. Kanda and T. Miyashita and H.I. Christensen},
booktitle = {IEEE Intl.~Conf.~on Robotics and Automation - 04},
month = apr,
pages = {1894--1900},
pdf = {hic-papers/althaus-icra2004.pdf},
title = {Navigation for Human-Robot Interaction Tasks},
year = 2004
}
@inproceedings{andersen91:-analy-three-depth-recov-techn,
author = {Claus Siggaard Andersen and and Jan Juul S{\o}rensen and Henrik I. Christensen},
booktitle = {Proceedings of the 7'th Scandinavian Conference on Image Analysis.},
editor = {Peter Johansen and S{\o}ren Olsen},
month = aug,
pages = {114--126},
publisher = {Pattern Recognition Society of Denmark .},
title = {An Analysis of Three Depth Recovery Techniques},
volume = 1,
year = 1991
}
@inproceedings{andersen92:-laser-range-guided-robot-vehic,
author = {Claus Siggaard Andersen and Claus Br{\o}ndgaard Madsen and Jan Juul S{\o}rensen and Niels Ole Staub Kirkeby and Judson P. Jones and Henrik I. Christensen},
booktitle = {Proceedings of the Second Nordic Workshop on Industrial Machine Vision},
pages = {1--6},
title = {Laser Range Guided Robot Vehicle},
year = 1992
}
@inproceedings{andersen92:-vinav-et-vision-navig,
author = {Claus Siggard Andersen and Henrik I. Christensen and Niels Ole Staub Kirkeby and Lars F. Knudsen and Claus Br{\o}ndgaard Madsen},
booktitle = {Proceedings Nordic Summer School on Active Vision and Geometric Modeling, Aalborg, 1992},
editor = {Henrik I. Christensen},
month = sep,
pages = {251--257},
publisher = {Laboratory of Image Analysis},
title = {VINAV, Et system for VIsion st{\o}ttet NAVigation},
year = 1992
}
@inproceedings{andersen94:-using-multip-cues-contr-agile-camer-head,
author = {Claus Siggaard Andersen and Henrik I. Christensen},
booktitle = {Proceedings from The IAPR Workshop on Visual Behaviours, Seattle 1994.},
month = jun,
pages = {97--101},
pdf = {hic-papers/vl-94-cue-intg.pdf},
publisher = {IEEE Computer Society},
title = {Using Multiple Cues for Controlling and Agile Camera Head},
year = 1994
}
@inproceedings{andersen96:-integ,
author = {Claus Siggaard Andersen and Henrik I. Christensen},
booktitle = {Proceedings of the 4th International Symposium on Intelligent Robotic Systems'96},
editor = {J. Santos-Victor and J.L. Crowley},
month = jul,
pages = {155--164},
pdf = {hic-papers/sirs96.pdf},
publisher = {Instituto de Sistemas e Robotica, Lisbon, PT},
title = {Integration of visual processes for control of fixation},
year = 1996
}
@inproceedings{arno04:-artif-poten-biased-probab-roadm-method,
address = {New Orleans},
author = {Daniel Arno and Danica Kragic and Henrik I Christensen},
booktitle = {ICRA-04},
month = apr,
organization = {IEEE},
pages = {461--469},
pdf = {hic-papers/arno-icra2004.pdf},
title = {Artificial Potential Biased Probabilistic Roadmap Method},
year = 2004
}
@inproceedings{asada99:-robot-home-offic-playin-field,
address = {Stockholm, SE},
author = {Minoru Asada and Henrik I Christensen},
booktitle = {IJCAI-99},
editor = {Tom Dean},
month = aug,
note = {Invited},
pdf = {hic-papers/ijcai-99.pdf},
publisher = {AAAI Press},
title = {Robotics for the Home, Office and Playing Field},
volume = 2,
year = 1999
}
@inproceedings{balakirski10:usingsimulasseseffecpalletstackmethod,
address = {Berlin},
author = {S. Balakirski and F. Proctor and T. Kramer and P. Kolhe and H. I. Christensen},
booktitle = {Simulation, Modeling, and Programming for Autonomous Robots},
editor = {Noriako Ando and Thomas Hemker and Monica Reggiani and Oskar von Stryk},
pages = {336--349},
series = {LNAI},
title = {Using Simulation to Assess the Effectiveness of Pallet Stacking Methods},
url = {http://books.google.com/books?hl=en\&lr=\&id=8USi-anN1MC\&oi=fnd\&pg=PA336\#v=onepage\&q\&f=false},
volume = 6472,
year = 2010,
bdsk-url-1 = {http://books.google.com/books?hl=en\&lr=\&id=8USi-anN1MC\&oi=fnd\&pg=PA336\#v=onepage\&q\&f=false}
}
@inproceedings{bergem93:-using-match-uncer-kalman-filter,
author = {Oddbj{\o}rn Bergem and Claus Siggaard Andersen and Henrik I. Christensen},
booktitle = {Proceedings of the 8th Scandinavian Conference on Image Analysis.},
editor = {Kjell Arild H{\o}gda and Bj{\o}rn Braathen and Karsten Heia},
month = may,
pages = {405--410},
pdf = {hic-papers/scia8.pdf},
publisher = {NOBIM},
title = {Using Match Uncertainty in the Kalman Filter for a Sonar Based Positioning System},
volume = 1,
year = 1993
}
@inproceedings{bertolli06:-slam,
address = {Beijing, CH},
author = {Federico Bertolli and Patric Jensfelt and Henrik I. Christensen},
booktitle = {IROS-06},
month = oct,
organization = {IEEE/JRS},
title = {SLAM using Visual Scan-Matching with Distinguishable 3D Points},
url = {hic-papers/fede-iros-06-paper.pdf},
year = 2006,
bdsk-url-1 = {hic-papers/fede-iros-06-paper.pdf}
}
@inproceedings{braeutigam98:-votin-based-cue-integ,
address = {Heidelberg},
author = {C. Br{\"a}utigam and J.-O. Eklundh and H.I. Christensen},
booktitle = {5th Euopean Conference on Computer Vision},
editor = {B. Neumann and H. Burkhardt},
month = may,
publisher = {Springer Verlag},
series = {LNCS},
title = {Voting Based Cue Integration},
year = 1998
}
@inproceedings{brahmbhatt15:occlusawareobjeclocalsegmenposeestim,
address = {Swansea, UK},
author = {Samarth Brahmbhatt and Heni Ben-Amor and Henrik I. Christensen},
booktitle = {British Machine Vision Conference},
month = sep,
pages = {},
pdf = {http://arxiv.org/abs/1507.07882},
title = {Occlusion Aware Object Localization, Segmentation and Pose Estimation},
year = 2015
}
@inproceedings{brahmbhatt17:stuff,
author = {Samarth Brahmbhatt and Henrik Christensen and James Hays},
booktitle = {IEEE Winter Conference on Applications of Computer Vision (WACV)},
title = {StuffNet: Using ``Stuff'' to Improve Object Detection},
year = 2017
}
@inproceedings{bratt06:-desig,
address = {Beijing, CH},
author = {M. Bratt and C. Smith and H. I. Christensen},
booktitle = {Proc. {IEEE/RSJ} Intl Conf on Intell. Robots and Systems {(IROS-06)}},
month = oct,
organization = {RSJ/IEEE RAS},
pages = {1700--1705},
pdf = {hic-papers/iros06-bratt.pdf},
title = {Design of a control strategy for tele-operation of a platform with significant dynamics},
year = 2006
}
@inproceedings{burke-2011,
address = {Lausanne},
author = {J. Burke and H. I. Christensen},
booktitle = {HRI 2011 - Proc. of 6th ACM--IEEE Intl. Conf on Human Robot Interaction},
month = mar,
title = {HRI: The Real World},
year = 2011
}
@inproceedings{causse95:-hierar-contr-desig-based-petri,
author = {Oliver Causse and Henrik I. Christensen},
booktitle = {Proceedings from the Intelligent Autonomous Systems IV},
month = mar,
title = {Hierarchical Control Design Based on Petri-Net Modelling for an Autonomous for Mobile Robot},
year = 1995
}
@inproceedings{chandrababu09:-addin,
address = {St. Louis, MO},
author = {S. Chandrababu and H. I. Christensen},
booktitle = {{IEEE/RSJ} {I}ntl. {C}onf. on {I}ntell. {R}obots and {S}ystems},
month = oct,
organization = {IEEE},
pages = {3961--3967},
title = {Adding diagnostics to intelligent service robots},
year = 2009
}
@inproceedings{choi09:-cognit,
address = {St. Louis, MO},
author = {C. Choi and H. I. Christensen},
booktitle = {{IEEE/RSJ} {I}ntl. {C}onf. on {I}ntell. {R}obots and {S}ystems},
month = oct,
organization = {IEEE},
title = {Cognitive vision for efficient scene processign and object categorization in highly cluttered environments},
year = 2009
}
@inproceedings{choi10:realmodeltrackusingedge,
address = {Anchorage},
author = {C Choi and H.I. Christensen},
booktitle = {ICRA-2010},
month = may,
organization = {IEEE RAS},
pages = {4048--4055},
title = {Real-time 3D Model-based Tracking Using Edge and Keypoint Features for Robotic Manipulation},
year = 2010
}
@inproceedings{choi11:robusvisualtrackusingpartic,
address = {Shanghai, China},
author = {C. Choi and H. I. Christensen},
booktitle = {Intl. Conf. on Robotics and Automation},
month = may,
organization = {IEEE},
pages = {4384--4391},
pdf = {hic-papers/choi-christensen-icra2011.pdf},
title = {Robust {3D} Visual Tracking Using Particle Filtering on the {SE(3)} Group},
year = 2011
}
@inproceedings{choi12:posergbd,
address = {Faro, Portugal},
author = {C. Choi and H. I. Christensen},
booktitle = {Intl. Conf on Intelligent Robotics and System},
month = oct,
organization = {IEEE/RSJ},
title = {3{D} Pose estimation for daily objects using and {RGB-D} camera},
year = 2012
}
@inproceedings{choi12:texturobjecdetectrack,
address = {Faro, Portugal},
author = {C. Choi and H. I. Christensen},
booktitle = {Intl. Conf on Intelligent Robotics and System},
month = oct,
organization = {IEEE/RSJ},
title = {3{D} Textureless Object Detection and Tracking: {A}n Edge-based approach},
year = 2012
}
@inproceedings{choi13:rgbdedgedetecedgebasedregis,
address = {Tokyo},
author = {C. Choi and A. Trevor and H. I. Christensen},
booktitle = {IROS},
month = nov,
organization = {IEEE/RSJ},
title = {{RGB-D} {E}dge {D}etection and {E}dge-{B}ased {R}egistration},
year = 2013
}
@inproceedings{choi13:rgbdobjectrack,
address = {Tokyo},
author = {C. Choi and A. Trevor and H. I. Christensen},
booktitle = {IROS},
month = nov,
organization = {IEEE/RSJ},
title = {{RGB-D} {O}bject {T}racking: {A} {P}article {F}ilter {A}pproach on {GPU}},
year = 2013
}
@inproceedings{choudhary14:slam,
address = {Chicago, IL},
author = {S. Choudhary and A. J. B. Trevor and H. I. Christensen and F. Dellaert},
booktitle = {IROS-2014},
month = sep,
organization = {IEEE/RSJ},
pages = {},
title = {{SLAM} with object discovery, modeling and mapping},
year = 2014
}
@inproceedings{choudhary15:inforreduclandmslam,
address = {Seatle, WA},
author = {Siddharth Choudhary and Vadim Indelman and Henrik I. Christensen and Frank Dellaert},
booktitle = {ICRA},
month = may,
organization = {IEEE},
pages = {},
title = {Information based Reduced Landmark SLAM},
year = 2015
}
@inproceedings{choudhary16:distrtrajecestimprivaccommunconst,
address = {Stockholm},
author = {S. Choudhary and L. Carlone and C. Nieto and J. {Rogers III} and H. I. Christensen and F. Dellaert},
booktitle = {Intl. Conf of Robotics and Automation (ICRA)},
month = may,
organization = {IEEE},
pages = {},
title = {Distributed Trajectory Estimation with Privacy and Communication Constraints: a Two-Stage Distributed Gauss-Seidel Approach},
year = 2016
}
@inproceedings{choudhary16:multirobotobjecslam,
address = {Tokyo, JP},
author = {S. Choudhary and L. Carlone and C. Nieto and J. Rogers and Z. Liu and H. I. Christensen and Frank Dellaert},
booktitle = {Intl. Symp. on Experimental Robotics},
month = oct,
organization = {IFRR},
pages = {},
title = {Multi Robot Object-based {SLAM}},
year = 2016
}
@inproceedings{christensen00:-human-robot-inter-servic-robot,
address = {Berlin, Germany},
author = {H.I. Christensen and H. H{\"u}ttenrauch and K. Severinsson-Eklundh},
booktitle = {Robotik-2000},
month = jun,
note = {(Keynote)},
pages = {315--324},
pdf = {hic-papers/CHR2000.PDF},
publisher = {VDI},
title = {Human-Robot Interaction for Service Robots},
year = 2000
}
@inproceedings{christensen01:-vision-inter,
address = {Heidelberg, DE},
author = {H. I. Christensen and D. Kragic and F. Sandberg},
booktitle = {Intelligent Robot Systems},
editor = {G. Hager and H.I. Christensen and F. Klein and H. Bunke},
publisher = {Springer Verlag},
series = {LNCS},
title = {Vision for Interaction},
year = 2001
}
@inproceedings{christensen01:-vision-robot-inter,
address = {HongKong City University},
author = {Henrik I Christensen and Danica Kragic and Fredrik Sandberg},
booktitle = {M2VIP},
editor = {S. Chen},
month = aug,
organization = {IEEE},
pdf = {hic-papers/m2vip-01.pdf},
title = {Vision for Robot Interaction},
year = 2001
}
@inproceedings{christensen04:-path-plann,
address = {Heidelberg, Germany},
author = {H.I. Christensen},
booktitle = {Robotics Research-03},
editor = {R. Chatila and P. Dario},
month = apr,
pdf = {hic-papers/isrr-ses2-author.pdf},
publisher = {Springer Verlag},
series = {STAR},
title = {Path Planning},
year = 2004
}
@inproceedings{christensen04:-ugv-techn-urban-inter,
address = {Orlando, Fl},
author = {H.I. Christensen and J. Folkesson and A. Hedstr{\"o}m and C. Lundberg},
booktitle = {SPIE -- Home Security},
month = may,
title = {UGV Technology for Urban Intervention},
year = 2004
}
@inproceedings{christensen08:-mobil-manip-every-envir,
address = {Seoul, Korea},
author = {H. I. Christensen and J. Philip Case},
booktitle = {Intl. Conf on Control, Automation and Systems},
month = oct,
organization = {IEEE},
pages = {24--29},
title = {Mobile Manipulation in Everyday Environments},
year = 2008
}
@inproceedings{christensen12:findingraphtopolfeasibmultirmotionplann,
address = {Singapore},
author = {C. Pippin and H. I. Christensen},
booktitle = {15th Intl. Conf on Information fusion},
month = jul,
pdf = {http://www.cc.gatech.edu/~cepippin/pubs/Fusion2012Pippin.pdf},
title = {Performance Based Monitoring using Statistical Control Charts on Multi-Robot Teams},
year = 2012
}
@inproceedings{christensen88:-multi-scale-motion-analy,
author = {Henrik I. Christensen and Erik Granum},
booktitle = {Proceedings fra NOBIM-konferansen 1988},
month = jun,
pages = {83--87},
publisher = {Norsk Regnesentral},
series = {Rapport},
title = {On Multi Scale Motion Analysis},
year = 1988
}
@inproceedings{christensen89:-concur-multi-resol-image-analy,
author = {Henrik I. Christensen and Judson P. Jones},
booktitle = {Proc.\ Fourth Conference on Hypercube Concurrent Computers and Applications},
month = may,
organization = {ACM},
pages = {1031--1038},
title = {Concurrent Multi-Resolution Image Analysis},
year = 1989
}
@inproceedings{christensen89:-concur-proces-real-time-motion-detec,
author = {Henrik I. Christensen},
booktitle = {Proceedings of the 6th Scandinavian Conference on Image Analysis},
editor = {Matti Pietk{\"a}inen},
month = jun,
pages = {1164--1171},
publisher = {Pattern Recognition Society of Finland},
title = {Concurrent Processing for Real Time Motion Detection},
volume = {II},
year = 1989
}
@inproceedings{christensen89:-concur-spatio-tempor-image-analy,
author = {Henrik I. Christensen},
booktitle = {Proc.\ Fourth Conference on Concurrent Hypercube Computers},
month = may,
organization = {ACM},
pages = {991--994},
title = {Concurrent Spatio-Temporal Image Analysis},
year = 1989
}
@inproceedings{christensen92:-auc-robot-camer-head,
author = {Henrik I. Christensen},
booktitle = {Proceedings of SPIE Conference on Application of Artificial Intelligence X : Machine Vision and Robotics},
editor = {Kevin W. Bowyer},
month = apr,
pages = {26--33},
publisher = {SPIE},
title = {The AUC Robot Camera Head},
volume = 1708,
year = 1992
}
@inproceedings{christensen92:-contr-percp-dynam-vision,
address = {Bostom, MA},
author = {H. I. Christensen and C. S. Andersen and E. Granum},
booktitle = {Mobile Robotics III},
month = oct,
organization = {SPIE},
pdf = {hic-papers/spie-boston.pdf},
title = {Control of Percpetion in Dynamic Vision},
year = 1992
}
@inproceedings{christensen93:-model-vision-in-navig,
author = {Henrik I. Christensen and Niels Ole Staub Kirkeby and Steen Kristensen and Lars F. Knudsen},
booktitle = {Proceedings from Conference on Sensor Fusion VI, Boston, 1993},
editor = {Paul S. Schenker},
month = sep,
pages = {408--419},
publisher = {SPIE},
title = {Model-driven Vision for In-door Navigation},
volume = 2059,
year = 1993
}
@inproceedings{christensen94:-activ-vision-survey,
author = {Henrik I. Christensen and Erik Granum},
booktitle = {Proceedings of the 11th European Conference on Artificial Intelligence, ECAI'94},
editor = {A. Cohn},
month = aug,
pages = {1--6},
publisher = {John Wiley \& Sons},
title = {Active Vision - A Survey.},
year = 1994
}
@inproceedings{christensen95,
author = {Henrik I. Christensen and Jacob Horstmann and Torben Rasmussen},
booktitle = {Proceedings from the Second Asian Conference on Computer Vision},
month = dec,
organization = {IEEE},
pages = {364--369},
publisher = {IEEE Computer Society},
title = {A control theoretic approach to active vision},
year = 1995
}
@inproceedings{christensen96:-using-gramm-scene-inter,
author = {Henrik I. Christensen and George Matas and Josef Kittler},
booktitle = {Proceedings from International Conference on Image Processing},
editor = {P. Delogne},
month = sep,
pages = {793--796},
pdf = {hic-papers/ip-96-grammar.pdf},
publisher = {IEEE Signal Processing Society},
title = {Using Grammars for Scene Interpretation},
volume = 2,
year = 1996
}
@inproceedings{christensen97:-theor-method-plann-contr-mobil-robot,
author = {Henrik I. Christensen and Paolo Pirjanian},
booktitle = {1st International Conference on Conventional and Knowledge Based Intelligent Electronic Systems (KES-97)},
month = apr,
pages = {81--86},
pdf = {hic-papers/KBS-97-planning.pdf},
publisher = {IEEE Computer Society},
title = {Theoretical Methods for Planning and Control in Mobile Robotics},
volume = 1,
year = 1997
}
@inproceedings{christensen98:-visual-based-navig,
address = {Tunesia},
author = {H.I. Christensen and J.-O. Eklundh},
booktitle = {CESA-98},
month = apr,
organization = {IEEE},
pages = {47--53},
pdf = {hic-papers/CESA-98.pdf},
publisher = {CS Press},
title = {Visual-Based Navigation -- A Survey},
volume = 4,
year = 1998
}
@inproceedings{cosgun13:accuranalyskelettracksafethri,
address = {Atlanta, GA},
author = {A. Cosgun and M. Bunger and H. I. Christensen},
booktitle = {Workshop on Safety and Comfort of Humanoid Coworker and Assistant (Humanoids 2013)},
month = oct,
organization = {IEEE/RSJ},
pdf = {http://www.cc.gatech.edu/~acosgun3/papers/cosgun2013accuracy.pdf},
title = {Accuracy Analysis of Skeleton Trackers for Safety in HRI},
year = 2013
}
@inproceedings{cosgun13:personfollowteleprobot,
address = {Karlsruhe},
author = {A. Cosgun and D. Florencio and H.I. Christensen},
booktitle = {Intl. Conf. on Robotics and Automation},
month = may,
organization = {IEEE/RSJ},
pdf = {http://131.107.65.14/pubs/184203/ICRA13TelepresenceRobot.pdf},
title = {Autonomous Person Following for Telepresence Robots},
year = 2013
}
@inproceedings{cosgun14:vibrotactilbeltinterrobothumannavig,
address = {Hong Kong},
author = {Akansel Cosgun and Emrah Akin Sisbot and Henrik I. Christensen},
booktitle = {ICRA},
month = jun,
organization = {IEEE/RSJ},
pages = {},
title = {Vibro-Tactile Belt Interface for Robotic Human Navigation},
year = 2014
}
@inproceedings{cosgun16:anticrobotpathplannhumanenvir,
address = {New York, NY},
author = {A. Cosgun and A. Sisbot and H. I. Christensen},
booktitle = {The 25th IEEE International Symposium on Robot and Human Interactive Communication},
month = aug,
organization = {IEEE},
pages = {},
title = {Anticipatory Robot Path Planning in Human Environments},
year = 2016
}
@inproceedings{crowley93:-vision-proces,
author = {James L. Crowley and Henrik I. Christensen},
booktitle = {Proceedings of the Swiss Vision 93},
month = sep,
pages = {1--8},
title = {Vision as Process: Integration and Control of a Real Time Active Vision System},
year = 1993
}
@inproceedings{dantam12:linguiscompossemanmapshybridcontr,
address = {Montreal, Canada},
author = {N. Dantam and C. Nieto and H. I. Christensen and M. Stilman},
booktitle = {13th Intl. Symp. on Experimental Robotics},
month = jun,
title = {Linguistic Composition of Semantic Maps and Hybrid Controllers},
year = 2012
}
@inproceedings{dantam14:onlincamerregisrobotmanip,
address = {Marocco},
author = {N. Dantam and H. Ben-Amor and H. Christensen and M. Stilman},
booktitle = {Proceedings of the 2014 International Symposium on Experimental Robotics (ISER)},
month = jun,
organization = {IFRR},
pages = {},
publisher = {Springer Verlag},
title = {Online Camera Registration for Robot Manipulation},
year = 2014
}
@inproceedings{dantam14:onlinmulticamerregisbimanworkstrajec,
address = {Barcelona, ES},
author = {N. Dantam and H. Ben Amor and H. Christensen and M. Stilman},
booktitle = {Proceedings of the International Conference on Humanoid Robots (HUMANOIDS)},
month = nov,
pages = {},
publisher = {IEEE/RSJ},
title = {Online Multi-Camera Registration for Bimanual Workspace Trajectories},
year = 2014
}
@inproceedings{dickinson93:-qualit-predic-activ-recog,
author = {Sven J. Dickinson and G{\o}ran Olofsson and Henrik I. Christensen},
booktitle = {Proceedings of the 8th Scandinavian Conference on Image Analysis},
editor = {Kjell Arild H{\o}gda and Bj{\o}rn Braathen and Karsten Heia},
month = may,
pages = {337--344},
publisher = {NOBIM, Norwegian Society for Image Processing and Pattern Recognition},
title = {Qualitative Prediction in Active Recognition},
volume = 1,
year = 1993
}
@inproceedings{dickinson94:-activ-objec-recog-integ-atten-viewp-contr,
author = {Sven J. Dickinson and Henrik I. Christensen and John Tsotsos and G{\o}ran Olofsson},
booktitle = {Proceedings from the Third European Conference on Computer Vision, Stockholm},
editor = {Jan-Olof Eklundh},
month = may,
pages = {3--14},
publisher = {Springer Verlag},
series = {Lecture Notes in Computer Science},
title = {Active Object Recognition Integrating Attention and Viewpoint Control},
volume = 801,
year = 1994
}
@inproceedings{dickinson94:-qualit-track-d-objec-activ-contour-networ,
author = {Sven J. Dickinson and Piotr Jasiobedzki and G{\o}ran Olofsson and Henrik I. Christensen},
booktitle = {Proceedings from The International Conference on Computer Vision and Pattern Recognition.},
editor = {Kevin W. Bowyer},
month = jun,
organization = {IEEE},
pages = {812--817},
pdf = {hic-papers/cvap-94-contour.pdf},
title = {Qualitative Tracking of 3-D Objects using Active Contour Networks},
year = 1994
}
@inproceedings{eberst00:-vision,
author = {Christof Eberst and Magnus Andersson and Henrik I. Christensen},
booktitle = {IROS-2000, Takamatsu},
comment = {A methods for localisation wrt to a door. The method uses a hypothesis for the door location/pose to filter edge segments and subsequent hypothesis management. The system has been tested in 150 experiments with only a single error. The system has proven robust to illumination, ... variations.},
month = nov,
organization = {IEEE/RSJ},
pages = {620--625},
pdf = {hic-papers/iros-00-doors.pdf},
title = {Vision-Based Door--Traversal for Autonomous Mobile Robots},
volume = 1,
year = 2000
}
@inproceedings{eggert92:-scale-space-aspec-graph,
author = {David W. Eggert and Kevin W. Bowyer and Charles R. Dyer and Henrik I. Christensen and Dmitry B. Goldgof},
booktitle = {Proceedings from the IEEE Conference on Computer Vision and Pattern Recognition, June 1992, Urbana, Illinois},
month = jun,
pages = {335--340},
pdf = {hic-papers/cvap-92-asp-graph.pdf},
title = {The Scale Space Aspect Graph},
year = 1992
}
@inproceedings{eklundh01:-comput-vision,
author = {J.-O. Eklundh and H.I. Christensen},
booktitle = {Informatics: 10 {Y}ears {B}ack, 10 {Y}ears {A}head},
editor = {R. Wilhelm},
pages = {328--340},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Computer {V}ision:{P}ast and {F}uture},
year = 2001
}
@inproceedings{elfwing04:-multi-reinf-learn,
address = {Sendai, JP},
author = {S. Elfwing and E. Uchine and K. Doya and H.I. Christensen},
booktitle = {IROS-04},
month = sep,
organization = {IEEE/JSR},
pages = {3164--3169},
pdf = {hic-papers/iros04-elfwing.pdf},
title = {Multi-agent Reinforcement Learning: Using Macro Actions to Learn a Mating Task},
year = 2004
}
@inproceedings{elfwing05:-biolog-inspir-embod-evolut-surviv,
address = {Edinburgh, UK},
author = {S. Elfwing and E. Uchibe and K. Doya and H. I. Christensen},
booktitle = {IEEE Congress on Evolutionary Computation},
month = sep,
pdf = {hic-papers/Elfwing-CEC2005.pdf},
title = {Biologically Inspired Embodied Evolution of Survival},
year = 2005
}
@inproceedings{ellekilde09:-mmcontrol,
address = {Kobe, JP},
author = {L. P. Ellekilde and H. I. Christensen},
booktitle = {ICRA},
month = may,
organization = {IEEE/RAS},
pages = {1370--1376},
title = {Control of Mobile Manipulator using the Dynamical Systems Approach},
year = 2009
}
@inproceedings{emeli-2011,
address = {Atlanta, GA},
author = {V. Emeli and H. I. Christensen},
booktitle = {IEEE ws. on Roman and Human Interactive Communication {(ROMAN)}},
month = aug,
title = {Enhancing the robot service experience through social media},
year = 2011
}
@inproceedings{eriksson99:-vision-based-servoin-grasp-multip-contr-schem,
address = {Coimbra, PT},
author = {Martin Eriksson and Henrik I. Christensen and Jan-Olof Eklundh},
booktitle = {SIRS '99 -- 7th International Symposium on Intelligent Robotic Systems},
comment = {Describes using a different Image Jacobians in response to the availability of different cues. The method is used for assembly of puzzles based on image invariance. The method is implemented using MMCA on a PUMA 560 mounted on an XR4000 mobile platform},
editor = {H. Araujo and J. Dias},
month = jul,
pages = {51--60},
pdf = {hic-papers/sirs99-martin},
title = {Vision Based Servoing and Grasping with Multiple Control Schemes},
year = 1999
}
@inproceedings{faymann95:-activ-vision-shell,
author = {Jeff Faymann and E. Rivlin and Henrik I. Christensen},
booktitle = {Proceedings of the Third International Symposium on Intelligent Robotic Systems'95, SIRS-95},
month = jul,
pages = {315--322},
title = {The Active Vision Shell},
year = 1995
}
@inproceedings{faymann97:-fusion-redun-visual-behav,
author = {Jeff Faymann and Paolo Pirjanian and Henrik I. Christensen},
booktitle = {IEEE International Conference on Robotics and Automation 1997},
month = may,
pages = {425--430},
title = {Fusion of Redundant Visual Behaviours},
volume = 1,
year = 1997
}
@inproceedings{folkeson04:-graph-slam,
address = {New Orleans},
annote = {The self correcting map story with graph based updating},
author = {J. Folkesson and H. I. Christensen},
booktitle = {ICRA-04},
month = apr,
organization = {IEEE},
pages = {383--389},
pdf = {hic-papers/folkesson-icra2004.pdf},
title = {Graphical SLAM - A self-correcting map},
year = 2004
}
@inproceedings{folkesson04:-robus-slam,
address = {Lisboa, PT},
author = {J. Folkesson and H. I. Christensen},
booktitle = {IAV-2004},
month = jul,
pdf = {hic-papers/johnf-iav2004.pdf},
title = {Robust {SLAM}},
year = 2004
}
@inproceedings{folkesson05:-graph-slam-vision-measur-subsp,
address = {Edmundton, Canada},
author = {J. Folkesson and P. Jensfelt and H. I. Christensen},
booktitle = {Intl Conf. on Intelligent Robotics and Systems {(IROS)}},
month = aug,
organization = {IEEE/JRS},
pages = {3383--3390},
pdf = {hic-papers/johnf-iros05.pdf},
title = {Graphical {SLAM} using Vision and the Measurement SubSpace},
year = 2005
}
@inproceedings{folkesson05:-measurement-space,
address = {Barcelona, ES},
author = {J. Folkesson and P. Jensfelt and H.I. Christensen},
booktitle = {Intl Conf. on Robotics and Automation},
month = apr,
organization = {IEEE},
pdf = {hic-papers/icra05-feature.pdf},
title = {Vision SLAM in the Measurement SubSpace},
year = 2005
}
@inproceedings{folkesson08:-sift-graph-slam,
address = {Heidelberg, Germany},
author = {J. Folkesson and H. I. Christensen},
booktitle = {Field and Service Robotics},
editor = {C. Laugier and R. Siegwart},
month = mar,
pages = {317--328},
publisher = {Springer Verlag},
series = {Springer Tracts in Advanted Robotics},
title = {{SIFT} based Graphical {SLAM} on a packbot},
volume = 42,
year = 2008
}
@inproceedings{frintrop06:-atten-landm-selec-visual-slam,
address = {Beijing, CH},
annote = {},
author = {S. Frintrop and P. Jensfelt and H. I. Christensen},
booktitle = {IROS-06},
month = oct,
organization = {IEEE/JRS},
pdf = {hic-papers/iros06-frintrop.pdf},
title = {Attentional Landmark Selection for Visual SLAM},
year = 2006
}
@inproceedings{frintrop06:-pay-atten-when-selec-featur,
address = {Hong Kong},
author = {S. Frintrop and P. Jensfelt and H. I. Christensen},
booktitle = {Intl Conf of Pattern Recognition},
month = aug,
organization = {IEEE/IARP},
pdf = {hic-papers/frintrop-icpr06.pdf},
title = {Pay Attention When Selecting Features},
year = 2006
}
@inproceedings{fsr19:avl,
address = {Tokyo, JP},
author = {David Paz and Po-Jung Lai and Sumukha Harish and Hengyuan Zhang and Nathan Chan and Chun Hu and Sumit Binnani and Henrik Christensen},
booktitle = {Field and Service Robotics},
month = aug,
pages = {},
title = {Lessons Learned From Deploying Autonomous Vehicles at {UC San Diego}},
url = {https://easychair.org/publications/preprint/GKgC},
year = 2019
}
@inproceedings{fsr19:robustness,
address = {Tokyo, JP},
author = {Shengye Wang and Xiao Liu and Jishen Zhao and Henrik Christensen},
booktitle = {Field and Service Robotics},
month = aug,
pages = {},
title = {Robotic Reliability Engineering: A Story of Long-term TritonBot Development},
year = 2019
}
@inproceedings{fung19:coord,
address = {Montreal},
author = {Nicholas Fung and John G. {Rogers III} and Carlos Nieto-Granda and Henrik Iskov Christensen and Stephanie Kemna and Gaurav Sukhatme},
booktitle = {Intl. Conf. Robotics and Automation},
month = may,
organization = {IEEE},
pages = {},
title = {Coordinating multi-robot systems through environment partitioning for adaptive informative sampling},
year = 2019
}
@inproceedings{granum88:-method-real-time-motion-analy,
author = {Erik Granum and Henrik I. Christensen},
booktitle = {Proc. 2nd Hungarian Workshop on Image Analysis},
month = jun,
pages = {95--107},
publisher = {Hungarian Academy of Science},
title = {Methods for Real-Time Motion Analysis},
year = 1988
}
@inproceedings{granum89:-princ-motion-analy-real-time,
author = {Erik Granum and Henrik I. Christensen},
booktitle = {Image Processing II. Proceedings of SPIE Topical Conference on Image Processing, Hamburg, 1988},
editor = {Peter J. S. Hutzler and Andr Oosterlinck},
pages = {113--120},
publisher = {SPIE-The International Society for Optical Engineering},
title = {On Principles of Motion Analysis in Real Time},
volume = 1027,
year = 1989
}
@inproceedings{granum90:-basic-contr-issues-contin-operat-vision-system,
author = {Erik Granum and Henrik I. Christensen},
booktitle = {Proc. ESPRIT BR Workshop on Control of Perception in Active Vision, 2nd ECCV},
month = apr,
title = {Basic Control Issues in a Continuously Operating Vision System},
year = 1990
}
@inproceedings{granum92:-vision-proces,
author = {Erik Granum and Henrik I. Christensen and James L. Crowley and Alain Chehikian and Jan-Olof Eklundh and G{\o}sta Granlund and Josef Kittler and John Illingworth},
booktitle = {Proceedings of ESPRIT DAY at the Second European Conference on Computer Vision 1992},
editor = {P. Van Hove},
month = may,
pages = {1--10},
publisher = {Commission of the European Communities (=CEC)},
series = {CEC DG},
title = {Vision as Process},
year = 1992
}
@inproceedings{hedstroem05:-wearable,
address = {Brisbane, AU},
author = {A. Hedstr\"om and H. I. Christensen and C. Lundberg},
booktitle = {Field and Service Robotics},
month = jul,
organization = {IEEE},
pages = {488--497},
pdf = {hic-papers/fsr-05-ah.pdf},
title = {A Wearable {GUI} for Field Robots},
year = 2005
}
@inproceedings{hickson15:seman,
address = {Hawaii},
author = {S. Hickson and I. Essa and H. I. Christensen},
booktitle = {Winter Conference on Applications of Computer Vision (WACV)},
month = jan,
organization = {IEEE},
title = {Semantic Instance Labeling Leveraging Hierarchical Segmentation},
year = 2015
}
@inproceedings{huaman16:combinarmhandmetricsensibgraspmodel,
address = {Austin, TX},
author = {A. Huaman and H. Ben-Amor and H. I. Christensen},
booktitle = {Conf. on Automation Science and Engineering (CASE)},
month = aug,
organization = {IEEE},
pages = {},
title = {Combining Arm and Hand Metrics for Sensible Grasp Modeling},
year = 2016
}
@inproceedings{huckaby12:taxonframewtaskmodelknowl,
author = {J. Huckaby and H. I. Christensen},
booktitle = {Eighth International Cognitive Robotics Workshop},
month = jul,
title = {A Taxonomic Framework for Task Modeling and Knowledge Transfer in Manufacturing Robotic},
year = 2012
}
@inproceedings{huckaby13:planntaskmodelframewmanufrobot,
address = {Tokyo, JP},
author = {J. Huckaby and S. Vassos and H. I. Christensen},
booktitle = {IROS},
month = nov,
organization = {IEEE/RSJ},
title = {Planning with a Task Modeling Framework in Manufacturing Robotics},
year = 2013
}
@inproceedings{huckaby14:casesysmlrobot,
address = {Taipei, TW},
author = {J. Huckaby and H. I. Christensen},
booktitle = {International Conference on Automation Science and Engineering (CASE)},
month = aug,
organization = {IEEE},
pages = {333--338},
title = {A {C}ase for {SysML} in {R}obotics},
year = 2014
}
@inproceedings{huckaby14:modelrobotassemtasksmanufusingsysml,