paper-with-me

Papers

Revisiting Fully Convolutional Geometric Features for Object 6D Pose Estimation

2023-07-28 · Jaime Corsetti, Davide Boscaini, Fabio Poiesi

Recent works on 6D object pose estimation focus on learning keypoint correspondences between images and object models, and then determine the object pose through RANSAC-based algorithms or by directly regressing the pose with end-to-end optimisations. We argue that learning point-level discriminative features is overlooked in the literature. To this end, we revisit Fully Convolutional Geometric Features (FCGF) and tailor it for object 6D pose estimation to achieve state-of-the-art performance. FCGF employs sparse convolutions and learns point-level features using a fully-convolutional network by optimising a hardest contrastive loss. We can outperform recent competitors on popular benchmarks by adopting key modifications to the loss and to the input data representations, by carefully tuning the training strategies, and by employing data augmentations suitable for the underlying problem. We carry out a thorough ablation to study the contribution of each modification. The code is available at https://github.com/jcorsetti/FCGF6D.

📄 PDF Abstract BibTeX arXiv:2307.15514

Code (1)

jcorsetti/fcgf6d 공식 구현 pytorch

Tasks

6D Pose Estimation6D Pose Estimation using RGBObjectPose Estimation

Methods 이 논문이 사용한 방법론

Sparse Convolutions 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Fully Convolutional Geometric Features for Category-level Object Alignment

2021-03-08 · Qiaojun Feng, Nikolay Atanasov

This paper focuses on pose registration of different object instances from the same category. This is required in online object mapping because object instances detected at test time usually differ from the training inst…

Metric LearningObject

Revisiting Feature Alignment for One-stage Object Detection

2019-08-05 · Yuntao Chen, Chenxia Han, Naiyan Wang, Zhao-Xiang Zhang

Recently, one-stage object detectors gain much attention due to their simplicity in practice. Its fully convolutional nature greatly reduces the difficulty of training and deployment compared with two-stage detectors whi…

Objectobject-detectionObject Detection

Fully Convolutional Geometric Features

2019-10-27 · International Conference on Computer vision 2019 10 · Christopher Choy, Jaesik Park, Vladlen Koltun

Extracting geometric features from 3D scans or point clouds is the first step in applications such as registration, reconstruction, and tracking. State-of-the-art methods require computing low-level features as input or …

3D Feature Matching3D Point Cloud Matching3D Shape RepresentationMetric Learning+1

CORSAIR: Convolutional Object Retrieval and Symmetry-AIded Registration

2021-03-11 · Tianyu Zhao, Qiaojun Feng, Sai Jadhav, Nikolay Atanasov

This paper considers online object-level mapping using partial point-cloud observations obtained online in an unknown environment. We develop and approach for fully Convolutional Object Retrieval and Symmetry-AIded Regis…

ObjectRetrieval

Convolutional Signature for Sequential Data

2020-09-14 · Ming Min, Tomoyuki Ichiba

Signature is an infinite graded sequence of statistics known to characterize geometric rough paths, which includes the paths with bounded variation. This object has been studied successfully for machine learning with mos…

BIG-bench Machine Learning