-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
547 lines (387 loc) · 28.6 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="theme-color" content="#222">
<meta name="generator" content="Hexo 5.2.0">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png">
<link rel="mask-icon" href="/images/logo.svg" color="#222">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noto Serif SC:300,300italic,400,400italic,700,700italic&display=swap&subset=latin,latin-ext">
<link rel="stylesheet" href="/lib/font-awesome/css/all.min.css">
<script id="hexo-configurations">
var NexT = window.NexT || {};
var CONFIG = {"hostname":"github.com","root":"/","scheme":"Gemini","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
</script>
<script id="page-configurations">
// https://hexo.io/docs/variables.html
CONFIG.page = {
sidebar: "",
isHome : true,
isPost : false,
lang : 'en'
};
</script>
<title>Xin Liao's Group</title>
<noscript>
<style>
.use-motion .brand,
.use-motion .menu-item,
.sidebar-inner,
.use-motion .post-block,
.use-motion .pagination,
.use-motion .comments,
.use-motion .post-header,
.use-motion .post-body,
.use-motion .collection-header { opacity: initial; }
.use-motion .site-title,
.use-motion .site-subtitle {
opacity: initial;
top: initial;
}
.use-motion .logo-line-before i { left: initial; }
.use-motion .logo-line-after i { right: initial; }
</style>
</noscript>
<style>
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
.icon li {
float:left; /* 往左浮动 */
}
strong {
font-weight: bolder;
color: indianred;
}
</style>
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<div class="container use-motion">
<div class="headband"></div>
<header class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-container">
<div class="site-nav-toggle">
<div class="toggle" aria-label="Toggle navigation bar">
<span class="toggle-line toggle-line-first"></span>
<span class="toggle-line toggle-line-middle"></span>
<span class="toggle-line toggle-line-last"></span>
</div>
</div>
<div class="site-meta">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<h1 class="site-title">Multimedia Security and Forensics Group</h1>
<span class="logo-line-after"><i></i></span>
</a>
<p> </p>
<img class="site-author-image" itemprop="image" alt="Xin Liao, Ph. D."
src="/images/lx.jpg">
<p class="site-author-name" itemprop="name">Xin Liao</p>
<div class="site-description" itemprop="description" >Professor, PhD. Supervisor <br>Vice Dean, College of Cyber Science and Technology<br> Hunan University, China <br> email: xinliao AT hnu.edu.cn <br> Chinese homepage(中文主页): <a href=http://csee.hnu.edu.cn/people/liaoxin style="font-size: 12px;">http://csee.hnu.edu.cn/people/liaoxin</a></div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://scholar.google.com/citations?user=mo49xkgAAAAJ" title="Google → https://scholar.google.com/citations?user=mo49xkgAAAAJ" rel="noopener" target="_blank"><i class="fab fa-google fa-fw"></i></a>
</span>
<span class="links-of-author-item">
<a href="https://orcid.org/0000-0002-9131-0578" title="OCRID ID → https://https://orcid.org/0000-0002-9131-0578;author/144040399" rel="noopener" target="_blank"><i class="fab fa-scribd fa-fw"></i></a>
</span>
<span class="links-of-author-item">
<a href="https://dblp.org/pid/61/4559.html" title="DBLP → https://dblp.org/pid/61#x2F;4559.html" rel="noopener" target="_blank"><i class="fab fa-openid fa-fw"></i></a>
</span>
</div>
</div>
<div class="site-nav-right">
<div class="toggle popup-trigger">
</div>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="main-menu menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section"><i class="fa fa-home fa-fw"></i>Home</a>
</li>
<li class="menu-item menu-item-publications">
<a href="/publications/" rel="section"><i class="fa fa-file fa-fw"></i>Publications</a>
</li>
<li class="menu-item menu-item-teaching">
<a href="/teaching/" rel="section"><i class="fa fa-book fa-fw"></i>Teaching</a>
</li>
<li class="menu-item menu-item-services">
<a href="/services/" rel="section"><i class="fa fa-bookmark fa-fw"></i>Services</a>
</li>
<!--<li class="menu-item menu-item-funding">
<a href="/funding/" rel="section"><i class="fa fa-copyright fa-fw"></i>Funding</a>
</li>-->
<li class="menu-item menu-item-members">
<a href="/members/" rel="section"><i class="fa fa-user fa-fw"></i>Members</a>
</li>
<li class="menu-item menu-item-alumni">
<a href="/alumni/" rel="section"><i class="fa fa-graduation-cap fa-fw"></i>Alumni</a>
</li>
<li class="menu-item menu-item-attached">
<a href="/attached/" rel="section"><i class="fa fa-share-alt fa-fw"></i>Resource</a>
</li>
<li class="menu-item menu-item-research">
<a href="/research interests/" rel="section"><i class="fas fa-align-justify fa-fw"></i>Research</a>
</li>
<li class="menu-item menu-item-photo">
<a href="/photo/" rel="section"><i class="fa fa-images fa-fw"></i>Photos</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
<span>0%</span>
</div>
<main class="main">
<div class="main-inner">
<div class="content-wrap">
<div class="content index posts-expand">
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar2.jpg">
<meta itemprop="name" content="Xin Liao">
<meta itemprop="description" content="Associate Professor, HNU <br> No.111 LuShannan Road <br> Changsha, Hunan Province, China">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Xin Liao's Group">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a class="post-title-link" itemprop="url">Welcome</a>
</h2>
<div class="post-meta">
</div>
</header>
<div class="post-body" itemprop="articleBody">
<!-👉🔥🔥-->
<h1 id="News"><a href="#News" class="headerlink" title="News" ></a>News</h1>
<ul id="news-list" style="list-style-type: none">
<li><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.12 Congratulations to <strong>Juan Hu</strong> for publishing the paper, "ADA-FInfer: Inferring Face Representations from Adaptive Select Frames for High-Visual-Quality Deepfake Detection", on <strong>TDSC</strong>.
</li>
<li><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.12 Congratulations to <strong>Linbo Fu</strong> for publishing the paper, "WaveRecovery: Screen-shooting Watermarking based on Wavelet and Recovery", on <strong>TCSVT</strong>.
</li>
<li><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.11 Congratulations to <strong>Yizhi Yao</strong>, <strong>Zhengdong Wang</strong>, <strong>Jindou Xin</strong> and <strong>Mingyue Chen</strong> for winning the first prize in China Postgraduate Cybersecurity Innovation Competition.
</li>
<li><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.11 Congratulations to <strong>Xiaoshuai Wu</strong> for winning the National Scholarship (Doctoral Student).
</li>
<li><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.11 Congratulations to <strong>Dunyun Chen</strong> for winning the National Scholarship (Master's Student).
</li>
<li><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.08 Congratulations to <strong>Dr. Chen Jiaxin</strong> on being approved as the <strong>National Natural Science Foundation Youth Project of China</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.07 Congratulations to <strong>Dunyun Chen</strong> for publishing the paper, "SafePaint: Anti-forensic Image Inpainting with Domain Adaptation", on <strong>ACM MM</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.06 Congratulations to <strong>Yiyi Li</strong> for publishing the paper, "Screen-Shooting Resistant Watermarking with Grayscale Deviation Simulation", on <strong>TMM</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.04 Congratulations to <strong>Xiaoshuai Wu</strong> for publishing the paper, "Are Watermarks Bugs for Deepfake Detectors? Rethinking Proactive Forensics", on <strong>IJCAI</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.04 Congratulations to <strong>Dr. Hu</strong> for publishing the paper, "Delocate: Detection and Localization for Deepfake Videos with Randomly-Located Tampered Traces", on <strong>IJCAI</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.03 Congratulations to <strong>Dr. Chen</strong> for publishing the paper, "Multi-domain Probability Estimation Network for Forgery Detection over Online Social Network Shared Images", on <strong>ICME</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2024.01 Congratulations to <strong>Yang Tian</strong> for publishing the paper, "Amount-based Covert Communication over Blockchain", on <strong>TNSM</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.12 <strong>Dr. Chen</strong> gave the oral presentation in <a href="https://mp.weixin.qq.com/s/8GHcchjXqv2bI00ZP1pr_Q">CIHW 2023</a>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.11 <strong>Prof. Liao</strong> was invited to participate in the <a href="https://www.csig.org.cn/23/202311/51476.html">ChinaMFS</a> and gave a report.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.10 Congratulations to <strong>Xiaoshuai Wu</strong> and <strong>Junxue Yang</strong> for winning the <strong>Excellent Graduate</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.09 <strong>Prof. Liao</strong> was invited to participate in the <a href="https://news.hubeidaily.net/hbrbsharenew/news_detail/5/1789506/0/0?tencentShare=1">Information Network Security Forum in Central China</a> and gave a report.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.07 <strong>Prof. Liao</strong> was invited to participate in the <a href="https://m.voc.com.cn/xhn/news/202307/18390545.html">Network Security Technology Innovation and Talent Education Summit Forum</a> and gave a report.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.07 Congratulations to <strong>Xiaoshuai Wu</strong> for publishing the paper, "SepMark: Deep Separable Watermarking for Unified Source Tracing and Deepfake Detection", on <strong>ACM MM</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.07 Congratulations to <strong>Junxue Yang</strong> for publishing the paper, "Exploiting Fine-Grained DCT Representations for Hiding Image-Level Messages within JPEG Images", on <strong>ACM MM</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.05 <strong>Prof. Liao</strong> was invited to participate in the <a href="https://hn.rednet.cn/content/646749/60/12695931.html">Hunan Commercial Cryptography Autonomous Security Forum</a> and gave a report.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.05 Congratulations to <strong>Yumei Wang</strong> for publishing the paper, "FAMM: Facial Muscle Motions for Detecting Compressed Deepfake Videos over Social Networks", on <strong>TCSVT</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.04 Congratulations to <strong>Jiaxin Chen</strong> for publishing the paper, "Identification of Image Global Processing Operator Chain Based on Feature Decoupling", on <strong>INS</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2023.03 Congratulations to <strong>Junxue Yang</strong> for publishing the paper, "ACGIS: Adversarial Cover Generator for Image Steganography with Noise Residuals Features-Preserving", on <strong>SPIC</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2022.12 Congratulations to <strong>Juan Hu</strong> for winning the <strong>Presidential Scholarship for Doctoral Students</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2022.12 Congratulations to <strong>Yang Tian</strong> for winning the <strong>Excellent Graduate Cadres</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2022.12 Congratulations to <strong>Yumei Wang</strong> and <strong>Yiyi Li</strong> for winning the <strong>Excellent Graduate</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2022.09.07 Congratulations to <strong>Jiaxin Chen</strong> for publishing the paper, "SNIS: A Signal Noise Separation-based Network for Post-processed Image Forgery Detection", on <strong>IEEE TCSVT</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2022.05.04 Congratulations to <strong>Zhengyan Chen</strong> for publishing the paper, "Multi-Dimensional Attention with Similarity Constraint for Weakly-Supervised Temporal Action Localization”, on <strong>IEEE TMM</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2022.04.08 Congratulations to <strong>Rui Liu</strong> for publishing the paper, "Aspect Feature Distillation and Enhancement Network for Aspect-based Sentiment Analysis", on <strong>ACM SIGIR 2022</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2022.03.23 Since March 2022, <strong>Juan Hu</strong> will be studying in National University of Singapore as a visiting doctoral student supported by CSC.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2021.12.29 Congratulations to <strong>Jingxuan Tan</strong> for publishing the paper, "Channel Attention Image Steganography with Generative Adversarial Networks", on <strong>IEEE TNSE. </strong>
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2021.12.1 Congratulations to <strong>Juan Hu</strong> for publishing the paper, "Finger Frame Inference-based Deepfake Detection for High-visual-quality Videos", on <strong>AAAI 2022</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2021.12 Congratulations to <strong>Jiaxin Chen</strong> for winning the <strong>Excellent Postgraduate</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2021.12 Congratulations to <strong>Juan Hu</strong> for winning the <strong>Excellent Postgraduate Cadres</strong>.
</li>
<li style="display:none"><i class="fa fa-angle-double-right fa-fw" style="color:red"></i>2021.11 Congratulations to <strong>Jiaxin Chen</strong> for winning the <strong>Zhongjiao Scholarship</strong>.
</li>
</ul>
<p id="more" onclick="showMore()" style="color:blue; cursor:pointer; display:inline">More</p>
<p id="fold" onclick="showLess()" style="color:blue; cursor:pointer; display:none">Fold</p>
<script>
function showMore() {
var lis = document.getElementsByTagName("li");
for (var i=6; i<lis.length; i++){
lis[i].style.display = "list-item";
}
document.getElementById("more").style.display = "none";
document.getElementById("fold").style.display = "inline";
}
function showLess() {
var lis = document.querySelectorAll('#news-list li');
for (var i=6; i<lis.length; i++){
lis[i].style.display = "none";
}
document.getElementById("more").style.display = "inline";
document.getElementById("fold").style.display = "none";
}
</script>
<h1 id="Biography"><a href="#Biography" class="headerlink" title="Biography"></a>Biography</h1><p>Xin Liao (Senior Member, IEEE) received the B.E. and Ph.D. degree in information security from <a href="https://www.bupt.edu.cn/">Beijing University of Posts and Telecommunications</a>, in 2007 and 2012, respectively. He worked as a Post-Doctoral Fellow at <a href="http://www.is.cas.cn/"> the Institute of Software, Chinese Academy of Sciences</a>, and also a Research Associate at <a href="https://www.hku.hk/">The University of Hong Kong</a>. From 2016 to 2017, he was a Visiting Scholar at <a href="https://www.umd.edu/">the University of Maryland</a>, College Park, USA. He is currently a Professor, a PhD. Supervisor, and the Director of Cyberspace Security Department with Hunan University, Changsha, China. He leads the Multimedia Security and Forensics Group, with main research interests on multimedia forensics, steganography, and watermarking. <br> <br>He is serving as the Associate Editor for <a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=79">IEEE Signal Processing Magazine</a> and <a href="https://www.springer.com/journal/11042">Multimedia Tools and Applications</a>. He is the Secretary and a member of Technical Committee (TC) on Multimedia Security and Forensics of <a href="http://www.apsipa.org/apsipa.htm">Asia Pacific Signal and Information Processing Association</a>, TC on Cyberspace Security of <a href="https://www.cie.org.cn/">Chinese Institute of Electronics</a>, TC on Computer Forensics of <a href="https://www.cie.org.cn/">Chinese Institute of Electronics</a>, and TC on Digital Forensics and Security of <a href="http://www.csig.org.cn/index">China Society of Image and Graphics</a>. <br> <br>Chinese homepage(中文主页): <a href="http://csee.hnu.edu.cn/people/liaoxin">http://csee.hnu.edu.cn/people/liaoxin</a></p>
<h1 id="Funding"><a href="#Funding" class="headerlink" title="Funding"></a>Funding</h1>
<ul>
<li>"Research on key technologies and applications of cross-medium media bridge", National Natural Science Foundation of China (NSFC), Key Project, 01/2023-12/2026, 3.04M RMB, PI</li>
<li>"Full lifecycle AIGC identification, authentication, and forensics method", National Key Research and Development Program of China, 12/2024-11/2027, 1.6M RMB, PI</li>
<li>"Research on passive image forensics of operator chains for processing history estimation", National Natural Science Foundation of China (NSFC), General Project, 01/2020-12/2023, 0.71M RMB, PI</li>
<li>"Multimedia privacy content detection and protection technology", National Key Research and Development Program of China, 12/2022-11/2025, 0.9M RMB, PI</li>
<li>"Research on distortion function and embedding positions for adaptive image steganography", National Natural Science Foundation of China (NSFC), Young Project, 01/2015-12/2017, 0.25M RMB, PI</li>
<li>"Data acquisition analysis and databases construction for material simulation and performance optimization", National Key Research and Development Program of China, 07/2018-06/2022, 1.39M RMB, PI</li>
<li>"Visual media forensics", Hunan Provincial Funds for Distinguished Young Scholars, 01/2024-12/2026, PI</li>
<li>"AIGC image and video forensics ", Hunan Provincial Key R&D Program, 07/2024-06/2026, PI</li>
</ul>
<h1 id="Awards"><a href="#Awards" class="headerlink" title="Awards"></a>Awards</h1>
<ul>
<li>2021-2023 World's Top2% Scientists selected by Elsevier and Stanford University.</li>
<li>Hunan Provincial Funds for Distinguished Young Scholars.</li>
<li>2021 The First Place of IEEE ICASSP Signal Processing Grand Challenge "COVID-19 Radiomics".</li>
<li>2023 ACM Multimedia, Best Paper Award Finalist 4/902.</li>
<li>2022 IEEE Transactions on Circuits and Systems for Video Technology, Best Paper Award Finalist.</li>
<li>2022 The First Place of The 15th National College Student Information Security Contest.</li>
<li>2023 The Second Place of The 16th National College Student Information Security Contest.</li>
<li>2022 Outstanding Master Dissertation Supervisor, Hunan Province, China.</li>
<li>2022 The Second Place of CCF Technological Inventiong Awards, China</li>
<li>2022 The First Place of CCF Outstanding Teaching Awards, Hunan Province, China.</li>
<li>2021 The Second Place of Hunan University Outstanding Teaching Awards.</li>
<li>2021 Outstanding Master Dissertation Supervisor, Hunan Province, China.</li>
<li>2021 Outstanding Teaching Case for Professional Degree Graduates, Hunan Province, China. "Threat of Deepfakes Video".</li>
<li>2020 Outstanding Master Dissertation Supervisor, Hunan Province, China.</li>
<li>2020 Excellent Contribution Award, National Information Security Competition for College Student.</li>
<li>2019 Recipient of the Distinguished Scholar-teacher, Hunan Province, China.</li>
<li>2019 Recipient of the YueLu Fellow of Hunan University, China.</li>
<li>2016 China Scholarship Council Scholarship.</li>
</ul>
<h1 id="Professional Recognitions"><a href="#Professional Recognitions" class="headerlink" title="Professional Recognitions"></a>Professional Recognitions</h1><ul>
<li>Associate Editor for Columns and Forum, IEEE Signal Processing Magazine (SPM), start from May 2021.</li>
<li>Secretary, Asia-Pacific Signal and Information Processing Association (APSIPA), Multimedia Security and Forensics Technical Committee, start from Nov. 2022.</li>
<li>Associate Editor for Multimedia Tools and Applications (MTAP), start from Oct. 2023.</li>
<li>IEEE Senior Member, start from Oct. 2021.</li>
<li>Elected Member, Asia-Pacific Signal and Information Processing Association (APSIPA), Multimedia Security and Forensics Technical Committee, start from Oct. 2020.</li>
<li>Elected Member, Chinese Institute of Electronics (CIE), Computer Forensics Technical Committee, start from Jan. 2015.</li>
<li>Elected Member, Chinese Institute of Electronics (CIE), Cyberspace Security Technical Committee, start from Jun. 2023.</li>
<li>Elected Member, China Society of Image and Graphics (CSIG), Digital Forensics and Security Technical Committee, start from May 2019.</li>
<li>Senior Member, Chinese Institute of Electronics (CIE), start from Jan. 2015.</li>
<li>Senior Member, China Computer Federation (CCF), start from Jan. 2018.</li>
<li>Senior Member, China Society of Image and Graphics(CSIG), start from May. 2023.</li>
</ul>
<img src="test_18.png">
<!--
<h1 id="Professional Experience"><a href="#Professional Experience" class="headerlink" title="Professional Experience"></a>Professional Experience</h1><ul>
<li>2012.07 - now, College of Computer Science and Electronic Engineering, Hunan University, Associate Professor</li>
<li>2016.08 - 2017.09, Department of Electrical and Computer Engineering, University of Maryland, College Park, USA, Visiting Scholar</li>
<li>2015.07 - 2016.09, Department of Computer Science, The University of Hong Kong, Research Associate</li>
<li>2014.03 - 2016.03, State Key Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences, Postdoctoral Fellow</li>
</ul>
<h1 id="Education"><a href="#Education" class="headerlink" title="Education"></a>Education</h1><ul>
<li>2007.09 – 2012.07, Ph.D. Information Security, Beijing University of Posts and Telecommunications, Beijing, China.</li>
<li>2003.09 – 2007.07, B.S. Application Mathematics, Beijing University of Posts and Telecommunications, Beijing, China. Granted Examination Waiver (GPA Top 1 in undergraduate years)</li>
</ul>
-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<script>
window.addEventListener('tabs:register', () => {
let { activeClass } = CONFIG.comments;
if (CONFIG.comments.storage) {
activeClass = localStorage.getItem('comments_active') || activeClass;
}
if (activeClass) {
let activeTab = document.querySelector(`a[href="#comment-${activeClass}"]`);
if (activeTab) {
activeTab.click();
}
}
});
if (CONFIG.comments.storage) {
window.addEventListener('tabs:click', event => {
if (!event.target.matches('.tabs-comment .tab-content .tab-pane')) return;
let commentClass = event.target.classList[1];
localStorage.setItem('comments_active', commentClass);
});
}
</script>
</div>
<div class="toggle sidebar-toggle">
<span class="toggle-line toggle-line-first"></span>
<span class="toggle-line toggle-line-middle"></span>
<span class="toggle-line toggle-line-last"></span>
</div>
<aside class="sidebar">
</aside>
<div id="sidebar-dimmer"></div>
</div>
</main>
<footer class="footer">
<div class="footer-inner">
<div class="copyright">
©
<span itemprop="copyrightYear">2021</span>
<span class="author" itemprop="copyrightHolder">Xin Liao</span>
</div>
<div class="powered-by">Powered by <a href="https://hexo.io/" class="theme-link" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.org/" class="theme-link" rel="noopener" target="_blank">NexT.Gemini</a>
</div>
<span id="busuanzi_container_site_pv">
<br>Total Visits: <span id="busuanzi_value_site_pv"></span> Times
</span>
<!--<span id="busuanzi_container_site_uv">
本站访客数<span id="busuanzi_value_site_uv"></span>人次
</span>-->
</div>
</footer>
</div>
<script src="/lib/anime.min.js"></script>
<script src="/lib/velocity/velocity.min.js"></script>
<script src="/lib/velocity/velocity.ui.min.js"></script>
<script src="/js/utils.js"></script>
<script src="/js/motion.js"></script>
<script src="/js/iconfont.js"></script>
<script src="/js/schemes/pisces.js"></script>
<script src="/js/next-boot.js"></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
</body>
</html>