CVNov 23, 2023

Query by Activity Video in the Wild

arXiv:2311.13895v11 citationsh-index: 67
Originality Incremental advance
AI Analysis

This addresses the problem of imbalanced activity retrieval for video analysis applications, representing an incremental improvement over existing methods.

The paper tackles activity retrieval from video queries in imbalanced scenarios where some activities have few labeled examples, proposing a visual-semantic embedding network that matches videos with both visual and semantic representations to handle infrequent activities effectively, with experiments on a new benchmark showing improved performance.

This paper focuses on activity retrieval from a video query in an imbalanced scenario. In current query-by-activity-video literature, a common assumption is that all activities have sufficient labelled examples when learning an embedding. This assumption does however practically not hold, as only a portion of activities have many examples, while other activities are only described by few examples. In this paper, we propose a visual-semantic embedding network that explicitly deals with the imbalanced scenario for activity retrieval. Our network contains two novel modules. The visual alignment module performs a global alignment between the input video and fixed-sized visual bank representations for all activities. The semantic module performs an alignment between the input video and fixed-sized semantic activity representations. By matching videos with both visual and semantic activity representations that are of equal size over all activities, we no longer ignore infrequent activities during retrieval. Experiments on a new imbalanced activity retrieval benchmark show the effectiveness of our approach for all types of activities.

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