paper-with-me

홈 › Papers

Counting Out Time: Class Agnostic Video Repetition Counting in the Wild

2020-06-27 · CVPR 2020 6 · Debidatta Dwibedi, Yusuf Aytar, Jonathan Tompson, Pierre Sermanet, Andrew Zisserman

We present an approach for estimating the period with which an action is repeated in a video. The crux of the approach lies in constraining the period prediction module to use temporal self-similarity as an intermediate representation bottleneck that allows generalization to unseen repetitions in videos in the wild. We train this model, called Repnet, with a synthetic dataset that is generated from a large unlabeled video collection by sampling short clips of varying lengths and repeating them with different periods and counts. This combination of synthetic data and a powerful yet constrained model, allows us to predict periods in a class-agnostic fashion. Our model substantially exceeds the state of the art performance on existing periodicity (PERTUBE) and repetition counting (QUVA) benchmarks. We also collect a new challenging dataset called Countix (~90 times larger than existing datasets) which captures the challenges of repetition counting in real-world videos. Project webpage: https://sites.google.com/view/repnet .

📄 PDF Abstract BibTeX arXiv:2006.15418

Code (2)

materight/RepNet-pytorch 공식 구현 pytorch
confifu/RepNet-Pytorch pytorch

Tasks

Repetitive Action Counting

Similar Papers 제목 키워드 기반

Full Resolution Repetition Counting

2023-05-23 · Jianing Li, Bowen Chen, Zhiyong Wang, Honghai Liu

Given an untrimmed video, repetitive actions counting aims to estimate the number of repetitions of class-agnostic actions. To handle the various length of videos and repetitive actions, also optimization challenges in e…

OVR: A Dataset for Open Vocabulary Temporal Repetition Counting in Videos

2024-07-24 · Debidatta Dwibedi, Yusuf Aytar, Jonathan Tompson, Andrew Zisserman

We introduce a dataset of annotations of temporal repetitions in videos. The dataset, OVR (pronounced as over), contains annotations for over 72K videos, with each annotation specifying the number of repetitions, the sta…

Viewpoint-Invariant Exercise Repetition Counting

2021-07-29 · Yu Cheng Hsu, Qingpeng Zhang, Efstratios Tsougenis, Kwok-Leung Tsui

Counting the repetition of human exercise and physical rehabilitation is a common task in rehabilitation and exercise training. The existing vision-based repetition counting methods less emphasize the concurrent motions …

Pose Estimation

Online Action Representation using Change Detection and Symbolic Programming

2024-05-19 · Vishnu S Nair, Sneha Sree, Jayaraj Joseph, Mohanasankar Sivaprakasam

This paper addresses the critical need for online action representation, which is essential for various applications like rehabilitation, surveillance, etc. The task can be defined as representation of actions as soon as…

Change Detection

MultiCounter: Multiple Action Agnostic Repetition Counting in Untrimmed Videos

2024-09-06 · Yin Tang, Wei Luo, Jinrui Zhang, Wei Huang 외

Multi-instance Repetitive Action Counting (MRAC) aims to estimate the number of repetitive actions performed by multiple instances in untrimmed videos, commonly found in human-centric domains like sports and exercise. In…

GPURepetitive Action Counting