paper-with-me

Papers

Differential equation and probability inspired graph neural networks for latent variable learning

2022-02-28 · Zhuangwei Shi

Probabilistic theory and differential equation are powerful tools for the interpretability and guidance of the design of machine learning models, especially for illuminating the mathematical motivation of learning latent variable from observation. Subspace learning maps high-dimensional features on low-dimensional subspace to capture efficient representation. Graphs are widely applied for modeling latent variable learning problems, and graph neural networks implement deep learning architectures on graphs. Inspired by probabilistic theory and differential equations, this paper conducts notes and proposals about graph neural networks to solve subspace learning problems by variational inference and differential equation. Source code of this paper is available at https://github.com/zshicode/Latent-variable-GNN.

📄 PDF Abstract BibTeX arXiv:2202.13800

Code (1)

zshicode/latent-variable-gnn 공식 구현 pytorch

Tasks

Stock Predictiontext-classificationText ClassificationVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Latent Schrodinger Bridge: Prompting Latent Diffusion for Fast Unpaired Image-to-Image Translation

2024-11-22 · Jeongsol Kim, Beomsu Kim, Jong Chul Ye

Diffusion models (DMs), which enable both image generation from noise and inversion from data, have inspired powerful unpaired image-to-image (I2I) translation algorithms. However, they often require a larger number of n…

Image GenerationImage-to-Image TranslationTranslation

Neural Controlled Differential Equations with Quantum Hidden Evolutions

2024-04-30 · Lingyi Yang, Zhen Shao

We introduce a class of neural controlled differential equation inspired by quantum mechanics. Neural quantum controlled differential equations (NQDEs) model the dynamics by analogue of the Schr\"{o}dinger equation. Spec…

Classification

Graph Neural Stochastic Differential Equations

2023-08-23 · Richard Bergna, Felix Opolka, Pietro Liò, Jose Miguel Hernandez-Lobato

We present a novel model Graph Neural Stochastic Differential Equations (Graph Neural SDEs). This technique enhances the Graph Neural Ordinary Differential Equations (Graph Neural ODEs) by embedding randomness into data …

Out-of-Distribution DetectionPrediction

Latent Ordinary Differential Equations for Irregularly-Sampled Time Series

2019-12-01 · NeurIPS 2019 12 · Yulia Rubanova, Tian Qi Chen, David K. Duvenaud

Time series with non-uniform intervals occur in many applications, and are difficult to model using standard recurrent neural networks (RNNs). We generalize RNNs to have continuous-time hidden dynamics defined by ordinar…

Time SeriesTime Series Analysis

Uncertainty Modeling in Graph Neural Networks via Stochastic Differential Equations

2024-08-28 · Richard Bergna, Sergio Calvo-Ordoñez, Felix L. Opolka, Pietro Liò 외

We address the problem of learning uncertainty-aware representations for graph-structured data. While Graph Neural Ordinary Differential Equations (GNODE) are effective in learning node representations, they fail to quan…

Uncertainty Quantification