paper-with-me

Papers

Efficient Action Counting with Dynamic Queries

2024-03-03 · Zishi Li, Xiaoxuan Ma, Qiuyan Shang, Wentao Zhu, Hai Ci, Yu Qiao, Yizhou Wang

Temporal repetition counting aims to quantify the repeated action cycles within a video. The majority of existing methods rely on the similarity correlation matrix to characterize the repetitiveness of actions, but their scalability is hindered due to the quadratic computational complexity. In this work, we introduce a novel approach that employs an action query representation to localize repeated action cycles with linear computational complexity. Based on this representation, we further develop two key components to tackle the essential challenges of temporal repetition counting. Firstly, to facilitate open-set action counting, we propose the dynamic update scheme on action queries. Unlike static action queries, this approach dynamically embeds video features into action queries, offering a more flexible and generalizable representation. Secondly, to distinguish between actions of interest and background noise actions, we incorporate inter-query contrastive learning to regularize the video representations corresponding to different action queries. As a result, our method significantly outperforms previous works, particularly in terms of long video sequences, unseen actions, and actions at various speeds. On the challenging RepCountA benchmark, we outperform the state-of-the-art method TransRAC by 26.5% in OBO accuracy, with a 22.7% mean error decrease and 94.1% computational burden reduction. Code is available at https://github.com/lizishi/DeTRC.

📄 PDF Abstract BibTeX arXiv:2403.01543

Code (1)

lizishi/detrc 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

DQ-DETR: DETR with Dynamic Query for Tiny Object Detection

2024-04-04 · Yi-Xin Huang, Hou-I Liu, Hong-Han Shuai, Wen-Huang Cheng

Despite previous DETR-like methods having performed successfully in generic object detection, tiny object detection is still a challenging task for them since the positional information of object queries is not customize…

Objectobject-detectionObject Detection

Counting Solutions to Conjunctive Queries: Structural and Hybrid Tractability

2023-11-24 · Hubie Chen, Gianluigi Greco, Stefan Mengel, Francesco Scarcello

Counting the number of answers to conjunctive queries is a fundamental problem in databases that, under standard assumptions, does not have an efficient solution. The issue is inherently #P-hard, extending even to classe…

A Low-Shot Object Counting Network With Iterative Prototype Adaptation

2022-11-15 · ICCV 2023 1 · Nikola Djukic, Alan Lukezic, Vitjan Zavrtanik, Matej Kristan

We consider low-shot counting of arbitrary semantic categories in the image using only few annotated exemplars (few-shot) or no exemplars (no-shot). The standard few-shot pipeline follows extraction of appearance queries…

Exemplar-Free CountingObjectObject CountingObject Localization

Private Queries with Sigma-Counting

2025-09-07 · Jun Gao, Jie Ding arxiv

Many data applications involve counting queries, where a client specifies a feasible range of variables and a database returns the corresponding item counts. A program that produces the counts of different queries often …

Fast Counting in Machine Learning Applications

2018-04-12 · Subhadeep Karan, Matthew Eichhorn, Blake Hurlburt, Grant Iraci 외

We propose scalable methods to execute counting queries in machine learning applications. To achieve memory and computational efficiency, we abstract counting queries and their context such that the counts can be aggrega…

BIG-bench Machine LearningComputational Efficiency