Enhancing 3D Point Cloud Classification

Paper on arXiv GitHub Repository YouTube Presentation Presentation PDF

Overview

ModelNet‑R is our refined version of the ModelNet40 dataset. By resolving labeling inconsistencies, removing near‑2D data, and improving class differentiation, we provide a cleaner, more reliable benchmark for 3D point cloud classification.

Point‑SkipNet is a lightweight, graph‑based neural network designed to efficiently extract features from 3D point clouds using smart sampling, grouping, and skip connections. This combination achieves state‑of‑the‑art accuracy with lower computational overhead.

Video Presentation

Challenges in ModelNet40

Challenges in ModelNet40
Figure: Challenges in the ModelNet40 dataset

Our Solution: ModelNet‑R & Point‑SkipNet

  1. ModelNet‑R Dataset: A refined dataset featuring corrected labels, removal of 2D artifacts, and enhanced class differentiation.
  2. Point‑SkipNet Architecture: A lightweight neural network that leverages efficient point sampling, grouping, and skip connections for improved feature extraction.
Point‑SkipNet Architecture
Figure: The Point‑SkipNet architecture
Sample and Group Module
Figure: Sample and Group Module for efficient point sampling

Dataset

Place these datasets in the data folder:

Note: The modelnet40_normal_resampled dataset will be converted to modelnetR_normal_resampled during processing. Please back up the original data if needed.

Training & Testing

To train Point‑SkipNet:

cd Point-SkipNet
dataset="modelnetR" bash run_train.sh

To test the model:

cd Point-SkipNet
dataset="modelnetR" bash run_test.sh

Experimental Results

Our experiments demonstrate significant improvements using ModelNet‑R and Point‑SkipNet:

Resources

Paper on arXiv

Read the Paper

Explore the full methodology and results in our publication.

View Paper
GitHub Repository

GitHub Repository

Access the complete code, dataset, and documentation.

Visit GitHub
YouTube Presentation

YouTube Video

Watch our detailed presentation on YouTube.

Watch Video
Presentation PDF

Download Presentation

Get the PDF presentation for an in-depth overview.

Download PDF

Acknowledgements

This project builds upon the valuable contributions of the research community. Special thanks to: