CVJan 14

COMPOSE: Hypergraph Cover Optimization for Multi-view 3D Human Pose Estimation

arXiv:2601.09698v11 citationsh-index: 4
Originality Highly original
AI Analysis

This addresses the issue of error propagation in multi-view pose estimation for applications like action recognition and sports analysis, offering a novel optimization approach with significant performance gains.

The paper tackles the problem of multi-view 3D human pose estimation by proposing COMPOSE, a framework that formulates pose correspondence as a hypergraph partitioning problem instead of relying on pairwise associations, achieving improvements of up to 23% in average precision over previous optimization-based methods and up to 11% over self-supervised end-to-end learned methods.

3D pose estimation from sparse multi-views is a critical task for numerous applications, including action recognition, sports analysis, and human-robot interaction. Optimization-based methods typically follow a two-stage pipeline, first detecting 2D keypoints in each view and then associating these detections across views to triangulate the 3D pose. Existing methods rely on mere pairwise associations to model this correspondence problem, treating global consistency between views (i.e., cycle consistency) as a soft constraint. Yet, reconciling these constraints for multiple views becomes brittle when spurious associations propagate errors. We thus propose COMPOSE, a novel framework that formulates multi-view pose correspondence matching as a hypergraph partitioning problem rather than through pairwise association. While the complexity of the resulting integer linear program grows exponentially in theory, we introduce an efficient geometric pruning strategy to substantially reduce the search space. COMPOSE achieves improvements of up to 23% in average precision over previous optimization-based methods and up to 11% over self-supervised end-to-end learned methods, offering a promising solution to a widely studied problem.

Foundations

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

Your Notes