-
Notifications
You must be signed in to change notification settings - Fork 0
/
refsFromIJRR.bib
948 lines (880 loc) · 33.1 KB
/
refsFromIJRR.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
@article{simonyan2014very,
title={Very deep convolutional networks for large-scale image recognition},
author={Simonyan, Karen and Zisserman, Andrew},
journal={arXiv preprint arXiv:1409.1556},
year={2014}
}
@inproceedings{rusu2009fast,
title={Fast point feature histograms (FPFH) for 3D registration},
author={Rusu, Radu Bogdan and Blodow, Nico and Beetz, Michael},
booktitle={Robotics and Automation, 2009. ICRA'09. IEEE International Conference on},
pages={3212--3217},
year={2009},
organization={IEEE}
}
@book{power1999play,
title={Play and exploration in children and animals},
author={Power, Thomas G},
year={1999},
publisher={Psychology Press}
}
@article{harnad1990symbol,
title={The symbol grounding problem},
author={Harnad, Stevan},
journal={Physica D: Nonlinear Phenomena},
volume={42},
number={1},
pages={335--346},
year={1990},
publisher={Elsevier}
}
@inproceedings{thomason:ijcai16,
author = {Thomason, Jesse and Sinapov, Jivko and Svetlik, Maxwell and Stone, Peter and Mooney, Raymond},
title = {Learning Multi-Modal Grounded Linguistic Semantics by Playing ``{I} Spy''},
booktitle = {Proceedings of the 25th International Joint Conference on Artificial Intelligence (IJCAI)},
pages = {3477-3483},
location = {New York City, New York},
month = {July},
year = {2016}
}
@inproceedings{sinapov:ijcai16,
author = {Sinapov, Jivko and Khante, Priyanka and Svetlik, Maxwell and Stone, Peter},
title = {Learning to Order Objects using Haptic and Proprioceptive Exploratory Behaviors},
booktitle = {Proceedings of the 25th International Joint Conference on Artificial Intelligence (IJCAI)},
location = {New York City, New York},
month = {July},
year = {2016}
}
@article{sinapov2014grounding,
title={Grounding semantic categories in behavioral interactions: Experiments with 100 objects},
author={Sinapov, Jivko and Schenck, Connor and Staley, Kerrick and Sukhoy, Vladimir and Stoytchev, Alexander},
journal={Robotics and Autonomous Systems},
volume={62},
number={5},
pages={632--645},
year={2014},
publisher={Elsevier}
}
@article{kappa,
title={A Coefficient of Agreement for Nominal Scales},
author={Cohen, J.},
journal={Educational and Psychological Measurement},
volume={20},
number={1},
pages={37-46},
year={1960}
}
@inproceedings{marder2010office,
title={The Office Marathon: Robust navigation in an indoor office environment},
author={Marder-Eppstein, Eitan and Berger, Eric and Foote, Tully and Gerkey, Brian and Konolige, Kurt},
booktitle={Robotics and Automation (ICRA), 2010 IEEE International Conference on},
pages={300--307},
year={2010},
organization={IEEE}
}
@article{fox1999monte,
title={Monte carlo localization: Efficient position estimation for mobile robots},
author={Fox, Dieter and Burgard, Wolfram and Dellaert, Frank and Thrun, Sebastian},
journal={AAAI/IAAI},
volume={1999},
pages={343--349},
year={1999}
}
@article{grisetti2007improved,
title={Improved techniques for grid mapping with rao-blackwellized particle filters},
author={Grisetti, Giorgio and Stachniss, Cyrill and Burgard, Wolfram},
journal={Robotics, IEEE Transactions on},
volume={23},
number={1},
pages={34--46},
year={2007},
publisher={IEEE}
}
@inproceedings{quinlan1993elastic,
title={Elastic bands: Connecting path planning and control},
author={Quinlan, Sean and Khatib, Oussama},
booktitle={Robotics and Automation, 1993. Proceedings., 1993 IEEE International Conference on},
pages={802--807},
year={1993},
organization={IEEE}
}
@inproceedings{quigley2009ros,
title={ROS: an open-source Robot Operating System},
author={Quigley, Morgan and Conley, Ken and Gerkey, Brian and Faust, Josh and Foote, Tully and Leibs, Jeremy and Wheeler, Rob and Ng, Andrew Y},
booktitle={ICRA workshop on open source software},
volume={3},
number={3.2},
pages={5},
year={2009}
}
@inproceedings{koenig2004design,
title={Design and use paradigms for gazebo, an open-source multi-robot simulator},
author={Koenig, Nathan and Howard, Andrew},
booktitle={Intelligent Robots and Systems, 2004.(IROS 2004). Proceedings. 2004 IEEE/RSJ International Conference on},
volume={3},
pages={2149--2154},
year={2004},
organization={IEEE}
}
@misc{rocon,
title = {Robotics in Concert},
howpublished = {http://www.robotconcert.org/},
author = {Stonier, Daniel and Lee, Jihoon and Kim, HyungRyul},
year = 2015,
}
@InProceedings{khandelwal2014planning,
author = "Piyush Khandelwal and Fangkai Yang and Matteo Leonetti and Vladimir
Lifschitz and Peter Stone",
title = "Planning in Action Language ${\cal BC}$ while Learning Action Costs
for Mobile Robots",
booktitle = "International Conference on Automated Planning and Scheduling
(ICAPS)",
month = "June",
year = "2014",
abstract = {
The action language ${\cal BC}$ provides an elegant way of formalizing
dynamic domains which involve indirect effects of actions and recursively
defined fluents. In complex robot task planning domains, it may be
necessary for robots to plan with incomplete information, and reason
about indirect or recursive action effects. In this paper, we demonstrate
how ${\cal BC}$ can be used for robot task planning to solve these
issues. Additionally, action costs are incorporated with planning to
produce optimal plans, and we estimate these costs from experience making
planning adaptive. This paper presents the first application of ${\cal
BC}$ on a real robot in a realistic domain, which involves human-robot
interaction for knowledge acquisition, optimal plan generation to
minimize navigation time, and learning for adaptive planning.
},
}
@inproceedings{LifschitzASP08,
author = {Lifschitz, Vladimir},
title = {What is Answer Set Programming?},
booktitle = {Proceedings of the 23rd National Conference on Artificial Intelligence - Volume 3},
series = {AAAI'08},
year = {2008},
isbn = {978-1-57735-368-3},
location = {Chicago, Illinois},
pages = {1594--1597},
numpages = {4},
url = {http://dl.acm.org/citation.cfm?id=1620270.1620340},
acmid = {1620340},
publisher = {AAAI Press},
}
@article{gekakaosscsc11a,
title={Potassco: The Potsdam answer set solving collection},
author={Gebser, Martin and Kaufmann, Benjamin and Kaminski, Roland and Ostrowski, Max and Schaub, Torsten and Schneider, Marius},
journal={Ai Communications},
volume={24},
number={2},
pages={107--124},
year={2011},
publisher={IOS Press, Nieuwe Hemweg 6 B Amsterdam 1013 BG The Netherlands}
}
@article{tellex:ai11,
author = {Stefanie Tellex and Thomas Kollar and Steven Dickerson and Matthew R. Walter and Ashish G. Banerjee and Seth Teller and Nicholas Roy},
journal = {AI Magazine},
month = {December},
number = {4},
pages = {64--76},
title = {Approaching the Symbol-Grounding Problem with Probabilistic Graphical Models},
volume = {32},
year = {2011},
}
@inproceedings{parde:ijcai15,
title = "Grounding the Meaning of Words through Vision and Interactive Gameplay",
author = "Natalie Parde and Adam Hair and Michalis Papakostas and Konstantinos Tsiakas and Maria Dagioglou and Vangelis Karkaletsis and Rodney D. Nielsen",
booktitle = "Proceedings of the 24th International Joint Conference on Artificial Intelligence",
pages = "1895-1901",
address = "Buenos Aires, Argentina",
year = "2015"
}
@article{tellex:rss14,
author = "Stefanie Tellex and Ross Knepper and Adrian Li and Daniela Rus and Nicholas Roy",
title = "Asking for Help Using Inverse Semantics",
journal = "Proceedings of Robotics: Science and Systems",
address = "Berkeley, California",
year = "2014"
}
@incollection{matuszek:13,
title={Learning to parse natural language commands to a robot control system},
author={Matuszek, Cynthia and Herbst, Evan and Zettlemoyer, Luke and Fox, Dieter},
booktitle={Experimental Robotics},
pages={403--415},
year={2013},
publisher={Springer International Publishing}
}
@inproceedings{matuszek:icml12,
title = "A Joint Model of Language and Perception",
author = "Cynthia Matuszek and Nicholas FitzGerald and Luke Zettlemoyer and Liefeng Bo and Dieter Fox",
booktitle = "Proceedings of the 29th International Conference on Machine Learning",
address = "Edinburgh, Scotland, UK",
year = "2012"
}
@inproceedings{matuszek:aaai14,
title = "Learning from Unscripted Deictic Gesture and Language for Human-Robot Interactions",
author = "Cynthia Matuszek and Liefeng Bo and Luke Zettlemoyer and Dieter Fox",
booktitle = "Proceedings of the 28th AAAI Conference on Artificial Intelligence",
address = "Queb\'{e}c City, Queb\'{e}c, Canada",
year = "2014"
}
@InProceedings{kollar:13,
author = {Kollar, Thomas and Perera, Vittorio and Nardi, Daniele and Veloso, Manuela},
title = {Learning Environmental Knowledge from Task-Based Human-Robot Dialog},
booktitle = {Proceedings of the IEEE International Conference on Robotics and Automation (ICRA)},
pages = {4304--4309},
doi = {10.1109/ICRA.2013.6631186},
address = {Karlsruhe},
year = {2013}
}
@inproceedings{perera:aaai13,
title = "SALL-E: Situated Agent for Language Learning",
author = "Ian Perera and James F. Allen",
booktitle = "Proceedings of the 27th AAAI Conference on Artificial Intelligence",
pages = "1241-1247",
address = "Bellevue, Washington, USA",
year = "2013"
}
@inproceedings{artzi:11,
author = {Artzi, Yoav and Zettlemoyer, Luke},
title = {Bootstrapping Semantic Parsers from Conversations},
booktitle = {Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
year = {2011},
isbn = {978-1-937284-11-4},
location = {Edinburgh, United Kingdom},
pages = {421--432},
numpages = {12},
url = {http://dl.acm.org/citation.cfm?id=2145432.2145481},
acmid = {2145481},
publisher = {Association for Computational Linguistics},
address = {Stroudsburg, PA, USA},
}
@inproceedings{lee13,
author = {Lee, Joohyung and Lifschitz, Vladimir and Yang, Fangkai},
title={{Action Language $\mathcal{BC}$: A Preliminary Report}},
booktitle={Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI)},
year={2013}
}
@inproceedings{thomason:15,
author = {Thomason, Jesse and Zhang, Shiqi and Mooney, Raymond and Stone, Peter},
title = {Learning to Interpret Natural Language Commands through Human-Robot Dialog},
booktitle = {Proceedings of the 24th International Joint Conference on Artificial Intelligence (IJCAI)},
pages = {1923-1929},
location = {Buenos Aires, Argentina},
month = {July},
year = {2015}
}
@inproceedings{zhang2015corpp,
title={CORPP: Commonsense Reasoning and Probabilistic Planning, as Applied to
Dialog with a Mobile Robot.},
author={Zhang, Shiqi and Stone, Peter},
booktitle={AAAI},
pages={1394--1400},
year={2015}
}
@article{baral2009probabilistic,
title={Probabilistic reasoning with answer sets},
author={Baral, Chitta and Gelfond, Michael and Rushton, Nelson},
journal={Theory and Practice of Logic Programming},
volume={9},
number={01},
pages={57--144},
year={2009},
publisher={Cambridge Univ Press}
}
@inproceedings{lee2015probabilistic,
title={A probabilistic extension of the stable model semantics},
author={Lee, Joohyung and Wang, Yi},
booktitle={AAAI Spring Symposium on Logical Formalizations of Commonsense Reasoning},
year={2015}
}
@article{kaelbling1998planning,
title={Planning and acting in partially observable stochastic domains},
author={Kaelbling, Leslie Pack and Littman, Michael L and Cassandra, Anthony
R}, journal={Artificial intelligence}, volume={101}, number={1},
pages={99--134}, year={1998}, publisher={Elsevier} }
@article{aggarwal2011human,
title={Human activity analysis: A review},
author={Aggarwal, Jake K and Ryoo, Michael S},
journal={ACM Computing Surveys (CSUR)},
volume={43},
number={3},
pages={16},
year={2011},
publisher={ACM}
}
@inproceedings{ryoo2015robot,
title={Robot-Centric Activity Prediction from First-Person Videos: What Will They Do To Me},
author={Ryoo, MS and Fuchs, Thomas J and Xia, Lu and Aggarwal, JK and Matthies, Larry},
booktitle={Proceedings of the Tenth Annual ACM/IEEE International Conference on Human-Robot Interaction (HRI)},
pages={295--302},
year={2015},
organization={ACM}
}
@inproceedings{lu15,
author = {Xia, L. and Gori, I. and Aggarwal, J. K. and Ryoo, M. S.},
booktitle = {IEEE Winter Conference on Applications of Computer Vision},
title = {Robot-Centric Activity Recognition from First-Person RGB-D Videos},
year = {2015}
}
@article{ryoo13,
title={First-Person Activity Recognition: What Are They Doing to Me?},
author={Ryoo, Michael S and Matthies, Larry},
journal={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2013},
}
@incollection{chrungoo2014activity,
title={Activity Recognition for Natural Human Robot Interaction},
author={Chrungoo, Addwiteey and Manimaran, SS and Ravindran, Balaraman},
booktitle={Social Robotics},
pages={84--94},
year={2014},
publisher={Springer}
}
@article {hon4d,
author = {Oreifej, O. and Liu, Z.},
title = {HON4D: Histogram of Oriented 4D Normals for Activity Recognition from Depth Sequences},
journal = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2013}
}
@article{luw13,
title={ View Invariant Human Action Recognition Using Histograms of 3D Joints},
author={Xia, L. and Chen, C.-C. and Aggarwal, J. K.},
journal={IEEE Conference on Computer Vision and Pattern Recognition Workshop (CVPRW)},
year={2011}
}
@article{covariance,
author = {Hussein, Mohamed E. and Torki, Marwan and Gowayyed, Mohammad A. and El-Saban, Motaz},
journal = {International Joint Conference on Artificial Intelligence (IJCAI)},
title = {Human action recognition using a temporal hierarchy of covariance descriptors on 3D joint locations},
year = {2013}
}
@incollection{gori2015robot,
title={Robot-centric activity recognition ‘in the wild’},
author={Gori, Ilaria and Sinapov, Jivko and Khante, Priyanka and Stone, Peter and Aggarwal, JK},
booktitle={Social Robotics},
pages={224--234},
year={2015},
publisher={Springer International Publishing}
}
@inproceedings{spranger:ijcai15,
title = "Co-Acquisition of Syntax and Semantics --- An Investigation of Spatial Language",
author = "Michael Spranger and Luc Steels",
booktitle = "Proceedings of the 24th International Joint Conference on Artificial Intelligence",
pages = "1909-1915",
address = "Buenos Aires, Argentina",
year = "2015"
}
@inproceedings{kollar:rss13,
author = {Kollar, Thomas and Krishnamurthy, Jayant and Strimel, Grant},
title = {Toward Interactive Grounded Language Acquisition},
booktitle = {Robotics: Science and Systems},
year = {2013}
}
@article{krishnamurthy:acl13,
title={Jointly Learning to Parse and Perceive: Connecting Natural Language to the Physical World},
author={Krishnamurthy, Jayant and Kollar, Thomas},
journal={Transactions of the Association for Computational Linguistics},
volume={1},
pages={193--206},
year={2013}
}
@book{gelfond2014knowledge,
title={Knowledge representation, reasoning, and the design of intelligent
agents: The answer-set programming approach},
author={Gelfond, Michael and Kahl, Yulia},
year={2014},
publisher={Cambridge University Press}
}
@article{hanheide2015robot,
title={Robot task planning and explanation in open and uncertain worlds},
author={Hanheide, Marc and G{\"o}belbecker, Moritz and Horn, Graham S and
Pronobis, Andrzej and Sj{\"o}{\"o}, Kristoffer and Aydemir, Alper and
Jensfelt, Patric and Gretton, Charles and Dearden, Richard and Janicek,
Miroslav and others},
journal={Artificial Intelligence},
year={2015},
publisher={Elsevier}
}
@article{zhang2015mixed,
title={Mixed Logical Inference and Probabilistic Planning for Robots in
Unreliable Worlds},
author={Zhang, Shiqi and Sridharan, Mohan and Wyatt, Jeremy L},
journal={Robotics, IEEE Transactions on},
volume={31},
number={3},
pages={699--713},
year={2015},
publisher={IEEE}
}
@article{young2013pomdp,
title={POMDP-based statistical spoken dialog systems: A review},
author={Young, Stephanie and Gasic, Milica and Thomson, Blaise and Williams,
John D},
journal={Proceedings of the IEEE},
volume={101},
number={5},
pages={1160--1179},
year={2013},
publisher={IEEE}
}
@inproceedings{veloso2015cobots,
title={CoBots: robust symbiotic autonomous mobile service robots},
author={Veloso, Manuela and Biswas, Joydeep and Coltin, Brian and Rosenthal, Stephanie},
booktitle={Proceedings of the 24th International Conference on Artificial Intelligence},
pages={4423--4429},
year={2015},
organization={AAAI Press}
}
@inproceedings{bastianelli2013line,
title={On-line semantic mapping},
author={Bastianelli, E and Bloisi, DD and Capobianco, R and Cossu, F and Gemignani, G and Iocchi, L and Nardi, D},
booktitle={16th International Conference on Advanced Robotics (ICAR)},
year={2013}
}
@article{lowe2004distinctive,
title={Distinctive image features from scale-invariant keypoints},
author={Lowe, David G},
journal={International journal of computer vision},
volume={60},
number={2},
pages={91--110},
year={2004},
publisher={Springer}
}
@InCollection(mcc69,
AUTHOR="McCarthy, John and Hayes, Patrick",
TITLE=" Some philosophical problems from the standpoint of artificial intelligence",
BOOKTITLE="Machine Intelligence",
YEAR="1969",
@VOLUME="4",
PUBLISHER="Edinburgh University Press",
@ADDRESS="Edinburgh",
@EDITOR="Meltzer, B. and Michie, D.",
@PAGES="463--502"
)
@PHDTHESIS(fin86,
AUTHOR="Finger, Jeffrey",
TITLE="Exploiting Constraints in Design Synthesis",
YEAR="1986",
SCHOOL="Stanford University",
@NOTE="PhD thesis"
)
@Article(mcc87,
AUTHOR="McCarthy, John",
TITLE="Generality in {A}rtificial {I}ntelligence",
JOURNAL="Communications of the ACM (CACM)",
YEAR="1987",
@VOLUME="30",
@NUMBER="12",
@PAGES="1030--1035",
@NOTE="Reproduced in \cite{mcc90}"
)
@INPROCEEDINGS(geb10,
AUTHOR="Martin Gebser and Torsten Grote and Torsten Schaub",
TITLE="Coala: a compiler from action languages to {ASP}",
BOOKTITLE="European Conference on Logics in
Artificial Intelligence (JELIA)",
@PAGES = "169--181",
YEAR="2010"
)
@INPROCEEDINGS(bab13,
AUTHOR="Babb, Joseph and Lee, Joohyung",
Title="{Cplus2ASP}: Computing Action Language $\mathcal{C}+$ in Answer Set Programming",
Booktitle="International Conference on Logic
Programming and Nonmonotonic Reasoning ({LPNMR})",
YEAR="2013"
)
@InProceedings(gel88,
AUTHOR="Gelfond, Michael and Lifschitz, Vladimir",
TITLE="The stable model semantics for logic programming",
BOOKTITLE="International Logic Programming Conference and Symposium (ICLP/SLP)",
@EDITOR="Kowalski, Robert and Bowen, Kenneth",
@PUBLISHER = "MIT Press",
YEAR="1988",
@PAGES="1070--1080"
)
@Article(gel91b,
AUTHOR="Gelfond, Michael and Lifschitz, Vladimir",
TITLE="Classical negation in logic programs and disjunctive databases",
JOURNAL="New Generation Computing",
@VOLUME="9",
YEAR="1991",
@PAGES="365--385"
)
@INCOLLECTION(mar99,
AUTHOR="Marek, Victor and Truszczynski, Miroslaw",
TITLE="Stable models and an alternative logic programming paradigm",
BOOKTITLE="The Logic Programming Paradigm: a 25-Year Perspective",
PUBLISHER="Springer Verlag",
Year="1999",
@PAGES="375--398"
)
@Article(nie99,
AUTHOR="Niemel{\"a}, Ilkka",
TITLE="Logic programs with stable model semantics as a constraint
programming paradigm",
JOURNAL="Annals of Mathematics and Artificial Intelligence",
YEAR="1999",
@volume="25",
@PAGES="241--273"
)
@article{eiter2003answer,
title={Answer set planning under action costs},
author={Eiter, Thomas and Faber, Wolfgang and Leone, Nicola and Pfeifer, Gerald and Polleres, Axel},
journal={Journal of Artificial Intelligence Research (JAIR)},
@volume={19},
@pages={25--71},
year={2003}
}
@article{jop11,
title = {Control of Autonomous Mobile Robots with Automated Planning},
author={Quintero, Ezequiel and Garcia-Olaya, {\'A}ngel and Borrajo, Daniel and Fern{\'a}ndez, Fernando},
journal = {Journal of Physical Agents (JoPhA)},
@key = {Planning-Learning},
@pages = {3-13},
@volume = {5},
@number = {1},
url = {http://www.plg.inf.uc3m.es/~dborrajo/papers/jopha11.pdf},
year = {2011}
}
@inproceedings{thi03,
author = {Sylvie Thi{\'e}baux and
J{\"o}rg Hoffmann and
Bernhard Nebel},
title = {In Defense of {PDDL} Axioms},
booktitle = {International Joint Conferences on Artificial Intelligence (IJCAI)},
year = {2003},
@pages = {961-968},
}
@InProceedings(erd09,
AUTHOR="Ozan Caldiran and Kadir Haspalamutgil and Abdullah Ok and
Can Palaz and Esra Erdem and Voibsourcoolkan Patoglu",
TITLE="Bridging the gap between high-level reasoning and low-level
control",
BOOKTITLE="International Conference on Logic
Programming and Nonmonotonic Reasoning ({LPNMR})",
@PAGES = "242--354",
YEAR="2009"
)
@article{erd13,
author = {Esra Erdem and
Volkan Patoglu and
Zeynep G. Saribatur and
Peter Sch{\"u}ller and
Tansel Uras},
title = {Finding optimal plans for multiple teams of robots through
a mediator: A logic-based approach},
journal = {Theory and Practice of Logic Programming (TPLP)},
@volume = {13},
@number = {4-5},
year = {2013},
@pages = {831-846}
}
@inproceedings{hav13,
author = {Giray Havur and
Kadir Haspalamutgil and
Can Palaz and
Esra Erdem and
Volkan Patoglu},
title = {A case study on the {T}ower of {H}anoi challenge: Representation,
reasoning and execution},
booktitle = {International Conference on Robotics and Automation (ICRA)},
year = {2013},
@pages = {4552-4559},
}
@inproceedings{erd12,
author = {Esra Erdem and
Volkan Patoglu},
title = {Applications of Action Languages in Cognitive Robotics},
booktitle = {Correct Reasoning},
year = {2012},
@pages = {229-246},
}
@inproceedings{chen12,
author = {Xiaoping Chen and
Guoqiang Jin and
Fangkai Yang},
title = {Extending {${\cal C}+$} with Composite Actions for Robotic Task Planning},
booktitle = {International Conference on Logical Programming (ICLP)},
year = {2012},
@pages = {404-414},
}
@inproceedings{chen10,
author = {Xiaoping Chen and
Jianmin Ji and
Jiehui Jiang and
Guoqiang Jin and
Feng Wang and
Jiongkun Xie},
title = {Developing high-level cognitive functions for service robots},
booktitle = {International Conference on Autonomous Agents and Multiagent Systems (AAMAS)},
year = {2010},
@pages = {989-996},
}
@article{helmert2006fast,
title={The Fast Downward Planning System.},
author={Helmert, Malte},
journal={J. Artif. Intell. Res.(JAIR)},
volume={26},
pages={191--246},
year={2006}
}
@article{hoffmann2001ff,
title={The FF planning system: Fast plan generation through heuristic search},
author={Hoffmann, J{\"o}rg and Nebel, Bernhard},
journal={Journal of Artificial Intelligence Research},
pages={253--302},
year={2001}
}
@article{erdem2012answer,
title={Answer set programming for collaborative housekeeping robotics: representation, reasoning, and execution},
author={Erdem, Esra and Aker, Erdi and Patoglu, Volkan},
journal={Intelligent Service Robotics (ISR)},
@volume={5},
@number={4},
@pages={275--291},
year={2012},
publisher={Springer}
}
@article{munaro2014fast,
title={Fast RGB-D people tracking for service robots},
author={Munaro, Matteo and Menegatti, Emanuele},
journal={Autonomous Robots},
volume={37},
number={3},
pages={227--242},
year={2014},
publisher={Springer}
}
@inproceedings{rusu20113d,
title={3d 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}
}
@inproceedings{reiser2009care,
title={Care-O-bot{\textregistered} 3: creating a product vision for service robot applications by integrating design and technology},
author={Reiser, Ulrich and Connette, Christian and Fischer, Jan and Kubacki, Jens and Bubeck, Alexander and Weisshardt, Florian and Jacobs, Theo and Parlitz, Christopher and H{\"a}gele, Martin and Verl, Alexander},
booktitle={Proceedings of the 2009 IEEE/RSJ international conference on Intelligent robots and systems},
pages={1992--1998},
year={2009},
organization={IEEE Press}
}
@article{srinivasa2012herb,
title={Herb 2.0: Lessons learned from developing a mobile manipulator for the home},
author={Srinivasa, Siddhartha S and Berenson, Dmitry and Cakmak, Maya and Collet, Alvaro and Dogar, Mehmet R and Dragan, Anca D and Knepper, Ross and Niemueller, Tim and Strabala, Kyle and Vande Weghe, Mike and others},
journal={Proceedings of the IEEE},
volume={100},
number={8},
pages={2410--2428},
year={2012},
publisher={IEEE}
}
@inproceedings{kuindersma2009dexterous,
title={Dexterous mobility with the uBot-5 mobile manipulator},
author={Kuindersma, Scott R and Hannigan, Edward and Ruiken, Dirk and Grupen, Roderic and others},
booktitle={Advanced Robotics, 2009. ICAR 2009. International Conference on},
pages={1--7},
year={2009},
organization={IEEE}
}
@inproceedings{enright2011optimization,
title={Optimization and Coordinated Autonomy in Mobile Fulfillment Systems.},
author={Enright, John and Wurman, Peter R},
booktitle={Automated action planning for autonomous mobile robots},
year={2011}
}
@article{cousins2010ros,
title={Ros on the pr2 [ros topics]},
author={Cousins, Steve},
journal={Robotics \& Automation Magazine, IEEE},
volume={17},
number={3},
pages={23--25},
year={2010},
publisher={IEEE}
}
@inproceedings{rosenthal2010effective,
title={An effective personal mobile robot agent through symbiotic human-robot interaction},
author={Rosenthal, Stephanie and Biswas, Joydeep and Veloso, Manuela},
booktitle={Proceedings of the 9th International Conference on Autonomous Agents and Multiagent Systems: volume 1-Volume 1},
pages={915--922},
year={2010},
organization={International Foundation for Autonomous Agents and Multiagent Systems}
}
@inproceedings{korein2014constrained,
title={Constrained scheduling of robot exploration tasks},
author={Korein, Max and Coltin, Brian and Veloso, Manuela},
booktitle={Proceedings of the 2014 international conference on Autonomous agents and multi-agent systems},
pages={429--436},
year={2014},
organization={International Foundation for Autonomous Agents and Multiagent Systems}
}
@inproceedings{coltin2011dynamic,
title={Dynamic User Task Scheduling for Mobile Robots.},
author={Coltin, Brian and Veloso, Manuela M and Ventura, Rodrigo},
booktitle={Automated Action Planning for Autonomous Mobile Robots},
year={2011}
}
@article{kass1988snakes,
title={Snakes: Active contour models},
author={Kass, Michael and Witkin, Andrew and Terzopoulos, Demetri},
journal={International journal of computer vision},
volume={1},
number={4},
pages={321--331},
year={1988},
publisher={Springer}
}
@article{walker2004sphinx,
title={Sphinx-4: A flexible open source framework for speech recognition},
author={Walker, Willie and Lamere, Paul and Kwok, Philip and Raj, Bhiksha and Singh, Rita and Gouvea, Evandro and Wolf, Peter and Woelfel, Joe},
year={2004},
publisher={Sun Microsystems, Inc.}
}
@article{taylor1998architecture,
title={The architecture of the Festival speech synthesis system},
author={Taylor, Paul and Black, Alan W and Caley, Richard},
year={1998},
publisher={International Speech Communication Association}
}
@inproceedings{luber2013multi,
title={Multi-Hypothesis Social Grouping and Tracking for Mobile Robots.},
author={Luber, Matthias and Arras, Kai Oliver},
booktitle={Robotics: Science and Systems},
year={2013}
}
@misc{spencer,
title = {SPENCER Project},
howpublished = {http://www.spencer.eu/},
year = 2016,
}
@inproceedings{vasquez2014inverse,
title={Inverse reinforcement learning algorithms and features for robot navigation in crowds: an experimental comparison},
author={Vasquez, Dizan and Okal, Billy and Arras, Kai O},
booktitle={Intelligent Robots and Systems (IROS 2014), 2014 IEEE/RSJ International Conference on},
pages={1341--1346},
year={2014},
organization={IEEE}
}
@inproceedings{mudrova2015task,
title={Task scheduling for mobile robots using interval algebra},
author={Mudrova, Lenka and Hawes, Nick},
booktitle={Robotics and Automation (ICRA), 2015 IEEE International Conference on},
pages={383--388},
year={2015},
organization={IEEE}
}
@misc{strands,
title = {STRANDS},
howpublished = {http://strands.acin.tuwien.ac.at/},
year = 2016,
}
@article{wisspeintner2009robocup,
title={RoboCup@ Home: Scientific competition and benchmarking for domestic service robots},
author={Wisspeintner, Thomas and Van Der Zant, Tijn and Iocchi, Luca and Schiffer, Stefan},
journal={Interaction Studies},
volume={10},
number={3},
pages={392--426},
year={2009},
publisher={John Benjamins Publishing Company}
}
@article{chen2012toward,
title={Toward Open Knowledge Enabling for Human-Robot Interaction},
author={Chen, Xiaoping and Xie, Jiongkun and Ji, Jianmin and Sui, Zhiqiang},
journal={Journal of Human-Robot Interaction},
volume={1},
number={2},
pages={100--117},
year={2012}
}
@incollection{chen2014intelligent,
title={The Intelligent Techniques in Robot KeJia--The Champion of
RoboCup@ Home 2014},
author={Chen, Kai and Lu, Dongcai and Chen, Yingfeng and Tang, Keke
and Wang, Ningyang and Chen, Xiaoping},
booktitle={RoboCup 2014: Robot World Cup XVIII},
pages={130--141},
year={2014},
publisher={Springer}
}
@InProceedings{zhang2015mobile,
author = {Shiqi Zhang and Fangkai Yang and Piyush Khandelwal and Peter Stone},
title = {Mobile Robot Planning using Action Language BC with an Abstraction Hierarchy},
booktitle = {Proceedings of the 13th International Conference on Logic
Programming and Non-monotonic Reasoning (LPNMR)},
location = {Lexington, KY, USA},
month = {September},
year = {2015},
abstract = {
Planning in real-world environments can be challenging for intelligent
robots due to incomplete domain knowledge that results from unpredictable
domain dynamism, and due to lack of global observability. Action language BC
can be used for planning by formalizing the preconditions and (direct and
indirect) effects of actions, and is especially suited for planning in
robotic domains by incorporating defaults with the incomplete domain
knowledge. However, planning with BC is very computationally expensive,
especially when action costs are considered. We introduce algorithm PlanHG
for formalizing BC domains at different abstraction levels in order to trade
optimality for significant efficiency improvement when aiming to minimize
overall plan cost. We observe orders of magnitude improvement in efficiency
compared to a standard “flat†planning approach.
},
wwwnote={<a href="https://youtu.be/-QpFj7BbiRU"> Demo Video</a>},
}
@article{giunchiglia2004nonmonotonic,
title={Nonmonotonic causal theories},
author={Giunchiglia, Enrico and Lee, Joohyung and Lifschitz, Vladimir and McCain, Norman and Turner, Hudson},
journal={Artificial Intelligence},
volume={153},
number={1},
pages={49--104},
year={2004},
publisher={Elsevier}
}
@incollection{leonetti2012automatic,
title={Automatic generation and learning of finite-state controllers},
author={Leonetti, Matteo and Iocchi, Luca and Patrizi, Fabio},
booktitle={Artificial Intelligence: Methodology, Systems, and Applications},
pages={135--144},
year={2012},
publisher={Springer Berlin Heidelberg}
}
@inproceedings{khandelwal2014multi,
title={Multi-robot human guidance using topological graphs},
author={Khandelwal, Piyush and Stone, Peter},
booktitle={AAAI Spring 2014 Symposium on Qualitative Representations for Robots},
year={2014}
}
@inproceedings{khandelwal2015leading,
title={Leading the Way: An Efficient Multi-robot Guidance System},
author={Khandelwal, Piyush and Barrett, Samuel and Stone, Peter},
booktitle={Proceedings of the 2015 International Conference on Autonomous Agents and Multiagent Systems},
pages={1625--1633},
year={2015},
organization={International Foundation for Autonomous Agents and Multiagent Systems}
}
@article{Leonetti2016103,
title = "A synthesis of automated planning and reinforcement learning for efficient, robust decision-making ",
journal = "Artificial Intelligence ",
volume = "241",
number = "",
pages = "103 - 130",
year = "2016",
note = "",
issn = "0004-3702",
doi = "http://dx.doi.org/10.1016/j.artint.2016.07.004",
author = "Matteo Leonetti and Luca Iocchi and Peter Stone"
}
@InProceedings{WSR16-szhang2,
author = {Shiqi Zhang and Yuqian Jiang and Guni Sharon and Peter Stone},
title = {Multirobot Symbolic Planning under Temporal Uncertainty},
booktitle = {IJCAI'16 Workshop on Autonomous Mobile Service Robots},
location = {New York City, USA},
month = {July},
year = {2016}
}