A Multi-Resolution Framework for U-Nets with Applications to Hierarchical VAEs

Abstract

U-Net architectures are ubiquitous in state-of-the-art deep learning, however their regularisation properties and relationship to wavelets are understudied. In this paper, we formulate a multi-resolution framework which identifies U-Nets as finite-dimensional truncations of models on an infinite-dimensional function space. We provide theoretical results which prove that average pooling corresponds to projection within the space of square-integrable functions and show that U-Nets with average pooling implicitly learn a Haar wavelet basis representation of the data. We then leverage our framework to identify state-of-the-art hierarchical VAEs (HVAEs), which have a U-Net architecture, as a type of two-step forward Euler discretisation of multi-resolution diffusion processes which flow from a point mass, introducing sampling instabilities. We also demonstrate that HVAEs learn a representation of time which allows for improved parameter efficiency through weight-sharing. We use this observation to achieve state-of-the-art HVAE performance with half the number of parameters of existing models, exploiting the properties of our continuous-time formulation.

Cite

Text

Falck et al. "A Multi-Resolution Framework for U-Nets with Applications to Hierarchical VAEs." Neural Information Processing Systems, 2022.

Markdown

[Falck et al. "A Multi-Resolution Framework for U-Nets with Applications to Hierarchical VAEs." Neural Information Processing Systems, 2022.](https://mlanthology.org/neurips/2022/falck2022neurips-multiresolution/)

BibTeX

@inproceedings{falck2022neurips-multiresolution,
  title     = {{A Multi-Resolution Framework for U-Nets with Applications to Hierarchical VAEs}},
  author    = {Falck, Fabian and Williams, Christopher K. I. and Danks, Dominic and Deligiannidis, George and Yau, Christopher and Holmes, Chris C and Doucet, Arnaud and Willetts, Matthew},
  booktitle = {Neural Information Processing Systems},
  year      = {2022},
  url       = {https://mlanthology.org/neurips/2022/falck2022neurips-multiresolution/}
}