paper-with-me

홈 › Papers

Context-aware and Scale-insensitive Temporal Repetition Counting

2020-05-18 · CVPR 2020 6 · Huaidong Zhang, Xuemiao Xu, Guoqiang Han, Shengfeng He

Temporal repetition counting aims to estimate the number of cycles of a given repetitive action. Existing deep learning methods assume repetitive actions are performed in a fixed time-scale, which is invalid for the complex repetitive actions in real life. In this paper, we tailor a context-aware and scale-insensitive framework, to tackle the challenges in repetition counting caused by the unknown and diverse cycle-lengths. Our approach combines two key insights: (1) Cycle lengths from different actions are unpredictable that require large-scale searching, but, once a coarse cycle length is determined, the variety between repetitions can be overcome by regression. (2) Determining the cycle length cannot only rely on a short fragment of video but a contextual understanding. The first point is implemented by a coarse-to-fine cycle refinement method. It avoids the heavy computation of exhaustively searching all the cycle lengths in the video, and, instead, it propagates the coarse prediction for further refinement in a hierarchical manner. We secondly propose a bidirectional cycle length estimation method for a context-aware prediction. It is a regression network that takes two consecutive coarse cycles as input, and predicts the locations of the previous and next repetitive cycles. To benefit the training and evaluation of temporal repetition counting area, we construct a new and largest benchmark, which contains 526 videos with diverse repetitive actions. Extensive experiments show that the proposed network trained on a single dataset outperforms state-of-the-art methods on several benchmarks, indicating that the proposed framework is general enough to capture repetition patterns across domains.

📄 PDF Abstract BibTeX arXiv:2005.08465

Code (1)

Xiaodomgdomg/Deep-Temporal-Repetition-Counting 공식 구현 pytorch

Tasks

regression

Similar Papers 제목 키워드 기반

Repetition Without Exclusivity: Scale Sensitivity of Referential Mechanisms in Child-Scale Language Models

2026-03-14 · Jon-Paul Cacioli arxiv

We present the first systematic evaluation of mutual exclusivity (ME) -- the bias to map novel words to novel referents -- in text-only language models trained on child-directed speech. We operationalise ME as referentia…

Language Modelling

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

PhysioGait: Context-Aware Physiological Context Modeling for Person Re-identification Attack on Wearable Sensing

2022-10-30 · James O Sullivan, Mohammad Arif Ul Alam

Person re-identification is a critical privacy breach in publicly shared healthcare data. We investigate the possibility of a new type of privacy threat on publicly shared privacy insensitive large scale wearable sensing…

Person Re-IdentificationSensor Fusion

Learning Uncertainty-Aware Temporally-Extended Actions

2024-02-08 · Joongkyu Lee, Seung Joon Park, Yunhao Tang, Min-hwan Oh

In reinforcement learning, temporal abstraction in the action space, exemplified by action repetition, is a technique to facilitate policy learning through extended actions. However, a primary limitation in previous stud…

VideoSTF: Stress-Testing Output Repetition in Video Large Language Models

2026-02-11 · Yuxin Cao, Wei Song, Shangzhi Xu, Jingling Xue 외 arxiv

Video Large Language Models (VideoLLMs) have recently achieved strong performance in video understanding tasks. However, we identify a previously underexplored generation failure: severe output repetition, where models d…