QCSeg-Net: a multi-stage quality-controlled liver tumor segmentation model for AI-assisted diagnosis
摘要
Precise liver tumor segmentation is essential for reliable clinical decision-making, particularly for treatment planning and quantitative assessment. To improve segmentation robustness under heterogeneous image quality and complex tumor appearance, we propose QCSeg-Net, a quality-controlled, coarse-to-fine framework consisting of tumor-presence classification (FALC-Net), image quality screening (IQS-Net), and refined segmentation via RGA-TransUNet. The framework first removes tumor-free slices to reduce redundant computation, then filters degraded images to ensure consistent input quality, and finally performs fine-grained segmentation using multi-scale receptive-field aggregation and a residual-guided Transformer module. Experiments on a liver tumor CT dataset from the Hunan University of Medicine General Hospital demonstrate that QCSeg-Net achieves a 2.09% improvement in IoU over advanced baseline models, while also exhibiting higher stability on small-volume and low-contrast tumors. These results highlight the potential of QCSeg-Net for intelligent auxiliary diagnosis of liver tumors in clinical applications. Code: https://github.com/luo-ming-hao/QCSeg-Net.