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}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support