CVFeb 22, 2018

Glimpse Clouds: Human Activity Recognition from Unstructured Feature Points

arXiv:1802.07898v4174 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of activity recognition for computer vision applications by eliminating the need for pose estimation, though it is an incremental improvement over existing methods.

The paper tackles human activity recognition from RGB data without relying on pose information by using a visual attention module to predict unstructured glimpse sequences and recurrent workers for tracking and prediction, achieving state-of-the-art performance on the NTU RGB+D and Northwestern-UCLA datasets.

We propose a method for human activity recognition from RGB data that does not rely on any pose information during test time and does not explicitly calculate pose information internally. Instead, a visual attention module learns to predict glimpse sequences in each frame. These glimpses correspond to interest points in the scene that are relevant to the classified activities. No spatial coherence is forced on the glimpse locations, which gives the module liberty to explore different points at each frame and better optimize the process of scrutinizing visual information. Tracking and sequentially integrating this kind of unstructured data is a challenge, which we address by separating the set of glimpses from a set of recurrent tracking/recognition workers. These workers receive glimpses, jointly performing subsequent motion tracking and activity prediction. The glimpses are soft-assigned to the workers, optimizing coherence of the assignments in space, time and feature space using an external memory module. No hard decisions are taken, i.e. each glimpse point is assigned to all existing workers, albeit with different importance. Our methods outperform state-of-the-art methods on the largest human activity recognition dataset available to-date; NTU RGB+D Dataset, and on a smaller human action recognition dataset Northwestern-UCLA Multiview Action 3D Dataset. Our code is publicly available at https://github.com/fabienbaradel/glimpse_clouds.

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