IVCVLGDec 20, 2022

FunkNN: Neural Interpolation for Functional Generation

arXiv:2212.14042v27 citationsh-index: 7
Originality Highly original
AI Analysis

This addresses the need for continuous generative models in ill-posed inverse problems, offering a novel interpolation-based approach.

The paper tackled the problem of building continuous generative models that generalize across scales and allow exact derivative calculation by introducing FunkNN, a convolutional network that learns to reconstruct continuous images at arbitrary coordinates, achieving high-quality image generation and strong out-of-distribution performance.

Can we build continuous generative models which generalize across scales, can be evaluated at any coordinate, admit calculation of exact derivatives, and are conceptually simple? Existing MLP-based architectures generate worse samples than the grid-based generators with favorable convolutional inductive biases. Models that focus on generating images at different scales do better, but employ complex architectures not designed for continuous evaluation of images and derivatives. We take a signal-processing perspective and treat continuous image generation as interpolation from samples. Indeed, correctly sampled discrete images contain all information about the low spatial frequencies. The question is then how to extrapolate the spectrum in a data-driven way while meeting the above design criteria. Our answer is FunkNN -- a new convolutional network which learns how to reconstruct continuous images at arbitrary coordinates and can be applied to any image dataset. Combined with a discrete generative model it becomes a functional generator which can act as a prior in continuous ill-posed inverse problems. We show that FunkNN generates high-quality continuous images and exhibits strong out-of-distribution performance thanks to its patch-based design. We further showcase its performance in several stylized inverse problems with exact spatial derivatives.

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