CVAug 4, 2025

Unified Category-Level Object Detection and Pose Estimation from RGB Images using 3D Prototypes

arXiv:2508.02157v11 citationsh-index: 2Has Code
Originality Highly original
AI Analysis

This addresses the need for accurate 3D object understanding in applications where RGB-D inputs are unavailable, offering a more robust solution compared to existing methods.

The paper tackles the problem of category-level object detection and 3D pose estimation from RGB images by introducing a unified model that integrates both tasks into a single framework, achieving state-of-the-art results with a 22.9% improvement on REAL275 metrics.

Recognizing objects in images is a fundamental problem in computer vision. Although detecting objects in 2D images is common, many applications require determining their pose in 3D space. Traditional category-level methods rely on RGB-D inputs, which may not always be available, or employ two-stage approaches that use separate models and representations for detection and pose estimation. For the first time, we introduce a unified model that integrates detection and pose estimation into a single framework for RGB images by leveraging neural mesh models with learned features and multi-model RANSAC. Our approach achieves state-of-the-art results for RGB category-level pose estimation on REAL275, improving on the current state-of-the-art by 22.9% averaged across all scale-agnostic metrics. Finally, we demonstrate that our unified method exhibits greater robustness compared to single-stage baselines. Our code and models are available at https://github.com/Fischer-Tom/unified-detection-and-pose-estimation.

Foundations

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

Your Notes