paper-with-me

Papers

Improving the matching of deformable objects by learning to detect keypoints

2023-09-01 · Felipe Cadar, Welerson Melo, Vaishnavi Kanagasabapathi, Guilherme Potje, Renato Martins, Erickson R. Nascimento

We propose a novel learned keypoint detection method to increase the number of correct matches for the task of non-rigid image correspondence. By leveraging true correspondences acquired by matching annotated image pairs with a specified descriptor extractor, we train an end-to-end convolutional neural network (CNN) to find keypoint locations that are more appropriate to the considered descriptor. For that, we apply geometric and photometric warpings to images to generate a supervisory signal, allowing the optimization of the detector. Experiments demonstrate that our method enhances the Mean Matching Accuracy of numerous descriptors when used in conjunction with our detection method, while outperforming the state-of-the-art keypoint detectors on real images of non-rigid objects by 20 p.p. We also apply our method on the complex real-world task of object retrieval where our detector performs on par with the finest keypoint detectors currently available for this task. The source code and trained models are publicly available at https://github.com/verlab/LearningToDetect_PRL_2023

📄 PDF Abstract BibTeX arXiv:2309.00434

Code (1)

verlab/learningtodetect_prl_2023 공식 구현 pytorch

Tasks

Keypoint DetectionRetrieval

Similar Papers 제목 키워드 기반

Enhancing Deformable Local Features by Jointly Learning to Detect and Describe Keypoints

2023-04-02 · CVPR 2023 1 · Guilherme Potje, Felipe Cadar, Andre Araujo, Renato Martins 외

Local feature extraction is a standard approach in computer vision for tackling important tasks such as image matching and retrieval. The core assumption of most methods is that images undergo affine transformations, dis…

Image RegistrationRetrieval

Key-Grid: Unsupervised 3D Keypoints Detection using Grid Heatmap Features

2024-10-03 · Chengkai Hou, Zhengrong Xue, Bingyang Zhou, Jinghan Ke 외

Detecting 3D keypoints with semantic consistency is widely used in many scenarios such as pose estimation, shape registration and robotics. Currently, most unsupervised 3D keypoint detection methods focus on the rigid-bo…

DecoderKeypoint DetectionPose Estimation

TrackDeform3D: Markerless and Autonomous 3D Keypoint Tracking and Dataset Collection for Deformable Objects

2026-03-17 · Yeheng Zong, Yizhou Chen, Alexander Bowler, Chia-Tung Yang 외 arxiv

Structured 3D representations such as keypoints and meshes offer compact, expressive descriptions of deformable objects, jointly capturing geometric and topological information useful for downstream tasks such as dynamic…

Motion Planning

Learning Latent Graph Dynamics for Visual Manipulation of Deformable Objects

2021-04-25 · Xiao Ma, David Hsu, Wee Sun Lee

Manipulating deformable objects, such as ropes and clothing, is a long-standing challenge in robotics, because of their large degrees of freedom, complex non-linear dynamics, and self-occlusion in visual perception. The …

Contrastive LearningDeformable Object ManipulationGraph Neural NetworkModel Predictive Control+2

ALIKED: A Lighter Keypoint and Descriptor Extraction Network via Deformable Transformation

2023-04-07 · Xiaoming Zhao, Xingming Wu, Weihai Chen, Peter C. Y. Chen 외

Image keypoints and descriptors play a crucial role in many visual measurement tasks. In recent years, deep neural networks have been widely used to improve the performance of keypoint and descriptor extraction. However,…

3D ReconstructionHomography Estimation