Arch2DC Model Weights
This repository contains the pretrained model weights for Arch2DC, an arch-aware two-stage framework for missing dental crown restoration.
Model Overview
Arch2DC consists of two stages:
- Stage I: AdaPoinTr-based point cloud completion with local-global dual constraints (Ξ±=0.8)
- Stage II: SAP-based surface reconstruction with dual-constraint supervision (Ξ²=0.9, Ξ΄=0.05)
File Structure
arch2dc-models/
βββ environment.yml # Conda environment (tooth)
βββ arch2dc/
β βββ stage1_best_l1_cd.pth # Ours Stage I (AdaPoinTr + global, Ξ±=0.8)
β βββ stage2_model_best.pt # Ours Stage II (SAP dual-constraint, Ξ²=0.9)
βββ stage1_pcn/
β βββ best_l1_cd.pth # PCN baseline Stage I
βββ stage1_adapointr_bpa/
β βββ best_l1_cd.pth # AdaPoinTr+BPA baseline Stage I
βββ dmc/
βββ best_val.pth # DMC baseline
Environment Setup
conda env create -f environment.yml
conda activate tooth
Citation
If you use these models in your research, please cite:
@article{arch2dc2025,
title={Arch2DC: An Arch-Aware Two-Stage Framework for Missing Dental Crown Restoration},
author={...},
journal={...},
year={2025}
}
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support