Open Problems

Human Pose & Motion Estimation

Robust 3D Pose Lifting Under Empirical Upstream 2D Detector Errors

Barrier to removePartly addressed
Possible candidate · 2/5 runs9 papers report this67% from 2025+

Generated automatically from the limitations stated in 9 papers (CVPR, ICCV, NeurIPS), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.

The problem

Monocular 3D human pose estimators depend fundamentally on upstream 2D keypoint detectors, suffering severe accuracy degradation (e.g., MPJPE increases of 40% to over 100%) when moving from ground-truth 2D annotations to actual detector outputs. Current lifting architectures are predominantly trained on clean annotations or evaluated against simplistic Gaussian perturbation, leaving them brittle to real detector artifacts such as keypoint swaps, missing joints from occlusion, and redundant bounding boxes. Consequently, isolated benchmark gains on clean 3D datasets fail to translate into robust end-to-end motion capture in unconstrained real-world environments.

Why it matters

Enables 2D-to-3D lifting systems to deploy reliably on uncurated, in-the-wild video feeds without manual annotation or catastrophic failure from upstream 2D detection noise.

Ways to approach it

Prior-work checks are free with an account. Results someone already ran are shown to everyone.

  1. 1

    Benchmark Realistic Detector Failure Modes: Profile the empirical error distributions of standard 2D detectors (e.g., ViTPose, HRNet, MediaPipe, CPN) across Human3.6M and MPI-INF-3DHP, and systematically evaluate the degradation of current lifting architectures against these realistic error profiles rather than synthetic Gaussian noise.

  2. 2

    Detector-Aware Data Augmentation: Train existing 2D-to-3D lifters using an empirical noise model parameterized by detector uncertainty and topological keypoint dropouts, measuring 3D MPJPE recovery on uncurated video detections.

  3. 3

    Joint Uncertainty-Aware Keypoint Imputation: Develop a lightweight keypoint refinement module that consumes 2D detector confidence scores to mask and impute unreliable joints prior to 3D lifting, measuring end-to-end MPJPE across multiple detector backbones.

Have a different approach?

Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.

Free · 3 checks per day

Why it might fail

End-to-end direct image-to-3D mesh foundation models may rapidly mature, completely bypassing the two-stage 2D-to-3D lifting pipeline and rendering upstream 2D detector mitigation obsolete.

Evidence

Each paper's own statement of the limitation, verbatim.

Show all 9 papers

Nearest existing work

Generated automatically, not curated by hand. Automated prior-work checks catch about a third of existing work, so treat this problem as a lead to investigate.