3D Object Recognition

27 papers with code • 4 benchmarks • 8 datasets

3D object recognition is the task of recognising objects from 3D data.

Note that there are related tasks you can look at, such as 3D Object Detection which have more leaderboards.

(Image credit: Look Further to Recognize Better)

Most implemented papers

Triplet-Center Loss for Multi-View 3D Object Retrieval

popcornell/keras-triplet-center-loss CVPR 2018

Most existing 3D object recognition algorithms focus on leveraging the strong discriminative power of deep learning models with softmax loss for the classification of 3D data, while learning discriminative features with deep metric learning for 3D object retrieval is more or less neglected.

Multi-level 3D CNN for Learning Multi-scale Spatial Features

idealab-isu/GPView 30 May 2018

The multi-level voxel representation consists of a coarse voxel grid that contains volumetric information of the 3D object.

PVNet: A Joint Convolutional Network of Point Cloud and Multi-View for 3D Shape Recognition

code-implementation1/Code9 23 Aug 2018

With the recent proliferation of deep learning, various deep models with different representations have achieved the state-of-the-art performance.

OrthographicNet: A Deep Transfer Learning Approach for 3D Object Recognition in Open-Ended Domains

sudhakaranjain/3D_DEN 8 Feb 2019

Nowadays, service robots are appearing more and more in our daily life.

3D Object Recognition with Ensemble Learning --- A Study of Point Cloud-Based Deep Learning Models

dkoguciuk/ensemble_learning_for_point_clouds 17 Apr 2019

In this study, we present an analysis of model-based ensemble learning for 3D point-cloud object classification and detection.

Dominant Set Clustering and Pooling for Multi-View 3D Object Recognition

fate3439/dscnn 4 Jun 2019

We improve upon these methods by introducing a view clustering and pooling layer based on dominant sets.

Task-Aware Monocular Depth Estimation for 3D Object Detection

WXinlong/ForeSeE 17 Sep 2019

In this paper, we first analyse the data distributions and interaction of foreground and background, then propose the foreground-background separated monocular depth estimation (ForeSeE) method, to estimate the foreground depth and background depth using separate optimization objectives and depth decoders.

Triangle-Net: Towards Robustness in Point Cloud Learning

megayeye/triangle-net 27 Feb 2020

Previous research has shown that points' sparsity, rotation and positional inherent variance can lead to a significant drop in the performance of point cloud based classification techniques.

MeshWalker: Deep Mesh Understanding by Random Walks

AlonLahav/MeshWalker 9 Jun 2020

Each walk is organized as a list of vertices, which in some manner imposes regularity on the mesh.

3D_DEN: Open-ended 3D Object Recognition using Dynamically Expandable Networks

sudhakaranjain/3D_DEN 15 Sep 2020

Towards addressing this challenge, we propose a new deep transfer learning approach based on a dynamic architectural method to make robots capable of open-ended learning about new 3D object categories.