Learning to Discretize: Diffusion-Based Adaptive Mesh with Spectral Guidance

arXiv cs.LG Papers

Summary

This paper proposes a diffusion-based framework for learning adaptive mesh discretization conditioned on observed PDE dynamics, using spectral guidance and physics constraints to allocate resolution where needed. The method achieves competitive or superior performance across five PDE regimes.

arXiv:2607.11974v1 Announce Type: new Abstract: Most neural partial differential equation (PDE) surrogates learn how fields evolve after a grid has already been chosen. However, before any operator is applied, the grid has already determined how modeling capacity is allocated across space, resolution, and spectral bandwidth. We argue that this hidden design choice should itself be learnable, leading to a question different from standard operator learning: can a surrogate learn where resolution should exist before predicting field evolution? We formulate adaptive discretization as a physics-constrained conditional generation problem over valid mesh displacements. The success of diffusion models in PDE field prediction suggests their potential for learning adaptive discretizations under similar structured constraints. This leads to a two-stage diffusion framework: Stage 1 learns an r-adaptive displacement mesh conditioned on the observed dynamics, while Stage 2 predicts the solution evolution from the mesh-informed representation. The mesh generator is regularized by physics-aware proxy channels, geometric validity constraints, and local spectral concentration so that adaptation remains physically interpretable and numerically legal. Across five PDE regimes, the results show that diffusion-based learned discretization is competitive with adaptive-mesh and reduced-order baselines, with particularly strong gains in regimes where fixed or handcrafted allocation is insufficient. The main conclusion is not that there exists a universal optimal mesh rule, but that discretization should be learned in a regime-dependent manner: different spatial and spectral structures favor different allocation behaviors. This reframes adaptive meshing for neural PDE solvers from a solver-specific heuristic into a generative representation-learning problem.
Original Article
View Cached Full Text

Cached at: 07/15/26, 04:17 AM

