forked from vdumoulin/conv_arithmetic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
177 lines (157 loc) · 6.63 KB
/
bibliography.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
@inproceedings{le1997reading,
title={Reading checks with multilayer graph transformer networks},
author={Le Cun, Yann and Bottou, L{\'e}on and Bengio, Yoshua},
booktitle={Acoustics, Speech, and Signal Processing, 1997. ICASSP-97., 1997 IEEE International Conference on},
volume={1},
pages={151--154},
year={1997},
organization={IEEE}
}
@inproceedings{bergstra2010theano,
title={Theano: A CPU and GPU math compiler in Python},
author={Bergstra, James and Breuleux, Olivier and Bastien, Fr{\'e}d{\'e}ric and Lamblin, Pascal and Pascanu, Razvan and Desjardins, Guillaume and Turian, Joseph and Warde-Farley, David and Bengio, Yoshua},
booktitle={Proc. 9th Python in Science Conf},
pages={1--7},
year={2010}
}
@inproceedings{collobert2011torch7,
title={Torch7: A matlab-like environment for machine learning},
author={Collobert, Ronan and Kavukcuoglu, Koray and Farabet, Cl{\'e}ment},
booktitle={BigLearn, NIPS Workshop},
number={EPFL-CONF-192376},
year={2011}
}
@inproceedings{zeiler2011adaptive,
title={Adaptive deconvolutional networks for mid and high level feature learning},
author={Zeiler, Matthew D and Taylor, Graham W and Fergus, Rob},
booktitle={Computer Vision (ICCV), 2011 IEEE International Conference on},
pages={2018--2025},
year={2011},
organization={IEEE}
}
@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{bastien2012theano,
title={Theano: new features and speed improvements},
author={Bastien, Fr{\'e}d{\'e}ric and Lamblin, Pascal and Pascanu, Razvan and Bergstra, James and Goodfellow, Ian and Bergeron, Arnaud and Bouchard, Nicolas and Warde-Farley, David and Bengio, Yoshua},
journal={arXiv preprint arXiv:1211.5590},
year={2012}
}
@inproceedings{jia2014caffe,
title={Caffe: Convolutional architecture for fast feature embedding},
author={Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
booktitle={Proceedings of the ACM International Conference on Multimedia},
pages={675--678},
year={2014},
organization={ACM}
}
@incollection{zeiler2014visualizing,
title={Visualizing and understanding convolutional networks},
author={Zeiler, Matthew D and Fergus, Rob},
booktitle={Computer vision--ECCV 2014},
pages={818--833},
year={2014},
publisher={Springer}
}
@article{chen2014semantic,
title={Semantic image segmentation with deep convolutional nets and fully connected crfs},
author={Chen, Liang-Chieh and Papandreou, George and Kokkinos, Iasonas and Murphy, Kevin and Yuille, Alan L},
journal={arXiv preprint arXiv:1412.7062},
year={2014}
}
@article{abaditensorflow,
title={TensorFlow: Large-scale machine learning on heterogeneous systems},
author={Abadi, Mart{\i}n and Agarwal, Ashish and Barham, Paul and Brevdo, Eugene and Chen, Zhifeng and Citro, Craig and Corrado, Greg S and Davis, Andy and Dean, Jeffrey and Devin, Matthieu and others},
journal={Software available from tensorflow.org},
year={2015}
}
@inproceedings{long2015fully,
title={Fully convolutional networks for semantic segmentation},
author={Long, Jonathan and Shelhamer, Evan and Darrell, Trevor},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={3431--3440},
year={2015}
}
@article{radford2015unsupervised,
title={Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks},
author={Radford, Alec and Metz, Luke and Chintala, Soumith},
journal={arXiv preprint arXiv:1511.06434},
year={2015}
}
@unpublished{Goodfellow-et-al-2016-Book,
title={Deep Learning},
author={Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron},
note={Book in preparation for MIT Press},
url={http://goodfeli.github.io/dlbook/},
year={2016}
}
@article{im2016generating,
title={Generating images with recurrent adversarial networks},
author={Im, Daniel Jiwoong and Kim, Chris Dongjoo and Jiang, Hui and Memisevic, Roland},
journal={arXiv preprint arXiv:1602.05110},
year={2016}
}
@article{visin15,
author = {Francesco Visin and
Kyle Kastner and
Aaron C. Courville and
Yoshua Bengio and
Matteo Matteucci and
KyungHyun Cho},
title = {ReSeg: {A} Recurrent Neural Network for Object Segmentation},
year = {2015},
url = {http://arxiv.org/abs/1511.07053},
}
@article{yu2015multi,
title={Multi-scale context aggregation by dilated convolutions},
author={Yu, Fisher and Koltun, Vladlen},
journal={arXiv preprint arXiv:1511.07122},
year={2015}
}
@inproceedings {boureau-cvpr-10,
title = "Learning Mid-Level Features for Recognition",
author = "Boureau, {Y-Lan} and Bach, Francis and LeCun, Yann and Ponce, Jean",
booktitle = "Proc. International Conference on Computer Vision and Pattern Recognition (CVPR'10)",
publisher = "IEEE",
year = "2010"
}
@inproceedings {boureau-icml-10,
title = "A theoretical analysis of feature pooling in vision algorithms",
author = "Boureau, {Y-Lan} and Ponce, Jean and LeCun, Yann",
booktitle = "Proc. International Conference on Machine learning (ICML'10)",
year = "2010"
}
@inproceedings {boureau-iccv-11,
title = "Ask the locals: multi-way local pooling for image recognition",
author = "Boureau, {Y-Lan} and {Le Roux}, Nicolas and Bach, Francis and Ponce, Jean and LeCun, Yann",
booktitle = "Proc. International Conference on Computer Vision (ICCV'11)",
publisher = "IEEE",
year = "2011"
}
@InProceedings{ICML2011Saxe_551,
author = {Andrew Saxe and Pang Wei Koh and Zhenghao Chen and Maneesh Bhand and Bipin Suresh and Andrew Ng},
title = {On Random Weights and Unsupervised Feature Learning },
booktitle = {Proceedings of the 28th International Conference on Machine Learning (ICML-11)},
series = {ICML '11},
year = {2011},
editor = {Lise Getoor and Tobias Scheffer},
location = {Bellevue, Washington, USA},
isbn = {978-1-4503-0619-5},
month = {June},
publisher = {ACM},
address = {New York, NY, USA},
pages= {1089--1096},
}
@article{oord2016wavenet,
title={Wavenet: A generative model for raw audio},
author={Oord, Aaron van den and Dieleman, Sander and Zen, Heiga and Simonyan,
Karen and Vinyals, Oriol and Graves, Alex and Kalchbrenner, Nal and
Senior, Andrew and Kavukcuoglu, Koray},
journal={arXiv preprint arXiv:1609.03499},
year={2016}
}