paper-with-me

Papers

Uncertainty-aware State Space Transformer for Egocentric 3D Hand Trajectory Forecasting

2023-07-17 · ICCV 2023 1 · Wentao Bao, Lele Chen, Libing Zeng, Zhong Li, Yi Xu, Junsong Yuan, Yu Kong

Hand trajectory forecasting from egocentric views is crucial for enabling a prompt understanding of human intentions when interacting with AR/VR systems. However, existing methods handle this problem in a 2D image space which is inadequate for 3D real-world applications. In this paper, we set up an egocentric 3D hand trajectory forecasting task that aims to predict hand trajectories in a 3D space from early observed RGB videos in a first-person view. To fulfill this goal, we propose an uncertainty-aware state space Transformer (USST) that takes the merits of the attention mechanism and aleatoric uncertainty within the framework of the classical state-space model. The model can be further enhanced by the velocity constraint and visual prompt tuning (VPT) on large vision transformers. Moreover, we develop an annotation workflow to collect 3D hand trajectories with high quality. Experimental results on H2O and EgoPAT3D datasets demonstrate the superiority of USST for both 2D and 3D trajectory forecasting. The code and datasets are publicly released: https://actionlab-cv.github.io/EgoHandTrajPred.

📄 PDF Abstract BibTeX arXiv:2307.08243

Code (1)

oppo-us-research/USST 공식 구현 pytorch

Tasks

3D Human Pose TrackingTrajectory ForecastingTrajectory PredictionVisual Prompt Tuning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
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…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

EgoCogNav: Cognition-aware Human Egocentric Navigation

2025-11-15 · Zhiwen Qiu, Ziang Liu, Wenqian Niu, Tapomayukh Bhattacharjee 외 arxiv

Modeling the cognitive and experiential factors of human navigation is central to deepening our understanding of human-environment interaction and to enabling safe social navigation and effective assistive wayfinding. Mo…

Motion Forecasting

EgoPoseFormer v2: Accurate Egocentric Human Motion Estimation for AR/VR

2026-03-04 · Zhenyu Li, Sai Kumar Dwivedi, Filip Maric, Carlos Chacon 외 arxiv

Egocentric human motion estimation is essential for AR/VR experiences, yet remains challenging due to limited body coverage from the egocentric viewpoint, frequent occlusions, and scarce labeled data. We present EgoPoseF…

Pose Estimation

EAGLE: Episodic Appearance- and Geometry-aware Memory for Unified 2D-3D Visual Query Localization in Egocentric Vision

2025-11-11 · Yifei Cao, Yu Liu, Guolong Wang, Zhu Liu 외 arxiv

Egocentric visual query localization is vital for embodied AI and VR/AR, yet remains challenging due to camera motion, viewpoint changes, and appearance variations. We present EAGLE, a novel framework that leverages epis…

Fish2Mesh Transformer: 3D Human Mesh Recovery from Egocentric Vision

2025-03-08 · David C. Jeong, Aditya Puranik, James Vong, Vrushabh Abhijit Deogirikar 외

Egocentric human body estimation allows for the inference of user body pose and shape from a wearable camera's first-person perspective. Although research has used pose estimation techniques to overcome self-occlusions a…

Human Mesh RecoveryPose EstimationPosition

Object State Change Classification in Egocentric Videos using the Divided Space-Time Attention Mechanism

2022-07-24 · Md Mohaiminul Islam, Gedas Bertasius

This report describes our submission called "TarHeels" for the Ego4D: Object State Change Classification Challenge. We use a transformer-based video recognition model and leverage the Divided Space-Time Attention mechani…

ObjectObject State Change ClassificationVideo Recognition