# Learning to Discretize: Diffusion-Based Adaptive Mesh with Spectral Guidance
Source: [https://arxiv.org/html/2607.11974](https://arxiv.org/html/2607.11974)
###### Abstract

Most neural partial differential equation \(PDE\) surrogates learn how fields evolve after a grid has already been chosen\. However, before any operator is applied, the grid has already determined how modeling capacity is allocated across space, resolution, and spectral bandwidth\. We argue that this hidden design choice should itself be learnable, leading to a question different from standard operator learning: can a surrogate learn where resolution should exist before predicting field evolution? We formulate adaptive discretization as a physics\-constrained conditional generation problem over valid mesh displacements\. Similar to PDE field prediction, mesh generation requires producing structured outputs that satisfy physical and geometric constraints\. The success of diffusion models in PDE field prediction suggests their potential for learning adaptive discretizations under similar structured constraints\. This leads to a two\-stage diffusion framework: Stage 1 learns anrr\-adaptive displacement mesh conditioned on the observed dynamics, while Stage 2 predicts the solution evolution from the mesh\-informed representation\. The mesh generator is regularized by physics\-aware proxy channels, geometric validity constraints, and local spectral concentration so that adaptation remains physically interpretable and numerically legal\. Across five PDE regimes, the results show that diffusion\-based learned discretization is competitive with adaptive\-mesh and reduced\-order baselines, with particularly strong gains in regimes where fixed or handcrafted allocation is insufficient\. The main conclusion is not that there exists a universal optimal mesh rule, but thatdiscretization should be learned in a regime\-dependent manner: different spatial and spectral structures favor different allocation behaviors\. This reframes adaptive meshing for neural PDE solvers from a solver\-specific heuristic into a generative representation\-learning problem\.

## Introduction

![Refer to caption](https://arxiv.org/html/2607.11974v1/x1.png)Figure 1:Comparison between classical adaptive mesh and diffusion\-based adaptive mesh \(DAM\)\. The proposed DAM formulates mesh generation as a conditional diffusion process that couples physics, geometry, and spectral information to generate frequency\-aware displacement fields\. This enables adaptive node allocation, concentrating resolution in high\-frequency \(HF\) regions while preserving efficiency in low\-frequency \(LF\) regions\.Partial differential equations \(PDEs\) are a central tool for modeling spatiotemporal phenomena, but modern neural surrogates still inherit one common assumption from classical pipelines: first choose the discretization, then learn the operator\(Kovachki et al\.[2023](https://arxiv.org/html/2607.11974#bib.bib16)\)\. That assumption is convenient, yet it hides a representational bottleneck\.Discretization serves as the first representation layer, yet it is typically predefined and remains agnostic to the evolving solution state in most neural PDE solvers\.The grid determines where degrees of freedom are spent, which structures are resolved, and which frequencies survive before any learned operator is applied\. This leads to a prior scientific question before operator design: can the representation itself be learned from the observed PDE state? We therefore view mesh displacement as a learnable representation policy: given the observed PDE history and a fixed node budget, the model should learn a valid coordinate deformation that reallocates degrees of freedom toward prediction\-relevant structures\. This policy is itself a structured prediction problem: like PDE field prediction, mesh generation must produce a coherent field under physical and geometric constraints\. These similarities suggest that diffusion models, which have recently shown strong performance in PDE field prediction, may also be well\-suited for mesh generation, where valid displacement fields are inferred from observed dynamics before solution prediction\.

Recent years have brought notable progress in neural surrogates, including operator learning, spectral neural architectures, and adaptive discretization, but existing neural PDE frameworks still suffer from several important limitations\. Operator methods such as DeepONet\(Lu et al\.[2021](https://arxiv.org/html/2607.11974#bib.bib22)\)provide resolution\-agnostic mappings between function spaces; however, these frameworks often rely on a fixed discretization at training or inference time, which constrains their ability to concentrate resources\. Spectral approaches like the Fourier Neural Operator\(Li et al\.[2020](https://arxiv.org/html/2607.11974#bib.bib20)\)exploit global Fourier structure effectively, yet they typically assume regular lattices and may underperform when localized high\-frequency structures dominate\. Classical adaptive\-meshing theory\(Babuvška and Rheinboldt[1978](https://arxiv.org/html/2607.11974#bib.bib3); Berger and Oliger[1984](https://arxiv.org/html/2607.11974#bib.bib4); Oden and Prudhomme[2001](https://arxiv.org/html/2607.11974#bib.bib24)\)supplies principled error estimators and moving\-mesh techniques, but applying those tools in learned surrogates is nontrivial because estimator design and mesh updates are traditionally solver\-specific\.

These lines of work leave a gap than that accuracy alone suggests\. Classical adaptivity often depends on solver\-specific monitor functions or error estimators, while learned mesh baselines typically use graph message passing, sizing\-field prediction, handcrafted refinement proxies, or single\-pass coordinate regression\. These mechanisms are useful, but they do not model mesh placement as a state\-conditioned evolution process jointly coupled to the solution dynamics\. What remains missing is a neural PDE formulation in which discretization is a first\-class representation variable, optimized jointly with the operator\. In that sense, operator learning has largely asked:how should fields evolve on a grid?We ask the prior question:What grid should the model choose before predicting the solution, given physical and geometric constraints?

![Refer to caption](https://arxiv.org/html/2607.11974v1/x2.png)Figure 2:Architecture overview of DAM, the proposed two\-stage diffusion\-based adaptive mesh framework for PDE field prediction\. Stage 1 generates adaptive meshes through conditional diffusion in displacement space, conditioned on physical proxy maps and guided by local spectral concentration\. The generated irregular mesh is bridged back to a tensor\-compatible regular grid\. Stage 2 performs solution\-space diffusion for next\-step PDE forecasting on the mesh\-informed conditioning tensor, with CNN\-based denoising used in both diffusion stages\.The effectiveness of the diffusion model for mesh generation is reflected in how it answers the preceding question: what grid should the model choose before evolution is predicted? In our formulation, this choice is not learned from geometry alone\. The evolution process is coupled with geometric validity, physics\-aware conditioning, spectral concentration, and downstream forecasting loss, so mesh placement is optimized as part of the predictive pipeline\. Additionally, using diffusion models for both mesh generation and solution prediction further places the entire framework within a unified denoising paradigm, where both displacement and solution fields are modeled through iterative refinement under these constraints\. The resulting mesh is therefore a structured displacement evolution from a reference lattice, not an unconstrained set of node perturbations\. Figure 1 presents a comparison between adaptive discretization and DAM to illustrate the formulation: through this coupled objective, the model learns how resolution should move across spatial structures and frequency bands, improving multi\-scale recovery by reallocating capacity between smooth low\-frequency regions and localized high\-frequency details before the solution model acts\.

Motivated by this gap, the proposed DAM is an end\-to\-end two\-stage framework that jointly learns adaptive discretization and PDE field prediction\. In Stage 1, a conditional diffusion model acts as a mesh\-adaptation operator, generatingrr\-adaptive displacements from physics\-aware context while proxy conditioning and geometric projection keep the mesh informative and valid\. Learning in displacement space ties the generated mesh to a reference lattice, which makes identity initialization, bounded sampling, and validity projection natural\. The mesh branch is trained through the forecasting objective that operates on the generated mesh, so a discretization is rewarded not merely for appearing adaptive, but for improving predictive performance\. In Stage 2, the irregular mesh is bridged back to a regular tensor and coupled with a solution\-evolution diffusion denoiser\. A local spectral concentration objective links mesh allocation to the frequency structure of the observed field\. To the best of our knowledge, this is the first attempt to formulate discretization as a conditional generative task\. Our experiments demonstrate why this perspective matters: effective discretizations are strongly regime\-dependent, varying with the spatial and spectral characteristics of the underlying PDE dynamics\.

Our contributions are summarized as follows\.

- •Coupled mesh adaptation and solution evolution:We formulate PDE field prediction as a coupled learning problem in which a mesh\-adaptation diffusion model first chooses where resolution should exist and a solution\-evolution diffusion model then predicts the next field under that learned discretization\.
- •Diffusion\-basedrr\-adaptive discretization:Instead of relying on graph\-style message passing or a fixed sizing heuristic, we instantiate mesh adaptation as conditional denoising over displacement fields, with local spectral guidance and geometric projection keeping the generated meshes informative and legal\.
- •Physics\-aware conditioning for mesh generation:We compute causal proxy channels from the latest observed frame and concatenate them with the history tensor, so Stage 1 receives physically informed conditioning while the final discretization remains trained end\-to\-end through forecasting and spectral objectives\.
- •Evidence for a new design principle:We empirically find that PDEs with different spatial and spectral characteristics favor different useful allocation patterns and mechanism choices, indicating that future neural PDE solvers should treat discretization as a regime\-dependent learned representation rather than inherit one fixed rule\.

## Related Work

Neural operators and frequency\-aware learning\.Neural operators form a practical route to resolution\-agnostic surrogate models\. DeepONet\(Lu et al\.[2021](https://arxiv.org/html/2607.11974#bib.bib22)\)and the broader neural operator program\(Kovachki et al\.[2023](https://arxiv.org/html/2607.11974#bib.bib16)\)show how mappings between function spaces can be learned\. Fourier\-based approaches such as the Fourier Neural Operator\(Li et al\.[2020](https://arxiv.org/html/2607.11974#bib.bib20)\)and F\-FNO\(Lehmann et al\.[2024](https://arxiv.org/html/2607.11974#bib.bib17)\)place frequency structure at the core of the architecture, which improves recovery of oscillatory modes but often assumes a regular lattice\. More recent variants broaden that design space in different ways: DRIFT\-Net\(Li and Salim[2025](https://arxiv.org/html/2607.11974#bib.bib18)\)introduces spectral coupling, LoGlo\-FNO\(Kalimuthu, Holzmüller, and Niepert[2025](https://arxiv.org/html/2607.11974#bib.bib13)\)combines local and global features, and Transolver\+\+\(Luo et al\.[2025](https://arxiv.org/html/2607.11974#bib.bib23)\)targets scalable PDE solving on large geometries\. These designs advance accuracy; however, they rarely make mesh placement an explicit, learnable degree of freedom tied to the operator’s loss\. In short, operator advances give powerful inductive biases, yet they stop short of solving adaptive discretization jointly with prediction\.

Classical adaptive meshing and learning\-based discretization\.Adaptive meshing offers one of the most principled approaches to allocating resolution where it is needed most\. Error estimators, moving\-mesh methods, and goal\-oriented adaptivity were established by works such as\(Babuvška and Rheinboldt[1978](https://arxiv.org/html/2607.11974#bib.bib3); Berger and Oliger[1984](https://arxiv.org/html/2607.11974#bib.bib4); Oden and Prudhomme[2001](https://arxiv.org/html/2607.11974#bib.bib24)\)and later practicalized in a posteriori techniques\(Ainsworth and Oden[1997](https://arxiv.org/html/2607.11974#bib.bib2); Huang and Russell[2010](https://arxiv.org/html/2607.11974#bib.bib12)\)\. These methods deliver provable error control in many settings, but they typically require solver\-specific estimators and handcrafted refinement rules\. More recently, data\-driven mesh strategies have reframed mesh design as a learning problem: neuralrr\-adaptive finite element method \(FEM\) and refinement predictors\(Aballay et al\.[2025](https://arxiv.org/html/2607.11974#bib.bib1); Freymuth et al\.[2025](https://arxiv.org/html/2607.11974#bib.bib8)\)learn parametric deformations, reinforcement\-learning approaches\(Thacher, Pan, and Persson[2025](https://arxiv.org/html/2607.11974#bib.bib35)\)search for mesh policies, and learned mesh\-movement techniques\(Song et al\.[2022](https://arxiv.org/html/2607.11974#bib.bib32)\)adapt nodes based on observed dynamics\. Work on graph\- and point\-based operators\(Pfaff et al\.[2020](https://arxiv.org/html/2607.11974#bib.bib27); Qi et al\.[2017](https://arxiv.org/html/2607.11974#bib.bib28); Li et al\.[2023](https://arxiv.org/html/2607.11974#bib.bib19)\)shows that operator architectures can accommodate irregular domains, but integrating spectral objectives with mesh learning remains an open question\. Thus, the mesh literature supplies strong tools, while learned methods offer flexibility, suggesting a natural opportunity to combine the strengths of both\.

Diffusion models for structured data generation\.Diffusion and score\-based models have matured into versatile generators for structured data\. Foundational formulations\(Song and Ermon[2019](https://arxiv.org/html/2607.11974#bib.bib33); Ho, Jain, and Abbeel[2020](https://arxiv.org/html/2607.11974#bib.bib9); Song et al\.[2020](https://arxiv.org/html/2607.11974#bib.bib34)\)and developments in conditional guidance and latent diffusion\(Ho and Salimans[2022](https://arxiv.org/html/2607.11974#bib.bib10); Hu et al\.[2024](https://arxiv.org/html/2607.11974#bib.bib11); Cai et al\.[2026](https://arxiv.org/html/2607.11974#bib.bib6)\)made controlled synthesis practical\. Reduced\-order PDE generators such as Text2PDE\(Zhou et al\.[2024](https://arxiv.org/html/2607.11974#bib.bib36)\), Latent\-FM\(Li, Zhou, and Farimani[2025](https://arxiv.org/html/2607.11974#bib.bib21)\), AROMA\(Serrano et al\.[2024](https://arxiv.org/html/2607.11974#bib.bib30)\), and LoLA\(Rozet et al\.[2026](https://arxiv.org/html/2607.11974#bib.bib29)\)show that generative modeling can be effective for compact PDE simulation\. These methods mainly learn latent state evolution or reduced representations after discretization has been chosen\. In contrast, our use of diffusion targets the discretization layer itself: the denoising process generates adaptive mesh displacements before the solution\-evolution model predicts the future field\.

## Method

### Overview

We study next\-step PDE field prediction with learned discretization\. Each sample provides a normalized history tensor and a target future state on the same physical domain\. The proposed DAM couples two conditional diffusion processes\. The first generates anrr\-adaptive mesh by denoising a displacement field, while a differentiable bridge maps the resulting irregular representation back to tensor form\. The second predicts the next PDE state by denoising a solution field conditioned on this mesh\-informed representation\.

This structure separates two distinct generative questions that are often entangled in conventional predictors: where representational capacity should be allocated and what future state should be predicted under that representation\. The former is addressed through mesh generation, while the latter is addressed through solution prediction\. It is important because mesh ambiguity and solution uncertainty arise in different spaces and benefit from different inductive biases\.

Thus, diffusion is used not only to generate solution fields, but also to generate the discretization used for prediction\. Spectral guidance rewards informative resolution allocation, and geometric projection preserves mesh validity\. Figure 2 summarizes the framework\. This formulation keeps the problem close to standard forecasting while changing the objective being learned: before prediction begins, the model has already generated a resolution layout that determines which spatial and spectral information is represented\. It also provides a natural mechanism for incorporating physical information, since physics\-derived proxy channels can shape the generated mesh before solution prediction takes place\.

### Diffusion\-based Adaptive Mesh Learning

We parameterize mesh generation in displacement space rather than absolute coordinates, so the diffusion model learns a deformation of a reference lattice\. This keeps the sampling target bounded, preserves a natural identity initialization, and allows projection to enforce valid element orientation\. Let𝐃0∈RD×Hm×Wm\\mathbf\{D\}\_\{0\}\\in\\mathrm\{R\}^\{D\\times H\_\{m\}\\times W\_\{m\}\}be the displacement field from a reference mesh, whereHmH\_\{m\}andWmW\_\{m\}are mesh resolutions, and the two channels are horizontal/vertical displacement\. With diffusion timet∈\[0,1\]t\\in\[0,1\], noise scaleσ​\(t\)\\sigma\(t\), and Gaussian noiseη\\eta, Stage 1 corrupts the displacement as:

𝐃t=𝐃0\+σ​\(t\)​η,η∼𝒩​\(𝟎,𝐈\),\\mathbf\{D\}\_\{t\}=\\mathbf\{D\}\_\{0\}\+\\sigma\(t\)\\eta,\\qquad\\eta\\sim\\mathcal\{N\}\(\\mathbf\{0\},\\mathbf\{I\}\),\(1\)where𝐈\\mathbf\{I\}is the identity covariance\. A denoiserfθf\_\{\\theta\}predicts the injected noise from the noisy displacement, time, and mesh condition𝐂mesh\\mathbf\{C\}\_\{\\mathrm\{mesh\}\}:

η^θ=fθ​\(𝐃t,t,𝐂mesh\)\.\\hat\{\\eta\}\_\{\\theta\}=f\_\{\\theta\}\(\\mathbf\{D\}\_\{t\},t,\\mathbf\{C\}\_\{\\mathrm\{mesh\}\}\)\.\(2\)The displacement prior is a Gaussian random field \(GRF\) with spectrumλ​\(𝐤\)=\(α\+‖𝐤‖2\)−s\\lambda\(\\mathbf\{k\}\)=\(\\alpha\+\\\|\\mathbf\{k\}\\\|^\{2\}\)^\{\-s\}, where𝐤\\mathbf\{k\}denotes the frequency index, andα\\alphaandsscontrol scale/smoothness\. WithC−1/2C^\{\-1/2\}denoting the corresponding whitening operator, the diffusion loss is:

ℒdiff=‖C−1/2​\(η^θ−η\)‖22\.\\mathcal\{L\}\_\{\\mathrm\{diff\}\}=\\left\\\|C^\{\-1/2\}\(\\hat\{\\eta\}\_\{\\theta\}\-\\eta\)\\right\\\|\_\{2\}^\{2\}\.\(3\)After denoising, the sampled node displacement𝐃nodes\\mathbf\{D\}\_\{\\mathrm\{nodes\}\}is added to reference nodes𝐕reg\\mathbf\{V\}\_\{\\mathrm\{reg\}\}and projected byΠ\\Pionto the valid\-mesh set:

𝐕=Π​\(𝐕reg\+𝐃nodes\),\\mathbf\{V\}=\\Pi\(\\mathbf\{V\}\_\{\\mathrm\{reg\}\}\+\\mathbf\{D\}\_\{\\mathrm\{nodes\}\}\),\(4\)so learned deformation remains expressive while inversion is prevented in practice\.

### Physics\-Data Integrated Mesh Condition

The mesh generator is conditioned on the reshaped history tensor𝐗hist\\mathbf\{X\}\_\{\\mathrm\{hist\}\}and a causal PDE\-aware proxyΦ\\Phiextracted only from the latest observed frame:

𝐂mesh=\[𝐗hist;Φ\],\\mathbf\{C\}\_\{\\mathrm\{mesh\}\}=\[\\mathbf\{X\}\_\{\\mathrm\{hist\}\};\\Phi\],\(5\)where\[⋅;⋅\]\[\\cdot;\\cdot\]denotes channel concatenation\. HereΦ\\Phiis a stack of PDE\-aware proxy maps, such as gradient magnitude and vorticity magnitude\. This causal conditioning tells Stage 1 where the current field is steep, rotating, compressive, or otherwise physically distinctive without exposing future targets\.

As an example, for 2D fields with components\(u,v\)\(u,v\), the shared proxy channels physcially summarize local gradient magnitude and vorticity magnitude:

ϕgrad=\(∂xu\)2\+\(∂yu\)2\+\(∂xv\)2\+\(∂yv\)2\+ε,\\phi\_\{\\mathrm\{grad\}\}=\\sqrt\{\(\\partial\_\{x\}u\)^\{2\}\+\(\\partial\_\{y\}u\)^\{2\}\+\(\\partial\_\{x\}v\)^\{2\}\+\(\\partial\_\{y\}v\)^\{2\}\+\\varepsilon\},\(6\)ϕvort=\|∂xv−∂yu\|\.\\phi\_\{\\mathrm\{vort\}\}=\|\\partial\_\{x\}v\-\\partial\_\{y\}u\|\.\(7\)Hereϕgrad\\phi\_\{\\mathrm\{grad\}\}is the gradient\-magnitude channel,ϕvort\\phi\_\{\\mathrm\{vort\}\}is the vorticity\-magnitude channel,∂x\\partial\_\{x\}and∂y\\partial\_\{y\}are finite\-difference derivatives, andε\\varepsilonprevents numerical degeneracy\. We do not require the same channel to dominate every dataset\. The proxy stack instead gives Stage 1 a physically meaningful basis from which the diffusion sampler can learn dataset\-specific corrections through the forecasting objective\.

### Spectral Guidance and Bridge

Purely spatial heuristics do not show whether capacity is allocated to operator\-relevant frequencies\. We compute a local spectral concentration score from the generated mesh and latest field\. LetEaE\_\{a\}denote the local spectral energy at anchoraa, and letTopK​\(E,k\)\\mathrm\{TopK\}\(E,k\)be the set of thekkanchors with largest energy\. We define:

ρ=∑a∈TopK​\(E,k\)Ea∑aEa\+ε,\\rho=\\frac\{\\sum\_\{a\\in\\mathrm\{TopK\}\(E,k\)\}E\_\{a\}\}\{\\sum\_\{a\}E\_\{a\}\+\\varepsilon\},\(8\)whereε\\varepsilonstabilizes the ratio\. Maximizingρ\\rhorewards concentration on informative anchors without changing field scale, and the same module can append a local spectral map to Stage 2\. The downstream stage does not operate directly on irregular nodes\. The bridge reconstructs a regular tensor from the adaptive mesh and augments it with interpolation confidence, density, and local spectral cues, yielding the tensor𝐱stage2\\mathbf\{x\}\_\{\\mathrm\{stage2\}\}\. The bridge is important because it lets the model exploit irregular sampling without abandoning tensorized prediction\. It also carries discretization information beyond the reconstructed field, exposing density and local spectral cues to the downstream predictor\.

### Diffusion\-Based Field Prediction

Given the tensor𝐱stage2\\mathbf\{x\}\_\{\\mathrm\{stage2\}\}, Stage 2 diffuses the normalized target solution𝐮∗\\mathbf\{u\}^\{\*\}at diffusion timeτ\\tauwith noise scaleσ2​\(τ\)\\sigma\_\{2\}\(\\tau\)and predicts the clean field:

𝐮τ=𝐮∗\+σ2​\(τ\)​ξ,𝐮^0=gψ​\(𝐮τ,τ,𝐱stage2\)\.\\mathbf\{u\}\_\{\\tau\}=\\mathbf\{u\}^\{\*\}\+\\sigma\_\{2\}\(\\tau\)\\xi,\\qquad\\hat\{\\mathbf\{u\}\}\_\{0\}=g\_\{\\psi\}\(\\mathbf\{u\}\_\{\\tau\},\\tau,\\mathbf\{x\}\_\{\\mathrm\{stage2\}\}\)\.\(9\)Hereξ∼𝒩​\(𝟎,𝐈\)\\xi\\sim\\mathcal\{N\}\(\\mathbf\{0\},\\mathbf\{I\}\),gψg\_\{\\psi\}is the prediction denoiser, and𝐮^0\\hat\{\\mathbf\{u\}\}\_\{0\}is the predicted clean next field\. Stage 2 therefore receives both a state estimate and compact cues describing how that estimate was produced\. This is the point at which learned discretization becomes visible to the solution model; the mesh is not discarded after interpolation, but leaves density, confidence, and spectral traces in the conditioning tensor\. For the PDE field prediction, supervision is imposed in the clean\-solution space through a preconditioned metric:

ℒpred=‖Cu−1/2​\(𝐮^0−𝐮∗\)‖22\\mathcal\{L\}\_\{\\mathrm\{pred\}\}=\\left\\\|C\_\{u\}^\{\-1/2\}\(\\hat\{\\mathbf\{u\}\}\_\{0\}\-\\mathbf\{u\}^\{\*\}\)\\right\\\|\_\{2\}^\{2\}\(10\)whereCu−1/2C\_\{u\}^\{\-1/2\}is the solution\-space GRF preconditioner\.

### Overall Learning Objective

In summary, the overall learning objective is:

ℒ=ℒpred\+λcycle​ℒcycle\+λsmooth​ℒsmooth\+λinv​ℒinv\+λdiff​ℒdiff−λspec​ρ\.\\begin\{array\}\[\]\{rcl\}\\mathcal\{L\}&=&\\mathcal\{L\}\_\{\\mathrm\{pred\}\}\+\\lambda\_\{\\mathrm\{cycle\}\}\\mathcal\{L\}\_\{\\mathrm\{cycle\}\}\+\\lambda\_\{\\mathrm\{smooth\}\}\\mathcal\{L\}\_\{\\mathrm\{smooth\}\}\\\\ &&\{\}\+\\lambda\_\{\\mathrm\{inv\}\}\\mathcal\{L\}\_\{\\mathrm\{inv\}\}\+\\lambda\_\{\\mathrm\{diff\}\}\\mathcal\{L\}\_\{\\mathrm\{diff\}\}\-\\lambda\_\{\\mathrm\{spec\}\}\\rho\.\\end\{array\}\(11\)Hereℒcycle\\mathcal\{L\}\_\{\\mathrm\{cycle\}\}measures the bridge reconstruction consistency,ℒsmooth\\mathcal\{L\}\_\{\\mathrm\{smooth\}\}penalizes the neighboring\-node displacement roughness,ℒinv\\mathcal\{L\}\_\{\\mathrm\{inv\}\}discourages the signed\-area collapse, andℒdiff\\mathcal\{L\}\_\{\\mathrm\{diff\}\}is exactly the Stage 1 diffusion loss defined above\. The auxiliary terms tie the learned discretization to geometric validity, mesh\-diffusion guidance, and informative local spectra; exact formulations and implementation details are provided in the appendix\. Notably, the objective is coupled: the mesh branch is optimized through the downstream forecasting task, so a discretization is rewarded only when it is both geometrically valid and beneficial for prediction\.

Additionally, because Stage 1 predicts displacements rather than arbitrary coordinates, the reference mesh supplies stable topology, and projection acts on deformation magnitude rather than repairing connectivity after the fact\. Smoothness suppresses oscillatory neighboring\-node motion, while inversion loss discourages signed\-area collapse during training\. The diffusion model can therefore express nontrivial adaptive motion, but the learned mesh remains bridge\-compatible\.

### Training and Inference Path

During training, the normalized history and active PDE\-aware proxies form the Stage 1 condition\. The mesh denoiser receives a noisy displacement field together with this context, while the clean displacement supervises the mesh diffusion branch\. After projection, generated nodes pass through the bridge to form the Stage 2 conditioning tensor\. Thus, the predictor sees mesh statistics induced by the current generator, not a frozen preprocessing artifact\.

At inference time, the learned mesh is sampled before the next\-step field is generated\. The resulting control flow is intentionally causal:

𝐔1:w→𝐂mesh→𝐕→𝐱stage2→𝐮^t\+w\.\\mathbf\{U\}\_\{1:w\}\\rightarrow\\mathbf\{C\}\_\{\\mathrm\{mesh\}\}\\rightarrow\\mathbf\{V\}\\rightarrow\\mathbf\{x\}\_\{\\mathrm\{stage2\}\}\\rightarrow\\hat\{\\mathbf\{u\}\}\_\{t\+w\}\.In this path,𝐔1:w\\mathbf\{U\}\_\{1:w\}is the observed history window,𝐂mesh\\mathbf\{C\}\_\{\\mathrm\{mesh\}\}is the Stage 1 conditioning tensor,𝐕\\mathbf\{V\}is the generated adaptive mesh,𝐱stage2\\mathbf\{x\}\_\{\\mathrm\{stage2\}\}is the bridged regular\-grid tensor, and𝐮^t\+w\\hat\{\\mathbf\{u\}\}\_\{t\+w\}is the next\-state prediction\. The arrow sequence also specifies the causal dependency at test time: the mesh is sampled before the solution denoiser runs, and the denoiser only receives the bridged representation induced by that sampled mesh\. Only the observed history is used to decide the discretization\. This design prevents the adaptive mesh from becoming an implicit oracle\. Proxy features are computed solely from observed states, and teacher displacements are used only as training supervision rather than inference\-time inputs\. Consequently, any performance gain must arise from learning a useful discretization policy from available dynamics, rather than from access to future residuals, gradients, or target information\.

## Experiments

### Experimental Setup

We evaluate on PDE benchmarks that exhibit distinct spatial and spectral structures, including transport\-dominated dynamics, shear\-driven instabilities, chaotic evolution, buoyancy\-driven convection, and compressible transonic flows\. These benchmarks are useful not only because they test prediction accuracy, but because they let us ask whether the same discretization behavior is suitable across distinct regimes\. Table[1](https://arxiv.org/html/2607.11974#Sx4.T1)first compares adaptive\-discretization baselines adapted to our forecasting protocol, including ATS\(Fayyaz et al\.[2022](https://arxiv.org/html/2607.11974#bib.bib7)\), AMR\-MGNN\(Perera and Agrawal[2024](https://arxiv.org/html/2607.11974#bib.bib26)\), AMBER\(Freymuth et al\.[2025](https://arxiv.org/html/2607.11974#bib.bib8)\), and wLMR\(Özgen\-Xian et al\.[2020](https://arxiv.org/html/2607.11974#bib.bib25)\), because they directly test alternative ways of allocating resolution before prediction\. We also include Text2PDE\(Zhou et al\.[2024](https://arxiv.org/html/2607.11974#bib.bib36)\)as a reduced\-order generative baseline: although it is not an adaptive\-mesh method, it is relevant because both approaches reduce the effective complexity faced by generative PDE field prediction by changing the representation, with Text2PDE using latent compression and DAM using mesh\-based allocation before diffusion\-based solution prediction\. All methods use the same input history and prediction horizon\. In all mesh experiments, the displacement field uses two coordinate channels; equivalently,D=2D=2in𝐃0∈RD×Hm×Wm\\mathbf\{D\}\_\{0\}\\in\\mathrm\{R\}^\{D\\times H\_\{m\}\\times W\_\{m\}\}\. The denoising network in both stages of DAM is implemented as a convolutional neural network \(CNN\)\. We report field and spectral errors in Table[1](https://arxiv.org/html/2607.11974#Sx4.T1), and use the remaining analyses to isolate what is learned by the discretization module rather than treating raw prediction score as the sole target\.

### Predictive Validity of Learned Discretization

Table 1:Main prediction performance \(lower is better\), ordered roughly from easier to harder regimes\. Text2PDE is listed as a reduced\-order generative baseline; ATS, AMR\-MGNN, AMBER, and wLMR are adaptive discretization methods\. The DAM\-family variants isolate discretization and predictor choices: Diff\-only removes mesh conditioning, Classic\+Diff uses a classical adaptive mesh with the same CNN\-based prediction denoiser, Diff\+CNN uses the DAM mesh with a pure CNN predictor, and Diff\+FNO uses the DAM mesh with a pure FNO predictor\. Here Diff denotes the CNN\-based prediction denoiser\. DAM reports the two\-stage diffusion model with CNN denoisers in both mesh and prediction stage\.Our first question is a fundamental one: can discretization become learnable without making the surrogate unusable as a predictor? Table[1](https://arxiv.org/html/2607.11974#Sx4.T1)answers this question from two perspectives\. Against external adaptive\-discretization methods, DAM achieves the lowest field errors on Kuramoto\-Sivashinsky \(KS\) and Transonic equations, remains competitive on Burgers and Rayleigh\-Bénard, and is most clearly challenged by Periodic shear, where the field is smooth and nearly separable enough for AMBER and wLMR to exploit simple sizing rules\. This is consistent with our claim: learned discretization is not a universal replacement for every grid heuristic, but a regime\-dependent representation policy whose value appears when allocation cannot be captured by a single handcrafted rule\.

The DAM\-family variants then separate mesh quality from predictor capacity\. DAM improves over Classic\+Diff on KS, Rayleigh\-Bénard, and Transonic, indicating that the learned displacement policy contributes beyond a handcrafted adaptive rule\. Diff\+CNN and Diff\+FNO remain competitive in several regimes, showing that the learned mesh is not tied to one particular prediction backend, but the full two\-stage diffusion path is usually stronger\. Diff\-only performs poorly in harder regimes, ruling out the interpretation that the gains come only from the prediction denoiser\. These comparisons establish the empirical role of learned discretization; the following analyses ask what spatial and spectral allocation the mesh learns\.

### Spectral and Regime Analysis

Table[1](https://arxiv.org/html/2607.11974#Sx4.T1)quantifies the predictive gains of learned adaptation, while Figure[10](https://arxiv.org/html/2607.11974#A1.F10)in the Appendix illustrates how those gains manifest in the predicted fields across different regimes\. The visual comparison shows that the benefit is not simply a uniform increase in spatial resolution: in smooth or low\-dimensional systems the learned mesh mostly preserves the dominant structure, while in convection\- and shock\-sensitive regimes it must allocate capacity to localized patterns\. Text2PDE captures coarse field layout but tends to smooth localized structures; AMR\-style baselines often recover the global field but differ in local sharpness; our diffusion mesh is the most useful when structure must be preserved without relying on a single hand\-designed refinement indicator\. This motivates the targeted spectral and mesh\-quality audits below rather than a claim of one universal refinement rule\.

![Refer to caption](https://arxiv.org/html/2607.11974v1/x3.png)Figure 3:Spectral representation under fixed\-grid, classical adaptive, and DAM \(Ours\) discretization: Fourier\-mode error, retained\-energy error, efficiency score, and predicting error at resolution ofN=64N=64\.![Refer to caption](https://arxiv.org/html/2607.11974v1/x4.png)Figure 4:Transonic spectral allocation\. DAM covers the wake and high\-frequency structures more comprehensively than ATS and AMR\-MGNN, while allocating density in a more targeted manner than AMBER and wLMR\.
### Ablation on Discretization Learning Mechanisms

Because different components affect different stages of the pipeline, we use targeted diagnostics rather than a single aggregate ablation\. We focus on the 2D benchmarks, where spatial and spectral allocation patterns are clearer than the simpler 1D cases, providing a cleaner test of mesh diffusion, spectral guidance, and proxy conditioning\.

#### Effect of Diffusion\-Based Mesh Learning

We first compare fixed, classical adaptive, and learned discretization to test whether diffusion\-based mesh generation changes the representation rather than merely adding model capacity\. Figure[3](https://arxiv.org/html/2607.11974#Sx4.F3)summarizes the results on the three 2D regimes\. In Periodic Shear, all methods achieve similar spectral reconstructions, but DAM provides a better efficiency\-accuracy trade\-off and lower forecasting error\. In Rayleigh\-Bénard, DAM consistently reduces retained\-energy, reconstruction, and forecasting errors, indicating a more informative allocation of resolution\. In Transonic flow, the spectral metrics are closer across methods, yet DAM still achieves the lowest prediction error, suggesting that the learned mesh better preserves localized flow structures\. These results indicate that the mesh diffusion branch does more than refine the grid: by generating state\-dependent displacement fields, it changes how spatial and spectral information is allocated\. Although initialized from a classical adaptive teacher during training, the learned policy is further shaped by forecasting and spectral objectives, leading to discretizations that are tailored to the downstream task\.

![Refer to caption](https://arxiv.org/html/2607.11974v1/x5.png)Figure 5:Spectral\-concentration ablation on 2D regimes\. Positive drop indicates Rel L2 improvement from enablingλspec\\lambda\_\{\\mathrm\{spec\}\}\.
#### Effect of Spectral Concentration Objective

Building on the previous spectral analysis, we use Transonic to inspect where sampling density is placed because its low\- and high\-frequency structures are visually separable\.

Figure[4](https://arxiv.org/html/2607.11974#Sx4.F4)shows that ATS and AMR\-MGNN concentrate sampling narrowly around a few vertical bands, while DAM covers the body wake and surrounding high\-frequency structures more completely\. Compared with AMBER and wLMR, DAM achieves similar spatial coverage while allocating resolution in a more targeted manner around high\-frequency regions, which is consistent with the lower Transonic error in Table[1](https://arxiv.org/html/2607.11974#Sx4.T1)\. This supports the need for spectral guidance: the learned mesh is not only denser, but better aligned with the frequency structures that matter for prediction\.

Figure[5](https://arxiv.org/html/2607.11974#Sx4.F5)compares the full model with an otherwise identical run usingλspec=0\\lambda\_\{\\mathrm\{spec\}\}=0\. The positive drop reports the Rel L2 improvement from enabling spectral concentration\. The objective substantially lowers high\-frequency error on Periodic shear and Rayleigh\-Bénard, while Transonic shows a smaller but prediction\-relevant trade\-off\. Overall, the spectral term changes what the mesh is rewarded to preserve, supporting the interpretation that DAM learns a frequency\-aware allocation policy rather than only imitating a spatial adaptive prior\.

![Refer to caption](https://arxiv.org/html/2607.11974v1/x6.png)Figure 6:PDE\-aware proxy ablation on 2D regimes: high\-frequency \(HF\) error drop, high\-frequency error comparison, and density\-error hotspot alignment\.
#### Effect of PDE\-aware Proxy Conditioning

PDE\-aware proxy conditioning is used only as a Stage 1 mesh input\. It is computed from the latest observed frame and therefore cannot leak target information into the mesh policy\. The ablation asks whether explicit physical cues change the learned allocation beyond what prediction loss and geometric regularization already provide\. Figure[6](https://arxiv.org/html/2607.11974#Sx4.F6)shows that enabling the proxy reduces the high\-frequency error diagnostic across the three 2D regimes\. The alignment panel is interpreted more carefully: the effect is strongest when localized structure is meaningful, especially in Transonic flow, while smoother globally organized regimes show weaker correlation shifts\. The proxy is therefore not presented as a universal raw\-error trick; its role is to provide causal and physically interpretable conditioning for regime\-dependent learned discretization\.

## Conclusion

We introduced DAM, a two\-stage diffusion framework for jointly learning adaptive discretization and PDE field prediction\. Instead of using a prescribed mesh, DAM denoises a displacement field to generate a state\-dependent mesh, then predicts on the learned discretization\. Across five PDE benchmarks, DAM improves prediction accuracy while maintaining geometrically valid meshes\. The learned discretization also generalizes across nearby resolutions and benefits from geometry\-, physics\-, and frequency\-aware conditioning, showing that it captures structures beyond handcrafted refinement heuristics\. More broadly, these results suggest that adaptive discretization should be treated as a learnable representation, not fixed preprocessing, offering a new path toward joint mesh generation and neural PDE learning\.

## References

- Aballay et al\. \(2025\)Aballay, D\.; Fuentes, F\.; Iligaray, V\.; Omella, Á\. J\.; Pardo, D\.; Sánchez, M\. A\.; Tapia, I\.; and Uriarte, C\. 2025\.An r\-adaptive finite element method using neural networks for parametric self\-adjoint elliptic problems\.*Journal of Computational Physics*, 114447\.
- Ainsworth and Oden \(1997\)Ainsworth, M\.; and Oden, J\. T\. 1997\.A posteriori error estimation in finite element analysis\.*Computer Methods in Applied Mechanics and Engineering*, 142\(1\-2\): 1–88\.
- Babuvška and Rheinboldt \(1978\)Babuvška, I\.; and Rheinboldt, W\. C\. 1978\.Error estimates for adaptive finite element computations\.*SIAM Journal on Numerical Analysis*, 15\(4\): 736–754\.
- Berger and Oliger \(1984\)Berger, M\. J\.; and Oliger, J\. 1984\.Adaptive mesh refinement for hyperbolic partial differential equations\.*Journal of Computational Physics*, 53\(3\): 484–512\.
- Burns et al\. \(2020\)Burns, K\. J\.; Vasil, G\. M\.; Oishi, J\. S\.; Lecoanet, D\.; and Brown, B\. P\. 2020\.Dedalus: A flexible framework for numerical simulations with spectral methods\.*Physical Review Research*, 2\(2\): 023068\.
- Cai et al\. \(2026\)Cai, Z\.; Wang, Y\.; Liu, Y\.; and Zhang, X\. 2026\.Stabilizing self\-consuming diffusion models with latent space filtering\.In*Proceedings of the AAAI Conference on Artificial Intelligence*, volume 40, 19844–19852\.
- Fayyaz et al\. \(2022\)Fayyaz, M\.; Koohpayegani, S\. A\.; Jafari, F\. R\.; Sengupta, S\.; Joze, H\. R\. V\.; Sommerlade, E\.; Pirsiavash, H\.; and Gall, J\. 2022\.Adaptive Token Sampling for Efficient Vision Transformers\.In*European Conference on Computer Vision*, 396–414\. Springer\.
- Freymuth et al\. \(2025\)Freymuth, N\.; Würth, T\.; Schreiber, N\.; Gyenes, B\.; Boltres, A\.; Mitsch, J\.; Taranovic, A\.; Hoang, T\.; Dahlinger, P\.; Becker, P\.; et al\. 2025\.AMBER: Adaptive Mesh Generation by Iterative Mesh Resolution Prediction\.*arXiv preprint arXiv:2505\.23663*\.
- Ho, Jain, and Abbeel \(2020\)Ho, J\.; Jain, A\.; and Abbeel, P\. 2020\.Denoising diffusion probabilistic models\.*Advances in Neural Information Processing Systems*, 33: 6840–6851\.
- Ho and Salimans \(2022\)Ho, J\.; and Salimans, T\. 2022\.Classifier\-free diffusion guidance\.*arXiv preprint arXiv:2207\.12598*\.
- Hu et al\. \(2024\)Hu, T\.; Zhang, J\.; Yi, R\.; Du, Y\.; Chen, X\.; Liu, L\.; Wang, Y\.; and Wang, C\. 2024\.Anomalydiffusion: Few\-shot anomaly image generation with diffusion model\.In*Proceedings of the AAAI conference on artificial intelligence*, volume 38, 8526–8534\.
- Huang and Russell \(2010\)Huang, W\.; and Russell, R\. D\. 2010\.*Adaptive moving mesh methods*, volume 174\.Springer Science & Business Media\.
- Kalimuthu, Holzmüller, and Niepert \(2025\)Kalimuthu, M\.; Holzmüller, D\.; and Niepert, M\. 2025\.Loglo\-fno: efficient learning of local and global features in fourier neural operators\.*arXiv preprint arXiv:2504\.04260*\.
- Kohl, Chen, and Thuerey \(2026\)Kohl, G\.; Chen, L\.\-W\.; and Thuerey, N\. 2026\.Benchmarking autoregressive conditional diffusion models for turbulent flow simulation\.*Neural Networks*, 108641\.
- Kossaifi et al\. \(2025\)Kossaifi, J\.; Kovachki, N\.; Li, Z\.; Pitt, D\.; Liu\-Schiaffini, M\.; George, R\. J\.; Bonev, B\.; Azizzadenesheli, K\.; Berner, J\.; Duruisseaux, V\.; and Anandkumar, A\. 2025\.A Library for Learning Neural Operators\.*arXiv preprint arXiv:2412\.10354*\.
- Kovachki et al\. \(2023\)Kovachki, N\.; Li, Z\.; Liu, B\.; Azizzadenesheli, K\.; Bhattacharya, K\.; Stuart, A\.; and Anandkumar, A\. 2023\.Neural operator: Learning maps between function spaces with applications to PDEs\.*Journal of Machine Learning Research*, 24\(89\): 1–97\.
- Lehmann et al\. \(2024\)Lehmann, F\.; Gatti, F\.; Bertin, M\.; and Clouteau, D\. 2024\.3D elastic wave propagation with a factorized Fourier neural operator \(F\-FNO\)\.*Computer Methods in Applied Mechanics and Engineering*, 420: 116718\.
- Li and Salim \(2025\)Li, J\.; and Salim, F\. D\. 2025\.DRIFT\-Net: A Spectral–Coupled Neural Operator for PDEs Learning\.*arXiv preprint arXiv:2509\.24868*\.
- Li et al\. \(2023\)Li, Z\.; Huang, D\. Z\.; Liu, B\.; and Anandkumar, A\. 2023\.Fourier neural operator with learned deformations for PDEs on general geometries\.*Journal of Machine Learning Research*, 24\(388\): 1–26\.
- Li et al\. \(2020\)Li, Z\.; Kovachki, N\.; Azizzadenesheli, K\.; Liu, B\.; Bhattacharya, K\.; Stuart, A\.; and Anandkumar, A\. 2020\.Fourier neural operator for parametric partial differential equations\.*arXiv preprint arXiv:2010\.08895*\.
- Li, Zhou, and Farimani \(2025\)Li, Z\.; Zhou, A\.; and Farimani, A\. B\. 2025\.Generative latent neural PDE solver using flow matching\.*arXiv preprint arXiv:2503\.22600*\.
- Lu et al\. \(2021\)Lu, L\.; Jin, P\.; Pang, G\.; Zhang, Z\.; and Karniadakis, G\. E\. 2021\.Learning nonlinear operators via DeepONet based on the universal approximation theorem of operators\.*Nature Machine Intelligence*, 3\(3\): 218–229\.
- Luo et al\. \(2025\)Luo, H\.; Wu, H\.; Zhou, H\.; Xing, L\.; Di, Y\.; Wang, J\.; and Long, M\. 2025\.Transolver\+\+: An accurate neural solver for PDEs on million\-scale geometries\.*arXiv preprint arXiv:2502\.02414*\.
- Oden and Prudhomme \(2001\)Oden, J\. T\.; and Prudhomme, S\. 2001\.Goal\-oriented error estimation and adaptivity for the finite element method\.*Computers & Mathematics with Applications*, 41\(5\-6\): 735–756\.
- Özgen\-Xian et al\. \(2020\)Özgen\-Xian, I\.; Kesserwani, G\.; Caviedes\-Voullième, D\.; Molins, S\.; Xu, Z\.; Dwivedi, D\.; Moulton, J\. D\.; and Steefel, C\. I\. 2020\.Wavelet\-based local mesh refinement for rainfall–runoff simulations\.*Journal of Hydroinformatics*, 22\(5\): 1059–1080\.
- Perera and Agrawal \(2024\)Perera, R\.; and Agrawal, V\. 2024\.Multiscale graph neural networks with adaptive mesh refinement for accelerating mesh\-based simulations\.*Computer Methods in Applied Mechanics and Engineering*, 429: 117152\.
- Pfaff et al\. \(2020\)Pfaff, T\.; Fortunato, M\.; Sanchez\-Gonzalez, A\.; and Battaglia, P\. W\. 2020\.Learning mesh\-based simulation with graph networks\.*arXiv preprint arXiv:2010\.03409*\.
- Qi et al\. \(2017\)Qi, C\. R\.; Su, H\.; Mo, K\.; and Guibas, L\. J\. 2017\.Pointnet: Deep learning on point sets for 3d classification and segmentation\.In*Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition*, 652–660\.
- Rozet et al\. \(2026\)Rozet, F\.; Ohana, R\.; McCabe, M\.; Louppe, G\.; Lanusse, F\.; and Ho, S\. 2026\.Lost in latent space: An empirical study of latent diffusion models for physics emulation\.*Advances in Neural Information Processing Systems*, 38: 134612–134657\.
- Serrano et al\. \(2024\)Serrano, L\.; Wang, T\. X\.; Le Naour, E\.; Vittaut, J\.\-N\.; and Gallinari, P\. 2024\.Aroma: Preserving spatial structure for latent pde modeling with local neural fields\.*Advances in Neural Information Processing Systems*, 37: 13489–13521\.
- Shysheya et al\. \(2024\)Shysheya, A\.; Diaconu, C\.; Bergamin, F\.; Perdikaris, P\.; Hernández\-Lobato, J\. M\.; Turner, R\. E\.; and Mathieu, E\. 2024\.On conditional diffusion models for PDE simulations\.*Advances in Neural Information Processing Systems*, 37: 23246–23300\.
- Song et al\. \(2022\)Song, W\.; Zhang, M\.; Wallwork, J\. G\.; Gao, J\.; Tian, Z\.; Sun, F\.; Piggott, M\.; Chen, J\.; Shi, Z\.; Chen, X\.; et al\. 2022\.M2N: Mesh movement networks for PDE solvers\.*Advances in Neural Information Processing Systems*, 35: 7199–7210\.
- Song and Ermon \(2019\)Song, Y\.; and Ermon, S\. 2019\.Generative modeling by estimating gradients of the data distribution\.*Advances in Neural Information Processing Systems*, 32\.
- Song et al\. \(2020\)Song, Y\.; Sohl\-Dickstein, J\.; Kingma, D\. P\.; Kumar, A\.; Ermon, S\.; and Poole, B\. 2020\.Score\-based generative modeling through stochastic differential equations\.*arXiv preprint arXiv:2011\.13456*\.
- Thacher, Pan, and Persson \(2025\)Thacher, W\.; Pan, Y\.; and Persson, P\.\-O\. 2025\.Optimization of a Triangular Delaunay Mesh Generator using Reinforcement Learning\.*Computer\-Aided Design*, 103964\.
- Zhou et al\. \(2024\)Zhou, A\.; Li, Z\.; Schneier, M\.; Buchanan Jr, J\. R\.; and Farimani, A\. B\. 2024\.Text2pde: Latent diffusion models for accessible physics simulation\.*arXiv preprint arXiv:2410\.01153*\.

## Appendix AAppendix

### Notation

Table 2:Notation used throughout the paper\.
### Theoretical Notes

#### Geometry preservation\.

The learned mesh is parameterized as a displacement of a valid reference grid rather than as unconstrained coordinates\. Before use, the raw displacement is clipped bymax​\_​disp​\_​ratio\\mathrm\{max\\\_disp\\\_ratio\}and passed through a bisection\-based projection that repeatedly rescales the deformation until every triangle area remains above a positive threshold\. Because the reference triangulation is valid and the projection accepts only deformations with positive signed area, the returned mesh is inversion\-free by construction up to numerical tolerance\. The empirical minimum\-Jacobian and inversion\-rate results in the paper verify that the implementation follows this guarantee in practice\.

#### Why GRF preconditioning is appropriate\.

Let a displacement field follow a GRF prior with spectral densityλ​\(𝐤\)=\(α\+‖𝐤‖2\)−s\\lambda\(\\mathbf\{k\}\)=\(\\alpha\+\\\|\\mathbf\{k\}\\\|^\{2\}\)^\{\-s\}\. Whitening the denoising residual byC−1/2C^\{\-1/2\}yields the norm:

‖C−1/2​e‖22=∑𝐤\(α\+‖𝐤‖2\)s​\|e^​\(𝐤\)\|2,\\\|C^\{\-1/2\}e\\\|\_\{2\}^\{2\}=\\sum\_\{\\mathbf\{k\}\}\(\\alpha\+\\\|\\mathbf\{k\}\\\|^\{2\}\)^\{s\}\|\\hat\{e\}\(\\mathbf\{k\}\)\|^\{2\},\(12\)which penalizes high\-frequency deformation errors more strongly than low\-frequency drift\. This matches the modeling role of a mesh displacement: large\-scale motion can be useful, whereas spurious high\-frequency oscillation rapidly damages element quality\.

### Detailed Method and Implementation Notes

#### PDE\-aware proxy construction\.

The implementation builds proxy channels from the latest normalized frame only, avoiding future leakage\. Periodic finite differences provide

ϕgrad=\(∂xu\)2\+\(∂yu\)2\+\(∂xv\)2\+\(∂yv\)2\+ε,\\phi\_\{\\mathrm\{grad\}\}=\\sqrt\{\(\\partial\_\{x\}u\)^\{2\}\+\(\\partial\_\{y\}u\)^\{2\}\+\(\\partial\_\{x\}v\)^\{2\}\+\(\\partial\_\{y\}v\)^\{2\}\+\\varepsilon\},\(13\)ϕvort=\|∂xv−∂yu\|,\\phi\_\{\\mathrm\{vort\}\}=\|\\partial\_\{x\}v\-\\partial\_\{y\}u\|,\(14\)and, when enabled,ϕlap=\|Δ​u\|\+\|Δ​v\|\\phi\_\{\\mathrm\{lap\}\}=\|\\Delta u\|\+\|\\Delta v\|\. The current five\-dataset configuration uses the same causal proxy principle across datasets: proxy channels are computed only from the observed history, then concatenated into the Stage 1 mesh\-conditioning tensor\. In the main configuration,ϕlap\\phi\_\{\\mathrm\{lap\}\}is disabled, soΦ\\Phiremains a compact stack of local derivative\-based cues rather than a target\-dependent signal\.

#### Local spectral concentration\.

Given anchor locations𝒜\\mathcal\{A\}, node\-to\-anchor weights are defined by a softmax over squared Euclidean distances,

ωn,a=softmaxa​\(−‖𝐯n−𝐚‖22σ2\)\.\\omega\_\{n,a\}=\\mathrm\{softmax\}\_\{a\}\\\!\\left\(\-\\frac\{\\\|\\mathbf\{v\}\_\{n\}\-\\mathbf\{a\}\\\|\_\{2\}^\{2\}\}\{\\sigma^\{2\}\}\\right\)\.\(15\)The implementation projects the latest field onto a compact Fourier basis, forms anchor energiesEa=M−1​∑m\|ca,m\|2E\_\{a\}=M^\{\-1\}\\sum\_\{m\}\|c\_\{a,m\}\|^\{2\}, and computes

ρ=∑a∈TopK​\(E,k\)Ea∑aEa\+ε\.\\rho=\\frac\{\\sum\_\{a\\in\\mathrm\{TopK\}\(E,k\)\}E\_\{a\}\}\{\\sum\_\{a\}E\_\{a\}\+\\varepsilon\}\.\(16\)The ratio is bounded in\[0,1\]\[0,1\]\. Maximizingρ\\rhotherefore cannot increase total spectral energy arbitrarily; it only changes how energy is concentrated across anchors\. The objective encourages the mesh to allocate resolution toward the most informative local spectral regions while remaining agnostic to the absolute field scale\.

#### Bridge and geometry projection\.

The bridge constructs a regularized grid tensor from mesh nodes through differentiable interpolation and concatenates confidence, density, and optional spectral channels\. For stability, sampled displacement fields are first clamped bymax​\_​disp​\_​ratio\\mathrm\{max\\\_disp\\\_ratio\}relative to the reference spacing and then passed through the projection operatorΠ\\Pi, which repeatedly rescales the deformation until all signed triangle areas are positive\. This mirrors the implementation used before every learned\-mesh forward pass\.

#### Exact auxiliary losses\.

For mesh nodes𝐯i\\mathbf\{v\}\_\{i\}and graph edgesℰ\\mathcal\{E\},

ℒsmooth=1\|ℰ\|​∑\(i,j\)∈ℰ‖𝐯i−𝐯j‖22,\\mathcal\{L\}\_\{\\mathrm\{smooth\}\}=\\frac\{1\}\{\|\\mathcal\{E\}\|\}\\sum\_\{\(i,j\)\\in\\mathcal\{E\}\}\\\|\\mathbf\{v\}\_\{i\}\-\\mathbf\{v\}\_\{j\}\\\|\_\{2\}^\{2\},\(17\)while for signed triangle areasAτA\_\{\\tau\},

ℒinv=1\|𝒯\|​∑τ∈𝒯max⁡\(0,ϵ−Aτ\),ϵ=10−10\.\\mathcal\{L\}\_\{\\mathrm\{inv\}\}=\\frac\{1\}\{\|\\mathcal\{T\}\|\}\\sum\_\{\\tau\\in\\mathcal\{T\}\}\\max\\left\(0,\\epsilon\-A\_\{\\tau\}\\right\),\\qquad\\epsilon=10^\{\-10\}\.\(18\)The implementation also uses the cycle term between bridged reconstruction and latest context frame plus a mesh diffusion term for Stage 1 displacement supervision\. The objective written in the main text therefore matches the code path used for the reported learned\-mesh runs\.

Table 3:Dataset\-wise training parameters for DAM \(Ours\)\. Main Table[1](https://arxiv.org/html/2607.11974#Sx4.T1)uses seeds\{1,2,42\}\\\{1,2,42\\\}\. Shared parameters are history windoww=8w=8, horizon=1=1, learning rates2×10−42\\times 10^\{\-4\}for both mesh and solution branches, batch size 8, andλinv=1\.0\\lambda\_\{\\mathrm\{inv\}\}=1\.0\. Unless otherwise noted,λsmooth=10−4\\lambda\_\{\\mathrm\{smooth\}\}=10^\{\-4\}, mesh diffusion loss weight=0\.2=0\.2, andmax​\_​disp​\_​ratio=0\.45\\mathrm\{max\\\_disp\\\_ratio\}=0\.45; Burgers uses the optimized settingλsmooth=2×10−4\\lambda\_\{\\mathrm\{smooth\}\}=2\\times 10^\{\-4\}and mesh diffusion loss weight=0\.15=0\.15\.

### Training Details

The mesh branch and downstream predictor are trained jointly, so the reported results reflect end\-to\-end optimization rather than a separately tuned mesh generator\. The complete dataset\-specific training configurations, including optimization hyperparameters and loss weights are summarized in Table 3\.

### Hardware and Software Environment

All experiments reported in this paper were executed on a single NVIDIA GeForce RTX 4070 Laptop GPU with 8 GB memory \(8188 MiB reported by the driver; driver version 581\.83\)\. The active training environment used PyTorch 2\.5\.1 with CUDA 12\.1\. All runtime numbers in the paper were measured on this hardware rather than copied from vendor specifications\. This disclosure is included to make the efficiency results interpretable, especially because diffusion\-based mesh sampling adds non\-negligible latency relative to a fixed\-grid path\.

### Runtime Cost of Learned Discretization

Table[4](https://arxiv.org/html/2607.11974#A1.T4)reports the measured total inference time of DAM at resolution ofN=64N=64\. We report the total solution\-generation path rather than separating solver and mesh\-generation entries in this table; the mesh\-generation component is analyzed separately in the Pareto figure below\.

Table 4:Total inference time of DAM \(Ours\) at resolution ofN=64N=64in milliseconds per sample\. The reported time corresponds to the full solution\-generation path used during evaluation\.DAM currently generates mesh displacements through an iterative denoising process, so the mesh\-generation module itself leaves room for acceleration\. To test whether this part of the framework can be replaced by a faster generative mechanism, we evaluate a Burgers case in which the Stage 1 diffusion mesh generator is replaced by a flow\-matching mesh generator, while Stage 2 remains the same diffusion field predictor\. Table 5 reports the resulting accuracy–runtime trade\-off\. Flow matching method reduces the total inference time from 315\.1 ms to 169\.5 ms, but also increases the prediction error, indicating that faster mesh generation is feasible but currently trades speed for accuracy\. Reducing this trade\-off remains an important direction for future work\. More advanced flow\-matching or consistency\-model parameterizations may further reduce sampling cost without sacrificing discretization quality\.

Table 5:Accuracy and runtime comparison between the default Stage 1 diffusion mesh generator and a flow\-matching mesh generator on Burgers atN=64N=64\. Stage 2 is kept as the same diffusion field predictor\.
### Mesh\-Generation Pareto Analysis

Figure[7](https://arxiv.org/html/2607.11974#A1.F7)compares fixed, classical adaptive, and DAM discretization policies using mesh\-generation time as the horizontal axis and Rel L2 as the error axis\. This isolates the cost of producing the discretization itself, while Table[4](https://arxiv.org/html/2607.11974#A1.T4)reports DAM’s total inference time\.

![Refer to caption](https://arxiv.org/html/2607.11974v1/x7.png)Figure 7:Mesh\-generation Pareto plot\. Rel L2 is compared against mesh\-generation time at resolution ofN=64N=64\.The plot shows that the benefit of paying for learned mesh generation is regime\-dependent\. On KS and Periodic shear, DAM moves toward lower error without increasing mesh\-generation cost relative to the classical policy\. On Rayleigh\-Bénard and Transonic, DAM obtains the best error but spends more mesh\-generation time, so it should be read as an accuracy\-capacity trade\-off\. Burgers is the boundary case: the fixed grid already aligns well with the 1D transport structure, so extra learned mesh generation does not dominate the fixed control\. This supports the paper’s narrower claim that discretization should be learned when the regime benefits from adaptive allocation, not that learned meshes are universally cheaper\.

### Baseline Models

All adaptive baselines are evaluated as discretization policies attached to the same FNO forecasting solver and the same train/validation/test splits\. This is an adaptation of their mesh or sampling mechanisms rather than a claim that every original paper used an identical solver stack\. We use this protocol deliberately: it isolates whether the adaptive allocation policy helps under a common forecasting backend, instead of confounding mesh adaptation with different PDE solvers, FEM implementations, or task\-specific simulators\.

- •Text2PDE\(Zhou et al\.[2024](https://arxiv.org/html/2607.11974#bib.bib36)\): a latent diffusion framework built around mesh\-aware autoencoding and conditional generation\. We use it as the reduced\-order generative baseline because it changes the state representation while keeping the online discretization policy separate from our learned mesh sampler\.
- •ATS\(Fayyaz et al\.[2022](https://arxiv.org/html/2607.11974#bib.bib7)\): Adaptive Token Sampling was originally proposed for efficient vision transformers\. We adapt its selection principle as a density\-conditioned sampling baseline: informative locations receive higher sampling density before being passed to the same forecasting protocol\. It is therefore a sampling\-adaptation baseline rather than a classical mesh generator\.
- •AMR\-MGNN\(Perera and Agrawal[2024](https://arxiv.org/html/2607.11974#bib.bib26)\): a multiscale graph neural network coupled with adaptive mesh refinement for mesh\-based simulations\. We adapt its multiscale graph/message\-passing idea into our forecasting setup as an AMR\-style adaptive\-discretization baseline\.
- •AMBER\(Freymuth et al\.[2025](https://arxiv.org/html/2607.11974#bib.bib8)\): an iterative sizing\-field method for adaptive mesh generation from expert demonstrations\. In our comparison, AMBER supplies a learned sizing field that drives node\-density allocation, followed by the shared prediction protocol\.
- •wLMR\(Özgen\-Xian et al\.[2020](https://arxiv.org/html/2607.11974#bib.bib25)\): a wavelet\-based local mesh\-refinement method originally designed for rainfall\-runoff simulations\. We adapt its wavelet slope/curvature indicator as a lightweight local refinement baseline\.

### Dataset Information

- •Burgers\(Kossaifi et al\.[2025](https://arxiv.org/html/2607.11974#bib.bib15)\): a nonlinear advection\-diffusion benchmark generated with the neural operator data utilities, used as the easiest low\-dimensional transport regime\.
- •Periodic shear\(Burns et al\.[2020](https://arxiv.org/html/2607.11974#bib.bib5)\): a periodic shear\-flow benchmark generated with Dedalus, emphasizing smooth coherent shear structures and testing whether adaptive discretization avoids unnecessary distortion\.
- •KS\(Shysheya et al\.[2024](https://arxiv.org/html/2607.11974#bib.bib31)\): the chaotic Kuramoto\-Sivashinsky benchmark, characterized by broadband oscillations and sensitivity to high\-frequency structure\.
- •Rayleigh\-Bénard\(Burns et al\.[2020](https://arxiv.org/html/2607.11974#bib.bib5)\): a convection\-style benchmark generated with Dedalus, used to test allocation around cellular transport patterns\.
- •Transonic\(Kohl, Chen, and Thuerey[2026](https://arxiv.org/html/2607.11974#bib.bib14)\): a compressible\-flow benchmark with shock\-like discontinuities and sharp geometric transitions\.

All datasets are converted to the same split\-based HDF5 interface used by the implementation\. The train split is used to fit the model and compute normalization statistics, the validation split is used for model selection in baseline training, and the test split is reserved for final Rel L2, RMSE, spectral error, mesh\-quality, and cross\-resolution metrics\. In all experiments, the model receives a short history of consecutive fields and predicts the next field at the next time step\. The benchmark suite is ordered roughly from easier to harder regimes in Table[1](https://arxiv.org/html/2607.11974#Sx4.T1), so the comparison tests whether learned discretization remains useful beyond a single PDE family\.

### Full Mesh\-Quality Audit

Prediction accuracy alone is insufficient for evaluating adaptive discretization: a low forecasting error is of limited value if the generated mesh exhibits element inversion, poor conditioning, or large reconstruction artifacts\. Table[6](https://arxiv.org/html/2607.11974#A1.T6)complements the prediction results with a geometric audit\. Across all datasets, DAM consistently maintains positive minimum Jacobians, minimum angles near45∘45^\{\\circ\}, and aspect ratios close to 2, indicating an orientation\-preserving and well\-conditioned mesh\. In contrast, several adaptive baselines produce meshes with negative minimum Jacobians, extremely small minimum angles, or highly elongated elements, even when their reconstruction or prediction errors remain competitive\. This gap should be interpreted in light of the evaluation protocol: these baselines originate as simulation/adaptation mechanisms and are converted here into moving triangular\-mesh policies under a common neural forecasting interface\. Poor element quality therefore mainly limits their engineering usability rather than automatically invalidating their field prediction numbers; a small Cycle Rel L2 can still preserve tensor reconstruction well enough for the downstream predictor\. This is precisely why the geometric audit is useful: it separates predictive accuracy from mesh validity and shows that DAM obtains competitive prediction while retaining the validity constraints needed for a deployable adaptive discretization\.

Table 6:Mesh\-quality comparison at resolution ofN=64N=64across adaptive\-discretization methods, recomputed using the same held\-out sampling protocol\. Cycle Rel L2 measures interpolation/reconstruction error when moving between adaptive and regular representations, Min angle and aspect ratio measure element conditioning, and MinJJis the minimum signed element area/Jacobian proxy\. Positive MinJJtogether with large minimum angles and aspect ratios near two indicates an orientation\-preserving, well\-conditioned moving mesh; small angles and large aspect ratios indicate sliver elements even when the signed area is nonnegative\.
### Future Work

Several limitations of the current framework point to concrete extensions\. The iterative denoiser used by the mesh branch is a direct source of additional inference cost\. Since DAM currently generates mesh displacements through diffusion denoising, future work may replace this mesh generator with faster continuous generative parameterizations, such as flow matching, rectified flow, consistency models, or other low\-step transport\-based generators\. The experiment in Table[5](https://arxiv.org/html/2607.11974#A1.T5)suggests that such replacements can reduce runtime, but preserving the accuracy and mesh quality of the diffusion\-based discretization remains an open challenge\.

Another direction is uncertainty analysis for generative discretization\. Although Gaussian noise is injected during the diffusion process, the supervised forecasting objective and geometric regularization drive the mesh generator toward a stable task\-specific mesh, so the observed stochastic variation in generated meshes is often small\. This behavior means that mesh samples from the current model should not be interpreted as calibrated posterior uncertainty\. The current paper therefore does not address uncertainty quantification\. Future work could study whether explicitly uncertainty\-aware objectives, ensembles, or noise\-conditioned evaluation protocols can make stochastic mesh variation more informative under distribution shift, noisy observations, or multi\-modal solution regimes\.

Table 7:Spearman correlation between learned node density and interpretable structure maps across 24 held\-out test draws\. The strongest positive alignment appears in Transonic and Rayleigh\-Bénard regimes, while Periodic shear remains weakly aligned because the field is already well represented by simple structure\.![Refer to caption](https://arxiv.org/html/2607.11974v1/x8.png)Figure 8:Semantic\-correlation audit\. Bars report mean Spearman correlation with one\-standard\-deviation error bars\.
### What the Mesh Learns

Beyond prediction error, we ask whether the learned mesh responds to an interpretable field structure\. Table[7](https://arxiv.org/html/2607.11974#A1.T7)and Figure[8](https://arxiv.org/html/2607.11974#A1.F8)report a semantic\-correlation audit between learned node density and error hotspots, gradient magnitude, vorticity, and the conditioning proxy\. This matters because an adaptive mesh can move nodes without placing them near structures that govern forecasting error\. We therefore treat node density as an observable consequence of the learned discretization policy and test whether it is rank\-correlated with interpretable maps computed from held\-out trajectories\.

The result is useful precisely because it is not uniform\. Transonic and Rayleigh\-Bénard show the clearest positive alignment with localized spatial structure, where shocks, boundary\-layer\-like features, or coherent convection patterns make extra resolution meaningful\. Periodic shear remains close to zero because its dominant pattern is simple and globally organized; in that case, strong local density correlation is neither expected nor necessary\. Burgers shows moderate alignment with gradient and vortical proxies, and KS remains mixed, consistent with broadband dynamics where local monotone cues are weaker\. The point is not that the same proxy explains every dataset, but that the learned mesh reveals different allocation behavior across regimes\.

This complements the error tables: Table[1](https://arxiv.org/html/2607.11974#Sx4.T1)establishes forecasting competitiveness, Figures[3](https://arxiv.org/html/2607.11974#Sx4.F3)\-[5](https://arxiv.org/html/2607.11974#Sx4.F5)show spectral consequences, and the semantic audit asks whether allocation can be read in physical space\. Together, these results support the narrower claim that diffusion\-based discretization is a regime\-dependent representation, not a fixed refinement template\. They also clarify why diffusion is a natural parameterization: the mesh is generated as a structured object under validity and spectral constraints, rather than selected from a single handcrafted rule\.

### Parameter Generalization Audit

To test whether the learned discretization remains usable under parameter shifts, we evaluate the trained DAM checkpoints without retraining on harder Periodic\-shear, Rayleigh\-Bénard, and Transonic test cases\. The in\-distribution Periodic\-shear training data use the defaultR​e≈500Re\\approx 500setting, and the audit raises it toR​e∈\{2000,5000,10000\}Re\\in\\\{2000,5000,10000\\\}\. The Rayleigh\-Bénard training data use the defaultR​a≈1\.6×105Ra\\approx 1\.6\\times 10^\{5\}setting, and the audit evaluates stronger convection atR​a∈\{1\.6×106,4×106,8×106\}Ra\\in\\\{1\.6\\times 10^\{6\},4\\times 10^\{6\},8\\times 10^\{6\}\\\}\. The Transonic training set covers Mach numbers between0\.70\.7and0\.90\.9, and the audit evaluates higher\-Mach test casesM∈\{1\.0,1\.1,1\.2\}M\\in\\\{1\.0,1\.1,1\.2\\\}\. Even under these shifts, Table[8](https://arxiv.org/html/2607.11974#A1.T8)shows smooth degradation rather than catastrophic failure; the largest sensitivity appears in the Transonic tests, where both field and spectral errors increase monotonically with Mach number\.

Table 8:Parameter generalization audit for DAM \(Ours\) at the resolution ofN=64N=64without retraining\. Periodic\-shear and Rayleigh\-Bénard rows are generated by harder physical parameters\. Transonic rows report cross\-Mach\-number evaluation beyond the estimated training range\.The parameter\-shift audit separates three behaviors\. Periodic shear remains almost unchanged even up toR​e=10000Re=10000, consistent with its globally organized shear structure\. Rayleigh\-Bénard is less monotone: the intermediate convection setting is easiest, while both weaker and stronger convection increase spectral error\. Transonic shows the clearest extrapolation trend: increasing Mach number steadily raises Rel L2, RMSE, and spectral error, indicating that the learned discretization remains usable while the solution branch becomes more sensitive to compressive structures beyond the training range\.

### Cross\-Resolution Quantitative Audit

The learned mesh policy is trained atN=64N=64and evaluated without retraining atN∈\{16,32,48,64,96,128,256\}N\\in\\\{16,32,48,64,96,128,256\\\}\. Table[9](https://arxiv.org/html/2607.11974#A1.T9)complements Figure[11](https://arxiv.org/html/2607.11974#A1.F11)with Rel L2 metrics across resolutions\.

Table 9:Cross\-resolution Rel L2 of DAM \(Ours\) when evaluated at different mesh sizes without retraining\. Each entry reports the mean Rel L2 over held\-out evaluation batches\.The quantitative trend is consistent with the visual audit\. The model is trained atN=64N=64, yet Burgers, Periodic shear, KS, Rayleigh\-Bénard, and Transonic all remain close to theirN=64N=64error once the evaluation mesh reaches moderate resolution\. The main degradation appears atN=16N=16, especially for Rayleigh\-Bénard and Transonic, where localized convection or shock\-sensitive structure requires enough nodes before the learned allocation can be useful\. This supports the interpretation that DAM learns a resolution\-aware discretization policy rather than memorizing a single grid size; the policy is not resolution\-free, but it remains stable over a broad range around the training mesh\.

### Supplementary Mesh\-Size Visualization

This final appendix section collects the field\-level qualitative visualizations and cross\-mesh\-size visualizations used to audit prediction structure and resolution robustness\.

![Refer to caption](https://arxiv.org/html/2607.11974v1/x9.png)Figure 9:Parameter\-shift fields\. Columns increase the physical parameter within each regime\.![Refer to caption](https://arxiv.org/html/2607.11974v1/x10.png)Figure 10:Prediction heatmaps\. Field\-level predictions are compared across five datasets and methods\.![Refer to caption](https://arxiv.org/html/2607.11974v1/x11.png)Figure 11:Cross\-resolution heatmaps\. DAM is trained atN=64N=64and evaluated without retraining across multiple mesh sizes\.

Similar Articles

Temporal Difference Learning for Diffusion Models

arXiv cs.LG

This paper introduces a temporal difference (TD) learning objective for diffusion models that enforces cross-time consistency along the denoising trajectory. It reformulates denoising as a reinforcement learning policy evaluation problem, showing significant improvements in sample quality (FID), especially for few-step samplers.

From Noise to Control: Parameterized Diffusion Policies

arXiv cs.AI

This paper introduces Parameterized Diffusion Policy (PDP), a framework that makes diffusion policies controllable by conditioning on low-dimensional latent parameters, enabling smooth behavior interpolation and adaptation without retraining. It demonstrates improved performance on complex multimodal robot tasks in simulation and real-world experiments.

Adaptive Order Policies for Masked Diffusion

arXiv cs.LG

Proposes learning the unmasking order in masked diffusion models using a lightweight policy network, with a weighted loss that outperforms heuristics on combinatorial tasks and protein design.