forked from Foundations-of-Computer-Vision/visionbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisionbib.bib
More file actions
3546 lines (3060 loc) · 104 KB
/
visionbib.bib
File metadata and controls
3546 lines (3060 loc) · 104 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
@TechReport{Papert66,
author = "Seymour Papert",
title = "The Summer Vision Project.",
institution = "Massachusetts Institute of Technology, Project Mac",
type = "MIT AI Memo",
number = "100",
year = {1966}
}
@article{Cavanagh96,
author = {Cavanagh, P.},
journal = {Perception},
pages = {1227--1232},
title = {Vision is Getting Easier Every Day.},
volume = {24},
year = {1996}
}
@conference{Rowley1996,
author = {Henry Rowley and Shumeet Baluja and Takeo Kanade},
title = {Neural Network-Based Face Detection},
booktitle = cvpr,
year = {1996},
%month = {June},
pages = {203 - 208},
}
@INPROCEEDINGS{Leung1995,
author={Leung, T.K. and Burl, M.C. and Perona, P.},
booktitle=iccv,
title={Finding Faces in Cluttered Scenes Using Random Labeled Graph Matching.},
year={1995},
volume={},
number={},
pages={637-644}
%doi={10.1109/ICCV.1995.466878}
}
@article{Felzenszwalb2010,
author={Felzenszwalb, Pedro F. and Girshick, Ross B. and McAllester, David and Ramanan, Deva},
journal=pami,
title={Object Detection with Discriminatively Trained Part-Based Models.},
year={2010},
volume={32},
number={9},
pages={1627-1645}
%doi={10.1109/TPAMI.2009.167}
}
@ARTICLE{Fischler1973,
author={M. A. Fischler and R. A. Elschlager},
journal={IEEE Transactions on Computers},
title={The Representation and Matching of Pictorial Structures.},
year={1973},
volume={C-22},
number={1},
pages={67-92}
%doi={10.1109/T-C.1973.223602}
}
@book{Rosch2002aa,
address = {Cambridge, MA, US},
author = {Rosch, Eleanor},
publisher = {MIT Press},
series = {Foundations of cognitive psychology: Core readings.},
title = {Principles of categorization.},
year = {2002}
}
@book{Rosch1978,
author = {Eleanor Rosch},
title = {Principles of categorization.},
booktitle = {Cognitive Linguistics Bibliography (CogBib)},
year = {1978},
pages = {27--48},
%editor = {Eleanor Rosch and Barbara B. Lloyd},
%keywords = {cognitive psychology, categorization, principles of categorization, natural category, prototype},
%lastchecked = {2023-10-05},
%note = {2010},
publisher = {De Gruyter Mouton},
%url = {https://www.degruyter.com/database/COGBIB/entry/cogbib.10284/html},
bdsk-url-1 = {https://www.degruyter.com/database/COGBIB/entry/cogbib.10284/html}
}
@article{Rosch1976BasicOI,
title={Basic Objects in Natural Categories.},
author={Eleanor Rosch and Carolyn B. Mervis and Wayne D. Gray and D M Johnson and Penny Boyes-Braem},
journal={Cognitive Psychology},
year={1976},
volume={8},
pages={382-439},
%url={https://api.semanticscholar.org/CorpusID:5612467}
}
@inproceedings{malisiewicz-nips09,
author = {Tomasz Malisiewicz and Alexei A. Efros},
booktitle = nips,
%month = {December},
title = {Beyond Categories: The Visual Memex Model for Reasoning About Object Relationships.},
year = 2009}
@incollection{Adelson91shading,
AUTHOR = "E. H. Adelson and A. P. Pentland",
BOOKTITLE = "Channels in the Visual Nervous System: Neurophysiology, Psychophysics, and Models",
TITLE = "The Perception of Shading and Reflectance.",
PAGES = "195--207",
EDITOR = "B Blum",
PUBLISHER = "Freund Publishing",
ADDRESS = "London",
YEAR = 1991
}
@incollection{Adelson91,
address = {Cambridge, MA},
author = {Edward H. Adelson and James R. Bergen},
booktitle = {Computational Models of Visual Processing.},
editor = {Michael S. Landy and Anthony J. Movshon},
pages = {3--20},
publisher = {MIT Press},
title = {The Plenoptic Function and the Elements of Early Vision},
year = {1991},
}
%% @incollection{Adelson99,
%% author = {Edward H. Adelson},
%% title = {Lightness Perception and Lightness Illusion},
%% booktitle = {The New Cognitive Neurosciences},
%% editor = {M. Gazzaniga},
%% pages = {339-351},
%% year = {2000}
%% }
@book{Roberts63,
author = {Lawrence G. Roberts},
title = {Machine Perception of Three-Dimensional Solids.},
publisher = {Garland Publishing},
location = {New York},
series = {Outstanding Dissertations in the Computer Sciences},
year = {1963}
}
@ARTICLE{Matusik03,
author={W. Matusik and H. Pfister and M. Brand and L. McMillan},
journal=tog,
title={A Data-Driven Reflectance Model.},
volume={22},
number={3},
pages={759-769},
}
@ARTICLE{Delbruck93,
author={Delbruck, T.},
journal=itnn,
title={Silicon Retina with Correlation-Based, velocity-tuned pixels.},
year={1993},
%month={May},
volume={4},
number={3},
pages={529-541},
%doi={10.1109/72.217194},
%ISSN={1045-9227},
}
@inproceedings{Beaudot93,
author = {Beaudot, William and Palagi, Patricia and H{\'e}rault, Jeanny},
title = {Realistic Simulation Tool for Early Visual Processing Including Space, Time and Colour Data.},
booktitle = {Proceedings of the International Workshop on Artificial Neural Networks: New Trends in Neural Computation},
series = {IWANN '93},
year = {1993},
%isbn = {3-540-56798-4},
pages = {370--375},
%numpages = {6},
%publisher = {Springer-Verlag},
address = {London, UK, UK},
}
@book{Mead89,
author = {Mead, Carver},
title = {Analog VLSI and Neural Systems.},
year = {1989},
publisher = {Addison-Wesley Longman Publishing},
address = {Boston},
}
@Article{Mahowald91,
author = "Misha A. Mahowald and Carver Mead",
title = "The Silicon Retina.",
journal = "Scientific American",
volume = "264",
number = "5",
pages = "76--82",
%month = may,
year = "1991",
}
@book{Dowling87,
author = {John E. Dowling},
title = {The Retina: An Approachable Part of the Brain.},
year = {1987},
publisher = {Belknap Press},
}
@article{Reichardt87,
year={1987},
issn={0340-7594},
journal={Journal of Comparative Physiology A},
volume={161},
number={4},
%doi={10.1007/BF00603660},
title={Evaluation of optical motion information by movement detectors.},
%url={http://dx.doi.org/10.1007/BF00603660},
publisher={Springer-Verlag},
author={Reichardt, Werner},
pages={533-547},
%language={English}
}
@inproceedings{sitzmann2019siren,
author = {Sitzmann, Vincent
and Martel, Julien N.P.
and Bergman, Alexander W.
and Lindell, David B.
and Wetzstein, Gordon},
title = {Implicit Neural Representations
with Periodic Activation Functions.},
booktitle = nips,
year={2020}
}
@inproceedings{Jaderberg2015,
author = {Jaderberg, Max and Simonyan, Karen and Zisserman, Andrew and kavukcuoglu, koray},
booktitle = nips,
%description = {Paper presenting the spatial transformer network (topic of the work)},
%editor = {Cortes, C. and Lawrence, N. D. and Lee, D. D. and Sugiyama, M. and Garnett, R.},
%interhash = {cfb8585a782eedbeb37fb0dc46e36ab5},
%intrahash = {14d7850ca8e1d4823e7f44c8b3beeac3},
%keywords = {thema:spatialtransformernetworks},
pages = {2017--2025},
%publisher = {Curran Associates, Inc.},
%timestamp = {2020-06-08T17:13:51.000+0200},
title = {Spatial Transformer Networks.},
%url = {http://papers.nips.cc/paper/5854-spatial-transformer-networks.pdf},
year = 2015
}
@inproceedings{Darrell93gestures,
author = "T. J. Darrell and A. P. Pentland",
title = "Space-Time Gestures.",
booktitle = cvpr,
pages = "335--340",
year = 1993}
@inproceedings{Darrell93,
author = {Trevor Darrell and Eero Simoncelli},
title = {On the use of 'Nulling' Filters to Separate Transparent Motions.},
booktitle = cvpr,
year = {1993},
%publisher = {IEEE Computer Society Press}
}
@inproceedings{Mundy2006,
author = {Mundy, Joseph},
year = {2006},
pages = {3-28},
title = {Object Recognition in the Geometric Era: A Retrospective.},
volume = {4170},
journal = {Toward Category Level Object Recognition},
%doi = {10.1007/11957959_1},
%month = {01}
}
@book{Szeliski2011,
author = {Richard Szeliski},
title = {Computer Vision Algorithms and Applications.},
year = {2022},
edition = {2},
publisher = {Springer},
}
@book{Bishop2006,
author = {C. M. Bishop},
title = {Pattern Recognition and Machine Learning.},
year = {2006},
publisher = {Springer-Verlag}
}
@book{KoenderinkSolidShape1990,
author = {J. J. Koenderink},
title = {Solid Shape.},
year = {1990},
publisher = {MIT Press},
address = {Cambridge, MA}
}
@book{murphy2022,
author = "Kevin P. Murphy",
title = "Probabilistic Machine Learning: An introduction.",
publisher = "MIT Press",
address = {Cambridge, MA},
year = 2022,
%url = "probml.ai"
}
@book{Goodfellow-et-al-2016,
title={Deep Learning.},
author={Ian Goodfellow and Yoshua Bengio and Aaron Courville},
publisher={MIT Press},
address = {Cambridge, MA},
%note={\url{http://www.deeplearningbook.org}},
year={2016}
}
@book{Ullman2000,
author = "Shimon Ullman",
title = "High-level Vision.",
publisher = "MIT Press",
address = {Cambridge, MA},
year = 2000
}
@book{Minnaert2012,
author = "Marcel Minnaert",
title = "Light and Color in the Outdoors.",
publisher = "Springer",
address = {New York},
year = 2012
}
@BOOK{princeCVMLI2012,
author = {Prince, S.J.D.},
title= {Computer Vision: Models Learning and Inference.},
publisher = {{Cambridge University Press}},
year = 2012}
@book{Bracewell78,
author = "R. N. Bracewell",
title = "The Fourier Transform and its Applications.",
publisher = "McGraw-Hill",
year = 1978}
@misc{birds,
note = "http://www.birdfellow.com/birds/snow-goose-chen-caerulescens/photos/community",
url = "http://s3.amazonaws.com/birdfellow-production/content/photos/000/008/959/identification/021513.jpg?1361668048",
year = 2014}
@article{Phong1975,
author = {Phong, Bui Tuong},
title = {Illumination for Computer Generated Pictures.},
year = {1975},
issue_date = {June 1975},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {18},
number = {6},
%issn = {0001-0782},
%url = {https://doi.org/10.1145/360825.360839},
%doi = {10.1145/360825.360839},
%abstract = {The quality of computer generated images of three-dimensional scenes depends on the shading technique used to paint the objects on the cathode-ray tube screen. The shading algorithm itself depends in part on the method for modeling the object, which also determines the hidden surface algorithm. The various methods of object modeling, shading, and hidden surface removal are thus strongly interconnected. Several shading techniques corresponding to different methods of object modeling and the related hidden surface algorithms are presented here. Human visual perception and the fundamental laws of optics are considered in the development of a shading rule that provides better quality and increased realism in generated images.},
journal = {Commun. ACM},
%month = {jun},
pages = {311–317},
numpages = {7},
%keywords = {hidden surface removal, graphic display, shading, computer graphics}
}
@article{Kac_1966,
title={Can One Hear the Shape of a Drum?},
%DOI={10.2307/2313748},
journal={American Mathematical Monthly},
author={Kac, Mark},
year={1966},
%month={Apr}
}
@inproceedings{ng2002,
author = {Ng, Andrew Y. and Jordan, Michael I. and Weiss, Yair},
title = "On Spectral Clustering: Analysis and an Algorithm.",
booktitle = nips,
pages = {849--856},
year = 2001
}
@article{Freeman91,
author = "W. T. Freeman and E. H. Adelson",
title = "The Design and Use of Steerable Filters.",
journal = pami,
%month = "September",
volume = 13,
pages = "891--906",
number = 9,
year = 1991}
@misc{spectrometer,
note = "Video Demonstration by Paul Doherty.",
author = "Paul Doherty",
url = "https://www.exploratorium.edu/snacks/cd-spectroscope",
year = 2023}
@misc{blue,
url = "http://www.nature.com/news/2007/070430/full/news070430-2.html",
year = 2010}
@article{Kaufman1949,
author = {Kaufman, E L and Lord, M W},
journal = {The American Journal of Psychology},
jt = {The American Journal of Psychology},
number = {4},
pages = {498--525},
pl = {United States},
pt = {Journal Article},
title = {The Discrimination of Visual Number.},
volume = {62},
year = {1949}}
@misc{Wandell95foundationsweb,
author = "B. A. Wandell",
url = "https://foundationsofvision.stanford.edu/part-3-image-interpretation/",
year = 2021}
@book{Wandell95,
author = {Wandell, Brian},
title = {Foundations of Vision.},
year = {1995},
publisher = {Sinauer Assoc.}
}
@ARTICLE{Shannon1948,
author={Shannon, C. E.},
journal={The Bell System Technical Journal},
title={A Mathematical Theory of Communication.},
year={1948},
volume={27},
number={3},
pages={379-423}
}
@article{Gabor1946TheoryOC,
title={Theory of Communication.},
author={Dennis Gabor},
journal={Journal of the Institution of Electrical Engineers - Part I: General},
year={1946},
volume={94},
pages={58-58}
}
@article{GRANLUND1978155,
author = {Goesta H. Granlund},
journal = {Computer Graphics and Image Processing},
number = {2},
pages = {155-173},
title = {In Search of a General Picture Processing Operator.},
volume = {8},
year = {1978}
}
@article{Necker1832,
author = "Necker, L.A.",
title = "Observations on Some Remarkable Optical Phaenomena seen in Switzerland; and on an Optical Phaenomenon which Occurs on Viewing a Figure of a Crystal or Geometrical Solid.",
journal = "London and Edinburgh Philosophical Magazine and Journal of Science",
volume = 5,
pages = "329--337",
number = 1,
year = 2005}
@article{Hofer2005,
author = "H. Hofer and J. Carroll and J. Neitz and M. Neitz and D. R. Williams",
title = "Organization of the Human Trichromatic Cone Mosaic.",
journal = "The Journal of Neuroscience",
volume = 25,
pages = "9669--9679",
number = 42,
year = 2005}
@inproceedings{Yedidia00b,
author = "J. S. Yedidia and W. T. Freeman and Y. Weiss",
title = "Generalized Belief Propagation.",
booktitle = nips,
volume = 13,
pages = "689--695",
year = 2001}
@book{Koller2009,
editor = "D. Koller and N. Friedman",
title = "Probabilistic Graphical Models.",
publisher = "MIT Press",
address = {Cambridge MA},
year = 2009}
@book{Jordan98,
editor = "M. I. Jordan",
title = "Learning in Graphical Models.",
publisher = "MIT Press",
address = {Cambridge MA},
year = 1998}
@inproceedings{Bouman17,
author = {Katherine L. Bouman and Vickie Ye and Adam B. Yedidia and Fredo Durand and
Gregory W. Wornell and Antonio Torralba and William T. Freeman},
title = {Turning Corners into Cameras: Principles and Methods.},
booktitle = iccv,
year = {2018}
}
@article{hays2007scene,
title={Scene Completion Using Millions of Photographs.},
author={Hays, James and Efros, Alexei A},
journal=tog,
volume={26},
number={3},
pages={4},
year={2007},
publisher={ACM}
}
@misc{belkin2018reconciling,
title={Reconciling Modern Machine Learning and the Bias-Variance Trade-Off.},
author={Belkin, Mikhail and Hsu, Daniel and Ma, Siyuan and Mandal, Soumik},
eprint={1812.11118},
archivePrefix={arXiv},
year={2018}
}
@article{tsne,
title={Visualizing Data Using t-SNE.},
author={Maaten, Laurens van der and Hinton, Geoffrey},
journal={Journal of Machine Learning Research},
volume={9},
number={Nov},
pages={2579--2605},
year={2008}
}
@inproceedings{decaf,
title={Decaf: A Deep Convolutional Activation feature for Generic Visual Recognition.},
author={Donahue, Jeff and Jia, Yangqing and Vinyals, Oriol and Hoffman, Judy and Zhang, Ning and Tzeng, Eric and Darrell, Trevor},
booktitle=icml,
pages={647--655},
year={2014}
}
@misc{doersch2016tutorial,
title={Tutorial on Variational Autoencoders.},
author={Carl Doersch},
year={2016},
eprint={1606.05908},
archivePrefix={arXiv},
primaryClass={stat.ML}
}
@inproceedings{ioffe2015batch,
title={Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift.},
author={Ioffe, Sergey and Szegedy, Christian},
booktitle=icml,
pages={448--456},
year={2015}
}
@Article{Cybenko1989,
author="Cybenko, G.",
title="Approximation by Superpositions of a Sigmoidal Function.",
journal="Mathematics of Control, Signals and Systems",
year="1989",
%month="Dec",
%day="01",
volume="2",
number="4",
pages="303--314",
%abstract="In this paper we demonstrate that finite linear combinations of compositions of a fixed, univariate function and a set of affine functionals can uniformly approximate any continuous function ofn real variables with support in the unit hypercube; only mild conditions are imposed on the univariate function. Our results settle an open question about representability in the class of single hidden layer neural networks. In particular, we show that arbitrary decision regions can be arbitrarily well approximated by continuous feedforward neural networks with only a single internal, hidden layer and any continuous sigmoidal nonlinearity. The paper discusses approximation properties of other possible types of nonlinearities that might be implemented by artificial neural networks.",
%doi="10.1007/BF02551274"
}
@ARTICLE{Fara2015,
TITLE= "Newton Shows the Light: a Commentary on Newton (1672) ‘A Letter … Containing his New Theory About Light and Colours…’",
AUTHOR= "P. Fara",
JOURNAL= "Philosophical Transactions of the Royal Society",
YEAR= "2015"
}
@misc{wang2020fully,
title={Fully Test-Time Adaptation by Entropy Minimization.},
author={Wang, Dequan and Shelhamer, Evan and Liu, Shaoteng and Olshausen, Bruno and Darrell, Trevor},
eprint={2006.10726},
archivePrefix={arXiv},
year={2020}
}
% cite as zhang2016colorful, below
% article{Zhang_2016,
@book{lamott1980,
title={Bird by Bird.},
author={Lamott, Anne},
publisher={Bantam Doubleday Dell Publishing Group},
year={1980}
}
@inproceedings{szegedy2014intriguing,
title={Intriguing Properties of Neural Networks.},
author={Szegedy, Christian and Zaremba, Wojciech and Sutskever, Ilya and Bruna, Joan and Erhan, Dumitru and Goodfellow, Ian and Fergus, Rob},
journal=iclr,
year={2014}
}
@article{bourlard1988auto,
title={Auto-Association by Multilayer Perceptrons and Singular Value Decomposition.},
author={Bourlard, Herv{\'e} and Kamp, Yves},
journal={Biological Cybernetics},
volume={59},
number={4},
pages={291--294},
year={1988},
publisher={Springer}
}
@article {TraerE7856,
author = {Traer, James and McDermott, Josh H.},
title = {Statistics of Natural Reverberation Enable Perceptual Separation of Sound and Space.},
volume = {113},
number = {48},
pages = {E7856--E7865},
year = {2016},
publisher = {National Academy of Sciences},
%note = {https://www.pnas.org/content/113/48/E7856},
journal = {Proceedings of the National Academy of Sciences}
}
@article{elman1990finding,
title={Finding Structure in Time.},
author={Elman, Jeffrey L},
journal={Cognitive science},
volume={14},
number={2},
pages={179--211},
year={1990},
publisher={Wiley Online Library}
}
@article{hochreiter1997long,
title={Long Short-Term Memory.},
author={Hochreiter, Sepp and Schmidhuber, J{\"u}rgen},
journal={Neural Computation},
volume={9},
number={8},
pages={1735--1780},
year={1997},
publisher={MIT Press}
}
@inproceedings{vaswani2017attention,
title={Attention Is All You Need.},
author={Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, {\L}ukasz and Polosukhin, Illia},
booktitle=nips,
pages={5998--6008},
year={2017}
}
@inproceedings{goodfellow2014generative,
title={Generative Adversarial Nets.},
author={Goodfellow, Ian and Pouget-Abadie, Jean and Mirza, Mehdi and Xu, Bing and Warde-Farley, David and Ozair, Sherjil and Courville, Aaron and Bengio, Yoshua},
journal=nips,
volume={27},
year={2014}
}
@article{bengio2013representation,
title={Representation Learning: A Review and New Perspectives.},
author={Bengio, Yoshua and Courville, Aaron and Vincent, Pascal},
journal=pami,
volume={35},
number={8},
pages={1798--1828},
year={2013},
publisher={IEEE}
}
@techreport{rumelhart1985learning,
title={Learning Internal Representations by Error Propagation.},
author={Rumelhart, David E. and Hinton, Geoffrey E. and Williams, Ronald J.},
year={1985},
institution={California Univ San Diego Inst for Cognitive Science}
}
@inproceedings{ballard1987modular,
title={Modular Learning in Neural Networks.},
author={Ballard, Dana H},
booktitle=aaai,
volume={647},
pages={279--284},
year={1987}
}
@inproceedings{ronneberger2015u,
title={U-Net: Convolutional Networks for Biomedical Image Segmentation.},
author={Ronneberger, Olaf and Fischer, Philipp and Brox, Thomas},
booktitle={International Conference on Medical Image Computing and computer-Assisted Intervention},
pages={234--241},
year={2015},
organization={Springer}
}
@inproceedings{he2016deep,
title={Deep Residual Learning for Image Recognition.},
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
booktitle=cvpr,
pages={770--778},
year={2016}
}
@misc{srivastava2015highway,
title={Highway Networks.},
author={Srivastava, Rupesh Kumar and Greff, Klaus and Schmidhuber, J{\"u}rgen},
eprint={1505.00387},
archivePrefix={arXiv},
year={2015}
}
@inproceedings{krizhevsky2012imagenet,
title={Imagenet Classification with Deep Convolutional Neural Networks.},
author={Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E},
journal=nips,
volume={25},
pages={1097--1105},
year={2012}
}
@misc{liu2018intriguing,
title={An Intriguing Failing of Convolutional Neural Networks and the Coordconv Solution.},
author={Liu, Rosanne and Lehman, Joel and Molino, Piero and Such, Felipe Petroski and Frank, Eric and Sergeev, Alex and Yosinski, Jason},
eprint={1807.03247},
archivePrefix={arXiv},
year={2018}
}
@inproceedings{mildenhall2020nerf,
title={Nerf: Representing Scenes as Neural Radiance Fields for View Synthesis.},
author={Mildenhall, Ben and Srinivasan, Pratul P and Tancik, Matthew and Barron, Jonathan T and Ramamoorthi, Ravi and Ng, Ren},
booktitle=eccv,
pages={405--421},
year={2020},
organization={Springer}
}
@techreport{yair98,
author = {Weiss, Yair and Adelson, Edward H.},
title = {Slow and Smooth: A Bayesian Theory for the Combination of Local Motion Signals in Human Vision.},
institution = {MIT},
year = {1998},
note = {A.I. Memo No. 1624}
}
@inproceedings{CycleGAN2017,
title={Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks.},
author={Zhu, Jun-Yan and Park, Taesung and Isola, Phillip and Efros, Alexei A},
booktitle=iccv,
year={2017}
}
@inproceedings{yi2017dualgan,
title={Dualgan: Unsupervised Dual Learning for Image-to-Image Translation.},
author={Yi, Zili and Zhang, Hao and Tan, Ping and Gong, Minglun},
booktitle=iccv,
pages={2849--2857},
year={2017}
}
@inproceedings{kim2017learning,
title={Learning to Discover Cross-Domain Relations with Generative Adversarial Networks.},
author={Kim, Taeksoo and Cha, Moonsu and Kim, Hyunsoo and Lee, Jung Kwon and Kim, Jiwon},
booktitle=icml,
pages={1857--1865},
year={2017},
%organization={PMLR}
}
@inproceedings{Karras2021,
author = {Tero Karras and Miika Aittala and Samuli Laine and Erik H\"ark\"onen and Janne Hellsten and Jaakko Lehtinen and Timo Aila},
title = {Alias-Free Generative Adversarial Networks},
booktitle = nips,
year = {2021}
}
@inproceedings{hoffman2018cycada,
title={Cycada: Cycle-Consistent Adversarial Domain Adaptation.},
author={Hoffman, Judy and Tzeng, Eric and Park, Taesung and Zhu, Jun-Yan and Isola, Phillip and Saenko, Kate and Efros, Alexei and Darrell, Trevor},
booktitle=icml,
pages={1989--1998},
year={2018},
organization={PMLR}
}
@inproceedings{pix2pix2017,
title={Image-to-Image Translation with Conditional Adversarial Networks.},
author={Isola, Phillip and Zhu, Jun-Yan and Zhou, Tinghui and Efros, Alexei A.},
booktitle=cvpr,
year={2017} }
@INPROCEEDINGS{Tinghui2017,
author={Zhou, Tinghui and Brown, Matthew and Snavely, Noah and Lowe, David G.},
booktitle=cvpr,
title={Unsupervised Learning of Depth and Ego-Motion from Video.},
year={2017},
volume={},
number={},
pages={6612-6619},
%doi={10.1109/CVPR.2017.700}
}
@inProceedings{MegaDepthLi18,
title={MegaDepth: Learning Single-View Depth Prediction from Internet Photos.},
author={Zhengqi Li and Noah Snavely},
booktitle=cvpr,
year={2018}
}
%@INPROCEEDINGS{8100183,
%author={Zhou, Tinghui and Brown, Matthew and Snavely, Noah and Lowe, David G.},
%booktitle={2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
%title={Unsupervised Learning of Depth and Ego-Motion from Video.},
%year={2017},
%volume={},
%number={},
%pages={6612-6619},
%doi={10.1109/CVPR.2017.700}
%}
@inproceedings{Snavely2006,
author = {Noah Snavely and Steven M. Seitz and Richard Szeliski},
title = {Photo Tourism: Exploring Photo Collections in 3D.},
booktitle = siggraph,
year = {2006},
pages = {835--846},
}
@article{Mersereau79,
author={R. M. Mersereau},
journal={Proceedings of the IEEE},
title={The Processing of Hexagonally Sampled Two-Dimensional Signals.},
year={1979},
volume={67},
number={6},
pages={930-949},
%month={June}
}
@inproceedings{SilbermanECCV12,
author = {Nathan Silberman, Derek Hoiem, Pushmeet Kohli and Rob Fergus},
title = {Indoor Segmentation and Support Inference from RGBD Images.},
booktitle = eccv,
year = {2012}
}
@article{Geiger2013,
author = {Geiger, A and Lenz, P and Stiller, C and Urtasun, R},
journal = {The International Journal of Robotics Research},
number = 11,
pages = {1231--1237},
title = {Vision Meets Robotics: The KITTI Dataset.},
volume = 32,
year = 2013
}
@ARTICLE{Geiger2013IJRR,
author = {Andreas Geiger and Philip Lenz and Christoph Stiller and Raquel Urtasun},
title = {Vision Meets Robotics: The KITTI Dataset.},
journal = {International Journal of Robotics Research (IJRR)},
year = {2013}
}
@article{Curcio87,
title={Distribution of Cones in Human and Monkey Retina: Individual Variability and Radial Asymmetry.},
author={Christine A. Curcio and Kenneth R. Sloan and Orin S. Packer and Anita Hendrickson and Robert E. Kalina},
journal={Science},
year={1987},
volume={236 4801},
pages={579-82}
}
@INPROCEEDINGS{Xian2018,
author={Xian, Ke and Shen, Chunhua and Cao, Zhiguo and Lu, Hao and Xiao, Yang and Li, Ruibo and Luo, Zhenbo},
booktitle=cvpr,
title={Monocular Relative Depth Perception with Web Stereo Data Supervision.},
year={2018},
volume={},
number={},
pages={311-320},
%doi={10.1109/CVPR.2018.00040}
}
@INPROCEEDINGS{Simoncelli90subbandimage,
author = {Eero P. Simoncelli and Edward H. Adelson},
title = {Subband Image Coding with Hexagonal Quadrature Mirror Filters.},
booktitle = {Picture Coding Symposium},
year = {1990}
}
@book{Fourier09,
author = {Fourier, Jean Baptiste Joseph},
publisher = {Cambridge University Press},
series = {Cambridge Library Collection},
title = {{Th\'{e}orie Analytique de la Chaleur.}},
year = 2009
}
@article{Cooley1965,
title={An Algorithm for the Machine Calculation of Complex Fourier Series.},
author={James W. Cooley and John W. Tukey},
journal={Mathematics of Computation},
year={1965},
volume={19},
pages={297-301}
}
@article{Land1971,
title={Lightness and Retinex Theory.},
author={Edwin Herbert Land and John J. McCann},
journal={Journal of the Optical Society of America},
year={1971},
volume={61 1},
pages={1-11}
}
% @inproceedings{Barrow1978,
% title={RECOVERING INTRINSIC SCENE CHARACTERISTICS FROM IMAGES.},
% author={Harry G. Barrow and Jay M. Tenenbaum},
% year={1978}
% }
@inproceedings{gutmann2010noise,
title={Noise-contrastive estimation: A new estimation principle for unnormalized statistical models.},
author={Gutmann, Michael and Hyv{\"a}rinen, Aapo},
booktitle={Proceedings of the thirteenth international conference on artificial intelligence and statistics},
pages={297--304},
year={2010},
organization={JMLR Workshop and Conference Proceedings}
}
@article{hinton2002training,
title={Training Products of Experts by Minimizing Contrastive Divergence.},
author={Hinton, Geoffrey E},
journal={Neural Computation},
volume={14},
number={8},
pages={1771--1800},
year={2002},
publisher={MIT Press}
}
@inproceedings{donahue2014decafUSEdecafcitation,
title={Decaf: A deep convolutional activation feature for generic visual recognition.},
author={Donahue, Jeff and Jia, Yangqing and Vinyals, Oriol and Hoffman, Judy and Zhang, Ning and Tzeng, Eric and Darrell, Trevor},
booktitle=icml,
pages={647--655},
year={2014},
organization={PMLR}
}
@inproceedings{chen2020generative,
title={Generative Pretraining from Pixels.},
author={Chen, Mark and Radford, Alec and Child, Rewon and Wu, Jeffrey and Jun, Heewoo and Luan, David and Sutskever, Ilya},
booktitle=icml,
pages={1691--1703},
year={2020},