arXiv:2606.25478cs.CV2026-06

解决视频识别中开放词汇适应的分布偏移问题,提升模型泛化能力。

TACO: Towards Task-Consistent Open-Vocabulary Adaptation in Video Recognition

论文配图:TACO: Towards Task-Consistent Open-Vocabulary Adaptation in Video Recognition
图 1 · 摘自论文原文
  • 通过相对结构蒸馏保持表征空间的几何一致性
  • 在跨数据集和基础到新类设置下达到最新性能
  • 适合需要稳定开放词汇视频识别的场景

将CLIP适配于开放词汇视频识别需在新获取的视频知识与预训练泛化能力之间取得微妙平衡。现有方法虽通过额外正则化或约束追求这一权衡,但忽略了微调数据分布之外的表征偏差,导致适应效果不佳。我们认为这种偏差源于微调与评估目标不一致:模型优化局限于已知训练分布,却在未见分布上评估。本文提出TACO,一种简单而有效的框架以缓解此不一致带来的负面影响。核心思想是:适应应保留超出训练分布的域外相关对齐。为此,我们提出相对结构蒸馏,正则化表征空间的相对几何结构,抑制训练中的有害对齐漂移。此外,通过轻量级专业化投影将表征空间与优化空间解耦,实现任务特异性适应,同时避免测试时表征过度专业化。TACO在多种基准上,于跨数据集及基础到新类设置下均达到最优表现。代码将在https://github.com/ZMHH-H/TACO发布。

原文摘要 · Abstract (English)

Adapting CLIP for open-vocabulary video recognition necessitates a delicate balance between newly acquired video knowledge and the pretrained generalization. While existing studies pursue this generalization-specialization trade-off with additional regularizations or constraints, we argue that they overlook the deviation of representations beyond the fine-tuning data distribution, resulting in suboptimal adaptation effects. We believe such deviation is inherited from the inconsistency between the fine-tuning and evaluation objectives, where model optimization is restricted to the known training distribution but evaluated on unseen ones. In this paper, we introduce \emph{TACO}, a simple yet effective framework to mitigate the potential negative effects induced by this inconsistency. Our key insight is that adaptation should preserve OOD-relevant alignment beyond the training distribution. To this end, we propose \emph{Relative Structure Distillation}, which regularizes the relative geometry of the representation space and suppresses harmful alignment shift during training. We further decouple the representation space from the optimization space with a lightweight specialization projection, allowing task-specific adaptation without directly overspecializing the representations used at test time. \emph{TACO} establishes state-of-the-art performance on diverse benchmarks under cross-dataset and base-to-novel settings. Code will be released at https://github.com/ZMHH-H/TACO.

视频识别开放词汇表征对齐蒸馏

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。