⌨️1.DilatedToothSegNet: Tooth Segmentation Network on 3D Dental Meshes Through Increasing Receptive Vision
Code_Link|Time:2024|Not_Reproduction
⌨️2.MeshSegNet: Deep Multi-Scale Mesh Feature Learning for Automated Labeling of Raw Dental Surface from 3D Intraoral Scanners
Code_Link|Time:2023|2021|Not_Reproduction
Paper_Link1_2020|Paper_Link2_2019|Paper_Link3_2021|Dataset_Not_Found
⌨️3.T-Mamba: A unified framework with Long-Range Dependency in dual-domain for 2D & 3D Tooth Segmentation
Code_Link|Time:2024|Not_Reproduction
Paper_Link|Dataset_Loss
Code_Link|Time:2022|Not_Reproduction
Paper_Link|Dataset_Need_Apply
Code_Link|Time:2019|Not_Reproduction|Relative_Code
Paper_Link|Dataset_Not_Found
Code_Link|Time:2019|Not_Reproduction|Relative_Code
Paper_Link|Dataset_Not_Found
Code_Link|Time:2024|Not_Reproduction
Paper_Link(MICCAI 2023)|Dataset_Not_Found
PS_From_Author:
The preprocessing module performs the following functions:
- Randomly downsamples N surfaces from the original mesh (in our implementation, N = 10,000).
- Extracts 8-dimensional features for these surfaces from the mesh (details can be found in our paper).
- Retrieves the corresponding labels for these surfaces. The features and labels are stored in the respective files, "u_aligned.json" / "l_aligned.json", representing the tooth point cloud information and segmentation labels. Each point in the point cloud corresponds one-to-one with the respective surface in the IOS mesh. You can implement this based on the provided description.
Thank you for your suggestions regarding the dataset and model. However, we regret that we are unable to share the dataset and pre-trained models due to privacy concerns. We appreciate your understanding and are happy to help with any other questions or clarifications.
Data_Structure
the dataset structure in ./data/DataSet/
should be organized as follows:
DataSet/
├── Case1_maxillary/
│ ├── u_aligned.stl
│ ├── u.txt
│ ├── u_aligned.json
├── Case1_mandibule/
│ ├── l_aligned.stl
│ ├── l.txt
│ └── l_aligned.json
└── ...
In this structure, the original data files for each case, such as "u_aligned.stl" and "u.txt," are placed together with the preprocessed file "u_aligned.json" (using "u" as an example; the same applies to "l").
⌨️8.ToothGroupNetwork:Team CGIP‘s Code In Miccai2022 3D Teeth Scan Segmentation and Labeling Challenge
Code_Link|Time:2024|Not_Reproduction
Paper_Link|Dataset_1|Dataset_2|CheckPoint
Code_Link|Time:2025|Not_Reproduction