CVJul 12, 2024

Rethinking temporal self-similarity for repetitive action counting

arXiv:2407.09431v13 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the challenge of repetitive action counting for applications like rehabilitation, offering an incremental improvement over existing methods.

The paper tackles the problem of counting repetitive actions in long untrimmed videos by proposing a framework that learns embeddings and predicts action start probabilities at full temporal resolution, achieving state-of-the-art results on RepCount, UCFRep, and Countix datasets.

Counting repetitive actions in long untrimmed videos is a challenging task that has many applications such as rehabilitation. State-of-the-art methods predict action counts by first generating a temporal self-similarity matrix (TSM) from the sampled frames and then feeding the matrix to a predictor network. The self-similarity matrix, however, is not an optimal input to a network since it discards too much information from the frame-wise embeddings. We thus rethink how a TSM can be utilized for counting repetitive actions and propose a framework that learns embeddings and predicts action start probabilities at full temporal resolution. The number of repeated actions is then inferred from the action start probabilities. In contrast to current approaches that have the TSM as an intermediate representation, we propose a novel loss based on a generated reference TSM, which enforces that the self-similarity of the learned frame-wise embeddings is consistent with the self-similarity of repeated actions. The proposed framework achieves state-of-the-art results on three datasets, i.e., RepCount, UCFRep, and Countix.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes