paper-with-me

홈 › Papers

Interaction Transformer for Human Reaction Generation

2022-07-04 · Baptiste Chopin, Hao Tang, Naima Otberdout, Mohamed Daoudi, Nicu Sebe

We address the challenging task of human reaction generation, which aims to generate a corresponding reaction based on an input action. Most of the existing works do not focus on generating and predicting the reaction and cannot generate the motion when only the action is given as input. To address this limitation, we propose a novel interaction Transformer (InterFormer) consisting of a Transformer network with both temporal and spatial attention. Specifically, temporal attention captures the temporal dependencies of the motion of both characters and of their interaction, while spatial attention learns the dependencies between the different body parts of each character and those which are part of the interaction. Moreover, we propose using graphs to increase the performance of spatial attention via an interaction distance module that helps focus on nearby joints from both characters. Extensive experiments on the SBU interaction, K3HI, and DuetDance datasets demonstrate the effectiveness of InterFormer. Our method is general and can be used to generate more complex and long-term interactions. We also provide videos of generated reactions and the code with pre-trained models at https://github.com/CRISTAL-3DSAM/InterFormer

📄 PDF Abstract BibTeX arXiv:2207.01685

Code (1)

cristal-3dsam/interformer 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

HERO: Human Reaction Generation from Videos

2025-03-11 · Chengjun Yu, Wei Zhai, Yuhang Yang, Yang Cao 외

Human reaction generation represents a significant research domain for interactive AI, as humans constantly interact with their surroundings. Previous works focus mainly on synthesizing the reactive motion given a human …

ReGenNet: Towards Human Action-Reaction Synthesis

2024-03-18 · CVPR 2024 1 · Liang Xu, Yizhou Zhou, Yichao Yan, Xin Jin 외

Humans constantly interact with their surrounding environments. Current human-centric generative models mainly focus on synthesizing humans plausibly interacting with static scenes and objects, while the dynamic human ac…

Decoder

ReMoGen: Real-time Human Interaction-to-Reaction Generation via Modular Learning from Diverse Data

2026-04-01 · Yaoqin Ye, Yiteng Xu, Qin Sun, Xinge Zhu 외 arxiv

Human behaviors in real-world environments are inherently interactive, with an individual's motion shaped by surrounding agents and the scene. Such capabilities are essential for applications in virtual avatars, interact…

PolySLGen: Online Multimodal Speaking-Listening Reaction Generation in Polyadic Interaction

2026-04-09 · Zhi-Yi Lin, Thomas Markhorst, Jouh Yeong Chew, Xucong Zhang arxiv

Human-like multimodal reaction generation is essential for natural group interactions between humans and embodied AI. However, existing approaches are limited to single-modality or speaking-only responses in dyadic inter…

Learning Reactive Human Motion Generation from Paired Interaction Data Using Transformer-Based Models

2026-04-24 · Masato Soga, Ryuki Takebayashi arxiv

Recent advances in deep learning have enabled the generation of videos from textual descriptions as well as the prediction of future sequences from input videos. Similarly, in human motion modeling, motions can be genera…