CVDec 12, 2023

Semi-supervised Active Learning for Video Action Detection

arXiv:2312.07169v322 citationsh-index: 22Has CodeAAAI
Originality Incremental advance
AI Analysis

This work addresses the problem of reducing annotation costs for video action detection, which is crucial for researchers and practitioners in video analysis, though it appears incremental as it builds on existing semi-supervised and active learning methods.

The paper tackles label-efficient learning for video action detection by developing a semi-supervised active learning approach that uses labeled and unlabeled data with informative sample selection, achieving state-of-the-art performance on UCF101-24 and JHMDB-21 datasets.

In this work, we focus on label efficient learning for video action detection. We develop a novel semi-supervised active learning approach which utilizes both labeled as well as unlabeled data along with informative sample selection for action detection. Video action detection requires spatio-temporal localization along with classification, which poses several challenges for both active learning informative sample selection as well as semi-supervised learning pseudo label generation. First, we propose NoiseAug, a simple augmentation strategy which effectively selects informative samples for video action detection. Next, we propose fft-attention, a novel technique based on high-pass filtering which enables effective utilization of pseudo label for SSL in video action detection by emphasizing on relevant activity region within a video. We evaluate the proposed approach on three different benchmark datasets, UCF-101-24, JHMDB-21, and Youtube-VOS. First, we demonstrate its effectiveness on video action detection where the proposed approach outperforms prior works in semi-supervised and weakly-supervised learning along with several baseline approaches in both UCF101-24 and JHMDB-21. Next, we also show its effectiveness on Youtube-VOS for video object segmentation demonstrating its generalization capability for other dense prediction tasks in videos. The code and models is publicly available at: \url{https://github.com/AKASH2907/semi-sup-active-learning}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes