-
Notifications
You must be signed in to change notification settings - Fork 81
/
DeeplearningUniversityBibliography.bib
9680 lines (7981 loc) · 323 KB
/
DeeplearningUniversityBibliography.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
% Deep Learning Bibliography with publications from 2014
% additional selection criteria is that they contain the word GPU
@inproceedings{dong2014adaptive,
keywords = {Sentiment Analysis,Natural Language Processing},
title={Adaptive multi-compositionality for recursive neural models with applications to sentiment analysis},
author={Dong, Li and Wei, Furu and Zhou, Ming and Xu, Ke},
booktitle={Twenty-Eighth AAAI Conference on Artificial Intelligence (AAAI)},
year={2014}
}
@inproceedings{dong2014adarnn,
keywords = {Sentiment Analysis,Natural Language Processing},
title={Adaptive recursive neural network for target-dependent twitter sentiment classification},
author={Dong, Li and Wei, Furu and Tan, Chuanqi and Tang, Duyu and Zhou, Ming and Xu, Ke},
booktitle={Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (ACL)},
pages={49--54},
year={2014}
}
@article{zou2014mariana,
keywords = {Platform, Applications},
title={Mariana: Tencent Deep Learning Platform and its Applications},
author={Zou, Yongqiang and Jin, Xing and Li, Yi and Guo, Zhimao and Wang, Eryu and Xiao, Bin},
journal={Proceedings of the VLDB Endowment},
volume={7},
number={13},
year={2014}
}
@article{martinez2014should,
keywords = {Speech Recognition},
title={Should deep neural nets have ears? The role of auditory features in deep learning approaches},
author={Martinez, Angel Mario Castro and Moritz, Niko and Meyer, Bernd T},
year={2014}
}
@inproceedings{chen2014fast,
keywords = {GPU},
title={A fast deep learning system using GPU},
author={Chen, Zhilu and Wang, Jing and He, Haibo and Huang, Xinming},
booktitle={Circuits and Systems (ISCAS), 2014 IEEE International Symposium on},
pages={1552--1555},
year={2014},
organization={IEEE}
}
@inproceedings{song2014deep,
keywords = {Face Recognition},
title={Deep learning for real-time robust facial expression recognition on a smartphone},
author={Song, Inchul and Kim, Hyun-Jun and Jeon, Paul Barom},
booktitle={Consumer Electronics (ICCE), 2014 IEEE International Conference on},
pages={564--567},
year={2014},
organization={IEEE}
}
@inproceedings{wiesler2014mean,
keywords = {Algorithm, Stochastic Gradient},
title={Mean-normalized stochastic gradient for large-scale deep learning},
author={Wiesler, Simon and Richard, Alexander and Schluter, Ralf and Ney, Hermann},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on},
pages={180--184},
year={2014},
organization={IEEE}
}
@article{maas2014increasing,
keywords = {Speech Recognition},
title={Increasing Deep Neural Network Acoustic Model Size for Large Vocabulary Continuous Speech Recognition},
author={Maas, Andrew L and Hannun, Awni Y and Lengerich, Christopher T and Qi, Peng and Jurafsky, Daniel and Ng, Andrew Y},
journal={arXiv preprint arXiv:1406.7806},
year={2014}
}
@inproceedings{sun2014m2c,
keywords = {Mobile, Energy Efficient},
title={M2C: Energy efficient mobile cloud system for deep learning},
author={Sun, Kai and Chen, Zhikui and Ren, Jiankang and Yang, Song and Li, Jing},
booktitle={Computer Communications Workshops (INFOCOM WKSHPS), 2014 IEEE Conference on},
pages={167--168},
year={2014},
organization={IEEE}
}
@article{leung2014deep,
keywords = {Bioinformatics},
title={Deep learning of the tissue-regulated splicing code},
author={Leung, Michael KK and Xiong, Hui Yuan and Lee, Leo J and Frey, Brendan J},
journal={Bioinformatics},
volume={30},
number={12},
pages={i121--i129},
year={2014},
publisher={Oxford Univ Press}
}
@article{canny2014interactive,
keywords = {Misc},
title={Interactive Machine Learning},
author={Canny, John},
journal={University of California, Berkeley},
year={2014}
}
@article{schmidhuber2014deep,
keywords = {Overview},
title={Deep Learning in Neural Networks: An Overview},
author={Schmidhuber, J{\"u}rgen},
journal={arXiv preprint arXiv:1404.7828},
year={2014}
}
@article{sukhbaatar2014learning,
keywords = {Noisy Data},
title={Learning from Noisy Labels with Deep Neural Networks},
author={Sukhbaatar, Sainbayar and Fergus, Rob},
journal={arXiv preprint arXiv:1406.2080},
year={2014}
}
@article{zhao2014gpu,
keywords = {GPU,Simulation},
title={GPU Accelerated Computation and Real-time Rendering of Cellular Automata Model for Spatial Simulation},
author={Zhao, Yuan and Zhang, Xinchang and Zhang, Zhen and Wang, Lu and Hu, Yueming},
year={2014},
publisher={hgpu. org}
}
@article{schmidhuber2014draft,
keywords = {Overview},
title={Draft: Deep Learning in Neural Networks: An Overview},
author={Schmidhuber, J{\"u}rgen},
year={2014}
}
@misc{jones2014learning,
keywords = {Misc},
title={THE LEARNING MACHINES},
author={Jones, Nicola},
year={2014},
publisher={Nature Publishing Group MACMILLAN BUILDING, 4 CRINAN ST, LONDON N1 9XW, ENGLAND}
}
@inproceedings{ramasubramanian2014spindle,
keywords = {Infrastructure,Neuromorphic},
title={SPINDLE: SPINtronic deep learning engine for large-scale neuromorphic computing},
author={Ramasubramanian, Shankar Ganesh and Venkatesan, Rangharajan and Sharad, Mrigank and Roy, Kaushik and Raghunathan, Anand},
booktitle={Proceedings of the 2014 international symposium on Low power electronics and design},
pages={15--20},
year={2014},
organization={ACM}
}
@article{cho2014exponentially,
keywords = {Algorithm},
title={Exponentially Increasing the Capacity-to-Computation Ratio for Conditional Computation in Deep Learning},
author={Cho, Kyunghyun and Bengio, Yoshua},
journal={arXiv preprint arXiv:1406.7362},
year={2014}
}
@article{young2014hierarchical,
keywords = {Feature Extraction},
title={Hierarchical spatiotemporal feature extraction using recurrent online clustering},
author={Young, SR and Davis, A and Mishtal, Aaron and Arel, Itamar},
journal={Pattern Recognition Letters},
volume={37},
pages={115--123},
year={2014},
publisher={Elsevier}
}
@inproceedings{zhang2014supervised,
keywords = {Architecture},
title={Supervised deep learning with auxiliary networks},
author={Zhang, Junbo and Tian, Guangjian and Mu, Yadong and Fan, Wei},
booktitle={Proceedings of the 20th ACM SIGKDD international conference on Knowledge discovery and data mining},
pages={353--361},
year={2014},
organization={ACM}
}
@inproceedings{huang2014deep,
keywords = {Speech Recognition},
title={Deep learning vector quantization for acoustic information retrieval},
author={Huang, Zhen and Weng, Chao and Li, Kehuang and Cheng, You-Chi and Lee, Chin-Hui},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on},
pages={1350--1354},
year={2014},
organization={IEEE}
}
@incollection{li2014deep,
keywords = {Image Recognition, Healthcare, Brain},
title={Deep learning based imaging data completion for improved brain disease diagnosis},
author={Li, Rongjian and Zhang, Wenlu and Suk, Heung-Il and Wang, Li and Li, Jiang and Shen, Dinggang and Ji, Shuiwang},
booktitle={Medical Image Computing and Computer-Assisted Intervention--MICCAI 2014},
pages={305--312},
year={2014},
publisher={Springer}
}
@article{zhu2014deep,
keywords = {Face Recognition},
title={Deep learning multi-view representation for face recognition},
author={Zhu, Zhenyao and Luo, Ping and Wang, Xiaogang and Tang, Xiaoou},
journal={arXiv preprint arXiv:1406.6947},
year={2014}
}
@article{jia2014caffe,
keywords = {Feature Extraction},
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},
journal={arXiv preprint arXiv:1408.5093},
year={2014}
}
@article{baldi2014searching,
keywords = {Physics},
title={Searching for exotic particles in high-energy physics with deep learning},
author={Baldi, P and Sadowski, P and Whiteson, D},
journal={Nature communications},
volume={5},
year={2014},
publisher={Nature Publishing Group}
}
@article{wang2014improving,
keywords = {Recommender Systems},
title={Improving Content-based and Hybrid Music Recommendation using Deep Learning},
author={Wang, Xinxi and Wang, Ye},
year={2014}
}
@techreport{sermanet2014deep,
keywords = {Image Recognition,Speech Recognition},
title={A Deep Learning Pipeline for Image Understanding and Acoustic Modeling},
author={Sermanet, Pierre},
year={2014},
institution={DTIC Document}
}
@incollection{roth2014new,
keywords = {Convolutional Network,Healthcare},
title={A new 2.5 D representation for lymph node detection using random sets of deep convolutional neural network observations},
author={Roth, Holger R and Lu, Le and Seff, Ari and Cherry, Kevin M and Hoffman, Joanne and Wang, Shijun and Liu, Jiamin and Turkbey, Evrim and Summers, Ronald M},
booktitle={Medical Image Computing and Computer-Assisted Intervention--MICCAI 2014},
pages={520--527},
year={2014},
publisher={Springer}
}
@inproceedings{gokhale2014240,
keywords = {Mobile},
title={A 240 G-ops/s Mobile Coprocessor for Deep Neural Networks},
author={Gokhale, Vinayak and Jin, Jonghoon and Dundar, Aysegul and Martini, Berin and Culurciello, Eugenio},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops},
pages={682--687},
year={2014}
}
@incollection{dong2014learning,
keywords = {Image Recognition, Convolutional Network},
title={Learning a deep convolutional network for image super-resolution},
author={Dong, Chao and Loy, Chen Change and He, Kaiming and Tang, Xiaoou},
booktitle={Computer Vision--ECCV 2014},
pages={184--199},
year={2014},
publisher={Springer}
}
@article{lopes2014towards,
keywords = {GPU, Deep Belief Network},
title={Towards adaptive learning with improved convergence of deep belief networks on graphics processing units},
author={Lopes, Noel and Ribeiro, Bernardete},
journal={Pattern Recognition},
volume={47},
number={1},
pages={114--127},
year={2014},
publisher={Elsevier}
}
@article{sun2014deep,
keywords = {Face Recognition},
title={Deep learning face representation by joint identification-verification},
author={Sun, Yi and Wang, Xiaogang and Tang, Xiaoou},
journal={arXiv preprint arXiv:1406.4773},
year={2014}
}
@article{sainath2014parallel,
keywords = {Speech Recognition},
title={Parallel Deep Neural Network Training for LVCSR Tasks using Blue Gene/Q},
author={Sainath, Tara N and Chung, I-hsin and Ramabhadran, Bhuvana and Picheny, Michael and Gunnels, John and Kingsbury, Brian and Saon, George and Austel, Vernon and Chaudhari, Upendra},
year={2014}
}
@article{sutskever2014sequence,
keywords = {Machine Translation},
title={Sequence to Sequence Learning with Neural Networks},
author={Sutskever, Ilya and Vinyals, Oriol and Le, Quoc V},
journal={arXiv preprint arXiv:1409.3215}, % http://arxiv.org/abs/1409.3215
year={2014}
}
@inproceedings{huang2014deep,
keywords = {Algorithm},
title={Deep process neural network for temporal deep learning},
author={Huang, Wenhao and Hong, Haikun and Song, Guojie and Xie, Kunqing},
booktitle={Neural Networks (IJCNN), 2014 International Joint Conference on},
pages={465--472},
year={2014},
organization={IEEE}
}
@inproceedings{xu2014deep,
keywords = {Feature Extraction,Medicine},
title={Deep learning of feature representation with multiple instance learning for medical image analysis},
author={Xu, Yan and Mo, Tao and Feng, Qiwei and Zhong, Peilin and Lai, Maode and Chang, Eric I and others},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on},
pages={1626--1630},
year={2014},
organization={IEEE}
}
@article{seide20141,
keywords = {Speech Recognition, Stochastic Gradient Descent},
title={1-Bit Stochastic Gradient Descent and its Application to Data-Parallel Distributed Training of Speech DNNs},
author={Seide, Frank and Fu, Hao and Droppo, Jasha and Li, Gang and Yu, Dong},
year={2014}
}
@incollection{sanchez2014deep,
keywords = {Speech Recognition, Emotion},
title={Deep Learning for Emotional Speech Recognition},
author={S{\'a}nchez-Guti{\'e}rrez, M{\'a}ximo E and Albornoz, E Marcelo and Martinez-Licona, Fabiola and Rufiner, H Leonardo and Goddard, John},
booktitle={Pattern Recognition},
pages={311--320},
year={2014},
publisher={Springer}
}
@inproceedings{zhang2014improving,
keywords = {Face Detection,Convolutional Network},
title={Improving multiview face detection with multi-task deep convolutional neural networks},
author={Zhang, Cha and Zhang, Zhengyou},
booktitle={Applications of Computer Vision (WACV), 2014 IEEE Winter Conference on},
pages={1036--1041},
year={2014},
organization={IEEE}
}
@article{deng2014tutorial,
keywords = {Survey},
title={A tutorial survey of architectures, algorithms, and applications for deep learning},
author={Deng, Li},
journal={APSIPA Transactions on Signal and Information Processing},
volume={3},
pages={e2},
year={2014},
publisher={Cambridge Univ Press}
}
@inproceedings{zhang2014improving,
keywords = {Speech Recognition},
title={Improving deep neural network acoustic models using generalized maxout networks},
author={Zhang, Xiaohui and Trmal, Jan and Povey, Daniel and Khudanpur, Sanjeev},
booktitle={Proc. ICASSP},
year={2014}
}
@article{baldi2014deep,
keywords = {Physics},
title={Deep Learning in High-Energy Physics: Improving the Search for Exotic Particles},
author={Baldi, Pierre and Sadowski, Peter and Whiteson, Daniel},
journal={arXiv preprint arXiv:1402.4735},
year={2014}
}
@article{langkvist2014review,
keywords = {Feature Extraction,Time Series},
title={A review of unsupervised feature learning and deep learning for time-series modeling},
author={L{\"a}ngkvist, Martin and Karlsson, Lars and Loutfi, Amy},
journal={Pattern Recognition Letters},
volume={42},
pages={11--24},
year={2014},
publisher={Elsevier}
}
@inproceedings{xu2014cross,
keywords = {Image Recognition},
title={Cross-media relevance mining for evaluating text-based image search engine},
author={Xu, Zhongwen and Yang, Yi and Kassim, Ashraf and Yan, Shuicheng},
booktitle={Multimedia and Expo Workshops (ICMEW), 2014 IEEE International Conference on},
pages={1--4},
year={2014},
organization={IEEE}
}
@inproceedings{wiesler2014rasr,
keywords = {Speech Recognition},
title={RASR/NN: The RWTH neural network toolkit for speech recognition},
author={Wiesler, Simon and Richard, Alexander and Golik, Pavel and Schluter, Ralf and Ney, Hermann},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on},
pages={3281--3285},
year={2014},
organization={IEEE}
}
@inproceedings{wang2014energy,
keywords = {Energy Efficient},
title={Energy efficient neural networks for big data analytics},
author={Wang, Yu and Li, Boxun and Luo, Rong and Chen, Yiran and Xu, Ningyi and Yang, Huazhong},
booktitle={Design, Automation and Test in Europe Conference and Exhibition (DATE), 2014},
pages={1--2},
year={2014},
organization={IEEE}
}
@article{roth2014detection,
keywords = {Healthcare,Medicine,Convolutional Network},
title={Detection of Sclerotic Spine Metastases via Random Aggregation of Deep Convolutional Neural Network Classifications},
author={Roth, Holger R and Yao, Jianhua and Lu, Le and Stieger, James and Burns, Joseph E and Summers, Ronald M},
journal={arXiv preprint arXiv:1407.5976},
year={2014}
}
@inproceedings{turner2014deep,
keywords = {Healthcare, Medicine, Deep Belief Network},
title={Deep Belief Networks used on High Resolution Multichannel Electroencephalography Data for Seizure Detection},
author={Turner, JT and Page, Adam and Mohsenin, Tinoosh and Oates, Tim},
booktitle={2014 AAAI Spring Symposium Series},
year={2014}
}
@inproceedings{stober2014does,
keywords = {Brain Waves},
title={Does the beat go on?: identifying rhythms from brain waves recorded after their auditory presentation},
author={Stober, Sebastian and Cameron, Daniel J and Grahn, Jessica A},
booktitle={Proceedings of the 9th Audio Mostly: A Conference on Interaction With Sound},
pages={23},
year={2014},
organization={ACM}
}
@article{qin2014deep,
keywords = {Image Recognition,3D},
title={A deep learning approach to the classification of 3D CAD models},
author={Qin, Fei-wei and Li, Lu-ye and Gao, Shu-ming and Yang, Xiao-ling and Chen, Xiang},
journal={Journal of Zhejiang University SCIENCE C},
volume={15},
number={2},
pages={91--106},
year={2014},
publisher={Springer}
}
@article{iandola2014densenet,
keywords = {Platform,Convolutional Network},
title={DenseNet: Implementing Efficient ConvNet Descriptor Pyramids},
author={Iandola, Forrest and Moskewicz, Matt and Karayev, Sergey and Girshick, Ross and Darrell, Trevor and Keutzer, Kurt},
journal={arXiv preprint arXiv:1404.1869},
year={2014}
}
@inproceedings{seide2014parallelizability,
keywords = {Parallelization,Speech Recognition,Stochastic Gradient Descent},
title={On Parallelizability of Stochastic Gradient Descent for Speech DNNs},
author={Seide, Frank and Fu, Hao and Droppo, Jasha and Li, Gang and Yu, Dong},
booktitle={Proc. ICASSP},
year={2014}
}
@article{silberstein2014gpus,
keywords = {GPU,Parallelization},
title={GPUs: High-performance Accelerators for Parallel Applications: The multicore transformation (Ubiquity symposium)},
author={Silberstein, Mark},
journal={Ubiquity},
volume={2014},
number={August},
pages={1},
year={2014},
publisher={ACM}
}
@article{maas2014first,
keywords = {Speech Recognition},
title={First-Pass Large Vocabulary Continuous Speech Recognition using Bi-Directional Recurrent DNNs},
author={Maas, Andrew L and Hannun, Awni Y and Jurafsky, Daniel and Ng, Andrew Y},
journal={arXiv preprint arXiv:1408.2873},
year={2014}
}
@inproceedings{koutnik2014evolving,
keywords = {Reinforcement Learning,Convolutional Network},
title={Evolving deep unsupervised convolutional networks for vision-based reinforcement learning},
author={Koutn{\'\i}k, Jan and Schmidhuber, Juergen and Gomez, Faustino},
booktitle={Proceedings of the 2014 conference on Genetic and evolutionary computation},
pages={541--548},
year={2014},
organization={ACM}
}
@inproceedings{kandaswamy2014improving,
keywords = {Performance Improvement},
title={Improving Deep Neural Network Performance by Reusing Features Trained with Transductive Transference},
author={Kandaswamy, Chetak and Silva, Lu{\i}s and Alexandre, Lu{\i}s and Sa, J Marques and Santos, JM},
booktitle={Proceedings of the 24th International Conference on Artificial Neural Networks},
year={2014}
}
@inproceedings{tu2014challenge,
keywords = {Video,Feature Extraction},
title={Challenge Huawei challenge: Fusing multimodal features with deep neural networks for Mobile Video Annotation},
author={Tu, Jian and Wu, Zuxuan and Dai, Qi and Jiang, Yu-Gang and Xue, Xiangyang},
booktitle={Multimedia and Expo Workshops (ICMEW), 2014 IEEE International Conference on},
pages={1--6},
year={2014},
organization={IEEE}
}
@article{he2014deep,
keywords = {Misc},
title={Deep Learning},
author={He, Xiaodong and Gao, Jianfeng and Deng, Li},
year={2014}
}
@article{zhang2014learning,
keywords = {Face Recognition},
title={Learning and Transferring Multi-task Deep Representation for Face Alignment},
author={Zhang, Zhanpeng and Luo, Ping and Loy, Chen Change and Tang, Xiaoou},
journal={arXiv preprint arXiv:1408.3967},
year={2014}
}
@inproceedings{bian2014reducing,
keywords = {Video,Convolutional Network},
title={Reducing structure of deep Convolutional Neural Networks for Huawei Accurate and Fast Mobile Video Annotation Challenge},
author={Bian, Yunlong and Dong, Yuan and Bai, Hongliang and Liu, Bo and Wang, Kai and Liu, Yinan},
booktitle={Multimedia and Expo Workshops (ICMEW), 2014 IEEE International Conference on},
pages={1--6},
year={2014},
organization={IEEE}
}
@inproceedings{gu2014implementation,
keywords = {Platform},
title={Implementation and evaluation of deep neural networks (DNN) on mainstream heterogeneous systems},
author={Gu, Junli and Zhu, Maohua and Zhou, Zhitao and Zhang, Feng and Lin, Zhen and Zhang, Qianfeng and Breternitz, Mauricio},
booktitle={Proceedings of 5th Asia-Pacific Workshop on Systems},
pages={12},
year={2014},
organization={ACM}
}
@article{noda2014multimodal,
keywords = {Robotics},
title={Multimodal integration learning of robot behavior using deep neural networks},
author={Noda, Kuniaki and Arie, Hiroaki and Suga, Yuki and Ogata, Tetsuya},
journal={Robotics and Autonomous Systems},
volume={62},
number={6},
pages={721--736},
year={2014},
publisher={Elsevier}
}
@incollection{zhang2014facial,
keywords = {Face Recognition},
title={Facial Landmark Detection by Deep Multi-task Learning},
author={Zhang, Zhanpeng and Luo, Ping and Loy, Chen Change and Tang, Xiaoou},
booktitle={Computer Vision--ECCV 2014},
pages={94--108},
year={2014},
publisher={Springer}
}
@inproceedings{ribeiro2014signature,
keywords = {Image Recognition},
title={Signature identification via efficient feature selection and GPU-based SVM classifier},
author={Ribeiro, Bernardete and Lopes, Noel and Goncalves, Joao},
booktitle={Neural Networks (IJCNN), 2014 International Joint Conference on},
pages={1138--1145},
year={2014},
organization={IEEE}
}
@inproceedings{besaw2014deep,
keywords = {Mine Detection},
title={Deep learning algorithms for detecting explosive hazards in ground penetrating radar data},
author={Besaw, Lance E and Stimac, Philip J},
booktitle={SPIE Defense+ Security},
pages={90720Y--90720Y},
year={2014},
organization={International Society for Optics and Photonics}
}
@inproceedings{wang2014scalable,
keywords = {Platform},
title={A scalable and topology configurable protocol for distributed parameter synchronization},
author={Wang, Minjie and Zhou, Hucheng and Guo, Minyi and Zhang, Zheng},
booktitle={Proceedings of 5th Asia-Pacific Workshop on Systems},
pages={13},
year={2014},
organization={ACM}
}
@inproceedings{page2014comparing,
keywords = {Healthcare,Medicine},
title={Comparing Raw Data and Feature Extraction for Seizure Detection with Deep Learning Methods},
author={Page, Adam and Turner, JT and Mohsenin, Tinoosh and Oates, Tim},
booktitle={The Twenty-Seventh International Flairs Conference},
year={2014}
}
@inproceedings{li2014large,
keywords = {GPU,Platform},
title={Large scale recurrent neural network on GPU},
author={Li, Boxun and Zhou, Erjin and Huang, Bo and Duan, Jiayi and Wang, Yu and Xu, Ningyi and Zhang, Jiaxing and Yang, Huazhong},
booktitle={Neural Networks (IJCNN), 2014 International Joint Conference on},
pages={4062--4069},
year={2014},
organization={IEEE}
}
@inproceedings{you2014exploring,
keywords = {Stochastic Gradient Descent},
title={Exploring one pass learning for deep neural network training with averaged stochastic gradient descent},
author={You, Zhao and Wang, Xiaorui and Xu, Bo},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on},
pages={6854--6858},
year={2014},
organization={IEEE}
}
@article{chan2014distributed,
keywords = {Platform,Convolutional Network,Asynchronous},
title={Distributed Asynchronous Optimization of Convolutional Neural Networks},
author={Chan, William and Lane, Ian and Gradients, Sparse and Momentum, Master and Decay, Gradient},
year={2014}
}
@inproceedings{huang2014kernel,
keywords = {Kernel Methods},
title={Kernel methods match deep neural networks on timit},
author={Huang, Po-Sen and Avron, Haim and Sainath, Tara N and Sindhwani, Vikas and Ramabhadran, Bhuvana},
booktitle={IEEE International Conference on Acoustics, Speech, and Signal Processing},
volume={1},
pages={6},
year={2014}
}
@article{lu2014analog,
keywords = {Hardware},
title={An Analog VLSI Deep Machine Learning Implementation},
author={Lu, Junjie},
year={2014}
}
@article{van2014analysis,
keywords = {Architecture},
title={Analysis of Deep Convolutional Neural Network Architectures},
author={van Doorn, Joost},
year={2014}
}
@article{bottou2014machine,
keywords = {Misc},
title={From machine learning to machine reasoning},
author={Bottou, L{\'e}on},
journal={Machine Learning},
volume={94},
number={2},
pages={133--149},
year={2014},
publisher={Springer}
}
@inproceedings{heigold2014asynchronous,
keywords = {Stochastic Gradient Descent, Asynchronous},
title={Asynchronous stochastic optimization for sequence training of deep neural networks},
author={Heigold, Georg and McDermott, Erik and Vanhoucke, Vincent and Senior, Andrew and Bacchiani, Michiel},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on},
pages={5587--5591},
year={2014},
organization={IEEE}
}
@article{kim2014handwritten,
keywords = {Image Recognition, Convolutional Network},
title={Handwritten Hangul recognition using deep convolutional neural networks},
author={Kim, In-Jung and Xie, Xiaohui},
journal={International Journal on Document Analysis and Recognition (IJDAR)},
pages={1--13},
year={2014},
publisher={Springer}
}
@incollection{lopes2015adaptive,
keywords = {Hardware,Multicore},
title={Adaptive Many-Core Machines},
author={Lopes, Noel and Ribeiro, Bernardete},
booktitle={Machine Learning for Adaptive Many-Core Machines-A Practical Approach},
pages={189--200},
year={2015},
publisher={Springer}
}
@article{fuentes2014detection,
keywords = {Network,GPU},
title={Detection of retransmissions in 10G Ethernet using GPUs},
author={Fuentes, Paula Roquero},
year={2014},
publisher={hgpu. org}
}
@article{miao2014kaldi+,
keywords = {Platform},
title={Kaldi+ PDNN: Building DNN-based ASR Systems with Kaldi and PDNN},
author={Miao, Yajie},
journal={arXiv preprint arXiv:1401.6984},
year={2014}
}
@article{bruckner2014ml,
keywords = {Image Recognition,Medicine,Healthcare},
title={ML-o-scope: a diagnostic visualization system for deep machine learning pipelines},
author={Bruckner, Daniel},
year={2014}
}
@incollection{cui2014deep,
keywords = {Image Recognition},
title={Deep Network Cascade for Image Super-resolution},
author={Cui, Zhen and Chang, Hong and Shan, Shiguang and Zhong, Bineng and Chen, Xilin},
booktitle={Computer Vision--ECCV 2014},
pages={49--64},
year={2014},
publisher={Springer}
}
@article{jaderberg2014speeding,
keywords = {Performance Improvement},
title={Speeding up Convolutional Neural Networks with Low Rank Expansions},
author={Jaderberg, Max and Vedaldi, Andrea and Zisserman, Andrew},
journal={arXiv preprint arXiv:1405.3866},
year={2014}
}
@incollection{kawakami2014more,
keywords = {GPU},
title={More Faster Self-Organizing Maps by General Purpose on Graphics Processing Units},
author={Kawakami, Shinji and Kamei, Keiji},
booktitle={Soft Computing in Machine Learning},
pages={41--51},
year={2014},
publisher={Springer}
}
@inproceedings{tran2014learning,
keywords = {Restricted Boltzmann Machines,Motion Detection},
title={Learning motion-difference features using Gaussian restricted Boltzmann machines for efficient human action recognition},
author={Tran, Son N and Benetos, Emmanouil and d'Avila Garcez, Artur},
booktitle={Neural Networks (IJCNN), 2014 International Joint Conference on},
pages={2123--2129},
year={2014},
organization={IEEE}
}
@article{huang2014historical,
keywords = {Speech Recognition},
title={A historical perspective of speech recognition},
author={Huang, Xuedong and Baker, James and Reddy, Raj},
journal={Communications of the ACM},
volume={57},
number={1},
pages={94--103},
year={2014},
publisher={ACM}
}
@article{cho2014learning,
keywords = {Machine Translation},
title={Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation},
author={Cho, Kyunghyun and van Merrienboer, Bart and Gulcehre, Caglar and Bougares, Fethi and Schwenk, Holger and Bengio, Yoshua},
journal={arXiv preprint arXiv:1406.1078},
year={2014}
}
@article{chatfield2014return,
keywords = {Architecture,Convolutional Network},
title={Return of the Devil in the Details: Delving Deep into Convolutional Nets},
author={Chatfield, Ken and Simonyan, Karen and Vedaldi, Andrea and Zisserman, Andrew},
journal={arXiv preprint arXiv:1405.3531},
year={2014}
}
@article{shao2014learning,
keywords = {Architecture,Convolutional Network},
title={Learning Deep and Wide: A Spectral Method for Learning Deep Networks},
author={Shao, L and Wu, D and Li, X},
year={2014},
publisher={IEEE}
}
@inproceedings{zhang2014improving,
keywords = {Speech Recognition,Platform},
title={Improving deep neural networks for LVCSR using dropout and shrinking structure},
author={Zhang, Shiliang and Bao, Yebo and Zhou, Pan and Jiang, Hui and Dai, Lirong},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on},
pages={6849--6853},
year={2014},
organization={IEEE}
}
@inproceedings{saon2014comparison,
keywords = {Speech Recognition},
title={A comparison of two optimization techniques for sequence discriminative training of deep neural networks},
author={Saon, George and Soltau, Hagen},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on},
pages={5567--5571},
year={2014},
organization={IEEE}
}
@article{tompson2014joint,
keywords = {Image Recognition,Convolutional Network},
title={Joint Training of a Convolutional Network and a Graphical Model for Human Pose Estimation},
author={Tompson, Jonathan and Jain, Arjun and LeCun, Yann and Bregler, Christoph},
journal={arXiv preprint arXiv:1406.2984},
year={2014}
}
@article{campbell2014using,
keywords = {Speech Recognition, Deep Belief Network},
title={Using Deep Belief Networks for Vector-Based Speaker Recognition},
author={Campbell, WM},
year={2014}
}
@inproceedings{senior2014fine,
keywords = {Speech Recognition},
title={Fine context, low-rank, softplus deep neural networks for mobile speech recognition},
author={Senior, Andrew and Lei, Xin},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2014 IEEE International Conference on},
pages={7644--7648},
year={2014},
organization={IEEE}
}
@incollection{yao2014equivalence,
keywords = {Algorithm},
title={On the Equivalence Between Deep NADE and Generative Stochastic Networks},
author={Yao, Li and Ozair, Sherjil and Cho, Kyunghyun and Bengio, Yoshua},
booktitle={Machine Learning and Knowledge Discovery in Databases},
pages={322--336},
year={2014},
publisher={Springer}
}
@inproceedings{gao2014modeling,
keywords = {Natural Language Processing},
title={Modeling interestingness with deep neural networks},
author={Gao, Jianfeng and Pantel, Patrick and Gamon, Michael and He, Xiaodong and Deng, Li and Shen, Yelong},
booktitle={Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing},
year={2014}
}
@incollection{gulcehre2014learned,
keywords = {Algorithm},
title={Learned-Norm Pooling for Deep Feedforward and Recurrent Neural Networks},
author={Gulcehre, Caglar and Cho, Kyunghyun and Pascanu, Razvan and Bengio, Yoshua},
booktitle={Machine Learning and Knowledge Discovery in Databases},
pages={530--546},
year={2014},
publisher={Springer}
}
@incollection{chu2014analysis,
keywords = {Feature Extraction},
title={Analysis of Feature Maps Selection in Supervised Learning Using Convolutional Neural Networks},
author={Chu, Joseph Lin and Krzy{\.z}ak, Adam},
booktitle={Advances in Artificial Intelligence},
pages={59--70},
year={2014},
publisher={Springer}
}
@article{kang2014statistical,
keywords = {Speech Recognition, Deep Belief Network},
title={Statistical Parametric Speech Synthesis using Weighted Multi-distribution Deep Belief Network},
author={Kang, Shiyin and Meng, Helen},
year={2014}
}
@article{yi2014shared,
keywords = {Face Recognition},
title={Shared Representation Learning for Heterogeneous Face Recognition},
author={Yi, Dong and Lei, Zhen and Liao, Shengcai and Li, Stan Z},
journal={arXiv preprint arXiv:1406.1247},
year={2014}