ModelNet-R
收藏资源简介:
ModelNet-R是由ModelNet40数据集精炼而来,旨在解决原有数据集在标签不一致、2D数据、尺寸不匹配和类区分不足等问题。该数据集通过移除错误标签、去除2D数据、调整类定义等方式进行了优化,以提高数据集的可靠性和模型性能。数据集包含1266个实例,覆盖了40个类别,适用于3D点云分类研究。
ModelNet-R is derived from the ModelNet40 dataset, and is designed to resolve the limitations of the original dataset, such as inconsistent labels, presence of 2D data entries, mismatched dimensions, and inadequate class discrimination. This dataset is optimized through measures including removing erroneous labels, eliminating 2D data entries, and revising class definitions, so as to enhance the dataset's reliability and model performance. It comprises 1266 instances across 40 categories, and is suitable for research on 3D point cloud classification.
ModelNet-R 与 Point-SkipNet 数据集概述
数据集简介
ModelNet-R 是 ModelNet40 数据集的精炼版本,旨在解决 ModelNet40 中存在的标注不一致、低质量数据、尺寸不匹配和类别定义模糊等问题。该数据集专为 3D 点云分类研究设计,适用于自动驾驶、机器人和增强现实等应用场景。
数据集特点
- 标注一致性:修正了 ModelNet40 中的错误标注和模糊样本。
- 数据质量:移除了近乎 2D 的低质量数据,确保数据的体积深度。
- 尺寸调整:解决了归一化导致的真实尺度相似性问题。
- 类别区分:优化了类别边界,减少类间混淆(如花盆与花瓶)。
数据集结构
数据集文件需放置在 data 文件夹下,包括:
data/modelnet40_normal_resampleddata/modelnet40_ply_hdf5_2048
运行创建脚本后,modelnet40_normal_resampled 将转换为 modelnetR_normal_resampled 格式。
数据集创建
通过以下命令生成 ModelNet-R: bash cd Creating_ModelNet-R h5=false bash creat_modelnetR.sh # 生成非 h5 格式 h5=true bash creat_modelnetR.sh # 生成 h5 格式
性能表现
在 ModelNet-R 上训练的模型性能对比:
| 模型 | 整体准确率 (OA) | 平均类别准确率 (mAcc) | 参数量 (M) |
|---|---|---|---|
| PointNet | 91.39 | 88.79 | 3.47 |
| PointNet++ (ssg) | 94.02 | 92.40 | 1.47 |
| PointNet++ (msg) | 94.06 | 91.80 | 1.74 |
| Point-NN | 84.75 | 77.65 | 0 |
| DG-CNN | 94.03 | 92.64 | 1.8 |
| CurveNet | 94.12 | 92.65 | 2.04 |
| PointMLP | 95.33 | 94.30 | 12.6 |
| Point-SkipNet | 94.33 | 92.93 | 1.47 |
使用许可
数据集基于 ModelNet40 构建,使用需遵守原始许可协议。具体信息请参考相关论文和官方文档。
相关资源
- 论文地址:https://arxiv.org/link_paper
- 项目主页:https://m-saeid.github.io/ModeNetR_PointSkipNet
- 演示视频:https://www.youtube.com/watch?v=7ziipjpdth0&list=PLvWl5fdJgzQxaF0v4egv1cdrstl8N7fEM&index=2
- 演示文稿:https://github.com/m-saeid/ModeNetR_PointSkipNet/blob/main/images/ModelNet%E2%80%91R%20%26%20Point%E2%80%91SkipNet.pdf
引用信息
bibtex @inproceedings{2025paper, author = {Mohammad Saeid and Amir Salarpour and Pedram MohajerAnsari}, title = {Enhancing 3D Point Cloud Classification with ModelNet-R and Point-SkipNet}, booktitle = {Proceedings of IPRIA 2025}, year = {2025}, }

- 1Enhancing 3D Point Cloud Classification with ModelNet-R and Point-SkipNetSirjan University of Technology Sirjan,Iran · 2025年



