-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrefs.bib
More file actions
1637 lines (1416 loc) · 42.2 KB
/
refs.bib
File metadata and controls
1637 lines (1416 loc) · 42.2 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
@STRING{aistats = {Proc. AISTATS}}
@STRING{ajp = {American Journal of Psychology}}
@STRING{ap = {A*/cademic Press}}
@STRING{cdps = {Current Directions in Psychological Science}}
@STRING{cup = {Cambridge University Press}}
@STRING{cvgip = {Computer Vision, Graphics and Image Processing}}
@STRING{bmvc = {Proc. BMVC}}
@STRING{cvpr = {Proc. CVPR}}
@STRING{eccv = {Proc. ECCV}}
@STRING{iccv = {Proc. ICCV}}
@STRING{icml = {Proc. ICML}}
@STRING{ijcv = {IJCV}}
@STRING{jep = {Journal of Experimental Psychology: Human Perception and Performance}}
@STRING{jmlr = {JMLR}}
@STRING{josa = {Journal of Optical Society of America}}
@STRING{jrssb = {Journal of the Royal Statistics Society, Series B}}
@STRING{laa = {Linear Algebra and its applications}}
@STRING{lncs = {Lecture Notes in Computer Science}}
@STRING{mit = {MIT Press}}
@STRING{ml = {Machine Learning}}
@STRING{nips = {NIPS}}
@STRING{ntr = {Nature}}
@STRING{pami = {PAMI}}
@STRING{pp = {Perception and Psychophysics}}
@STRING{pr = {Psychological Review}}
@STRING{sci = {Science}}
@STRING{siamsc = {SIAM Journal on Scientific Computing}}
@STRING{sv = {Springer-Verlag}}
@STRING{vr = {Vision Research}}
@INPROCEEDINGS{floresta,
author = {Afonso, S. and Bick, E. and Haber, R. and Santos, D.},
title = {{Floresta Sinta(c)tica: a treebank for Portuguese}},
booktitle = {Proc. LREC},
year = {2002}
}
@ARTICLE{Alpher02,
author = {A. Alpher},
title = {Frobnication},
journal = {Journal of Foo},
year = {2002},
owner = {bensapp},
timestamp = {2012.04.03}
}
@ARTICLE{Alpher03,
author = {A. Alpher and and J.~P.~N. Fotheringham-Smythe},
title = {Frobnication revisited},
journal = {Journal of Foo},
year = {2003},
owner = {bensapp},
timestamp = {2012.04.03}
}
@ARTICLE{Alpher04,
author = {A. Alpher and and J.~P.~N. Fotheringham-Smythe and G. Gamow},
title = {Can a machine frobnicate?},
journal = {Journal of Foo},
year = {2004},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{Altun2003,
author = {Y. Altun and I. Tsochantaridis and T. Hofmann},
title = {Hidden {M}arkov Support Vector Machines},
booktitle = {Proc. ICML},
year = {2003}
}
@INPROCEEDINGS{andriluka2010,
author = {Andriluka, M. and Roth, S. and Schiele, B.},
title = {Monocular 3d pose estimation and tracking by detection},
booktitle =cvpr,
year = {2010},
}
@INPROCEEDINGS{andriluka09,
author = {Andriluka, M. and Roth, S. and Schiele, B.},
title = {{Pictorial structures revisited: People detection and articulated
pose estimation}},
booktitle = cvpr,
year = {2009}
}
@INPROCEEDINGS{Andriluka2009,
author = {Andriluka, M. and Roth, S. and Schiele, B.},
title = {{Pictorial structures revisited: People detection and articulated
pose estimation}},
booktitle = cvpr,
year = {2009},
owner = {bensapp},
timestamp = {2012.04.03}
}
@CONFERENCE{andriluka2008people,
author = {Andriluka, M. and Roth, S. and Schiele, B.},
title = {{People-tracking-by-detection and people-detection-by-tracking}},
booktitle = {Proc. CVPR},
year = {2008},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{bb67413,
author = {M. Andriluka and S. Roth and B. Schiele},
title = {People-tracking-by-detection and people-detection-by-tracking},
booktitle = {Proc. CVPR},
year = {2008}
}
@INPROCEEDINGS{andriluka-multiple,
author = {M. Andriluka and L. Sigal},
title = {Human Context: Modeling human-human interactions for monocular 3D
pose estimation},
booktitle = {Proc. AMDO},
year = {2012}
}
@MISC{Authors10,
author = {Authors},
title = {The frobnicatable foo filter},
year = {2010},
note = {ECCV10 submission ID 324. Supplied as additional material {\tt eccv08.pdf}},
owner = {bensapp},
timestamp = {2012.04.03}
}
@MISC{Authors10b,
author = {Authors},
title = {Frobnication tutorial},
year = {2010},
note = {Supplied as additional material {\tt tr.pdf}},
owner = {bensapp},
timestamp = {2012.04.03}
}
@CONFERENCE{balan06,
author = {Balan, A.O. and Black, M.J.},
title = {{An adaptive appearance model approach for model-based articulated
object tracking}},
booktitle = {Proc. CVPR},
year = {2006},
owner = {bensapp},
timestamp = {2012.04.02}
}
@ARTICLE{bartlettM02,
author = {P. L. Bartlett and S. Mendelson},
title = {Rademacher and {G}aussian Complexities: Risk Bounds and Structural
Results},
journal = {JMLR},
year = {2002},
}
@INPROCEEDINGS{batra2011making,
author = {Batra, D. and Kohli, P.},
title = {Making the right moves: Guiding alpha-expansion using local primal-dual
gaps},
booktitle = cvpr,
year = {2011},
}
@ARTICLE{belongie2001,
author = {Belongie, S. and Malik, J. and Puzicha, J.},
title = {Shape context: A new descriptor for shape matching and object recognition},
journal = nips,
year = {2001},
publisher = {MIT; 1998}
}
@BOOK{Bertsekas1999,
title = {Nonlinear Programming},
year = {1999},
author = {D. P. Bertsekas},
owner = {bensapp},
timestamp = {2012.04.02}
}
@BOOK{bertsekas99,
title = {Nonlinear Programming},
publisher = {Athena Scientific},
year = {1999},
author = {D. P. Bertsekas},
edition = {Second}
}
@ARTICLE{biederman-geons,
author = {Irving Biederman},
title = {Recognition-by-components: A theory of human image understanding},
journal = {Psychological Review},
year = {1987},
}
@INPROCEEDINGS{binford71,
author = {Binford, T.O.},
title = {Visual perception by computer},
booktitle = {Proc. Systems and Control},
year = {1971},
}
@BOOK{bishop-book,
title = {Pattern recognition and machine learning},
publisher = {Springer New York},
year = {2006},
author = {Bishop, C.M.},
}
@CONFERENCE{bo08,
author = {Bo, L. and Sminchisescu, C. and Kanaujia, A. and Metaxas, D.},
title = {{Fast algorithms for large scale conditional 3d prediction}},
booktitle = cvpr,
year = {2008},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{bottou-bousquet-2008,
author = {L\'{e}on Bottou and Olivier Bousquet},
title = {The Tradeoffs of Large Scale Learning},
booktitle = nips,
year = {2008},
}
@INPROCEEDINGS{bourdev09,
author = {L. Bourdev and J. Malik},
title = {Poselets: Body Part Detectors Trained Using 3D Human Pose Annotations},
booktitle = iccv,
year = {2009},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{poselets,
author = {L. Bourdev and J. Malik},
title = {Poselets: Body Part Detectors Trained Using 3D Human Pose Annotations},
booktitle = iccv,
year = {2009},
url = {http://www.eecs.berkeley.edu/~lbourdev/poselets}
}
@ARTICLE{boykov2001,
author = {Boykov, Y. and Veksler, O. and Zabih, R.},
title = {Fast approximate energy minimization via graph cuts},
journal = pami,
year = {2001},
}
@ARTICLE{opencv,
author = {Bradski, G.},
title = {{The OpenCV Library}},
journal = {Dr. Dobb's Journal of Software Tools},
year = {2000},
}
@CONFERENCE{bregler98,
author = {Bregler, C. and Malik, J.},
title = {{Tracking people with twists and exponential maps}},
booktitle = cvpr,
year = {1998},
owner = {bensapp},
timestamp = {2012.04.02}
}
@CONFERENCE{buehler08,
author = {Buehler, P. and Everingham, M. and Huttenlocher, DP and Zisserman,
A.},
title = {{Long term arm and hand tracking for continuous sign language TV
broadcasts}},
booktitle = bmvc,
year = {2008},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{buehler2009,
author = {Buehler, P. and Zisserman, A. and Everingham, M.},
title = {Learning sign language by watching TV (using weakly aligned subtitles)},
booktitle = cvpr,
year = {2009},
}
@ARTICLE{sminch11,
author = {J. Carreira and F. Li and C. Sminchisescu},
title = {{Object Recognition by Sequential Figure-Ground Ranking}},
journal = ijcv,
year = {2011},
pdf = {http://sminchisescu.ins.uni-bonn.de/papers/IJCV-sequential12.pdf 1}
}
@INPROCEEDINGS{carreras2008tag,
author = {Carreras, X. and Collins, M. and Koo, T.},
title = {TAG, dynamic programming, and the perceptron for efficient, feature-rich
parsing},
booktitle = {Proc. CoNLL},
year = {2008},
}
@ARTICLE{cavallanti2007tbh,
author = {Cavallanti, G. and Cesa-Bianchi, N. and Gentile, C.},
title = {{Tracking the best hyperplane with a simple budget Perceptron}},
journal = {Machine Learning},
year = {2007},
publisher = {Springer}
}
@INPROCEEDINGS{charniak2000maximum,
author = {Charniak, E.},
title = {{A maximum-entropy-inspired parser}},
booktitle = {Proc. NAACL},
year = {2000},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{hiero,
author = {Chiang, David and Lopez, Adam and Madnani, Nitin and Monz, Christof
and Resnik, Philip and Subotin, Michael},
title = {The Hiero machine translation system: extensions, evaluation, and
analysis},
booktitle = {Proc. EMNLP},
year = {2005},
series = {HLT '05},
publisher = {Association for Computational Linguistics}
}
@INPROCEEDINGS{Collins2002,
author = {M. Collins},
title = {Discriminative training methods for hidden Markov models: theory
and experiments with perceptron algorithms},
booktitle = {Proc. EMNLP},
year = {2002}
}
@INPROCEEDINGS{collinsR04,
author = {Michael Collins and Brian Roark},
title = {Incremental Parsing with the Perceptron Algorithm},
booktitle = {ACL},
year = {2004},
}
@INPROCEEDINGS{cour05,
author = {T. Cour and F. Benezit and J. Shi},
title = {Spectral Segmentation with Multiscale Graph Decomposition},
booktitle = cvpr,
year = {2005},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{cour07,
author = {T. Cour and J. Shi},
title = {Recognizing objects by piecing together the Segmentation Puzzle},
booktitle = cvpr,
year = {2007},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{Crammer03onlineclassification,
author = {K. Crammer and J. Kandola and Y. Singer},
title = {Online Classification on a Budget},
booktitle = nips,
year = {2003},
publisher = {MIT Press}
}
@INPROCEEDINGS{dalal-triggs,
author = {Dalal, N. and Triggs, B.},
title = {Histograms of oriented gradients for human detection},
booktitle = cvpr,
year = {2005},
}
@INPROCEEDINGS{hog,
author = {N. Dalal and B. Triggs},
title = {Histograms of Oriented Gradients for Human Detection},
booktitle = cvpr,
year = {2005}
}
@ARTICLE{dekel2008forgetron,
author = {Dekel, O. and Shalev-Shwartz, S. and Singer, Y.},
title = {{The Forgetron: A kernel-based Perceptron on a budget}},
journal = {SIAM Journal on Computing},
year = {2008},
}
@INPROCEEDINGS{delaitre12,
author = {Delaitre, V. and Fouhey, D. and Laptev, I. and Sivic, J. and Gupta,
A. and Efros, A.},
title = {Scene semantics from long-term observation of people},
booktitle = eccv,
year = {2012}
}
@inproceedings{imagenet,
author = {Deng, J. and Berg, A. and Li, K. and Fei-Fei, L.},
title = {What does classifying more than 10,000 image categories tell us?},
booktitle = eccv,
year = {2010},
}
@INPROCEEDINGS{deng11,
author = {J. Deng and S. Satheesh and A. Berg and L. Fei-Fei},
title = {Fast and Balanced: Efficient Label Tree Learning for Large Scale
Object Recognition},
booktitle = nips,
year = {2011}
}
@ARTICLE{bb68704,
author = {J. Deutscher and I. D. Reid},
title = {Articulated Body Motion Capture by Stochastic Search},
journal = ijcv,
year = {2005},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{druck_learning_2007,
author = {G. Druck and M. A. Amherst and M. Narasimhan and W. A. Redmond and
P. Viola},
title = {Learning {A*} underestimates: Using inference to guide inference},
booktitle = aistats,
year = {2007}
}
@INPROCEEDINGS{batra2012,
author = {K. Duan and D. Batra and D. Crandall},
title = {A Multi-layer Composite Model for Human Pose Estimation},
booktitle = bmvc,
year = {2012},
owner = {bensapp},
timestamp = {2012.08.07}
}
@ARTICLE{eichner2010we,
author = {Eichner, M. and Ferrari, V.},
title = {We are family: Joint pose estimation of multiple persons},
journal = eccv,
year = {2010},
publisher = {Springer}
}
@INPROCEEDINGS{eichner09,
author = {Eichner, M. and Ferrari, V.},
title = {{Better appearance models for pictorial structures}},
booktitle = bmvc,
year = {2009},
owner = {bensapp},
timestamp = {2012.04.03}
}
@CONFERENCE{Eichner2009,
author = {Eichner, M. and Ferrari, V.},
title = {{Better appearance models for pictorial structures}},
booktitle = bmvc,
year = {2009},
owner = {bensapp},
timestamp = {2012.04.02}
}
@TECHREPORT{eichner-tr,
author = {Eichner, M. and Marin-Jimenez, M. and Zisserman, A. and Ferrari,
V.},
title = {Articulated Human Pose Estimation and Search in (Almost) Unconstrained
Still Images},
institution = {ETH Zurich, D-ITET, BIWI},
year = {2010},
owner = {bensapp},
timestamp = {2012.08.12}
}
@ARTICLE{voc,
author = {Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn,
J. and Zisserman, A.},
title = {The Pascal Visual Object Classes (VOC) Challenge},
journal = ijcv,
year = {2010},
owner = {bensapp},
timestamp = {2012.04.02}
}
@MISC{voc09,
author = {Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn,
J. and Zisserman, A.},
title = {The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2009 {(VOC2009)}
{R}esults},
year = {2009},
owner = {bensapp},
timestamp = {2012.04.03}
}
@ARTICLE{liblinear,
author = {R. Fan and K. Chang and C. Hsieh and X. Wang and C. Lin},
title = {{LIBLINEAR}: A Library for Large Linear Classification},
journal = jmlr,
year = {2008},
}
@ARTICLE{latentsvm,
author = {Felzenszwalb, P. and Girshick, R. and McAllester, D. and Ramanan,
D.},
title = {{Object Detection with Discriminatively Trained Part Based Models}},
journal = pami,
year = {2008},
owner = {bensapp},
timestamp = {2012.04.03}
}
@ARTICLE{felz05,
author = {Felzenszwalb, P. and Huttenlocher, D.P.},
title = {{Pictorial structures for object recognition}},
journal = ijcv,
year = {2005},
owner = {bensapp},
publisher = {Springer},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{pff-dpm,
author = {Felzenszwalb, P. and McAllester, D. and Ramanan, D.},
title = {A discriminatively trained, multiscale, deformable part model},
booktitle = cvpr,
year = {2008},
}
@ARTICLE{felz2010fast,
author = {Felzenszwalb, P. and McAuley, J.},
title = {Fast Inference with Min-Sum Matrix Product},
journal = pami,
year = {2010},
}
@MISC{dpm,
author = {Felzenszwalb, P. and Girshick, R. and McAllester, D.},
title = {Discriminatively Trained Deformable Part Models, Release 4},
url = {http://people.cs.uchicago.edu/pff/latent-release4/},
year = {2011},
owner = {bensapp},
timestamp = {2012.04.02}
}
@TECHREPORT{felz-dt,
author = {P. Felzenszwalb and D. Huttenlocher},
title = {Distance Transforms of Sampled Functions},
institution = {Cornell Computing and Information Science},
year = {2006},
owner = {bensapp},
timestamp = {2012.04.11}
}
@INPROCEEDINGS{fergus2005sparse,
author = {Fergus, R. and Perona, P. and Zisserman, A.},
title = {{A sparse object category model for efficient learning and exhaustive
recognition}},
booktitle = cvpr,
year = {2005},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{posesearch,
author = {Ferrari, V. and Marin-Jimenez, M. and Zisserman, A.},
title = {Pose search: retrieving people using their pose},
booktitle = cvpr,
year = {2009},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{ferrari08,
author = {Ferrari, V. and Marin-Jimenez, M. and Zisserman, A.},
title = {{Progressive search space reduction for human pose estimation}},
booktitle = cvpr,
year = {2008}
}
@ARTICLE{fischler1973ps,
author = {Fischler, M. and Elschlager, R.},
title = {{The representation and matching of pictorial structures}},
journal = {IEEE Transactions on Computers},
year = {1973},
owner = {bensapp},
timestamp = {2012.04.03}
}
@ARTICLE{geman2001,
author = {Fleuret, G. and Geman, D.},
title = {{Coarse-to-Fine Face Detection}},
journal = ijcv,
year = {2001},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{bodyplans,
author = {Forsyth, D. and Fleck, M.},
title = {Body Plans},
booktitle = cvpr,
year = {1997},
owner = {bensapp},
timestamp = {2012.08.21}
}
@ARTICLE{freund1997decision,
author = {Freund, Y. and Schapire, R.E.},
title = {{A decision-theoretic generalization of on-line learning and an application
to boosting}},
journal = {JCSS},
year = {1997},
owner = {bensapp},
timestamp = {2012.04.03}
}
@BOOK{esl-book,
title = {The elements of statistical learning},
publisher = {Springer Series in Statistics},
year = {2001},
author = {Friedman, J. and Hastie, T. and Tibshirani, R.},
}
@ARTICLE{friedman00,
author = {Friedman, J. and Hastie, T. and Tibshirani, R.},
title = {{Additive logistic regression: A statistical view of boosting}},
journal = {The annals of statistics},
year = {2000},
owner = {bensapp},
publisher = {Institute of Mathematical Statistics},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{frome07,
author = {Frome, A. and Singer, Y. and Sha, F. and Malik, J.},
title = {Learning globally-consistent local distance functions for shape-based
image retrieval and classification},
booktitle = iccv,
year = {2007},
owner = {bensapp},
timestamp = {2012.04.02}
}
@BOOK{psd-book,
title = {Predicting structured data},
publisher = {The MIT Press},
year = {2007},
author = {G.Bakir and T. Hofmann and B. Schölkopf and A. Smola and Ben Taskar
and S. V. N. Vishwanathan}
}
@ARTICLE{gould08ijcv,
author = {S. Gould and J. Rodgers and D. Cohen and G. Elidan and
D. Koller},
title = {Multi-class Segmentation with Relative Location Prior},
journal = ijcv,
year = {2008},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{gupta11,
author = {A. Gupta and S. Satkin and A. Efros and M. Hebert},
title = {From 3D Scene Geometry to Human Workspace},
booktitle = cvpr,
year = {2011}
}
@ARTICLE{heckbert1982color,
author = {Heckbert, P.},
title = {COLOR IMAGE QUANTIZATION FOR FRAME BUFFER DISPLAY},
journal = {Computer Graphics},
year = {1982},
}
@INPROCEEDINGS{huang2008forest,
author = {L. Huang},
title = {{Forest reranking: Discriminative parsing with non-local features}},
booktitle = {Proc. ACL},
year = {2008}
}
@INPROCEEDINGS{ioffe2001,
author = {Ioffe, S. and Forsyth, D.},
title = {Human tracking with mixtures of trees},
booktitle = iccv,
year = {2001},
}
@INPROCEEDINGS{ionescu2011,
author = {Ionescu, C. and Fuxin Li and Sminchisescu, C.},
title = {Latent structured models for human pose estimation},
booktitle = iccv,
year = {2011},
issn = {1550-5499}
}
@ARTICLE{isard98,
author = {Isard, M. and Blake, A.},
title = {{Condensation conditional density propagation for visual tracking}},
journal = ijcv,
year = {1998},
owner = {bensapp},
timestamp = {2012.04.02}
}
@ARTICLE{jaakkola2000,
author = {Jaakkola, T. and Jordan, M.},
title = {Bayesian parameter estimation via variational methods},
journal = {Statistics and Computing},
year = {2000},
publisher = {Springer}
}
@ARTICLE{jaynes1963,
author = {Jaynes, E.T.},
title = {Information theory and statistical mechanics},
journal = {Statistical Physics},
year = {1963},
}
@INPROCEEDINGS{everingham2011,
author = {S. Johnson and M. Everingham},
title = {Learning effective human pose estimation from inaccurate annotation},
booktitle = cvpr,
year = {2011},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{jojic10,
author = {V. Jojic and S. Gould and D. Koller},
title = {Accelerated Dual Decomposition for {MAP} Inference},
booktitle = icml,
year = {2010}
}
@CONFERENCE{cardboard,
author = {S. Ju and M. Black and Y. Yacoob},
title = {Cardboard people: A parameterized model of articulated motion},
booktitle = {Automatic Face and Gesture Recognition},
year = {1996},
}
@PHDTHESIS{Kassel_Thesis,
author = {R. Kassel},
title = {A Comparison of Approaches to On-line Handwritten Character Recognition},
school = {Massachusetts Institute of Technology},
year = {1995}
}
@BOOK{koller-book,
title = {Probabilistic Graphical Models: Principles and Techniques},
publisher = {The MIT Press},
year = {2009},
author = {Koller, D. and Friedman, N.}
}
@INPROCEEDINGS{komodakis2007,
author = {N. Komodakis and N. Paragios and G. Tziritas},
title = {{MRF} Optimization via Dual Decomposition: Message-Passing Revisited},
booktitle = iccv,
year = {2007}
}
@INPROCEEDINGS{kratz-tracking,
author = {Kratz, L. and Nishino, K.},
title = {{Tracking with Local Spatio-Temporal Motion Patterns in Extremely
Crowded Scenes}},
booktitle = cvpr,
year = {2010}
}
@INPROCEEDINGS{kulesza11,
author = {Kulesza, A. and Taskar, B.},
title = {{Structured determinantal point processes}},
booktitle = nips,
year = {2010},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{kumar2003discriminative,
author = {Kumar, S. and Hebert, M.},
title = {Discriminative random fields: A discriminative framework for contextual
interaction in classification},
booktitle = iccv,
year = {2003},
}
@INPROCEEDINGS{kwon2009,
author = {J. S. Kwon and K. M. Lee},
title = {Tracking of a non-rigid object via patch-based dynamic appearance
modeling and adaptive Basin Hopping Monte Carlo sampling},
booktitle = cvpr,
year = {2009}
}
@INPROCEEDINGS{lafferty01crfs,
author = {J. Lafferty and A. McCallum and F. Pereira},
title = {Conditional Random Fields: Probabilistic Models for Segmenting and
Labeling Sequence Data},
booktitle = icml,
year = {2001}
}
@CONFERENCE{lafferty2001,
author = {J. Lafferty and A. McCallum and F. Pereira},
title = {Conditional Random Fields: Probabilistic Models for Segmenting and
Labeling Sequence Data},
booktitle = icml,
year = {2001},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{lafferty2004kernel,
author = {Lafferty, J. and Zhu, X. and Liu, Y.},
title = {{Kernel conditional random fields: representation and clique selection}},
booktitle = icml,
year = {2004},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{lamel1989sdd,
author = {Lamel, L.F. and Kassel, R.H. and Seneff, S.},
title = {{Speech database development: Design and analysis of the acoustic-phonetic
corpus}},
booktitle = {Speech Input/Output Assessment and Speech Databases},
year = {1989}
}
@CONFERENCE{lan05,
author = {Lan, X. and Huttenlocher, D.P.},
title = {{Beyond trees: Common-factor models for 2d human pose recovery}},
booktitle = iccv,
year = {2005},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{lan5beyond,
author = {Lan, X. and Huttenlocher, D.P.},
title = {{Beyond trees: Common-factor models for 2d human pose recovery}},
booktitle = iccv,
year = {2005},
owner = {bensapp},
timestamp = {2012.04.03}
}
@INPROCEEDINGS{lee09,
author = {Lee, D.C. and Hebert, M. and Kanade, T.},
title = {Geometric reasoning for single image structure recovery},
booktitle = cvpr,
year = {2009},
}
@ARTICLE{lee06,
author = {Lee, M. and Nevatia, R.},
title = {{Human pose tracking using multi-level structured models}},
journal = eccv,
year = {2006},
owner = {bensapp},
timestamp = {2012.04.02}
}
@ARTICLE{lefakis2010joint,
author = {Lefakis, L. and Fleuret, F.},
title = {Joint Cascade Optimization Using a Product of Boosted Classifiers},
journal = nips,
year = {2010}
}
@PHDTHESIS{liu-optflow,
author = {C. Liu},
title = {Beyond pixels: exploring new representations and applications for
motion analysis},
school = {Massachusetts Institute of Technology},
year = {2009}
}
@ARTICLE{liu2011sift,
author = {Liu, C. and Yuen, J. and Torralba, A.},
title = {Sift flow: Dense correspondence across scenes and its applications},
journal = pami,
year = {2011},
}
@INPROCEEDINGS{esvm,
author = {T. Malisiewicz and A. Gupta and A. Efros},
title = {Ensemble of Exemplar-SVMs for Object Detection and Beyond},
booktitle = iccv,
year = {2011},
owner = {bensapp},
timestamp = {2012.04.02}
}
@ARTICLE{PennTreebank,
author = {M. Marcus and S. Santorini and M. Marcinkiewicz},
title = {Building a large annotated corpus of English: the Penn Treebank},
journal = {Computational Linguistics},
year = {1993},
}
@ARTICLE{pb,
author = {Martin, D.R. and Fowlkes, C.C. and Malik, J.},
title = {{Learning to detect natural image boundaries using local brightness,
color, and texture cues}},
journal = pami,
year = {2004},
owner = {bensapp},
timestamp = {2012.04.03}
}
@ARTICLE{miko04,
author = {Mikolajczyk, K. and Schmid, C. and Zisserman, A.},
title = {{Human detection based on a probabilistic assembly of robust part
detectors}},
journal = eccv,
year = {2004},
owner = {bensapp},
timestamp = {2012.04.02}
}
@INPROCEEDINGS{mori02,
author = {G. Mori and J. Malik},
title = {Estimating Human Body Configurations using Shape Context Matching},
booktitle = eccv,
year = {2002},
}
@CONFERENCE{mori04,
author = {Mori, G. and Ren, X. and Efros, A. and Malik, J.},
title = {{Recovering human body configurations: Combining segmentation and
recognition}},
booktitle = cvpr,
year = {2004},
owner = {bensapp},
timestamp = {2012.04.03}
}
@ARTICLE{munoz2007people,
author = {Mu{\~n}oz-Salinas, R. and Aguirre, E. and Garc{\'\i}a-Silvente, M.},
title = {{People detection and tracking using stereo vision and color}},
journal = {Image and Vision Computing},
year = {2007},
publisher = {Elsevier}
}
@INPROCEEDINGS{munoz10,
author = {D. Munoz and J. A. D. Bagnell and M. Hebert},
title = {Stacked Hierarchical Labeling},
booktitle = eccv,
year = {2010},
}
@INPROCEEDINGS{dtf2011,
author = {Nowozin, S. and Rother, C. and Bagon, S. and Sharp, T. and Yao, B.
and Kohli, P.},
title = {Decision tree fields},
booktitle = iccv,
year = {2011},
}
@CONFERENCE{P.Felzenszwalb2010,
author = {P. Felzenszwalb, R. Girshick and D. McAllester},
title = {Cascade Object Detection with Deformable Part Models},
booktitle = cvpr,
year = {2010}