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

Latest papers with no code

Improving Normalization with the James-Stein Estimator

no code yet • 1 Dec 2023

In this paper, first, we establish that normalization layers in deep learning use inadmissible estimators for mean and variance.

Fast Sparse 3D Convolution Network with VDB

no code yet • 5 Nov 2023

We proposed a new Convolution Neural Network implementation optimized for sparse 3D data inference.

An Interpretable Machine Learning Model with Deep Learning-based Imaging Biomarkers for Diagnosis of Alzheimer's Disease

no code yet • 15 Aug 2023

However, some machine learning methods based on imaging data have poor interpretability because it is usually unclear how they make their decisions.

MVImgNet: A Large-scale Dataset of Multi-view Images

no code yet • CVPR 2023

The birth of ImageNet drives a remarkable trend of "learning from large-scale data" in computer vision.

Unsupervised 3D Object Learning through Neuron Activity aware Plasticity

no code yet • 22 Feb 2023

We present an unsupervised deep learning model for 3D object classification.

HGNet: Learning Hierarchical Geometry From Points, Edges, and Surfaces

no code yet • CVPR 2023

Next, as every two neighbor edges compose a surface, we obtain the edge-level representation of each anchor edge via surface-to-edge aggregation over all neighbor surfaces.

PointCMC: Cross-Modal Multi-Scale Correspondences Learning for Point Cloud Understanding

no code yet • 22 Nov 2022

To solve it, we proposed PointCMC, a novel cross-modal method to model multi-scale correspondences across modalities for self-supervised point cloud representation learning.

Primitive3D: 3D Object Dataset Synthesis from Randomly Assembled Primitives

no code yet • CVPR 2022

Further study suggests that our strategy can improve the model performance by pretraining and fine-tuning scheme, especially for the dataset with a small scale.

Unsupervised Learning on 3D Point Clouds by Clustering and Contrasting

no code yet • 5 Feb 2022

This paper proposes a general unsupervised approach, named \textbf{ConClu}, to perform the learning of point-wise and global features by jointly leveraging point-level clustering and instance-level contrasting.

Background-Aware 3D Point Cloud Segmentationwith Dynamic Point Feature Aggregation

no code yet • 14 Nov 2021

As the core module of the DPFA-Net, we propose a Feature Aggregation layer, in which features of the dynamic neighborhood of each point are aggregated via a self-attention mechanism.