Dilation-Erosion for Single-Frame Supervised Temporal Action Localization
Bin Wang, Yan Song, Fanming Wang, Yang Zhao, Xiangbo Shu, Yan Rui

TL;DR
This paper introduces a novel Dilation-Erosion module and snippet classification approach for single-frame supervised temporal action localization, effectively addressing action incompleteness and background false positives, and demonstrating improved results on benchmark datasets.
Contribution
The work proposes a new Dilation-Erosion module and a cyclic training scheme with a novel embedding loss for more accurate single-frame supervised temporal action localization.
Findings
Improved localization accuracy on THUMOS14 and ActivityNet 1.2 datasets.
Effective handling of action incompleteness and background false positives.
Code is publicly available for reproducibility.
Abstract
To balance the annotation labor and the granularity of supervision, single-frame annotation has been introduced in temporal action localization. It provides a rough temporal location for an action but implicitly overstates the supervision from the annotated-frame during training, leading to the confusion between actions and backgrounds, i.e., action incompleteness and background false positives. To tackle the two challenges, in this work, we present the Snippet Classification model and the Dilation-Erosion module. In the Dilation-Erosion module, we expand the potential action segments with a loose criterion to alleviate the problem of action incompleteness and then remove the background from the potential action segments to alleviate the problem of action incompleteness. Relying on the single-frame annotation and the output of the snippet classification, the Dilation-Erosion module…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Multimodal Machine Learning Applications · Anomaly Detection Techniques and Applications
