🤖 AI Summary
To address the challenge of simultaneously achieving high boundary accuracy and model interpretability in image segmentation, this paper proposes a hybrid framework integrating variational modeling with deep learning. Methodologically, it introduces, for the first time, a fourth-order modified Cahn–Hilliard equation into the encoder–decoder architecture of U-Net; replaces hand-crafted parameter tuning with data-driven operators to enhance robustness; and designs a tailored finite point method (TFPM) for high-fidelity boundary preservation. Compared to purely PDE-based approaches, the framework significantly reduces parameter sensitivity and computational cost; compared to purely data-driven deep learning methods, it improves mathematical interpretability and alleviates dependence on large-scale annotated datasets. Extensive experiments on multiple benchmark datasets demonstrate state-of-the-art performance—particularly in fine-grained boundary segmentation tasks—outperforming leading contemporary methods.
📝 Abstract
Traditional image segmentation methods, such as variational models based on partial differential equations (PDEs), offer strong mathematical interpretability and precise boundary modeling, but often suffer from sensitivity to parameter settings and high computational costs. In contrast, deep learning models such as UNet, which are relatively lightweight in parameters, excel in automatic feature extraction but lack theoretical interpretability and require extensive labeled data. To harness the complementary strengths of both paradigms, we propose Variational Model Based Tailored UNet (VM_TUNet), a novel hybrid framework that integrates the fourth-order modified Cahn-Hilliard equation with the deep learning backbone of UNet, which combines the interpretability and edge-preserving properties of variational methods with the adaptive feature learning of neural networks. Specifically, a data-driven operator is introduced to replace manual parameter tuning, and we incorporate the tailored finite point method (TFPM) to enforce high-precision boundary preservation. Experimental results on benchmark datasets demonstrate that VM_TUNet achieves superior segmentation performance compared to existing approaches, especially for fine boundary delineation.