1: \begin{abstract}
2: Image segmentation is a fundamental task in image analysis and clinical practice. The current state-of-the-art techniques are based on U-shape type encoder-decoder networks with skip connections, called U-Net. Despite the powerful performance reported by existing U-Net type networks, they suffer from several major limitations. Issues include the hard coding of the receptive field size, compromising the performance and computational cost, as well as the fact that they do not account for inherent noise in the data. They have problems associated with discrete layers, and do not offer any theoretical underpinning. In this work we introduce continuous U-Net, a novel family of networks for image segmentation.
3: %type of U-Net blocks that we call \cUnet for medical image segmentation.
4: Firstly, continuous U-Net is a continuous deep neural network that introduces new dynamic blocks modelled by second order ordinary differential equations. Secondly, we provide theoretical guarantees for our network demonstrating faster convergence, higher robustness and less sensitivity to noise.
5: Thirdly, we derive qualitative measures to tailor-made segmentation tasks.
6: %Furthermore, continuous U-Net provides faster convergence, higher robustness and less sensitivity to noise -- which is shown theoretically by providing underpinning theory but also empirically. In addition to that, we open the black box of ODE solvers and develop a quality measure for choosing the best ODE solver.
7: We demonstrate, through extensive numerical and visual results, that our model
8: %Our model
9: outperforms existing U-Net blocks for several medical image segmentation benchmarking datasets.
10: %\vspace{4cm}
11: \end{abstract}
12: