paper-with-me

Papers

Variational Autoencoding Neural Operators

2023-02-20 · Jacob H. Seidman, Georgios Kissas, George J. Pappas, Paris Perdikaris

Unsupervised learning with functional data is an emerging paradigm of machine learning research with applications to computer vision, climate modeling and physical systems. A natural way of modeling functional data is by learning operators between infinite dimensional spaces, leading to discretization invariant representations that scale independently of the sample grid resolution. Here we present Variational Autoencoding Neural Operators (VANO), a general strategy for making a large class of operator learning architectures act as variational autoencoders. For this purpose, we provide a novel rigorous mathematical formulation of the variational objective in function spaces for training. VANO first maps an input function to a distribution over a latent space using a parametric encoder and then decodes a sample from the latent distribution to reconstruct the input, as in classic variational autoencoders. We test VANO with different model set-ups and architecture choices for a variety of benchmarks. We start from a simple Gaussian random field where we can analytically track what the model learns and progressively transition to more challenging benchmarks including modeling phase separation in Cahn-Hilliard systems and real world satellite data for measuring Earth surface deformation.

📄 PDF Abstract BibTeX arXiv:2302.10351

Code (0)

등록된 구현이 없습니다.

Tasks

Operator learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Towards Autoencoding Variational Inference for Aspect-based Opinion Summary

2019-02-07 · Tai Hoang, Huy Le, Tho Quan

Aspect-based Opinion Summary (AOS), consisting of aspect discovery and sentiment classification steps, has recently been emerging as one of the most crucial data mining tasks in e-commerce systems. Along this direction, …

General ClassificationSentiment AnalysisSentiment ClassificationTopic Models+1

AVT: Unsupervised Learning of Transformation Equivariant Representations by Autoencoding Variational Transformations

2019-03-23 · ICCV 2019 10 · Guo-Jun Qi, Liheng Zhang, Chang Wen Chen, Qi Tian

The learning of Transformation-Equivariant Representations (TERs), which is introduced by Hinton et al. \cite{hinton2011transforming}, has been considered as a principle to reveal visual structures under various transfor…

Decoder

Semi-supervised Parsing with a Variational Autoencoding Parser

2020-07-01 · WS 2020 7 · Xiao Zhang, Dan Goldwasser

We propose an end-to-end variational autoencoding parsing (VAP) model for semi-supervised graph-based projective dependency parsing. It encodes the input using continuous latent variables in a sequential manner by deep n…

Dependency Parsing

WHAI: Weibull Hybrid Autoencoding Inference for Deep Topic Modeling

2018-03-04 · ICLR 2018 1 · Hao Zhang, Bo Chen, Dandan Guo, Mingyuan Zhou

To train an inference network jointly with a deep generative topic model, making it both scalable to big corpora and fast in out-of-sample prediction, we develop Weibull hybrid autoencoding inference (WHAI) for deep late…

On the failure of variational score matching for VAE models

2022-10-24 · Li Kevin Wenliang

Score matching (SM) is a convenient method for training flexible probabilistic models, which is often preferred over the traditional maximum-likelihood (ML) approach. However, these models are less interpretable than nor…