REVIEW 2 major objections 1 minor 56 references
SFDATrack: Generalized Source-Free Domain Adaptive Tracking Under Adverse Weather Conditions
T0 review · 2 major / 1 minor · reviewed 2026-07-02 · grok-4.3
Pith's one-line read SFDATrack adapts visual tracking to adverse weather using only target-domain samples by projecting tokens to multi-domain prototypes.
desk verdict SFDATrack pushes source-free tracking under weather shift with mean-teacher plus new DIM blocks and HPP, but the distillation step from a source-pretrained teacher looks like the unsupported link. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The hyperspherical prototype projection (HPP) module, which maps distilled tokens onto multi-domain prototypes in latent hyperspherical space while enforcing both domain-specific and domain-invariant properties.
What would settle it
Evaluating SFDATrack on standard adverse-weather tracking benchmarks and finding that accuracy drops below source-dependent baselines when the hyperspherical prototype projection step is removed.
Extended reading notes
Core claim
SFDATrack first employs a mean-teacher backbone with Dual Interactive Mamba blocks to distill candidate target tokens resilient to weather variations from classified, augmented samples. Afterwards, it introduces a hyperspherical prototype projection module to project these tokens onto multi-domain prototypes within a latent hyperspherical space. By enforcing both domain-specific and domain-invariant properties of the multi-domain prototypes, SFDATrack can be seamlessly adapted to diverse weather conditions with powerful generalizability.
Load-bearing premise
The mean-teacher backbone with Dual Interactive Mamba blocks can distill candidate target tokens that are resilient to weather variations from classified, augmented samples without any source domain data.
Editorial extensions
If this is right
- The tracker achieves superior performance compared to state-of-the-art approaches on various benchmarks.
- Adaptation occurs seamlessly across diverse weather conditions while retaining strong generalizability.
- Robust tracking is possible without access to any source-domain video frames.
- Only adverse-weather samples from the target domain are required for the adaptation process.
Reading between the lines
- The same token-distillation and prototype-enforcement steps could support tracking under other uncontrolled shifts such as lighting or sensor changes.
- Removing the need for source data may lower privacy and storage barriers when deploying trackers in new locations.
- A controlled test could measure whether performance remains high when the number of available target-domain samples is reduced.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes SFDATrack, a generalized source-free domain adaptive visual object tracker for adverse weather conditions that uses only adverse weather samples from the target domain. It first applies a mean-teacher backbone incorporating Dual Interactive Mamba (DIM) blocks to distill candidate target tokens resilient to weather variations from classified and augmented samples; these tokens are then projected via a hyperspherical prototype projection (HPP) module onto multi-domain prototypes in a latent hyperspherical space, where both domain-specific and domain-invariant properties are enforced to enable adaptation and generalizability across weather conditions. The abstract asserts that extensive experiments on various benchmarks show superior performance relative to state-of-the-art methods, with code released at a GitHub repository.
Significance. If the central claims hold, the work would represent a meaningful advance in source-free domain adaptation for visual tracking by removing the need for source-domain video data, which is often unavailable due to privacy or storage constraints. The reproducibility strength of releasing code is explicitly noted and supports potential verification and follow-on research in practical adverse-weather tracking scenarios.
major comments (2)
- [Abstract] Abstract (second paragraph): The load-bearing claim that the mean-teacher backbone with DIM blocks can distill weather-resilient candidate target tokens solely from classified, augmented target adverse-weather samples is unsupported by any description of pseudo-label generation, teacher initialization handling, or failure-mode analysis; without such a mechanism the source-pretrained features may degrade under unseen conditions, undermining the subsequent HPP module and the overall generalizability assertion.
- [Abstract] Abstract (second paragraph): The HPP module is described as enforcing domain-specific and domain-invariant properties on multi-domain prototypes to achieve seamless adaptation, but this step presupposes that the input tokens from the DIM distillation are already resilient; the abstract supplies no empirical check or ablation confirming that the distillation succeeds in the source-free regime, rendering the adaptation claim circular on this unverified precondition.
minor comments (1)
- [Abstract] Abstract: The phrase 'classified, augmented samples' is used without specifying the source of the classification labels or the augmentation strategy in a purely target-only, source-free setting.
Simulated Author's Rebuttal
We thank the referee for the constructive comments on the abstract. We agree that the current wording is too concise and does not adequately describe the source-free mechanisms. We will revise the abstract to include brief but explicit references to pseudo-label generation, teacher initialization, and supporting ablations, while preserving the overall length constraints.
read point-by-point responses
-
Referee: [Abstract] Abstract (second paragraph): The load-bearing claim that the mean-teacher backbone with DIM blocks can distill weather-resilient candidate target tokens solely from classified, augmented target adverse-weather samples is unsupported by any description of pseudo-label generation, teacher initialization handling, or failure-mode analysis; without such a mechanism the source-pretrained features may degrade under unseen conditions, undermining the subsequent HPP module and the overall generalizability assertion.
Authors: We acknowledge the concern. The abstract currently omits these operational details. In the revised manuscript we will expand the relevant sentence to state that the teacher is initialized from the source-pretrained weights, that pseudo-labels are generated via the teacher’s predictions on weakly augmented target frames, and that a simple consistency filter discards low-confidence tokens. A short failure-mode note will also be added. These clarifications will be supported by the existing algorithmic description and ablation studies in Sections 3.2 and 4.3. revision: yes
-
Referee: [Abstract] Abstract (second paragraph): The HPP module is described as enforcing domain-specific and domain-invariant properties on multi-domain prototypes to achieve seamless adaptation, but this step presupposes that the input tokens from the DIM distillation are already resilient; the abstract supplies no empirical check or ablation confirming that the distillation succeeds in the source-free regime, rendering the adaptation claim circular on this unverified precondition.
Authors: We agree that the abstract presents the two stages sequentially without an explicit cross-check. The revised abstract will insert a short clause noting that ablation studies (reported in the supplementary material and Section 4.4) confirm that DIM-distilled tokens retain higher weather robustness than the source-pretrained baseline before HPP projection. This removes the appearance of circularity while keeping the abstract self-contained. revision: yes
Circularity Check
No circularity: method pipeline is self-contained with external benchmark validation
full rationale
The provided abstract and description outline a standard source-free adaptation pipeline (mean-teacher + DIM distillation of tokens from target-augmented samples, followed by HPP projection enforcing domain-specific/invariant properties on prototypes). No equations, fitted parameters, or self-citations are shown that reduce any claimed prediction or result to its inputs by construction. Performance is asserted via external benchmarks rather than internal tautology. This matches the default expectation of no significant circularity.
Assumptions & free parameters
Cite this review
Pith. "Pith review of SFDATrack: Generalized Source-Free Domain Adaptive Tracking Under Adverse Weather Conditions." pith.science (2026). https://pith.science/paper/MRX6BX6E
@misc{pith2026260700369,
author = {Pith},
title = {Pith review of: SFDATrack: Generalized Source-Free Domain Adaptive Tracking Under Adverse Weather Conditions},
year = {2026},
howpublished = {\url{https://pith.science/paper/MRX6BX6E}},
note = {Machine review of arXiv:2607.00369}
}
read the original abstract
Domain adaptive visual object tracking under adverse weather conditions has garnered significant attention in recent years. Despite the impressive performance, existing methods heavily rely on the large-scale video frames from both source and target domains, which is impractical under rigid resource constraints where source data is unavailable. To overcome this limitation, we propose SFDATrack, a generalized source-free domain adaptive tracker that merely leverages adverse weather samples from the target domain for robust state estimation. Specifically, SFDATrack first employs a mean-teacher backbone with Dual Interactive Mamba (DIM) blocks to distill the candidate target tokens that are resilient to weather variations from classified, augmented samples. Afterwards, we introduce a hyperspherical prototype projection (HPP) module to project these tokens onto multi-domain prototypes within a latent hyperspherical space. By enforcing both domain-specific and domain-invariant properties of the multi-domain prototypes, SFDATrack can be seamlessly adapted to diverse weather conditions with powerful generalizability. Extensive experiments evaluated on various benchmarks demonstrate that SFDATrack achieves superior performance compared to state-of-the-art approaches. The code is available at https://github.com/watcherBR0/sfdatrack.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
- [1]
- [2]
- [3]
- [4]
-
[5]
Caron,M., Misra, I., Mairal,J., Goyal, P., Bojanowski, P., Joulin, A.: Unsupervised learning of visual features by contrasting cluster assignments. In: NeurIPS. pp. 9912–9924 (2020)
work page 2020
- [6]
-
[7]
Journal of Image and Graphics27(4), 1191–1203 (2022)
Chen, Z., Shi, F.: Double template fusion based siamese network for robust visual object tracking. Journal of Image and Graphics27(4), 1191–1203 (2022)
work page 2022
-
[8]
Chidlovskii, B., Clinchant, S., Csurka, G.: Domain adaptation in the absence of source domain data. In: ACM KDD. pp. 451–460 (2016)
work page 2016
Show all 56 references
-
[9]
In: CVPR
Cui,Y.,Jiang,C.,Wang,L.,Wu,G.:Mixformer:End-to-endtrackingwithiterative mixed attention. In: CVPR. pp. 13598–13608 (2022)
2022
-
[10]
In: NeurIPS
Cuturi, M.: Sinkhorn distances: Lightspeed computation of optimal transport. In: NeurIPS. pp. 2292–2300 (2013)
2013
-
[11]
In: ICLR (2021) 16 S
Dosovitskiy, A., Beyer, L., Kolesnikov, A., Weissenborn, D., Zhai, X., Unterthiner, T., Dehghani, M., Minderer, M., Heigold, G., Gelly, S., Uszkoreit, J., Houlsby, N.: An image is worth 16x16 words: Transformers for image recognition at scale. In: ICLR (2021) 16 S. Yao et al
2021
-
[12]
In: CVPR
Fan, H., Lin, L., Yang, F., Chu, P., Deng, G., Yu, S., Bai, H., Xu, Y., Liao, C., Ling, H.: Lasot: A high-quality benchmark for large-scale single object tracking. In: CVPR. pp. 5374–5383 (2019)
2019
-
[13]
In: IROS
Fu, C., Dong, H., Ye, J., Zheng, G., Li, S., Zhao, J.: Highlightnet: Highlighting low-light potential features for real-time UAV tracking. In: IROS. pp. 12146–12153 (2022)
2022
-
[14]
In: ICARM
Fu, C., Yao, L., Zuo, H., Zheng, G., Pan, J.: SAM-DA: UAV Tracks Anything at Night with SAM-Powered Domain Adaptation. In: ICARM. pp. 31–38 (2024)
2024
-
[15]
In: WACV
Gopal, G.Y., Amer, M.A.: Separable self and mixed attention transformers for efficient object tracking. In: WACV. pp. 6708–6717 (2024)
2024
-
[16]
arXiv preprint arXiv:2312.00752 (2023)
Gu, A., Dao, T.: Mamba: Linear-time sequence modeling with selective state spaces. arXiv preprint arXiv:2312.00752 (2023)
2023 arXiv
-
[17]
In: CVPR
Hatamizadeh, A., Kautz, J.: Mambavision: A hybrid mamba-transformer vision backbone. In: CVPR. pp. 25261–25270 (2025)
2025
-
[18]
In: CVPR
He, A., Luo, C., Tian, X., Zeng, W.: A twofold siamese network for real-time object tracking. In: CVPR. pp. 4834–4843 (2018)
2018
-
[19]
IEEE TPAMI43(5), 1562–1577 (2019)
Huang, L., Zhao, X., Huang, K.: Got-10k: A large high-diversity benchmark for generic object tracking in the wild. IEEE TPAMI43(5), 1562–1577 (2019)
2019
-
[20]
In: ICLR (2024)
Hwang, U., Lee, J., Shin, J., Yoon, S.: Sf(da)2: Source-free domain adaptation through the lens of data augmentation. In: ICLR (2024)
2024
-
[21]
In: CVPR
Kang, B., Zhao, J., Chen, X., Geng, W., Zhang, B., Zhang, L., Wang, D., Lu, H.: Uetrack: A unified and efficient framework for single object tracking. In: CVPR. pp. 20890–20901 (2026)
2026
-
[22]
In: ECCV
Khanh, T.L.B., Nguyen, H., Pham, L.H., Tran, D.N., Jeon, J.W.: Dynamic retraining-updating mean teacher for source-free object detection. In: ECCV. pp. 328–344 (2024)
2024
-
[23]
In: CVPR
Li, B., Wu, W., Wang, Q., Zhang, F., Xing, J., Yan, J.: Siamrpn++: Evolution of siamese visual tracking with very deep networks. In: CVPR. pp. 4282–4291 (2019)
2019
-
[24]
In: CVPR
Li, B., Yan, J., Wu, W., Zhu, Z., Hu, X.: High performance visual tracking with siamese region proposal network. In: CVPR. pp. 8971–8980 (2018)
2018
-
[25]
In: ICRA
Li, B., Fu, C., Ding, F., Ye, J., Lin, F.: Adtrack: Target-aware dual filter learning for real-time anti-dark UAV tracking. In: ICRA. pp. 496–502 (2021)
2021
-
[26]
IEEE TPAMI46(8), 5743–5762 (2024)
Li, J., Yu, Z., Du, Z., Zhu, L., Shen, H.T.: A comprehensive survey on source-free domain adaptation. IEEE TPAMI46(8), 5743–5762 (2024)
2024
-
[27]
In: AAAI
Li,S.,Yeung,D.:Visualobjecttrackingforunmannedaerialvehicles:Abenchmark and new motion models. In: AAAI. pp. 4140–4146 (2017)
2017
-
[28]
In: AAAI
Li, X., Zhong, B., Liang, Q., Li, G., Mo, Z., Song, S.: Mambalct: Boosting tracking via long-term context state space model. In: AAAI. pp. 4986–4994 (2025)
2025
-
[29]
In: ICML
Li, Y., Liu, M., Wu, Y., Wang, X., Yang, X., Li, S.: Learning adaptive and view- invariant vision transformer for real-time uav tracking. In: ICML. pp. 28403–28420 (2024)
2024
-
[30]
In: ICML
Liang, J., Hu, D., Feng, J.: Do we really need to access the source data? source hypothesis transfer for unsupervised domain adaptation. In: ICML. pp. 6028–6039 (2020)
2020
-
[31]
In: CVPR
Liu, X., Zhou, L., Zhou, Z., Chen, J., He, Z.: Mambavlt: Time-evolving multimodal state space model for vision-language tracking. In: CVPR. pp. 8731–8741 (2025)
2025
-
[32]
arXiv preprint arXiv:2312.07884 (2023)
Liu, Y.: Mutual-learning knowledge distillation for nighttime UAV tracking. arXiv preprint arXiv:2312.07884 (2023)
2023
-
[33]
In: NeurIPS
Mettes, P., van der Pol, E., Snoek, C.: Hyperspherical prototype networks. In: NeurIPS. pp. 1485–1495 (2019) Generalized Source-Free Domain Adaptive Tracking 17
2019
-
[34]
In: BMVC
Noman, M., Ghallabi, W.A., Kareem, D., Mayer, C., Dudhane, A., Danelljan, M., Cholakkal, H., Khan, S., Gool, L.V., Khan, F.S.: Avist: A benchmark for visual object tracking in adverse visibility. In: BMVC. p. 817 (2022)
2022
-
[35]
In: AAAI
Shi, L., Zhong, B., Liang, Q., Li, N., Zhang, S., Li, X.: Explicit visual prompts for visual object tracking. In: AAAI. pp. 4838–4846 (2024)
2024
-
[36]
Journal of Image and Graphics27(5), 1493–1508 (2022)
Shi, Z., Liu, C., Ren, W., Du, S., Zhao, M.: Convolutional neural networks for sand dust image color restoration and visibility enhancement. Journal of Image and Graphics27(5), 1493–1508 (2022)
2022
-
[37]
In: ECCVW
Varailhon, S., Aminbeidokhti, M., Pedersoli, M., Granger, E.: Source-free domain adaptation for yolo object detection. In: ECCVW. pp. 218–235 (2024)
2024
-
[38]
In: NeurIPS
Vaswani,A.,Shazeer,N.,Parmar,N.,Uszkoreit,J.,Jones,L.,Gomez,A.N.,Kaiser, Ł., Polosukhin, I.: Attention is all you need. In: NeurIPS. pp. 5998–6008 (2017)
2017
-
[39]
In: AAAI
Wu, H., Yao, S., Huang, F., Wang, S., Zhang, L., Zheng, Z., Ren, W.: Lvptrack: High performance domain adaptive UAV tracking with label aligned visual prompt tuning. In: AAAI. pp. 8395–8403 (2025)
2025
-
[40]
In: CVPR
Wu, Q., Yang, T., Liu, Z., Wu, B., Shan, Y., Chan, A.B.: Dropmae: Masked au- toencoders with spatial-attention dropout for tracking tasks. In: CVPR. pp. 14561– 14571 (2023)
2023
-
[41]
In: CVPR
Wu, Y., Wang, X., Yang, X., Liu, M., Zeng, D., Ye, H., Li, S.: Learning occlusion- robust vision transformers for real-time uav tracking. In: CVPR. pp. 17103–17113 (2025)
2025
-
[42]
In: CVPR
Xie, J., Zhong, B., Mo, Z., Zhang, S., Shi, L., Song, S., Ji, R.: Autoregressive queries for adaptive tracking with spatio-temporal transformers. In: CVPR. pp. 19300–19309 (2024)
2024
-
[43]
In: CVPR
Xue, C., Zhong, B., Liang, Q., Zheng, Y., Li, N., Xue, Y., Song, S.: Similarity- guided layer-adaptive vision transformer for uav tracking. In: CVPR. pp. 6730– 6740 (2025)
2025
-
[44]
In: ICCV
Yan, B., Peng, H., Fu, J., Wang, D., Lu, H.: Learning spatio-temporal transformer for visual tracking. In: ICCV. pp. 10428–10437 (2021)
2021
-
[45]
IEEE TIP34, 3533– 3546 (2025)
Yao, S., Guo, Y., Yan, Y., Ren, W., Cao, X.: Unctrack: Reliable visual object tracking with uncertainty-aware prototype memory network. IEEE TIP34, 3533– 3546 (2025)
2025
-
[46]
IEEE TIP30, 4814–4827 (2021)
Yao,S.,Han,X.,Zhang,H.,Wang,X.,Cao,X.:Learningdeeplucas-kanadesiamese network for visual tracking. IEEE TIP30, 4814–4827 (2021)
2021
-
[47]
IEEE TIP33, 5936–5948 (2024)
Yao, S., Sun, H., Xiang, T., Wang, X., Cao, X.: Hierarchical graph interaction transformer with dynamic token clustering for camouflaged object detection. IEEE TIP33, 5936–5948 (2024)
2024
-
[48]
In: ICCV
Yao, S., Zhu, R., Wang, Z., Ren, W., Yan, Y., Cao, X.: Umdatrack: Unified multi- domain adaptive tracking under adverse weather conditions. In: ICCV. pp. 6466– 6475 (2025)
2025
-
[49]
In: ECCV
Ye, B., Chang, H., Ma, B., Shan, S., Chen, X.: Joint feature learning and relation modeling for tracking: A one-stream framework. In: ECCV. pp. 341–357 (2022)
2022
-
[50]
In: IROS
Ye, J., Fu, C., Zheng, G., Cao, Z., Li, B.: Darklighter: Light up the darkness for UAV tracking. In: IROS. pp. 3079–3085 (2021)
2021
-
[51]
In: CVPR
Ye, J., Fu, C., Zheng, G., Paudel, D.P., Chen, G.: Unsupervised domain adaptation for nighttime aerial tracking. In: CVPR. pp. 8886–8895 (2022)
2022
-
[52]
In: ECCV
Yoon, I., Kwon, H., Kim, J., Park, J., Jang, H., Sohn, K.: Enhancing source-free domain adaptive object detection with low-confidence pseudo label distillation. In: ECCV. pp. 337–353 (2024)
2024
-
[53]
arXiv preprint arXiv:2106.07862 (2021) 18 S
Zhang, Z., Zhang, L.: Domain adaptive siamrpn++ for object tracking in the wild. arXiv preprint arXiv:2106.07862 (2021) 18 S. Yao et al
2021
-
[54]
In: AAAI
Zheng, Y., Zhong, B., Liang, Q., Mo, Z., Zhang, S., Li, X.: Odtrack: Online dense temporal token learning for visual tracking. In: AAAI. pp. 7588–7596 (2024)
2024
-
[55]
In: ICRA
Zhu,J.,Tang,H.,Cheng,Z.,He,J.,Luo,B.,Qiu,S.,Li,S.,Lu,H.:DCPT:darkness clue-prompted tracking in nighttime uavs. In: ICRA. pp. 7381–7388 (2024)
2024
-
[56]
In: ICML
Zhu, L., Liao, B., Zhang, Q., Wang, X., Liu, W., Wang, X.: Vision mamba: Efficient visual representation learning with bidirectional state space model. In: ICML. pp. 62429–62442 (2024)
2024
Reviewed July 2, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.