CVJan 18, 2021

CLASTER: Clustering with Reinforcement Learning for Zero-Shot Action Recognition

arXiv:2101.07042v329 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of recognizing unseen action classes without visual examples for applications in video analysis, though it appears incremental as it builds on existing clustering and reinforcement learning techniques.

The paper tackles zero-shot action recognition by proposing a centroid-based clustering method optimized with reinforcement learning, which consistently outperforms state-of-the-art methods on datasets like UCF101, HMDB51, and Olympic Sports in both standard and generalized evaluations.

Zero-shot action recognition is the task of recognizingaction classes without visual examples, only with a seman-tic embedding which relates unseen to seen classes. Theproblem can be seen as learning a function which general-izes well to instances of unseen classes without losing dis-crimination between classes. Neural networks can modelthe complex boundaries between visual classes, which ex-plains their success as supervised models. However, inzero-shot learning, these highly specialized class bound-aries may not transfer well from seen to unseen classes.In this paper we propose a centroid-based representation,which clusters visual and semantic representation, consid-ers all training samples at once, and in this way generaliz-ing well to instances from unseen classes. We optimize theclustering using Reinforcement Learning which we show iscritical for our approach to work. We call the proposedmethod CLASTER and observe that it consistently outper-forms the state-of-the-art in all standard datasets, includ-ing UCF101, HMDB51 and Olympic Sports; both in thestandard zero-shot evaluation and the generalized zero-shotlearning. Further, we show that our model performs com-petitively in the image domain as well, outperforming thestate-of-the-art in many settings.

Foundations

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

Your Notes