3D Place Recognition

14 papers with code • 2 benchmarks • 2 datasets

Pointcloud-based place recognition and retrieval

Most implemented papers

PointNetVLAD: Deep Point Cloud Based Retrieval for Large-Scale Place Recognition

mikacuy/pointnetvlad CVPR 2018

This is largely due to the difficulty in extracting local feature descriptors from a point cloud that can subsequently be encoded into a global descriptor for the retrieval task.

LPD-Net: 3D Point Cloud Learning for Large-Scale Place Recognition and Environment Analysis

Suoivy/LPD-net ICCV 2019

Point cloud based place recognition is still an open issue due to the difficulty in extracting local features from the raw 3D point cloud and generating the global descriptor, and it's even harder in the large-scale dynamic environments.

PCAN: 3D Attention Map Learning Using Contextual Information for Point Cloud Based Retrieval

XLechter/PCAN CVPR 2019

Point cloud based retrieval for place recognition is an emerging problem in vision field.

DH3D: Deep Hierarchical 3D Descriptors for Robust Large-Scale 6DoF Relocalization

JuanDuGit/DH3D ECCV 2020

We generate the global descriptor by directly aggregating the learned local descriptors with an effective attention mechanism.

MinkLoc3D: Point Cloud Based Large-Scale Place Recognition

jac99/MinkLoc3D 9 Nov 2020

Thus, state-of-the-art methods enhance vanilla PointNet architecture by adding different mechanism to capture local contextual information, such as graph convolutional networks or using hand-crafted features.

SOE-Net: A Self-Attention and Orientation Encoding Network for Point Cloud based Place Recognition

Yan-Xia/SOE-Net CVPR 2021

We tackle the problem of place recognition from point cloud data and introduce a self-attention and orientation encoding network (SOE-Net) that fully explores the relationship between points and incorporates long-range context into point-wise local descriptors.

A Registration-aided Domain Adaptation Network for 3D Point Cloud Based Place Recognition

qiaozhijian/vLPD-Net 9 Dec 2020

In the field of large-scale SLAM for autonomous driving and mobile robotics, 3D point cloud based place recognition has aroused significant research interest due to its robustness to changing environments with drastic daytime and weather variance.

Pyramid Point Cloud Transformer for Large-Scale Place Recognition

fpthink/ppt-net ICCV 2021

In order to obtain discriminative global descriptors, we construct a pyramid VLAD module to aggregate the multi-scale feature maps of point clouds into the global descriptors.

MinkLoc++: Lidar and Monocular Image Fusion for Place Recognition

jac99/MinkLocMultimodal 12 Apr 2021

We also identify dominating modality problem when training a multimodal descriptor.

TransLoc3D : Point Cloud based Large-scale Place Recognition using Adaptive Receptive Fields

slothfulxtx/TransLoc3D 25 May 2021

Place recognition plays an essential role in the field of autonomous driving and robot navigation.