paper-with-me

Papers

Joint Hand Motion and Interaction Hotspots Prediction from Egocentric Videos

2022-04-04 · CVPR 2022 1 · Shaowei Liu, Subarna Tripathi, Somdeb Majumdar, Xiaolong Wang

We propose to forecast future hand-object interactions given an egocentric video. Instead of predicting action labels or pixels, we directly predict the hand motion trajectory and the future contact points on the next active object (i.e., interaction hotspots). This relatively low-dimensional representation provides a concrete description of future interactions. To tackle this task, we first provide an automatic way to collect trajectory and hotspots labels on large-scale data. We then use this data to train an Object-Centric Transformer (OCT) model for prediction. Our model performs hand and object interaction reasoning via the self-attention mechanism in Transformers. OCT also provides a probabilistic framework to sample the future trajectory and hotspots to handle uncertainty in prediction. We perform experiments on the Epic-Kitchens-55, Epic-Kitchens-100, and EGTEA Gaze+ datasets, and show that OCT significantly outperforms state-of-the-art approaches by a large margin. Project page is available at https://stevenlsw.github.io/hoi-forecast .

📄 PDF Abstract BibTeX arXiv:2204.01696

Code (1)

stevenlsw/hoi-forecast 공식 구현 pytorch

Tasks

Object

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Forecasting Human-Object Interaction: Joint Prediction of Motor Attention and Actions in First Person Video

2019-11-25 · ECCV 2020 8 · Miao Liu, Siyu Tang, Yin Li, James Rehg

We address the challenging task of anticipating human-object interaction in first person videos. Most existing methods ignore how the camera wearer interacts with the objects, or simply consider body motion as a separate…

Action AnticipationHuman-Object Interaction Detection

Bidirectional Progressive Transformer for Interaction Intention Anticipation

2024-05-09 · Zichen Zhang, Hongchen Luo, Wei Zhai, Yang Cao 외

Interaction intention anticipation aims to jointly predict future hand trajectories and interaction hotspots. Existing research often treated trajectory forecasting and interaction hotspots prediction as separate tasks o…

PredictionTrajectory Forecasting

PEAR: Phrase-Based Hand-Object Interaction Anticipation

2024-07-31 · Zichen Zhang, Hongchen Luo, Wei Zhai, Yang Cao 외

First-person hand-object interaction anticipation aims to predict the interaction process over a forthcoming period based on current scenes and prompts. This capability is crucial for embodied intelligence and human-robo…

Object

WHOLE: World-Grounded Hand-Object Lifted from Egocentric Videos

2026-02-25 · Yufei Ye, Jiaman Li, Ryan Rong, C. Karen Liu arxiv

Egocentric manipulation videos are highly challenging due to severe occlusions during interactions and frequent object entries and exits from the camera view as the person moves. Current methods typically focus on recove…

Pose Estimation

Collaborative Motion Prediction via Neural Motion Message Passing

2020-03-14 · CVPR 2020 6 · Yue Hu, Siheng Chen, Ya zhang, Xiao Gu

Motion prediction is essential and challenging for autonomous vehicles and social robots. One challenge of motion prediction is to model the interaction among traffic actors, which could cooperate with each other to avoi…

Autonomous Vehiclesmotion predictionPrediction