HTNet: Anchor-free Temporal Action Localization with Hierarchical Transformers
Tae-Kyung Kang, Gun-Hee Lee, and Seong-Whan Lee

TL;DR
HTNet introduces an anchor-free, Transformer-based framework for temporal action localization that captures global context and semantic relationships, achieving state-of-the-art results efficiently.
Contribution
The paper proposes a novel anchor-free approach using hierarchical Transformers and background feature sampling to improve temporal action localization.
Findings
Achieves state-of-the-art performance on THUMOS14 and ActivityNet 1.3 datasets.
Effectively captures long-range dependencies and semantic relationships in videos.
Reduces inference time by eliminating anchor-based strategies.
Abstract
Temporal action localization (TAL) is a task of identifying a set of actions in a video, which involves localizing the start and end frames and classifying each action instance. Existing methods have addressed this task by using predefined anchor windows or heuristic bottom-up boundary-matching strategies, which are major bottlenecks in inference time. Additionally, the main challenge is the inability to capture long-range actions due to a lack of global contextual information. In this paper, we present a novel anchor-free framework, referred to as HTNet, which predicts a set of <start time, end time, class> triplets from a video based on a Transformer architecture. After the prediction of coarse boundaries, we refine it through a background feature sampling (BFS) module and hierarchical Transformers, which enables our model to aggregate global contextual information and effectively…
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.
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
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Dropout · Multi-Head Attention · Byte Pair Encoding · Position-Wise Feed-Forward Layer · Layer Normalization · Adam · Residual Connection
