paper-with-me

홈 › Papers

Embedded-model flows: Combining the inductive biases of model-free deep learning and explicit probabilistic modeling

2021-10-12 · ICLR 2022 4 · Gianluigi Silvestri, Emily Fertig, Dave Moore, Luca Ambrogioni

Normalizing flows have shown great success as general-purpose density estimators. However, many real world applications require the use of domain-specific knowledge, which normalizing flows cannot readily incorporate. We propose embedded-model flows (EMF), which alternate general-purpose transformations with structured layers that embed domain-specific inductive biases. These layers are automatically constructed by converting user-specified differentiable probabilistic models into equivalent bijective transformations. We also introduce gated structured layers, which allow bypassing the parts of the models that fail to capture the statistics of the data. We demonstrate that EMFs can be used to induce desirable properties such as multimodality, hierarchical coupling and continuity. Furthermore, we show that EMFs enable a high performance form of variational inference where the structure of the prior model is embedded in the variational architecture. In our experiments, we show that this approach outperforms state-of-the-art methods in common structured inference problems.

📄 PDF Abstract BibTeX arXiv:2110.06021

Code (1)

gisilvs/EmbeddedModelFlows 공식 구현 tf

Tasks

modelVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Data-Free PINNs for Compressible Flows: Mitigating Spectral Bias and Gradient Pathologies via Mach-Guided Scaling and Hybrid Convolutions

2026-03-01 · Ryosuke Yano arxiv

This paper presents a fully data-free Physics-Informed Neural Network (PINN) capable of solving compressible inviscid flows (ranging from supersonic to hypersonic, up to Ma=15, where Ma is the Mach number) around a circu…

IV-Posterior: Inverse Value Estimation for Interpretable Policy Certificates

2020-11-30 · Tatiana Lopez-Guevara, Michael Burke, Nicholas K. Taylor, Kartic Subr

Model-free reinforcement learning (RL) is a powerful tool to learn a broad range of robot skills and policies. However, a lack of policy interpretability can inhibit their successful deployment in downstream applications…

Reinforcement Learning (RL)

Free-form Flows: Make Any Architecture a Normalizing Flow

2023-10-25 · Felix Draxler, Peter Sorrenson, Lea Zimmermann, Armand Rousselot 외

Normalizing Flows are generative models that directly maximize the likelihood. Previously, the design of normalizing flows was largely constrained by the need for analytical invertibility. We overcome this constraint by …

Density EstimationForm

Flowformer: Linearizing Transformers with Conservation Flows

2022-02-13 · Haixu Wu, Jialong Wu, Jiehui Xu, Jianmin Wang 외

Transformers based on the attention mechanism have achieved impressive success in various areas. However, the attention mechanism has a quadratic complexity, significantly impeding Transformers from dealing with numerous…

D4RLOffline RLTime SeriesTime Series Analysis

Tripod: Three Complementary Inductive Biases for Disentangled Representation Learning

2024-04-16 · Kyle Hsu, Jubayer Ibn Hamid, Kaylee Burns, Chelsea Finn 외

Inductive biases are crucial in disentangled representation learning for narrowing down an underspecified solution set. In this work, we consider endowing a neural network autoencoder with three select inductive biases f…

Data CompressionDecoderDisentanglementQuantization+1