-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
417 lines (328 loc) · 29.1 KB
/
people.html
File metadata and controls
417 lines (328 loc) · 29.1 KB
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
<!--
* A Design by GraphBerry
* Author: GraphBerry
* Author URL: http://graphberry.com
* License: http://graphberry.com/pages/license
-->
<!DOCTYPE html>
<html>
<head>
<title>IMPRESS Lab | PEOPLE</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Free singlepage web template created by GraphBerry">
<meta name="keywords" content="HTML5, Bootstrap 3, CSS3, javascript, PHP, Responsive, Mobile">
<meta name="author" content="GraphBerry.com"/>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="css/yellowmoon-font.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header id="header">
<!-- Section title -->
<h1 class="sr-only">IMPRESS Lab | PEOPLE</h1>
</header>
<main>
<section id="home" class="home">
<!-- Section title -->
<h2 class="sr-only">Home</h2>
<div class="l-align-both">
<a href="./index.html">
<figure class="logo">
<img src="img/logo/yellowmoon_logo_01.svg" title="YellowMoon Logo" alt="Cartoon illustration of the moon">
<figcaption class="sr-only">IMPRESS Lab | PUBLICATION</figcaption>
</figure>
<span class="h1 -impress-head">IMPRESS</span>
</a>
<span class="h3 -white">Intelligent Multimedia Processing Laboratory</span>
</div>
</section> <!-- /.home -->
<div class="nav-container">
<nav id="main-navigation" class="navbar navbar-default">
<!-- Section title -->
<h2 class="sr-only">Main navigation</h2>
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-navbar" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="sr-only">Toggle navigation</span>
</button>
<a class="navbar-brand smoothScroll" href="./index.html#people">
<img class="logo" src="img/logo/logo.png" title="IMPRESS" alt="" style='height:1000px'>
<span class="sr-only">YellowMoon Logo</span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div id="main-navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a class="smoothScroll" href="#WooilKIM">Prof .Wooil KIM</a></li>
<li><a class="smoothScroll" href="#AraBAE">Ara Bae</a></li>
<li><a class="smoothScroll" href="#JaeheeJung">Jaehee Jung</a></li>
<li><a class="smoothScroll" href="#Contact">Contact</a></li>
</ul>
</div> <!-- /.navbar-collapse -->
</div> <!-- /.container -->
</nav> <!-- /.navbar -->
</div> <!-- /.nav-container -->
<!--여기부터 교수님--><!--여기부터 교수님--><!--여기부터 교수님--><!--여기부터 교수님--><!--여기부터 교수님--><!--여기부터 교수님--><!--여기부터 교수님--><!--여기부터 교수님-->
<section id="WooilKIM" class="about">
<br><br><br>
<div class="container">
<div class="row">
<div class="col-sm-5" style="text-align: center;">
<img src="img/people/kwi_s.png" title="People image one title" alt="People image one description">
</div>
<div class="col-sm-3" style="text-align: center;">
<h2 class="-black" style="font-size:23px">Wooil Kim</h2>
</div>
<div class="col-sm-4 -black">
Ph.D.<br><br>
IMPRESS LAB<br>
Department of Computer Science & Engineering<br>
Incheon National University, Incheon, Korea<br><br>
wikim{at}inu.ac.kr<br>
+82-32-835-8459
</div>
</div>
<br><br>
<div class="row">
<div class="col-sm-12">
<h2 class="-blue">Research Interests</h2>
<br>
<ol class="-blackSmall -blackList -linkBlue">
<li>Speech Processing/Recognition</li>
- large vocabulary continuous speech recognition system<br>
- environmental robust processing for ASR, missing-feature theory<br>
<li>Human Behavior Signal Processing</li>
- in-vehicle human interface, robust speech recognition for in-vehicle system<br>
- human emotion processing, signal processing/estimation under cognitive stress/distraction<br>
<li>Information Retrieval System</li>
- multimedia/music information retrieval, spoken document retrieval (SpeechFind)<br>
- keyword spotting/detection, data mining, dialog system<br>
<li>Statistical Signal Processing, Pattern Recognition, Neural Network</li>
</ol>
</div>
</div><br>
<div class="row">
<div class="col-sm-12">
<h2 class="-blue">Education and Experiences</h2>
<br>
<ol class="-blackSmall -blackList -linkBlue">
<li>Experiences</li>
Associate Professor, CSE, University of Incheon, Korea, Oct.2016-Present<br>
Assistant Professor, CSE, University of Incheon, Korea, Aug.2012-Sept.2016<br>
Research Assistant Professor, EE, <a href="http://www.utdallas.edu/">University of Texas at Dallas</a>, Sept.2007-Aug.2012<br>
Research Associate, EE, <a href="http://www.utdallas.edu/">University of Texas at Dallas</a>, Sept.2005-Aug.2007<br>
  -Supervised by <a href="http://www.ee.utdallas.edu/faculty/hansen.html">Prof. John H. L. Hansen</a><br>
