PointTFA: Training-Free Clustering Adaption for Large 3D Point Cloud Models
Abstract
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.
Cite
Text
Wu et al. "PointTFA: Training-Free Clustering Adaption for Large 3D Point Cloud Models." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/159Markdown
[Wu et al. "PointTFA: Training-Free Clustering Adaption for Large 3D Point Cloud Models." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wu2024ijcai-pointtfa/) doi:10.24963/ijcai.2024/159BibTeX
@inproceedings{wu2024ijcai-pointtfa,
title = {{PointTFA: Training-Free Clustering Adaption for Large 3D Point Cloud Models}},
author = {Wu, Jinmeng and Cao, Chong and Zhang, Hao and Fernando, Basura and Hao, Yanbin and Hong, Hanyu},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {1434-1442},
doi = {10.24963/ijcai.2024/159},
url = {https://mlanthology.org/ijcai/2024/wu2024ijcai-pointtfa/}
}