-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
2563 lines (2326 loc) · 83 KB
/
references.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
@article{Biggs2003,
author = {Biggs, Geoffrey and Macdonald, Bruce},
journal = {Australasian Conference on Robotics and Automation},
pages = {1--3},
title = {{A Survey of Robot Programming Systems}},
year = {2003}
}
%%% Official Citations from Google Scholar %%%%
@book{aarup1992optimum,
title={OPTIMUM-AIV: a knowledge-based planning and scheduling system for spacecraft AIV},
author={Aarup, M and Arentoft, MM and Parrod, Y and Stader, J and Stokes, I and Vadon, H},
year={1992},
publisher={University of Edinburgh, Artificial Intelligence Applications Institute}
}
@misc{designwheel,
title={{ Concept design process: Overview}},
author={University of Cambridge, Inclusive Design Group},
howpublished={\url{http://www.inclusivedesigntoolkit.com/GS_overview/overview.html}},
year={2013},
note = {Accessed: 2019-04-11}
}
@misc{baxteremojis,
title={{ The Rise of the Robotic Work Force}},
author={Freedman, David H.},
howpublished={\url{https://www.inc.com/magazine/201210/david-h-freedman/the-rise-of-the-robotic-workforce.html}},
year={2012},
note = {Accessed: 2019-04-11}
}
@misc{aggriculture,
title={{Robotics in Agriculture: Types and Applications}},
author={Robotic Industries Association, Robotics Online Marketing Team},
howpublished={\url{https://www.robotics.org/blog-article.cfm/Robotics-in-Agriculture-Types-and-Applications/74}},
year={2017},
note = {Accessed: 2019-04-04}
}
@misc{pickandplace,
title={{Pick and Place Robots: What Are They Used For and How Do They Benefit Manufacturers?}},
author={Robotic Industries Association, Robotics Online Marketing Team},
howpublished={\url{https://www.robotics.org/blog-article.cfm/Pick-and-Place-Robots-What-Are-They-Used-For-and-How-Do-They-Benefit-Manufacturers/88}},
year={2018},
note = {Accessed: 2019-04-11}
}
@article{abbeel2004apprenticeship,
title={Apprenticeship learning via inverse reinforcement learning},
author={Abbeel, Pieter and Ng, Andrew Y},
journal={International Conference on Machine Learning},
year={2004}
}
@incollection{abbeel2011inverse,
title={Inverse reinforcement learning},
author={Abbeel, Pieter and Ng, Andrew Y},
booktitle={Encyclopedia of machine learning},
pages={554--558},
year={2011},
publisher={Springer}
}
@article{abdo2013learning,
title={Learning manipulation actions from a few demonstrations},
author={Abdo, Nichola and Kretzschmar, Henrik and Spinello, Luciano and Stachniss, Cyrill},
pages={1268--1275},
journal={International Conference on Robotics and Automation},
year={2013}
}
@inproceedings{brenner2003multiagent,
title={A multiagent planning language},
author={Brenner, Michael},
booktitle={International Conference on Automated Planning and Scheduling},
pages={33--38},
year={2003}
}
@article{abdo2015robot,
title={{Robot, organize my shelves! Tidying up objects by predicting user preferences}},
author={Abdo, Nichola and Stachniss, Cyrill and Spinello, Luciano and Burgard, Wolfram},
pages={1557--1564},
journal={International Conference on Robotics and Automation},
year={2015}
}
@inproceedings{ahmadzadeh2013visuospatial,
title={Visuospatial skill learning for object reconfiguration tasks},
author={Ahmadzadeh, Seyed Reza and Kormushev, Petar and Caldwell, Darwin G},
booktitle={International Conference on Intelligent Robots and Systems},
pages={685--691},
year={2013},
organization={IEEE}
}
@inproceedings{ahmadzadeh2015learning,
title={Learning symbolic representations of actions from human demonstrations},
author={Ahmadzadeh, Seyed Reza and Paikan, Ali and Mastrogiovanni, Fulvio and Natale, Lorenzo and Kormushev, Petar and Caldwell, Darwin G},
booktitle={International Conference on Robotics and Automation},
pages={3801--3808},
year={2015},
organization={IEEE}
}
@inproceedings{akgun2011robot,
title={Robot learning from demonstration: kinesthetic teaching vs. teleoperation},
author={Akgun, Baris and Subramanian, Kaushik},
journal={Unpublished manuscript},
year={2011}
}
@inproceedings{akgun2012keyframe,
title={Keyframe-based learning from demonstration},
author={Akgun, Baris and Cakmak, Maya and Jiang, Karl and Thomaz, Andrea L},
journal={International Journal of Social Robotics},
pages={343--355},
year={2012},
publisher={Springer}
}
@inproceedings{akgun2016simultaneously,
title={Simultaneously learning actions and goals from demonstration},
author={Akgun, Baris and Thomaz, Andrea},
journal={Autonomous Robots},
volume={40},
number={2},
pages={211--227},
year={2016},
publisher={Springer}
}
@inproceedings{aleotti2006robust,
title={Robust trajectory learning and approximation for robot programming by demonstration},
author={Aleotti, Jacopo and Caselli, Stefano},
journal={Robotics and Autonomous Systems},
volume={54},
number={5},
pages={409--413},
year={2006},
publisher={Elsevier}
}
@inproceedings{alexandrova2014robot,
title={{Robot Programming by Demonstration with Interactive Action Visualizations}},
author={Alexandrova, Sonya and Cakmak, Maya and Hsiao, Kaijen and Takayama, Leila},
journal={Robotics: Science and Systems},
year={2014}
}
@inproceedings{alexandrova2015roboflow,
title={{RoboFlow: A flow-based visual programming language for mobile manipulation tasks}},
author={Alexandrova, Sonya and Tatlock, Zachary and Cakmak, Maya},
journal={International Conference on Robotics and Automation},
pages={5537--5544},
year={2015},
organization={IEEE}
}
@inproceedings{argall2009survey,
title={A survey of robot learning from demonstration},
author={Argall, Brenna D and Chernova, Sonia and Veloso, Manuela and Browning, Brett},
journal={Robotics and autonomous systems},
volume={57},
number={5},
pages={469--483},
year={2009},
publisher={Elsevier}
}
@inproceedings{arulkumaran2017brief,
title={A brief survey of deep reinforcement learning},
author={Arulkumaran, Kai and Deisenroth, Marc Peter and Brundage, Miles and Bharath, Anil Anthony},
journal={arXiv preprint arXiv:1708.05866},
year={2017}
}
@inproceedings{asai2017classical,
title={{Classical Planning in Deep Latent Space: Bridging the Subsymbolic-Symbolic Boundary}},
author={Asai, Masataro and Fukunaga, Alex},
journal={arXiv preprint arXiv:1705.00154},
year={2017}
}
@incollection{atkeson1997locally,
title={Locally weighted learning for control},
author={Atkeson, Christopher G and Moore, Andrew W and Schaal, Stefan},
booktitle={Lazy learning},
pages={75--113},
year={1997},
publisher={Springer}
}
@inproceedings{atkeson1997robot,
title={Robot learning from demonstration},
author={Atkeson, Christopher G and Schaal, Stefan},
journal={International Conference on Machine Learning},
volume={97},
pages={12--20},
year={1997}
}
@inproceedings{barakova2013end,
title={End-user programming architecture facilitates the uptake of robots in social therapies},
author={Barakova, Emilia I and Gillesen, Jan CC and Huskens, Bibi EBM and Lourens, Tino},
journal={Robotics and Autonomous Systems},
volume={61},
number={7},
pages={704--713},
year={2013},
publisher={Elsevier}
}
@inproceedings{barrett1994partial,
title={Partial-order planning: evaluating possible efficiency gains},
author={Barrett, Anthony and Weld, Daniel S},
journal={Artificial Intelligence},
volume={67},
number={1},
pages={71--112},
year={1994},
publisher={Elsevier}
}
@inproceedings{bartak2009local,
title={A local approach to automated correction of violated precedence and resource constraints in manually altered schedules},
journal={Multidisciplinary International Scheduling Conference: Theory and Applications},
author={Bart{\'a}k, Roman and Skalick{\`y}, Tom{\'a}{\v{s}}},
year={2009}
}
@misc{BaxterGolf,
title={{Baxter Reseach Robot - Worked Example Visual Servoing}},
author={Vyvyan Pugh, Active Robots},
howpublished={\url{http://sdk.rethinkrobotics.com/wiki/Worked_Example_Visual_Servoing}},
year={2013-2014},
note = {Accessed: 2019-03-12}
}
@misc{BaxterTasker,
title={Baxter Tasker},
author={HumaRobotics, Generation Robots},
howpublished={\url{http://sdk.rethinkrobotics.com/wiki/Baxter_Tasker}},
year={2013},
note = {Accessed: 2019-03-12}
}
@misc{BaxterYoutube,
title={Baxter Robots in Action - Customer Montage},
author={TheProudCompany},
howpublished={\url{https://www.youtube.com/watch?v=oD9DE0HjMM4}},
year={2014},
note = {Accessed: 2019-03-12}
}
@inproceedings{billard2001robust,
title={Robust learning of arm trajectories through human demonstration},
author={Billard, Aude and Schaal, Stefan},
journal={International Conference on Intelligent Robots and Systems},
volume={2},
pages={734--739},
year={2001},
organization={IEEE}
}
@incollection{billard2008robot,
title={Robot programming by demonstration},
author={Billard, Aude and Calinon, Sylvain and Dillmann, Ruediger and Schaal, Stefan},
booktitle={Springer Handbook of Robotics},
pages={1371--1394},
year={2008},
publisher={Springer}
}
@inproceedings{billing2010formalism,
title={{A Formalism for Learning from Demonstration}},
author={Billing, Erik A and Hellstr{\"o}m, Thomas},
journal={Paladyn, Journal of Behavioral Robotics},
volume={1},
number={1},
pages={1--13},
year={2010}
}
@incollection{billard2016learning,
title={Learning from humans},
author={Billard, Aude G and Calinon, Sylvain and Dillmann, R{\"u}diger},
booktitle={Springer handbook of robotics},
pages={1995--2014},
year={2016},
publisher={Springer}
}
@inproceedings{bischoff2002morpha,
title={{The MORPHA style de for icon-based programming}},
author={Bischoff, Rainer and Kazi, Arif and Seyfarth, Markus},
journal={International Symposium on Robot and Human Interactive Communication},
pages={482--487},
year={2002},
organization={IEEE}
}
@inproceedings{blum:97,
Author = {Blum, A. and Furst, M.},
Journal = {Artificial Intelligence},
Number = {1-2},
Pages = {281--300},
Title = {{F}ast {P}lanning {T}hrough {P}lanning {G}raph {A}nalysis},
Volume = {90},
Year = {1997}
}
@inproceedings{bonet:01,
Author = {Bonet, B. and Geffner, H.},
Journal = {Artificial Intelligence},
Number = {1--2},
Pages = {5--33},
Title = {Planning as Heuristic Search},
Volume = {129},
Year = {2001}
}
@inproceedings{braumann2011parametric,
title={{Parametric robot control: integrated CAD/CAM for architectural design}},
author={Braumann, Johannes and Brell-Cokcan, Sigrid},
year={2011},
publisher={CUMINCAD}
}
@inproceedings{cakmak2012aaai,
author = {Maya Cakmak and Manuel Lopes},
booktitle = {Association for the Advancement of Artificial Intelligence},
title = {{Algorithmic and Human Teaching of Sequential Decision Tasks}},
year = {2012}
}
@inproceedings{cakmak2014teaching,
title={Teaching people how to teach robots: The effect of instructional materials and dialog design},
author={Cakmak, Maya and Takayama, Leila},
journal={International Conference on Human-Robot Interaction},
pages={431--438},
year={2014},
organization={ACM}
}
@inproceedings{calinon09,
Author = {Calinon, Sylvain and Billard, Aude},
Journal = {Advanced Robotics},
Number = {15},
Pages = {2059--2076},
Title = {Statistical Learning by Imitation of Competing Constraints in Joint and Task Space},
Volume = {23},
Year = {2009}
}
@inproceedings{calinon2007active,
title={Active teaching in robot programming by demonstration},
author={Calinon, Sylvain and Billard, Aude},
journal={International Symposium on Robot and Human Interactive Communication},
pages={702--707},
year={2007},
organization={IEEE}
}
@inproceedings{calinon2007incremental,
title={Incremental learning of gestures by imitation in a humanoid robot},
author={Calinon, Sylvain and Billard, Aude},
journal={International Conference on Human-Robot Interaction},
pages={255--262},
year={2007},
organization={ACM}
}
@inproceedings{calinon2007learning,
title={On learning, representing, and generalizing a task in a humanoid robot},
author={Calinon, Sylvain and Guenter, Florent and Billard, Aude},
journal={Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics)},
volume={37},
number={2},
pages={286--298},
year={2007},
publisher={IEEE}
}
@inproceedings{chandrasekaran2015human,
title={Human-robot collaboration: A survey},
author={Chandrasekaran, Balasubramaniyan and Conrad, James M},
booktitle={SoutheastCon 2015},
pages={1--8},
year={2015},
organization={IEEE}
}
@inproceedings{chapman1987planning,
title={Planning for conjunctive goals},
author={Chapman, David},
journal={Artificial intelligence},
volume={32},
number={3},
pages={333--377},
year={1987},
publisher={Elsevier}
}
@inproceedings{chen2003programing,
title={Programing by demonstration: Coping with suboptimal teaching actions},
author={Chen, Jason and Zelinsky, Alex},
journal={The International Journal of Robotics Research},
volume={22},
number={5},
pages={299--319},
year={2003},
publisher={SAGE Publications}
}
@article{chernova2014robot,
title={Robot learning from human teachers},
author={Chernova, Sonia and Thomaz, Andrea L},
journal={Synthesis Lectures on Artificial Intelligence and Machine Learning},
volume={8},
number={3},
pages={1--121},
year={2014},
publisher={Morgan \& Claypool Publishers}
}
@inproceedings{colgate1996cobots,
title={Cobots: Robots for collaboration with human operators},
author={Colgate, J Edward and Wannasuphoprasit, Witaya and Peshkin, Michael A},
booktitle={International Mechanical Engineering Congress and Exposition},
year={1996},
organization={ASME}
}
@inproceedings{colgate1999cobots,
title={Cobots},
author={Colgate, J.E. and Peshkin, M.A.},
url={https://www.google.com/patents/US5952796},
year={1999},
month=sep # "~14",
publisher={Google Patents},
note={US Patent 5,952,796}
}
@misc{Connect4,
title={{Baxter Reseach Robot - Connect 4}},
author={Rethink Robotics},
howpublished={\url{http://sdk.rethinkrobotics.com/wiki/Connect_Four_Demo}},
year={2014},
note={Accessed: 2019-03-12}
}
@article{cooper2011weighted,
title={{A weighted CSP approach to cost-optimal planning}},
author={Cooper, Martin C and de Roquemaurel, Marie and R{\'e}gnier, Pierre},
journal={Ai Communications},
volume={24},
number={1},
pages={1--29},
year={2011},
publisher={IOS Press}
}
@article{correll2016analysis,
title={Analysis and observations from the first amazon picking challenge},
author={Correll, Nikolaus and Bekris, Kostas E and Berenson, Dmitry and Brock, Oliver and Causo, Albert and Hauser, Kris and Okada, Kei and Rodriguez, Alberto and Romano, Joseph M and Wurman, Peter R},
journal={Transactions on Automation Science and Engineering},
year={2016},
publisher={IEEE}
}
@article{cresswell2013acquiring,
title={{Acquiring planning domain models using LOCM}},
author={Cresswell, Stephen N and McCluskey, Thomas L and West, Margaret M},
journal={The Knowledge Engineering Review},
volume={28},
number={2},
pages={195--213},
year={2013},
publisher={Cambridge University Press}
}
@inproceedings{cubek2015high,
title={High-level learning from demonstration with conceptual spaces and subspace clustering},
author={Cubek, Richard and Ertel, Wolfgang and Palm, G{\"u}nther},
booktitle={International Conference on Robotics and Automation},
pages={2592--2597},
year={2015},
organization={IEEE}
}
@inproceedings{di2014planner,
title={A planner for ambient assisted living: From high-level reasoning to low-level robot execution and back},
author={Di Rocco, Maurizio and Pecora, Federico and Sathyakeerthy, Subhash and Grosinger, Jasmin and Saffiotti, Alessandro and Bonaccorsi, Manuele and Limosani, Raffaele and Manzi, Alessandro and Cavallo, Filippo and Dario, Paolo and others},
booktitle={2014 AAAI Spring symposium series},
year={2014}
}
@article{do:01,
Author = {Do, M. and Kambhampati, S.},
Date-Added = {2015-12-08 13:23:51 +0000},
Date-Modified = {2015-12-08 13:23:51 +0000},
Journal = {Artificial Intelligence},
Number = {2},
Pages = {151--182},
Title = {{Planning as constraint satisfaction: Solving the planning graph by compiling it into CSP}},
Volume = {132},
Year = {2001}
}
@inproceedings{dogar2010push,
title={Push-grasping with dexterous hands: Mechanics and a method},
author={Dogar, Mehmet R and Srinivasa, Siddhartha S},
booktitle={International Conference on Intelligent Robots and Systems},
pages={2123--2130},
year={2010},
organization={IEEE}
}
@book{douglas1985metamagical,
title={Metamagical themas: Questing for the essence of mind and pattern},
author={Douglas R. Hofstadter},
year={1985},
publisher={Basic books}
}
@inproceedings{dvorak2014flexible,
title={A flexible ANML actor and planner in robotics},
author={Dvorak, Filip and Bit-Monnot, Arthur and Ingrand, F{\'e}lix and Ghallab, Malik},
booktitle={Planning and Robotics (PlanRob) Workshop},
year={2014}
}
@inproceedings{dvo2014plan,
title={Plan-Space Hierarchical Planning with the Action Notation Modeling Language},
author={Dvorak, Filip and Bit-Monnot, Arthur and Ingrand, F{\'e}lix and Ghallab, Malik and others},
booktitle={International Conference on Tools with Artificial Intelligence},
year={2014}
}
@article{ekvall2008robot,
title={Robot learning from demonstration: a task-level planning approach},
author={Ekvall, Staffan and Kragic, Danica},
journal={International Journal of Advanced Robotic Systems},
volume={5},
number={3},
pages={223--234},
year={2008}
}
@book{fernandez2015learning,
title={{Learning ROS for Robotics Programming}},
author={Fern{\'a}ndez, Enrique and Crespo, Luis S{\'a}nchez and Mahtani, Anil and Martinez, Aaron},
year={2015},
publisher={Packt Publishing Ltd}
}
@inproceedings{ferrer2015planning,
title={Planning with state constraints and its application to combined task and motion planning},
author={Ferrer-Mestres, Jonathan and Frances, Guillem and Geffner, Hector},
booktitle={Workshop on Planning and Robotics},
year={2015}
}
@article{fikes1971strips,
title={{STRIPS: A new approach to the application of theorem proving to problem solving}},
author={Fikes, Richard E and Nilsson, Nils J},
journal={Artificial intelligence},
volume={2},
number={3-4},
pages={189--208},
year={1971},
publisher={Elsevier}
}
@inproceedings{fischer2016comparison,
title={A comparison of types of robot control for programming by demonstration},
author={Fischer, Kerstin and Kirstein, Franziska and Jensen, Lars Christian and Kr{\"u}ger, Norbert and Kukli{\'n}ski, Kamil and Savarimuthu, Thiusius Rajeeth and others},
booktitle={International Conference on Human-Robot Interaction},
pages={213--220},
year={2016},
organization={Press}
}
@article{fox2003pddl2,
title={{PDDL2. 1: An extension to PDDL for expressing temporal planning domains}},
author={Fox, Maria and Long, Derek},
journal={Journal of artificial intelligence research},
pages={61--124},
year={2003}
}
@article{fox2006robot,
title={Robot introspection through learned hidden markov models},
author={Fox, Maria and Ghallab, Malik and Infantes, Guillaume and Long, Derek},
journal={Artificial Intelligence},
volume={170},
number={2},
pages={59--113},
year={2006},
publisher={Elsevier}
}
@misc{technavio,
title={{6 Major Types of Industrial Robots Used in the Global Manufacturing 2018}},
author={Technavio},
howpublished={\url{https://blog.technavio.com/blog/major-types-of-industrial-robots}},
year={2018},
note = {Accessed: 2019-04-15}
}
@misc{fraser2013blockly,
title={{Blockly: A visual programming editor}},
author={Fraser, N},
howpublished={\url{https://developers.google.com/blockly/}},
year={2013},
note = {Accessed: 2019-04-01}
}
@incollection{garrett2015ffrob,
title={Ffrob: An efficient heuristic for task and motion planning},
author={Garrett, Caelan Reed and Lozano-P{\'e}rez, Tom{\'a}s and Kaelbling, Leslie Pack},
booktitle={Algorithmic Foundations of Robotics XI},
pages={179--195},
year={2015},
publisher={Springer}
}
@book{ghallab2004automated,
title={Automated planning: theory \& practice},
author={Ghallab, Malik and Nau, Dana and Traverso, Paolo},
year={2004},
publisher={Elsevier}
}
@article{gil1994learning,
title={Learning by experimentation: Incremental refinement of incomplete planning domains},
author={Gil, Yolanda},
journal={International Conference on Machine Learning},
pages={87--95},
year={1994}
}
@inproceedings{glas2012interaction,
title={An interaction design framework for social robots},
author={Glas, D and Satake, Satoru and Kanda, Takayuki and Hagita, Norihiro},
booktitle={Robotics: Science and Systems},
volume={7},
pages={89},
year={2012}
}
@inproceedings{glas2016human,
title={Human-Robot Interaction Design Using {I}nteraction {C}omposer: Eight Years of Lessons Learned},
author={Glas, Dylan F and Kanda, Takayuki and Ishiguro, Hiroshi},
booktitle={International Conference on Human-Robot Interaction},
pages={303--310},
year={2016},
organization={Press}
}
@article{glinsky2011visplan,
title={Visplan--interactive visualisation and verification of plans},
author={Glinsk{\`y}, Radoslav and Bart{\'a}k, Roman},
journal={KEPS 2011},
pages={134},
year={2011}
}
@article{gosavi2009reinforcement,
title={Reinforcement learning: A tutorial survey and recent advances},
author={Gosavi, Abhijit},
journal={INFORMS Journal on Computing},
volume={21},
number={2},
pages={178--192},
year={2009},
publisher={INFORMS}
}
@article{grollman2012robot,
title={Robot learning from failed demonstrations},
author={Grollman, Daniel H and Billard, Aude G},
journal={International Journal of Social Robotics},
volume={4},
number={4},
pages={331--342},
year={2012},
publisher={Springer}
}
@inproceedings{guerin2015framework,
title={A framework for end-user instruction of a robot assistant for manufacturing},
author={Guerin, Kelleher R and Lea, Colin and Paxton, Chris and Hager, Gregory D},
booktitle={International Conference on Robotics and Automation},
pages={6167--6174},
year={2015},
organization={IEEE}
}
@inproceedings{haigh1998interleaving,
title={Interleaving planning and robot execution for asynchronous user requests},
author={Haigh, Karen Zita and Veloso, Manuela M},
booktitle={Autonomous agents},
pages={79--95},
year={1998},
organization={Springer}
}
@article{helmert:06a,
Author = {Helmert, M.},
Date-Added = {2015-11-09 10:11:47 +0000},
Date-Modified = {2015-11-09 10:11:47 +0000},
Journal = {Journal of Artificial Intelligence Research},
Pages = {191--246},
Title = {The Fast Downward Planning System},
Volume = {26},
Year = {2006}
}
@article{hester2017learning,
title={Learning from demonstrations for real world reinforcement learning},
author={Hester, Todd and Vecerik, Matej and Pietquin, Olivier and Lanctot, Marc and Schaul, Tom and Piot, Bilal and Sendonaris, Andrew and Dulac-Arnold, Gabriel and Osband, Ian and Agapiou, John and others},
journal={arXiv preprint arXiv:1704.03732},
year={2017}
}
@article{hoffmann:11,
Author = {Hoffmann, J.},
Date-Added = {2015-12-02 12:58:57 +0000},
Date-Modified = {2015-12-02 12:59:12 +0000},
Journal = {Journal of Artificial Intelligence Research},
Pages = {155--229},
Title = {Analyzing search topology without running any search: On the connection between causal graphs and h+},
Volume = {41},
Year = {2011}
}
@incollection{hoffmann2000heuristic,
title={A heuristic for domain independent planning and its use in an enforced hill-climbing algorithm},
author={Hoffmann, J{\"o}rg},
booktitle={Foundations of Intelligent Systems},
pages={216--227},
year={2000},
publisher={Springer}
}
@inproceedings{hovland1996skill,
title={Skill acquisition from human demonstration using a hidden markov model},
author={Hovland, Geir E and Sikka, Pavan and McCarragher, Brenan J},
booktitle={International Conference on Robotics and Automation},
volume={3},
pages={2706--2711},
year={1996},
organization={IEEE}
}
@inproceedings{huckaby2013planning,
title={Planning with a task modeling framework in manufacturing robotics},
author={Huckaby, Jacob and Vassos, Stavros and Christensen, Henrik I},
booktitle={International Conference on Intelligent Robots and Systems},
pages={5787--5794},
year={2013},
organization={IEEE}
}
@inproceedings{huang2016design,
title={Design and evaluation of a rapid programming system for service robots},
author={Huang, Justin and Lau, Tessa and Cakmak, Maya},
booktitle={International Conference on Human-Robot Interaction},
pages={295--302},
year={2016},
organization={Press}
}
@inproceedings{huang2017code3,
title={Code3: A system for end-to-end programming of mobile manipulator robots for novices and experts},
author={Huang, Justin and Cakmak, Maya},
booktitle={International Conference on Human-Robot Interaction},
pages={453--462},
year={2017},
organization={ACM}
}
@inproceedings{hudak2002arrows,
title={Arrows, robots, and functional reactive programming},
author={Hudak, Paul and Courtney, Antony and Nilsson, Henrik and Peterson, John},
booktitle={International School on Advanced Functional Programming},
pages={159--187},
year={2002},
organization={Springer}
}
@article{ingrand2017deliberation,
title={Deliberation for autonomous robots: A survey},
author={Ingrand, F{\'e}lix and Ghallab, Malik},
journal={Artificial Intelligence},
volume={247},
pages={10--44},
year={2017},
publisher={Elsevier}
}
@misc{intera,
title={{Intera software}},
author={Rethink Robotics},
howpublished={\url{https://www.rethinkrobotics.com/intera}},
year={2012},
note = {Accessed: 2019-03-28}
}
@inproceedings{jansen2006model,
title={A model for inferring the intention in imitation tasks},
author={Jansen, Bart and Belpaeme, Tony},
booktitle={International Symposium on Robot and Human Interactive Communication},
pages={238--243},
year={2006},
organization={IEEE}
}
@article{jilani2014automated,
title={Automated knowledge engineering tools in planning: state-of-the-art and future challenges},
author={Jilani, Rabia and Crampton, Andrew and Kitchin, Diane E and Vallati, Mauro},
year={2014}
}
@misc{jones2017models,
title={Models for machine learning},
author={Tim Jones},
journal={developerWorks, IBM Corporation},
year={2017},
howpublished={\url{https://www.ibm.com/developerworks/library/cc-models-machine-learning/index.html}},
note = {Accessed: 2018-07-08}
}
@article{jund2016freiburg,
title={{The Freiburg Groceries Dataset}},
author={Jund, Philipp and Abdo, Nichola and Eitel, Andreas and Burgard, Wolfram},
journal={arXiv preprint arXiv:1611.05799},
year={2016}
}
@article{kaelbling1996reinforcement,
title={Reinforcement learning: A survey},
author={Kaelbling, Leslie Pack and Littman, Michael L and Moore, Andrew W},
journal={Journal of artificial intelligence research},
volume={4},
pages={237--285},
year={1996}
}
@inproceedings{kaiser1995obtaining,
title={Obtaining good performance from a bad teacher},
author={Kaiser, Michael and Friedrich, Holger and Dillmann, Rudiger},
booktitle={Programming by Demonstration vs. Learning from Examples Workshop at ML},
volume={95},
year={1995}
}
@article{karapinar2013learning,
title={Learning guided planning for robust task execution in cognitive robotics},
author={Karapinar, Sertac and Sariel-Talay, Sanem and Yildiz, Petek and Ersen, Mustafa},
journal={Proc. of the AAAI-13 Workshop on Intelligent Robotic Systems},
pages={26--31},
year={2013}
}
@inproceedings{kautz:06,
Author = {Kautz, H. and Selman, B. and Hoffmann, J.},
Booktitle = {Abstracts of the 5th International Planning Competition},
Date-Added = {2015-12-08 12:04:23 +0000},
Date-Modified = {2015-12-08 12:04:23 +0000},
Title = {SatPlan: Planning as Satisfiability},
Year = {2006}
}
@inproceedings{kautz:99,
Author = {Kautz, H. and Selman, B.},
Booktitle = {International Joint Conference on Artificial Intelligence},
Date-Added = {2015-09-01 12:04:43 +0000},
Date-Modified = {2015-12-08 12:06:00 +0000},
Pages = {318-325},
Rating = {4},
Title = {{U}nifying {SAT}-based and {G}raph-based {P}lanning},
Year = {1999}
}
@book{kelley1985cal,
title={Cal-a natural language program developed with the oz paradigm: Implications for supercomputing systems},
author={Kelley, John F},
year={1985},
publisher={IBM Thomas J. Watson Research Center}
}
@inproceedings{khan2011humans,
title={How do humans teach: On curriculum learning and teaching dimension},
author={Khan, Faisal and Mutlu, Bilge and Zhu, Xiaojin},
booktitle={Advances in Neural Information Processing Systems},
pages={1449--1457},
year={2011}
}
@inproceedings{king2015nonprehensile,
title={Nonprehensile whole arm rearrangement planning on physics manifolds},
author={King, Jennifer E and Haustein, Joshua A and Srinivasa, Siddhartha S and Asfour, Tamim},
booktitle={International Conference on Robotics and Automation},
pages={2508--2515},
year={2015},
organization={IEEE}
}
@inproceedings{kittur2008crowdsourcing,
author = {Kittur, Aniket and Chi, Ed H. and Suh, Bongwon},
title = {Crowdsourcing User Studies with Mechanical Turk},
booktitle = {Conference on Human Factors in Computing Systems},
year = {2008},
pages = {453--456},
publisher = {ACM},
}
@inproceedings{ko2004six,
title={Six learning barriers in end-user programming systems},
author={Ko, Andrew J and Myers, Brad A and Aung, Htet Htet},
booktitle={Symposium on Visual Languages and Human Centric Computing},
pages={199--206},
year={2004},
organization={IEEE}
}
@article{kober2013reinforcement,
title={Reinforcement learning in robotics: A survey},
author={Kober, Jens and Bagnell, J Andrew and Peters, Jan},
journal={The International Journal of Robotics Research},
volume={32},
number={11},
pages={1238--1274},
year={2013},
publisher={SAGE Publications Sage UK: London, England}
}
@article{kolobov2012planning,
title={Planning with Markov decision processes: An AI perspective},
author={Kolobov, Andrey},
journal={Synthesis Lectures on Artificial Intelligence and Machine Learning},
volume={6},
number={1},
pages={1--210},
year={2012},
publisher={Morgan \& Claypool Publishers}
}
@article{kootbally2015towards,
title={{Towards robust assembly with knowledge representation for the planning domain definition language (PDDL)}},
author={Kootbally, Zeid and Schlenoff, C and Lawler, C and Kramer, T and Gupta, Satyandra K},
journal={Robotics and Computer-Integrated Manufacturing},
volume={33},
pages={42--55},
year={2015},
publisher={Elsevier}
}
@article{kormushev2013reinforcement,
title={Reinforcement learning in robotics: Applications and real-world challenges},
author={Kormushev, Petar and Calinon, Sylvain and Caldwell, Darwin G},
journal={Robotics},
volume={2},
number={3},
pages={122--148},
year={2013},
publisher={Multidisciplinary Digital Publishing Institute}
}
@unpublished{kovacs:12,
Author = {Kovacs, D.},
Date-Added = {2015-09-10 09:53:27 +0000},
Date-Modified = {2016-01-15 13:38:06 +0000},
Month = {2012},
Note = {Unpublished manuscript from the International Planning Competition website},
Title = {Complete {BNF} description of {PDDL} 3.1}
}
@article{Kreuziger1992,
author = {Kreuziger, J{\"{u}}rgen},
journal = {Proc. of the 2nd Conference on Automation, Robotics and Computer Vision ICARCV 1992},
pages = {RO--15.4.1 ---- RO--15.4.5},
title = {Application of Machine Learning to Robotics -- An analysis},
year = {1992}
}
@article{kruger2011object,
title={Object--Action Complexes: Grounded abstractions of sensory--motor processes},
author={Kr{\"u}ger, Norbert and Geib, Christopher and Piater, Justus and Petrick, Ronald and Steedman, Mark and W{\"o}rg{\"o}tter, Florentin and Ude, Ale{\v{s}} and Asfour, Tamim and Kraft, Dirk and Omr{\v{c}}en, Damir and others},
journal={Robotics and Autonomous Systems},
volume={59},
number={10},
pages={740--757},
year={2011},
publisher={Elsevier}
}
@misc{kuka2006,
author={Business Wire},
title={KUKA Robotics Announces New Easy-to-Use Graphical User Interface (GUI) for Plastics Industry},
howpublished={\url{https://www.businesswire.com/news/home/20060606005255/en/KUKA-Robotics-Announces-New-Easy-to-Use-Graphical-User}},
year={2006},
note = {Accessed: 2019-03-12}
}
@misc{abdeetedal2017kuka,
author={Mahyar Abdeetedal},
title={An Integration Platform for Multiple Peripheral Modules with Kuka Robots},
howpublished = {\url{https://github.com/mahyaret/KUI}},
year={2017},
note = {Accessed: 2019-03-12}
}
@article{kuniyoshi1994learning,
title={Learning by watching: Extracting reusable task knowledge from visual observation of human performance},
author={Kuniyoshi, Yasuo and Inaba, Masayuki and Inoue, Hirochika},
booktitle={International Conference on Robotics and Automation},