You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title={YouTube-BoundingBoxes: A Large High-Precision Human-Annotated Data Set for Object Detection in Video},
87
-
author={Real, Esteban and Shlens, Jonathon and Mazzocchi, Stefano and Pan, Xin and Vanhoucke, Vincent},
88
-
journal={arXiv preprint arXiv:1702.00824},
89
-
year={2017}
90
-
}
91
-
92
-
%%%%% NO POOLING
93
-
94
-
@article{springenberg2014striving,
95
-
title={Striving for simplicity: The all convolutional net},
96
-
author={Springenberg, Jost Tobias and Dosovitskiy, Alexey and Brox, Thomas and Riedmiller, Martin},
97
-
journal={arXiv preprint arXiv:1412.6806},
98
-
year={2014}
99
-
}
100
-
101
-
@article{yu2015multi,
102
-
title={Multi-scale context aggregation by dilated convolutions},
103
-
author={Yu, Fisher and Koltun, Vladlen},
104
-
journal={arXiv preprint arXiv:1511.07122},
105
-
year={2015}
11
+
@article{goodfellow2013maxout,
12
+
title={Maxout networks},
13
+
author={Goodfellow, Ian J and Warde-Farley, David and Mirza, Mehdi and Courville, Aaron and Bengio, Yoshua},
14
+
journal={arXiv preprint arXiv:1302.4389},
15
+
year={2013}
106
16
}
107
17
108
-
%%%%% ACTIVATIONS
109
-
110
18
@inproceedings{he2015delving,
111
19
title={Delving deep into rectifiers: Surpassing human-level performance on imagenet classification},
112
20
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
@@ -115,11 +23,21 @@ @inproceedings{he2015delving
115
23
year={2015}
116
24
}
117
25
118
-
@article{goodfellow2013maxout,
119
-
title={Maxout networks},
120
-
author={Goodfellow, Ian J and Warde-Farley, David and Mirza, Mehdi and Courville, Aaron and Bengio, Yoshua},
121
-
journal={arXiv preprint arXiv:1302.4389},
122
-
year={2013}
26
+
%%%% RESNET
27
+
@inproceedings{he2016deep,
28
+
title={Deep residual learning for image recognition},
29
+
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
30
+
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
31
+
pages={770--778},
32
+
year={2016}
33
+
}
34
+
35
+
%%%% CAFFE
36
+
@article{jia2014caffe,
37
+
Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
38
+
Journal = {arXiv preprint arXiv:1408.5093},
39
+
Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
title={Rethinking the inception architecture for computer vision},
137
-
author={Szegedy, Christian and Vanhoucke, Vincent and Ioffe, Sergey and Shlens, Jon and Wojna, Zbigniew},
138
-
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
139
-
pages={2818--2826},
51
+
%%%% INTERPRETABILITY
52
+
@article{lipton2016mythos,
53
+
title={The mythos of model interpretability},
54
+
author={Lipton, Zachary C},
55
+
journal={arXiv preprint arXiv:1606.03490},
140
56
year={2016}
141
57
}
142
58
143
-
%%%% FUNCTION APPROXIMATION
144
-
145
-
@article{cybenko1989approximation,
146
-
title={Approximation by superpositions of a sigmoidal function},
147
-
author={Cybenko, George},
148
-
journal={Mathematics of Control, Signals, and Systems (MCSS)},
149
-
volume={2},
150
-
number={4},
151
-
pages={303--314},
152
-
year={1989},
153
-
publisher={Springer}
154
-
}
155
-
156
-
%%%% INITIALIZATION
157
-
158
-
@inproceedings{glorot2010understanding,
159
-
title={Understanding the difficulty of training deep feedforward neural networks.},
160
-
author={Glorot, Xavier and Bengio, Yoshua},
161
-
booktitle={Aistats},
162
-
volume={9},
163
-
pages={249--256},
164
-
year={2010}
165
-
}
166
-
167
-
%%%% DROPOUT
168
-
@article{srivastava2014dropout,
169
-
title={Dropout: A simple way to prevent neural networks from overfitting},
170
-
author={Srivastava, Nitish and Hinton, Geoffrey and Krizhevsky, Alex and Sutskever, Ilya and Salakhutdinov, Ruslan},
171
-
journal={The Journal of Machine Learning Research},
172
-
volume={15},
173
-
number={1},
174
-
pages={1929--1958},
175
-
year={2014},
176
-
publisher={JMLR. org}
177
-
}
178
-
179
-
%%%% RNN TRAINING
180
-
@inproceedings{pascanu2013difficulty,
181
-
title={On the difficulty of training recurrent neural networks},
182
-
author={Pascanu, Razvan and Mikolov, Tomas and Bengio, Yoshua},
183
-
booktitle={International Conference on Machine Learning},
184
-
pages={1310--1318},
185
-
year={2013}
186
-
}
187
-
188
-
%%%% LSTM
189
-
@article{hochreiter1997long,
190
-
title={Long short-term memory},
191
-
author={Hochreiter, Sepp and Schmidhuber, J{\"u}rgen},
192
-
journal={Neural computation},
193
-
volume={9},
194
-
number={8},
195
-
pages={1735--1780},
196
-
year={1997},
197
-
publisher={MIT Press}
198
-
}
199
-
200
-
%%%% GRU
201
-
@article{cho2014learning,
202
-
title={Learning phrase representations using RNN encoder-decoder for statistical machine translation},
203
-
author={Cho, Kyunghyun and Van Merri{\"e}nboer, Bart and Gulcehre, Caglar and Bahdanau, Dzmitry and Bougares, Fethi and Schwenk, Holger and Bengio, Yoshua},
204
-
journal={arXiv preprint arXiv:1406.1078},
205
-
year={2014}
206
-
}
207
-
208
-
%%%% IMAGENET
209
-
@inproceedings{deng2009imagenet,
210
-
title={Imagenet: A large-scale hierarchical image database},
211
-
author={Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia and Li, Kai and Fei-Fei, Li},
title={Very deep convolutional networks for large-scale image recognition},
@@ -231,80 +64,27 @@ @article{simonyan2014very
231
64
year={2014}
232
65
}
233
66
234
-
%%%% RESNET
235
-
@inproceedings{he2016deep,
236
-
title={Deep residual learning for image recognition},
237
-
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
238
-
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
239
-
pages={770--778},
240
-
year={2016}
241
-
}
242
-
243
-
%%%% TENSORFLOW
244
-
@misc{tensorflow2015-whitepaper,
245
-
title={ {TensorFlow}: Large-Scale Machine Learning on Heterogeneous Systems},
246
-
url={http://tensorflow.org/},
247
-
note={Software available from tensorflow.org},
248
-
author={
249
-
Mart\'{\i}n~Abadi and
250
-
Ashish~Agarwal and
251
-
Paul~Barham and
252
-
Eugene~Brevdo and
253
-
Zhifeng~Chen and
254
-
Craig~Citro and
255
-
Greg~S.~Corrado and
256
-
Andy~Davis and
257
-
Jeffrey~Dean and
258
-
Matthieu~Devin and
259
-
Sanjay~Ghemawat and
260
-
Ian~Goodfellow and
261
-
Andrew~Harp and
262
-
Geoffrey~Irving and
263
-
Michael~Isard and
264
-
Yangqing Jia and
265
-
Rafal~Jozefowicz and
266
-
Lukasz~Kaiser and
267
-
Manjunath~Kudlur and
268
-
Josh~Levenberg and
269
-
Dan~Man\'{e} and
270
-
Rajat~Monga and
271
-
Sherry~Moore and
272
-
Derek~Murray and
273
-
Chris~Olah and
274
-
Mike~Schuster and
275
-
Jonathon~Shlens and
276
-
Benoit~Steiner and
277
-
Ilya~Sutskever and
278
-
Kunal~Talwar and
279
-
Paul~Tucker and
280
-
Vincent~Vanhoucke and
281
-
Vijay~Vasudevan and
282
-
Fernanda~Vi\'{e}gas and
283
-
Oriol~Vinyals and
284
-
Pete~Warden and
285
-
Martin~Wattenberg and
286
-
Martin~Wicke and
287
-
Yuan~Yu and
288
-
Xiaoqiang~Zheng},
289
-
year={2015},
67
+
%%%%% NO POOLING
68
+
@article{springenberg2014striving,
69
+
title={Striving for simplicity: The all convolutional net},
70
+
author={Springenberg, Jost Tobias and Dosovitskiy, Alexey and Brox, Thomas and Riedmiller, Martin},
71
+
journal={arXiv preprint arXiv:1412.6806},
72
+
year={2014}
290
73
}
291
74
292
-
%%%% CAFFE
293
-
294
-
@article{jia2014caffe,
295
-
Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
296
-
Journal = {arXiv preprint arXiv:1408.5093},
297
-
Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
298
-
Year = {2014}
75
+
@inproceedings{szegedy2016rethinking,
76
+
title={Rethinking the inception architecture for computer vision},
77
+
author={Szegedy, Christian and Vanhoucke, Vincent and Ioffe, Sergey and Shlens, Jon and Wojna, Zbigniew},
78
+
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
79
+
pages={2818--2826},
80
+
year={2016}
299
81
}
300
82
301
-
%%%% INTERPRETABILITY
302
-
303
-
@article{lipton2016mythos,
304
-
title={The mythos of model interpretability},
305
-
author={Lipton, Zachary C},
306
-
journal={arXiv preprint arXiv:1606.03490},
307
-
year={2016}
83
+
@article{yu2015multi,
84
+
title={Multi-scale context aggregation by dilated convolutions},
0 commit comments