paper-with-me

홈 › Papers

Reconstructing Groups of People with Hypergraph Relational Reasoning

2023-08-30 · ICCV 2023 1 · Buzhen Huang, Jingyi Ju, Zhihao LI, Yangang Wang

Due to the mutual occlusion, severe scale variation, and complex spatial distribution, the current multi-person mesh recovery methods cannot produce accurate absolute body poses and shapes in large-scale crowded scenes. To address the obstacles, we fully exploit crowd features for reconstructing groups of people from a monocular image. A novel hypergraph relational reasoning network is proposed to formulate the complex and high-order relation correlations among individuals and groups in the crowd. We first extract compact human features and location information from the original high-resolution image. By conducting the relational reasoning on the extracted individual features, the underlying crowd collectiveness and interaction relationship can provide additional group information for the reconstruction. Finally, the updated individual features and the localization information are used to regress human meshes in camera coordinates. To facilitate the network training, we further build pseudo ground-truth on two crowd datasets, which may also promote future research on pose estimation and human behavior understanding in crowded scenes. The experimental results show that our approach outperforms other baseline methods both in crowded and common scenarios. The code and datasets are publicly available at https://github.com/boycehbz/GroupRec.

📄 PDF Abstract BibTeX arXiv:2308.15844

Code (1)

boycehbz/GroupRec 공식 구현 pytorch

Tasks

3D Multi-Person Mesh RecoveryPose EstimationRelational Reasoning

Similar Papers 제목 키워드 기반

Knowledge Hypergraph Embedding Meets Relational Algebra

2021-02-18 · Bahare Fatemi, Perouz Taslakian, David Vazquez, David Poole

Embedding-based methods for reasoning in knowledge hypergraphs learn a representation for each entity and relation. Current methods do not capture the procedural rules underlying the relations in the graph. We propose a …

hypergraph embeddingKnowledge GraphsLink Prediction

Hypergraph-based Motion Generation with Multi-modal Interaction Relational Reasoning

2024-09-18 · Keshu Wu, Yang Zhou, Haotian Shi, Dominique Lord 외

The intricate nature of real-world driving environments, characterized by dynamic and diverse interactions among multiple vehicles and their possible future states, presents considerable challenges in accurately predicti…

Autonomous VehiclesImplicit RelationsMotion Generationmotion prediction+1

EvolveHypergraph: Group-Aware Dynamic Relational Reasoning for Trajectory Prediction

2022-08-10 · Jiachen Li, Chuanbo Hua, Jinkyoo Park, Hengbo Ma 외

While the modeling of pair-wise relations has been widely studied in multi-agent interacting systems, its ability to capture higher-level and larger-scale group-wise activities is limited. In this paper, we propose a gro…

PredictionRelationRelational ReasoningTrajectory Prediction

GroupNet: Multiscale Hypergraph Neural Networks for Trajectory Prediction with Relational Reasoning

2022-04-19 · CVPR 2022 1 · Chenxin Xu, Maosen Li, Zhenyang Ni, Ya zhang 외

Demystifying the interactions among multiple agents from their past trajectories is fundamental to precise and interpretable trajectory prediction. However, previous works only consider pair-wise interactions with limite…

PredictionRelational ReasoningRepresentation LearningTrajectory Prediction

HyperRAG: Reasoning N-ary Facts over Hypergraphs for Retrieval Augmented Generation

2026-02-16 · Wen-Sheng Lien, Yu-Kai Chan, Hao-Lung Hsiao, Bo-Kai Ruan 외 arxiv

Graph-based retrieval-augmented generation (RAG) methods, typically built on knowledge graphs (KGs) with binary relational facts, have shown promise in multi-hop open-domain QA. However, their rigid retrieval schemes and…

Knowledge Graphs