paper-with-me

Papers

Modality-Guided Dynamic Graph Fusion and Temporal Diffusion for Self-Supervised RGB-T Tracking

2025-05-06 · Shenglan Li, Rui Yao, Yong Zhou, Hancheng Zhu, Kunyang Sun, Bing Liu, Zhiwen Shao, Jiaqi Zhao

To reduce the reliance on large-scale annotations, self-supervised RGB-T tracking approaches have garnered significant attention. However, the omission of the object region by erroneous pseudo-label or the introduction of background noise affects the efficiency of modality fusion, while pseudo-label noise triggered by similar object noise can further affect the tracking performance. In this paper, we propose GDSTrack, a novel approach that introduces dynamic graph fusion and temporal diffusion to address the above challenges in self-supervised RGB-T tracking. GDSTrack dynamically fuses the modalities of neighboring frames, treats them as distractor noise, and leverages the denoising capability of a generative model. Specifically, by constructing an adjacency matrix via an Adjacency Matrix Generator (AMG), the proposed Modality-guided Dynamic Graph Fusion (MDGF) module uses a dynamic adjacency matrix to guide graph attention, focusing on and fusing the object's coherent regions. Temporal Graph-Informed Diffusion (TGID) models MDGF features from neighboring frames as interference, and thus improving robustness against similar-object noise. Extensive experiments conducted on four public RGB-T tracking datasets demonstrate that GDSTrack outperforms the existing state-of-the-art methods. The source code is available at https://github.com/LiShenglana/GDSTrack.

📄 PDF Abstract BibTeX arXiv:2505.03507

Code (1)

lishenglana/gdstrack 공식 구현 pytorch

Tasks

DenoisingGraph AttentionPseudo LabelRgb-T Tracking

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Spiking Neural Networks with Temporal Attention-Guided Adaptive Fusion for imbalanced Multi-modal Learning

2025-05-20 · Jiangrong Shen, Yulin Xie, Qi Xu, Gang Pan 외

Multimodal spiking neural networks (SNNs) hold significant potential for energy-efficient sensory processing but face critical challenges in modality imbalance and temporal misalignment. Current approaches suffer from un…

Semantic-Guided Multimodal Sentiment Decoding with Adversarial Temporal-Invariant Learning

2024-08-30 · Guoyang Xu, Junqi Xue, Yuxin Liu, ZiRui Wang 외

Multimodal sentiment analysis aims to learn representations from different modalities to identify human emotions. However, existing works often neglect the frame-level redundancy inherent in continuous time series, resul…

Multimodal Sentiment AnalysisSentiment AnalysisTime Series

Hybrid Hypergraph Networks for Multimodal Sequence Data Classification

2025-07-30 · Feng Xu, Hui Wang, Yuting Huang, Danwei Zhang 외 arxiv

Modeling temporal multimodal data poses significant challenges in classification tasks, particularly in capturing long-range temporal dependencies and intricate cross-modal interactions. Audiovisual data, as a representa…

Complementarity-driven Representation Learning for Multi-modal Knowledge Graph Completion

2025-07-28 · Lijian Li arxiv

Multi-modal Knowledge Graph Completion (MMKGC) aims to uncover hidden world knowledge in multimodal knowledge graphs by leveraging both multimodal and structural entity information. However, the inherent imbalance in mul…

Knowledge Graph CompletionRepresentation LearningKnowledge Graphs

Adaptive Context Matters: Towards Provable Multi-Modality Guidance for Super-Resolution

2026-05-11 · Jinyi Luo, Minghao Liu, Yifan Li, Zejia Fan 외 arxiv

Super-resolution (SR) is a severely ill-posed problem with inherent ambiguity, as widely recognized in both empirical and theoretical studies. Although recent semantic-guided and multi-modal SR methods exploit large mode…