arXiv:2605.01165cs.CV2026-05中稿 · presentation at th…

用对比学习对齐视频与文本,实现零样本动作识别新突破

CEZSAR: A Contrastive Embedding Method for Zero-Shot Action Recognition

  • 构建视频与文本的联合嵌入空间,通过对比学习对齐语义
  • 在UCF-101和Kinetics-400上达当前最优性能,多种划分下均有效
  • 自动负采样生成无配对数据,缓解语义鸿沟与领域偏移问题

本文提出一种基于对比学习的零样本动作识别(ZSAR)新方法。在ZSAR中,需分类训练阶段未出现过的类别。现有主要挑战包括语义鸿沟和领域偏移:前者源于文本与视觉表征空间不一致,后者源于训练与测试集差异。为应对二者,我们设计模型将视频与句子编码至联合嵌入空间,并通过对齐视频与其自然语言描述进行训练。引入自动负采样机制,生成未配对的视觉-无关文本数据以增强训练。实验在UCF-101和Kinetics-400数据集上多个划分配置下均达到当前最优结果。代码已开源。

原文摘要 · Abstract (English)

This paper proposes a novel Zero-Shot Action Recognition~(ZSAR) method based on contrastive learning. In ZSAR, we aim to classify examples from classes that were missing during training. Two well-known problems remain in ZSAR: the semantic gap and the domain shift. A semantic gap occurs because label representations come from the textual domain (i.e., language models) and must be associated with visual representations (i.e., CNNs, RNNs, transformer-based). This multimodal nature implies that the semantic properties of the two spaces are not identical. On the other hand, the domain shift arises from differences between the training and test sets and is inherent to ZSAR once the test set is unknown. One of the most promising methods to address both issues is learning joint embedding spaces. Therefore, we propose a new model that encodes videos and sentences in a joint embedding space, trained by aligning videos with their natural-language descriptions. We design an automatic negative sampling procedure to augment the training dataset and generate unpaired data, i.e., visual appearance and unrelated descriptions. Our results are state-of-the-art on the UCF-101 and Kinetics-400 datasets under several split configurations. Our code is available at https://github.com/valterlej/cezsar.

零样本识别对比学习视频理解

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