CNM-UNet: Continuous Ordinary Differential Equations for Medical Image Segmentation
Tao He, Yue Cao, Zhang Yi, Kaishen Wang, Tianqi Xu, Yashi Zhu, Quansong He
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/27/2026, 3:38:35 PM
- Analysis model
- gemini-2.5-flash-lite
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/cnm-unet-continuous-ordinary-differential-equations-for-medi.pdf
Summary
This paper introduces CNM-UNet, a novel Continuous Neural Memory ODE UNet for medical image segmentation. It addresses the trade-offs between model compactness, computational accuracy, and efficiency in existing ODE-based segmentation methods by replacing the hierarchical decoder layers of a vanilla UNet with a single Continuous Neural Memory ODEs Block (CNM-Block). This design reduces computation costs and improves training efficiency by leveraging continuous temporal feature extraction. To enhance cross-domain generalization, it incorporates a Dual SElf-updated (DUSE) strategy based on test-time adaptation principles. Experimental results demonstrate CNM-UNet's advantages in computational capacity, convergence speed, and cross-domain adaptability.
Problem
The paper addresses the following limitations in existing ODE-based medical image segmentation methods:
- Trade-offs in discretization: Current methods often rely on discretization, which introduces local truncation errors and can lead to substantial global deviations and computational instability.