Home

Awesome

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:

python main.py --exp_name=gbnet_modelnet40_eval --model=gbnet --dataset=modelnet40 --eval=True --model_path=checkpoints/modelnet/gbnet_modelnet40.t7

ScanObjectNN Experiment

Test the pre-trained model:

python main.py --exp_name=gbnet_scanobjectnn_eval --model=gbnet --dataset=ScanObjectNN --eval=True --model_path=checkpoints/gbnet_scanobjectnn/gbnet_scanobjectnn.t7

Pre-trained Models

ModelDataset#PointsData<br />AugmentationPerformance<br />on Test SetDownload<br />Link
PointNet++ModelNet401024random scaling<br />and translationoverall accuracy: 93.1%<br />average class accuracy: 91.1%google drive
GBNetScanObjectNN1024random scaling<br />and translationoverall accuracy: 82.9%<br />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.