paper-with-me

Papers

Coarse-Fine Networks for Temporal Activity Detection in Videos

2021-03-01 · CVPR 2021 1 · Kumara Kahatapitiya, Michael S. Ryoo

In this paper, we introduce Coarse-Fine Networks, a two-stream architecture which benefits from different abstractions of temporal resolution to learn better video representations for long-term motion. Traditional Video models process inputs at one (or few) fixed temporal resolution without any dynamic frame selection. However, we argue that, processing multiple temporal resolutions of the input and doing so dynamically by learning to estimate the importance of each frame can largely improve video representations, specially in the domain of temporal activity localization. To this end, we propose (1) Grid Pool, a learned temporal downsampling layer to extract coarse features, and, (2) Multi-stage Fusion, a spatio-temporal attention mechanism to fuse a fine-grained context with the coarse features. We show that our method outperforms the state-of-the-arts for action detection in public datasets including Charades with a significantly reduced compute and memory footprint. The code is available at https://github.com/kkahatapitiya/Coarse-Fine-Networks

📄 PDF Abstract BibTeX arXiv:2103.01302

Code (1)

kkahatapitiya/Coarse-Fine-Networks 공식 구현 pytorch

Tasks

Action DetectionActivity Detection

Similar Papers 제목 키워드 기반

Fine-grained Activity Recognition in Baseball Videos

2018-04-09 · AJ Piergiovanni, Michael S. Ryoo

In this paper, we introduce a challenging new dataset, MLB-YouTube, designed for fine-grained activity detection. The dataset contains two settings: segmented video classification as well as activity detection in continu…

Action DetectionActivity DetectionActivity RecognitionGeneral Classification+1

Weakly Supervised Temporal Convolutional Networks for Fine-grained Surgical Activity Recognition

2023-02-21 · Sanat Ramesh, Diego Dall'Alba, Cristians Gonzalez, Tong Yu 외

Automatic recognition of fine-grained surgical activities, called steps, is a challenging but crucial task for intelligent intra-operative computer assistance. The development of current vision-based activity recognition…

Activity Recognition

DeCo: Decomposition and Reconstruction for Compositional Temporal Grounding via Coarse-To-Fine Contrastive Ranking

2023-01-01 · CVPR 2023 1 · Lijin Yang, Quan Kong, Hsuan-Kung Yang, Wadim Kehl 외

Understanding dense action in videos is a fundamental challenge towards the generalization of vision models. Several works show that compositionality is key to achieving generalization by combining known primitive el…

Boundary DetectionSentence

Learning Latent Super-Events to Detect Multiple Activities in Videos

2017-12-05 · CVPR 2018 6 · AJ Piergiovanni, Michael S. Ryoo

In this paper, we introduce the concept of learning latent super-events from activity videos, and present how it benefits activity detection in continuous videos. We define a super-event as a set of multiple events occur…

Action DetectionActivity Detection

Deep Learning-based Action Detection in Untrimmed Videos: A Survey

2021-09-30 · Elahe Vahdani, YingLi Tian

Understanding human behavior and activity facilitates advancement of numerous real-world applications, and is critical for video analysis. Despite the progress of action recognition algorithms in trimmed videos, the majo…

Action DetectionAction RecognitionActivity DetectionDeep Learning