paper-with-me

Papers

Differentiable DAG Sampling

2022-03-16 · ICLR 2022 4 · Bertrand Charpentier, Simon Kibler, Stephan Günnemann

We propose a new differentiable probabilistic model over DAGs (DP-DAG). DP-DAG allows fast and differentiable DAG sampling suited to continuous optimization. To this end, DP-DAG samples a DAG by successively (1) sampling a linear ordering of the node and (2) sampling edges consistent with the sampled linear ordering. We further propose VI-DP-DAG, a new method for DAG learning from observational data which combines DP-DAG with variational inference. Hence,VI-DP-DAG approximates the posterior probability over DAG edges given the observed data. VI-DP-DAG is guaranteed to output a valid DAG at any time during training and does not require any complex augmented Lagrangian optimization scheme in contrast to existing differentiable DAG learning approaches. In our extensive experiments, we compare VI-DP-DAG to other differentiable DAG learning baselines on synthetic and real datasets. VI-DP-DAG significantly improves DAG structure and causal mechanism learning while training faster than competitors.

📄 PDF Abstract BibTeX arXiv:2203.08509

Code (1)

sharpenb/Differentiable-DAG-Sampling 공식 구현

Tasks

validVariational Inference

Similar Papers 제목 키워드 기반

Diffusion differentiable resampling

2025-12-11 · Jennifer Rosina Andersson, Zheng Zhao arxiv

This paper is concerned with differentiable resampling in the context of sequential Monte Carlo (e.g., particle filtering). Drawing on reparametrisation, we propose a new resampling method that is informative and instant…

Towards Differentiable Resampling

2020-04-24 · Michael Zhu, Kevin Murphy, Rico Jonschkowski

Resampling is a key component of sample-based recursive state estimation in particle filters. Recent work explores differentiable particle filters for end-to-end learning. However, resampling remains a challenge in these…

State Estimation

Differentiable Particle Filtering via Entropy-Regularized Optimal Transport

2021-02-15 · Adrien Corenflos, James Thornton, George Deligiannidis, Arnaud Doucet

Particle Filtering (PF) methods are an established class of procedures for performing inference in non-linear state-space models. Resampling is a key ingredient of PF, necessary to obtain low variance likelihood and stat…

State Space ModelsVariational Inference

Sampling Network Guided Cross-Entropy Method for Unsupervised Point Cloud Registration

2021-09-14 · ICCV 2021 10 · Haobo Jiang, Yaqi Shen, Jin Xie, Jun Li 외

In this paper, by modeling the point cloud registration task as a Markov decision process, we propose an end-to-end deep model embedded with the cross-entropy method (CEM) for unsupervised 3D registration. Our model cons…

Point Cloud Registration

Localization with Sampling-Argmax

2021-10-17 · NeurIPS 2021 12 · Jiefeng Li, Tong Chen, Ruiqi Shi, Yujing Lou 외

Soft-argmax operation is commonly adopted in detection-based methods to localize the target position in a differentiable manner. However, training the neural network with soft-argmax makes the shape of the probability ma…

3D Human Pose Estimation