paper-with-me

Papers

Round-Trip Consistency: Bidirectional Diffusion Models Can Predict Their Own Rollout Errors

2026-08-01 · Alexander Scheinker arxiv

Autoregressive models accumulate error over long rollouts, yet at deployment there is no ground truth to measure it against. We train a single conditional latent diffusion model that steps a dynamical system forward or backward in time via a direction flag, and show that this bidirectionality supplies a measurement-free test-time error signal: rolling forward $i$ steps and then backward $i$ steps must return the model to its start, so the round-trip discrepancy $\mathcal{C}_i$ is a self-supervised proxy for the unobservable rollout error: no ensembles, no held-out data, no governing equations, for one extra rollout. We validate on compressible magnetohydrodynamics (MHD), an astrophysical turbulent radiative mixing layer, and natural face videos (CelebV-HQ). On held-out MHD trajectories, $\mathcal{C}_i$ ranks rollout error (Spearman $0.91$-$0.98$ at fixed depth; $0.69 \pm 0.16$ within trajectories), and a simple calibrator fit on training rollouts predicts its magnitude to within $1.14\times$ ($68\%$) and $1.29\times$ ($95\%$) with near-nominal coverage - one nat beyond a depth-only predictor, transferring to all six decoded physical fields. The same signal flags the out-of-distribution Orszag-Tang vortex (AUROC $0.98$; $1.0$ by depth $10$) exactly where sampling-dispersion baselines invert, and it cuts incurred error by $15\%$ at $80\%$ coverage - three times the depth-only baseline. Bidirectional training comes at negative cost, beating direction specialists in both directions, and the backward direction doubles as a fast inverse solver. On LE-PDE-UQ's turbulent Navier-Stokes benchmark, a single bidirectional model reaches accuracy within $1.3\times$ of their ten-model ensemble at a tenth of the training cost, with the best training-free pixel-level calibration. Round-trip consistency turns reversibility into a practical trust signal for generative models.

📄 PDF Abstract BibTeX arXiv:2608.00675

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Round-trip Reinforcement Learning: Self-Consistent Training for Better Chemical LLMs

2025-10-01 · Lecheng Kong, Xiyuan Wang, Yixin Chen, Muhan Zhang arxiv

Large Language Models (LLMs) are emerging as versatile foundation models for computational chemistry, handling bidirectional tasks like reaction prediction and retrosynthesis. However, these models often lack round-trip …

Reinforcement Learning

Bidirectional Autoregressive Latent Diffusion for Forward and Inverse Magnetohydrodynamics

2026-06-28 · Alexander Scheinker arxiv

This work presents a new bidirectional autoregressive latent diffusion approach for predicting the evolution of multiple fields (mass density, pressure, velocity, and magnetic field components) for magnetohydrodynamics. …

RTMol: Rethinking Molecule-text Alignment in a Round-trip View

2025-11-15 · Letian Chen, Runhan Shi, Gufeng Yu, Yang Yang arxiv

Aligning molecular sequence representations (e.g., SMILES notations) with textual descriptions is critical for applications spanning drug discovery, materials design, and automated chemical literature analysis. Existing …

Contrastive LearningDrug Discovery

Triplet-Block Diffusion RWKV

2026-05-25 · Ke Lin, Yiyang Luo, Zhaolong Su, Yunya Song 외 arxiv

Causal Transformer language models suffer from strictly sequential decoding and a quadratic per-step attention cost. While linear-time causal models and discrete diffusion models each address these weaknesses, their inte…

One Pass for All: A Discrete Diffusion Model for Knowledge Graph Triple Set Prediction

2026-04-20 · Jihong Guan, Jiaqi Wang, Wengen Li, Hanchen Yang 외 arxiv

Knowledge Graphs (KGs) are composed of triples, and the goal of Knowledge Graph Completion (KGC) is to infer the missing factual triples. Traditional KGC tasks predict missing elements in a triple given one or two of its…

Knowledge Graph CompletionGraph GenerationKnowledge Graphs