paper-with-me

Papers

Cross-view Action Recognition Understanding From Exocentric to Egocentric Perspective

2023-05-25 · Thanh-Dat Truong, Khoa Luu

Understanding action recognition in egocentric videos has emerged as a vital research topic with numerous practical applications. With the limitation in the scale of egocentric data collection, learning robust deep learning-based action recognition models remains difficult. Transferring knowledge learned from the large-scale exocentric data to the egocentric data is challenging due to the difference in videos across views. Our work introduces a novel cross-view learning approach to action recognition (CVAR) that effectively transfers knowledge from the exocentric to the selfish view. First, we present a novel geometric-based constraint into the self-attention mechanism in Transformer based on analyzing the camera positions between two views. Then, we propose a new cross-view self-attention loss learned on unpaired cross-view data to enforce the self-attention mechanism learning to transfer knowledge across views. Finally, to further improve the performance of our cross-view learning approach, we present the metrics to measure the correlations in videos and attention maps effectively. Experimental results on standard egocentric action recognition benchmarks, i.e., Charades-Ego, EPIC-Kitchens-55, and EPIC-Kitchens-100, have shown our approach's effectiveness and state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2305.15699

Code (0)

등록된 구현이 없습니다.

Tasks

Action Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

EgoExo-Fitness: Towards Egocentric and Exocentric Full-Body Action Understanding

2024-06-13 · Yuan-Ming Li, Wei-Jin Huang, An-Lan Wang, Ling-An Zeng 외

We present EgoExo-Fitness, a new full-body action understanding dataset, featuring fitness sequence videos recorded from synchronized egocentric and fixed exocentric (third-person) cameras. Compared with existing full-bo…

Action ClassificationAction LocalizationAction Understanding

Sound Bridge: Associating Egocentric and Exocentric Videos via Audio Cues

2025-01-01 · CVPR 2025 1 · Sihong Huang, Jiaxin Wu, XiaoYong Wei, Yi Cai 외

Understanding human behavior and the environmental information in the egocentric video is very challenging due to the invisibility of some actions (e.g., laughing and sneezing) and the local nature of the first-perso…

Action RecognitionScene RecognitionVideo Alignment

Bridging Perspectives: A Survey on Cross-view Collaborative Intelligence with Egocentric-Exocentric Vision

2025-06-06 · Yuping He, Yifei HUANG, Guo Chen, Lidong Lu 외

Perceiving the world from both egocentric (first-person) and exocentric (third-person) perspectives is fundamental to human cognition, enabling rich and complementary understanding of dynamic environments. In recent year…

Video Understanding

ENIGMA-360: An Ego-Exo Dataset for Human Behavior Understanding in Industrial Scenarios

2026-03-10 · Francesco Ragusa, Rosario Leonardi, Michele Mazzamuto, Daniele Di Mauro 외 arxiv

Understanding human behavior from complementary egocentric (ego) and exocentric (exo) points of view enables the development of systems that can support workers in industrial environments and enhance their safety. Howeve…

Human-Object Interaction DetectionAction Segmentation

SAGE: Synchronized Action-Gaze Recognition and Anticipation for Human Behavior Understanding

2026-07-04 · Chenyi Kuang, Nakul Agarwal arxiv

Human object interaction (HOI), gaze pattern, and their anticipation are intricately linked, providing valuable insights into cognitive processes, intentions, and behavior. However, most existing models handle gaze and a…