CapeX: Category-Agnostic Pose Estimation from Textual Point Explanation
Matan Rusanovsky, Or Hirschorn, Shai Avidan
TL;DR
CapeX tackles category-agnostic pose estimation by replacing support-image guidance with a text-based pose-graph where nodes carry textual descriptions. The method fuses image features (via a SwinV2 backbone) with open-vocabulary text embeddings (via a frozen text backbone) in a three-block transformer and graph transformer decoder, optimizing with $L_{heatmap}$ and $L_{offset}$. On MP-100, CapeX achieves a new state-of-the-art in the 1-shot setting with $PCK_{0.2}$ averaging $91.50$, without finetuning the text backbone, and demonstrates robustness to text variations and moderate occlusions. The work also augments MP-100 with text annotations for keypoints, enabling richer open-vocabulary evaluation and highlighting remaining challenges in novel-category generalization and extreme occlusion scenarios.
Abstract
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.
