🤖 AI Summary
To address the insufficient robustness of pediatric fracture morphology classification under imperfect detector conditions, this paper proposes a local modeling-based AO coding recognition method. It decouples the global multi-label classification task into bounding-box-level multi-class classification and automatically maps detected bounding boxes to the AO fracture classification system for morphological identification. The method introduces a novel detection error propagation analysis framework to characterize how localization errors and missed detections affect downstream classification performance. By integrating local feature reweighting with AO-structured anatomical priors, it achieves an average F1-score improvement of 7.89% on a public benchmark dataset. The implementation is open-sourced, demonstrating strong clinical interpretability, robustness against detector imperfections, and practical deployability in real-world settings.
📝 Abstract
Between $15,%$ and $45,%$ of children experience a fracture during their growth years, making accurate diagnosis essential. Fracture morphology, alongside location and fragment angle, is a key diagnostic feature. In this work, we propose a method to extract fracture morphology by assigning automatically global AO codes to corresponding fracture bounding boxes. This approach enables the use of public datasets and reformulates the global multilabel task into a local multiclass one, improving the average F1 score by $7.89,%$. However, performance declines when using imperfect fracture detectors, highlighting challenges for real-world deployment. Our code is available on GitHub.