ShiQiu0419 / GBNet

Geometric Back-projection Network for Point Cloud Classification (IEEE Transactions on Multimedia, TMM 2021)
MIT License
45 stars 2 forks source link
classification paper point-clouds

Geometric Back-projection Network for Point Cloud Classification

PWC
PWC
This repository is for Geometric Back-projection Network (GBNet) introduced in the following paper:
Geometric Back-projection Network for Point Cloud Classification
Shi Qiu, Saeed Anwar, Nick Barnes
IEEE Transactions on Multimedia (TMM), 2021

Paper and Citation

The paper can be downloaded from arXiv and IEEE.
If you find our paper/code is useful, please cite:

    @article{qiu2022geometric,
        title={Geometric Back-projection Network for Point Cloud Classification},
        author={Qiu, Shi and Anwar, Saeed and Barnes, Nick},
        journal={IEEE Transactions on Multimedia},
        year={2022},
        volume={24},
        pages={1943-1955},
        doi={10.1109/TMM.2021.3074240}
    }

Network Architecture

Updates

Implementation Platforms

ModelNet40 Experiment

Train the model:

Test the pre-trained model:

ScanObjectNN Experiment

Train the model:

Test the pre-trained model:

Pre-trained Models

Model Dataset #Points Data
Augmentation
Loss Performance
on Test Set
Download
Link
GBNet ModelNet40 1024 random scaling
and translation
cross-entropy
with label smoothing
overall accuracy: 93.80%
average class accuracy: 91.04%
google drive
GBNet ScanObjectNN 1024 random scaling
and translation
cross-entropy
with label smoothing
overall accuracy: 80.99%
average class accuracy: 78.21%
google drive

For more discussions regarding the factors that may affect point cloud classification,
please refer to the following paper:
Revisiting Point Cloud Classification with a Simple and Effective Baseline

Acknowledgement

The code is built on DGCNN. We thank the authors for sharing the codes.