paper-with-me

홈 › Papers

Learning Human Action Recognition Representations Without Real Humans

2023-11-10 · NeurIPS 2023 11 · Howard Zhong, Samarth Mishra, Donghyun Kim, SouYoung Jin, Rameswar Panda, Hilde Kuehne, Leonid Karlinsky, Venkatesh Saligrama, Aude Oliva, Rogerio Feris

Pre-training on massive video datasets has become essential to achieve high action recognition performance on smaller downstream datasets. However, most large-scale video datasets contain images of people and hence are accompanied with issues related to privacy, ethics, and data protection, often preventing them from being publicly shared for reproducible research. Existing work has attempted to alleviate these problems by blurring faces, downsampling videos, or training on synthetic data. On the other hand, analysis on the transferability of privacy-preserving pre-trained models to downstream tasks has been limited. In this work, we study this problem by first asking the question: can we pre-train models for human action recognition with data that does not include real humans? To this end, we present, for the first time, a benchmark that leverages real-world videos with humans removed and synthetic data containing virtual humans to pre-train a model. We then evaluate the transferability of the representation learned on this data to a diverse set of downstream action recognition benchmarks. Furthermore, we propose a novel pre-training strategy, called Privacy-Preserving MAE-Align, to effectively combine synthetic data and human-removed real data. Our approach outperforms previous baselines by up to 5% and closes the performance gap between human and no-human action recognition representations on downstream tasks, for both linear probing and fine-tuning. Our benchmark, code, and models are available at https://github.com/howardzh01/PPMA .

📄 PDF Abstract BibTeX arXiv:2311.06231

Code (1)

howardzh01/ppma 공식 구현 pytorch

Tasks

Action RecognitionEthicsPrivacy PreservingTemporal Action Localization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Human Action Attribute Learning From Video Data Using Low-Rank Representations

2016-12-23 · Tong Wu, Prudhvi Gurram, Raghuveer M. Rao, Waheed U. Bajwa

Representation of human actions as a sequence of human body movements or action attributes enables the development of models for human activity recognition and summarization. We present an extension of the low-rank repre…

Action RecognitionActivity RecognitionAttributeClustering+2

Alternative Semantic Representations for Zero-Shot Human Action Recognition

2017-06-28 · Qian Wang, Ke Chen

A proper semantic representation for encoding side information is key to the success of zero-shot learning. In this paper, we explore two alternative semantic representations especially for zero-shot human action recogni…

Action RecognitionTemporal Action LocalizationZero-Shot Action RecognitionZero-Shot Learning

A Multi-viewpoint Outdoor Dataset for Human Action Recognition

2021-10-07 · Asanka G. Perera, Yee Wei Law, Titilayo T. Ogunwa, Javaan Chahl

Advancements in deep neural networks have contributed to near perfect results for many computer vision problems such as object recognition, face recognition and pose estimation. However, human action recognition is still…

Action RecognitionFace RecognitionObject RecognitionPose Estimation+1

Pose-Anchored Optical Flow for Low-Latency Human Action Anticipation in Human-Robot Teaming

2026-08-26 · Lewis de Zoete Grundy, Chris McCarthy, Christopher Fluke arxiv

Human-robot interaction (HRI) requires robots to interpret human actions early in their execution in order to respond safely, efficiently, and naturally. However, many existing approaches to human action recognition rely…

Action AnticipationAction Recognition

Relational visual representations underlie human social interaction recognition

2023-11-11 · Nature Communications 2023 11 · Manasi Malik, Leyla Isik

Humans effortlessly recognize social interactions from visual input. Attempts to model this ability have typically relied on generative inverse planning models, which make predictions by inverting a generative model of a…

Graph Neural Network