Few-shot video action recognition is an effective approach to recognizing new categories with only a few labeled examples, thereby reducing the challenges associated with collecting and annotating large-scale video datasets. Existing methods in video action recognition rely on large labeled datasets from the same domain. However, this setup is not realistic as novel categories may come from different data domains that may have different spatial and temporal characteristics. This dissimilarity between the source and target domains can pose a significant challenge, rendering traditional few-shot action recognition techniques ineffective. To address this issue, in this work, we propose a novel cross-domain few-shot video action recognition method that leverages self-supervised learning and curriculum learning to balance the information from the source and target domains. To be particular, our method employs a masked autoencoder-based self-supervised training objective to learn from both source and target data in a self-supervised manner. Then a progressive curriculum balances learning the discriminative information from the source dataset with the generic information learned from the target domain. Initially, our curriculum utilizes supervised learning to learn class discriminative features from the source data. As the training progresses, we transition to learning target-domain-specific features. We propose a progressive curriculum to encourage the emergence of rich features in the target domain based on class discriminative supervised features in the source domain. We evaluate our method on several challenging benchmark datasets and demonstrate that our approach outperforms existing cross-domain few-shot learning techniques. Our code is available at https://github.com/Sarinda251/CDFSL-V
翻译:小样本视频动作识别是一种仅通过少量标注示例即可识别新类别的有效方法,从而降低了大规模视频数据集收集与标注的挑战。现有视频动作识别方法依赖同一领域内的大规模标注数据集。然而,这种设定并不现实,因为新类别可能源自具有不同时空特征的不同数据领域。源域与目标域之间的这种差异性会构成重大挑战,导致传统小样本动作识别技术失效。为解决此问题,本文提出一种新颖的跨域小样本视频动作识别方法,该方法利用自监督学习和课程学习来平衡源域与目标域的信息。具体而言,我们的方法采用基于掩码自编码器的自监督训练目标,以自监督方式同时学习源域和目标域数据。随后,通过渐进式课程学习平衡从源数据集学习判别性信息与从目标域学习通用信息。初始阶段,课程学习利用监督学习从源数据中提取类别判别性特征;随着训练推进,我们过渡到学习目标域特定特征。我们提出一种渐进式课程学习,基于源域中类别判别性的监督特征,促进目标域中丰富特征的出现。我们在多个具有挑战性的基准数据集上评估了我们的方法,结果表明我们的方法优于现有跨域小样本学习技术。我们的代码已开源在 https://github.com/Sarinda251/CDFSL-V。