English

DEAR: Depth-Enhanced Action Recognition

Computer Vision and Pattern Recognition 2024-09-13 v2

Abstract

Detecting actions in videos, particularly within cluttered scenes, poses significant challenges due to the limitations of 2D frame analysis from a camera perspective. Unlike human vision, which benefits from 3D understanding, recognizing actions in such environments can be difficult. This research introduces a novel approach integrating 3D features and depth maps alongside RGB features to enhance action recognition accuracy. Our method involves processing estimated depth maps through a separate branch from the RGB feature encoder and fusing the features to understand the scene and actions comprehensively. Using the Side4Video framework and VideoMamba, which employ CLIP and VisionMamba for spatial feature extraction, our approach outperformed our implementation of the Side4Video network on the Something-Something V2 dataset. Our code is available at: https://github.com/SadeghRahmaniB/DEAR

Keywords

Cite

@article{arxiv.2408.15679,
  title  = {DEAR: Depth-Enhanced Action Recognition},
  author = {Sadegh Rahmaniboldaji and Filip Rybansky and Quoc Vuong and Frank Guerin and Andrew Gilbert},
  journal= {arXiv preprint arXiv:2408.15679},
  year   = {2024}
}

Comments

5 pages, 1 figure, 1 table, accepted at Human-inspired Computer Vision, ECCV

R2 v1 2026-06-28T18:26:24.223Z