-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathreferences.bib
1459 lines (1456 loc) · 58.1 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
@string{ jmlr = "Journal of Machine Learning Research" }
@string{ tit = "{IEEE} Transactions on Information Theory" }
@string{ tip = "{IEEE} Transactions on Image Processing" }
@string{ pami = "{IEEE} Transactions on Pattern Analysis and Machine Intelligence" }
@string{ ijcv = "International Journal of Computer Vision" }
@string{ tcs = "Theoretical Computer Science" }
@string{ neuralcomp = "Neural Computation" }
@string{ mathprog = "Mathematical Programming" }
@string{ ai = "Artificial Intelligence" }
@string{ ml = "Machine Learning" }
@inproceedings{LacosteJulien2013,
author = {Lacoste-Julien, Simon and Jaggi, Martin and Schmidt, Mark and Pletscher, Patrick},
title = {{Block-Coordinate Frank-Wolfe Optimization for Structural SVMs}},
booktitle = {Proceedings of the 30th International Conference on Machine Learning ({ICML})},
year = {2013},
note = {To appear},
}
@inproceedings{Jaggi2012,
author = {Jaggi, Martin and Lacoste-Julien, Simon and Schmidt, Mark and Pletscher, Patrick},
title = {{Block-Coordinate Frank-Wolfe for Structural SVMs}},
booktitle = {NIPS Workshop on Optimization for Machine Learning},
year = {2012}
}
@inproceedings{Pletscher2012c,
author = {Pletscher, Patrick and Wulff, Sharon},
title = {{LPQP} for {MAP}: Putting {LP} Solvers to Better Use},
booktitle = {Proceedings of the 29th International Conference on Machine Learning ({ICML})},
year = {2012},
}
@inproceedings{Pletscher2012b,
author = {Pletscher, Patrick and Ong, Cheng Soon},
title = {Part \& Clamp: An efficient algorithm for structured output learning},
booktitle = {Proceedings of the Fifteenth International Conference on Artificial Intelligence and Statistics ({AISTATS})},
pages = {877--885},
year = {2012},
publisher = {JMLR: W\&CP 22},
}
@inproceedings{Pletscher2012a,
author = {Pletscher, Patrick and Kohli, Pushmeet},
title = {Learning low-order models for enforcing high-order statistics},
booktitle = {Proceedings of the Fifteenth International Conference on Artificial Intelligence and Statistics ({AISTATS})},
pages = {886--894},
year = {2012},
publisher = {JMLR: W\&CP 22},
}
@inproceedings{Pletscher2011a,
author = {Pletscher, Patrick and Wulff, Sharon},
title = {A Combined LP and QP Relaxation for MAP},
booktitle = {NIPS Workshop on Discrete Optimization in Machine Learning (DISCML)},
year = {2011},
}
@inproceedings{Pletscher2011,
author = {Pletscher, Patrick and Nowozin, Sebastian and Kohli, Pushmeet and Rother, Carsten},
title = {Putting {MAP} back on the Map},
booktitle = {33rd Annual Symposium of the German Association for Pattern Recognition ({DAGM})},
year = {2011},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {6835},
pages = {111--121},
}
@inproceedings{Pletscher2010,
author = {Pletscher, Patrick and Ong, Cheng Soon and Buhmann, Joachim M.},
title = {Entropy and Margin Maximization for Structured Output Learning},
booktitle = {Proceedings of the 20th European Conference on Machine Learning ({ECML})},
year = {2010},
series = {Lecture Notes in Computer Science},
volume = {6321},
pages = {83--98},
}
@inproceedings{Pletscher2009,
author = {Pletscher, Patrick and Ong, Cheng Soon and Buhmann, Joachim M.},
title = {Spanning Tree Approximations for Conditional Random Fields},
booktitle = {Proceedings of the Twelfth International Conference on Artificial Intelligence and Statistics ({AISTATS})},
pages = {408--415},
year = {2009},
publisher = {JMLR: W\&CP 5},
}
@inproceedings{Brand2008,
author = {Brand, Matthew and Pletscher, Patrick},
title = {A conditional random field for automatic photo editing},
booktitle = {Proceedings of the {IEEE} Conference on Computer Vision and Pattern Recognition ({CVPR})},
year = {2008},
}
@book{Koller2009,
title = {Probabilistic Graphical Models: Principles and Techniques},
author = {Koller, Daphne and Friedman, Nir},
year = {2009},
publisher = {MIT Press},
}
@book{Robert2001,
author = {Robert, Christian P.},
title = {The Bayesian Choice. From decision Theoretic Foundations to Computational Implementation},
publisher = {Springer},
year = {2001},
}
@book{Bakir2007,
author = {Bakir, G{\"o}khan and Hofmann, Thomas and Sch\"{o}lkopf, Bernhard
and Smola, Alex J. and Taskar, Ben and Vishwanathan, S. V. N.},
title = {Predicting Structured Data},
year = {2007},
publisher = {MIT Press},
}
@article{Kschischang2001,
author = {Kschischang, Frank R. and Frey, Brendan J. and Loeliger, Hans-Andrea},
title = {Factor graphs and the sum-product algorithm},
journal = tit,
number = {2},
pages = {498--519},
volume = {47},
year = {2001}
}
@article{Tsochantaridis2005,
author = {Tsochantaridis, Ioannis and Joachims, Thorsten and Hofmann, Thomas and Altun, Yasemin},
title = {Large Margin Methods for Structured and Interdependent Output Variables},
journal = jmlr,
pages = {1453--1484},
volume = {6},
year = {2005}
}
@article{Wainwright2008,
author = {Wainwright, Martin J. and Jordan, Michael I.},
title = {Graphical Models, Exponential Families, and Variational Inference},
journal = {Foundations and Trends in Machine Learning},
volume = {1},
number = {1-2},
year = {2008},
pages = {1--305},
publisher = {Now Publishers Inc.},
address = {Hanover, MA, USA},
}
@article{Zhang2000,
author = {Zhang, Tong and Oles, Frank J.},
title = {Text Categorization Based on Regularized Linear Classification Methods},
journal = {Information Retrieval},
volume = {4},
pages = {5--31},
year = {2000},
}
@article{Collins2008,
author = {Collins, Michael and Globerson, Amir and Koo, Terry and
Carreras, Xavier and Bartlett, Peter L.},
title = {Exponentiated Gradient Algorithms for Conditional Random Fields
and Max-Margin {M}arkov Networks},
journal = jmlr,
volume = {9},
pages = {1775--1822},
year = {2008},
publisher = {MIT Press},
}
@article{Bartlett2007,
author = {Bartlett, Peter L. and Tewari, Ambuj},
title = {Sparseness vs Estimating Conditional Probabilities: Some Asymptotic Results},
journal = jmlr,
volume = {8},
year = {2007},
pages = {775--790},
publisher = {MIT Press},
}
@article{Quattoni2007,
author = {Quattoni, Ariadna and Wang, Sy Bor and Morency, Louis-Philippe and
Collins, Michael and Darrell, Trevor},
title = {Hidden Conditional Random Fields},
journal = pami,
number = {10},
pages = {1848--1852},
volume = {29},
year = {2007},
}
@inproceedings{Yu2009,
title = {Learning Structural {SVM}s with Latent Variables},
author = {Yu, Chun-Nam and Joachims, Thorsten},
booktitle = {Proceedings of the 26th Annual International Conference on
Machine Learning (ICML)},
pages = {1169--1176},
year = {2009},
}
@article{Canu2006,
author = {Canu, St{\'e}phane and Smola, Alex J.},
title = {Kernel methods and the exponential family},
journal = {Neurocomputing},
volume = {69},
number = {7-9},
pages = {714--720},
year = {2006},
}
@inproceedings{Chapelle2005,
author = {Chapelle, Olivier and Zien, Alexander},
title = {Semi-Supervised Classification by Low Density Separation},
booktitle = {Proceedings of the International Workshop on Artificial Intelligence and Statistics ({AISTATS})},
pages = {57--64},
year = {2005},
}
@inproceedings{Zhang2005,
author = {Zhang, Tong},
title = {Class-size Independent Generalization Analysis of Some Discriminative Multi-Category Classification},
booktitle = {Advances in Neural Information Processing Systems 17 ({NIPS})},
year = {2005},
}
@inproceedings{Gimpel2010,
author = {Gimpel, Kevin and Smith, Noah A.},
title = {Softmax-Margin CRFs: Training Log-Linear Models with Cost Functions},
booktitle = {Human Language Technologies ({HLT})},
year = {2010},
pages = {733--736},
}
@inproceedings{Taskar2003,
author = {Taskar, Ben and Guestrin, Carlos and Koller, Daphne},
title = {Max-Margin Markov Networks},
booktitle = {Advances in Neural Information Processing Systems 16 (NIPS)},
year = {2003}
}
@inproceedings{Lafferty2001,
author = {Lafferty, John and McCallum, Andrew and Pereira, Fernando},
title = {Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data},
booktitle = {Proceedings of the Eighteenth International Conference on Machine Learning ({ICML})},
pages = {282--289},
year = {2001}
}
@book{Vapnik1995,
author = {Vapnik, Vladimir N.},
title = {The Nature of Statistical Learning Theory},
address = {New York, NY, USA},
publisher = {Springer New York Inc.},
year = {1995},
}
@article{Zhu1997,
author = {Zhu, Song and Mumford, David},
title = {Prior learning and {G}ibbs reaction-diffusion},
journal = pami,
pages = {1236--1250},
volume = {19},
number = {11},
year = {1997}
}
@inproceedings{Nowozin2010,
author = {Nowozin, Sebastian and Gehler, Peter V and Lampert, Christoph H},
title = {{On Parameter Learning in CRF-based Approaches to Object Class Image Segmentation}},
booktitle = {Proceedings of the 11th European conference on Computer vision ({ECCV})},
pages = {98--111},
year = {2010}
}
@article{Kumar2006,
author = {Kumar, Sanjiv and Hebert, Martial},
title = {{Discriminative Random Fields}},
journal = ijcv,
number = {2},
pages = {179--201},
volume = {68},
year = {2006}
}
@article{Felzenszwalb2010,
author = {Felzenszwalb, Pedro F and Girshick, Ross B and McAllester, David and Ramanan, Deva},
title = {{Object detection with discriminatively trained part-based models}},
journal = pami,
number = {9},
pages = {1627--1645},
volume = {32},
year = {2010}
}
@inproceedings{Scharstein2007,
author = {Scharstein, Daniel and Pal, Chris},
title = {{Learning Conditional Random Fields for Stereo}},
booktitle = {IEEE Computer Society Conference on Computer Vision and Pattern Recognition ({CVPR})},
year = {2007}
}
@article{Rother2004,
author = {Rother, Carsten and Kolomogorov, Vladimir and Blake, Andrew},
title = {{“GrabCut” -- Interactive Foreground Extraction using Iterated Graph Cuts}},
journal = {ACM Transactions on Graphics (TOG) - Proceedings of ACM SIGGRAPH},
number = {3},
pages = {309--314},
volume = {23},
year = {2004}
}
@article{Roth2009,
author = {Roth, Stefan and Black, Michael J},
title = {Fields of Experts},
volume = {82},
number = {2},
pages = {205-229},
journal = ijcv,
year = {2009}
}
@inproceedings{Samuel2009,
author = {Samuel, Kegan G and Tappen, Marshall F},
title = {{Learning Optimized MAP Estimates in Continuously-Valued MRF Models}},
booktitle = {IEEE Computer Society Conference on Computer Vision and Pattern Recognition ({CVPR})},
year = {2009},
pages = {477--484},
}
@inproceedings{Schmidt2010,
author = {Schmidt, Uwe and Gao, Qi and Roth, Stefan},
title = {{A Generative Perspective on MRFs in Low-Level Vision}},
booktitle = {The Twenty-Third IEEE Conference on Computer Vision and Pattern Recognition ({CVPR})},
pages = {1751--1758},
year = {2010},
}
@article{Ruderman1994,
author = {Ruderman, Daniel L. and Bialek, William},
title = {Statistics of natural images: Scaling in the woods},
journal = {Physical Review Letters},
volume = {73},
pages = {814--817},
year = {1994},
}
@inproceedings{Woodford2009,
author = {Woodford, Oliver J and Rother, Carsten and Kolmogorov, Vladimir},
title = {{A Global Perspective on MAP Inference for Low-Level Vision}},
booktitle = {IEEE 12th International Conference on Computer Vision ({ICCV})},
year = {2009},
pages = {2319--2326},
}
@article{Mairal2010,
author = {Mairal, Julien and Bach, Francis and Ponce, Jean and Sapiro, Guillermo},
title = {{Online Learning for Matrix Factorization and Sparse Coding}},
journal = jmlr,
pages = {19--60},
volume = {11},
year = {2010}
}
@article{Dabov2007,
author = {Dabov, Kostadin and Foi, Alessandro and Katkovnik, Vladimir and Egiazarian, Karen},
title = {{Image denoising by sparse 3-D transform-domain collaborative filtering}},
journal = tip,
number = {8},
pages = {2080--2095},
volume = {16},
year = {2007}
}
@inproceedings{Martin2001,
author = {Martin, David R. and Fowlkes, Charless and Tal, Doron and Malik, Jitendra},
title = {A Database of Human Segmented Natural Images and its Application
to Evaluating Segmentation Algorithms and Measuring Ecological
Statistics},
booktitle = {ICCV},
year = {2001},
pages = {416--425},
}
@article{Ising1925,
author = {Ising, Ernst},
title = {{Beitrag zur Theorie des Ferromagnetismus}},
journal = {Zeitschrift f\"{u}r Physik A Hadrons and Nuclei},
number = {1},
pages = {253--258},
publisher = {Springer Berlin / Heidelberg},
volume = {31},
year = {1925}
}
@article{Potts1952,
author = {Potts, Renfrey B.},
title = {Some generalized order-disorder transformations},
journal = {Mathematical Proceedings of the Cambridge Philosophical Society},
volume = {48},
number = {1},
pages = {106--109},
year = {1952},
}
@article{Finley2008,
author = {Finley, Thomas and Joachims, Thorsten},
title = {{Training structural SVMs when exact inference is intractable}},
journal = {Proceedings of the 25th international conference on Machine learning ({ICML})},
pages = {304--311},
year = {2008}
}
@article{Lindsay1988,
author = {Lindsay, Bruce G},
title = {{Composite Likelihood Methods}},
journal = {Contemporary Mathematics},
volume = {80},
year = {1988}
}
@article{Besag1975,
author = {Besag, Julian},
title = {{Statistical Analysis of Non-Lattice Data}},
journal = {The Statistican},
number = {3},
pages = {179--195},
volume = {24},
year = {1975}
}
@article{Hinton2002,
author = {Hinton, Geoffrey E.},
title = {{Training Products of Experts by Minimizing Contrastive Divergence}},
journal = neuralcomp,
number = {8},
pages = {1771--1800},
volume = {14},
year = {2002}
}
@inproceedings{Vickrey2010a,
author = {Vickrey, Davd and Lin, Cliff Chiung-Yu and Koller, Daphne},
title = {Non-Local Contrastive Objectives},
booktitle = {Proceedings of the 27th International Conference on Machine Learning ({ICML})},
year = {2010},
pages = {1103--1110},
}
@inproceedings{Sutskever2010,
author = {Sutskever, Ilya and Tieleman, Tijmen},
title = {{On the Convergence Properties of Contrastive Divergence}},
booktitle = {Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics ({AISTATS})},
year = {2010},
pages = {789--795},
publisher = {JMLR: W\&CP 9},
}
@article{Hyvarinen2005,
author = {Hyv\"{a}rinen, Aapo},
title = {{Estimation of Non-Normalized Statistical Models by Score Matching}},
journal = jmlr,
pages = {695--709},
volume = {6},
year = {2005}
}
@article{Szeliski2008,
author = {Szeliski, Richard and Zabih, Ramin and Scharstein, Daniel and Veksler, Olga
and Kolmogorov, Vladimir and Agarwala, Aseem and Tappen, Marshall and Rother, Carsten},
title = {{A Comparative Study of Energy Minimization Methods for Markov Random Fields with Smoothness-Based Priors}},
journal = pami,
number = {6},
pages = {1068--1080},
volume = {30},
year = {2008}
}
@inproceedings{Sudderth2008,
author = {Sudderth, Erik B. and Jordan, Michael},
title = {Shared Segmentation of Natural Scenes Using Dependent Pitman-Yor Processes},
booktitle = {Advances in Neural Information Processing Systems 21 ({NIPS})},
year = {2008},
pages = {1585--1592}
}
@inproceedings{Potetz2007,
author = {Potetz, Brian},
title = {Efficient Belief Propagation for Vision Using Linear Constraint Nodes},
booktitle = {IEEE Computer Society Conference on Computer Vision and Pattern Recognition ({CVPR})},
year = {2007}
}
@inproceedings{Lan2006,
author = {Lan, Xiangyang and Roth, Stefan and Huttenlocher, Daniel P. and Black, Michael J.},
title = {Efficient Belief Propagation with Learned Higher-Order Markov Random Fields},
booktitle = {9th European Conference on Computer Vision ({ECCV})},
year = {2006},
pages = {269--282}
}
@inproceedings{Szummer2008,
author = {Szummer, Martin and Kohli, Pushmeet and Hoiem, Derek},
title = {Learning {CRFs} Using Graph Cuts},
booktitle = {10th European Conference on Computer Vision ({ECCV})},
year = {2008},
pages = {582--595}
}
@inproceedings{Kohli2010,
author = {Kohli, Pushmeet and Kumar, M. Pawan},
title = {Energy Minimization for linear Envelope {MRF}s},
booktitle = {The Twenty-Third IEEE Conference on Computer Vision and Pattern Recognition ({CVPR})},
pages = {1863--1870},
year = {2010}
}
@inproceedings{Lempitsky2010,
author = {Lempitsky, Victor S. and Zisserman, Andrew},
title = {{Learning To Count Objects in Images}},
booktitle = {Advances in Neural Information Processing Systems 23 ({NIPS})},
pages = {1324--1332},
year = {2010}
}
@article{Gould2011,
author = {Gould, Stephen},
title = {Max-margin Learning for Lower Linear Envelope Potentials in Binary Markov Random Fields},
journal = {Proceedings of the International Conference on Machine Learning ({ICML})},
pages = {193--200},
year = {2011}
}
@inproceedings{Tarlow2011,
author = {Tarlow, Daniel and Zemel, Richard},
title = {Big and Tall: Large Margin Learning with High Order Losses},
year = {2011},
booktitle = {CVPR 2011 Workshop on Inference in Graphical Models with
Structured Potentials},
}
@article{Pearl1986,
author = {Pearl, Judea},
title = {Fusion, Propagation, and Structuring in Belief Networks},
journal = ai,
volume = {29},
number = {3},
year = {1986},
pages = {241--288}
}
@inproceedings{Jebara2009,
author = {Jebara, Tony},
title = {{MAP} Estimation, Message Passing, and Perfect Graphs},
booktitle = {Proceedings of the Twenty-Fifth Conference on Uncertainty in Artificial Intelligence ({UAI})},
pages = {258--267},
year = {2009}
}
@book{Fujishige1991,
author = {Fujishige, Satoru},
title = {Submodular functions and optimization},
publisher = {Annals of Discrete Mathematics},
address = {Amsterdam},
year = {1991}
}
@inproceedings{Lovasz1983,
author = {Lovasz, László},
title = {Submodular Functions and Convexity},
booktitle = {Mathematical Programming: The State of the Art},
year = {1983},
pages = {235--257}
}
@inproceedings{Snow2000,
author = {Snow, Dan and Viola, Paul and Zabih, Ramin},
title = {Exact Voxel Occupancy with Graph Cuts (470)},
booktitle = {IEEE Conference on Computer Vision and Pattern Recognition ({CVPR})},
pages = {345--352},
year = {2000}
}
@inproceedings{Blake2004,
author = {Blake, Andrew and Rother, Carsten and
Brown, M. and P{\'e}rez, Patrick and Torr, Philip H.~S.},
title = {Interactive Image Segmentation Using an Adaptive GMMRF Model},
booktitle = {8th European Conference on Computer Vision ({ECCV})},
year = {2004},
pages = {428--441}
}
@inproceedings{Kolev2008,
author = {Kolev, Kalin and Cremers, Daniel},
title = {Integration of Multiview Stereo and Silhouettes Via Convex Functionals on Convex Domains},
booktitle = {10th European Conference on Computer Vision ({ECCV})},
pages = {752--765},
year = {2008}
}
@inproceedings{Kohli2009a,
author = {Kohli, Pushmeet and Kumar, M. Pawan and Torr, Philip H.~S.},
title = {{$P^3$} and Beyond: Solving Energies with Higher Order Cliques},
journal = pami,
volume = {31},
number = {9},
year = {2009},
pages = {1645--1656},
}
@inproceedings{Rother2009,
author = {Rother, Carsten and Kohli, Pushmeet and Feng, Wei and Jia, Jiaya},
title = {Minimizing sparse higher order energy functions of discrete variables},
booktitle = {IEEE Computer Society Conference on Computer Vision and Pattern Recognition ({CVPR})},
pages = {1382--1389},
year = {2009}
}
@article{Boros2002,
author = {Boros, Endre and Hammer, Peter L.},
title = {Pseudo-Boolean optimization},
journal = {Discrete Applied Mathematics},
year = {2002},
volume = {123},
number = {1-3},
pages = {155--225},
}
@article{Kolmogorov2004,
author = {Kolmogorov, Vladimir and Zabih, Ramin},
title = {What Energy Functions Can Be Minimized via Graph Cuts?},
journal = pami,
volume = {26},
number = {2},
year = {2004},
pages = {147--159},
}
@article{Kohli2009,
author = {Kohli, Pushmeet and Ladicky, Lubor and Torr, Philip H. S.},
title = {Robust Higher Order Potentials for Enforcing Label Consistency},
journal = ijcv,
volume = {82},
number = {3},
year = {2009},
pages = {302--324},
}
@inproceedings{Stobbe2010,
author = {Stobbe, Peter and Krause, Andreas},
booktitle = {Advances in Neural Information Processing Systems 23 ({NIPS})},
title = {Efficient Minimization of Decomposable Submodular Functions},
year = {2010}
}
@article{Boykov2001,
author = {Boykov, Yuri},
title = {Fast approximate energy minimization via graph cuts},
journal = pami,
number = {4},
pages = {413--1239},
volume = {8},
year = {2001}
}
@article{Boykov2004,
author = {Boykov, Yuri and Kolmogorov, Vladimir},
title = {An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision},
journal = pami,
volume = {26},
number = {9},
year = {2004},
pages = {1124--1137},
}
@inproceedings{Goldberg2011,
author = {Goldberg, Andrew V. and Hed, Sagi and Kaplan, Haim and
Tarjan, Robert E. and Werneck, Renato F. },
title = {Maximum Flows by Incremental Breadth-First Search},
booktitle = {Algorithms - ESA 2011 - 19th Annual European Symposium},
year = {2011},
pages = {457--468},
}
@inproceedings{Duchi2006,
author = {Duchi, John and Tarlow, Daniel and Elidan, Gal and Koller, Daphne},
title = {Using Combinatorial Optimization within Max-Product Belief Propagation},
booktitle = {Advances in Neural Information Processing Systems 19 ({NIPS})},
year = {2006},
pages = {369--376},
}
@inproceedings{Gulshan2010,
author = {Gulshan, Varun and Rother, Carsten and Criminisi, Antonio and Blake, Andrew and Zisserman, Andrew},
title = {Geodesic Star Convexity for Interactive Image Segmentation},
booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition ({CVPR})},
year = {2010},
pages = {3129--3136},
}
@inproceedings{Asuncion2010,
author = {Asuncion, Arthur U. and Liu, Qiang and Ihler, Alexander and Smyth, Padhraic},
title = {Learning with Blocks: Composite Likelihood and Contrastive Divergence},
booktitle = {Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics ({AISTATS})},
pages = {33--40},
year = {2010},
publisher = {JMLR: W\&CP 9},
}
@article{Dillon2010,
author = {Dillon, Joshua V. and Lebanon, Guy},
title = {Stochastic Composite Likelihood},
journal = jmlr,
pages = {2597--2633},
volume = {11},
year = {2010}
}
@inproceedings{Wainwright2005a,
author = {Wainwright, Martin J. and Jaakkola, Tommi and Willsky, Alan S.},
title = {A new class of upper bounds on the log partition function},
booktitle = tit,
volume = {51},
number = {7},
year = {2005},
pages = {2313-2335},
}
@inproceedings{Hazan2010,
author = {Hazan, Tamir and Urtasun, Raquel},
title = {A Primal-Dual Message-Passing Algorithm for Approximated Large Scale Structured Prediction},
booktitle = {Advances in Neural Information Processing Systems 23 ({NIPS})},
year = {2010}
}
@inproceedings{Meshi2010,
author = {Meshi, Ofer and Sontag, David and Jaakkola, Tommi and Globerson, Amir},
title = {Learning Efficiently with Approximate Inference via Dual Losses},
booktitle = {Proceedings of the 27th International Conference on Machine Learning ({ICML})},
year = {2010},
}
@book{Pearl1990,
author = {Pearl, Judea},
title = {Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference},
year = {1990},
publisher = {Morgan Kaufmann},
}
@inproceedings{Horvitz1989,
author = {Horvitz, Eric and Suermondt, H. Jacques and Cooper, Gregory F.},
title = {Bounded Conditioning: Flexible Inference for Decisions Under Scarce Resources},
booktitle = {Proceedings of Conference on Uncertainty in Artificial Intelligence ({UAI})},
year = {1989}
}
@book{Vazirani2001,
author = {Vazirani, Vijay V.},
title = {Approximation Algorithms},
publisher = {Springer},
year = {2001},
}
@article{Becker1996,
author = {Becker, Ann and Geiger, Dan},
title = {Optimization of Pearl's method and greedy-like
approximation algorithms for the vertex feedback set problem},
journal = ai,
number = {1},
pages = {167--188},
volume = {83},
year = {1996}
}
@article{Chudak1998,
author = {Chudak, Fabián A. and Goemans, Michel X. and Hochbaum, Dorit S. and Williamson, David P.},
title = {A primal-dual interpretation of two 2-approximation algorithms for the feedback
vertex set problem in undirected graphs},
journal = {Operations Research Letters},
number = {4},
pages = {111--118},
volume = {22},
year = {1998}
}
@article{Bafna1999,
author = {Bafna, Vineet and Berman, Piotr and Fujito, Toshihiro},
title = {{A 2-Approxi\-mation Algorithm for the Undirected Feedback Vertex Set Problem}},
journal = {{SIAM} Journal on Discrete Mathematics},
number = {3},
pages = {289--297},
volume = {12},
year = {1999},
}
@inproceedings{Chandrasekaran2011,
author = {Chandrasekaran, Karthekeyan and Karp, Richard and Moreno-Centeno, Erick and Vempala, Santosh},
title = {{Algorithms for Implicit Hitting Set Problems}},
booktitle = {Proceedings of the Twenty-Second Annual ACM-SIAM Symposium on Discrete Algorithms ({SODA})},
pages = {614--629},
year = {2011}
}
@article{Luccio1998,
author = {Luccio, Flaminia L.},
title = {Almost exact minimum feedback vertex sets in meshes and butter-flies},
journal = {Information Processing Letters},
year = {1998},
pages = {59--64}
}
@inproceedings{Fromer2009,
author = {Fromer, Menachem and Globerson, Amir},
title = {{An LP View of the M-best MAP problem}},
booktitle = {Advances in Neural Information Processing Systems 22 ({NIPS})},
pages = {567--575},
year = {2009}
}
@inproceedings{Liu2011a,
author = {Liu, Qiang and Ihler, Alexander},
title = {{Variational Algorithms for Marginal MAP}},
booktitle = {Proceedings of the Twenty-Seventh Conference on Uncertainty in Artificial Intelligence ({UAI})},
year = {2011},
pages = {453--462},
}
@inproceedings{Jiang2011,
author = {Jiang, Jiarong and Rai, Piyush and Daum\'{e} III, Hal},
booktitle = {Advances in Neural Information Processing Systems 24 ({NIPS})},
title = {{Message-Passing for Approximate MAP Inference with Latent Variables}},
year = {2011},
pages = {1197--1205},
}
@article{Kolmogorov2006,
author = {Kolmogorov, Vladimir},
title = {{Convergent tree-reweighted message passing for energy minimization.}},
journal = pami,
number = {10},
pages = {1568--1583},
volume = {28},
year = {2006}
}
@article{Schlesinger1976,
author = {Schlesinger, M I},
title = {{Syntactic analysis of two-dimensional visual signals in noisy conditions}},
journal = {Kibernetika},
pages = {113--130},
volume = {4},
year = {1976}
}
@inproceedings{Ravikumar2006,
author = {Ravikumar, Pradeep and Lafferty, John},
title = {{Quadratic Programming Relaxations for Metric Labeling and Markov Random Field MAP Estimation}},
booktitle = {Proceedings of the 23rd international conference on Machine learning ({ICML})},
year = {2006},
pages = {737--744},
}
@inproceedings{Kappes2008,
author = {Kappes, J{\"o}rg H. and Schn{\"o}rr, Christoph},
title = {{MAP-Inference for Highly-Connected Graphs with DC-Programming}},
booktitle = {Pattern Recognition, 30th {DAGM} Symposium},
year = {2008}
}
@inproceedings{Sontag2008,
author = {Sontag, David and Meltzer, Talya and Globerson, Amir and Weiss, Yair and Jaakkola, Tommi},
title = {Tightening {LP} Relaxations for {MAP} using Message-Passing},
pages = {503--510},
booktitle = {Proceedings of the 24th Conference in Uncertainty in Artificial Intelligence ({UAI})},
year = {2008},
}
@inproceedings{Kumar2011,
author = {Kumar, Akshat and Zilberstein, Shlomo},
title = {Message-Passing Algorithms for Quadratic Programming Formulations of {MAP} Estimation},
booktitle = {Proceedings of the Twenty-Seventh Conference on Uncertainty in Artificial Intelligence ({UAI})},
pages = {428-435},
year = {2011}
}
@article{Yuille2003,
author = {Yuille, Alan L and Rangarajan, Anand},
title = {The concave-convex procedure},
journal = neuralcomp,
year = {2003},
volume = {15},
number = {4},
pages = {915--936},
}
@article{Wainwright2005,
author = {Wainwright, Martin J and Jaakkola, Tommi and Willsky, Alan S},
title = {{MAP} estimation via agreement on trees: message-passing and linear programming},
journal = tit,
volume = {51},
number = {11},
year = {2005},
pages = {3697--3717},
}
@inproceedings{Komodakis2007,
author = {Komodakis, Nikos and Paragios, Nikos and Tziritas, Georgios},
title = {{MRF} optimization via dual decomposition: Message-passing revisited},
booktitle = {IEEE 11th International Conference on Computer Vision ({ICCV})},
year = {2007}
}
@book{Bertsekas1999,
author = {Bertsekas, D P},
title = {Nonlinear Programming},
publisher = {Athena Scientific},
address = {Belmont, MA},
year = {1999}
}
@inproceedings{Domke2011,
author = {Domke, Justin},
title = {Dual Decomposition for Marginal Inference},
booktitle = {Proceedings of the Twenty-Fifth AAAI Conference on Artificial Intelligence},
year = {2011}
}
@article{Beck2009,
author = {Beck, Amir and Teboulle, Marc},
title = {A Fast Iterative Shrinkage-Thresholding Algorithm for Linear Inverse Problems},
volume = {2},
number = {1},
pages = {183--202},
journal = {SIAM Journal on Imaging Sciences},
year = {2009},
}
@inproceedings{Savchynskyy2011,
author = {Savch\-ynskyy, Bogdan and Kappes, J{\"o}rg H and Schmidt, Stfan and Schn{\"o}rr, Christoph},
title = {A study of {N}esterov's scheme for Lagrangian decomposition and {MAP} labeling},
booktitle = {The 24th IEEE Conference on Computer Vision and Pattern Recognition ({CVPR})},
year = {2011},
pages = {1817--1823},
}
@inproceedings{Jojic2010,
author = {Jojic, Vladimir and Gould, Stephen and Koller, Daphne},
title = {Accelerated dual decomposition for {MAP} inference},
booktitle = {Proceedings of the 27th International Conference on Machine Learning ({ICML})},
pages = {503--510},
year = {2010},
}
@article{Nesterov2005,
title = {Smooth minimization of non-smooth functions},
author = {Nesterov, Yurii},
journal = mathprog,
volume = {103},
number = {1},
pages = {127--152},
year = {2005},
}
@article{Nesterov1983,
author = {Nesterov, Yurii},
title = {A method of solving a convex programming problem with convergence rate $o(1/k^2)$},
journal = {Soviet Mathematics Doklady},
volume = {27},
pages = {372--376},
year = {1983},
}
@article{Ravikumar2010,
author = {Ravikumar, Pradeep and Agarwal, Alexh and Wainwright, Martin J},
title = {Message-passing for Graph-structured Linear Programs: Proximal Methods and Rounding Schemes},
journal = jmlr,
volume = {11},
year = {2010},
pages = {1043--1080},
}
@article{Yanover2006,
author = {Yanover, Chen and Meltzer, Talya and Weiss, Yair},
title = {Linear Programming Relaxations and Belief Propagation -- An Empirical Study},
journal = jmlr,
year = {2006},
volume = {7},
pages = {1887--1907},
}
@inproceedings{Nowozin2011,
author = {Nowozin, Sebastian and Rother, Carsten and Bagon, Shai and Sharp, Toby and Yao, Bangpeng and Kohli, Pushmeet},
title = {Decision tree fields},
booktitle = {IEEE International Conference on Computer Vision ({ICCV})},
year = {2011},
pages = {1668--1675},
}
@inproceedings{Felzenszwalb2008,
author = {Felzenszwalb, Pedro F. and McAllester, David A. and Ramanan, Deva},
title = {A discriminatively trained, multiscale, deformable part model},
booktitle = {IEEE Computer Society Conference on Computer Vision and Pattern Recognition ({CVPR})},
year = {2008},
}
@inproceedings{Boser1992,
author = {Boser, Bernhard E. and Guyon, Isabelle M. and Vapnik, Vladimir N.},
title = {A training algorithm for optimal margin classifiers},
booktitle = {Proceedings of the fifth annual workshop on computational learning theory ({COLT})},
year = {1992},
pages = {144--152},
}
@article{Cortes1995,
author = {Cortes, Corinna and Vapnik, Vladimir},
title = {Support-Vector Networks},
journal = ml,
volume = {20},
number = {3},
year = {1995},
pages = {273-297},
}
@article{Crammer2002,
author = {Crammer, Koby and Singer, Yoram},
title = {On the Algorithmic Implementation of Multiclass Kernel-based Vector Machines},
journal = jmlr,
number = {2},
pages = {265--292},
volume = {2},
year = {2002},
}
@incollection{Kraehenbuehl2011,
author = {Kr\"ahenb\"uhl, Philipp and Koltun, Vladlen},
title = {Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials},
booktitle = {Advances in Neural Information Processing Systems 24 ({NIPS})},
pages = {109--117},
year = {2011}
}
@article{Dietterich1997,
author = {Dietterich, Thomas G. and Lathrop, Richard H. and Lozano-Pérez, Tomás},
title = {Solving the multiple instance problem with axis-parallel rectangles},
journal = ai,
volume = {89},
number = {1–2},
pages = {31--71},
year = {1997},
}
@inproceedings{Andrews2002,
author = {Stuart Andrews and Ioannis Tsochantaridis and Thomas Hofmann},
title = {Support Vector Machines for Multiple-Instance Learning},
booktitle = {Advances in Neural Information Processing Systems 15 ({NIPS})},
year = {2002},
pages = {561--568},
}
@inproceedings{Auer1997,
author = {Auer, Peter},
title = {On Learning From Multi-Instance Examples: Empirical Evaluation of a Theoretical Approach},
booktitle = {Proceedings of the Fourteenth International Conference on Machine Learning ({ICML})},
year = {1997},
pages = {21--29},
}
@article{Long1998,
author = {Long, Philip M. and Tan, Lei},
title = {{PAC} Learning Axis-aligned Rectangles with Respect to Product Distributions from Multiple-Instance Examples},
journal = ml,
volume = {30},
number = {1},
year = {1998},
pages = {7--21},
publisher = {Kluwer Academic Publishers},
}
@article{Geman1984,
author = {Geman, Stuart and Geman, Donald},
title = {Stochastic Relaxation, Gibbs Distributions, and the Bayesian Restoration of Images},
journal = pami,
volume = {6},
number = {6},
year = {1984},
pages = {721--741},
}
@article{Moussouris1974,
author = {Moussouris, John},
title = {Gibbs and Markov random systems with constraints},
journal = {Journal of Statistical Physics},
publisher = {Springer Netherlands},
pages = {11--33},
volume = {10},
year = {1974},
}
@book{Boyd2004,
author = {Boyd, Stephen and Vandenberghe, Lieven},
title = {Convex Optimization},
year = {2004},
publisher = {Cambridge University Press},
}
@article{Viterbi1967,
author = {Viterbi, Andrew},
title = {Error bounds for convolutional codes and an asymptotically optimum decoding algorithm},
journal = tit,
year = {1967},
volume = {13},
number = {2},
pages = {260--269},
}
@inproceedings{Rabiner1989,
author = {Rabiner, Lawrence R.},
title = {A tutorial on hidden {Markov} models and selected applications in speech recognition},
booktitle = {Proceedings of IEEE},
pages = {257--286},
volume = {77},
year = {1989},
}
@article{Cooper1990,
author = {Cooper, Gregory F.},
title = {The Computational Complexity of Probabilistic Inference Using {B}ayesian Belief Networks},