-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreferences.bib
More file actions
2629 lines (2344 loc) · 97.1 KB
/
references.bib
File metadata and controls
2629 lines (2344 loc) · 97.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
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
%% This BibTeX bibliography file was created using BibDesk.
%% https://bibdesk.sourceforge.io/
%% Created for Nitish Thatte at 2019-04-06 14:08:14 -0400
%% Saved with string encoding Unicode (UTF-8)
@conference{thatte2019robust,
Author = {Thatte, Nitish and Shah, Tanvi and Geyer, Hartmut},
Booktitle = {Intelligent Robots and Systems (IROS 2019), 2019 IEEE/RSJ International Conference on},
Date-Added = {2019-04-06 14:07:13 -0400},
Date-Modified = {2019-04-06 14:08:12 -0400},
Organization = {IEEE},
Title = {Robust and Adaptive Lower Limb Prosthesis Control via Extended
Kalman Filter-Based Gait Phase Estimation},
Year = {2019}}
@conference{thatte2019realtime,
Author = {Thatte, Nitish and Srinivasan, Nandagopal and Geyer, Hartmut},
Booktitle = {Proceedings of Robotics: Science and Systems},
Date-Added = {2019-04-06 14:05:21 -0400},
Date-Modified = {2019-04-06 14:06:34 -0400},
Title = {Real-time Reactive Trip Avoidance for Powered Transfemoral Prostheses},
Year = {2019}}
@conference{gordon2019online,
Author = {Gordon, Max and Thatte, Nitish and Geyer, Hartmut},
Booktitle = {Robotics and Automation (ICRA), 2019 IEEE International Conference on},
Date-Added = {2019-04-06 14:01:25 -0400},
Date-Modified = {2019-04-06 14:04:50 -0400},
Organization = {IEEE},
Title = {Online Learning for Proactive Obstacle Avoidance with Powered Transfemoral Prostheses},
Year = {2019}}
@article{ageing2008global,
Author = {Ageing, WHO and Unit, LC},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {World Health Organization},
Title = {WHO global report on falls prevention in older age},
Year = {2008}}
@incollection{geyer2017toward,
Author = {Geyer, Hartmut and Thatte, Nitish and Duan, Helei},
Booktitle = {Converging Clinical and Engineering Research on Neurorehabilitation II},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Pages = {649--652},
Publisher = {Springer},
Title = {Toward Balance Recovery with Active Leg Prostheses Using Neuromuscular Model Control},
Year = {2017}}
@article{kulkarni1996falls,
Author = {Kulkarni, J and Wright, S and Toole, C and Morris, J and Hirons, R},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {Physiotherapy},
Number = {82},
Pages = {130--136},
Title = {Falls in patients with lower limb amputations: prevalence and contributing factors},
Volume = {2},
Year = {1996}}
@inproceedings{lawson2010stumble,
Author = {Lawson, Brian E and Varol, H Atakan and Sup, Frank and Goldfarb, Michael},
Booktitle = {Engineering in medicine and biology society (EMBC), 2010 annual international conference of the IEEE},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Organization = {IEEE},
Pages = {511--514},
Title = {Stumble detection and classification for an intelligent transfemoral prosthesis},
Year = {2010}}
@article{lenzi2014speed,
Author = {Lenzi, Tommaso and Hargrove, Levi and Sensinger, Jonathon},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {IEEE Robotics \& Automation Magazine},
Number = {4},
Pages = {94--107},
Publisher = {IEEE},
Title = {Speed-adaptation mechanism: Robotic prostheses can actively regulate joint torque},
Volume = {21},
Year = {2014}}
@article{miller2001prevalence,
Author = {Miller, William C and Speechley, Mark and Deathe, Barry},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {Archives of physical medicine and rehabilitation},
Number = {8},
Pages = {1031--1037},
Publisher = {Elsevier},
Title = {The prevalence and risk factors of falling and fear of falling among lower extremity amputees},
Volume = {82},
Year = {2001}}
@article{patla1995role,
Author = {Patla, Aftab E and Prentice, Stephen D},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {Experimental Brain Research},
Number = {3},
Pages = {499--504},
Publisher = {Springer},
Title = {The role of active forces and intersegmental dynamics in the control of limb trajectory over obstacles during locomotion in humans},
Volume = {106},
Year = {1995}}
@article{ratliff2007online,
Author = {Ratliff, Nathan D and Bagnell, J Andrew and Zinkevich, Martin A},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {Robotics Institute},
Pages = {55},
Title = {(Online) subgradient methods for structured prediction},
Year = {2007}}
@article{shenoy2008online,
Author = {Shenoy, Pradeep and Miller, Kai J and Crawford, Beau and Rao, Rajesh PN},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {IEEE transactions on biomedical engineering},
Number = {3},
Pages = {1128--1135},
Publisher = {IEEE},
Title = {Online electromyographic control of a robotic prosthesis},
Volume = {55},
Year = {2008}}
@inproceedings{shirota2014recovery,
Author = {Shirota, Camila and Simon, Ann M and Kuiken, Todd A},
Booktitle = {Engineering in Medicine and Biology Society (EMBC), 2014 36th Annual International Conference of the IEEE},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Organization = {IEEE},
Pages = {6199--6202},
Title = {Recovery strategy identification throughout swing phase using kinematic data from the tripped leg},
Year = {2014}}
@article{shirota2015transfemoral,
Author = {Shirota, Camila and Simon, Ann M and Kuiken, Todd A},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {Journal of neuroengineering and rehabilitation},
Number = {1},
Pages = {79},
Publisher = {BioMed Central},
Title = {Transfemoral amputee recovery strategies following trips to their sound and prosthesis sides throughout swing phase},
Volume = {12},
Year = {2015}}
@article{spanias2018online,
Author = {Spanias, JA and Simon, AM and Finucane, SB and Perreault, EJ and Hargrove, LJ},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {Journal of neural engineering},
Number = {1},
Pages = {016015},
Publisher = {IOP Publishing},
Title = {Online adaptive neural control of a robotic lower limb prosthesis},
Volume = {15},
Year = {2018}}
@article{sup2008design,
Author = {Sup, Frank and Bohara, Amit and Goldfarb, Michael},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Journal = {The International journal of robotics research},
Number = {2},
Pages = {263--273},
Publisher = {Sage Publications Sage UK: London, England},
Title = {Design and control of a powered transfemoral prosthesis},
Volume = {27},
Year = {2008}}
@inproceedings{thatte2018method,
Author = {Thatte, Nitish and Duan, Helei and Geyer, Hartmut},
Booktitle = {Robotics and Automation (ICRA), 2018 IEEE International Conference on},
Date-Added = {2019-03-10 19:24:21 -0400},
Date-Modified = {2019-03-10 19:24:21 -0400},
Organization = {IEEE},
Title = {A Method for Online Optimization of Lower Limb Assistive Devices with High Dimensional Parameter Spaces},
Year = {2018}}
@article{bovi2011multiple,
Author = {Bovi, Gabriele and Rabuffetti, Marco and Mazzoleni, Paolo and Ferrarin, Maurizio},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Gait \& posture},
Number = {1},
Pages = {6--13},
Publisher = {Elsevier},
Title = {A multiple-task gait analysis approach: kinematic, kinetic and EMG reference data for healthy young and adult subjects},
Volume = {33},
Year = {2011}}
@article{geyer2010muscle,
Author = {Geyer, Hartmut and Herr, Hugh},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {IEEE Transactions on neural systems and rehabilitation engineering},
Number = {3},
Pages = {263--273},
Publisher = {IEEE},
Title = {A muscle-reflex model that encodes principles of legged mechanics produces human walking dynamics and muscle activities},
Volume = {18},
Year = {2010}}
@article{lawson2014robotic,
Author = {Lawson, Brian E and Mitchell, Jason and Truex, Don and Shultz, Amanda and Ledoux, Elissa and Goldfarb, Michael},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {IEEE Robotics \& Automation Magazine},
Number = {4},
Pages = {70--81},
Publisher = {IEEE},
Title = {A robotic leg prosthesis: Design, control, and implementation},
Volume = {21},
Year = {2014}}
@inproceedings{wen2016adaptive,
Author = {Wen, Yue and Liu, Ming and Si, Jennie and Huang, He Helen},
Booktitle = {Engineering in Medicine and Biology Society (EMBC), 2016 IEEE 38th Annual International Conference of the},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Organization = {IEEE},
Pages = {5071--5074},
Title = {Adaptive control of powered transfemoral prostheses based on adaptive dynamic programming},
Year = {2016}}
@article{madigan2005age,
Author = {Madigan, Michael L and Lloyd, Emily M},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {The Journals of Gerontology Series A: Biological Sciences and Medical Sciences},
Number = {7},
Pages = {910--914},
Publisher = {Oxford University Press},
Title = {Age-related differences in peak joint torques during the support phase of single-step recovery from a forward fall},
Volume = {60},
Year = {2005}}
@article{moore2015elaborate,
Author = {Moore, Jason K and Hnat, Sandra K and van den Bogert, Antonie J},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {PeerJ},
Pages = {e918},
Publisher = {PeerJ Inc.},
Title = {An elaborate data set on human gait and the effect of mechanical perturbations},
Volume = {3},
Year = {2015}}
@article{vardaxis1998classification,
Author = {Vardaxis, Vassilios G and Allard, Paul and Lachance, R{\'e}gis and Duhaime, Morris},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Human Movement Science},
Number = {1},
Pages = {121--136},
Publisher = {Elsevier},
Title = {Classification of able-bodied gait using 3-D muscle powers},
Volume = {17},
Year = {1998}}
@article{simon2014configuring,
Author = {Simon, Ann M and Ingraham, Kimberly A and Fey, Nicholas P and Finucane, Suzanne B and Lipschutz, Robert D and Young, Aaron J and Hargrove, Levi J},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {PloS one},
Number = {6},
Pages = {e99387},
Publisher = {Public Library of Science},
Title = {Configuring a powered knee and ankle prosthesis for transfemoral amputees within five specific ambulation modes},
Volume = {9},
Year = {2014}}
@inproceedings{sup2007design,
Author = {Sup, Frank and Bohara, Amit and Goldfarb, Michael},
Booktitle = {Robotics and Automation, 2007 IEEE International Conference on},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Organization = {IEEE},
Pages = {4134--4139},
Title = {Design and control of a powered knee and ankle prosthesis},
Year = {2007}}
@article{schepelmann2012development,
Author = {Schepelmann, Alexander and Taylor, Michael D and Geyer, Hartmut},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Robotics: Science and Systems VIII},
Title = {Development of a testbed for robotic neuromuscular controllers},
Volume = {4},
Year = {2012}}
@inproceedings{wu2016double,
Author = {Wu, Huasen and Liu, Xin},
Booktitle = {Advances in Neural Information Processing Systems},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Pages = {649--657},
Title = {Double thompson sampling for dueling bandits},
Year = {2016}}
@article{pijnappels2005early,
Author = {Pijnappels, Mirjam and Bobbert, Maarten F and van Die{\"e}n, Jaap H},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Journal of biomechanics},
Number = {3},
Pages = {627--634},
Publisher = {Elsevier},
Title = {How early reactions in the support limb contribute to balance recovery after tripping},
Volume = {38},
Year = {2005}}
@article{arnold2013muscle,
Author = {Arnold, Edith M and Hamner, Samuel R and Seth, Ajay and Millard, Matthew and Delp, Scott L},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Journal of Experimental Biology},
Number = {11},
Pages = {2150--2160},
Publisher = {The Company of Biologists Ltd},
Title = {How muscle fiber lengths and velocities affect muscle force generation as humans walk and run at different speeds},
Volume = {216},
Year = {2013}}
@article{zhang2017human,
Author = {Zhang, Juanjuan and Fiers, Pieter and Witte, Kirby A and Jackson, Rachel W and Poggensee, Katherine L and Atkeson, Christopher G and Collins, Steven H},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Science},
Number = {6344},
Pages = {1280--1284},
Publisher = {American Association for the Advancement of Science},
Title = {Human-in-the-loop optimization of exoskeleton assistance during walking},
Volume = {356},
Year = {2017}}
@article{grabiner1993kinematics,
Author = {Grabiner, Mark D and Koh, Timothy J and Lundin, Thomas M and Jahnigen, Dennis W},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Journal of gerontology},
Number = {3},
Pages = {M97--M102},
Publisher = {The Gerontological Society of America},
Title = {Kinematics of recovery from a stumble},
Volume = {48},
Year = {1993}}
@inproceedings{aghasadeghi2013learning,
Author = {Aghasadeghi, Navid and Zhao, Huihua and Hargrove, Levi J and Ames, Aaron D and Perreault, Eric J and Bretl, Timothy},
Booktitle = {Intelligent robots and systems (IROS), 2013 IEEE/RSJ international conference on},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Organization = {IEEE},
Pages = {4268--4274},
Title = {Learning impedance controller parameters for lower-limb prostheses},
Year = {2013}}
@article{garivier2008upper,
Author = {Garivier, Aur{\'e}lien and Moulines, Eric},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {arXiv preprint arXiv:0805.3415},
Title = {On upper-confidence bound policies for non-stationary bandit problems},
Year = {2008}}
@article{geyer2003positive,
Author = {Geyer, Hartmut and Seyfarth, Andre and Blickhan, Reinhard},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Proceedings of the Royal Society of London B: Biological Sciences},
Number = {1529},
Pages = {2173--2183},
Publisher = {The Royal Society},
Title = {Positive force feedback in bouncing gaits?},
Volume = {270},
Year = {2003}}
@inproceedings{quintero2016preliminary,
Author = {Quintero, David and Villarreal, Dario J and Gregg, Robert D},
Booktitle = {Intelligent Robots and Systems (IROS), 2016 IEEE/RSJ International Conference on},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Organization = {IEEE},
Pages = {5427--5433},
Title = {Preliminary experiments with a unified controller for a powered knee-ankle prosthetic leg across walking speeds},
Year = {2016}}
@inproceedings{pratt1995series,
Author = {Pratt, Gill A and Williamson, Matthew M},
Booktitle = {Intelligent Robots and Systems 95.'Human Robot Interaction and Cooperative Robots', Proceedings. 1995 IEEE/RSJ International Conference on},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Organization = {IEEE},
Pages = {399--406},
Title = {Series elastic actuators},
Volume = {1},
Year = {1995}}
@article{markowitz2011speed,
Author = {Markowitz, Jared and Krishnaswamy, Pavitra and Eilenberg, Michael F and Endo, Ken and Barnhart, Chris and Herr, Hugh},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Philosophical Transactions of the Royal Society of London B: Biological Sciences},
Number = {1570},
Pages = {1621--1631},
Publisher = {The Royal Society},
Title = {Speed adaptation in a powered transtibial prosthesis controlled with a neuromuscular model},
Volume = {366},
Year = {2011}}
@incollection{hansen2006cma,
Author = {Hansen, Nikolaus},
Booktitle = {Towards a new evolutionary computation},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Pages = {75--102},
Publisher = {Springer},
Title = {The CMA evolution strategy: a comparing review},
Year = {2006}}
@article{yue2012k,
Author = {Yue, Yisong and Broder, Josef and Kleinberg, Robert and Joachims, Thorsten},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {Journal of Computer and System Sciences},
Number = {5},
Pages = {1538--1556},
Publisher = {Elsevier},
Title = {The k-armed dueling bandits problem},
Volume = {78},
Year = {2012}}
@article{thatte2016toward,
Author = {Thatte, Nitish and Geyer, Hartmut},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {IEEE Transactions on Biomedical Engineering},
Number = {5},
Pages = {904--913},
Publisher = {IEEE},
Title = {Toward balance recovery with leg prostheses using neuromuscular model control},
Volume = {63},
Year = {2016}}
@article{sup2011upslope,
Author = {Sup, Frank and Varol, Huseyin Atakan and Goldfarb, Michael},
Date-Added = {2019-03-10 17:32:05 -0400},
Date-Modified = {2019-03-10 17:32:05 -0400},
Journal = {IEEE Transactions on Neural Systems and Rehabilitation Engineering},
Number = {1},
Pages = {71--78},
Publisher = {IEEE},
Title = {Upslope walking with a powered knee and ankle prosthesis: initial results with an amputee subject},
Volume = {19},
Year = {2011}}
@inproceedings{yan2018locomotion,
Author = {Yan, Tingfang and Sun, Yuxiang and Liu, Tingting and Chcung, Chi-Hong and Meng, Max Qing-Hu},
Booktitle = {2018 IEEE International Conference on Robotics and Automation (ICRA)},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Organization = {IEEE},
Pages = {6766--6772},
Title = {A Locomotion Recognition System Using Depth Images},
Year = {2018}}
@article{dijkstra1959note,
Author = {Dijkstra, Edsger W},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {Numerische mathematik},
Number = {1},
Pages = {269--271},
Publisher = {Springer},
Title = {A note on two problems in connexion with graphs},
Volume = {1},
Year = {1959}}
@inproceedings{ratliff2009chomp,
Author = {Ratliff, Nathan and Zucker, Matt and Bagnell, J Andrew and Srinivasa, Siddhartha},
Booktitle = {Robotics and Automation, 2009. ICRA'09. IEEE International Conference on},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Organization = {IEEE},
Pages = {489--494},
Title = {CHOMP: Gradient optimization techniques for efficient motion planning},
Year = {2009}}
@article{krausz2015depth,
Author = {Krausz, Nili Eliana and Lenzi, Tommaso and Hargrove, Levi J},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {IEEE Transactions on Biomedical Engineering},
Number = {11},
Pages = {2576--2587},
Publisher = {IEEE},
Title = {Depth sensing for improved control of lower limb prostheses},
Volume = {62},
Year = {2015}}
@article{liu2016development,
Author = {Liu, Ming and Wang, Ding and Huang, He Helen},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {IEEE Transactions on Neural Systems and Rehabilitation Engineering},
Number = {4},
Pages = {434--443},
Publisher = {IEEE},
Title = {Development of an environment-aware locomotion mode recognition system for powered lower limb prostheses},
Volume = {24},
Year = {2016}}
@article{gauthier1999enabling,
Author = {Gauthier-Gagnon, Christiane and Gris{\'e}, Marie-Claude and Potvin, Diane},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {Archives of physical medicine and rehabilitation},
Number = {6},
Pages = {706--713},
Publisher = {Elsevier},
Title = {Enabling factors related to prosthetic use by people with transtibial and transfemoral amputation},
Volume = {80},
Year = {1999}}
@inproceedings{scandaroli2009estimation,
Author = {Scandaroli, Glauco Garcia and Borges, Geovany Ara{\'u}jo and Ishihara, Jo{\~a}o Yoshiyuki and Terra, Marco Henrique and da Rocha, Adson Ferreira and de Oliveira Nascimento, Francisco Assis},
Booktitle = {Intelligent robots and systems, 2009. IROS 2009. IEEE/RSJ international conference on},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Organization = {IEEE},
Pages = {1112--1117},
Title = {Estimation of foot orientation with respect to ground for an above knee robotic prosthesis},
Year = {2009}}
@incollection{rasmussen2004gaussian,
Author = {Rasmussen, Carl Edward},
Booktitle = {Advanced lectures on machine learning},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Pages = {63--71},
Publisher = {Springer},
Title = {Gaussian processes in machine learning},
Year = {2004}}
@article{gupta2007kalman,
Author = {Gupta, Nachi and Hauser, Raphael},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {arXiv preprint arXiv:0709.2791},
Title = {Kalman filtering with equality and inequality state constraints},
Year = {2007}}
@inproceedings{snelson2007local,
Author = {Snelson, Edward and Ghahramani, Zoubin},
Booktitle = {Artificial Intelligence and Statistics},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Pages = {524--531},
Title = {Local and global sparse Gaussian process approximations},
Year = {2007}}
@article{anderson1979optimal,
Author = {Anderson, Brian DO and Moore, John B},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {Englewood Cliffs},
Pages = {22--95},
Title = {Optimal filtering},
Volume = {21},
Year = {1979}}
@inproceedings{zhang2011preliminary,
Author = {Zhang, Fan and Fang, Zheng and Liu, Ming and Huang, He},
Booktitle = {Engineering in medicine and biology society, EMBC, 2011 annual international conference of the IEEE},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Organization = {IEEE},
Pages = {5452--5455},
Title = {Preliminary design of a terrain recognition system},
Year = {2011}}
@article{sup2009preliminary,
Author = {Sup, Frank and Varol, Huseyin Atakan and Mitchell, Jason and Withrow, Thomas J and Goldfarb, Michael},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {IEEE/ASME Transactions on mechatronics},
Number = {6},
Pages = {667--676},
Publisher = {IEEE},
Title = {Preliminary evaluations of a self-contained anthropomorphic transfemoral prosthesis},
Volume = {14},
Year = {2009}}
@article{jaegers1995prosthetic,
Author = {Jaegers, Sonja MHJ and Arendzen, J Hans and de Jongh, Henry J},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {Archives of physical medicine and rehabilitation},
Number = {8},
Pages = {736--743},
Publisher = {Elsevier},
Title = {Prosthetic gait of unilateral transfemoral amputees: a kinematic study},
Volume = {76},
Year = {1995}}
@inproceedings{duan2018real,
Author = {Duan, Ran and Yu, Shuangyue and Yue, Guang and Foulds, Richard and Feng, Chen and Tian, Yingli and Su, Hao},
Booktitle = {2018 Design of Medical Devices Conference},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Organization = {American Society of Mechanical Engineers},
Pages = {V001T06A003--V001T06A003},
Title = {Real-Time Robust 3D Plane Extraction for Wearable Robot Perception and Control},
Year = {2018}}
@inproceedings{desai2012robust,
Author = {Desai, Ruta and Geyer, Hartmut},
Booktitle = {Robotics and Biomimetics (ROBIO), 2012 IEEE International Conference on},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Organization = {IEEE},
Pages = {265--270},
Title = {Robust swing leg placement under large disturbances},
Year = {2012}}
@article{mohagheghi2004effects,
Author = {Mohagheghi, Amir A and Moraes, Renato and Patla, Aftab E},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {Experimental Brain Research},
Number = {4},
Pages = {459--468},
Publisher = {Springer},
Title = {The effects of distant and on-line visual information on the control of approach phase and step over an obstacle during locomotion},
Volume = {155},
Year = {2004}}
@article{du2012toward,
Author = {Du, Lin and Zhang, Fan and Liu, Ming and Huang, He},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {IEEE Transactions on Biomedical Engineering},
Number = {10},
Pages = {2716--2725},
Publisher = {IEEE},
Title = {Toward design of an environment-aware adaptive locomotion-mode-recognition system},
Volume = {59},
Year = {2012}}
@article{zhang2011towards,
Author = {Zhang, Fan and D'Andrea, Susan E and Nunnery, Michael J and Kay, Steven M and Huang, He},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {IEEE Transactions on Neural Systems and Rehabilitation Engineering},
Number = {5},
Pages = {567--577},
Publisher = {IEEE},
Title = {Towards design of a stumble detection system for artificial legs},
Volume = {19},
Year = {2011}}
@article{massalin2017user,
Author = {Massalin, Yerzhan and Abdrakhmanova, Madina and Varol, Huseyin Atakan},
Date-Added = {2019-03-09 14:52:30 -0500},
Date-Modified = {2019-03-09 14:52:30 -0500},
Journal = {IEEE Transactions on Biomedical Engineering},
Publisher = {IEEE},
Title = {User-Independent Intent Recognition for Lower-Limb Prostheses Using Depth Sensing},
Year = {2017}}
@inproceedings{rezazadeh2018phase,
Author = {Rezazadeh, Siavash and Quintero, David and Divekar, Nikhil and Gregg, Robert D},
Booktitle = {2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Organization = {IEEE},
Pages = {2292--2298},
Title = {A phase variable approach to volitional control of powered knee-ankle prostheses},
Year = {2018}}
@article{vallery2011complementary,
Author = {Vallery, Heike and Burgkart, Rainer and Hartmann, Cornelia and Mitternacht, J{\"u}rgen and Riener, Robert and Buss, Martin},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Journal = {Biomedizinische Technik/Biomedical Engineering},
Number = {1},
Pages = {45--51},
Publisher = {Walter de Gruyter},
Title = {Complementary limb motion estimation for the control of active knee prostheses},
Volume = {56},
Year = {2011}}
@article{ziegler2008estimating,
Author = {Ziegler-Graham, Kathryn and MacKenzie, Ellen J and Ephraim, Patti L and Travison, Thomas G and Brookmeyer, Ron},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Journal = {Archives of physical medicine and rehabilitation},
Number = {3},
Pages = {422--429},
Publisher = {Elsevier},
Title = {Estimating the prevalence of limb loss in the United States: 2005 to 2050},
Volume = {89},
Year = {2008}}
@inproceedings{tilton2012filtering,
Author = {Tilton, Adam K and Hsiao-Wecksler, Elizabeth T and Mehta, Prashant G},
Booktitle = {American Control Conference (ACC), 2012},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Organization = {IEEE},
Pages = {3433--3438},
Title = {Filtering with rhythms: Application to estimation of gait cycle},
Year = {2012}}
@article{ko2009gp,
Author = {Ko, Jonathan and Fox, Dieter},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Journal = {Autonomous Robots},
Number = {1},
Pages = {75--90},
Publisher = {Springer},
Title = {GP-BayesFilters: Bayesian filtering using Gaussian process prediction and observation models},
Volume = {27},
Year = {2009}}
@article{liu2014improving,
Author = {Liu, Ming and Zhang, Fan and Datseris, Philip and Huang, He Helen},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Journal = {Journal of Intelligent \& Robotic Systems},
Number = {3-4},
Pages = {461--474},
Publisher = {Springer},
Title = {Improving finite state impedance control of active-transfemoral prosthesis using dempster-shafer based state transition rules},
Volume = {76},
Year = {2014}}
@inproceedings{dhir2018locomotion,
Author = {Dhir, Neil and Dallali, Houman and Ficanha, Evandro Maicon and Ribeiro, Guilherme Aramizo and Rastgaar, Mo},
Booktitle = {2018 IEEE International Conference on Robotics and Automation (ICRA)},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Organization = {IEEE},
Pages = {1488--1495},
Title = {Locomotion envelopes for adaptive control of powered ankle prostheses},
Year = {2018}}
@incollection{gibbons2011nonparametric,
Author = {Gibbons, Jean Dickinson and Chakraborti, Subhabrata},
Booktitle = {International encyclopedia of statistical science},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Pages = {977--979},
Publisher = {Springer},
Title = {Nonparametric statistical inference},
Year = {2011}}
@article{ranganathan2011online,
Author = {Ranganathan, Ananth and Yang, Ming-Hsuan and Ho, Jeffrey},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Journal = {IEEE Transactions on Image Processing},
Number = {2},
Pages = {391--404},
Publisher = {IEEE},
Title = {Online sparse Gaussian process regression and its applications},
Volume = {20},
Year = {2011}}
@article{fischler1981random,
Author = {Fischler, Martin A and Bolles, Robert C},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Journal = {Communications of the ACM},
Number = {6},
Pages = {381--395},
Publisher = {ACM},
Title = {Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography},
Volume = {24},
Year = {1981}}
@article{lee2016summary,
Author = {Lee, Hyunglae and Rouse, Elliott J and Krebs, Hermano Igo},
Date-Added = {2019-03-09 11:57:20 -0500},
Date-Modified = {2019-03-09 11:57:20 -0500},
Journal = {IEEE journal of translational engineering in health and medicine},
Pages = {1--7},
Publisher = {IEEE},
Title = {Summary of human ankle mechanical impedance during walking},
Volume = {4},
Year = {2016}}
@book{winter2009biomechanics,
Author = {Winter, David A},
Publisher = {John Wiley \& Sons},
Title = {Biomechanics and motor control of human movement},
Year = {2009}}
@article{johansson2005clinical,
Author = {Johansson, Jennifer L and Sherrill, Delsey M and Riley, Patrick O and Bonato, Paolo and Herr, Hugh},
Journal = {American journal of physical medicine \& rehabilitation},
Number = {8},
Pages = {563--575},
Publisher = {LWW},
Title = {A clinical comparison of variable-damping and mechanically passive prosthetic knee devices},
Volume = {84},
Year = {2005}}
@book{perry2010gait,
Author = {Perry, Jacquelin and Burnfield, Judith M},
Edition = {2},
Publisher = {Slack Thorofare, NJ},
Title = {Gait analysis: normal and pathological function},
Year = {2010}}
@article{nadeau2003frontal,
Author = {Nadeau, Sylvie and McFadyen, Bradford J and Malouin, Francine},
Journal = {Clinical Biomechanics},
Number = {10},
Pages = {950--959},
Publisher = {Elsevier},
Title = {Frontal and sagittal plane analyses of the stair climbing task in healthy adults aged over 40 years: what are the challenges compared to level walking?},
Volume = {18},
Year = {2003}}
@article{buczek1990stance,
Author = {Buczek, Frank L and Cavanagh, PETER R},
Journal = {Med Sci Sports Exerc},
Number = {5},
Pages = {669--677},
Title = {Stance phase knee and ankle kinematics and kinetics during level and downhill running},
Volume = {22},
Year = {1990}}
@article{hubley1983work,
Author = {Hubley, CL and Wells, RP},
Journal = {European Journal of Applied Physiology and Occupational Physiology},
Number = {2},
Pages = {247--254},
Publisher = {Springer},
Title = {A work-energy approach to determine individual joint contributions to vertical jump performance},
Volume = {50},
Year = {1983}}
@article{eng1994strategies,
Author = {Eng, Janice J and Winter, David A and Patla, Aftab E},
Journal = {Experimental Brain Research},
Number = {2},
Pages = {339--349},
Publisher = {Springer},
Title = {Strategies for recovery from a trip in early and late swing during human walking},
Volume = {102},
Year = {1994}}
@article{waters1976energy,
Author = {Waters, RL and Perry, Jacquelin and Antonelli, DANIEL and Hislop, Helen},
Journal = {J Bone Joint Surg Am},
Number = {1},
Pages = {42--46},
Publisher = {The American Orthopedic Association},
Title = {Energy cost of walking of amputees: the influence of level of amputation},
Volume = {58},
Year = {1976}}
@article{lawson2013control,
Author = {Lawson, Brian Edward and Varol, Huseyin Atakan and Huff, Amanda and Erdemir, Erdem and Goldfarb, Michael},
Journal = {IEEE Transactions on Neural Systems and Rehabilitation Engineering},
Number = {3},
Pages = {466--473},
Publisher = {IEEE},
Title = {Control of stair ascent and descent with a powered transfemoral prosthesis},
Volume = {21},
Year = {2013}}
@article{herr2012bionic,
Author = {Herr, Hugh M. and Grabowski, Alena M.},
Doi = {10.1098/rspb.2011.1194},
Eprint = {http://rspb.royalsocietypublishing.org/content/279/1728/457.full.pdf},
Issn = {0962-8452},
Journal = {Proceedings of the Royal Society of London B: Biological Sciences},
Number = {1728},
Pages = {457--464},
Publisher = {The Royal Society},
Title = {Bionic ankle{\textendash}foot prosthesis normalizes walking gait for persons with leg amputation},
Url = {http://rspb.royalsocietypublishing.org/content/279/1728/457},
Volume = {279},
Year = {2011},
Bdsk-Url-1 = {http://rspb.royalsocietypublishing.org/content/279/1728/457},
Bdsk-Url-2 = {https://doi.org/10.1098/rspb.2011.1194}}
@inproceedings{huff2012running,
Author = {Huff, Amanda M and Lawson, Brian E and Goldfarb, Michael},
Booktitle = {2012 Annual International Conference of the IEEE Engineering in Medicine and Biology Society},
Organization = {IEEE},
Pages = {4168--4171},
Title = {A running controller for a powered transfemoral prosthesis},
Year = {2012}}
@article{shultz2015running,
Author = {Shultz, Amanda H and Lawson, Brian E and Goldfarb, Michael},
Journal = {IEEE Transactions on Neural Systems and Rehabilitation Engineering},
Number = {3},
Pages = {403--412},
Publisher = {IEEE},
Title = {Running with a powered knee and ankle prosthesis},
Volume = {23},
Year = {2015}}
@inproceedings{varol2009powered,
Author = {Varol, Huseyin Atakan and Sup, Frank and Goldfarb, Michael},
Booktitle = {2009 IEEE International Conference on Rehabilitation Robotics},
Organization = {IEEE},
Pages = {645--651},
Title = {Powered sit-to-stand and assistive stand-to-sit framework for a powered transfemoral prosthesis},
Year = {2009}}
@article{rouse2015design,
Author = {Rouse, Elliott J and Villagaray-Carski, Nathan C and Emerson, Robert W and Herr, Hugh M},
Journal = {PloS one},
Number = {8},
Pages = {e0135148},
Publisher = {Public Library of Science},
Title = {Design and Testing of a Bionic Dancing Prosthesis},
Volume = {10},
Year = {2015}}
@inproceedings{thatte2014towards,
Author = {Thatte, Nitish and Geyer, Hartmut},
Booktitle = {2014 IEEE/RSJ International Conference on Intelligent Robots and Systems},
Organization = {IEEE},
Pages = {2069--2074},
Title = {Towards local reflexive control of a powered transfemoral prosthesis for robust amputee push and trip recovery},
Year = {2014}}
@article{thatte2017sample,
Author = {Thatte, Nitish and Duan, Helei and Geyer, Hartmut},
Journal = {IEEE Robotics and Automation Letters},
Publisher = {IEEE},
Title = {A Sample-Efficient Black-Box Optimizer to Train Policies for Human-in-the-Loop Systems with User Preferences},
Year = {2017}}
@phdthesis{schepelmann2016evaluation,
Author = {Schepelmann, Alexander},
School = {Carnegie Mellon University},
Title = {Evaluation of Decentralized Reactive Swing-Leg Controllers on Powered Robotic Legs},
Year = {2016}}
@book{mcgeer_1992,
Author = {McGeer, Tad},
Collection = {Advances in Comparative and Environmental Physiology},
Place = {Berlin, Heielberg},
Publisher = {Springer-Verlag},
Series = {Advances in Comparative and Environmental Physiology},
Title = {Principles of walking and running},
Volume = {11},
Year = {1992}}
@article{geyer2006compliant,
Author = {Geyer, Hartmut and Seyfarth, Andre and Blickhan, Reinhard},
Journal = {Proceedings of the Royal Society of London B: Biological Sciences},
Number = {1603},
Pages = {2861--2867},
Publisher = {The Royal Society},
Title = {Compliant leg behaviour explains basic dynamics of walking and running},
Volume = {273},
Year = {2006}}
@article{mochon1980ballistic,
Author = {Mochon, Simon and McMahon, Thomas A},
Journal = {Journal of biomechanics},
Number = {1},
Pages = {49--57},
Publisher = {Elsevier},
Title = {Ballistic walking},
Volume = {13},
Year = {1980}}
@article{mcgeer1990passive,
Author = {McGeer, Tad},
Journal = {The international journal of robotics research},
Number = {2},
Pages = {62--82},
Publisher = {Sage Publications},
Title = {Passive dynamic walking},
Volume = {9},
Year = {1990}}
@article{collins2005efficient,
Author = {Collins, Steve and Ruina, Andy and Tedrake, Russ and Wisse, Martijn},