CVJul 13, 2020

Adversarial Background-Aware Loss for Weakly-supervised Temporal Activity Localization

arXiv:2007.06643v1114 citations
AI Analysis

This work addresses a specific bottleneck in video analysis for applications like surveillance or content indexing, but it is incremental as it builds on prior weakly-supervised methods with a modest performance gain.

The paper tackles the problem of weakly-supervised temporal activity localization in videos, where existing methods struggle to recognize when no activity is occurring, and proposes a novel method called A2CL-PT that improves average mAP on the THUMOS14 dataset from 27.9% to 30.0%.

Temporally localizing activities within untrimmed videos has been extensively studied in recent years. Despite recent advances, existing methods for weakly-supervised temporal activity localization struggle to recognize when an activity is not occurring. To address this issue, we propose a novel method named A2CL-PT. Two triplets of the feature space are considered in our approach: one triplet is used to learn discriminative features for each activity class, and the other one is used to distinguish the features where no activity occurs (i.e. background features) from activity-related features for each video. To further improve the performance, we build our network using two parallel branches which operate in an adversarial way: the first branch localizes the most salient activities of a video and the second one finds other supplementary activities from non-localized parts of the video. Extensive experiments performed on THUMOS14 and ActivityNet datasets demonstrate that our proposed method is effective. Specifically, the average mAP of IoU thresholds from 0.1 to 0.9 on the THUMOS14 dataset is significantly improved from 27.9% to 30.0%.

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