CVJun 1, 2024

CapeX: Category-Agnostic Pose Estimation from Textual Point Explanation

arXiv:2406.00384v110 citations
Originality Incremental advance
AI Analysis

This work addresses the limitation of conventional pose estimation models to specific object categories, enabling generalization across diverse categories with minimal annotations, though it is incremental by building on existing CAPE methods.

The paper tackles the problem of category-agnostic pose estimation by introducing a text-based approach that replaces support images with textual descriptions in a pose-graph, achieving a 1.07% performance boost under a 1-shot setting on the MP-100 benchmark.

Conventional 2D pose estimation models are constrained by their design to specific object categories. This limits their applicability to predefined objects. To overcome these limitations, category-agnostic pose estimation (CAPE) emerged as a solution. CAPE aims to facilitate keypoint localization for diverse object categories using a unified model, which can generalize from minimal annotated support images. Recent CAPE works have produced object poses based on arbitrary keypoint definitions annotated on a user-provided support image. Our work departs from conventional CAPE methods, which require a support image, by adopting a text-based approach instead of the support image. Specifically, we use a pose-graph, where nodes represent keypoints that are described with text. This representation takes advantage of the abstraction of text descriptions and the structure imposed by the graph. Our approach effectively breaks symmetry, preserves structure, and improves occlusion handling. We validate our novel approach using the MP-100 benchmark, a comprehensive dataset spanning over 100 categories and 18,000 images. Under a 1-shot setting, our solution achieves a notable performance boost of 1.07\%, establishing a new state-of-the-art for CAPE. Additionally, we enrich the dataset by providing text description annotations, further enhancing its utility for future research.

Code Implementations1 repo
Foundations

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

Your Notes