paper-with-me

Papers

Single Shot Temporal Action Detection

2017-10-17 · Tianwei Lin, Xu Zhao, Zheng Shou

Temporal action detection is a very important yet challenging problem, since videos in real applications are usually long, untrimmed and contain multiple action instances. This problem requires not only recognizing action categories but also detecting start time and end time of each action instance. Many state-of-the-art methods adopt the "detection by classification" framework: first do proposal, and then classify proposals. The main drawback of this framework is that the boundaries of action instance proposals have been fixed during the classification step. To address this issue, we propose a novel Single Shot Action Detector (SSAD) network based on 1D temporal convolutional layers to skip the proposal generation step via directly detecting action instances in untrimmed video. On pursuit of designing a particular SSAD network that can work effectively for temporal action detection, we empirically search for the best network architecture of SSAD due to lacking existing models that can be directly adopted. Moreover, we investigate into input feature types and fusion strategies to further improve detection accuracy. We conduct extensive experiments on two challenging datasets: THUMOS 2014 and MEXaction2. When setting Intersection-over-Union threshold to 0.5 during evaluation, SSAD significantly outperforms other state-of-the-art systems by increasing mAP from 19.0% to 24.6% on THUMOS 2014 and from 7.4% to 11.0% on MEXaction2.

📄 PDF Abstract BibTeX arXiv:1710.06236

Code (2)

blowing-wind/SSAD pytorch
hypjudy/Decouple-SSAD tf

Tasks

Action DetectionGeneral Classification

Similar Papers 제목 키워드 기반

Multi-Stream Single Shot Spatial-Temporal Action Detection

2019-08-22 · Pengfei Zhang, Yu Cao, Benyuan Liu

We present a 3D Convolutional Neural Networks (CNNs) based single shot detector for spatial-temporal action detection tasks. Our model includes: (1) two short-term appearance and motion streams, with single RGB and optic…

Action DetectionOptical Flow Estimation

Decoupling Localization and Classification in Single Shot Temporal Action Detection

2019-04-16 · Yupan Huang, Qi Dai, Yutong Lu

Video temporal action detection aims to temporally localize and recognize the action in untrimmed videos. Existing one-stage approaches mostly focus on unifying two subtasks, i.e., localization of action proposals and cl…

Action DetectionClassificationGeneral ClassificationTemporal Action Localization

S3D: Single Shot multi-Span Detector via Fully 3D Convolutional Networks

2018-07-21 · Da Zhang, Xiyang Dai, Xin Wang, Yuan-Fang Wang

In this paper, we present a novel Single Shot multi-Span Detector for temporal activity detection in long, untrimmed videos using a simple end-to-end fully three-dimensional convolutional (Conv3D) network. Our architectu…

Action DetectionActivity Detection

TAEN: Temporal Aware Embedding Network for Few-Shot Action Recognition

2020-04-21 · Rami Ben-Ari, Mor Shpigel, Ophir Azulai, Udi Barzelay 외

Classification of new class entities requires collecting and annotating hundreds or thousands of samples that is often prohibitively costly. Few-shot learning suggests learning to classify new classes using just a few ex…

3D Face ReconstructionAction DetectionAction RecognitionClassification+5

Multi-Modal Few-Shot Temporal Action Detection

2022-11-27 · Sauradip Nag, Mengmeng Xu, Xiatian Zhu, Juan-Manuel Perez-Rua 외

Few-shot (FS) and zero-shot (ZS) learning are two different approaches for scaling temporal action detection (TAD) to new classes. The former adapts a pretrained vision model to a new task represented by as few as a sing…

Action DetectionFew-Shot Object DetectionLanguage ModellingMeta-Learning+2