LGMLAug 14, 2018

Analyzing Inverse Problems with Invertible Neural Networks

arXiv:1808.04730v3586 citations
AI Analysis

This addresses the inverse problem in natural sciences like astrophysics and medicine, offering a tool for analyzing ambiguous parameter distributions, though it is incremental as INNs are not new but applied in a novel way.

The authors tackled the ambiguous inverse problem of determining hidden system parameters from measurements by using Invertible Neural Networks (INNs) to learn the inverse jointly with the forward process, capturing lost information with latent variables. They experimentally verified on artificial and real-world data that INNs effectively find multi-modalities, uncover parameter correlations, and identify unrecoverable parameters.

In many tasks, in particular in natural science, the goal is to determine hidden system parameters from a set of measurements. Often, the forward process from parameter- to measurement-space is a well-defined function, whereas the inverse problem is ambiguous: one measurement may map to multiple different sets of parameters. In this setting, the posterior parameter distribution, conditioned on an input measurement, has to be determined. We argue that a particular class of neural networks is well suited for this task -- so-called Invertible Neural Networks (INNs). Although INNs are not new, they have, so far, received little attention in literature. While classical neural networks attempt to solve the ambiguous inverse problem directly, INNs are able to learn it jointly with the well-defined forward process, using additional latent output variables to capture the information otherwise lost. Given a specific measurement and sampled latent variables, the inverse pass of the INN provides a full distribution over parameter space. We verify experimentally, on artificial data and real-world problems from astrophysics and medicine, that INNs are a powerful analysis tool to find multi-modalities in parameter space, to uncover parameter correlations, and to identify unrecoverable parameters.

Code Implementations2 repos
Foundations

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

Your Notes