3D Object Classification

42 papers with code • 3 benchmarks • 6 datasets

3D Object Classification is the task of predicting the class of a 3D object point cloud. It is a voxel level prediction where each voxel is classified into a category. The popular benchmark for this task is the ModelNet dataset. The models for this task are usually evaluated with the Classification Accuracy metric.

Image: Sedaghat et al

Improved Training for 3D Point Cloud Classification

snehaputul/ImprovedPointCloud Structural, Syntactic, and Statistical Pattern Recognition (S+SSPR) 2023

PointNet is a pioneering approach in this direction that feeds the 3D point cloud data directly to a model.

1
01 Jan 2023

MATE: Masked Autoencoders are Online 3D Test-Time Learners

jmiemirza/mate ICCV 2023

Our MATE is the first Test-Time-Training (TTT) method designed for 3D data, which makes deep networks trained for point cloud classification robust to distribution shifts occurring in test data.

16
21 Nov 2022

Data Augmentation-free Unsupervised Learning for 3D Point Cloud Understanding

gfmei/softclu 6 Oct 2022

Unsupervised learning on 3D point clouds has undergone a rapid evolution, especially thanks to data augmentation-based contrastive methods.

17
06 Oct 2022

CrossPoint: Self-Supervised Cross-Modal Contrastive Learning for 3D Point Cloud Understanding

mohamedafham/crosspoint CVPR 2022

Manual annotation of large-scale point cloud dataset for varying tasks such as 3D object classification, segmentation and detection is often laborious owing to the irregular structure of point clouds.

222
01 Mar 2022

On Automatic Data Augmentation for 3D Point Cloud Classification

RosettaWYzhang/AdaPC 11 Dec 2021

Data augmentation is an important technique to reduce overfitting and improve learning performance, but existing works on data augmentation for 3D point cloud data are based on heuristics.

7
11 Dec 2021

diffConv: Analyzing Irregular Point Clouds with an Irregular View

mmmmimic/diffconvnet 29 Nov 2021

Standard spatial convolutions assume input data with a regular neighborhood structure.

26
29 Nov 2021

PointMixer: MLP-Mixer for Point Cloud Understanding

lifebeyondexpectations/eccv22-pointmixer 22 Nov 2021

MLP-Mixer has newly appeared as a new challenger against the realm of CNNs and transformer.

97
22 Nov 2021

PolyNet: Polynomial Neural Network for 3D Shape Recognition with PolyShape Representation

myavartanoo/PolyNet_PyTorch 15 Oct 2021

3D shape representation and its processing have substantial effects on 3D shape recognition.

18
15 Oct 2021

SceneGraphFusion: Incremental 3D Scene Graph Prediction from RGB-D Sequences

ShunChengWu/SceneGraphFusion CVPR 2021

Scene graphs are a compact and explicit representation successfully used in a variety of 2D scene understanding tasks.

146
27 Mar 2021

Regularization Strategy for Point Cloud via Rigidly Mixed Sample

dogyoonlee/RSMix-official CVPR 2021

Data augmentation is an effective regularization strategy to alleviate the overfitting, which is an inherent drawback of the deep neural networks.

31
03 Feb 2021