菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-25
📄 Abstract - Innovative Tooth Segmentation Using Hierarchical Features and Bidirectional Sequence Modeling

Tooth image segmentation is a cornerstone of dental digitization. However, traditional image encoders relying on fixed-resolution feature maps often lead to discontinuous segmentation and poor discrimination between target regions and background, due to insufficient modeling of environmental and global context. Moreover, transformer-based self-attention introduces substantial computational overhead because of its quadratic complexity (O(n^2)), making it inefficient for high-resolution dental images. To address these challenges, we introduce a three-stage encoder with hierarchical feature representation to capture scale-adaptive information in dental images. By jointly leveraging low-level details and high-level semantics through cross-scale feature fusion, the model effectively preserves fine structural information while maintaining strong contextual awareness. Furthermore, a bidirectional sequence modeling strategy is incorporated to enhance global spatial context understanding without incurring high computational cost. We validate our method on two dental datasets, with experimental results demonstrating its superiority over existing approaches. On the OralVision dataset, our model achieves a 1.1% improvement in mean intersection over union (mIoU).

顶级标签: computer vision medical model training
详细标签: image segmentation dental imaging hierarchical features bidirectional modeling encoder architecture 或 搜索:

使用分层特征与双向序列建模的创新牙齿分割方法 / Innovative Tooth Segmentation Using Hierarchical Features and Bidirectional Sequence Modeling


1️⃣ 一句话总结

这篇论文提出了一种新的牙齿图像分割方法,它通过一个能融合不同尺度特征的三阶段编码器来同时捕捉细节和整体语义,并引入了一种高效的双向序列建模策略来理解全局空间关系,从而在保证精度的同时大幅降低了计算成本,在公开数据集上取得了优于现有方法的分割效果。

源自 arXiv: 2602.21712