paper-with-me

홈 › Papers

Matching Is Not Enough: A Two-Stage Framework for Category-Agnostic Pose Estimation

2023-01-01 · CVPR 2023 1 · Min Shi, Zihao Huang, Xianzheng Ma, Xiaowei Hu, Zhiguo Cao

Category-agnostic pose estimation (CAPE) aims to predict keypoints for arbitrary categories given support images with keypoint annotations. Existing approaches match the keypoints across the image for localization. However, such a one-stage matching paradigm shows inferior accuracy: the prediction heavily relies on the matching results, which can be noisy due to the open set nature in CAPE. For example, two mirror-symmetric keypoints (e.g., left and right eyes) in the query image can both trigger high similarity on certain support keypoints (eyes), which leads to duplicated or opposite predictions. To calibrate the inaccurate matching results, we introduce a two-stage framework, where matched keypoints from the first stage are viewed as similarity-aware position proposals. Then, the model learns to fetch relevant features to correct the initial proposals in the second stage. We instantiate the framework with a transformer model tailored for CAPE. The transformer encoder incorporates specific designs to improve the representation and similarity modeling in the first matching stage. In the second stage, similarity-aware proposals are packed as queries in the decoder for refinement via cross-attention. Our method surpasses the previous best approach by large margins on CAPE benchmark MP-100 on both accuracy and efficiency. Code available at https://github.com/flyinglynx/CapeFormer

📄 PDF Abstract BibTeX

Code (1)

flyinglynx/capeformer 공식 구현 pytorch

Tasks

2D Pose EstimationCategory-Agnostic Pose EstimationDecoderPose Estimation

Similar Papers 제목 키워드 기반

CapeNext: Rethinking and Refining Dynamic Support Information for Category-Agnostic Pose Estimation

2025-11-17 · Yu Zhu, Dan Zeng, Shuiwang Li, Qijun Zhao 외 arxiv

Recent research in Category-Agnostic Pose Estimation (CAPE) has adopted fixed textual keypoint description as semantic prior for two-stage pose matching frameworks. While this paradigm enhances robustness and flexibility…

Category-Agnostic Pose Estimation

SCAPE: A Simple and Strong Category-Agnostic Pose Estimator

2024-07-18 · Yujia Liang, Zixuan Ye, Wenze Liu, Hao Lu

Category-Agnostic Pose Estimation (CAPE) aims to localize keypoints on an object of any category given few exemplars in an in-context manner. Prior arts involve sophisticated designs, e.g., sundry modules for similarity …

Category-Agnostic Pose EstimationPose Estimation

Pose for Everything: Towards Category-Agnostic Pose Estimation

2022-07-21 · Lumin Xu, Sheng Jin, Wang Zeng, Wentao Liu 외

Existing works on 2D pose estimation mainly focus on a certain category, e.g. human, animal, and vehicle. However, there are lots of application scenarios that require detecting the poses/keypoints of the unseen class of…

2D Pose EstimationCategory-Agnostic Pose EstimationPose Estimation

Universal 3D Shape Matching via Coarse-to-Fine Language Guidance

2026-02-22 · Qinfeng Xiao, Guofeng Mei, Bo Yang, Liying Zhang 외 arxiv

Establishing dense correspondences between shapes is a crucial task in computer vision and graphics, while prior approaches depend on near-isometric assumptions and homogeneous subject types (i.e., only operate for human…

Contrastive Learning

ESCAPE: Encoding Super-keypoints for Category-Agnostic Pose Estimation

2024-01-01 · CVPR 2024 1 · Khoi Duc Nguyen, Chen Li, Gim Hee Lee

In this paper we tackle the task of category-agnostic pose estimation (CAPE) which aims to predict poses for objects of any category with few annotated samples. Previous works either rely on local matching between fe…

Category-Agnostic Pose EstimationPose Estimation