forked from Foundations-of-Computer-Vision/visionbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.bib
More file actions
8483 lines (6860 loc) · 215 KB
/
all.bib
File metadata and controls
8483 lines (6860 loc) · 215 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{cvgip = "Computer Vision, Graphics, and Image Processing"}
@string{cgip = "Computer Graphics, Image Proc."}
@string{josa = "Journal of the Optical Society of America A"}
@string{itnn = "IEEE Transactions on Neural Networks"}
@string{smc = "IEEE Transactions on Systems, Man, and Cybernetics"}
@string{assp = "IEEE Transactions on Acoustics, Speech, and Signal Processing"}
@string{info = "IEEE Transactions on Information Theory"}
@string{ip = "IEEE Transactions on Image Processing"}
@string{ieeetc = "IEEE Transactions on Communications"}
@string{ieeeAC = "IEEE Transactions on Automatic Control"}
@string{jfi = "Journal of the Franklin Institute"}
@string{bc = "Biological Cybernetics"}
@string{procieee = "Proceedings of IEEE"}
@string{procrsoc = "Proceedings of the Royal Society B"}
@string{arvo = "Investigative Ophthalmology and Visual Science (ARVO)"}
@string{pnas = "Proceedings of the National Academy of Sciences of the USA"}
@string{icml = "International Conference on Machine Learning"}
@string{iclr = "International Conference on Learning Representations"}
@string{pami = "IEEE Transactions on Pattern Analysis and Machine Intelligence"}
@string{ijcv = "International Journal of Computer Vision"}
@string{cvpr = "Proceedings of the IEEE/CVF Computer Vision and Pattern Recognition"}
@string{iccv = "Proceedings of the IEEE/CVF International Conference on Computer Vision"}
@string{icip = "International Conference on Image Processing"}
@string{icpr = "Proceedings of the International Conference on Pattern Recognition"}
@string{eccv = "European Conference on Computer Vision"}
@string{color = "Color Research and Application"}
@string{cga = "IEEE Computer Graphics and Applications"}
@string{jtb = "Journal of Theoretical Biology"}
@string{nips = "Advances in Neural Information Processing Systems"}
@string{neurips = "Advances in Neural Information Processing Systems"}
@string{cvgip = "Computer Vision, Graphics, and Image Processing"}
@string{scia = "Scandinavian Conference on Image Analysis"}
@string{siggraph = "ACM SIGGRAPH: Proceedings of the Annual Conference on Computer Graphics and Interactive Techniques"}
@string{tog = "ACM Transactions on Graphics"}
@string{aaai = "Proceedings of the National Conference on Artificial Intelligence"}
@string{jmlr = "Journal of Machine Learning Research"}
@book{Aloimonos89,
author = "J. Aloimonos and D. Shulman",
title = "Integration of Visual Modules.",
publisher = "Academic Press, Inc.",
year = 1989}
@book{Gagniuc1989,
author = "P. A. Gagniuc",
title = "Markov Chains: From Theory to Implementation and Experimentation.",
publisher = "John Wiley \& Sons.",
year = 2017}
@book{Krotkov89,
author = "E. P. Krotkov",
title = "Active Computer Vision by Cooperative Focus and Stereo.",
publisher = "Springer-Verlag",
year = 1989}
@article{Pentland89,
author = "A P Pentland",
title = "A Possible Neural Mechanism for Computing Shape from Shading.",
journal = "Neural Computation",
year = 1989,
volume = 1,
number = 2,
pages = "208--217"}
@article{Polk97,
author = "T. A. Polk and M. J. Farah",
title = "A Simple Common Contexts Explanation for the Development of Abstract Letter Identities.",
journal = "Neural Computation",
year = 1997,
volume = 9,
number = 6,
pages = "1277--1289"}
@misc{Hawley89,
author = "M. Hawley",
note = "Personal Communication",
year = "1989"}
@inproceedings{Mingolla86,
author = "E. Mingolla and J. T. Todd",
title = "Perception of Solid Shape from Shading.",
booktitle = bc,
year = 1986,
volume = 53,
pages = "137--151"}
@article{Todd89,
author = "J. T. Todd and F. D. Reichel",
title = "Ordinal Structure in the Visual Perception and Cognition of
Smoothly Curved Surfaces.",
journal = "Psychological Review",
volume = 96,
number = 4,
pages = "643--657",
year = 1989}
@inbook{Cohen82,
editor = "P. R. Cohen and E. A. Feigenbaum",
title = "The Handbook of Artificial Intelligence.",
pages = "139--194",
publisher = "Addison Wesley",
year = 1982}
@article{Daugman85,
author = "J. G. Daugman",
year = 1985,
title = "Uncertainty relation for resolution in space, spatial
frequency, and orientation optimized by two-dimensional visual
cortical filters.",
journal = josa,
volume = 2,
number = 7,
pages = "1160--1169"}
@inproceedings{Adelson89b,
author = "E. H. Adelson and A. P. Pentland",
booktitle = "Annual Meeting Technical Digest",
title = "Analyzing shading and reflectance.",
year = 1989,
volume = 18,
pages = "MJJ2",
organization = "Optical Society of America"}
@techreport{Jepson89,
author = "A. Jepson and W. Richards",
title = "What is a Percept?",
%institution = "Department of Brain and Cognitive Sciences, MIT",
year = 1991,
type = {MIT Cog. Sci. Memo \#43.},
%address = "Mass. Institute of Tech., Cambridge, MA 02139"
}
@book{Horn89a,
editor = "B. K. P. Horn and M. J. Brooks",
title = "Shape from Shading.",
publisher = "MIT Press",
address = "Cambridge, MA",
year = 1989}
@article{Metelli74,
author = "F. Metelli",
title = "The Perception of Transparency.",
journal = "Scientific American",
year = 1974}
@inproceedings{Guzman68,
author = "A. Guzman",
title = "Decomposition of a Visual Scene into Three-Dimensional Bodies.",
booktitle = "AFIPS Fall Joint Conferences",
year = 1968,
pages = "291--304",
volume = 33}
@incollection{Huffman71,
author = "D. A. Huffman",
title = "Impossible Objects as Nonsense Sentences.",
booktitle = "Machine intelligence 6",
publisher = "Elsevier",
editor = "R. Meltzer and D. Michie",
address = "New York",
year = 1971,
pages = "295--323"}
@article{Keys81,
author = "R. Keys",
title = "Bicubic Interpolation.",
journal = assp,
year = 1981,
volume = 29,
pages = "1153--1160"}
@article{Clowes71,
author = "M. B. Clowes",
title = "On Seeing Things.",
journal = "Artificial Intelligence",
year = 1971,
volume = 2,
pages = "79--116"}
@incollection{Waltz75,
author = "D. Waltz",
title = "Generating Semantic Descriptions from Drawings of Scenes with Shadows.",
booktitle = "The Psychology of Computer Vision",
publisher = "McGraw-Hill",
editor = "P. Winston",
address = "New York",
year = 1975,
pages = "19--92"}
@techreport{Waltz1972GeneratingSD,
title={Generating Semantic Descriptions From Drawings of Scenes with Shadows.},
author={David L. Waltz},
institution = "Massachusetts Institute of Technology",
type = "PhD Thesis, Artificial Intelligence Lab Memo",
year={1972}
}
@article{Kanade80,
author = "T. Kanade",
title = "A Theory of Origami World.",
journal = "Artificial Intelligence",
year = 1980,
volume = 13,
pages = "279--311"}
@techreport{Horn89b,
author = "B. K. P. Horn",
title = "Height and Gradient from Shading.",
institution = "Massachusetts Institute of Technology",
year = 1989,
type = "Artificial Intelligence Lab Memo",
number = 1105}
@book{Helmholtz62,
author = "H. Von Helmholtz",
title = "Treatise on Physiological Optics.",
volume = "III",
note = "Trans. from the 3rd German Edition. Edited by J. P. C. Southall",
publisher = "Dover",
address = "New York",
year = 1962}
@techreport{Pentland88,
author = "A. Pentland",
title = "Automatic Extraction of Deformable Part Models.",
institution = "Vision Sciences, MIT Media Laboratory",
type = "Technical Report",
number = 104,
year = 1988,
address = "Mass. Institute of Tech., Cambridge, MA 02139"}
@unpublished{Rivest89,
author = "R. L. Rivest",
title = "Lecture Notes in Machine Learning.",
note = "Unpublished Manuscript",
year = 1989}
@inproceedings{Leclerc88,
author = "Y. G. Leclerc",
title = "Constructing Simple Stable Descriptions for Image Partitioning.",
booktitle = "DARPA Proceedings: Image Understanding Workshop",
year = 1988,
vol = 1
}
@techreport{Marroquin87,
author = "J. Marroquin and S. Mitter and T. Poggio",
title = "Probabilistic Solution of Ill-Posed Problems in Computational Vision.",
institution = "Massachusetts Institute of Technology",
year = 1987,
type = "Artificial Intelligence Lab Memo",
number = 897}
@techreport{Gamble87,
author = "E. Gamble and T. Poggio",
title = "Visual Integration and Detection of Discontinuities: the Key Role of Intensity Edges.",
institution = "Massachusetts Institute of Technology",
year = 1987,
type = "Artificial Intelligence Lab Memo",
number = 970}
@article{Rabiner86,
author = "L. R. Rabiner and B. H. Juang",
title = "An Introduction to Hidden Markov models.",
journal = "IEEE ASSP Magazine",
year = 1986,
volume = 3,
number = 1,
pages = "4--16"}
@article{Poggio85,
author = "T. Poggio and V. Torre and C. Koch",
title = "Computational Vision and Regularization Theory.",
journal = "Nature",
year = 1985,
volume = 317,
number = 26,
pages = "314--139"}
@article{Tsotsos88,
author = "J. K. Tsotsos",
title = "A ``Complexity Level'' Analysis of Immediate Vision.",
journal = ijcv,
year = 1988,
volume = 1,
number = 4,
pages = "303--320"}
@book{Garey79,
author = "M. R. Garey and D. S. Johnson",
title = "Computers and Intractability.",
publisher = "W. H. Freeman and Co.",
address = "San Francisco",
year = 1979}
@techreport{Hart87,
author = "G. W. Hart",
title = "Minimum Information Estimation of Structure.",
institution = "Laboratory for Information and Decision Systems",
type = "Technical Report",
number = 1664,
year = 1987,
address = "Mass. Institute of Tech., Cambridge, MA 02139"}
@book{Szeliski89,
author = "R. Szeliski",
title = "Bayesian Modeling of Uncertainty in Low-level Vision.",
publisher = "Kluwer Academic Publishers",
address = "Boston",
year = 1989}
@incollection{Barrow1978,
author = "H. G. Barrow and J. M. Tenenbaum",
title = "Recovering Intrinsic Scene Characteristics from Images.",
booktitle = "Computer Vision Systems",
publisher = "Academic Press",
editor = "A. R. Hanson and E. M. Riseman",
address = "New York",
year = 1978,
pages = "3--26"}
@incollection{Terzopoulos86,
author = "D. Terzopoulos",
title = "Integrating Visual Information from Multiple Sources.",
booktitle = "From Pixels to Predicates",
publisher = "Ablex",
editor = "A. P. Pentland",
address = "Norwood, NJ",
year = 1986,
pages = "111--142"}
@book{Bertsekas87,
author = "D. P. Bertsekas",
title = "Dynamic Programming: Deterministec and Stochastic Models.",
publisher = "Prentice-Hall, Inc.",
address = "Englewood Cliffs, N. J.",
year = 1987}
@book{Ballard82,
author = "D. H. Ballard and C. M. Brown",
title = "Computer Vision.",
publisher = "Prentice-Hall, Inc.",
address = "Englewood Cliffs, N. J.",
year = 1982}
@article{DeYoe88,
author = "E. A. DeYoe and D. C. Van Essen",
title = "Concurrent Processing Streams in Monkey Visual Cortex.",
journal = "Trends in Neurosciences",
year = 1988,
volume = 11,
number = 5,
pages = "219--226"}
@article{Wandell89,
author = "B. A. Wandell",
title = "Color Constancy and the Natural Image.",
journal = "Physica Scripta",
volume = 39,
year = 1989,
pages = "187--192"}
@article{Maloney86,
author = "L. T. Maloney and B. A. Wandell",
title = "Color Constancy: a Method for Recovering Surface Spectral Reflectance.",
journal = josa,
volume = 3,
number = 10,
year = 1986,
pages = "29--33"}
@article{Brainard86,
author = "D. H. Brainard and B. A. Wandell",
title = "Analysis of the Retinex Theory of Color Vision.",
journal = josa,
volume = 3,
number = 10,
year = 1986,
pages = "1651--1661"}
@article{Hurlbert88,
author = "A. C. Hurlbert and T. A. Poggio",
title = "Synthesizing a Color Algorithm from Examples.",
journal = "Science",
volume = 239,
year = 1988,
pages = "482--485"}
@article{Land83,
author = "E. H. Land",
title = "Recent Advances in Retinex Theory and Some Implications for Cortical Computations: Color Vision and the Natural Image.",
journal = pnas,
year = 1983,
volume = 80,
pages = "5163--5169"}
@article{Land77,
author = "E. H. Land",
title = "The Retinex Theory of Color Vision.",
journal = "Scientific American",
volume = 237,
number = 6,
year = 1977,
pages = "108--128"}
@inproceedings{Shaashua88,
author = "A. Shaashua and S. Ullman",
title = "Structural Saliency: the Detection of Globally Salient Structures Using a Locally Connected Network.",
booktitle = iccv,
year = 1988,
month = "December",
pages = "321--327"}
@inproceedings{Shaashua90,
author = "A. Shaashua and S. Ullman",
title = "Grouping Contours by Iterated Pairing Network.",
booktitle = nips,
year = 1990
}
@article{Hummel83,
author = "R. A. Hummel and S. W. Zucker",
title = "On the Foundation of Relaxation Labeling Processes.",
journal = pami,
year = 1983,
volume = 5,
number = 3,
pages = "267--287"}
@article{Rosenfeld76,
author = "A. Rosenfeld and R. A. Hummel and S. W. Zucker",
title = "Scene Labeling by Relaxation Operations.",
journal = smc,
year = 1976,
volume = 6,
number = 6,
pages = "420--433"}
@inbook{Cohen82b,
editor = "P. R. Cohen and E. A. Feigenbaum",
title = "The Handbook of Artificial Intelligence.",
pages = "292--300",
publisher = "Addison Wesley",
year = 1982}
@article{Kirkpatrick83,
author = "S. Kirkpatrick and C. D. Gelatt Jr. and M. P. Vecchi",
title = "Optimization by Simulated Annealing.",
journal = "Science",
year = 1983,
volume = 220,
number = 4598,
pages = "671--680"}
@book{Rock84,
author = "I. Rock",
title = "Perception.",
publisher = "Scientific American Library",
year = 1984}
@book{Blake87,
author = "A. Blake and A. Zisserman",
title = "Visual Reconstruction.",
publisher = "MIT Press",
ADDRESS = "Cambridge, MA",
year = 1987}
@techreport{Poggio89,
author = "T. Poggio and F. Girosi",
title = "A Theory of Networks for Approximation and Learning.",
institution = "Massachusetts Institute of Technology",
year = 1989,
type = "Artificial Intelligence Lab Memo",
number = 1140,
address = "Cambridge, MA 02139"
}
@book{Rumelhart86,
editor = "D. E. Rumelhart and J. L. McClelland",
title = "Parallel Distributed Processing.",
publisher = "MIT Press",
ADDRESS = "Cambridge, MA",
year = 1986}
@techreport{Bergen90,
author = "J. R. Bergen and P. J. Burt and R. Hingorani and S. Peleg",
title = "Multiple Component Image Motion: Motion Estimation.",
institution = "David Sarnoff Research Center",
year = 1990,
type = "Draft memorandum"}
@article{Poggio89b,
author = "T. Poggio and E. B. Gamble and J. J. Little",
title = "Parallel Integration of Vision Modules.",
journal = "Science",
year = 1989,
volume = 242,
pages = "436--440"}
@article{Koenderink87,
author = "J. J. Koenderink and A. J. van Doorn",
title = "Representation of Local Geometry in the Visual System.",
journal = bc,
volume = 55,
year = 1987,
pages = "367--375"}
@article{Koenderink79,
author = "J. J. Koenderink and A. J. van Doorn",
title = "The Internal Representation of Solid Shape with Respect to Vision.",
journal = bc,
volume = 32,
year = 1979,
pages = "211--216"}
@article{Sanger88,
author = "T. Sanger",
title = "Stereo Disparity Computation using Gabor Filters.",
journal = bc,
volume = 59,
year = 1988,
pages = "405--418"}
@inproceedings{Knutsson83a,
author = "H. Knutsson and G. H. Granlund",
title = "Texture Analysis Using Two-Dimensional Quadrature Filters.",
booktitle = "IEEE Computer Society Workshop on Computer
Architecture for Pattern Analysis and Image Database Management",
year = 1983,
pages = "206--213"}
@inproceedings{Knutsson90a,
author = "H. Knutsson and L. Haglund and G. H. Granlund",
title = "Tensor Field Controlled Image Sequence Enhancement.",
booktitle = "SSAB Symposium on Image Analysis",
year = 1990,
address = "Linkoping, Sweden",
month = "March"}
@inproceedings{Witkin83,
author = "A. P. Witkin",
title = "Scale Space Filtering.",
booktitle = {Proceedings of the Eighth International Joint Conference on Artificial Intelligence},
year = 1983,
address = "Karlsruhe, Germany",
pages = "1019--1022",
month = "August"}
@article{Baker89,
author = "H. H. Baker",
title = "Building Surfaces of Evolution: the Weaving Wall.",
journal = ijcv,
year = 1989,
volume = 3,
pages = "51--71"}
@article{Knutsson83b,
author = "H. Knutsson and R. Wilson and G. H. Granlund",
title = "Anisotropic Nonstationary Image Estimation and its
Applications: {P}art 1 -- {R}estoration of noisy images.",
journal = ieeetc,
year = 1983,
volume = 31,
number = 3,
pages = "388--397"}
@article{Granlund78,
author = "G. H. Granlund",
title = "In Search of a General Picture Processing Operator.",
journal = cgip,
year = 1978,
volume = 8,
pages = "155--173"}
@inproceedings{Hedlund82,
author = "M. Hedlund and G. H. Granlund and H. Knutsson",
title = "A Consistency Operation for Line and Curve Enhancement.",
booktitle = "Proc. IEEE Comp. Soc. Conf. on Pattern Recognition and Image Processing",
pages = "93--96",
year = 1982}
@article{Burt81,
author = "P. J. Burt",
title = "Fast Filter Transforms for Image Processing.",
journal = cgip,
year = 1981,
volume = 16,
pages = "20--51"}
@article{Burt83,
author = "P. J. Burt and E. H. Adelson",
title = "The {L}aplacian Pyramid as a Compact Image Code.",
journal = ieeetc,
year = 1983,
volume = 31,
number = 4,
pages = "532--540"}
@incollection{Koenderink88a,
author = "J. J. Koenderink",
title = "Design for a Sensorium.",
booktitle = "Organization of Neural Networks",
editor = "W. von Seelen and B. Shaw and U. M. Leinhos",
publisher = "Verlagsgesellschaft mbH",
pages = "185--207",
year = 1988}
@article{Koenderink88b,
author = "J. J. Koenderink",
title = "Operational Significance of Receptive Field Assemblies.",
journal = bc,
volume = 58,
year = 1988,
pages = "163--171"}
@incollection{Koenderink88c,
author = "J. J. Koenderink",
title = "Image Structure.",
booktitle = "Mathematics and Computer Science in Medical Imaging",
editor = "M. A. Viergever and A. E. Todd-Pokropek",
publisher = "Springer-Verlag",
address = "Berlin",
pages = "67--103",
year = 1988}
@inproceedings{Chan84,
author = "P. Chan and J. S. Lim",
title = "One-Dimensional Processing for Adaptive Image Restoration.",
booktitle = "Proc. ICASSP",
year = 1984,
pages = "37.3.3",
address = "San Diego, CA"}
@inproceedings{Esteban77,
author = "D. Esteban and C. Galand",
title = "Application of Quadrature Mirror Filters to Split Band Voice
Coding Schemes.",
booktitle = "Proc. ICASSP",
year = 1977,
pages = "191--195"}
@inproceedings{Adelson87,
author = "E. H. Adelson and E. Simoncelli and R. Hingorani",
title = "Orthogonal Pyramid Transforms for Image Coding.",
booktitle= "Proc. SPIE --- Vis. Comm. and Image
Proc. II",
year = 1987,
pages = "50--58",
address = "Cambridge, MA"}
@inproceedings{Adelson90a,
author = "E. H. Adelson and E. P. Simoncelli and W. T. Freeman",
title = "Pyramids and Multiscale Representations.",
booktitle= eccv,
year = 1990,
address = "Paris"}
@inproceedings{Adelson90b,
author = "E. H. Adelson and P. Anandan",
title = "Ordinal Characteristics of Transparency.",
booktitle= "AAAI Workshop on Qualitative Vision",
year = 1990,
pages = "77--81",
address = "Boston, MA"}
@article{Adelson85,
author = "E. H. Adelson and J. R. Bergen",
title = "Spatiotemporal Energy Models for the Perception of Motion.",
journal = josa,
year = 1985,
volume = 2,
number = 2,
pages = "284--299"}
@article{Maloney86b,
author = "L. T. Maloney",
title = "Evaluation of Linear Models of Surface Spectral
Reflectance with Small Numbers of Parameters.",
journal = josa,
year = 1986,
volume = 3,
number = 10,
pages = "1673--1683"}
@article{Malik90,
author = "J. Malik and P. Perona",
title = "Preattentive Texture Discrimination with Early Vision Mechanisms.",
journal = josa,
year = 1990,
volume = 7,
pages = "923--931"}
@article{Horn87,
author = "B. K. P. Horn",
title = " ",
journal = josa,
year = 1987,
volume = 4,
number = 4,
page = 634}
@article{Porat88,
author = "M. Porat and Y. Y. Zeevi",
title = "The Generalized Gabor Scheme of Image Representation in
Biological and Machine Vision.",
journal = pami,
year = 1988,
volume = 10,
number = 4,
pages = "452--468"}
@article{Wilson92,
author = "R. Wilson and A. H. Bhalerao",
title = "Kernel Designs for Efficient Multiresolution Edge Detection
and Orientation Estimation.",
journal = pami,
year = 1992,
volume = 14,
number = 3,
pages = "384--390"}
@article{Simoncelli92,
author = "E. P. Simoncelli and W. T. Freeman and E. H. Adelson and D. J. Heeger",
title = "Shiftable Multi-Scale Transforms.",
journal = info,
year = 1992,
volume = 2,
number = 38,
pages = "587--607"}
@article{Movshon78,
author = "J. A. Movshon and I. D. Thompson and D. J. Tolhurst",
title = "Spatial Summation in the Receptive Fields of Simple Cells in
the Cat's Striate Cortex.",
journal = "J. Physiol.",
year = 1978,
volume = 283,
pages = "53--77"}
@article{Rangarajan89,
author = "K. Rangarajan and M. Shah and D. Van Brackle",
title = "Optimal Corner Detector.",
journal = cvgip,
year = 1989,
volume = 48,
pages = "230--245"}
@article{Gabor46,
author = "D. Gabor",
title = "Theory of Communication.",
journal = "J.IEE London",
year = 1946,
volume = 93,
pages = "429--457"}
@article{Daugman88,
author = "J. G. Daugman",
title = "Complete Discrete 2-D {G}abor Transforms by Neural Networks for
Image Analysis and Compression.",
journal = assp,
year = 1988,
volume = 36,
number = 7,
pages = "1169--1179"}
@article{Vetterli87,
author = "M. Vetterli",
title = "A Theory of Multirate Filter Banks.",
journal = assp,
year = 1987,
volume = 35,
number = 3,
pages = "356--372"}
@article{Vetterli84,
author = "M. Vetterli",
title = "Multidimensional Subband Coding: Some Theory and Algorithms.",
journal = "Signal Processing",
year = 1984,
volume = 6,
number = 2,
pages = "97--112"}
@article{Woods86,
author = "J. W. Woods and S. D. O'Neil",
title = "Subband Coding of Images.",
journal = assp,
year = 1986,
volume = 34,
number = 5,
pages = "1278--1288"}
@inproceedings{Kass85,
author = "M. Kass and A. P. Witkin",
title = "Analyzing Oriented Patterns.",
booktitle = "Proc. Ninth IJCAI",
year = 1985,
pages = "944--952",
address = "Los Angeles, CA",
month = "August"}
@inproceedings{Witkin82,
author = "A. P. Witkin",
title = "Intensity-Based Edge Classification.",
booktitle = "Proc. National Conf. on AI",
year = 1982,
pages = "36--41",
address = "Pittsburgh, PA",
month = "August"}
@article{Witkin81,
author = "A. P. Witkin",
title = "Recovering Surface Shape and Orientation from Texture.",
journal = "Artificial Intelligence",
year = 1981,
volume = 17,
pages = "17--45"}
@article{Kittler85,
author = "J. Kittler and J. Illingworth",
title = "Relaxation Labelling Algorithms--a Review.",
journal = "Image and Vision Computing",
year = 1985,
number = 11,
volume = 3,
pages = "206--216"}
@article{Zucker85,
author = "S. W. Zucker",
title = "Early orientation selection: Tangent fields and the
dimensionality of their support.",
journal = cvgip,
year = 1985,
volume = 32,
pages = "74--103"}
@article{Parent89,
author = "P. Parent and S. W. Zucker",
title = "Trace inference, curvature consistency, and curve detection.",
journal = pami,
year = 1989,
volume = 11,
number = 8,
pages = "823--839"}
@article{Danielsson90,
author = "P. Danielsson and O. Seger",
title = "Rotation invariance in gradient and higher order derivative detectors.",
journal = cvgip,
year = 1990,
volume = 49,
pages = "198--221"}
@techreport{Freeman89a,
author = "W. T. Freeman and E. H. Adelson",
title = "The Design and Use of Steerable Filters.",
institution = "The Media Lab, MIT",
year = 1989,
type = "Vision Science Technical Report",
number = 118,
address = "20 Ames St., Cambridge, MA 02139"}
@techreport{Perona90,
author = "P. Perona",
title = "Finite Representation of Deformable Functions.",
institution = "International Computer Science Institute",
year = 1990,
type = "Technical Report",
number = "90-034",
address = "1947 Center St., Suite 600, Berkeley, CA 94704-1105"}
@ARTICLE{Perona91,
author={Perona, P.},
journal=pami,
title={Deformable Kernels for Early Vision.},
year={1995},
volume={17},
number={5},
pages={488-499}
}
@inproceedings{Perona92,
author = "P. Perona",
title = "Steerable-Scalable Kernels for Edge Detection and Junction Analysis.",
booktitle = eccv,
year = 1992}
@inproceedings{Shizawa91,
author = "M. Shizawa and K. Mase",
title = "A unified computational theory for motion transparency and motion boundaries based on eigenenergy analysis.",
booktitle = cvpr,
year = 1991,
pages = "289--295"}
@inproceedings{Shizawa90,
author = "M. Shizawa and K. Mase",
title = "Simultaneous multiple optical flow estimation.",
booktitle = "Proc. Tenth Intl. Conf. Patt. Recog.",
year = 1990,
pages = "274--278"}
@article{Pentland84,
author = "A. P. Pentland",
title = "Local Shading Analysis.",
journal = pami,
year = 1984,
volume = 6,
number = 2,
pages = "170--187"}
@article{Bovik90,
author = "A. C. Bovik",
title = "Multichannel Texture Analysis Using Localized Spatial Filters.",
journal = pami,
year = 1990,
volume = 12,
number = 1,
pages = "55--73"}
@inproceedings{Fleet89,
author = "D. Fleet and A. Jepson",
title = "Computation of Normal Velocity from Local Phase Information.",
booktitle = cvpr,
year = 1989,
pages = "379--386",
%address = "San Diego, CA"
}
@inproceedings{Bichsel92,
author = "M. Bichsel and A. P. Pentland",
title = "A Simple Algorithm for Shape from Shading.",
booktitle = cvpr,
year = 1992,
pages = "459--465",
address = "Champaign, IL"}
@inproceedings{Dupuis92,
author = "P. Dupuis and J. Oliensis",
title = "Direct method for reconstructing shape from shading.",
booktitle = cvpr,
year = 1992,
pages = "453--458",
address = "Champaign, IL"}
@inproceedings{Leclerc91,
author = "Y. G. Leclerc and A. F. Bobick",