arXiv:2409.02910cs.CV2024-09中稿 · ICPR 2024

用拼接帧生成图像,2D Transformer+对比学习实现高效动作识别

SITAR: Semi-supervised Image Transformer for Action Recognition

  • 将多帧视频拼成超图像,用2D Transformer处理提升效率
  • 在少量标注数据下,多个基准测试上超越现有最佳方法
  • 适合资源有限但需高精度动作识别的场景

从少量标注视频中识别动作仍具挑战,因视觉数据标注繁琐且成本高。同时,使用3D深度变换器处理时空数据会带来显著计算复杂度。本文提出一种半监督动作识别方法,在仅利用少量标注视频和大量未标注视频的前提下,以计算高效方式完成任务。具体地,将输入视频的多帧重新排列为行列形式构成超图像,并利用大量未标注样本在编码后的超图像上进行对比学习。所提方法通过两条路径生成来自同一视频的时序增强超图像表示,采用2D图像变换器生成特征,并施加对比损失函数,使不同视频表示差异最大化,相同视频表示相似性最小化。实验表明,该方法在多个基准数据集上均优于现有最先进水平,同时大幅降低计算开销。

原文摘要 · Abstract (English)

Recognizing actions from a limited set of labeled videos remains a challenge as annotating visual data is not only tedious but also can be expensive due to classified nature. Moreover, handling spatio-temporal data using deep $3$D transformers for this can introduce significant computational complexity. In this paper, our objective is to address video action recognition in a semi-supervised setting by leveraging only a handful of labeled videos along with a collection of unlabeled videos in a compute efficient manner. Specifically, we rearrange multiple frames from the input videos in row-column form to construct super images. Subsequently, we capitalize on the vast pool of unlabeled samples and employ contrastive learning on the encoded super images. Our proposed approach employs two pathways to generate representations for temporally augmented super images originating from the same video. Specifically, we utilize a 2D image-transformer to generate representations and apply a contrastive loss function to minimize the similarity between representations from different videos while maximizing the representations of identical videos. Our method demonstrates superior performance compared to existing state-of-the-art approaches for semi-supervised action recognition across various benchmark datasets, all while significantly reducing computational costs.

动作识别半监督2D Transformer对比学习

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