paper-with-me

홈 › Papers

Sim2Real Object-Centric Keypoint Detection and Description

2022-02-01 · Chengliang Zhong, Chao Yang, Jinshan Qi, Fuchun Sun, Huaping Liu, Xiaodong Mu, Wenbing Huang

Keypoint detection and description play a central role in computer vision. Most existing methods are in the form of scene-level prediction, without returning the object classes of different keypoints. In this paper, we propose the object-centric formulation, which, beyond the conventional setting, requires further identifying which object each interest point belongs to. With such fine-grained information, our framework enables more downstream potentials, such as object-level matching and pose estimation in a clustered environment. To get around the difficulty of label collection in the real world, we develop a sim2real contrastive learning mechanism that can generalize the model trained in simulation to real-world applications. The novelties of our training method are three-fold: (i) we integrate the uncertainty into the learning framework to improve feature description of hard cases, e.g., less-textured or symmetric patches; (ii) we decouple the object descriptor into two output branches -- intra-object salience and inter-object distinctness, resulting in a better pixel-wise description; (iii) we enforce cross-view semantic consistency for enhanced robustness in representation learning. Comprehensive experiments on image matching and 6D pose estimation verify the encouraging generalization ability of our method from simulation to reality. Particularly for 6D pose estimation, our method significantly outperforms typical unsupervised/sim2real methods, achieving a closer gap with the fully supervised counterpart. Additional results and videos can be found at https://zhongcl-thu.github.io/rock/

📄 PDF Abstract BibTeX arXiv:2202.00448

Code (0)

등록된 구현이 없습니다.

Tasks

6D Pose EstimationContrastive LearningKeypoint DetectionObjectPose EstimationRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

GKDT: General Keypoint Detection Transformer

2026-07-01 · Changsheng Lu, Yuxin Chen, Haokun Gui, Rong Wang 외 arxiv

With the emergence of various pre-trained vision and language models, computer vision is shifting from narrow-domain to open-domain recognition. The construction of a more powerful yet general keypoint detection (GKD) mo…

Keypoint Detection

Fast keypoint detection in video sequences

2015-03-24 · Luca Baroffio, Matteo Cesana, Alessandro Redondi, Marco Tagliasacchi

A number of computer vision tasks exploit a succinct representation of the visual content in the form of sets of local features. Given an input image, feature extraction algorithms identify a set of keypoints and assign …

Keypoint DetectionObject TrackingPedestrian Detection

Single-Shot 3D Detection of Vehicles from Monocular RGB Images via Geometry Constrained Keypoints in Real-Time

2020-06-23 · Nils Gählert, Jun-Jun Wan, Nicolas Jourdan, Jan Finkbeiner 외

In this paper we propose a novel 3D single-shot object detection method for detecting vehicles in monocular RGB images. Our approach lifts 2D detections to 3D space by predicting additional regression and classification …

2D Object Detection3D Object DetectionAutonomous DrivingObject+2

KINet: Unsupervised Forward Models for Robotic Pushing Manipulation

2022-02-18 · Alireza Rezazadeh, Changhyun Choi

Object-centric representation is an essential abstraction for forward prediction. Most existing forward models learn this representation through extensive supervision (e.g., object class and bounding box) although such g…

Object

Evaluation of Feature Detector-Descriptor for Real Object Matching under Various Conditions of Ilumination and Affine Transformation

2018-04-28 · Novanto Yudistira, Achmad Ridok, Ali Fauzi

This study attempts to provide explanations, descriptions and evaluations of some most popular and current combinations of description and descriptor frameworks, namely SIFT, SURF, MSER, and BRISK for keypoint extractors…