Skip to content

Commit e5d2478

Browse files
authored
Update publications.js
1 parent e4785e7 commit e5d2478

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

contents/publications.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
// },
88

99
publications = [
10+
{
11+
'title': 'Yidan Wang, Chenyi Zhuang, Wutao Liu, Pan Gao, Nicu Sebe. 2025. "AlignCAT: Visual-Linguistic Alignment of Category and Attributefor Weakly Supervised Visual Grounding," in ACM MM',
12+
'year':2025,
13+
'paperlink':'https://arxiv.org/abs/2508.03201',
14+
'arxivlink': 'https://arxiv.org/abs/2508.03201',
15+
'codelink':'https://github.com/I2-Multimedia-Lab/AlignCAT',
16+
},
17+
{
18+
'title': 'Kanglin Qu, Pan Gao, Qun Dai, Yuanhao Sun. 2025. "HydraMamba: Multi-Head State Space Model for Global Point Cloud Learning," in ACM MM',
19+
'year':2025,
20+
'paperlink':'https://arxiv.org/abs/2507.19778',
21+
'arxivlink': 'https://arxiv.org/abs/2507.19778',
22+
'codelink':'https://github.com/Point-Cloud-Learning/HydraMamba',
23+
},
1024
{
1125
'title': 'Yao Yuan, Pan Gao, Qun Dai, Jie Qin, Wei Xiang. 2025. "Uncertainty Guided Refinement for Fine-Grained Salient Object Detection," in IEEE Trans Image Processing',
1226
'year':2025,
@@ -273,3 +287,4 @@ publications = [
273287
'codelink':'',
274288
},
275289
]
290+

0 commit comments

Comments
 (0)