MLCVLGIVMay 31, 2023

A Unified Framework for U-Net Design and Analysis

arXiv:2305.19638v269 citations
Originality Highly original
AI Analysis

This addresses the need for better theoretical understanding and scalable neural architectures for U-Nets, which are widely used in image processing and PDE modeling, though it is incremental in building on existing U-Net concepts.

The paper tackles the understudied design and analysis of U-Net architectures by providing a unified framework, resulting in Multi-ResNets that achieve competitive or superior performance in tasks like image segmentation and diffusion models.

U-Nets are a go-to, state-of-the-art neural architecture across numerous tasks for continuous signals on a square such as images and Partial Differential Equations (PDE), however their design and architecture is understudied. In this paper, we provide a framework for designing and analysing general U-Net architectures. We present theoretical results which characterise the role of the encoder and decoder in a U-Net, their high-resolution scaling limits and their conjugacy to ResNets via preconditioning. We propose Multi-ResNets, U-Nets with a simplified, wavelet-based encoder without learnable parameters. Further, we show how to design novel U-Net architectures which encode function constraints, natural bases, or the geometry of the data. In diffusion models, our framework enables us to identify that high-frequency information is dominated by noise exponentially faster, and show how U-Nets with average pooling exploit this. In our experiments, we demonstrate how Multi-ResNets achieve competitive and often superior performance compared to classical U-Nets in image segmentation, PDE surrogate modelling, and generative modelling with diffusion models. Our U-Net framework paves the way to study the theoretical properties of U-Nets and design natural, scalable neural architectures for a multitude of problems beyond the square.

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