paper-with-me

Papers

Sampling Data with Chains of Forward-Backward Diffusion Steps

2026-05-26 · Hyunmo Kang, Noam Itzhak Levi, Corinna Elena Wegner, Daniel J. Korchinski, Matthieu Wyart arxiv

Sampling from learned high-dimensional distributions is a foundational computational problem. We introduce U-turn chains: Markov chains obtained by iterating short forward-backward steps of a diffusion model, in which each step proposes a move that remains on the learned data manifold and, paired with a Metropolis-Hastings correction, samples from energy-modified targets. For synthetic languages, we show that minimal U-turn dynamics undergoes an ergodicity-breaking phase transition driven by fragmentation of the data manifold; ergodicity is restored at larger U-turn magnitude. In the non-ergodic regime, low-level features relax faster than high-level ones, an ordering that inverts only at sufficiently large U-turn magnitude. We test these predictions on natural language and natural images. In both modalities, minimal U-turns relax slowly, especially for high-level features approximated by deep representations in CNNs or LLMs. The layer-ordering inversion appears only at large noise when mixing is efficient -- signatures consistent with strongly constrained, weakly mixing local dynamics. We discuss the implications of these results for sampling with diffusion models.

📄 PDF Abstract BibTeX arXiv:2605.27006

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Forward-Backward Reasoning in Large Language Models for Mathematical Verification

2023-08-15 · Weisen Jiang, Han Shi, Longhui Yu, Zhengying Liu 외

Self-Consistency samples diverse reasoning chains with answers and chooses the final answer by majority voting. It is based on forward reasoning and cannot further improve performance by sampling more reasoning chains wh…

Mathematical Reasoning

Forward-Backward Latent State Inference for Hidden Continuous-Time semi-Markov Chains

2022-10-17 · Nicolai Engelmann, Heinz Koeppl

Hidden semi-Markov Models (HSMM's) - while broadly in use - are restricted to a discrete and uniform time grid. They are thus not well suited to explain often irregularly spaced discrete event data from continuous-time p…

LAMBADA: Backward Chaining for Automated Reasoning in Natural Language

2022-12-20 · Mehran Kazemi, Najoung Kim, Deepti Bhatia, Xin Xu 외

Remarkable progress has been made on automated reasoning with natural text, by using Language Models (LMs) and methods such as Chain-of-Thought and Selection-Inference. These techniques search for proofs in the forward d…

LAMBADALogical Reasoning

Diffusion Models with Deterministic Normalizing Flow Priors

2023-09-03 · Mohsen Zand, Ali Etemad, Michael Greenspan

For faster sampling and higher sample quality, we propose DiNof ($\textbf{Di}$ffusion with $\textbf{No}$rmalizing $\textbf{f}$low priors), a technique that makes use of normalizing flows and diffusion models. We use norm…

DenoisingImage Generation

Hierarchical graph sampling based minibatch learning with chain preservation and variance reduction

2025-03-02 · Qia Hu, Bo Jiao

Graph sampling based Graph Convolutional Networks (GCNs) decouple the sampling from the forward and backward propagation during minibatch training, which exhibit good scalability in terms of layer depth and graph size. W…

Graph SamplingNode Classification