解决测试时域适应中自监督任务错位与小批量过拟合问题。
Meta-TTT: A Meta-learning Minimax Framework For Test-Time Training
- 采用元学习极小极大框架优化测试时批归一化参数。
- 在多个基准上超越现有方法,显著提升模型对未知域的鲁棒性。
- 适合需要强泛化能力的部署场景,如跨域视觉识别。
测试时域适应旨在推理阶段利用少量无标签目标数据调整预训练模型。现有方法依赖自监督学习(SSL)和熵最小化,但当SSL任务与主任务不一致时性能下降;且在小批量多样性不足时,熵最小化易导致次优解。本文提出一种针对批归一化(BN)层的元学习极小极大框架,确保SSL任务与主任务对齐,并缓解小批量过拟合。采用混合批归一化策略,将当前测试批次统计量与源域统计量插值融合,并引入随机域合成方法提升模型泛化能力与抗域偏移性能。大量实验表明,该方法在多种域适应与域泛化基准上均超越当前最优技术,显著增强预训练模型在未见域上的鲁棒性。
原文摘要 · Abstract (English)
Test-time domain adaptation is a challenging task that aims to adapt a pre-trained model to limited, unlabeled target data during inference. Current methods that rely on self-supervision and entropy minimization underperform when the self-supervised learning (SSL) task does not align well with the primary objective. Additionally, minimizing entropy can lead to suboptimal solutions when there is limited diversity within minibatches. This paper introduces a meta-learning minimax framework for test-time training on batch normalization (BN) layers, ensuring that the SSL task aligns with the primary task while addressing minibatch overfitting. We adopt a mixed-BN approach that interpolates current test batch statistics with the statistics from source domains and propose a stochastic domain synthesizing method to improve model generalization and robustness to domain shifts. Extensive experiments demonstrate that our method surpasses state-of-the-art techniques across various domain adaptation and generalization benchmarks, significantly enhancing the pre-trained model's robustness on unseen domains.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。