-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis_bib.bib
1167 lines (982 loc) · 47.2 KB
/
thesis_bib.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
% This file was created with JabRef 2.10.
% Encoding: MS950
@book{dunteman1989principal,
title={Principal components analysis},
author={Dunteman, George H},
number={69},
year={1989},
publisher={Sage}
}
@article{kingma2014adam,
title={Adam: A method for stochastic optimization},
author={Kingma, Diederik and Ba, Jimmy},
journal={arXiv preprint arXiv:1412.6980},
year={2014}
}
@article{bahdanau2014neural,
title={Neural machine translation by jointly learning to align and translate},
author={Bahdanau, Dzmitry and Cho, Kyunghyun and Bengio, Yoshua},
journal={arXiv preprint arXiv:1409.0473},
year={2014}
}
@inproceedings{chan2016listen,
title={Listen, attend and spell: A neural network for large vocabulary conversational speech recognition},
author={Chan, William and Jaitly, Navdeep and Le, Quoc and Vinyals, Oriol},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2016 IEEE International Conference on},
pages={4960--4964},
year={2016},
organization={IEEE}
}
@inproceedings{xu2015show,
title={Show, attend and tell: Neural image caption generation with visual attention},
author={Xu, Kelvin and Ba, Jimmy and Kiros, Ryan and Cho, Kyunghyun and Courville, Aaron and Salakhudinov, Ruslan and Zemel, Rich and Bengio, Yoshua},
booktitle={International Conference on Machine Learning},
pages={2048--2057},
year={2015}
}
@article{rush2015neural,
title={A neural attention model for abstractive sentence summarization},
author={Rush, Alexander M and Chopra, Sumit and Weston, Jason},
journal={arXiv preprint arXiv:1509.00685},
year={2015}
}
@article{agrawal2015vqa,
title={VQA: Visual Question Answering},
author={Agrawal, Aishwarya and Lu, Jiasen and Antol, Stanislaw and Mitchell, Margaret and Zitnick, C Lawrence and Parikh, Devi and Batra, Dhruv},
journal={International Journal of Computer Vision},
pages={1--28},
publisher={Springer}
}
@article{kumar2015ask,
title={Ask me anything: Dynamic memory networks for natural language processing},
author={Kumar, Ankit and Irsoy, Ozan}
}
@article{graves2014neural,
title={Neural turing machines},
author={Graves, Alex and Wayne, Greg and Danihelka, Ivo},
journal={arXiv preprint arXiv:1410.5401},
year={2014}
}
@inproceedings{sukhbaatar2015end,
title={End-to-end memory networks},
author={Sukhbaatar, Sainbayar and Weston, Jason and Fergus, Rob and others},
booktitle={Advances in neural information processing systems},
pages={2440--2448},
year={2015}
}
@article{cho2014learning,
title={Learning phrase representations using RNN encoder-decoder for statistical machine translation},
author={Cho, Kyunghyun and Van Merri{\"e}nboer, Bart and Gulcehre, Caglar and Bahdanau, Dzmitry and Bougares, Fethi and Schwenk, Holger and Bengio, Yoshua},
journal={arXiv preprint arXiv:1406.1078},
year={2014}
}
@inproceedings{paul1992design,
title={The design for the Wall Street Journal-based CSR corpus},
author={Paul, Douglas B and Baker, Janet M},
booktitle={Proceedings of the workshop on Speech and Natural Language},
pages={357--362},
year={1992},
organization={Association for Computational Linguistics}
}
@inproceedings{panayotov2015librispeech,
title={Librispeech: an ASR corpus based on public domain audio books},
author={Panayotov, Vassil and Chen, Guoguo and Povey, Daniel and Khudanpur, Sanjeev},
booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2015 IEEE International Conference on},
pages={5206--5210},
year={2015},
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}
}
@thesis{shen2016,
title = {藉助線上課程之自動結構化、分類與理解以提升學習效率},
title = {More Efficient Learning by Structuring, Classifying and Understanding Lectures in Online Courses},
author = {沈昇勳},
author = {Shen, Sheng-Syun},
year = 2016,
url = {http://ntur.lib.ntu.edu.tw/handle/246246/276728}
}
@phdthesis{gers2001long,
title={Long short-term memory in recurrent neural networks},
author={Gers, Felix},
year={2001},
school={Universit{\"a}t Hannover}
}
@article{werbos1990backpropagation,
title={Backpropagation through time: what it does and how to do it},
author={Werbos, Paul J},
journal={Proceedings of the IEEE},
volume={78},
number={10},
pages={1550--1560},
year={1990},
publisher={IEEE}
}
@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{srivastava2014dropout,
title={Dropout: a simple way to prevent neural networks from overfitting.},
author={Srivastava, Nitish and Hinton, Geoffrey E and Krizhevsky, Alex and Sutskever, Ilya and Salakhutdinov, Ruslan},
journal={Journal of Machine Learning Research},
volume={15},
number={1},
pages={1929--1958},
year={2014}
}
@article{rumelhart1988learning,
title={Learning representations by back-propagating errors},
author={Rumelhart, David E and Hinton, Geoffrey E and Williams, Ronald J},
journal={Cognitive modeling},
volume={5},
number={3},
pages={1}
}
@inproceedings{voorhees1994query,
title={Query expansion using lexical-semantic relations},
author={Voorhees, Ellen M},
booktitle={SIGIR’94},
pages={61--69},
year={1994},
organization={Springer}
}
@article{hinton2006fast,
title={A fast learning algorithm for deep belief nets},
author={Hinton, Geoffrey E and Osindero, Simon and Teh, Yee-Whye},
journal={Neural computation},
volume={18},
number={7},
pages={1527--1554},
year={2006},
publisher={MIT Press}
}
@article{robertson1997probability,
title={The probability ranking principle in IR},
author={Robertson, Stephen E}
}
@article{baldi2012autoencoders,
title={Autoencoders, unsupervised learning, and deep architectures.},
author={Baldi, Pierre},
journal={ICML unsupervised and transfer learning},
volume={27},
number={37-50},
pages={1},
year={2012}
}
@article{li2015hierarchical,
title={A hierarchical neural autoencoder for paragraphs and documents},
author={Li, Jiwei and Luong, Minh-Thang and Jurafsky, Dan},
journal={arXiv preprint arXiv:1506.01057},
year={2015}
}
@inproceedings{vincent2008extracting,
title={Extracting and composing robust features with denoising autoencoders},
author={Vincent, Pascal and Larochelle, Hugo and Bengio, Yoshua and Manzagol, Pierre-Antoine},
booktitle={Proceedings of the 25th international conference on Machine learning},
pages={1096--1103},
year={2008},
organization={ACM}
}
@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}
}
@article{mikolov2013efficient,
title={Efficient estimation of word representations in vector space},
author={Mikolov, Tomas and Chen, Kai and Corrado, Greg and Dean, Jeffrey},
journal={arXiv preprint arXiv:1301.3781},
year={2013}
}
@inproceedings{pennington2014glove,
title={Glove: Global Vectors for Word Representation.},
author={Pennington, Jeffrey and Socher, Richard and Manning, Christopher D},
booktitle={EMNLP},
volume={14},
pages={1532--1543},
year={2014}
}
@article{chung2016audio,
title={Audio word2vec: Unsupervised learning of audio segment representations using sequence-to-sequence autoencoder},
author={Chung, Yu-An and Wu, Chao-Chung and Shen, Chia-Hao and Lee, Hung-Yi and Lee, Lin-Shan},
journal={arXiv preprint arXiv:1603.00982},
year={2016}
}
@misc{trec,
title = {Text REtrieval Conference},
howpublished = {Website},
note = {\url{http://trec.nist.gov/}}
}
@article{saraclar2004lattice,
title={Lattice-based search for spoken utterance retrieval},
author={Saraclar, Murat and Sproat, Richard},
journal={Urbana},
volume={51},
pages={61801},
year={2004}
}
@inproceedings{mamou2006spoken,
title={Spoken document retrieval from call-center conversations},
author={Mamou, Jonathan and Carmel, David and Hoory, Ron},
booktitle={Proceedings of the 29th annual international ACM SIGIR conference on Research and development in information retrieval},
pages={51--58},
year={2006},
organization={ACM}
}
@InProceedings{DBLP:conf/interspeech/WenHLTL13,
Title = {Recurrent neural network based language model personalization
by social network crowdsourcing},
Author = {Tsung-Hsien Wen and
Aaron Heidel and
Hung-yi Lee and
Yu Tsao and
Lin-Shan Lee},
Booktitle = {INTERSPEECH},
Year = {2013},
Pages = {2703-2707},
Bibsource = {DBLP, http://dblp.uni-trier.de},
Crossref = {DBLP:conf/interspeech/2013},
Ee = {http://www.isca-speech.org/archive/interspeech_2013/i13_2703.html}
}
@InProceedings{DBLP:conf/interspeech/YehLL13,
Title = {Speaking rate normalization with lattice-based context-dependent
phoneme duration modeling for personalized speech recognizers
on mobile devices},
Author = {Ching-feng Yeh and
Hung-yi Lee and
Lin-Shan Lee},
Booktitle = {INTERSPEECH},
Year = {2013},
Pages = {1741-1745},
__markedentry = {[Kevin:1]},
Bibsource = {DBLP, http://dblp.uni-trier.de},
Crossref = {DBLP:conf/interspeech/2013},
Ee = {http://www.isca-speech.org/archive/interspeech_2013/i13_1741.html}
}
@InProceedings{akiba2011effects,
Title = {Effects of Query Expansion for Spoken Document Passage Retrieval.},
Author = {Akiba, Tomoyosi and Honda, Koichiro},
Booktitle = {INTERSPEECH},
Year = {2011},
Pages = {2137--2140}
}
@Article{amati2002probabilistic,
Title = {Probabilistic models of information retrieval based on measuring the divergence from randomness},
Author = {Amati, Gianni and Van Rijsbergen, Cornelis Joost},
Journal = {ACM Transactions on Information Systems (TOIS)},
Year = {2002},
Number = {4},
Pages = {357--389},
Volume = {20},
__markedentry = {[Kevin:1]},
Publisher = {ACM}
}
@Article{bellegarda2004statistical,
Title = {Statistical language model adaptation: review and perspectives},
Author = {Bellegarda, Jerome R},
Journal = {Speech communication},
Year = {2004},
Number = {1},
Pages = {93--108},
Volume = {42},
__markedentry = {[Kevin:1]},
Publisher = {Elsevier}
}
@Article{boden2002guide,
Title = {A guide to recurrent neural networks and backpropagation},
Author = {Bod{\'e}n, Mikael},
Journal = {The Dallas project, SICS technical report},
Year = {2002},
__markedentry = {[Kevin:1]}
}
@InProceedings{cao2008selecting,
Title = {Selecting good expansion terms for pseudo-relevance feedback},
Author = {Cao, Guihong and Nie, Jian-Yun and Gao, Jianfeng and Robertson, Stephen},
Booktitle = {Proceedings of the 31st annual international ACM SIGIR conference on Research and development in information retrieval},
Year = {2008},
Organization = {ACM},
Pages = {243--250},
__markedentry = {[Kevin:1]}
}
@InProceedings{chan2011unsupervised,
Title = {Unsupervised Hidden Markov Modeling of Spoken Queries for Spoken Term Detection without Speech Recognition.},
Author = {Chan, Chun-An and Lee, Lin-Shan},
Booktitle = {INTERSPEECH},
Year = {2011},
Pages = {2141--2144},
__markedentry = {[Kevin:1]}
}
@InProceedings{chan2010unsupervised,
Title = {Unsupervised spoken-term detection with spoken queries using segment-based dynamic time warping.},
Author = {Chan, Chun-an and Lee, Lin-shan},
Booktitle = {INTERSPEECH},
Year = {2010},
Pages = {693--696}
}
@InProceedings{chang2008latent,
Title = {Latent semantic retrieval of spoken documents over position specific posterior lattices},
Author = {Chang, Hung-lin and Pan, Yi-cheng and Lee, Lin-shan},
Booktitle = {Spoken Language Technology Workshop, 2008. SLT 2008. IEEE},
Year = {2008},
Organization = {IEEE},
Pages = {285--288}
}
@InProceedings{chaudhuri2011unsupervised,
Title = {Unsupervised Learning of Acoustic Unit Descriptors for Audio Content Representation and Classification.},
Author = {Chaudhuri, Sourish and Harvilla, Mark and Raj, Bhiksha},
Booktitle = {INTERSPEECH},
Year = {2011},
Pages = {2265--2268},
__markedentry = {[Kevin:1]}
}
@Article{chelba2008retrieval,
Title = {Retrieval and browsing of spoken content},
Author = {Chelba, Ciprian and Hazen, Timothy J and Sara{\c{c}}lar, Murat},
Journal = {Signal Processing Magazine, IEEE},
Year = {2008},
Number = {3},
Pages = {39--49},
Volume = {25},
__markedentry = {[Kevin:1]},
Publisher = {IEEE}
}
@Article{chen2012spoken,
Title = {Spoken document retrieval with unsupervised query modeling techniques},
Author = {Chen, Berlin and Chen, Kuan-Yu and Chen, Pei-Ning and Chen, Yi-Wen},
Journal = {Audio, Speech, and Language Processing, IEEE Transactions on},
Year = {2012},
Number = {9},
Pages = {2602--2612},
Volume = {20},
Publisher = {IEEE}
}
@Article{chia2010statistical,
Title = {Statistical lattice-based spoken document retrieval},
Author = {Chia, Tee Kiah and Sim, Khe Chai and Li, Haizhou and Ng, Hwee Tou},
Journal = {ACM Transactions on Information Systems (TOIS)},
Year = {2010},
Number = {1},
Pages = {2},
Volume = {28},
__markedentry = {[Kevin:1]},
Publisher = {ACM}
}
@InProceedings{chung2013unsupervised,
Title = {Unsupervised discovery of linguistic structure including two-level acoustic patterns using three cascaded stages of iterative optimization},
Author = {Chung, Cheng-Tao and Chan, Chun-an and Lee, Lin-shan},
Booktitle = {Acoustics, Speech and Signal Processing (ICASSP), 2013 IEEE International Conference on},
Year = {2013},
Organization = {IEEE},
Pages = {8081--8085},
__markedentry = {[Kevin:1]}
}
@InProceedings{collobert2008unified,
Title = {A unified architecture for natural language processing: Deep neural networks with multitask learning},
Author = {Collobert, Ronan and Weston, Jason},
Booktitle = {Proceedings of the 25th international conference on Machine learning},
Year = {2008},
Organization = {ACM},
Pages = {160--167},
__markedentry = {[Kevin:1]}
}
@InProceedings{driesen2012fast,
Title = {Fast word acquisition in an NMF-based learning framework},
Author = {Driesen, Joris and Van Hamme, H},
Booktitle = {Acoustics, Speech and Signal Processing (ICASSP), 2012 IEEE International Conference on},
Year = {2012},
Organization = {IEEE},
Pages = {5137--5140},
__markedentry = {[Kevin:1]}
}
@Article{garofolo2000trec,
Title = {The TREC Spoken Document Retrieval Track: A Success Story.},
Author = {Garofolo, John S and Auzanne, Cedric GP and Voorhees, Ellen M},
Publisher = {Citeseer}
}
@InProceedings{gish2009unsupervised,
Title = {Unsupervised training of an HMM-based speech recognizer for topic classification.},
Author = {Gish, Herbert and Siu, Man-hung and Chan, Arthur and Belfield, William},
Booktitle = {INTERSPEECH},
Year = {2009},
Pages = {1935--1938},
__markedentry = {[Kevin:1]}
}
@InProceedings{goh2004multimodal,
Title = {Multimodal concept-dependent active learning for image retrieval},
Author = {Goh, King-Shy and Chang, Edward Y and Lai, Wei-Cheng},
Booktitle = {Proceedings of the 12th annual ACM international conference on Multimedia},
Year = {2004},
Organization = {ACM},
Pages = {564--571},
__markedentry = {[Kevin:1]}
}
@InProceedings{harwath2013zero,
Title = {Zero resource spoken audio corpus analysis},
Author = {Harwath, David F and Hazen, Timothy J and Glass, James R},
Booktitle = {Acoustics, Speech and Signal Processing (ICASSP), 2013 IEEE International Conference on},
Year = {2013},
Organization = {IEEE},
Pages = {8555--8559}
}
@InProceedings{hazen2009query,
Title = {Query-by-example spoken term detection using phonetic posteriorgram templates},
Author = {Hazen, Timothy J and Shen, Wade and White, Christopher},
Booktitle = {Automatic Speech Recognition \& Understanding, 2009. ASRU 2009. IEEE Workshop on},
Year = {2009},
Organization = {IEEE},
Pages = {421--426},
__markedentry = {[Kevin:1]}
}
@InProceedings{hazen2011topic,
Title = {Topic modeling for spoken documents using only phonetic information},
Author = {Hazen, Timothy J and Siu, Man-Hung and Gish, Herbert and Lowe, Steve and Chan, Arthur},
Booktitle = {Automatic Speech Recognition and Understanding (ASRU), 2011 IEEE Workshop on},
Year = {2011},
Organization = {IEEE},
Pages = {395--400},
__markedentry = {[Kevin:1]}
}
@InProceedings{he2004mean,
Title = {Mean version space: a new active learning method for content-based image retrieval},
Author = {He, Jingrui and Tong, Hanghang and Li, Mingjing and Zhang, Hong-Jiang and Zhang, Changshui},
Booktitle = {Proceedings of the 6th ACM SIGMM international workshop on Multimedia information retrieval},
Year = {2004},
Organization = {ACM},
Pages = {15--22},
__markedentry = {[Kevin:1]}
}
@InProceedings{hu2010cluster,
Title = {Cluster-based language model for spoken document retrieval using NMF-based document clustering.},
Author = {Hu, Xinhui and Isotani, Ryosuke and Kawai, Hisashi and Nakamura, Satoshi},
Booktitle = {INTERSPEECH},
Year = {2010},
Pages = {705--708}
}
@Book{huang2001spoken,
Title = {Spoken language processing},
Author = {Huang, Xuedong and Acero, Alex and Hon, Hsiao-Wuen and others},
Publisher = {Prentice Hall Englewood Cliffs},
Year = {2001},
Volume = {18}
}
@InProceedings{huijbregts2011unsupervised,
Title = {Unsupervised acoustic sub-word unit detection for query-by-example spoken term detection},
Author = {Huijbregts, Marijn and McLaren, Mitchell and van Leeuwen, David},
Booktitle = {Acoustics, Speech and Signal Processing (ICASSP), 2011 IEEE International Conference on},
Year = {2011},
Organization = {IEEE},
Pages = {4436--4439},
__markedentry = {[Kevin:1]}
}
@InProceedings{jansen2011towards,
Title = {Towards Unsupervised Training of Speaker Independent Acoustic Models.},
Author = {Jansen, Aren and Church, Kenneth},
Booktitle = {INTERSPEECH},
Year = {2011},
Pages = {1693--1692},
__markedentry = {[Kevin:1]}
}
@InProceedings{jansen2010towards,
Title = {Towards spoken term discovery at scale with zero resources.},
Author = {Jansen, Aren and Church, Kenneth and Hermansky, Hynek},
Booktitle = {INTERSPEECH},
Year = {2010},
Pages = {1676--1679},
__markedentry = {[Kevin:1]}
}
@InProceedings{kelly2003implicit,
Title = {Implicit feedback for inferring user preference: a bibliography},
Author = {Kelly, Diane and Teevan, Jaime},
Booktitle = {ACM SIGIR Forum},
Year = {2003},
Number = {2},
Organization = {ACM},
Pages = {18--28},
Volume = {37},
__markedentry = {[Kevin:1]}
}
@InProceedings{kurland2005better,
Title = {Better than the real thing?: iterative pseudo-query processing using cluster-based language models},
Author = {Kurland, Oren and Lee, Lillian and Domshlak, Carmel},
Booktitle = {Proceedings of the 28th annual international ACM SIGIR conference on Research and development in information retrieval},
Year = {2005},
Organization = {ACM},
Pages = {19--26},
__markedentry = {[Kevin:1]}
}
@InProceedings{lavrenko2001relevance,
Title = {Relevance based language models},
Author = {Lavrenko, Victor and Croft, W Bruce},
Booktitle = {Proceedings of the 24th annual international ACM SIGIR conference on Research and development in information retrieval},
Year = {2001},
Organization = {ACM},
Pages = {120--127},
__markedentry = {[Kevin:1]}
}
@InProceedings{lee1988segment,
Title = {A segment model based approach to speech recognition},
Author = {Lee, Chin-Hui and Soong, Frank K and Juang, Biing-Hwang},
Booktitle = {Acoustics, Speech, and Signal Processing, 1988. ICASSP-88., 1988 International Conference on},
Year = {1988},
Organization = {IEEE},
Pages = {501--541}
}
@InProceedings{lee2012nonparametric,
Title = {A nonparametric Bayesian approach to acoustic model discovery},
Author = {Lee, Chia-ying and Glass, James},
Booktitle = {Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics: Long Papers-Volume 1},
Year = {2012},
Organization = {Association for Computational Linguistics},
Pages = {40--49},
__markedentry = {[Kevin:1]}
}
@Article{lee2012integrating,
Title = {Integrating recognition and retrieval with relevance feedback for spoken term detection},
Author = {Lee, Hung-yi and Chen, Chia-ping and Lee, Lin-shan},
Journal = {Audio, Speech, and Language Processing, IEEE Transactions on},
Year = {2012},
Number = {7},
Pages = {2095--2110},
Volume = {20},
__markedentry = {[Kevin:1]},
Publisher = {IEEE}
}
@Article{lee2011improved,
Title = {Improved speech summarization and spoken term detection with graphical analysis of utterance similarities},
Author = {Lee, Hung-Yi and Chen, Yun-Nung and Lee, Lin-Shan},
Journal = {Proc. APSIPA},
Year = {2011},
__markedentry = {[Kevin:1]}
}
@InProceedings{lee2012open,
Title = {Open-Vocabulary Retrieval of Spoken Content with Shorter/Longer Queries Considering Word/Subword-based Acoustic Feature Similarity.},
Author = {Lee, Hung-yi and Chou, Po-wei and Lee, Lin-shan},
Booktitle = {INTERSPEECH},
Year = {2012}
}
@InProceedings{lee2013enhancing,
Title = {Enhancing query expansion for semantic retrieval of spoken content with automatically discovered acoustic patterns},
Author = {Lee, Hung-yi and Li, Yun-Chiao and Chung, Cheng-Tao and Lee, Lin-shan},
Booktitle = {Acoustics, Speech and Signal Processing (ICASSP), 2013 IEEE International Conference on},
Year = {2013},
Organization = {IEEE},
Pages = {8297--8301}
}
@InProceedings{lee2012improved,
Title = {Improved semantic retrieval of spoken content by language models enhanced with acoustic similarity graph},
Author = {Lee, Hung-Yi and Wen, Tsung-Hsien and Lee, Lin-Shan},
Booktitle = {Spoken Language Technology Workshop (SLT), 2012 IEEE},
Year = {2012},
Organization = {IEEE},
Pages = {182--187}
}
@InProceedings{lee2008cluster,
Title = {A cluster-based resampling method for pseudo-relevance feedback},
Author = {Lee, Kyung Soon and Croft, W Bruce and Allan, James},
Booktitle = {Proceedings of the 31st annual international ACM SIGIR conference on Research and development in information retrieval},
Year = {2008},
Organization = {ACM},
Pages = {235--242},
__markedentry = {[Kevin:1]}
}
@Article{lee2005spoken,
Title = {Spoken document understanding and organization},
Author = {Lee, Lin-shan and Chen, Berlin},
Journal = {Signal Processing Magazine, IEEE},
Year = {2005},
Number = {5},
Pages = {42--60},
Volume = {22},
__markedentry = {[Kevin:1]},
Publisher = {IEEE}
}
@Article{li2007vector,
Title = {A vector space modeling approach to spoken language identification},
Author = {Li, Haizhou and Ma, Bin and Lee, Chin-Hui},
Journal = {Audio, Speech, and Language Processing, IEEE Transactions on},
Year = {2007},
Number = {1},
Pages = {271--284},
Volume = {15},
Publisher = {IEEE}
}
@InProceedings{liu2010coherent,
Title = {Coherent bag-of audio words model for efficient large-scale video copy detection},
Author = {Liu, Yang and Zhao, Wan-Lei and Ngo, Chong-Wah and Xu, Chang-Sheng and Lu, Han-Qing},
Booktitle = {Proceedings of the ACM International Conference on Image and Video Retrieval},
Year = {2010},
Organization = {ACM},
Pages = {89--96}
}
@InProceedings{lv2010positional,
Title = {Positional relevance model for pseudo-relevance feedback},
Author = {Lv, Yuanhua and Zhai, ChengXiang},
Booktitle = {Proceedings of the 33rd international ACM SIGIR conference on Research and development in information retrieval},
Year = {2010},
Organization = {ACM},
Pages = {579--586},
__markedentry = {[Kevin:1]}
}
@InProceedings{lv2009comparative,
Title = {A comparative study of methods for estimating query language models with pseudo feedback},
Author = {Lv, Yuanhua and Zhai, ChengXiang},
Booktitle = {Proceedings of the 18th ACM conference on Information and knowledge management},
Year = {2009},
Organization = {ACM},
Pages = {1895--1898},
__markedentry = {[Kevin:1]}
}
@InProceedings{masumura2011language,
Title = {Language Model Expansion Using Webdata for Spoken Document Retrieval.},
Author = {Masumura, Ryo and Hahm, Seongjun and Ito, Akinori},
Booktitle = {INTERSPEECH},
Year = {2011},
Pages = {2133--2136}
}
@InProceedings{mikolov2010recurrent,
Title = {Recurrent neural network based language model.},
Author = {Mikolov, Tomas and Karafi{\'a}t, Martin and Burget, Lukas and Cernock{\`y}, Jan and Khudanpur, Sanjeev},
Booktitle = {INTERSPEECH},
Year = {2010},
Pages = {1045--1048},
__markedentry = {[Kevin:1]}
}
@InProceedings{mikolov2011extensions,
Title = {Extensions of recurrent neural network language model},
Author = {Mikolov, Tomas and Kombrink, Stefan and Burget, Lukas and Cernocky, JH and Khudanpur, Sanjeev},
Booktitle = {Acoustics, Speech and Signal Processing (ICASSP), 2011 IEEE International Conference on},
Year = {2011},
Organization = {IEEE},
Pages = {5528--5531},
__markedentry = {[Kevin:1]}
}
@InProceedings{mikolov2013linguistic,
Title = {Linguistic regularities in continuous space word representations},
Author = {Mikolov, Tomas and Yih, Wen-tau and Zweig, Geoffrey},
Booktitle = {Proceedings of NAACL-HLT},
Year = {2013},
Pages = {746--751},
__markedentry = {[Kevin:1]}
}
@InProceedings{mikolov2012context,
Title = {Context dependent recurrent neural network language model.},
Author = {Mikolov, Tomas and Zweig, Geoffrey},
Booktitle = {SLT},
Year = {2012},
Pages = {234--239},
__markedentry = {[Kevin:1]}
}
@InProceedings{nishizaki2011web,
Title = {Web page collection using automatic document segmentation for spoken document retrieval},
Author = {Nishizaki, Hiromitsu and Sugimoto, Kiyotaka and Sekiguchi, Yoshihiro},
Booktitle = {the proceedings of the 3rd Asia-Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC 2011)},
Year = {2011},
Volume = {4}
}
@InProceedings{norouzian2012exploiting,
Title = {Exploiting Discriminative Point Process Models for Spoken Term Detection.},
Author = {Norouzian, Atta and Jansen, Aren and Rose, Richard C and Thomas, Samuel},
Booktitle = {INTERSPEECH},
Year = {2012},
__markedentry = {[Kevin:1]}
}
@InProceedings{parada2009query,
Title = {Query-by-example spoken term detection for OOV terms},
Author = {Parada, Carolina and Sethy, Abhinav and Ramabhadran, Bhuvana},
Booktitle = {Automatic Speech Recognition \& Understanding, 2009. ASRU 2009. IEEE Workshop on},
Year = {2009},
Organization = {IEEE},
Pages = {404--409},
__markedentry = {[Kevin:1]}
}
@Article{park2008unsupervised,
Title = {Unsupervised pattern discovery in speech},
Author = {Park, Alex S and Glass, James R},
Journal = {Audio, Speech, and Language Processing, IEEE Transactions on},
Year = {2008},
Number = {1},
Pages = {186--197},
Volume = {16},
__markedentry = {[Kevin:1]},
Publisher = {IEEE}
}
@InProceedings{riley2008text,
Title = {A text retrieval approach to content-based audio retrieval},
Author = {Riley, Matthew and Heinen, Eric and Ghosh, Joydeep},
Booktitle = {Int. Symp. on Music Information Retrieval (ISMIR)},
Year = {2008},
Pages = {295--300},
__markedentry = {[Kevin:1]}
}
@Article{robertson1977probability,
Title = {The probability ranking principle in IR},
Author = {Robertson, Stephen E},
Journal = {Journal of documentation},
Year = {1977},
Number = {4},
Pages = {294--304},
Volume = {33},
__markedentry = {[Kevin:1]},
Publisher = {MCB UP Ltd}
}
@Article{robertson1976relevance,
Title = {Relevance weighting of search terms},
Author = {Robertson, Stephen E and Jones, K Sparck},
Journal = {Journal of the American Society for Information science},
Year = {1976},
Number = {3},
Pages = {129--146},
Volume = {27},
__markedentry = {[Kevin:1]},
Publisher = {Wiley Online Library}
}
@Article{ruthven2003survey,
Title = {A survey on the use of relevance feedback for information access systems},
Author = {Ruthven, Ian and Lalmas, Mounia},
Journal = {The Knowledge Engineering Review},
Year = {2003},
Number = {02},
Pages = {95--145},
Volume = {18},
__markedentry = {[Kevin:1]},
Publisher = {Cambridge Univ Press}
}
@Article{sakai2005flexible,
Title = {Flexible pseudo-relevance feedback via selective sampling},
Author = {Sakai, Tetsuya and Manabe, Toshihiko and Koyama, Makoto},
Journal = {ACM Transactions on Asian Language Information Processing (TALIP)},
Year = {2005},
Number = {2},
Pages = {111--135},
Volume = {4},
__markedentry = {[Kevin:1]},
Publisher = {ACM}
}
@Article{salton1975vector,
Title = {A vector space model for automatic indexing},
Author = {Salton, Gerard and Wong, Anita and Yang, Chung-Shu},
Journal = {Communications of the ACM},
Year = {1975},
Number = {11},
Pages = {613--620},
Volume = {18},
__markedentry = {[Kevin:1]},
Publisher = {ACM}
}
@Article{saraclar51lattice,
Title = {Lattice-Based Search for Spoken Utterance Retrieval},
Author = {Saraclar, Murat and Sproat, Richard},
Journal = {Urbana},
Pages = {61801},
Volume = {51},
__markedentry = {[Kevin:1]}
}
@InProceedings{siu2010improved,
Title = {Improved topic classification and keyword discovery using an HMM-based speech recognizer trained without supervision.},
Author = {Siu, Man-Hung and Gish, Herbert and Chan, Arthur and Belfield, William},
Booktitle = {INTERSPEECH},
Year = {2010},
Pages = {2838--2841},
__markedentry = {[Kevin:1]}
}
@Article{stouten2008discovering,
Title = {Discovering phone patterns in spoken utterances by non-negative matrix factorization},
Author = {Stouten, Veronique and Demuynck, Kris and Van Hamme, Hugo},
Journal = {Signal Processing Letters, IEEE},
Year = {2008},
Pages = {131--134},
Volume = {15},
__markedentry = {[Kevin:1]},
Publisher = {IEEE}
}
@InProceedings{tao2006regularized,
Title = {Regularized estimation of mixture models for robust pseudo-relevance feedback},
Author = {Tao, Tao and Zhai, ChengXiang},
Booktitle = {Proceedings of the 29th annual international ACM SIGIR conference on Research and development in information retrieval},
Year = {2006},
Organization = {ACM},
Pages = {162--169},
__markedentry = {[Kevin:1]}
}
@InProceedings{tong2001support,
Title = {Support vector machine active learning for image retrieval},
Author = {Tong, Simon and Chang, Edward},
Booktitle = {Proceedings of the ninth ACM international conference on Multimedia},
Year = {2001},
Organization = {ACM},
Pages = {107--118},
__markedentry = {[Kevin:1]}
}
@InProceedings{tsao2010acoustic,
Title = {An acoustic segment model approach to incorporating temporal information into speaker modeling for text-independent speaker recognition},
Author = {Tsao, Yu and Sun, Hanwu and Li, Haizhou and Lee, Chin-Hui},
Booktitle = {Acoustics Speech and Signal Processing (ICASSP), 2010 IEEE International Conference on},
Year = {2010},
Organization = {IEEE},
Pages = {4422--4425}
}
@InProceedings{tsuge2011spoken,
Title = {Spoken document retrieval method combining query expansion with continuous syllable recognition for NTCIR-SpokenDoc},
Author = {Tsuge, Satoru and Ohashi, Hiromasa and Kitaoka, Norihide and Takeda, Kazuya and Kita, Kenji}
}
@InProceedings{tu2012semantic,
Title = {Semantic query expansion and context-based discriminative term modeling for spoken document retrieval},
Author = {Tu, Tsung-wei and Lee, Hung-yi and Chou, Yu-Yu and Lee, Lin-shan},
Booktitle = {Acoustics, Speech and Signal Processing (ICASSP), 2012 IEEE International Conference on},
Year = {2012},
Organization = {IEEE},
Pages = {5085--5088}
}
@InProceedings{turian2010word,
Title = {Word representations: a simple and general method for semi-supervised learning},