paper-with-me

홈 › Papers

SDSTrack: Self-Distillation Symmetric Adapter Learning for Multi-Modal Visual Object Tracking

2024-03-24 · CVPR 2024 1 · Xiaojun Hou, Jiazheng Xing, Yijie Qian, Yaowei Guo, Shuo Xin, JunHao Chen, Kai Tang, Mengmeng Wang, Zhengkai Jiang, Liang Liu, Yong liu

Multimodal Visual Object Tracking (VOT) has recently gained significant attention due to its robustness. Early research focused on fully fine-tuning RGB-based trackers, which was inefficient and lacked generalized representation due to the scarcity of multimodal data. Therefore, recent studies have utilized prompt tuning to transfer pre-trained RGB-based trackers to multimodal data. However, the modality gap limits pre-trained knowledge recall, and the dominance of the RGB modality persists, preventing the full utilization of information from other modalities. To address these issues, we propose a novel symmetric multimodal tracking framework called SDSTrack. We introduce lightweight adaptation for efficient fine-tuning, which directly transfers the feature extraction ability from RGB to other domains with a small number of trainable parameters and integrates multimodal features in a balanced, symmetric manner. Furthermore, we design a complementary masked patch distillation strategy to enhance the robustness of trackers in complex environments, such as extreme weather, poor imaging, and sensor failure. Extensive experiments demonstrate that SDSTrack outperforms state-of-the-art methods in various multimodal tracking scenarios, including RGB+Depth, RGB+Thermal, and RGB+Event tracking, and exhibits impressive results in extreme conditions. Our source code is available at https://github.com/hoqolo/SDSTrack.

📄 PDF Abstract BibTeX arXiv:2403.16002

Code (1)

hoqolo/sdstrack 공식 구현 pytorch

Tasks

Object TrackingRgb-T TrackingVisual Object Tracking

Similar Papers 제목 키워드 기반

Context Distillation as Latent Memory Management

2026-05-27 · Ziyang Zheng, Zeju Li, Xiangyu Wen, Jianyuan Zhong 외 arxiv

Context distillation compresses contextual information into model parameters, yet existing methods often ignore how multiple distilled latent memories should be stored, retrieved, and safely activated in non-oracle setti…

CoMAD: A Multiple-Teacher Self-Supervised Distillation Framework

2025-08-06 · Sriram Mandalika, Lalitha V arxiv

Numerous self-supervised learning paradigms, such as contrastive learning and masked image modeling, learn powerful representations from unlabeled data but are typically pretrained in isolation, overlooking complementary…

Self-Supervised LearningContrastive Learning

Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning

2025-06-26 · Remco F. Leijenaar, Hamidreza Kasaei

Learning semantically meaningful representations from unstructured 3D point clouds remains a central challenge in computer vision, especially in the absence of large-scale labeled datasets. While masked point modeling (M…

3D Point Cloud ClassificationRepresentation Learning

AdapterDistillation: Non-Destructive Task Composition with Knowledge Distillation

2023-12-26 · Junjie Wang, Yicheng Chen, Wangshu Zhang, Sen Hu 외

Leveraging knowledge from multiple tasks through introducing a small number of task specific parameters into each transformer layer, also known as adapters, receives much attention recently. However, adding an extra fusi…

Knowledge DistillationRetrieval

GATES: Self-Distillation under Privileged Context with Consensus Gating

2026-02-24 · Alex Stein, Furong Huang, Tom Goldstein arxiv

We study self-distillation in settings where supervision is unreliable: there are no ground truth labels, verifiable rewards, or external graders to evaluate answers. We focus on document-grounded question answering with…

Question Answering