Post-doctoral Researcher, <a href="http://www.ece.cmu.edu/">ECE</a>, <a href="http://www.cmu.edu/">Carnegie Mellon University</a>, Sept.2004-Aug.2005<br>
  -KOSEF program, supervised by <a href="http://www.cs.cmu.edu/~robust/">Prof. Richard M. Stern</a><br>
Post-doctoral Researcher, <a href="http://ece.korea.ac.kr">EE</a>, <a href="http://www.korea.ac.kr">Korea University</a>, Sept.2003-Aug.2004<br>
  -BK21 program, supervised by <a href="http://ispl.korea.ac.kr">Prof. Hanseok Ko</a><br>
<li>Education</li>
Ph.D., Electronics Engineering, Korea University, Seoul, Korea, Aug. 2003<br>
  -Thesis: Model-based Feature Compensation for Robust Speech Recognition in Adverse Environments <a href="http://libs.korea.ac.kr/search/detail/SATSDZ000015601194?">[link]</a><br>
  -Advised by Prof. Hanseok Ko<br>
M.S., Electronics Engineering, Korea University, Seoul, Korea, Aug. 1998<br>
  -Thesis: Spectral Subtraction based on Phonemic and Auditory Properties <a href="http://libs.korea.ac.kr/search/detail/SATSDZ000001797447?">[link]</a><br>
  -Advised by Prof. Hanseok Ko<br>
