CVDec 17, 2025

RUMPL: Ray-Based Transformers for Universal Multi-View 2D to 3D Human Pose Lifting

arXiv:2512.15488v1h-index: 36Has Code
Originality Highly original
AI Analysis

This work addresses the problem of 3D human pose estimation for computer vision applications, offering a robust and scalable solution that generalizes to real-world scenarios without requiring retraining, though it builds incrementally on previous methods.

The paper tackles the challenge of estimating 3D human poses from 2D images in multi-view settings by proposing RUMPL, a transformer-based 3D pose lifter that uses a 3D ray-based representation to achieve camera calibration independence and universal deployment across arbitrary configurations, reducing MPJPE by up to 53% compared to triangulation and over 60% compared to transformer-based baselines.

Estimating 3D human poses from 2D images remains challenging due to occlusions and projective ambiguity. Multi-view learning-based approaches mitigate these issues but often fail to generalize to real-world scenarios, as large-scale multi-view datasets with 3D ground truth are scarce and captured under constrained conditions. To overcome this limitation, recent methods rely on 2D pose estimation combined with 2D-to-3D pose lifting trained on synthetic data. Building on our previous MPL framework, we propose RUMPL, a transformer-based 3D pose lifter that introduces a 3D ray-based representation of 2D keypoints. This formulation makes the model independent of camera calibration and the number of views, enabling universal deployment across arbitrary multi-view configurations without retraining or fine-tuning. A new View Fusion Transformer leverages learned fused-ray tokens to aggregate information along rays, further improving multi-view consistency. Extensive experiments demonstrate that RUMPL reduces MPJPE by up to 53% compared to triangulation and over 60% compared to transformer-based image-representation baselines. Results on new benchmarks, including in-the-wild multi-view and multi-person datasets, confirm its robustness and scalability. The framework's source code is available at https://github.com/aghasemzadeh/OpenRUMPL

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes