paper-with-me

홈 › Papers

Attention is All We Need: Nailing Down Object-centric Attention for Egocentric Activity Recognition

2018-07-31 · Swathikiran Sudhakaran, Oswald Lanz

In this paper we propose an end-to-end trainable deep neural network model for egocentric activity recognition. Our model is built on the observation that egocentric activities are highly characterized by the objects and their locations in the video. Based on this, we develop a spatial attention mechanism that enables the network to attend to regions containing objects that are correlated with the activity under consideration. We learn highly specialized attention maps for each frame using class-specific activations from a CNN pre-trained for generic image recognition, and use them for spatio-temporal encoding of the video with a convolutional LSTM. Our model is trained in a weakly supervised setting using raw video-level activity-class labels. Nonetheless, on standard egocentric activity benchmarks our model surpasses by up to +6% points recognition accuracy the currently best performing method that leverages hand segmentation and object location strong supervision for training. We visually analyze attention maps generated by the network, revealing that the network successfully identifies the relevant objects present in the video frames which may explain the strong recognition performance. We also discuss an extensive ablation analysis regarding the design choices.

📄 PDF Abstract BibTeX arXiv:1807.11794

Code (1)

swathikirans/ego-rnn 공식 구현 pytorch

Tasks

Activity RecognitionAllEgocentric Activity RecognitionHand Segmentation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Song Lyrics Summarization Inspired by Audio Thumbnailing

2019-09-01 · RANLP 2019 9 · Michael Fell, Elena Cabrio, G, Fabien on 외

Given the peculiar structure of songs, applying generic text summarization methods to lyrics can lead to the generation of highly redundant and incoherent text. In this paper, we propose to enhance state-of-the-art text …

Text Summarization

GLASS: Guided Latent Slot Diffusion for Object-Centric Learning

2025-01-01 · CVPR 2025 1 · Krishnakant Singh, Simone Schaub-Meyer, Stefan Roth

Object-centric learning aims to decompose an input image into a set of meaningful object files (slots). These latent object representations enable a variety of downstream tasks. Yet, object-centric learning struggles…

Conditional Image GenerationImage GenerationObjectObject Discovery

HERO-VQL: Hierarchical, Egocentric and Robust Visual Query Localization

2025-08-30 · Joohyun Chang, Soyeon Hong, Hyogun Lee, Seong Jong Ha 외 arxiv

In this work, we tackle the egocentric visual query localization (VQL), where a model should localize the query object in a long-form egocentric video. Frequent and abrupt viewpoint changes in egocentric videos cause sig…

Object LocalizationObject Recognition

Automatic Thumbnail Generation Based on Visual Representativeness and Foreground Recognizability

2015-12-01 · ICCV 2015 12 · Jingwei Huang, Huarong Chen, Bin Wang, Stephen Lin

We present an automatic thumbnail generation technique based on two essential considerations: how well they visually represent the original photograph, and how well the foreground can be recognized after the cropping and…

ContextFusion and Bootstrap: An Effective Approach to Improve Slot Attention-Based Object-Centric Learning

2025-09-02 · Pinzhuo Tian, Shengjie Yang, Hang Yu, Alex C. Kot arxiv

A key human ability is to decompose a scene into distinct objects and use their relationships to understand the environment. Object-centric learning aims to mimic this process in an unsupervised manner. Recently, the slo…