paper-with-me

Papers

Instance-Adaptive and Geometric-Aware Keypoint Learning for Category-Level 6D Object Pose Estimation

2024-03-28 · CVPR 2024 1 · Xiao Lin, Wenfei Yang, Yuan Gao, Tianzhu Zhang

Category-level 6D object pose estimation aims to estimate the rotation, translation and size of unseen instances within specific categories. In this area, dense correspondence-based methods have achieved leading performance. However, they do not explicitly consider the local and global geometric information of different instances, resulting in poor generalization ability to unseen instances with significant shape variations. To deal with this problem, we propose a novel Instance-Adaptive and Geometric-Aware Keypoint Learning method for category-level 6D object pose estimation (AG-Pose), which includes two key designs: (1) The first design is an Instance-Adaptive Keypoint Detection module, which can adaptively detect a set of sparse keypoints for various instances to represent their geometric structures. (2) The second design is a Geometric-Aware Feature Aggregation module, which can efficiently integrate the local and global geometric information into keypoint features. These two modules can work together to establish robust keypoint-level correspondences for unseen instances, thus enhancing the generalization ability of the model.Experimental results on CAMERA25 and REAL275 datasets show that the proposed AG-Pose outperforms state-of-the-art methods by a large margin without category-specific shape priors.

📄 PDF Abstract BibTeX arXiv:2403.19527

Code (1)

leeiieeo/ag-pose 공식 구현 pytorch

Tasks

6D Pose Estimation using RGBKeypoint DetectionPose Estimation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Instance-Adaptive Keypoint Learning with Local-to-Global Geometric Aggregation for Category-Level Object Pose Estimation

2025-04-21 · Xiao Zhang, Lu Zou, Tao Lu, Yuan YAO 외

Category-level object pose estimation aims to predict the 6D pose and size of previously unseen instances from predefined categories, requiring strong generalization across diverse object instances. Although many previou…

MambaPose Estimation

Discovery of Latent 3D Keypoints via End-to-end Geometric Reasoning

2018-07-05 · NeurIPS 2018 12 · Supasorn Suwajanakorn, Noah Snavely, Jonathan Tompson, Mohammad Norouzi

This paper presents KeypointNet, an end-to-end geometric reasoning framework to learn an optimal set of category-specific 3D keypoints, along with their detectors. Given a single image, KeypointNet extracts 3D keypoints …

3D Pose EstimationPose Estimation

AnyOKP: One-Shot and Instance-Aware Object Keypoint Extraction with Pretrained ViT

2023-09-15 · Fangbo Qin, Taogang Hou, Shan Lin, Kaiyuan Wang 외

Towards flexible object-centric visual perception, we propose a one-shot instance-aware object keypoint (OKP) extraction approach, AnyOKP, which leverages the powerful representation ability of pretrained vision transfor…

Object

USEEK: Unsupervised SE(3)-Equivariant 3D Keypoints for Generalizable Manipulation

2022-09-28 · Zhengrong Xue, Zhecheng Yuan, Jiashun Wang, Xueqian Wang 외

Can a robot manipulate intra-category unseen objects in arbitrary poses with the help of a mere demonstration of grasping pose on a single object instance? In this paper, we try to address this intriguing challenge by us…

Keypoint DetectionObject

GenCape: Structure-Inductive Generative Modeling for Category-Agnostic Pose Estimation

2026-05-13 · Jiyong Rao, Yu Wang, Shengjie Zhao arxiv

Category-agnostic pose estimation (CAPE) aims to localize keypoints on query images from arbitrary categories, using only a few annotated support examples for guidance. Recent approaches either treat keypoints as isolate…

Category-Agnostic Pose Estimation