Search papers, labs, and topics across Lattice.
This study introduces SKMamba, a novel multi-modal framework for automated assessment of Zygomaticomaxillary Suture (ZMS) maturation, leveraging a newly created dataset of 3,790 images spanning ages 4 to 24. The framework employs a decoupled dual-path architecture that integrates an Implicit Edge Extractor to enhance sutural boundaries and a Cross-Modal Semantic Alignment module to incorporate anatomical descriptions from a large language model. Experimental results indicate that SKMamba outperforms existing methods, providing a significant advancement in the accuracy of ZMS maturation staging, which is crucial for optimizing orthopedic interventions.
SKMamba achieves state-of-the-art performance in ZMS maturation assessment by combining structural image analysis with semantic insights from a large language model.
The Zygomaticomaxillary Suture is a key circummaxillary structure that connects the zygomatic bone and the maxilla, which serves as a primary site of resistance during maxillary advancement, and its maturation status directly influences the timing and efficacy of orthopedic interventions. However, accurate staging of ZMS maturation remains challenging due to subtle high-frequency transitions in suture lines and the global semantic ambiguity between adjacent stages. To address this, we present the first public ZMS dataset, comprising 3,790 ZMS images covering the entire age range from 4 to 24 years. Based on this dataset, we propose SKMamba, a Structure-aware and Knowledge-guided Mamba-based multi-modal framework for automated ZMS maturation assessment. SKMamba adopts a decoupled dual-path architecture that mimics the hierarchical diagnostic process used by experienced orthodontists. We first introduce an Implicit Edge Extractor (IEE), which leverages structural pre-training to reduce trabecular noise and accentuate sutural boundaries. Complementarily, a Cross-Modal Semantic Alignment (CSA) module is designed to incorporate anatomical descriptions from a large language model (LLM). This module helps align local morphological cues with global semantic descriptions while ensuring that objective morphological evidence remains the primary basis for decisions. Extensive experiments on our ZMS dataset demonstrate that SKMamba achieves state-of-the-art performance compared to existing methods. Code is available at https://github.com/galaxygxq1116/SKMamba.