English

Object-centric Video Representation for Long-term Action Anticipation

Computer Vision and Pattern Recognition 2023-11-02 v1

Abstract

This paper focuses on building object-centric representations for long-term action anticipation in videos. Our key motivation is that objects provide important cues to recognize and predict human-object interactions, especially when the predictions are longer term, as an observed "background" object could be used by the human actor in the future. We observe that existing object-based video recognition frameworks either assume the existence of in-domain supervised object detectors or follow a fully weakly-supervised pipeline to infer object locations from action labels. We propose to build object-centric video representations by leveraging visual-language pretrained models. This is achieved by "object prompts", an approach to extract task-specific object-centric representations from general-purpose pretrained models without finetuning. To recognize and predict human-object interactions, we use a Transformer-based neural architecture which allows the "retrieval" of relevant objects for action anticipation at various time scales. We conduct extensive evaluations on the Ego4D, 50Salads, and EGTEA Gaze+ benchmarks. Both quantitative and qualitative results confirm the effectiveness of our proposed method.

Keywords

Cite

@article{arxiv.2311.00180,
  title  = {Object-centric Video Representation for Long-term Action Anticipation},
  author = {Ce Zhang and Changcheng Fu and Shijie Wang and Nakul Agarwal and Kwonjoon Lee and Chiho Choi and Chen Sun},
  journal= {arXiv preprint arXiv:2311.00180},
  year   = {2023}
}

Comments

This is an accepted WACV 2024 paper. Our code is available at https://github.com/brown-palm/ObjectPrompt

R2 v1 2026-06-28T13:08:02.216Z