Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

U-Mamba2: Scaling State Space Models for Dental Anatomy Segmentation in CBCT

Created by
  • Haebom

Author

Zhi Qin Tan, Xiatian Zhu, Owen Addison, Yunpeng Li

Outline

U-Mamba2 is a novel neural network architecture for automatic segmentation of teeth and jaw structures from dental Cone-Beam Computed Tomography (CBCT) images. It integrates the Mamba2 state-space model into the U-Net architecture to enhance efficiency, and leverages interactive click prompts, self-supervised learning, and dental domain knowledge to improve performance. It won first place in the ToothFairy3 challenge.

Takeaways, Limitations

Takeaways:
Development of an effective deep learning model for segmenting dental anatomical structures in CBCT images.
Integrating the Mamba2 state-space model into U-Net to improve performance and efficiency.
Interactive click prompts, self-supervised learning, and domain knowledge to improve performance.
Proving its excellence by taking first place in the ToothFairy3 Challenge.
Increased reproducibility and usability of research through code disclosure.
Limitations:
No specific Limitations mentioned in the paper.
👍