MedPointS Dataset

MedPointS is a large-scale medical point cloud dataset based on MedShapeNet for anatomy classification, completion, and segmentation.

Specifically, we select patients from MedShapeNet with relatively complete body part scans and compile a classification dataset comprising 28,737 anatomical structures across 46 categories, with each sample containing no more than 16,384 points. For the completion task, an anchor point is randomly selected from each point cloud, and 20% of the nearest points are removed to generate its incomplete counterpart. Furthermore, we integrate these anatomical structures based on their corresponding patients to create an anatomy segmentation dataset containing 1,020 samples, each of which has 65,536 points.

An overview of MedPointS is presented int the following figure:

_images/medpoints.png

MedPointS can be downloaded from this link.

Alternatively, you can use load the dataset from Hugging Face: MedPoints-cls, MedPoints-cpl, and MedPoints-seg for classification, completion, and segmentation tasks.