Add dataset card, link to paper and GitHub repository

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - 3d
7
+ - point-cloud
8
+ ---
9
+
10
+ # Point Cloud Corruption Datasets
11
+
12
+ This repository hosts the clean training and corrupted test point cloud datasets utilized in the paper [Point-Selection Fine-Tuning Framework for Robust Point Cloud Classification](https://arxiv.org/abs/2607.19711) (PRCV 2026).
13
+
14
+ Official Code: [GitHub - CVChMA/PSFT](https://github.com/CVChMA/PSFT)
15
+
16
+ ## Dataset Specifications
17
+
18
+ These benchmarks are used to evaluate how well 3D point cloud classification models perform under various common corruptions (such as noise, dropping points, or scaling).
19
+
20
+ | Dataset | Classes | Clean Training Data | Corrupted Test Data |
21
+ | :--- | :--- | :--- | :--- |
22
+ | `ModelNet-C` | 40 | `modelnet40_ply_hdf5_2048` | `modelnet_c` |
23
+ | `ModelNet40-C` | 40 | `modelnet40_ply_hdf5_2048` | `modelnet40_c` |
24
+ | `ScanObjectNN-C` | 15 | `ScanObjectNN/h5_files/main_split` | `scanobjectnn_c` |
25
+
26
+ ## Citation
27
+
28
+ If you find these datasets or the PSFT framework useful for your research, please cite the following paper:
29
+
30
+ ```bibtex
31
+ @misc{arxiv2607.19711,
32
+ title = {Point-Selection Fine-Tuning Framework for Robust Point Cloud Classification},
33
+ author = {Da Li, Chang Ma, and Dongfu Yin},
34
+ year = {2026},
35
+ url = {https://arxiv.org/abs/2607.19711}
36
+ }
37
+ ```