Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SCAPE: A Simple and Strong Category-Agnostic Pose Estimator

About

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 calculation and a two-stage framework, or takes in extra heatmap generation and supervision. We notice that CAPE is essentially a task about feature matching, which can be solved within the attention process. Therefore we first streamline the architecture into a simple baseline consisting of several pure self-attention layers and an MLP regression head -- this simplification means that one only needs to consider the attention quality to boost the performance of CAPE. Towards an effective attention process for CAPE, we further introduce two key modules: i) a global keypoint feature perceptor to inject global semantic information into support keypoints, and ii) a keypoint attention refiner to enhance inter-node correlation between keypoints. They jointly form a Simple and strong Category-Agnostic Pose Estimator (SCAPE). Experimental results show that SCAPE outperforms prior arts by 2.2 and 1.3 PCK under 1-shot and 5-shot settings with faster inference speed and lighter model capacity, excelling in both accuracy and efficiency. Code and models are available at https://github.com/tiny-smart/SCAPE

Yujia Liang, Zixuan Ye, Wenze Liu, Hao Lu• 2024

Related benchmarks

TaskDatasetResultRank
Category-agnostic Pose EstimationMP-100 Split1 1.0 (test)
mPCK79.35
14
Category-agnostic Pose EstimationMP-100 Split2 1.0 (test)
mPCK76.26
14
Category-agnostic Pose EstimationMP-100 Split3 1.0 (test)
mPCK76.29
14
Category-agnostic Pose EstimationMP-100 Split4 1.0 (test)
mPCK76.12
14
Category-agnostic Pose EstimationMP-100 Split5 1.0 (test)
mPCK77.89
14
Keypoint DetectionMP-100 (Split 1)
PCK@0.0554.09
7
Showing 6 of 6 rows

Other info

Follow for update