B.S., Electronics Engineering, Korea University, Seoul, Korea, Feb. 1996<br>
</ol>
</div>
</div><br>
<div class="row">
<div class="col-sm-12">
<h2 class="-blue">Publications</h2>
<br>
<ol class="-blackSmall -blackList -linkBlue">
<li>Journal Papers</li>
<L>[1] <b>Wooil Kim</b> and J.H.L. Hansen, "A Novel Mask Estimation Method Employing Posterior-Based Representative Mean Estimate for Missing-Feature Speech Recognition," <I>IEEE Transactions on Audio, Speech, and Language Processing</I>, vol.19, no.5, pp.1434-1443, July 2011. <a href="http://dx.doi.org/10.1109/TASL.2010.2091633"><font size=2>[link]</font></a><BR></L>
<L>[2] J.H.L. Hansen, <b>Wooil Kim</b>, M. Rahurkar, E. Ruzanski, and J. Meyerhoff, "Robust Emotional Stressed Speech Detection Using Weighted Frequency Subbands," <I>EURASIP Journal on Advances in Signal Processing</I>, vol. 2011, Article ID 906789, 10 pages, 2011 (doi:10.1155/2011/906789). <a href="http://asp.eurasipjournals.com/content/2011/1/906789"><font size=2>[link]</font></a><BR></L>
<L>[3] <b>Wooil Kim</b> and J.H.L. Hansen, "Variational Noise Model Composition Through Model Perturbation for Robust Speech Recognition with Time-Varying Background Noise," <I>Speech Communication</I>, vol.53, no.4, pp.451-464, April 2011. <a href="http://dx.doi.org/10.1016/j.specom.2010.12.001"><font size=2>[link]</font></a><BR></L>
<L>[4] <b>Wooil Kim</b> and R.M. Stern, "Mask Classification for Missing-Feature Reconstruction for Robust Speech Recognition with Unknown Background Noise," <I>Speech Communication</I>, vol.53, no.1, pp.1-11, Jan. 2011. <a href="http://dx.doi.org/10.1016/j.specom.2010.08.005"><font size=2>[link]</font></a><BR></L>
<L>[5] <b>Wooil Kim</b> and J.H.L. Hansen, "Missing-Feature Reconstruction by Leveraging Temporal Spectral Correlation for Robust Speech Recognition in Background Noise Conditions," <I>IEEE Transactions on Audio, Speech, and Language Processing</I>, vol.18, no.8, pp.2111-2120, Nov. 2010. <a href="http://dx.doi.org/10.1109/TASL.2010.2041698"><font size=2>[link]</font></a><BR></L>
<L>[6] J.H.L. Hansen, S.S. Gray, and <b>Wooil Kim</b>, "Automatic Voice Onset Time Detection for Unvoiced Stops (/p/,/t/,/k/) with Application to Accent Classification," <I>Speech Communication</I>, vol.52, no.10, pp.777-789, Oct, 2010. <a href="http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6V1C-5051PBV-1&_user=108452&_coverDate=10%2F31%2F2010&_rdoc=1&_fmt=high&_orig=browse&_origin=browse&_zone=rslt_list_item&_srch=doc-info(%23toc%235671%232010%23999479989%232229841%23FLA%23display%23Volume)&_cdi=5671&_sort=d&_docanchor=&_ct=6&_acct=C000059732&_version=1&_urlVersion=0&_userid=108452&md5=484f8634bd14624fca45ff8bef292301&searchtype=a"><font size=2>[link]</font></a><BR></L>
<L>[7] <b>Wooil Kim</b> and J.H.L. Hansen, "Phonetic Distance Based Confidence Measure," <I>IEEE Signal Processing Letters</I>, vol.17, no.2, pp.117-120, Feb. 2010. <a href="http://dx.doi.org/10.1109/LSP.2009.2034551"><font size=2>[link]</font></a><BR></L>
<L>[8] <b>Wooil Kim</b> and J.H.L. Hansen, "Time-Frequency Correlation Based Missing-Feature Reconstruction for Robust Speech Recognition in Band-Restricted Conditions," <I>IEEE Transactions on Audio, Speech, and Language Processing</I>, vol.17, no.7, pp.1292-1304, Sept. 2009. <a href="http://dx.doi.org/10.1109/TASL.2009.2015080"><font size=2>[link]</font></a><BR></L>
<L>[9] <b>Wooil Kim</b> and J.H.L. Hansen, "Feature Compensation in the Cepstral Domain Employing Model Combination," <I>Speech Communication</I>, vol.51, no.2, pp.83-96, Feb. 2009. <a href="http://dx.doi.org/10.1016/j.specom.2008.06.004"><font size=2>[link]</font></a><BR></L>
<L>[10] <b>Wooil Kim</b> and J.H.L. Hansen, "Feature Compensation Employing Multiple Environmental Models for Robust In-Vehicle Speech Recognition," <I>IEICE Trans. Information and Systems</I>, Vol. E91-D, No. 3, pp. 430-438, March 2008. <a href="http://search.ieice.org/bin/summary.php?id=e91-d_3_430&category=D&year=2008&lang=E&abst="><font size=2>[link]</font></a><BR></L>
<L>[11] <b>Wooil Kim</b> and H. Ko, "Noise Variance Estimation for Kalman Filtering of Noisy Speech," <I>IEICE Trans. Information and Systems</I>, Vol. E84-D, No. 1, pp. 155-160, Jan, 2001. <a href="http://search.ieice.org/bin/summary.php?id=e84-d_1_155&category=D&year=2001&lang=E&abst="><font size=2>[link]</font></a><BR></L>
<L>[12] <b>Wooil Kim</b>, S. Kang, and H. Ko, "Spectral subtraction based on phonetic dependency and masking effects," <I>IEE Proc.-Vision Image and Signal Processing</I>, Vol. 147, No. 5 , pp.423-427, Oct. 2000. <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=883986"><font size=2>[link]</font></a><BR></L></UL></L><BR>
<br>
<li>Conference Papers (Peer-Reviewed)</li>
<L>[1] <b>Wooil Kim</b> and J. H. L. Hansen, "An Advanced Feature Compensation Method Employing Acoustic Model With Phonetically Constrained Structure," <I>ICASSP-2013</I>, Vancouver, Canada, May 2013(Accepted).<BR></L>
<L>[2] <b>Wooil Kim</b> and J. H. L. Hansen, "Gaussian Map based Acoustic Model Adaptation Using Untranscribed Data for Speech Recognition in Severely Adverse Environments," <I>Interspeech-2012</I>, Portland, Oregon, USA, Sept. 2012.<BR></L>
<L>[3] <b>Wooil Kim</b> and J. H. L. Hansen, "Feature Compensation employing Online GMM Adaptation for Speech Recognition in Unknown Severely Adverse Environments," <I>ICASSP-2012</I>, pp. 4121-4124, Kyoto, Japan, March 2012.<BR></L>
<L>[4] <b>Wooil Kim</b> and J. H. L. Hansen, "Feature Compensation for Speech Recognition in Severely Adverse Environments due to Background Noise and Channel Distortion," <I>Interspeech-2011</I>, pp. 1653-1656, Florence, Italy, Aug. 2011. <a href="http://www.isca-speech.org/archive/interspeech_2011/i11_1653.html"><font size=2>[link]</font></a><BR></L>
<L>[5] A. Taufique, K. Vijayasankar, <b>Wooil Kim</b>, J. H. L. Hansen, M. Tacca, and A. Fumagalli, "Phone Impact Based Speech Transmission Technique for Reliable Speech Recognition in Poor Wireless Network Conditions," <I>Interspeech-2011</I>, pp. 2529-2532, Florence, Italy, Aug. 2011. <a href="http://www.isca-speech.org/archive/interspeech_2011/i11_2529.html"><font size=2>[link]</font></a><BR></L>
<L>[6] J.-W. Suh, Yun Lei, <b>Wooil Kim</b>, and J. H. L. Hansen, "Effective Background Data Selection in SVM Speaker Recognition for Unseen Test Environment: More is Not Always Better," <I>ICASSP-2011</I>, pp. 5304-5307, Prague, Czech Republic, May 2011. <a href="http://dx.doi.org/10.1109/ICASSP.2011.5947555"><font size=2>[link]</font></a><BR></L>
<L>[7] <b>Wooil Kim</b>, J.-W. Suh, and J. H. L. Hansen, "An Effective Feature Compensation Scheme Tightly Matched with Speech Recognizer Employing SVM-based GMM Generation," <I>Interspeech-2010</I>, pp. 2078-2081, Makuhari, Japan, Sept. 2010. <a href="http://www.isca-speech.org/archive/interspeech_2010/i10_2078.html"><font size=2>[link]</font></a><BR></L>
<L>[8] <b>Wooil Kim</b> and J. H. L. Hansen, "Angry Emotion Detection from Real-Life Conversational Speech by Leveraging Content Structure," <I>ICASSP-2010</I>, pp. 5166-5169, Dallas, U.S.A., March 2010. <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=5495021"><font size=2>[link]</font></a><BR></L>
<L>[9] <b>Wooil Kim</b> and J. H. L. Hansen, "Mask Estimation Employing Posterior-Based Representative Mean for Missing-Feature Speech Recognition with Time-Varying Background Noise," <I>IEEE ASRU-2009</I>, pp. 194-198, Merano, Italy, Dec. 2009. <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=5373398"><font size=2>[link]</font></a><BR></L>
<L>[10] <b>Wooil Kim</b> and J. H. L. Hansen, "Variational Model Composition for Robust Speech Recognition with Time-Varying Background Noise," <I>Interspeech-2009</I>, pp. 2399-2402, Brighton, UK, Sept. 2009. <a href="http://www.isca-speech.org/archive/interspeech_2009/i09_2399.html"><font size=2>[link]</font></a><BR></L>
<L>[11] <b>Wooil Kim</b> and J. H. L. Hansen, "Robust Angry Speech Detection Employing TEO-Based Discriminative Classifier Combination," <I>Interspeech-2009</I>, pp. 2019-2022, Brighton, UK, Sept. 2009. <a href="http://www.isca-speech.org/archive/interspeech_2009/i09_2019.html"><font size=2>[link]</font></a><BR></L>
<L>[12] <b>Wooil Kim</b> and J. H. L. Hansen, "Missing-Feature Method for Speaker Recognition in Band-Restricted Conditions," <I>Interspeech-2008</I>, pp.1909-1912, Brisbane, Australia, Sept. 2008. <a href="http://www.isca-speech.org/archive/interspeech_2008/i08_1909.html"><font size=2>[link]</font></a><BR></L>
<L>[13] J.H.L. Hansen, <b>Wooil Kim</b>, and P. Angkititrakul, "Advances in Human-Machine Systems for In-Vehicle Environments," <I>IEEE HSCMA-2008: Hands-free Speech Communication and Microphone Arrays</I>, pp. 128-131, Trento, Italy, May 2008. <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4538703"><font size=2>[link]</font></a><BR></L>
<L>[14] <b>Wooil Kim</b> and J. H. L. Hansen, "Advances in Spoken Document Retrieval for the U. S. Collaborative Digitization Program," <I>IEEE ASRU-2007</I>, pp.687-692, Kyoto, Japan, Dec. 2007. <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4430195"><font size=2>[link]</font></a><BR></L>
<L>[15] <b>Wooil Kim</b> and J. H. L. Hansen, "Advances in SpeechFind: Transcript Reliability Estimation Employing Confidence Measure based on Discriminative Sub-word Model for SDR," <I>Interspeech-2007</I>, pp.2409-2412, Antwerp, Belgium, Aug. 2007. <a href="http://www.isca-speech.org/archive/interspeech_2007/i07_2409.html"><font size=2>[link]</font></a><BR></L>
<L>[16] <b>Wooil Kim</b>, M. Akbacak and J. H. L. Hansen, "Advances in SpeechFind: CRSS-UTD Spoken Document Retrieval System," <I>ACM SIGIR 2007 Workshop on Searching Spontaneous Conversational Speech</I>, pp.23-28, Amsterdam, Netherlands, July 2007. <a href="http://hmi.ewi.utwente.nl/sscs/abstracts#abstract4"><font size=2>[link]</font></a><BR></L>
<L>[17] <b>Wooil Kim</b> and J. H. L. Hansen, "Missing-Feature Reconstruction for Band-Limited Speech Recognition in Spoken Document Retrieval," <I>Interspeech-2006</I>, pp.2306-2309, Pittsburgh, U.S.A., Sep. 2006. <a href="http://www.isca-speech.org/archive/interspeech_2006/i06_1826.html"><font size=2>[link]</font></a><BR></L>
<L>[18] <b>Wooil Kim</b> and R. M. Stern, "Band-Independent Mask Estimation for Missing-Feature Reconstruction in the Presence of Unknown Background Noise," <I>ICASSP-2006</I>, pp.305-308, Toulouse, France, May 2006. <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1660018"><font size=2>[link]</font></a><BR></L>
<L>[19] <b>Wooil Kim</b>, R. M. Stern and H. Ko, "Environment-Independent Mask Estimation for Missing-Feature Reconstruction," <I>Interspeech-2005</I>, pp.2637-2640, Lisbon, Portugal, Sep. 2005. <a href="http://www.isca-speech.org/archive/interspeech_2005/i05_2637.html"><font size=2>[link]</font></a><BR></L>
<L>[20] <b>Wooil Kim</b>, O. Kwon and H. Ko, "PCMM-based Feature Compensation Schemes Using Model Interpolation and Mixture Sharing," <I>ICASSP-2004</I>, pp.989-992, Montreal, Canada, May 2004. <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1326154"><font size=2>[link]</font></a><BR></L>
<L>[21] <b>Wooil Kim</b>, S. Ahn and H. Ko, "Feature Compensation Scheme Based on Parallel Combined Mixture Model," <I>Eurospeech-2003</I>, pp. 677-680, Geneva, Switherland, Sep. 2003. <a href="http://www.isca-speech.org/archive/eurospeech_2003/e03_0677.html"><font size=2>[link]</font></a><BR></L>
<L>[22] <b>Wooil Kim</b> and H. Ko, "Improved Acoustic Modeling Based on Selective Data-Driven PMC," <I>ICASSP-2002, Student Forum</I>, Orlando, U.S.A., May 2002. <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1004892"><font size=2>[link]</font></a><BR></L>
<L>[23] <b>Wooil Kim</b>, T. Kim, S. Ahn and H. Ko, "Model Based Stress Decision Method," <I>Eurospeech-2001</I>, Vol. 1, pp.107-110, Alborg, Denmark, Sep. 2001.</FONT> <a href="http://www.isca-speech.org/archive/eurospeech_2001/e01_0107.html"><font size=2>[link]</font></a><BR></L></UL></L><BR>
<br>
<li>Book Chapters</li>
<L>[1] <b>Wooil Kim</b> and J. H. L. Hansen, "Feature Compensation Employing Variational Model Composition for Robust Speech Recognition in In-Vehicle Environment,"</a> <I>Chapter 11 of Digital Signal Processing for In-Vehicle Systems and Safety</I>, pp.175-186, Springer, Nov. 2011. <a href="http://www.springer.com/engineering/signals/book/978-1-4419-9606-0"><font size=2>[link]</font></a><BR></L>
<L>[2] J. H. L. Hansen, A. Sangwan, and <b>Wooil Kim</b>, "Speech Under Stress and Lombard Effect: Impact and Solutions for Forensic Speaker Recognition,"</a> <I>Chapter 5 of Forensic Speaker Recognition</I>, pp.103-124, Springer, Oct. 2011. <a href="http://www.springer.com/engineering/signals/book/978-1-4614-0262-6"><font size=2>[link]</font></a><BR></L>
<L>[3] J. H. L. Hansen, P. Angkititrakul, and <b>Wooil Kim</b>, "Advances in Human-Machine Systems for In-Vehicle Environments: Noise and Cognitive Stress/Distraction,"</a> <I>Chapter 14 of Recent Advances in Robust Speech Recognition Technology</I>, pp.197-210, Bentham Science Publishers, 2011 (DOI:10.2174/97816080517241110101). <a href="http://dx.doi.org/10.2174/97816080517241110101"><font size=2>[link]</font></a><BR></L>
<L>[4] <b>Wooil Kim</b> and J. H. L. Hansen, "SpeechFind: Advances in Rich Content Based Spoken Document Retrieval,"</a> <I>Chapter 17 of Handbook of Research on Digital Libraries: Design, Development, and Impact</I>, pp.173-187, IGI Global, Jan. 2009. <a href="http://www.igi-global.com/Bookstore/Chapter.aspx?TitleId=19880"><font size=2>[link]</font></a><BR></L>
<L>[5] <b>Wooil Kim</b> and J. H. L. Hansen, "Feature Compensation Employing Model Combination for Robust Speech Recognition in In-Vehicle Environment,"</a> <I>Chapter 19 of In-Vehicle Corpus and Signal Processing for Driver Behavior</I>, pp.233-243, Springer, 2009. <a href="http://www.springerlink.com/content/978-0-387-79581-2#section=104087&page=1"><font size=2>[link]</font></a><BR></L></UL></L>
<br>
<li>Etc.</li>
<L>[1] J. H. L. Hansen and <b>Wooil Kim</b>, "SpeechFind Retrieves Documents for National Gallery of the Spoken Word," <I>Speech and Language Technical Committee(SLTC) e-Newsletter, IEEE Signal Processing Society</I>, Oct. 2006. <a href="http://www.ewh.ieee.org/soc/sps/stc/News/NL0610/NL0610-SPFIND.htm"><font size=2>[link]</font></a><BR></L></UL></L>
</ol>
</div>
</div>
</div> <!-- /.box-container -->
</section>
<!--여기까지 교수님--><!--여기까지 교수님--><!--여기까지 교수님--><!--여기까지 교수님--><!--여기까지 교수님--><!--여기까지 교수님--><!--여기까지 교수님-->
<!--여기부터 배아라--><!--여기부터 배아라--><!--여기부터 배아라--><!--여기부터 배아라--><!--여기부터 배아라--><!--여기부터 배아라--><!--여기부터 배아라-->
<section id="AraBAE" class="portfolio">
<br><br><br>
<div class="container">
<div class="row">
<div class="col-sm-5" style="text-align: center;">
<img src="img/people/bar_s.png" title="People image one title" alt="People image one description">
</div>
<div class="col-sm-3" style="text-align: center;">
<h2 class="-black" style="font-size:23px">Ara Bae</h2>
</div>
<div class="col-sm-4 -black">
Graduate student<br><br>
IMPRESS LAB<br>
Department of Computer Science & Engineering<br>
Incheon National University, Incheon, Korea<br><br>
arbae{at}inu.ac.kr<br>
+82-32-835-8452
</div>
</div><br><br>
<div class="row">
<div class="col-sm-12">
<h2 class="-blue">Research Interests</h2>
<br>
<ol class="-blackSmall -blackList -linkBlue">
<li>Speech Processing/Recognition</li>
- large vocabulary continuous speech recognition system<br>
- environmental robust processing for ASR, missing-feature theory<br>
<li>Human Behavior Signal Processing</li>
- in-vehicle human interface, robust speech recognition for in-vehicle system<br>
- human emotion processing, signal processing/estimation under cognitive stress/distraction<br>
<li>Information Retrieval System</li>
- multimedia/music information retrieval, spoken document retrieval (SpeechFind)<br>
- keyword spotting/detection, data mining, dialog system<br>
<li>Statistical Signal Processing, Pattern Recognition, Neural Network</li>
</ol>
</div>
</div><br>
</div>
</section>
<!--여기까지 배아라--><!--여기까지 배아라--><!--여기까지 배아라--><!--여기까지 배아라--><!--여기까지 배아라--><!--여기까지 배아라--><!--여기까지 배아라--><!--여기까지 배아라-->
<!--여기부터 정재희--><!--여기부터 정재희--><!--여기부터 정재희--><!--여기부터 정재희--><!--여기부터 정재희--><!--여기부터 정재희--><!--여기부터 정재희--><!--여기부터 정재희-->
<section id="JaeheeJung" class="about">
<br><br><br>
<div class="container">
<div class="row">
<div class="col-sm-5" style="text-align: center;">
<img src="img/people/jjh.png" title="People image one title" alt="People image one description">
</div>
<div class="col-sm-3" style="text-align: center;">
<h2 class="-black" style="font-size:23px">Jaehee Jung</h2>
</div>
<div class="col-sm-4 -black">
UnderGraduate student<br><br>
IMPRESS LAB<br>
Department of Computer Science & Engineering<br>
Incheon National University, Incheon, Korea<br><br>
arbae{at}inu.ac.kr<br>
+82-32-835-8452
</div>
</div><br><br>
<div class="row">
<div class="col-sm-12">
<h2 class="-blue">Research Interests</h2>
<br>
<ol class="-blackSmall -blackList -linkBlue">
<li>Speech Processing/Recognition</li>
- large vocabulary continuous speech recognition system<br>
- environmental robust processing for ASR, missing-feature theory<br>
<li>Human Behavior Signal Processing</li>
- in-vehicle human interface, robust speech recognition for in-vehicle system<br>
- human emotion processing, signal processing/estimation under cognitive stress/distraction<br>
<li>Information Retrieval System</li>
- multimedia/music information retrieval, spoken document retrieval (SpeechFind)<br>
- keyword spotting/detection, data mining, dialog system<br>
<li>Statistical Signal Processing, Pattern Recognition, Neural Network</li>
</ol>
</div>
</div><br>
</div> <!-- /.container -->
</section> <!-- /.clients -->
<!--여기까지 정재희--><!--여기까지 정재희--><!--여기까지 정재희--><!--여기까지 정재희--><!--여기까지 정재희--><!--여기까지 정재희--><!--여기까지 정재희--><!--여기까지 정재희-->
<section id="Contact" class="contact">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<!-- Section title -->
<h2 class="title -blue" style="font-size:40px">Contact us</h2>
<span class="subtitle h3 -black">Sure...We can take some time for chat</span>
<div style="text-align:center;">
<img src="./img/wantyou.jpg" alt="" >
<span class="-black">
<br><br>
Room 07-506/526, impress.inu.ac.kr<br>
wikim{at}inu.ac.kr, +82-32-835-8452<br><br>
Dept. of Computer Science and Engineering<br>
Incheon National University<br>
119 Academy-ro (Songdo-dong), Yeonsu-gu, Incheon, Korea<br>
</span>
<div>
</div>
</div> <!-- /.row -->
<div class="row box-container">
<div class="col-md-10 col-md-offset-1">
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</section> <!-- /.contact -->
</main>
<footer id="footer" class="footer">
<!-- Section title -->
<h2 class="sr-only">Footer</h2>
<div class="container">
<div class="row">
<div class="col-sm-6">
<small class="copyright -yellow"> © <span id="year">2016</span> - YellowMoon All Right Reserved</small>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</footer>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/libs/smooth-scroll.min.js"></script>
<script type="text/javascript" src="js/libs/modernizr.mq.js"></script>
<!-- Latest compiled and minified JavaScript Bootstrap-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Custom JS -->
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>