IVCVMay 21, 2021

Hyper-Convolution Networks for Biomedical Image Segmentation

arXiv:2105.10559v218 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses efficiency and robustness issues in biomedical image segmentation, though it appears incremental as it builds on existing convolution methods.

The paper tackles the problem of increasing convolution kernel size in CNNs leading to overfitting and lack of robustness by proposing hyper-convolutions, which decouple kernel size from learnable parameters, resulting in more efficient architectures with improved accuracy in biomedical image segmentation tasks.

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 hyper-convolutions leads to more efficient architectures that achieve improved accuracy. Our analysis also shows that learned hyper-convolutions are naturally regularized, which can offer better generalization performance. We believe that hyper-convolutions can be a powerful building block in future neural network architectures for computer vision tasks. We provide all of our code here: https://github.com/tym002/Hyper-Convolution

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes