YangFengSEU / CEDR

Contrastive Embedding Distribution Refinement and Entropy-Aware Attention for 3D Point Cloud Classification
4 stars 1 forks source link

CEDR

This repository is for Contrastive Embedding Distribution Refinement and Entropy-Aware Attention Network (CEDR) introduced in the following paper:

"Contrastive Embedding Distribution Refinement and Entropy-Aware Attention for 3D Point Cloud Classification"

Updates

Network Architecture

image

Implementation Platforms

ModelNet40 Experiment

Test the pre-trained model:

ScanObjectNN Experiment

Test the pre-trained model:

Pre-trained Models

Model Dataset #Points Data
Augmentation
Performance
on Test Set
Download
Link
PointNet++ ModelNet40 1024 random scaling
and translation
overall accuracy: 93.1%
average class accuracy: 91.1%
google drive
GBNet ScanObjectNN 1024 random scaling
and translation
overall accuracy: 82.9%
average class accuracy: 80.6%
google drive

Acknowledgement

The code is built on GBNet. We thank the authors for sharing the codes. We also thank the Big Data Center of Southeast University for providing the facility support on the numerical calculations in this paper.