paper-with-me

Papers

Example-Based Sampling with Diffusion Models

2023-02-10 · Bastien Doignies, Nicolas Bonneel, David Coeurjolly, Julie Digne, Loïs Paulin, Jean-Claude Iehl, Victor Ostromoukhov

Much effort has been put into developing samplers with specific properties, such as producing blue noise, low-discrepancy, lattice or Poisson disk samples. These samplers can be slow if they rely on optimization processes, may rely on a wide range of numerical methods, are not always differentiable. The success of recent diffusion models for image generation suggests that these models could be appropriate for learning how to generate point sets from examples. However, their convolutional nature makes these methods impractical for dealing with scattered data such as point sets. We propose a generic way to produce 2-d point sets imitating existing samplers from observed point sets using a diffusion model. We address the problem of convolutional layers by leveraging neighborhood information from an optimal transport matching to a uniform grid, that allows us to benefit from fast convolutions on grids, and to support the example-based learning of non-uniform sampling patterns. We demonstrate how the differentiability of our approach can be used to optimize point sets to enforce properties.

📄 PDF Abstract BibTeX arXiv:2302.05116

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Zigzag Diffusion Sampling: Diffusion Models Can Self-Improve via Self-Reflection

2024-12-14 · Lichen Bai, Shitong Shao, Zikai Zhou, Zipeng Qi 외

Diffusion models, the most popular generative paradigm so far, can inject conditional information into the generation path to guide the latent towards desired directions. However, existing text-to-image diffusion models …

Denoising

Touring sampling with pushforward maps

2023-11-23 · Vivien Cabannes, Charles Arnal

The number of sampling methods could be daunting for a practitioner looking to cast powerful machine learning methods to their specific problem. This paper takes a theoretical stance to review and organize many sampling …

Diversity

GUIDE: Guidance-based Incremental Learning with Diffusion Models

2024-03-06 · Bartosz Cywiński, Kamil Deja, Tomasz Trzciński, Bartłomiej Twardowski 외

We introduce GUIDE, a novel continual learning approach that directs diffusion models to rehearse samples at risk of being forgotten. Existing generative strategies combat catastrophic forgetting by randomly sampling reh…

Continual LearningIncremental Learning

Enhanced Diffusion Sampling: Efficient Rare Event Sampling and Free Energy Calculation with Diffusion Models

2026-02-18 · Yu Xie, Ludwig Winkler, Lixin Sun, Sarah Lewis 외 arxiv

The rare-event sampling problem has long been the central limiting factor in molecular dynamics (MD), especially in biomolecular simulation. Recently, diffusion models such as BioEmu have emerged as powerful equilibrium …

AdvDiff: Generating Unrestricted Adversarial Examples using Diffusion Models

2023-07-24 · Xuelong Dai, Kaisheng Liang, Bin Xiao

Unrestricted adversarial attacks present a serious threat to deep learning models and adversarial defense techniques. They pose severe security problems for deep learning applications because they can effectively bypass …

Adversarial AttackAdversarial Defense