Hyper-Convolution Networks for Biomedical Image Segmentation
Tianyu Ma, Adrian V. Dalca, Mert R. Sabuncu

TL;DR
This paper introduces hyper-convolutions, a novel neural network building block that decouples kernel size from learnable parameters, leading to more efficient and accurate biomedical image segmentation models with better generalization.
Contribution
The paper presents hyper-convolutions, which implicitly represent kernels as functions of coordinates, allowing flexible receptive fields without increasing parameters, improving segmentation performance.
Findings
Hyper-convolutions outperform regular convolutions in biomedical segmentation tasks.
Models with hyper-convolutions show improved accuracy and efficiency.
Learned hyper-convolutions exhibit natural regularization, enhancing generalization.
Abstract
The convolution operation is a central building block of neural network architectures widely used in computer vision. The size of the convolution kernels determines both the expressiveness of convolutional neural networks (CNN), as well as the number of learnable parameters. Increasing the network capacity to capture rich pixel relationships requires increasing the number of learnable parameters, often leading to overfitting and/or lack of robustness. In this paper, we propose a powerful novel building block, the hyper-convolution, which implicitly represents the convolution kernel as a function of kernel coordinates. Hyper-convolutions enable decoupling the kernel size, and hence its receptive field, from the number of learnable parameters. In our experiments, focused on challenging biomedical image segmentation tasks, we demonstrate that replacing regular convolutions with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Hyper-Convolution Networks for Biomedical Image Segmentation· youtube
Taxonomy
TopicsAI in cancer detection · COVID-19 diagnosis using AI · Advanced Neural Network Applications
MethodsConvolution
