English

TriDet: Temporal Action Detection with Relative Boundary Modeling

Computer Vision and Pattern Recognition 2023-03-17 v2 Artificial Intelligence Multimedia

Abstract

In this paper, we present a one-stage framework TriDet for temporal action detection. Existing methods often suffer from imprecise boundary predictions due to the ambiguous action boundaries in videos. To alleviate this problem, we propose a novel Trident-head to model the action boundary via an estimated relative probability distribution around the boundary. In the feature pyramid of TriDet, we propose an efficient Scalable-Granularity Perception (SGP) layer to mitigate the rank loss problem of self-attention that takes place in the video features and aggregate information across different temporal granularities. Benefiting from the Trident-head and the SGP-based feature pyramid, TriDet achieves state-of-the-art performance on three challenging benchmarks: THUMOS14, HACS and EPIC-KITCHEN 100, with lower computational costs, compared to previous methods. For example, TriDet hits an average mAP of 69.3%69.3\% on THUMOS14, outperforming the previous best by 2.5%2.5\%, but with only 74.6%74.6\% of its latency. The code is released to https://github.com/sssste/TriDet.

Keywords

Cite

@article{arxiv.2303.07347,
  title  = {TriDet: Temporal Action Detection with Relative Boundary Modeling},
  author = {Dingfeng Shi and Yujie Zhong and Qiong Cao and Lin Ma and Jia Li and Dacheng Tao},
  journal= {arXiv preprint arXiv:2303.07347},
  year   = {2023}
}

Comments

CVPR2023; Temporal Action Detection; Temporal Action Localization

R2 v1 2026-06-28T09:14:47.073Z