-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.bib
2431 lines (2151 loc) · 82.2 KB
/
thesis.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
@article{amato2017deep,
title={Deep learning for decentralized parking lot occupancy detection},
author={Amato, Giuseppe and Carrara, Fabio and Falchi, Fabrizio and Gennaro, Claudio and Meghini, Carlo and Vairo, Claudio},
journal={Expert Systems with Applications},
volume={72},
pages={327--334},
year={2017},
publisher={Pergamon}
}
@inproceedings{amato2016car,
title={Car parking occupancy detection using smart camera networks and deep learning},
author={Amato, Giuseppe and Carrara, Fabio and Falchi, Fabrizio and Gennaro, Claudio and Vairo, Claudio},
booktitle={Computers and Communication (ISCC), 2016 IEEE Symposium on},
pages={1212--1217},
year={2016},
organization={IEEE}
}
@inproceedings{vadicamo2017cross,
title={Cross-Media Learning for Image Sentiment Analysis in the Wild},
author={Vadicamo, Lucia and Carrara, Fabio and Cimino, Andrea and Cresci, Stefano and Dell’Orletta, Felice and Falchi, Fabrizio and Tesconi, Maurizio},
booktitle={2017 IEEE International Conference on Computer Vision Workshops (ICCVW)},
pages={308--317},
doi={10.1109/ICCVW.2017.45},
month={Oct},
year={2017}
}
@inproceedings{carrara2017detecting,
title={Detecting adversarial example attacks to deep neural networks},
author={Carrara, Fabio and Falchi, Fabrizio and Caldelli, Roberto and Amato, Giuseppe and Fumarola, Roberta and Becarelli, Rudy},
booktitle={Proceedings of the 15th International Workshop on Content-Based Multimedia Indexing},
pages={38},
year={2017},
organization={ACM}
}
@article{carrara2018adversarial,
title={Adversarial image detection in deep neural networks},
author={Carrara, Fabio and Falchi, Fabrizio and Caldelli, Roberto and Amato, Giuseppe and Becarelli, Rudy},
journal={Multimedia Tools and Applications},
pages={1--21},
year={2018},
publisher={Springer US}
}
@article{carrara2018picture,
title={Picture it in your mind: Generating high level visual representations from textual descriptions},
author={Carrara, Fabio and Esuli, Andrea and Fagni, Tiziano and Falchi, Fabrizio and Fern{\'a}ndez, Alejandro Moreo},
journal={Information Retrieval Journal},
volume={21},
number={2-3},
pages={208--229},
year={2018},
publisher={Springer}
}
@article{carrara2016picture,
title={Picture It In Your Mind: Generating High Level Visual Representations From Textual Descriptions},
author={Carrara, Fabio and Esuli, Andrea and Fagni, Tiziano and Falchi, Fabrizio and Moreo Fern{\'a}ndez, Alejandro},
journal={arXiv preprint arXiv:1606.07287},
year={2016}
}
@inproceedings{amato2017efficient,
title={Efficient Indexing of Regional Maximum Activations of Convolutions using Full-Text Search Engines},
author={Amato, Giuseppe and Carrara, Fabio and Falchi, Fabrizio and Gennaro, Claudio},
booktitle={Proceedings of the 2017 ACM on International Conference on Multimedia Retrieval},
pages={420--423},
year={2017},
organization={ACM}
}
@inproceedings{amato2018large,
title={Large-Scale Image Retrieval with Elasticsearch},
author={Amato, Giuseppe and Bolettieri, Paolo and Carrara, Fabio and Falchi, Fabrizio and Gennaro, Claudio},
booktitle={The 41st International ACM SIGIR Conference on Research \& Development in Information Retrieval},
pages={925--928},
year={2018},
organization={ACM}
}
% ================================================
% ================== BACKGROUND ==================
% ================================================
@book{goodfellow2016deep,
title={Deep learning},
author={Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron and Bengio, Yoshua},
volume={1},
year={2016},
publisher={MIT press Cambridge}
}
@article{rosenblatt1958perceptron,
title={The perceptron: a probabilistic model for information storage and organization in the brain.},
author={Rosenblatt, Frank},
journal={Psychological review},
volume={65},
number={6},
pages={386},
year={1958},
publisher={American Psychological Association}
}
@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 La Jolla Inst for Cognitive Science}
}
@article{rumelhart1986learning,
title={Learning representations by back-propagating errors},
author={Rumelhart, David E and Hinton, Geoffrey E and Williams, Ronald J},
journal={nature},
volume={323},
number={6088},
pages={533},
year={1986},
publisher={Nature Publishing Group}
}
@article{lee2011unsupervised,
title={Unsupervised learning of hierarchical representations with convolutional deep belief networks},
author={Lee, Honglak and Grosse, Roger and Ranganath, Rajesh and Ng, Andrew Y},
journal={Communications of the ACM},
volume={54},
number={10},
pages={95--103},
year={2011},
publisher={ACM}
}
@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}
}
@article{schuster1997bidirectional,
title={Bidirectional recurrent neural networks},
author={Schuster, Mike and Paliwal, Kuldip K},
journal={IEEE Transactions on Signal Processing},
volume={45},
number={11},
pages={2673--2681},
year={1997},
publisher={IEEE}
}
@article{qian1999momentum,
title={On the momentum term in gradient descent learning algorithms},
author={Qian, Ning},
journal={Neural networks},
volume={12},
number={1},
pages={145--151},
year={1999},
publisher={Elsevier}
}
@article{kingma2014adam,
title={Adam: A method for stochastic optimization},
author={Kingma, Diederik P and Ba, Jimmy},
journal={arXiv preprint arXiv:1412.6980},
year={2014}
}
@article{duchi2011adaptive,
title={Adaptive subgradient methods for online learning and stochastic optimization},
author={Duchi, John and Hazan, Elad and Singer, Yoram},
journal={Journal of Machine Learning Research},
volume={12},
number={Jul},
pages={2121--2159},
year={2011}
}
@article{zeiler2012adadelta,
title={ADADELTA: an adaptive learning rate method},
author={Zeiler, Matthew D},
journal={arXiv preprint arXiv:1212.5701},
year={2012}
}
@article{mnih2015human,
title={Human-level control through deep reinforcement learning},
author={Mnih, Volodymyr and Kavukcuoglu, Koray and Silver, David and Rusu, Andrei A and Veness, Joel and Bellemare, Marc G and Graves, Alex and Riedmiller, Martin and Fidjeland, Andreas K and Ostrovski, Georg and others},
journal={Nature},
volume={518},
number={7540},
pages={529},
year={2015},
publisher={Nature Publishing Group}
}
@article{silver2016mastering,
title={Mastering the game of Go with deep neural networks and tree search},
author={Silver, David and Huang, Aja and Maddison, Chris J and Guez, Arthur and Sifre, Laurent and Van Den Driessche, George and Schrittwieser, Julian and Antonoglou, Ioannis and Panneershelvam, Veda and Lanctot, Marc and others},
journal={nature},
volume={529},
number={7587},
pages={484--489},
year={2016},
publisher={Nature Research}
}
@inproceedings{he2015delving,
title={Delving deep into rectifiers: Surpassing human-level performance on imagenet classification},
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
booktitle={Proceedings of the IEEE international conference on computer vision},
pages={1026--1034},
year={2015}
}
@article{cadieu2014deep,
title={Deep neural networks rival the representation of primate IT cortex for core visual object recognition},
author={Cadieu, Charles F and Hong, Ha and Yamins, Daniel LK and Pinto, Nicolas and Ardila, Diego and Solomon, Ethan A and Majaj, Najib J and DiCarlo, James J},
journal={PLoS computational biology},
volume={10},
number={12},
pages={e1003963},
year={2014},
publisher={Public Library of Science}
}
@article{kubilius2016deep,
title={Deep neural networks as a computational model for human shape sensitivity},
author={Kubilius, Jonas and Bracci, Stefania and de Beeck, Hans P Op},
journal={PLoS computational biology},
volume={12},
number={4},
pages={e1004896},
year={2016},
publisher={Public Library of Science}
}
@inproceedings{pascanu2013difficulty,
title={On the difficulty of training recurrent neural networks},
author={Pascanu, Razvan and Mikolov, Tomas and Bengio, Yoshua},
booktitle={International Conference on Machine Learning},
pages={1310--1318},
year={2013}
}
@phdthesis{bayer2015learning,
title={Learning Sequence Representations},
author={Bayer, Justin Simon},
year={2015},
school={Technische Universit{\"a}t M{\"u}nchen}
}
@inproceedings{ng2004feature,
title={Feature selection, L 1 vs. L 2 regularization, and rotational invariance},
author={Ng, Andrew Y},
booktitle={Proceedings of the twenty-first international conference on Machine learning},
pages={78},
year={2004},
organization={ACM}
}
@inproceedings{burges2005learning,
title={Learning to rank using gradient descent},
author={Burges, Chris and Shaked, Tal and Renshaw, Erin and Lazier, Ari and Deeds, Matt and Hamilton, Nicole and Hullender, Greg},
booktitle={Proceedings of the 22nd international conference on Machine learning},
pages={89--96},
year={2005},
organization={ACM}
}
@inproceedings{cao2007learning,
title={Learning to rank: from pairwise approach to listwise approach},
author={Cao, Zhe and Qin, Tao and Liu, Tie-Yan and Tsai, Ming-Feng and Li, Hang},
booktitle={Proceedings of the 24th international conference on Machine learning},
pages={129--136},
year={2007},
organization={ACM}
}
@article{bengio2007scaling,
title={Scaling learning algorithms towards AI},
author={Bengio, Yoshua and LeCun, Yann and others},
journal={Large-scale kernel machines},
volume={34},
number={5},
pages={1--41},
year={2007}
}
@inproceedings{lecun1988theoretical,
title={A theoretical framework for back-propagation},
author={LeCun, Yann and Touresky, D and Hinton, G and Sejnowski, T},
booktitle={Proceedings of the 1988 connectionist models summer school},
volume={1},
pages={21--28},
year={1988},
organization={CMU, Pittsburgh, Pa: Morgan Kaufmann}
}
@article{fawcett2006introduction,
title={An introduction to ROC analysis},
author={Fawcett, Tom},
journal={Pattern recognition letters},
volume={27},
number={8},
pages={861--874},
year={2006},
publisher={Elsevier}
}
@inproceedings{krizhevsky2012imagenet,
title={Imagenet classification with deep convolutional neural networks},
author={Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E},
booktitle={Advances in neural information processing systems},
pages={1097--1105},
year={2012}
}
@article{russakovsky2015imagenet,
title={Imagenet large scale visual recognition challenge},
author={Russakovsky, Olga and Deng, Jia and Su, Hao and Krause, Jonathan and Satheesh, Sanjeev and Ma, Sean and Huang, Zhiheng and Karpathy, Andrej and Khosla, Aditya and Bernstein, Michael and others},
journal={International Journal of Computer Vision},
volume={115},
number={3},
pages={211--252},
year={2015},
publisher={Springer}
}
@article{simonyan2014very,
title={Very deep convolutional networks for large-scale image recognition},
author={Simonyan, Karen and Zisserman, Andrew},
journal={arXiv preprint arXiv:1409.1556},
year={2014}
}
@article{sermanet2013overfeat,
title={Overfeat: Integrated recognition, localization and detection using convolutional networks},
author={Sermanet, Pierre and Eigen, David and Zhang, Xiang and Mathieu, Micha{\"e}l and Fergus, Rob and LeCun, Yann},
journal={arXiv preprint arXiv:1312.6229},
year={2013}
}
@inproceedings{zeiler2014visualizing,
title={Visualizing and understanding convolutional networks},
author={Zeiler, Matthew D and Fergus, Rob},
booktitle={European conference on computer vision},
pages={818--833},
year={2014},
organization={Springer}
}
@article{lecun1989backpropagation,
title={Backpropagation applied to handwritten zip code recognition},
author={LeCun, Yann and Boser, Bernhard and Denker, John S and Henderson, Donnie and Howard, Richard E and Hubbard, Wayne and Jackel, Lawrence D},
journal={Neural computation},
volume={1},
number={4},
pages={541--551},
year={1989},
publisher={MIT Press}
}
@inproceedings{szegedy2015going,
title={Going deeper with convolutions},
author={Szegedy, Christian and Liu, Wei and Jia, Yangqing and Sermanet, Pierre and Reed, Scott and Anguelov, Dragomir and Erhan, Dumitru and Vanhoucke, Vincent and Rabinovich, Andrew},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={1--9},
year={2015}
}
@inproceedings{he2016deep,
title={Deep residual learning for image recognition},
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={770--778},
year={2016}
}
@article{ioffe2015batch,
title={Batch normalization: Accelerating deep network training by reducing internal covariate shift},
author={Ioffe, Sergey and Szegedy, Christian},
journal={arXiv preprint arXiv:1502.03167},
year={2015}
}
@inproceedings{szegedy2017inception,
title={Inception-v4, inception-resnet and the impact of residual connections on learning.},
author={Szegedy, Christian and Ioffe, Sergey and Vanhoucke, Vincent and Alemi, Alexander A},
booktitle={AAAI},
volume={4},
pages={12},
year={2017}
}
@inproceedings{xie2017aggregated,
title={Aggregated residual transformations for deep neural networks},
author={Xie, Saining and Girshick, Ross and Doll{\'a}r, Piotr and Tu, Zhuowen and He, Kaiming},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2017 IEEE Conference on},
pages={5987--5995},
year={2017},
organization={IEEE}
}
@article{hu2017squeeze,
title={Squeeze-and-excitation networks},
author={Hu, Jie and Shen, Li and Sun, Gang},
journal={arXiv preprint arXiv:1709.01507},
volume={7},
year={2017}
}
@inproceedings{huang2017densely,
title={Densely Connected Convolutional Networks.},
author={Huang, Gao and Liu, Zhuang and Van Der Maaten, Laurens and Weinberger, Kilian Q},
booktitle={CVPR},
volume={1},
number={2},
pages={3},
year={2017}
}
@inproceedings{zhou2014learning,
title={Learning deep features for scene recognition using places database},
author={Zhou, Bolei and Lapedriza, Agata and Xiao, Jianxiong and Torralba, Antonio and Oliva, Aude},
booktitle={Advances in neural information processing systems},
pages={487--495},
year={2014}
}
@article{de2015pklot,
title={PKLot--A robust dataset for parking lot classification},
author={De Almeida, Paulo RL and Oliveira, Luiz S and Britto Jr, Alceu S and Silva Jr, Eunelson J and Koerich, Alessandro L},
journal={Expert Systems with Applications},
volume={42},
number={11},
pages={4937--4949},
year={2015},
publisher={Elsevier}
}
@inproceedings{you2015robust,
title={Robust Image Sentiment Analysis Using Progressively Trained and Domain Transferred Deep Networks.},
author={You, Quanzeng and Luo, Jiebo and Jin, Hailin and Yang, Jianchao},
booktitle={AAAI},
pages={381--388},
year={2015}
}
@inproceedings{jegou2008hamming,
title={Hamming embedding and weak geometric consistency for large scale image search},
author={Jegou, Herve and Douze, Matthijs and Schmid, Cordelia},
booktitle={European conference on computer vision},
pages={304--317},
year={2008},
organization={Springer}
}
@inproceedings{philbin2007object,
title={Object retrieval with large vocabularies and fast spatial matching},
author={Philbin, James and Chum, Ondrej and Isard, Michael and Sivic, Josef and Zisserman, Andrew},
booktitle={Computer Vision and Pattern Recognition, 2007. CVPR'07. IEEE Conference on},
pages={1--8},
year={2007},
organization={IEEE}
}
@article{philbin2008lost,
title={Lost in quantization: Improving particular object retrieval in large scale image databases},
author={Philbin, James and Chum, Ondrej and Isard, Michael and Sivic, Josef and Zisserman, Andrew},
year={2008},
publisher={IEEE}
}
@inproceedings{lin2014microsoft,
title={Microsoft coco: Common objects in context},
author={Lin, Tsung-Yi and Maire, Michael and Belongie, Serge and Hays, James and Perona, Pietro and Ramanan, Deva and Doll{\'a}r, Piotr and Zitnick, C Lawrence},
booktitle={European conference on computer vision},
pages={740--755},
year={2014},
organization={Springer}
}
@article{kurakin2018adversarial,
title={Adversarial attacks and defences competition},
author={Kurakin, Alexey and Goodfellow, Ian and Bengio, Samy and Dong, Yinpeng and Liao, Fangzhou and Liang, Ming and Pang, Tianyu and Zhu, Jun and Hu, Xiaolin and Xie, Cihang and others},
journal={arXiv preprint arXiv:1804.00097},
year={2018}
}
@article{zhou2017recent,
title={Recent Advance in Content-based Image Retrieval: A Literature Survey},
author={Zhou, Wengang and Li, Houqiang and Tian, Qi},
journal={arXiv preprint arXiv:1706.06064},
year={2017}
}
@article{jarvelin2002cumulated,
title={Cumulated gain-based evaluation of IR techniques},
author={J{\"a}rvelin, Kalervo and Kek{\"a}l{\"a}inen, Jaana},
journal={ACM Transactions on Information Systems (TOIS)},
volume={20},
number={4},
pages={422--446},
year={2002},
publisher={ACM}
}
@inproceedings{sharif2014cnn,
title={CNN features off-the-shelf: an astounding baseline for recognition},
author={Sharif Razavian, Ali and Azizpour, Hossein and Sullivan, Josephine and Carlsson, Stefan},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition workshops},
pages={806--813},
year={2014}
}
@article{zhou2016places,
title={Places: An image database for deep scene understanding},
author={Zhou, Bolei and Khosla, Aditya and Lapedriza, Agata and Torralba, Antonio and Oliva, Aude},
journal={arXiv preprint arXiv:1610.02055},
year={2016}
}
@inproceedings{babenko2014neural,
title={Neural codes for image retrieval},
author={Babenko, Artem and Slesarev, Anton and Chigorin, Alexandr and Lempitsky, Victor},
booktitle={European conference on computer vision},
pages={584--599},
year={2014},
organization={Springer}
}
@inproceedings{radenovic2015multiple,
title={Multiple measurements and joint dimensionality reduction for large scale image search with short vectors},
author={Radenovi{\'c}, Filip and J{\'e}gou, Herv{\'e} and Chum, Ondrej},
booktitle={Proceedings of the 5th ACM on International Conference on Multimedia Retrieval},
pages={587--590},
year={2015},
organization={ACM}
}
@inproceedings{gong2014multi,
title={Multi-scale orderless pooling of deep convolutional activation features},
author={Gong, Yunchao and Wang, Liwei and Guo, Ruiqi and Lazebnik, Svetlana},
booktitle={European conference on computer vision},
pages={392--407},
year={2014},
organization={Springer}
}
@conference{tolias2016rmac,
title={Particular object retrieval with integral max-pooling of CNN activations},
author={Tolias, Giorgos and Sicre, Ronan and J{\'e}gou, Herv{\'e}},
journal={International Conference on Learning Representations},
year={2016}
}
@article{gordo2017end,
title={End-to-end learning of deep visual representations for image retrieval},
author={Gordo, Albert and Almazan, Jon and Revaud, Jerome and Larlus, Diane},
journal={International Journal of Computer Vision},
volume={124},
number={2},
pages={237--254},
year={2017},
publisher={Springer}
}
@incollection{mensink2012metric,
title={Metric learning for large scale image classification: Generalizing to new classes at near-zero cost},
author={Mensink, Thomas and Verbeek, Jakob and Perronnin, Florent and Csurka, Gabriela},
booktitle={Computer Vision--ECCV 2012},
pages={488--501},
year={2012},
publisher={Springer}
}
@inproceedings{sanchez2011high,
title={High-dimensional signature compression for large-scale image classification},
author={S{\'a}nchez, Jorge and Perronnin, Florent},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2011 IEEE Conference on},
pages={1665--1672},
year={2011},
organization={IEEE}
}
@inproceedings{scheirer2012multi,
title={Multi-attribute spaces: Calibration for attribute fusion and similarity search},
author={Scheirer, Walter J and Kumar, Neeraj and Belhumeur, Peter N and Boult, Terrance E},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2012 IEEE Conference on},
pages={2933--2940},
year={2012},
organization={IEEE}
}
@article{akata2014good,
title={Good practice in large-scale learning for image classification},
author={Akata, Zeynep and Perronnin, Florent and Harchaoui, Zaid and Schmid, Cordelia},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
volume={36},
number={3},
pages={507--520},
year={2014},
publisher={IEEE}
}
@inproceedings{arandjelovic2012three,
title={Three things everyone should know to improve object retrieval},
author={Arandjelovic, Relja and Zisserman, Andrew},
booktitle={2012 IEEE Conference on Computer Vision and Pattern Recognition},
pages={2911--2918},
year={2012},
organization={IEEE}
}
@article{sanchez2012modeling,
title={Modeling the spatial layout of images beyond spatial pyramids},
author={S{\'a}Nchez, Jorge and Perronnin, Florent and De Campos, Te{\'o}Filo},
journal={Pattern Recognition Letters},
volume={33},
number={16},
pages={2216--2223},
year={2012},
publisher={Elsevier}
}
@inproceedings{harada2012graphical,
title={Graphical Gaussian vector for image categorization},
author={Harada, Tatsuya and Kuniyoshi, Yasuo},
booktitle={Advances in Neural Information Processing Systems},
pages={1547--1555},
year={2012}
}
@inproceedings{jegou2010aggregating,
title={Aggregating local descriptors into a compact image representation},
author={J{\'e}gou, Herv{\'e} and Douze, Matthijs and Schmid, Cordelia and P{\'e}rez, Patrick},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on},
pages={3304--3311},
year={2010},
organization={IEEE}
}
@inproceedings{perronnin2010improving,
title={Improving the fisher kernel for large-scale image classification},
author={Perronnin, Florent and S{\'a}nchez, Jorge and Mensink, Thomas},
booktitle={European conference on computer vision},
pages={143--156},
year={2010},
organization={Springer}
}
@article{lowe2004distinctive,
title={Distinctive image features from scale-invariant keypoints},
author={Lowe, David G},
journal={International journal of computer vision},
volume={60},
number={2},
pages={91--110},
year={2004},
publisher={Springer}
}
@inproceedings{bay2006surf,
title={Surf: Speeded up robust features},
author={Bay, Herbert and Tuytelaars, Tinne and Van Gool, Luc},
booktitle={European conference on computer vision},
pages={404--417},
year={2006},
organization={Springer}
}
@inproceedings{rublee2011orb,
title={ORB: An efficient alternative to SIFT or SURF},
author={Rublee, Ethan and Rabaud, Vincent and Konolige, Kurt and Bradski, Gary},
booktitle={Computer Vision (ICCV), 2011 IEEE international conference on},
pages={2564--2571},
year={2011},
organization={IEEE}
}
@article{matas2004robust,
title={Robust wide-baseline stereo from maximally stable extremal regions},
author={Matas, Jiri and Chum, Ondrej and Urban, Martin and Pajdla, Tom{\'a}s},
journal={Image and vision computing},
volume={22},
number={10},
pages={761--767},
year={2004},
publisher={Elsevier}
}
@inproceedings{alcantarilla2012kaze,
title={KAZE features},
author={Alcantarilla, Pablo Fern{\'a}ndez and Bartoli, Adrien and Davison, Andrew J},
booktitle={European Conference on Computer Vision},
pages={214--227},
year={2012},
organization={Springer}
}
@inproceedings{mcsherry2008computing,
title={Computing information retrieval performance measures efficiently in the presence of tied scores},
author={McSherry, Frank and Najork, Marc},
booktitle={European conference on information retrieval},
pages={414--421},
year={2008},
organization={Springer}
}
@article{hinton2012improving,
title={Improving neural networks by preventing co-adaptation of feature detectors},
author={Hinton, Geoffrey E and Srivastava, Nitish and Krizhevsky, Alex and Sutskever, Ilya and Salakhutdinov, Ruslan R},
journal={arXiv preprint arXiv:1207.0580},
year={2012}
}
@inproceedings{azizpour2015generic,
title={From generic to specific deep representations for visual recognition},
author={Azizpour, Hossein and Sharif Razavian, Ali and Sullivan, Josephine and Maki, Atsuto and Carlsson, Stefan},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition workshops},
pages={36--45},
year={2015}
}
@inproceedings{babenko2015aggregating,
title={Aggregating local deep features for image retrieval},
author={Babenko, Artem and Lempitsky, Victor},
booktitle={Proceedings of the IEEE international conference on computer vision},
pages={1269--1277},
year={2015}
}
@article{razavian2016visual,
title={Visual instance retrieval with deep convolutional networks},
author={Razavian, Ali S and Sullivan, Josephine and Carlsson, Stefan and Maki, Atsuto},
journal={ITE Transactions on Media Technology and Applications},
volume={4},
number={3},
pages={251--258},
year={2016},
publisher={The Institute of Image Information and Television Engineers}
}
@inproceedings{liu2015treasure,
title={The treasure beneath convolutional layers: Cross-convolutional-layer pooling for image classification},
author={Liu, Lingqiao and Shen, Chunhua and van den Hengel, Anton},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={4749--4757},
year={2015}
}
@inproceedings{kalantidis2016cross,
title={Cross-dimensional weighting for aggregated deep convolutional features},
author={Kalantidis, Yannis and Mellina, Clayton and Osindero, Simon},
booktitle={European Conference on Computer Vision},
pages={685--701},
year={2016},
organization={Springer}
}
@inproceedings{radenovic2016cnn,
title={CNN image retrieval learns from BoW: Unsupervised fine-tuning with hard examples},
author={Radenovi{\'c}, Filip and Tolias, Giorgos and Chum, Ond{\v{r}}ej},
booktitle={European conference on computer vision},
pages={3--20},
year={2016},
organization={Springer}
}
@inproceedings{arandjelovic2016netvlad,
title={NetVLAD: CNN architecture for weakly supervised place recognition},
author={Arandjelovic, Relja and Gronat, Petr and Torii, Akihiko and Pajdla, Tomas and Sivic, Josef},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={5297--5307},
year={2016}
}
@inproceedings{vinyals2015show,
title={Show and tell: A neural image caption generator},
author={Vinyals, Oriol and Toshev, Alexander and Bengio, Samy and Erhan, Dumitru},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={3156--3164},
year={2015}
}
@inproceedings{graves2013speech,
title={Speech recognition with deep recurrent neural networks},
author={Graves, Alex and Mohamed, Abdel-rahman and Hinton, Geoffrey},
booktitle={Acoustics, speech and signal processing (icassp), 2013 ieee international conference on},
pages={6645--6649},
year={2013},
organization={IEEE}
}
@inproceedings{sutskever2014sequence,
title={Sequence to sequence learning with neural networks},
author={Sutskever, Ilya and Vinyals, Oriol and Le, Quoc V},
booktitle={Advances in neural information processing systems},
pages={3104--3112},
year={2014}
}
@inproceedings{donahue2015long,
title={Long-term recurrent convolutional networks for visual recognition and description},
author={Donahue, Jeffrey and Anne Hendricks, Lisa and Guadarrama, Sergio and Rohrbach, Marcus and Venugopalan, Subhashini and Saenko, Kate and Darrell, Trevor},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={2625--2634},
year={2015}
}
@article{piccinini2012real,
title={Real-time object detection and localization with SIFT-based clustering},
author={Piccinini, Paolo and Prati, Andrea and Cucchiara, Rita},
journal={Image and Vision Computing},
volume={30},
number={8},
pages={573--587},
year={2012},
publisher={Elsevier}
}
@article{brown2007automatic,
title={Automatic panoramic image stitching using invariant features},
author={Brown, Matthew and Lowe, David G},
journal={International journal of computer vision},
volume={74},
number={1},
pages={59--73},
year={2007},
publisher={Springer}
}
@article{widrow199030,
title={30 years of adaptive neural networks: perceptron, madaline, and backpropagation},
author={Widrow, Bernard and Lehr, Michael A},
journal={Proceedings of the IEEE},
volume={78},
number={9},
pages={1415--1442},
year={1990},
publisher={IEEE}
}
@inproceedings{schonberger2016structure,
title={Structure-from-motion revisited},
author={Schonberger, Johannes L and Frahm, Jan-Michael},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={4104--4113},
year={2016}
}
@inproceedings{gordo2016deep,
title={Deep image retrieval: Learning global representations for image search},
author={Gordo, Albert and Almaz{\'a}n, Jon and Revaud, Jerome and Larlus, Diane},
booktitle={European Conference on Computer Vision},
pages={241--257},
year={2016},
organization={Springer}
}
@article{weinberger2009distance,
title={Distance metric learning for large margin nearest neighbor classification},
author={Weinberger, Kilian Q and Saul, Lawrence K},
journal={Journal of Machine Learning Research},
volume={10},
number={Feb},
pages={207--244},
year={2009}
}
@inproceedings{schroff2015facenet,
title={Facenet: A unified embedding for face recognition and clustering},
author={Schroff, Florian and Kalenichenko, Dmitry and Philbin, James},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={815--823},
year={2015}
}
@inproceedings{bromley1994signature,
title={Signature verification using a" siamese" time delay neural network},
author={Bromley, Jane and Guyon, Isabelle and LeCun, Yann and S{\"a}ckinger, Eduard and Shah, Roopak},
booktitle={Advances in neural information processing systems},
pages={737--744},
year={1994}
}
@inproceedings{hadsell2006dimensionality,
title={Dimensionality reduction by learning an invariant mapping},
author={Hadsell, Raia and Chopra, Sumit and LeCun, Yann},
booktitle={null},
pages={1735--1742},
year={2006},
organization={IEEE}
}
@inproceedings{donahue2014decaf,
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={International conference on machine learning},
pages={647--655},
year={2014}
}
@inproceedings{mikolov2013distributed,
title={Distributed representations of words and phrases and their compositionality},
author={Mikolov, Tomas and Sutskever, Ilya and Chen, Kai and Corrado, Greg S and Dean, Jeff},
booktitle={Advances in neural information processing systems},
pages={3111--3119},
year={2013}
}
@inproceedings{pennington2014glove,
title={Glove: Global vectors for word representation},
author={Pennington, Jeffrey and Socher, Richard and Manning, Christopher},
booktitle={Proceedings of the 2014 conference on empirical methods in natural language processing (EMNLP)},
pages={1532--1543},
year={2014}
}
@inproceedings{feng2014cross,
title={Cross-modal retrieval with correspondence autoencoder},
author={Feng, Fangxiang and Wang, Xiaojie and Li, Ruifan},
booktitle={Proceedings of the 22nd ACM international conference on Multimedia},
pages={7--16},
year={2014},
organization={ACM}
}
@article{kiros2014unifying,
title={Unifying visual-semantic embeddings with multimodal neural language models},
author={Kiros, Ryan and Salakhutdinov, Ruslan and Zemel, Richard S},
journal={arXiv preprint arXiv:1411.2539},
year={2014}
}
@inproceedings{ngiam2011multimodal,
title={Multimodal deep learning},
author={Ngiam, Jiquan and Khosla, Aditya and Kim, Mingyu and Nam, Juhan and Lee, Honglak and Ng, Andrew Y},
booktitle={Proceedings of the 28th international conference on machine learning (ICML-11)},
pages={689--696},
year={2011}
}
@inproceedings{frome2013devise,
title={Devise: A deep visual-semantic embedding model},
author={Frome, Andrea and Corrado, Greg S and Shlens, Jon and Bengio, Samy and Dean, Jeff and Mikolov, Tomas and others},
booktitle={Advances in neural information processing systems},
pages={2121--2129},
year={2013}
}
@inproceedings{bai2014bag,
title={Bag-of-words based deep neural network for image retrieval},
author={Bai, Yalong and Yu, Wei and Xiao, Tianjun and Xu, Chang and Yang, Kuiyuan and Ma, Wei-Ying and Zhao, Tiejun},
booktitle={Proceedings of the 22nd ACM international conference on Multimedia},
pages={229--232},
year={2014},
organization={ACM}
}
@inproceedings{karpathy2015deep,
title={Deep visual-semantic alignments for generating image descriptions},
author={Karpathy, Andrej and Fei-Fei, Li},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={3128--3137},
year={2015}
}
@inproceedings{fang2015captions,
title={From captions to visual concepts and back},
author={Fang, Hao and Gupta, Saurabh and Iandola, Forrest and Srivastava, Rupesh K and Deng, Li and Doll{\'a}r, Piotr and Gao, Jianfeng and He, Xiaodong and Mitchell, Margaret and Platt, John C and others},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={1473--1482},
year={2015}
}
@article{mao2014deep,
title={Deep captioning with multimodal recurrent neural networks (m-rnn)},
author={Mao, Junhua and Xu, Wei and Yang, Yi and Wang, Jiang and Huang, Zhiheng and Yuille, Alan},
journal={arXiv preprint arXiv:1412.6632},
year={2014}
}
@article{norouzi2013zero,
title={Zero-shot learning by convex combination of semantic embeddings},
author={Norouzi, Mohammad and Mikolov, Tomas and Bengio, Samy and Singer, Yoram and Shlens, Jonathon and Frome, Andrea and Corrado, Greg S and Dean, Jeffrey},
journal={arXiv preprint arXiv:1312.5650},
year={2013}
}
@article{dong2018predicting,