-
Notifications
You must be signed in to change notification settings - Fork 0
/
publication_2024.html
434 lines (390 loc) · 15.5 KB
/
publication_2024.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="renderer" content="webkit"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="x-dns-prefetch-control" content="on">
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<title>IDV Lab</title>
<link rel="icon" href="img/tju.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/tju.ico" type="image/x-icon"/>
<link rel="stylesheet" media="screen" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/swiper.min.css"/>
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/common.js"></script>
<style type="text/css">
.warp{
width: 1920px;
height: 1548px;
background: url("img/bj2.jpg")no-repeat center top;
background-size: cover;
}
</style>
</head>
<body>
<div class="warp">
<div class="header">
<div class="header_con">
<a href="index.html">Home</a>
<a href="publication.html" class="active">Publication</a>
<a href="people.html">People</a>
<a href="">Project</a>
<a href="">Teaching</a>
</div>
</div>
<div class="publication">
<div class="left" id="pub_nav">
<a href="publication_2024.html">
<div class="year " style="cursor:pointer;" >
<div class="bt_top" id="bt_2024">2024</div>
</div>
</a>
<a href="publication_2023.html">
<div class="year " style="cursor:pointer;" >
<div class="bt_top" id="bt_2023">2023</div>
</div>
</a>
<a href="publication_2022.html">
<div class="year " style="cursor:pointer;" >
<div class="bt_top" id="bt_2022">2022</div>
</div>
</a>
<a href="publication_2021.html">
<div class="year " style="cursor:pointer;" >
<div class="bt_top" id="bt_2021">2021</div>
</div>
</a>
<a href="publication_2020.html">
<div class="year " style="cursor:pointer;" >
<div class="bt_top" id="bt_2020">2020</div>
</div>
</a>
<a href="publication_2019.html">
<div class="year " style="cursor:pointer;" >
<div class="bt_top" id="bt_2019">2019</div>
</div>
</a>
<a href="publication_2018.html">
<div class="year " style="cursor:pointer;" >
<div class="bt_top" id="bt_2018">2018</div>
</div>
</a>
<a href="publication_2017.html">
<div class="year " style="cursor:pointer;" >
<div class="bt_top" id="bt_2017">2017</div>
</div>
</a>
<a href="publication_before.html">
<div class="year " style="cursor:pointer;" >
<div class="bt_top" id="bt_before">Before</div>
</div>
</a>
</div>
<div class="homelist" id="paper_list">
<div class="listrow">
<div class="ka">
<img src="img/indexpics/EfficientDerain_IJCV2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>EfficientDeRain+: Learning Uncertainty-Aware Filtering via RainMixAugmentation for High-Efficiency Deraining</h2>
<p>International Journal of Computer Vision (<b>IJCV</b>), 2024.</p>
<p>Qing Guo, Hua Qi, Jingyang Sun, Felix Juefei-Xu, Lei Ma, <b>Di Lin (Corresponding Author)</b>, Wei Feng, Song Wang.</p>
<div class="bt_bot">
<div class="btns">
<a href="https://rdcu.be/dY7Pz" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com/tsingqguo/efficientderainplus" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/VPNet_NIPS2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>Voxel Proposal Network via Multi-Frame Knowledge Distillation for Semantic Scene Completion</h2>
<p>Neural Information Processing Systems (<b>NeurIPS</b>), 2024.</p>
<p>Lubo Wang, <b>Di Lin (Co-first Author)</b>, Kairui Yang, Ruonan Liu, Qing Guo, Wuyuan Xie, Miaohui Wang, Lingyu Liang, Yi Wang, Ping Li.</p>
<div class="bt_bot">
<div class="btns">
<a href="papers/VPNet_NIPS2024.pdf" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com/TJU-IDVLab/VPNet" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/Sim2Real_NIPS2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>Sim2Real-Fire: A Multi-modal Simulation Dataset for Forecast and Backtracking of Real-world Forest Fire</h2>
<p>Neural Information Processing Systems (<b>NeurIPS</b>), 2024.</p>
<p>Yanzhi Li, Keqiu Li, Guohui Li, Zumin Wang, Chanqing Ji, Lubo Wang, Die Zuo, Qing Guo, Feng Zhang, Manyu Wang, <b>Di Lin (Corresponding Author)</b>.</p>
<div class="bt_bot">
<div class="btns">
<a href="papers/Sim2Real_NIPS2024.pdf" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com/TJU-IDVLab/Sim2Real-Fire" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/carvenet_tmm2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>CarveNet: Carving Point-Block for Complex 3D Shape Completion</h2>
<p>IEEE Transactions on Multimedia (<b>TMM</b>), 2024.</p>
<p>Qing Guo, Zhijie Wang, Lubo Wang, Haotian Dong, Felix Juefei-Xu, <b>Di Lin (Corresponding Author)</b>, Lei Ma, Wei Feng, Yang Liu.</p>
<div class="bt_bot">
<div class="btns">
<a href="papers/CarveNet_TMM2024.pdf" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/PGNet_tmm2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>Accurate-PGNet: Learning to Assemble Perceptual Body Parts for Accurate Human Skeleton Establishment</h2>
<p>IEEE Transactions on Multimedia (<b>TMM</b>), 2024.</p>
<p>Renjie Zhang, <b>Di Lin (Co-first Author)</b>, Xin Wang, George Baciu, C. L. Philip Chen, Ping Li.</p>
<div class="bt_bot">
<div class="btns">
<a href="" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/CDGNN_TII2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>Causal Disentangled Graph Neural Network for Fault Diagnosis of Complex Industrial Process</h2>
<p>IEEE Transactions on Industrial Informatics (<b>TII</b>), 2024.</p>
<p>Ruonan Liu, Quanhu Zhang, <b>Di Lin (Corresponding Author)</b>, Weidong Zhang, Steven X. Ding.</p>
<div class="bt_bot">
<div class="btns">
<a href="" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/AnoWGAN_IoTJ2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>Intelligent Bearing Anomaly Detection for Industrial Internet of Things based on Auto-encoder Wasserstein Generative Adversarial Network</h2>
<p>IEEE Internet of Things Journal (<b>IoTJ</b>), 2024.</p>
<p>Ruonan Liu, Dong Xiao, <b>Di Lin (Corresponding Author)</b>, Weidong Zhang.</p>
<div class="bt_bot">
<div class="btns">
<a href="" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/IGCLGNN_RESS2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>Information-based Gradient Enhanced Causal Learning Graph Neural Network for Fault Diagnosis of Complex Industrial Processes</h2>
<p>Reliability Engineering & System Safety (<b>RESS</b>), 2024.</p>
<p>Ruonan Liu, Yunfei Xie, <b>Di Lin (Corresponding Author)</b>, Weidong Zhang, Steven X.Ding.</p>
<div class="bt_bot">
<div class="btns">
<a href="" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/CIGNN_RESS2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>Causal Intervention Graph Neural Network based Fault Diagnosis for Complex Industrial Processes</h2>
<p>Reliability Engineering & System Safety (<b>RESS</b>), 2024.</p>
<p>Ruonan Liu, Quanhu Zhang, <b>Di Lin (Corresponding Author)</b>, Weidong Zhang, Steven X.Ding.</p>
<div class="bt_bot">
<div class="btns">
<a href="" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/LRR_ICLR2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>LRR: Language-Driven Resamplable Continuous Representation against Adversarial Tracking Attacks</h2>
<p>International Conference on Learning Representations (<b>ICLR</b>), 2024.</p>
<p>Jianlang Chen, Xuhong Ren, Qing Guo, Felix Juefei-Xu, <b>Di Lin</b>, Wei Feng, Lei Ma, Jianjun Zhao.</p>
<div class="bt_bot">
<div class="btns">
<a href="" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/msLPCC_aaai2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>msLPCC: A Multimodal-driven Scalable Framework for Deep LiDAR Point Cloud Compression</h2>
<p>AAAI Conference on Artificial Intelligence (<b>AAAI</b>), 2024.</p>
<p>Miaohui Wang, Runnan Huang, Hengjin Dong, <b>Di Lin</b>, Song Yun, Wuyuan Xie.</p>
<div class="bt_bot">
<div class="btns">
<a href="" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="listrow">
<div class="ka">
<img src="img/indexpics/scribble_ESWA2024.jpg" class="imgs" width="360px" >
<div class="rowboxs">
<div class="bt_top">2024</div>
<h2>Non-iterative Scribble-supervised Learning with Pacing Pseudo-masks for Medical Image Segmentation</h2>
<p>Expert Systems with Applications, 2024.</p>
<p>Zefan Yang, <b>Di Lin</b>, Dong Ni, Yi Wang.</p>
<div class="bt_bot">
<div class="btns">
<a href="scribble_ESWA2024.pdf" target="_blank"><div class="btnrow">
<h6>PDF</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
<a href="https://github.com" target="_blank"><div class="btnrow">
<h6>Code</h6>
<img src="img/homeicon1.png" width="6" >
</div></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
var initTopPosition= $('#pub_nav').offset().top;
var initLeftPosition= $('#pub_nav').offset().left;
$(window).scroll(function(){
if($(window).scrollLeft() <= 0 && $(window).scrollTop() <= 0)
if($(window).scrollTop() > initTopPosition)
$('#pub_nav').css({'position':'fixed','top':'0px','margin-right':'0px'});
else
$('#pub_nav').css({'position':'absolute','top':initTopPosition+'px'});
else
$('#pub_nav').css({'position':'relative','top':$(window).scrollTop()+'px','float':'left'});
});
</script>
<script>
$('#bt_2024').css({'opacity':'1.0'});
$('#bt_2023').css({'opacity':'0.3'});
$('#bt_2022').css({'opacity':'0.3'});
$('#bt_2021').css({'opacity':'0.3'});
$('#bt_2020').css({'opacity':'0.3'});
$('#bt_2019').css({'opacity':'0.3'});
$('#bt_2018').css({'opacity':'0.3'});
$('#bt_2017').css({'opacity':'0.3'});
$('#bt_before').css({'opacity':'0.3'});
paperlist=document.getElementById('paper_list');
</script>
</body>
</html>