-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublication.js
448 lines (418 loc) · 18.6 KB
/
publication.js
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
const publicationData = [
{
"link": "https://openreview.net/forum?id=noidywkBba",
"title": "SmartCLIP: Modular Vision-language Alignment with Identification Guarantees",
"authors": "Shaoan Xie, Lingjing Kong, Yujia Zheng, Yu Yao, Zeyu Tang, Eric P. Xing, Guangyi Chen, Kun Zhang",
"publisher": "CVPR",
"year": "2025",
"bib": `@inproceedings{xie2025smartclip, \
title={SmartCLIP: Modular Vision-language Alignment with Identification Guarantees},\
author={Xie, Shaoan and Kong, Lingjing and Zheng, Yujia and Yao, Yu and Tang, Zeyu and Xing, Eric P. and Chen, Guangyi and Zhang, Kun}, \
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, \
year={2025}\
}`,
"code": null,
"project": null
},
{
"link": "https://openreview.net/forum?id=noidywkBba",
"title": "Chain-of-Focus Prompting: Leveraging Sequential Visual Cues to Prompt Large Autoregressive Vision Models",
"authors": "J Zheng, J Shen, Y Yao, M Wang, Y Yang, D Wang, T Liu",
"publisher": "ICLR",
"year": "2025",
"bib": `@inproceedings{zheng2025chain,\
title={Chain-of-Focus Prompting: Leveraging Sequential Visual Cues to Prompt Large Autoregressive Vision Models},\
author={Zheng, Jiyang and Shen, Jialiang and Yao, Yu and Wang, Min and Yang, Yang and Wang, Dadong and Liu, Tongliang},\
booktitle={The Thirteenth International Conference on Learning Representations},\
year={2025}\
}`,
"code": null,
"project": null
},
{
"link": "https://openreview.net/forum?id=Q0s6kgrUMr",
"title": "A Robust Method to Discover Causal or Anticausal Relation by Noise Injection",
"authors": "Y Yao, Y Zhou, M Gong, K Zhang, T Liu",
"publisher": "ICLR",
"year": "2025",
"bib": `@inproceedings{yao2025Robust,\
title={A Robust Method to Discover Causal or Anticausal Relation by Noise Injection},\
author={Yao, Yu and Zhou, Yang and Gong, Mingming and Zhang, Kun and Liu, Tongliang},\
booktitle={The Thirteenth International Conference on Learning Representations},\
year={2025}\
}`,
"code": null,
"project": null
},
{
"link": "https://arxiv.org/abs/2501.07834",
"title": "Flow: A Modular Approach to Automated Agentic Workflow Generation",
"authors": "B Niu, Y Song, K Lian, Y Shen, Y Yao, K Zhang, T Liu",
"publisher": "ICLR",
"year": "2025",
"bib": `@inproceedings{Niu2025Flow,\
title={Flow: A Modular Approach to Automated Agentic Workflow Generation},\
author={Niu, Boye and Song, Yiliao and Lian, Kai and Shen, Yifan and Yao, Yu and Zhang, Kun and Liu, Tongliang},\
booktitle={The Thirteenth International Conference on Learning Representations},\
year={2025}\
}`,
"code": null,
"project": null
},
{
"link": "https://openreview.net/forum?id=gqbbL7k8BF",
"title": "A Conditional Independence Test in the Presence of Discretization",
"authors": "B Sun, Y Yao, H Hao, Y Qiu, K Zhang",
"publisher": "ICLR",
"year": "2025",
"bib": `@inproceedings{sun2024conditional,\
title={A Conditional Independence Test in the Presence of Discretization},\
author={Sun, Boyang and Yao, Yu and Hao, Huangyuan and Qiu, Yumou and Zhang, Kun},\
booktitle={The Thirteenth International Conference on Learning Representations},\
year={2025}\
}`,
"code": null,
"project": null
},
{
link: "https://openreview.net/forum?id=kREpCQtHdN",
title: "Identifying Latent State-Transition Processes for Individualized Reinforcement Learning",
authors: "Y Sun, B Huang, Y Yao, D Zeng, X Dong, S Jin, B Sun, R Legaspi, K Ikeda, P Spirtes, K Zhang",
publisher: "NeurIPS",
year: "2024",
bib: `@inproceedings{sunidentifying, \
title={Identifying Latent State Transition Processes for Individualized Reinforcement Learning},\
author={Sun, Yuewen and Huang, Biwei and Yao, Yu and Zeng, Donghuo and Dong, Xinshuai and Legaspi, Roberto and Ikeda, Kazushi and Spirtes, Peter and Zhang, Kun}\
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},\
year={2024}\
}`,
code: null,
project: null
},
{
link: "https://openreview.net/forum?id=nJKfNiEBvq&referrer=%5Bthe%20profile%20of%20",
title: "Learning the Latent Causal Structure for Modeling Label Noise",
authors: "Y Lin, Y Yao, T Liu",
publisher: "NeurIPS",
year: "2024",
bib: `@inproceedings{linlearning,\
title={Learning the Latent Causal Structure for Modeling Label Noise},\
author={Lin, Yexiong and Yao, Yu and Liu, Tongliang},\
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},\
year={2024}\
}`,
code: null,
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&sortby=pubdate&citation_for_view=OkcaMKAAAAAJ:dhFuZR0502QC",
title: "Enhancing contrastive learning for ordinal regression via ordinal content preserved data augmentation",
authors: "J Zheng, Y Yao, B Han, D Wang, T Liu",
publisher: "ICLR",
year: "2024",
bib: `@inproceedings{zheng2024enhancing,\
title={Enhancing contrastive learning for ordinal regression via ordinal content preserved data augmentation},\
author={Zheng, Jiyang and Yao, Yu and Han, Bo and Wang, Dadong and Liu, Tongliang},\
booktitle={The Twelfth International Conference on Learning Representations},\
year={2024}\
}`,
code: null,
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&sortby=pubdate&citation_for_view=OkcaMKAAAAAJ:QIV2ME_5wuYC",
title: "Improving Non-Transferable Representation Learning by Harnessing Content and Style",
authors: "Z Hong, Z Wang, L Shen, Y Yao, Z Huang, S Chen, C Yang, M Gong, T Liu",
publisher: "ICLR",
year: "2024",
bib: `@inproceedings{hong2024improving,\
title={Improving non-transferable representation learning by harnessing content and style},\
author={Hong, Ziming and Wang, Zhenyi and Shen, Li and Yao, Yu and Huang, Zhuo and Chen, Shiming and Yang, Chuanwu and Gong, Mingming and Liu, Tongliang},\
booktitle={The Twelfth International Conference on Learning Representations},\
year={2024}\
}`,
code: null,
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&sortby=pubdate&citation_for_view=OkcaMKAAAAAJ:4DMP91E08xMC",
title: "CS-Isolate: Extracting Hard Confident Examples by Content and Style Isolation",
authors: "Y Lin, Y Yao, X Shi, M Gong, X Shen, D Xu, T Liu",
publisher: "NeurIPS",
year: "2023",
bib: `@inproceedings{lin2023cs,\
title={CS-Isolate: Extracting Hard Confident Examples by Content and Style Isolation},\
author={Lin, Yexiong and Yao, Yu and Shi, Xiaolong and Gong, Mingming and Shen, Xu and Xu, Dong and Liu, Tongliang},\
booktitle={Thirty-seventh Conference on Neural Information Processing Systems},\
year={2023}\
}`,
code: "https://github.com/tmllab/2023_NeurIPS_CS-isolate",
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&sortby=pubdate&citation_for_view=OkcaMKAAAAAJ:4DMP91E08xMC",
title: "PNT-Edge: Towards Robust Edge Detection with Noisy Labels by Learning Pixel-level Noise Transitions",
authors: "W Xuan, S Zhao, Y Yao, J Liu, T Liu, Y Chen, B Du, D Tao",
publisher: "ACMMM",
year: "2023",
bib: `@inproceedings{xuan2023pnt,\
title={PNT-Edge: Towards robust edge detection with noisy labels by learning pixel-level noise transitions},\
author={Xuan, Wenjie and Zhao, Shanshan and Yao, Yu and Liu, Juhua and Liu, Tongliang and Chen, Yixin and Du, Bo and Tao, Dacheng},\
booktitle={Proceedings of the 31st ACM International Conference on Multimedia},\
pages={1924--1932},\
year={2023}\
}`,
code: "https://github.com/dreamxfar/pnt-edge",
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&citation_for_view=OkcaMKAAAAAJ:Wp0gIr-vW9MC",
title: "Which is Better for Learning with Noisy Labels: The Semi-supervised Method or Modeling Label Noise?",
authors: "Y Yao, M Gong, Y Du, J Yu, B Han, K Zhang, T Liu",
publisher: "ICML",
year: "2023",
bib: `@inproceedings{yao2023better,\
title={Which is better for learning with noisy labels: the semi-supervised method or modeling label noise?},\
author={Yao, Yu and Gong, Mingming and Du, Yuxuan and Yu, Jun and Han, Bo and Zhang, Kun and Liu, Tongliang},\
booktitle={International Conference on Machine Learning},\
pages={39660--39673},\
year={2023},\
organization={PMLR}\
}`,
code: "https://github.com/tmllab/2023_ICML_Which-is-Better-for-Learning-with-Noisy-Labels",
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&citation_for_view=OkcaMKAAAAAJ:KlAtU1dfN6UC",
title: "StarmapVis: An Interactive and Narrative Visualisation Tool for Single-Cell and Spatial Data",
authors: "S Ma, X Fang, Y Yao, J Li, DC Morgan, Y Xia, CSM Kwok, MCK Lo, DMD Siu, KK Tsia, A Yang, JWK Ho",
publisher: "Computational and Structural Biotechnology Journal",
year: "2023",
bib: `@article{ma2023starmapvis,\
title={StarmapVis: An interactive and narrative visualisation tool for single-cell and spatial data},\
author={Ma, Shichao and Fang, Xiunan and Yao, Yu and Li, Jianfu and Morgan, Daniel C and Xia, Yongyan and Kwok, Crystal SM and Lo, Michelle CK and Siu, Dickson MD and Tsia, Kevin K and others},\
journal={Computational and Structural Biotechnology Journal},\
volume={21},\
pages={1598--1605},\
year={2023},\
publisher={Elsevier}\
}`,
code: "https://github.com/holab-hku/starmapVis",
project: "https://holab-hku.github.io/starmapVis"
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&citation_for_view=OkcaMKAAAAAJ:YOwf2qJgpHMC",
title: "ProtoSimi: Label Correction for Fine-Grained Visual Categorization",
authors: "J Shen, Y Yao, S Huang, Z Wang, R Wang, J Yu, T Liu",
publisher: "Machine Learning",
year: "2023",
bib: `@article{shen2023protosimi,\
title={ProtoSimi: label correction for fine-grained visual categorization},\
author={Shen, Jialiang and Yao, Yu and Huang, Shaoli and Wang, Zhiyong and Zhang, Jing and Wang, Ruxing and Yu, Jun and Liu, Tongliang},\
journal={Machine Learning},\
pages={1--18},\
year={2023},\
publisher={Springer}\
}`,
code: null,
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&sortby=pubdate&citation_for_view=OkcaMKAAAAAJ:roLk4NBRz8UC",
title: "Rethinking Class-Prior Estimation for Positive-Unlabeled Learning",
authors: "Y Yao, T Liu, B Han, M Gong, G Niu, M Sugiyama, D Tao",
publisher: "ICLR",
year: "2022",
bib: `@article{yao2020rethinking,\
title={Rethinking class-prior estimation for positive-unlabeled learning},\
author={Yao, Yu and Liu, Tongliang and Han, Bo and Gong, Mingming and Niu, Gang and Sugiyama, Masashi and Tao, Dacheng},\
journal={arXiv preprint arXiv:2002.03673},\
year={2020}\
}`,
code: "https://github.com/tmllab/2022_ICLR_Rethinking-Class-Prior-Estimation-for-Positive-Unlabeled-Learning",
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&sortby=pubdate&citation_for_view=OkcaMKAAAAAJ:YsMSGLbcyi4C",
title: "Understanding How Pretraining Regularizes Deep Learning Algorithms",
authors: "Y Yao, B Yu, C Gong, T Liu",
publisher: "TNNLS",
year: "2021",
bib: `@article{yao2021understanding,\
title={Understanding how pretraining regularizes deep learning algorithms},\
author={Yao, Yu and Yu, Baosheng and Gong, Chen and Liu, Tongliang},\
journal={IEEE Transactions on Neural Networks and Learning Systems},\
year={2021},\
publisher={IEEE}\
}`,
code: null,
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&sortby=pubdate&citation_for_view=OkcaMKAAAAAJ:hqOjcs7Dif8C",
title: "Instance-Dependent Label-Noise Learning under a Structural Causal Model",
authors: "Y Yao, T Liu, M Gong, B Han, G Niu, K Zhang",
publisher: "NeurIPS",
year: "2021",
bib: `@article{yao2021instance,\
title={Instance-dependent label-noise learning under a structural causal model},\
author={Yao, Yu and Liu, Tongliang and Gong, Mingming and Han, Bo and Niu, Gang and Zhang, Kun},\
journal={Advances in Neural Information Processing Systems},\
volume={34},\
pages={4409--4420},\
year={2021}\
}`,
code: "https://github.com/tmllab/2021_NeurIPS_Instance-dependent-Label-noise-Learning-under-a-Structural-Causal-Model",
project: null
},
{
link: "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OkcaMKAAAAAJ&citation_for_view=OkcaMKAAAAAJ:4TOpqqG69KYC",
title: "Dual T: Reducing Estimation Error for Transition Matrix in Label-Noise Learning",
authors: "Y Yao, T Liu, B Han, M Gong, J Deng, G Niu, M Sugiyama",
publisher: "NeurIPS",
year: "2020",
bib: `@article{yao2020dual,\
title={Dual t: Reducing estimation error for transition matrix in label-noise learning},\
author={Yao, Yu and Liu, Tongliang and Han, Bo and Gong, Mingming and Deng, Jiankang and Niu, Gang and Sugiyama, Masashi},\
journal={Advances in neural information processing systems},\
volume={33},\
pages={7260--7271},\
year={2020}\
}`,
code: "https://github.com/tmllab/2020_NeurIPS_dual-t-reducing-estimation-error-for-transition-matrix-in-label-noise-learning",
project: null
}
];
function createPubTable() {
// const wrapper = document.createElement('div');
// wrapper
const table = document.createElement('table');
const tbody = document.createElement('tbody');
table.appendChild(tbody);
let index = 1;
publicationData.forEach(item => {
addPublication(table,
item.link,
item.title,
item.authors,
item.publisher,
item.year,
item.bib,
item.code,
item.project,
index++
);
});
document.addEventListener("DOMContentLoaded", function (e) {
document.getElementById('pubWrapper').appendChild(table);
});
return table;
}
function addPublication(table, link, title, authors, publisher, year, bib, code, project, idx) {
const row = document.createElement('tr');
table.tBodies[0].appendChild(row);
// Create a cell for the index
const indexCell = document.createElement('td');
indexCell.className = "index_column";
const indexText = document.createTextNode(`${idx}. `);
indexCell.appendChild(indexText); // Append the index text node to the cell
row.appendChild(indexCell); // Append the index cell to the row
// Create a main cell for the rest of the data
const mainCell = document.createElement('td');
mainCell.className = "left_rows";
row.appendChild(mainCell);
const a = document.createElement('a');
a.href = link;
a.target = '_blank';
a.textContent = title;
a.className = "hyperlink";
mainCell.appendChild(a); // Append the title link to the main cell
// Authors information
const authorsDiv = document.createElement('div');
authors = authors.replace("Y Yao", '<b>Y Yao</b>');
authorsDiv.innerHTML = authors;
mainCell.appendChild(authorsDiv);
// Publisher information
const pubDiv = document.createElement('div');
pubDiv.className = "publisher";
if (bib!="online soon"){
publisher += `<span class="extralink"> [<a href="#" onclick="copyBibToClipboard('${bib}', event)">bib</a>]`;
}
if (code != null) {
publisher += ` [<a href="${code}" target="_blank">Code</a>]`;
if (project != null) {
publisher += ` [<a href="${project}" target="_blank">Project</a>]`;
}
}
publisher += "</span>";
pubDiv.innerHTML = publisher;
mainCell.appendChild(pubDiv);
// Year cell
const yearDiv = document.createElement('td');
yearDiv.className = "table_year";
yearDiv.innerHTML = year;
row.appendChild(yearDiv);
}
// function addPublication(table, link, title, authors, publisher, year, bib, code, project, idx) {
// const row = document.createElement('tr');
// table.tBodies[0].appendChild(row);
// const cell = document.createElement('td');
// cell.className = "left_rows"
// row.appendChild(cell);
// const a = document.createElement('a');
// a.href = link;
// a.target = '_blank';
// a.textContent = title;
// a.className = "hyperlink";
// // cell.appendChild(a);
// const authorsDiv = document.createElement('div');
// authors = authors.replace("Y Yao", '<b>Y Yao</b>');
// authorsDiv.innerHTML = authors;
// const pubDiv = document.createElement('div');
// pubDiv.className = "publisher";
// publisher = publisher + `<span class=extralink> [<a href="#" onclick="copyBibToClipboard('${bib}', event)">bib</a>]`;
// if (code != null) {
// publisher = publisher + ' [<a href=' + code + ' target="_blank">Code</a>]';
// if (project != null) {
// publisher = publisher + ' [<a href=' + project + ' target="_blank">Project</a>]';
// }
// }
// publisher = publisher + "</span>";
// pubDiv.innerHTML = publisher;
// const indexText = document.createTextNode(`${idx}. `);
// cell.appendChild(indexText); // Append the index text node to the cell
// cell.appendChild(a);
// cell.appendChild(authorsDiv);
// cell.appendChild(pubDiv);
// const yearDiv = document.createElement('td');
// yearDiv.className = "table_year";
// yearDiv.innerHTML = year;
// row.appendChild(yearDiv);
// }
createPubTable();
function copyBibToClipboard(bibText, event) {
event.preventDefault();
navigator.clipboard.writeText(bibText).then(() => {
// Show the modal
var modal = document.getElementById('myModal');
modal.style.visibility = "visible";
// Hide the modal after 3 seconds
setTimeout(() => {
modal.style.visibility = "hidden";
}, 3000);
}).catch((err) => {
// Handle any errors that occur during the copy attempt.
console.error('Unable to copy text', err);
});
}
document.addEventListener('DOMContentLoaded', (event) => {
var span = document.getElementsByClassName("close")[0];
if (span) {
span.onclick = function () {
var modal = document.getElementById('myModal');
modal.style.visibility = "hidden";
};
} else {
console.error('The close button was not found.');
}
});