-
Notifications
You must be signed in to change notification settings - Fork 0
/
final-bib.bib
4331 lines (4066 loc) · 150 KB
/
final-bib.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
@techreport{huang_labeled_2007,
address = {Amherst, MA},
author = {Huang, Gary B. and Ramesh, Manu and Berg, Tamara and Learned-Miller, Erik},
date = {2007},
institution = {University of Massachusetts},
number = {07-49},
pages = {1--55},
pub_abbrev = {University of Massachusetts},
pub_accro = {University of Massachusetts},
pub_full = {University of Massachusetts},
pub_type = {report},
title = {Labeled faces in the wild: A database for studying face recognition in unconstrained environments},
type = {Technical Report},
urldate = {2015-05-19},
volume = {1},
year = {2007}
}
@techreport{ciresan_high_performance_2011,
abstract = {We present a fast, fully parameterizable {GPU}},
address = {Galleria 2, 6928 Manno, Switzerland},
author = {Cireşan, Dan C. and Meier, Ueli and Masci, Jonathan and Gambardella, Luca M. and Schmidhuber, Jürgen},
date = {2011-02-01},
eprint = {1102.0183},
eprinttype = {arxiv},
institution = {Dalle Molle Institute for Artificial Intelligence},
number = {{IDSIA}-01-11},
pages = {1--12},
pub_abbrev = {Dalle Molle Inst. for Artificial Intell.},
pub_accro = {Dalle Molle Institute for Artificial Intelligence},
pub_full = {Dalle Molle Institute for Artificial Intelligence},
pub_type = {report},
title = {High-Performance Neural Networks for Visual Object Classification},
type = {Technical Report},
urldate = {2015-07-22},
year = {2011}
}
@techreport{sanchez_compressed_2013,
address = {Rocquencourt, France},
author = {Sánchez, Jorge and Perronnin, Florent and Mensink, Thomas and Verbeek, Jakob},
date = {2013},
institution = {INRIA},
number = {{RR}-8209},
pages = {1--37},
pub_abbrev = {INRIA},
pub_accro = {INRIA},
pub_full = {INRIA},
pub_type = {report},
title = {Compressed fisher vectors for large-scale image classification},
type = {Technical Report},
urldate = {2015-07-15},
year = {2013}
}
@techreport{rubenstein_great_2015,
address = {Nairobi, Kenya},
author = {Rubenstein, Daniel I. and Stewart, Charles V. and Berger-Wolf, Tanya Y. and Parham, Jason and Crall, Jon and Machogu, Clara and Kahumbu, Paula and Maingi, Njambi},
date = {2015-07},
institution = {Kenya Wildlife Service},
pages = {1--9},
pub_abbrev = {Kenya Wildlife Service},
pub_accro = {Kenya Wildlife Service},
pub_full = {Kenya Wildlife Service},
pub_type = {report},
title = {The Great Zebra and Giraffe Count: The Power and Rewards of Citizen Science},
type = {Technical Report},
year = {2015}
}
@phdthesis{louppe_understanding_2014,
address = {Liège, Belgium},
author = {Louppe, Gilles},
date = {2014-04},
institution = {Department of Electrical Engineering and Computer Science, University of Liège},
pub_abbrev = {Dept. of Elect. Eng. and Comput. Sci., University of Liège},
pub_accro = {Department of Electrical Engineering and Computer Science, University of Liège},
pub_full = {Department of Electrical Engineering and Computer Science, University of Liège},
pub_type = {thesis},
title = {Understanding Random Forests: From Theory to Practice},
year = {2014}
}
@mastersthesis{oddone_mobile_2016,
abstract = {alessandro},
address = {Chicago, IL},
author = {Oddone, Alessandro},
date = {2016},
institution = {Department of Computer Science, University of Illinois at Chicago},
pub_abbrev = {Dept. of Comput. Sci., University of Illinois at Chicago},
pub_accro = {Department of Computer Science, University of Illinois at Chicago},
pub_full = {Department of Computer Science, University of Illinois at Chicago},
pub_type = {thesis},
title = {A Mobile Application for the Image Based Ecological Information System},
year = {2016}
}
@mastersthesis{parham_photographic_2015,
address = {Troy, {NY}},
author = {Parham, Jason R.},
date = {2015-11},
institution = {Department of Computer Science, Rensselaer Polytechnic Institute},
pub_abbrev = {Dept. of Comput. Sci., Rensselaer Polytechnic Inst.},
pub_accro = {Department of Computer Science, Rensselaer Polytechnic Institute},
pub_full = {Department of Computer Science, Rensselaer Polytechnic Institute},
pub_type = {thesis},
title = {Photographic censusing of zebra and giraffe in the Nairobi National Park},
urldate = {2016-03-04},
year = {2015}
}
@mastersthesis{jablons_identifying_2016,
address = {Troy, {NY}},
author = {Jablons, Zachary},
date = {2016},
institution = {Department of Computer Science, Rensselaer Polytechnic Institute},
pub_abbrev = {Dept. of Comput. Sci., Rensselaer Polytechnic Inst.},
pub_accro = {Department of Computer Science, Rensselaer Polytechnic Institute},
pub_full = {Department of Computer Science, Rensselaer Polytechnic Institute},
pub_type = {thesis},
title = {Identifying Humpback Whale Flukes by Sequence Matching of Trailing Edge Curvature},
year = {2016}
}
@incollection{schwarz_jolly_seber_2006,
address = {Fort Collins, CO, USA},
author = {Schwarz, Carl James and Arnason, A. Neil},
booktitle = {Program MARK - A Gentle Introduction},
date = {2006},
edition = {17},
editor = {Cooch, Evan G. and White, Gary C.},
note = {Accessed on: Jul, 30, 2015},
pub_abbrev = {Program MARK - A Gentle Introduction},
pub_accro = {Program MARK - A Gentle Introduction},
pub_full = {Program MARK - A Gentle Introduction},
pub_type = {online},
title = {Jolly-Seber models in {MARK}},
url = {http://www.phidot.org/software/mark/docs/book/mark_book.zip},
urldate = {2015-07-30},
year = {2006}
}
@online{eric_jones_scipy_2001,
author = {{Eric Jones} and {Travis Travis Oliphant} and {Pearu Peterson} and {others}},
date = {2001},
note = {Accessed on: Jan, 21, 2017},
pub_abbrev = {None},
pub_accro = {None},
pub_full = {None},
pub_type = {online},
title = {{SciPy}: Open source scientific tools for Python},
url = {http://www.scipy.org/},
urldate = {2017-01-21},
year = {2001}
}
@online{griffin_caltech_256_2007,
abstract = {caltech-256},
author = {Griffin, Gregory and Holub, Alex and Perona, Pietro},
date = {2007-03-10},
note = {Accessed on: Apr, 7, 2015},
pub_abbrev = {None},
pub_accro = {None},
pub_full = {None},
pub_type = {online},
title = {Caltech-256 Object Category Dataset},
type = {Report or Paper},
url = {http://resolver.caltech.edu/CaltechAUTHORS:CNS-TR-2007-001},
urldate = {2015-04-07},
year = {2007}
}
@online{levenson_flukebook_2015,
author = {Levenson, J and Gero, S. and Van Oast, J. and Holmberg, J.},
date = {2015},
note = {Accessed on: Jan, 21, 2017},
pub_abbrev = {None},
pub_accro = {None},
pub_full = {None},
pub_type = {online},
title = {Flukebook: a cloud-based photo-identification analysis tools for marine mammal research},
url = {http://www.flukebook.org},
urldate = {2017-01-21},
year = {2015}
}
@online{esfahanian_connectivity_2017,
author = {Esfahanian, Abdol-Hossein},
date = {2017},
note = {Accessed on: Jan, 21, 2017},
pub_abbrev = {None},
pub_accro = {None},
pub_full = {None},
pub_type = {online},
title = {Connectivity Algorithms},
url = {http://www.cse.msu.edu/~cse835/Papers/Graph_connectivity_revised.pdf},
urldate = {2017-01-21},
year = {2017}
}
@incollection{rubenstein_behavioral_1998,
address = {New York, NY, USA},
author = {Rubenstein, Daniel I.},
booktitle = {Behavioral Ecology and Conservation Policy},
date = {1998},
edition = {1},
editor = {Caro, Tim},
pages = {527--556},
pub_abbrev = {Behavioral Ecology and Conservation Policy},
pub_accro = {Behavioral Ecology and Conservation Policy},
pub_full = {Behavioral Ecology and Conservation Policy},
pub_type = {incollection},
publisher = {Oxford University Press},
series = {Behavioral ecology and conservation biology},
title = {Behavioral Ecology and Conservation Policy: On Balancing Science, Applications, and Advocacy},
year = {1998}
}
@incollection{rubenstein_ecology_2010,
address = {London, UK},
author = {Rubenstein, Daniel I.},
booktitle = {Advances in the Study of Behavior},
date = {2010},
editor = {Naguib, Marc and Podos, Jeffrey and Simmons, Leigh W. and Barrett, Louise and Healy, Susan D. and Zuk, Marlene},
pages = {231--258},
pub_abbrev = {Advances in the Study of Behavior},
pub_accro = {Advances in the Study of Behavior},
pub_full = {Advances in the Study of Behavior},
pub_type = {incollection},
publisher = {Elsevier},
title = {Ecology, {Social} {Behavior}, and {Conservation} in {Zebras}},
urldate = {2015-07-16},
volume = {42},
year = {2010}
}
@book{michael_guide_1979,
address = {New York, NY, USA},
author = {Michael, Garey and Johnson, David S.},
date = {1979},
pub_abbrev = {A Guide to the Theory of {NP}-Completeness},
pub_accro = {A Guide to the Theory of {NP}-Completeness},
pub_full = {A Guide to the Theory of {NP}-Completeness},
pub_type = {book},
publisher = {{WH} Freemann},
title = {A Guide to the Theory of {NP}-Completeness},
urldate = {2016-03-31},
year = {1979}
}
@book{seber_estimation_1982,
address = {London, UK},
author = {Seber, George Arthur Frederick},
date = {1982},
edition = {1},
pagetotal = {506},
pub_abbrev = {The Estimation of Animal Abundance},
pub_accro = {The Estimation of Animal Abundance},
pub_full = {The Estimation of Animal Abundance},
pub_type = {book},
publisher = {Charles Griffin},
title = {The Estimation of Animal Abundance},
year = {1982}
}
@book{jolliffe_principal_1986,
address = {New York, NY, USA},
author = {Jolliffe, Ian},
date = {1986},
edition = {1},
pagetotal = {487},
pub_abbrev = {Principal Component Anal.},
pub_accro = {Principal Component Analysis},
pub_full = {Principal Component Analysis},
pub_type = {book},
publisher = {Springer-Verlag},
title = {Principal Component Analysis},
urldate = {2015-08-02},
year = {1986}
}
@book{lanczos_applied_1988,
abstract = {Basic text for graduate and advanced undergraduate},
address = {North Chelmsford, MA, USA},
author = {Lanczos, Cornelius},
date = {1988},
pagetotal = {576},
pub_abbrev = {Appl. Anal.},
pub_accro = {Applied Analysis},
pub_full = {Applied Analysis},
pub_type = {book},
publisher = {Courier Corporation},
title = {Applied Analysis},
year = {1988}
}
@book{lindeberg_scale_space_1993,
abstract = {The problem of scale pervades both the},
address = {New York, NY, USA},
author = {Lindeberg, Tony},
date = {1993-12-31},
pagetotal = {449},
pub_abbrev = {Scale-Space Theory in Comput. Vision},
pub_accro = {Scale-Space Theory in Computer Vision},
pub_full = {Scale-Space Theory in Computer Vision},
pub_type = {book},
publisher = {Springer-Verlag},
title = {Scale-Space Theory in Computer Vision},
year = {1993}
}
@book{vapnik_statistical_1998,
address = {Hoboken, NJ, USA},
author = {Vapnik, Vladimir N.},
date = {1998},
pub_abbrev = {Statistical Learning Theory},
pub_accro = {Statistical Learning Theory},
pub_full = {Statistical Learning Theory},
pub_type = {book},
publisher = {Wiley-Interscience},
title = {Statistical Learning Theory},
urldate = {2016-01-26},
year = {1998}
}
@book{krebs_ecological_1999,
address = {Menlo Park, California, USA},
author = {Krebs, Charles},
date = {1999},
pub_abbrev = {Ecological Methodology},
pub_accro = {Ecological Methodology},
pub_full = {Ecological Methodology},
pub_type = {book},
publisher = {Benjamin Cummings},
title = {Ecological Methodology},
volume = {620},
year = {1999}
}
@book{hartley_multiple_2003,
abstract = {homog estimation {RANSAC}},
address = {New York, NY, USA},
author = {Hartley, Richard and Zisserman, Andrew},
date = {2003},
pagetotal = {676},
pub_abbrev = {Multiple View Geometry in Comput. Vision},
pub_accro = {Multiple View Geometry in Computer Vision},
pub_full = {Multiple View Geometry in Computer Vision},
pub_type = {book},
publisher = {Cambridge University Press},
title = {Multiple View Geometry in Computer Vision},
year = {2003}
}
@book{shakhnarovich_nearest_neighbor_2006,
address = {Cambridge, Massachusetts, USA},
author = {Shakhnarovich, Gregory and Piotr, Indyk and Trevor, Darrell},
date = {2006},
pagetotal = {26},
pub_abbrev = {Nearest-neighbor Methods in Learning and Vision: Theory and Practice},
pub_accro = {Nearest-neighbor Methods in Learning and Vision: Theory and Practice},
pub_full = {Nearest-neighbor Methods in Learning and Vision: Theory and Practice},
pub_type = {book},
publisher = {The MIT Press},
title = {Nearest-neighbor Methods in Learning and Vision: Theory and Practice},
urldate = {2015-07-21},
year = {2006}
}
@book{szeliski_computer_2010,
address = {London, UK},
author = {Szeliski, Richard},
date = {2010},
pages = {311--320},
pub_abbrev = {Comput. vision: algorithms and applications},
pub_accro = {Computer vision: algorithms and applications},
pub_full = {Computer vision: algorithms and applications},
pub_type = {book},
publisher = {Springer-Verlag},
title = {Computer vision: algorithms and applications},
urldate = {2015-05-29},
year = {2010}
}
@book{vazirani_approximation_2013,
abstract = {Although this may seem a paradox, all},
address = {Berlin, DE},
author = {Vazirani, Vijay V.},
date = {2013-03-14},
pagetotal = {390},
pub_abbrev = {Approximation Algorithms},
pub_accro = {Approximation Algorithms},
pub_full = {Approximation Algorithms},
pub_type = {book},
publisher = {Springer-Verlag},
title = {Approximation Algorithms},
year = {2013}
}
@article{gabor_theory_1946,
abstract = {gabor filters},
author = {Gabor, D.},
date = {1946-11},
doi = {10.1049/ji-3-2.1946.0074},
journal = {J. of the Institution of Elect. Engineers},
month = {Nov},
number = {26},
pages = {429--441},
pub_abbrev = {J. of the Institution of Elect. Engineers},
pub_accro = {JIEE},
pub_full = {Journal of the Institution of Electrical Engineers},
pub_type = {journal},
title = {Theory of communication. Part 1: The analysis of information},
volume = {93},
year = {1946}
}
@article{nelder_simplex_1965,
abstract = {downhill simplex method},
author = {Nelder, J. A. and Mead, R.},
date = {1965-01-01},
doi = {10.1093/comjnl/7.4.308},
journal = {The Comput. J.},
month = {Jan},
number = {4},
pages = {308--313},
pub_abbrev = {The Comput. J.},
pub_accro = {Comput. J.},
pub_full = {The Computer Journal},
pub_type = {journal},
title = {A Simplex Method for Function Minimization},
urldate = {2015-07-20},
volume = {7},
year = {1965}
}
@article{cormack_estimates_1964,
author = {Cormack, R. M.},
date = {1964-12-01},
doi = {10.2307/2334149},
journal = {Biometrika},
month = {Dec},
number = {3},
pages = {429--438},
pub_abbrev = {Biometrika},
pub_accro = {Biometrika},
pub_full = {Biometrika},
pub_type = {journal},
title = {Estimates of Survival from the Sighting of Marked Animals},
urldate = {2015-07-30},
volume = {51},
year = {1964}
}
@article{jolly_explicit_1965,
abstract = {orig jolly seber},
author = {Jolly, G. M.},
date = {1965-06-01},
doi = {10.2307/2333826},
journal = {Biometrika},
month = {Jun},
number = {1},
pages = {225--247},
pub_abbrev = {Biometrika},
pub_accro = {Biometrika},
pub_full = {Biometrika},
pub_type = {journal},
title = {Explicit Estimates from Capture-Recapture Data with Both Death and Immigration-Stochastic Model},
urldate = {2015-07-30},
volume = {52},
year = {1965}
}
@article{seber_note_1965,
author = {Seber, G. A. F.},
date = {1965-06-01},
doi = {10.2307/2333827},
journal = {Biometrika},
month = {Jun},
number = {1},
pages = {249--259},
pub_abbrev = {Biometrika},
pub_accro = {Biometrika},
pub_full = {Biometrika},
pub_type = {journal},
title = {A Note on the Multiple-Recapture Census},
urldate = {2015-07-30},
volume = {52},
year = {1965}
}
@article{eswaran_augmentation_1976,
author = {Eswaran, Kapali P. and Tarjan, R. Endre},
date = {1976-10},
journal = {SIAM J. on Computing},
month = {Oct},
number = {4},
pages = {653--665},
pub_abbrev = {SIAM J. on Computing},
pub_accro = {SIAM Journal on Computing},
pub_full = {SIAM Journal on Computing},
pub_type = {journal},
title = {Augmentation problems},
urldate = {2017-04-17},
volume = {5},
year = {1976}
}
@article{friedman_algorithm_1977,
author = {Friedman, Jerome H. and Bentley, Jon Louis and Finkel, Raphael Ari},
date = {1977-9},
journal = {ACM Trans. on Math. Software},
month = {Sep},
number = {3},
pages = {209--226},
pub_abbrev = {ACM Trans. on Math. Software},
pub_accro = {TOMS},
pub_full = {ACM Transactions on Mathematical Software},
pub_type = {journal},
title = {An algorithm for finding best matches in logarithmic expected time},
urldate = {2016-05-09},
volume = {3},
year = {1977}
}
@article{bentley_multidimensional_1975,
abstract = {kdtree orig},
author = {Bentley, Jon Louis},
date = {1975-09},
doi = {10.1145/361002.361007},
journal = {Commun. ACM},
month = {Sep},
number = {9},
pages = {509--517},
pub_abbrev = {Commun. ACM},
pub_accro = {Communications ACM},
pub_full = {Communications ACM},
pub_type = {journal},
title = {Multidimensional Binary Search Trees Used for Associative Searching},
urldate = {2015-08-03},
volume = {18},
year = {1975}
}
@article{fischler_random_1981,
abstract = {ransac},
author = {Fischler, Martin A. and Bolles, Robert C.},
date = {1981-06},
doi = {10.1145/358669.358692},
journal = {Commun. ACM},
month = {Jun},
number = {6},
pages = {381--395},
pub_abbrev = {Commun. ACM},
pub_accro = {Communications ACM},
pub_full = {Communications ACM},
pub_type = {journal},
title = {Random Sample Consensus: A Paradigm for Model Fitting with Applications to Image Analysis and Automated Cartography},
urldate = {2013-12-02},
volume = {24},
year = {1981}
}
@article{lloyd_least_1982,
abstract = {kmeans orig},
author = {Lloyd, S.},
date = {1982-03},
doi = {10.1109/TIT.1982.1056489},
journal = {IEEE Trans. on Inform. Theory},
month = {Mar},
number = {2},
pages = {129--137},
pub_abbrev = {IEEE Trans. on Inform. Theory},
pub_accro = {IT},
pub_full = {IEEE Transactions on Information Theory},
pub_type = {journal},
title = {Least squares quantization in {PCM}},
volume = {28},
year = {1982}
}
@article{pizer_adaptive_1987,
abstract = {clache},
author = {Pizer, Stephen M. and Amburn, E. Philip and Austin, John D. and Cromartie, Robert and Geselowitz, Ari and Greer, Trey and ter Haar Romeny, Bart and Zimmerman, John B. and Zuiderveld, Karel},
date = {1987-09},
doi = {10.1016/S0734-189X(87)80186-X},
journal = {Graphical Models and Image Process.},
month = {Sep},
number = {3},
pages = {355--368},
pub_abbrev = {Graphical Models and Image Process.},
pub_accro = {CVGIP},
pub_full = {Graphical Models and Image Processing},
pub_type = {journal},
title = {Adaptive histogram equalization and its variations},
urldate = {2015-08-04},
volume = {39},
year = {1987}
}
@article{chao_estimating_1987,
author = {Chao, Anne},
date = {1987-12-01},
doi = {10.2307/2531532},
journal = {Biometrics},
month = {Dec},
number = {4},
pages = {783--791},
pub_abbrev = {Biometrics},
pub_accro = {Biometrics},
pub_full = {Biometrics},
pub_type = {journal},
title = {Estimating the Population Size for Capture-Recapture Data with Unequal Catchability},
urldate = {2015-04-23},
volume = {43},
year = {1987}
}
@article{kenneth._h._pollock_statistical_1990,
author = {Kenneth. H. Pollock, James D. Nichols},
date = {1990-1},
doi = {10.2307/2532321},
journal = {Wildlife Monographs},
month = {Jan},
number = {2},
pages = {3--97},
pub_abbrev = {Wildlife Monographs},
pub_accro = {Wildlife Monographs},
pub_full = {Wildlife Monographs},
pub_type = {journal},
title = {Statistical Inference for Capture-Recapture Experiments},
volume = {107},
year = {1990}
}
@article{turk_eigenfaces_1991,
abstract = {We have developed a near-real-time computer system},
author = {Turk, Matthew and Pentland, Alex},
date = {1991-01-01},
doi = {10.1162/jocn.1991.3.1.71},
journal = {J. of Cognitive Neuroscience},
month = {Jan},
number = {1},
pages = {71--86},
pub_abbrev = {J. of Cognitive Neuroscience},
pub_accro = {Journal of Cognitive Neuroscience},
pub_full = {Journal of Cognitive Neuroscience},
pub_type = {journal},
title = {Eigenfaces for Recognition},
urldate = {2015-07-17},
volume = {3},
year = {1991}
}
@article{sproull_refinements_1991,
abstract = {This note presents a simplification and generalization},
author = {Sproull, Robert F.},
date = {1991-06},
doi = {10.1007/BF01759061},
journal = {Algorithmica},
month = {Jun},
number = {1},
pages = {579--589},
pub_abbrev = {Algorithmica},
pub_accro = {Algorithmica},
pub_full = {Algorithmica},
pub_type = {journal},
title = {Refinements to nearest-neighbor searching ink-dimensional trees},
urldate = {2016-05-09},
volume = {6},
year = {1991}
}
@article{khuller_approximation_1993,
author = {Khuller, Samir and Thurimella, Ramakrishna},
date = {1993-03},
journal = {J. of Algorithms},
month = {Mar},
number = {2},
pages = {214--225},
pub_abbrev = {J. of Algorithms},
pub_accro = {Journal of Algorithms},
pub_full = {Journal of Algorithms},
pub_type = {journal},
title = {Approximation Algorithms for Graph Augmentation},
volume = {14},
year = {1993}
}
@article{lecun_gradient_based_1998,
author = {Lecun, Y. and Bottou, L. and Bengio, Y. and Haffner, P.},
date = {1998-11},
doi = {10.1109/5.726791},
journal = {Proc. of the IEEE},
month = {Nov},
number = {11},
pages = {2278--2324},
pub_abbrev = {Proc. of the IEEE},
pub_accro = {Proc. IEEE},
pub_full = {Proceedings of the IEEE},
pub_type = {journal},
title = {Gradient-based learning applied to document recognition},
volume = {86},
year = {1998}
}
@article{white_program_1999,
abstract = {MARK provides parameter estimates from marked animals},
author = {White, Gary C. and Burnham, Kenneth P.},
date = {1999-01-01},
doi = {10.1080/00063659909477239},
issue = {sup001},
journal = {Bird Study},
month = {Jan},
pages = {S120--S139},
pub_abbrev = {Bird Study},
pub_accro = {Bird Study},
pub_full = {Bird Study},
pub_type = {journal},
title = {Program {MARK}: survival estimation from populations of marked animals},
urldate = {2015-07-30},
volume = {46},
year = {1999}
}
@article{jacob_holm_poly_logarithmic_2001,
abstract = {Dynamic Connectivity},
author = {{Jacob Holm} and {Kristian de Lichtenberg} and {Mikkel Thorup}},
date = {2001-07},
doi = {10.1145/502090.502095},
journal = {J. of the ACM},
month = {Jul},
number = {4},
pages = {723--760},
pub_abbrev = {J. of the ACM},
pub_accro = {JACM},
pub_full = {Journal of the ACM},
pub_type = {journal},
title = {Poly-logarithmic deterministic fully-dynamic algorithms for connectivity, minimum spanning tree, 2-edge, and biconnectivity},
volume = {48},
year = {2001}
}
@article{breiman_random_2001,
abstract = {Random forests are a combination of tree},
author = {Breiman, Leo},
date = {2001-10},
doi = {10.1023/A:1010933404324},
journal = {Mach. Learning},
month = {Oct},
number = {1},
pages = {5--32},
pub_abbrev = {Mach. Learning},
pub_accro = {Machine Learning},
pub_full = {Machine Learning},
pub_type = {journal},
title = {Random Forests},
urldate = {2016-03-26},
volume = {45},
year = {2001}
}
@article{fukushima_neocognitron_1988,
abstract = {A neural network model for visual pattern},
author = {Fukushima, Kunihiko},
date = {1988-9},
doi = {10.1016/0893-6080(88)90014-7},
journal = {IEEE Trans. on Neural Networks},
month = {Sep},
number = {2},
pages = {119--130},
pub_abbrev = {IEEE Trans. on Neural Networks},
pub_accro = {TNN},
pub_full = {IEEE Transactions on Neural Networks},
pub_type = {journal},
title = {Neocognitron: A hierarchical neural network capable of visual pattern recognition},
urldate = {2015-04-14},
volume = {1},
year = {1988}
}
@article{lawrence_face_1997,
abstract = {We present a hybrid neural-network for human},
author = {Lawrence, S. and Giles, C.L. and Tsoi, Ah Chung and Back, A.D.},
date = {1997-01},
doi = {10.1109/72.554195},
journal = {IEEE Trans. on Neural Networks},
month = {Jan},
number = {1},
pages = {98--113},
pub_abbrev = {IEEE Trans. on Neural Networks},
pub_accro = {TNN},
pub_full = {IEEE Transactions on Neural Networks},
pub_type = {journal},
title = {Face recognition: a convolutional neural-network approach},
volume = {8},
year = {1997}
}
@article{lu_face_2003,
abstract = {Low-dimensional feature representation with enhanced discriminatory power},
author = {Lu, J. and Plataniotis, K.N. and Venetsanopoulos, A.N.},
date = {2003-01},
doi = {10.1109/TNN.2002.806647},
journal = {IEEE Trans. on Neural Networks},
month = {Jan},
number = {1},
pages = {195--200},
pub_abbrev = {IEEE Trans. on Neural Networks},
pub_accro = {TNN},
pub_full = {IEEE Transactions on Neural Networks},
pub_type = {journal},
title = {Face recognition using {LDA}-based algorithms},
volume = {14},
year = {2003}
}
@article{zhao_face_2003,
abstract = {face survery},
author = {Zhao, W. and Chellappa, R. and Phillips, P. J. and Rosenfeld, A.},
date = {2003-12},
doi = {10.1145/954339.954342},
journal = {ACM Computing Surveys},
month = {Dec},
number = {4},
pages = {399--458},
pub_abbrev = {ACM Computing Surveys},
pub_accro = {CSUR},
pub_full = {ACM Computing Surveys},
pub_type = {journal},
title = {Face Recognition: A Literature Survey},
urldate = {2015-07-17},
volume = {35},
year = {2003}
}
@article{lindeberg_shape_adapted_1997,
author = {Lindeberg, Tony and Gaarding, Jonas},
date = {1997-6},
journal = {Image and Vision Computing},
month = {Jun},
number = {6},
pages = {415--434},
pub_abbrev = {Image and Vision Computing},
pub_accro = {Image and Vision Computing},
pub_full = {Image and Vision Computing},
pub_type = {journal},
title = {Shape-adapted smoothing in estimation of 3-D shape cues from affine distortions of local 2-D brightness structure},
volume = {15},
year = {1997}
}
@article{varma_unifying_2004,
abstract = {The objective of this paper is to},
author = {Varma, Manik and Zisserman, Andrew},
date = {2004-12-01},
doi = {10.1016/j.imavis.2004.03.012},
journal = {Image and Vision Computing},
month = {Dec},
number = {14},
pages = {1175--1183},
pub_abbrev = {Image and Vision Computing},
pub_accro = {Image and Vision Computing},
pub_full = {Image and Vision Computing},
pub_type = {journal},
title = {Unifying statistical texture classification frameworks},
urldate = {2015-07-22},
volume = {22},
year = {2004}
}
@article{matas_robust_2004,
abstract = {matas\_robust\_2004},
author = {Matas, Jiří and Chum, Ondřej and Urban, Martin and Pajdla, Tomás},
date = {2004-2},
journal = {Image and Vision Computing},
month = {Feb},
number = {10},
pages = {761--767},
pub_abbrev = {Image and Vision Computing},
pub_accro = {Image and Vision Computing},
pub_full = {Image and Vision Computing},
pub_type = {journal},
title = {Robust wide-baseline stereo from maximally stable extremal regions},
urldate = {2015-06-11},
volume = {22},
year = {2004}
}
@article{rother_grabcut_2004,
author = {Rother, Carsten and Kolmogorov, Vladimir and Blake, Andrew},
date = {2004-8},
journal = {ACM Trans. on Graph.},
month = {Aug},
pages = {309--314},
pub_abbrev = {ACM Trans. on Graph.},
pub_accro = {TOG},
pub_full = {ACM Transactions on Graphics},
pub_type = {journal},
title = {Grabcut: Interactive foreground extraction using iterated graph cuts},
urldate = {2013-11-26},
volume = {23},
year = {2004}
}
@article{shen_review_2006,
abstract = {Due to the robustness of Gabor features},
author = {Shen, Linlin and Bai, Li},
date = {2006-08-18},
doi = {10.1007/s10044-006-0033-y},
journal = {Pattern Anal. and Appl.},
month = {Aug},
number = {2},
pages = {273--292},
pub_abbrev = {Pattern Anal. and Appl.},
pub_accro = {PAA},
pub_full = {Pattern Analysis and Applications},
pub_type = {journal},
title = {A review on Gabor wavelets for face recognition},
urldate = {2015-07-20},
volume = {9},
year = {2006}
}
@article{aharon_k_svd_2006,
abstract = {In recent years there has been a},
author = {Aharon, M. and Elad, M. and Bruckstein, A.},
date = {2006-11},
doi = {10.1109/TSP.2006.881199},
journal = {IEEE Trans. on Signal Process.},
month = {Nov},
number = {11},
pages = {4311--4322},
pub_abbrev = {IEEE Trans. on Signal Process.},
pub_accro = {SP},
pub_full = {IEEE Transactions on Signal Processing},
pub_type = {journal},
title = {K-{SVD}: An Algorithm for Designing Overcomplete Dictionaries for Sparse Representation},
volume = {54},
year = {2006}
}
@article{sundaresan_network_2007,
abstract = {small area of observation},
author = {Sundaresan, Siva R. and Fischhoff, Ilya R. and Dushoff, Jonathan and Rubenstein, Daniel I.},
date = {2007-01-05},
doi = {10.1007/s00442-006-0553-6},
journal = {Oecologia},
month = {Jan},
number = {1},
pages = {140--149},
pub_abbrev = {Oecologia},
pub_accro = {Oecologia},
pub_full = {Oecologia},
pub_type = {journal},
title = {Network metrics reveal differences in social organization between two fission-fusion species, Grevy’s zebra and onager},
urldate = {2015-07-16},
volume = {151},
year = {2007}
}
@article{tuytelaars_local_2008,
abstract = {keypoint-survey},
author = {Tuytelaars, Tinne and Mikolajczyk, Krystian},
date = {2008-1-3},
doi = {10.1561/0600000017},
journal = {Foundations and Trends in Comput. Graph. and Vision},
month = {Jan},
number = {3},
pages = {177--280},
pub_abbrev = {Foundations and Trends in Comput. Graph. and Vision},
pub_accro = {Foundations and Trends in Computer Graphics and Vision},
pub_full = {Foundations and Trends in Computer Graphics and Vision},
pub_type = {journal},
title = {Local Invariant Feature Detectors: A Survey},
urldate = {2013-09-05},
volume = {3},
year = {2007}
}
@article{powers_evaluation_2011,
author = {Powers, David Martin},
date = {2011-2},
journal = {J. of Mach. Learning Technologies},
month = {Feb},
number = {1},
pages = {37--63},
pub_abbrev = {J. of Mach. Learning Technologies},
pub_accro = {JMLT},
pub_full = {Journal of Machine Learning Technologies},
pub_type = {journal},
title = {Evaluation: from precision, recall and F-measure to {ROC}, informedness, markedness and correlation},
urldate = {2016-12-01},
volume = {2},
year = {2011}
}
@article{ojala_comparative_1996,
abstract = {Local binary patterns; {LPB} orig paper;},
author = {Ojala, Timo and Pietikäinen, Matti and Harwood, David},