Constraint-Aware Flow Matching: Decision Aligned End-to-End Training for Constrained Sampling
Abstract: Deep generative models provide state-of-the-art performance across a wide array of applications, with recent studies showing increasing applicability for science and engineering. Despite a growing corpus of literature focused on the integration of physics-based constraints into the generation process, existing approaches fail to enforce strict constraint satisfaction while maintaining sample quality. In particular, training-free constrained sampling methods, while providing per-sample feasibility guarantees, introduce a fundamental mismatch between the training objective and the constrained sampling procedure, often leading to performance degradation. Identifying this training-sampling misalignment as a central limitation of current constrained generative modeling approaches, this paper proposes Constraint-Aware Flow Matching, a novel end-to-end framework that explicitly incorporates constraint projections into the training objective. By aligning the model's learned dynamics with the constrained sampling process, the proposed method mitigates distributional shift induced by projection-based corrections, enabling high-quality constrained generation. The proposed approach is evaluated on three challenging real-world benchmarks, illustrating the generality and efficacy of the method.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
Plain-Language Summary of “Constraint-Aware Flow Matching: Decision Aligned End-to-End Training for Constrained Sampling”
What is this paper about?
This paper is about teaching AI image-like generators to follow strict rules while still making high-quality results. In science and engineering, many things (like fluid flow or material designs) must follow physical laws or exact requirements. Usual generative AI models make realistic-looking samples, but they can break these rules. This paper introduces a new training method, called Constraint-Aware Flow Matching (CAFM), that helps models learn to create things that both look right and obey the rules.
What questions did the authors ask?
- How can we make AI generators respect hard rules (constraints) on every single sample, not just on average?
- Why do current methods that “fix” samples at the end (by projecting them onto the legal/allowed set) hurt quality?
- Can we train the model in a way that matches how it will be used when generating samples with constraints?
How did they try to solve it? (Simple explanation of the method)
First, some quick translations:
- Generative model: a model that can “imagine” new examples similar to its training data (like new images, shapes, or physical fields).
- Constraint: a strict rule the output must follow (for example, “mass must be conserved,” “coherence structure must match,” “porosity exactly 50%”).
- Projection: if your model’s output breaks a rule, you “snap” it to the nearest legal answer—like moving a drawing point to the closest spot inside the lines.
The problem with current practice:
- Many systems train the model normally (without constraints), then only at generation time fix the output by projecting it onto the allowed set.
- That creates a mismatch: the model practiced one way, but during “game time” you change its result with a correction it never trained for. This often moves the sample into parts of the space the model didn’t learn well, reducing quality.
The new idea (CAFM):
- Train the model while applying the same projection you will use at generation time.
- In other words, the model “practices with the referee.” It predicts an output, then it gets corrected (projected) to be legal, and the training loss is computed on the corrected result. This makes training match deployment.
How the projection works during training:
- Projecting can be complicated (rules can be nonlinear or even nonconvex). The authors use an iterative solver that improves the sample step-by-step.
- They “unroll” these steps inside training, letting gradients flow through the projection. That way, the model learns how to predict outputs that need minimal correction.
- The specific solver is called Sequential Quadratic Programming (SQP). Think of it as a smart “fixer” that repeatedly linearizes the rules and corrects the output until it fits.
Why this is like “decision-focused learning”:
- Instead of training to predict something that looks right in general, the model trains to be good at the final decision (the projected, rule-following answer). It’s like studying the exact test you’ll take, not a different practice test.
What did they find, and why is it important?
They tested their method on three hard, real-world problems:
- Partial Differential Equations (PDEs): Navier–Stokes, Reaction–Diffusion, and Burgers problems with constraints like conservation laws, boundary conditions, and initial conditions.
- CAFM made outputs that obeyed the rules and also matched the true solutions more closely than other methods.
- It beat unconstrained models (which violated rules) and also beat “project at the end” methods (which often lost quality).
- Microweather (wind velocity field estimation): Generate wind fields that match observed data and maintain a realistic spatiotemporal coherence pattern.
- CAFM cut constraint violations by about an order of magnitude and improved accuracy compared to other approaches.
- Microstructure inverse design (materials): Generate 2D images of rock-like structures with an exact porosity target.
- CAFM achieved perfect constraint satisfaction while also improving reconstruction accuracy.
Why this matters:
- The results show that training the model to anticipate the projection step gives higher-quality, rule-following samples.
- This is particularly important in science and engineering, where violating a rule can make a prediction physically meaningless.
What does this mean for the future?
- Better scientific AI: Models can now generate samples that are both realistic and physically valid, making them more trustworthy for simulations, design, and forecasting.
- General and flexible: CAFM works across different kinds of constraints (linear, nonlinear, local, global) and tasks (fluids, weather, materials).
- Robust to new rules: Even when the test-time constraints weren’t seen during training (like unseen boundary/initial conditions), CAFM still performed well.
- Practical note: Training is heavier because the projection needs to run inside training. But you can speed things up by fine-tuning from a pretrained model.
- Big picture: This approach tightens the link between how we train and how we use generative models, which should lead to more reliable AI tools in real-world, rule-heavy domains.
Knowledge Gaps
Below is a concise, actionable list of the paper’s knowledge gaps, limitations, and open questions that future work could address.
- Lack of theoretical guarantees: no convergence or consistency results that CAFM learns a model whose induced distribution matches the constrained target distribution pc, nor bounds on decision regret vs. prediction MSE under the proposed objective.
- Differentiability and stability of projections: no analysis of gradient correctness and stability when active sets change (inequality constraints), constraints are non-smooth, or the projection map is discontinuous; effect on training stability is unquantified.
- Approximate projection bias: training uses a finite number of SQP iterations (K); how approximation error in Pc and solver tolerances bias gradients and final performance is not studied.
- Unrolling vs. implicit differentiation: no comparison of unrolled SQP with implicit differentiation of KKT conditions (memory, speed, stability, accuracy) or with other differentiable optimization layers (interior-point, projected Newton, proximal methods).
- Exposure bias in flow matching: the objective is evaluated at reference-path states Zt rather than model-trajectory states zt; the extent to which this residual mismatch still harms deployment-time performance is not analyzed or mitigated.
- Trajectory-level constraints: CAFM trains with a single terminal projection; many scientific constraints are path-wise (e.g., stability, safety, PDE residuals over time). How to enforce and train with intermediate projections or path-integrated constraints remains open.
- Multistage alignment: while the discussion mentions multistage decision-making, the method does not differentiate through the full sampling loop (forward solve → projection → reverse update) during training; benefits and costs of fully aligning all stages are unexplored.
- Constraint misspecification and noise: robustness when constraints are noisy, conflicting, or only approximately valid (e.g., measurement errors, model-form uncertainty) is untested.
- Nonconvex/global optimality: the projection is defined as the nearest feasible point, but nonconvex sets can cause local minima or dependence on initialization; guarantees and empirical sensitivity to local solutions are not provided.
- Discrete and logical constraints: extension beyond smooth equality/inequality constraints (e.g., combinatorial, integer, logical constraints) is not demonstrated despite related work suggesting possible routes.
- Sample diversity and coverage: potential variance suppression is observed in the wind experiment; impacts on generative diversity, mode coverage, and calibration (e.g., likelihood surrogates, precision/recall for generative models) are not measured.
- Generalization breadth: OOD claims are limited to held-out IC/BC and porosity values; systematic tests across broader domain shifts (new constraint families, tighter/looser feasibility regions, different physics) are absent.
- Scalability: no scaling study for higher-dimensional or higher-resolution domains (e.g., 3D Navier–Stokes, 512–1024 px imagery, long temporal horizons), large batch sizes, or multi-constraint scenarios with many constraints.
- Compute and memory overhead: training-time costs of unrolled SQP (wall-clock, memory) are not quantified; no efficiency–accuracy Pareto analysis vs. K, solver tolerance, or warm starts.
- Hyperparameter sensitivity: lack of ablations on number of SQP iterations, line search/penalty parameters, projection tolerances, and their impact on accuracy, feasibility, and stability.
- Solver choice and initialization: influence of optimization algorithm (SQP vs. alternatives), initializations for the projection, and step-size policies on convergence and final outcomes is unexplored.
- Constraint tightness and geometry: effect of constraint manifold curvature, conditioning, and feasibility region size on training difficulty, projection stability, and generalization is not characterized.
- Backbone generality: although the method is positioned as general, experiments only use flow matching; extensions to diffusion backbones, latent models, or other transports are not empirically validated.
- Full ODE differentiation: gradients through the ODE solver plus projection (and reverse update) are not considered; whether differentiating through integration improves alignment and performance is unknown.
- Evaluation metrics: focus on MSE and constraint residuals; no perceptual or physics-aware downstream task metrics (e.g., stability, conserved quantities over trajectories) or uncertainty calibration metrics are reported.
- Baseline coverage: comparisons omit some recent constrained samplers (e.g., split augmented Langevin, chance-constrained flow matching); impact on relative performance conclusions is unclear.
- Continuous functional setting: the wind study uses a fixed grid, diverging from the original functional setting; whether CAFM’s gains persist for continuous operator representations remains untested.
- Reproducibility and variability: results appear to be single-run; error bars, seed variability, and statistical significance analyses are absent; code availability is unclear.
- Warm-start strategy: fine-tuning from pretrained FM is suggested for efficiency but not rigorously evaluated (e.g., initialization sensitivity, number of steps saved, performance vs. training from scratch).
- Handling infeasible or dynamically changing constraints: behavior when constraints become infeasible or change at test time, and how to adapt CAFM without retraining, is not explored.
- Hybrid training–sampling constraints: while claimed feasible, no study shows how adding unseen sampling-time constraints after CAFM training affects quality and feasibility trade-offs.
- Physical interpretability: how CAFM’s learned velocities change relative to FM/PCFM and whether they better respect physics away from the projection surface is not analyzed.
- Safety and reliability: no analysis of rare failure modes (e.g., projection divergence, ODE instability post-projection) or mechanisms for detection/mitigation during sampling.
Practical Applications
Immediate Applications
Below are concrete, deployable use cases that can be implemented with today’s tooling by adding the paper’s constraint-aware training objective and differentiable projection layer to existing flow/diffusion models, optionally via short finetuning.
Software and ML Tooling
- Sector: Software/ML Infrastructure
- Use case: Add a “Constraint-Aware Flow Matching (CAFM) Layer” to PyTorch/JAX generative stacks.
- Product/workflow:
- Provide a projection module that unrolls K steps of Sequential Quadratic Programming (SQP) as a differentiable layer.
- Expose a simple API: define equality/inequality constraints h(z)=0, g(z)≤0; wrap the base flow model; finetune with the CAFM loss.
- Offer warm-start finetuning from pretrained flow/diffusion models to reduce cost.
- Assumptions/dependencies: Constraints are expressible and differentiable (or have differentiable surrogates); moderate GPU resources for training; mature autograd backend.
Scientific Computing and Engineering (PDE-Constrained Generation)
- Sector: Aerospace, Mechanical/Civil Engineering, Climate/CFD
- Use case: Fast generative surrogates that respect conservation laws, boundary/initial conditions for PDE-governed systems (e.g., Navier–Stokes vorticity IC, mass conservation; Burgers and Reaction–Diffusion with nonlinear CL/BC/IC).
- Product/workflow:
- Train CAFM on simulation catalogs; enforce physics at terminal projection; use generated samples for design exploration, uncertainty propagation, and data augmentation.
- Plug into simulation pipelines as a “physics-consistent sampler” to initialize or refine solvers.
- Assumptions/dependencies: Availability of simulation datasets; constraints accurately reflect governing laws; robust SQP settings for nonconvex constraints.
Weather and Unmanned Systems (Microweather)
- Sector: Aerospace, Logistics, Construction, Smart Cities
- Use case: Generate spatiotemporal wind fields from sparse sensors with coherence constraints for UAV path planning, crane operations, and site safety assessments.
- Product/workflow:
- A microservice that ingests sparse measurements and outputs coherent wind ensembles for routing and risk checks.
- Integrate with mission planners for drones to evaluate multiple weather-constrained scenarios on demand.
- Assumptions/dependencies: Sensor availability and calibration; a validated coherence model; adequate compute for near-real-time inference; coverage across target environments.
Materials Science and Manufacturing (Microstructure Inverse Design)
- Sector: Materials, Manufacturing, Additive Manufacturing
- Use case: Generate microstructures meeting porosity or phase-fraction targets to accelerate structure–property discovery.
- Product/workflow:
- An inverse-design assistant: specify porosity targets; CAFM generates candidates; downstream simulation or experiments evaluate properties; iterate.
- Integration with materials informatics platforms for multi-sample proposal and screening.
- Assumptions/dependencies: Sufficient micrograph datasets; constraints are convex or well-approximated; downstream property prediction tools available.
Energy and Utilities (Scenario Generation)
- Sector: Power Systems, Renewables, Grid Operations
- Use case: Generate load, renewable, and contingency scenarios that satisfy network feasibility approximations (e.g., power balance or surrogate constraints) for planning and operations studies.
- Product/workflow:
- CAFM-based scenario sampler feeding stochastic unit commitment, planning studies, and Monte Carlo reliability assessments.
- Assumptions/dependencies: Feasible constraint formulations (often surrogate/linearized) with gradients; historical data; process integration with existing optimization tools.
Robotics (Offline Trajectory Generation and Dataset Curation)
- Sector: Robotics and Automation
- Use case: Generate feasible motion/trajectory datasets respecting kinematic/dynamic limits and collision-avoidance constraints for training planners and imitation learners.
- Product/workflow:
- CAFM-trained trajectory generator using terminal feasibility projection; use as an offline data engine for learning policies and benchmarking.
- Assumptions/dependencies: Geometric and dynamic constraints differentiable (or smoothed); high-quality demonstrations/sim logs for training; not yet optimized for strict real-time control.
Finance and Insurance (Research and Backtesting)
- Sector: Finance/Insurance
- Use case: Generate market scenarios respecting accounting identities, capital/risk limits, or stylized facts for backtesting and stress testing (research use).
- Product/workflow:
- Internal research tool producing constraint-aligned scenarios; evaluate strategies under capital and liquidity constraints.
- Assumptions/dependencies: Constraints formalized and differentiable; careful governance; not for client-facing decisions without further validation.
Healthcare, Education, and QA (Constrained Synthetic Data)
- Sector: Healthcare, EdTech, Software QA
- Use case: Produce synthetic datasets that obey domain invariants (e.g., physiological ranges, medication interactions; physics-consistency in STEM education problems; schema/business rules in QA).
- Product/workflow:
- Constraint libraries per domain; CAFM finetuning for synthetic data that reduces rejection sampling and manual cleaning.
- Assumptions/dependencies: Constraint catalogs curated with domain experts; privacy controls (e.g., DP) if required; downstream utility metrics defined.
Digital Twins and Simulation Ops
- Sector: Industrial IoT, Manufacturing, Built Environment
- Use case: Constraint-aligned generative updates for digital twins to maintain physical plausibility under sparse/lagged telemetry.
- Product/workflow:
- CAFM sampler that fuses measurements and constraints to refresh twin states or generate ensembles for what-if analyses.
- Assumptions/dependencies: Reliable constraints and approximate models; MLOps hooks for monitoring constraint violations.
Long-Term Applications
These opportunities are compelling but need more R&D for robustness, scalability, real-time guarantees, or certification.
Real-Time Autonomy and Control
- Sector: Robotics, Automotive, Aerospace
- Use case: Onboard, real-time constrained generative planning under tight latency budgets.
- Product/workflow:
- Hardware-accelerated projection layers; learned warm-starts; fixed-point or implicit differentiation to reduce unrolled steps.
- Assumptions/dependencies: Strong latency guarantees; robustness to nonconvex constraints; safety validation.
Safety-Critical and Certified Systems
- Sector: Avionics, Medical Devices, Grid Protection
- Use case: Certified constrained generative components with formal risk bounds and runtime monitors.
- Product/workflow:
- Verification toolchains combining CAFM with formal methods; certifiable constraint libraries; runtime assurance shields.
- Assumptions/dependencies: New standards/protocols for certifying ML with embedded optimization; provable stability/robustness under distribution shift.
Pathwise/Multistage Constraints
- Sector: Robotics, Finance, Energy Operations
- Use case: Enforce feasibility not only at terminal states but along entire trajectories (path constraints, sequential decisions).
- Product/workflow:
- Extend CAFM to multi-projection or differentiable constrained integration along the ODE path; decision-focused multistage training.
- Assumptions/dependencies: Efficient differentiable solvers for sequence constraints; stability of training under many projections.
Hybrid Modeling: Tight Coupling with Differentiable Simulators
- Sector: Science/Engineering
- Use case: Joint training of CAFM with differentiable PDE solvers for higher fidelity and data efficiency.
- Product/workflow:
- End-to-end pipelines combining constraints, simulators, and generative models; adaptive fidelity control.
- Assumptions/dependencies: Availability of differentiable simulators; careful treatment of simulator bias and stiffness.
Constraint Discovery and Adaptation
- Sector: Cross-Industry
- Use case: Learn or refine constraints from data (e.g., latent physics, business rules) and adapt CAFM accordingly.
- Product/workflow:
- Joint learning of constraint surrogates (symbolic or neural) and CAFM; active data acquisition for under-specified regimes.
- Assumptions/dependencies: Identifiability; avoiding spurious constraints; uncertainty quantification for learned constraints.
Standardization and MLOps Governance
- Sector: Enterprise ML
- Use case: Organization-wide libraries of vetted constraints, governance dashboards for constraint violations, and policy enforcement.
- Product/workflow:
- “Constraint-DSL” and registries; monitoring SLOs for feasibility; lineage tracking and audit trails for constraint changes.
- Assumptions/dependencies: Cross-team buy-in; tooling for CI/CD with constraint tests.
Privacy-, Fairness-, and Compliance-Aware Generation
- Sector: Healthcare, Finance, Public Sector
- Use case: Combine CAFM with privacy (DP) and fairness constraints; compliance-by-design generators.
- Product/workflow:
- Multi-objective CAFM with DP noise accounting and fairness metrics as constraints; institution-specific policy packs.
- Assumptions/dependencies: Tensions between utility, privacy, and feasibility; scalable training with additional constraints.
Edge and Embedded Deployment
- Sector: IoT, Drones, AR/VR
- Use case: Constraint-aware generation on constrained hardware.
- Product/workflow:
- Model compression, distillation of projection steps, or neural approximations to projection operators.
- Assumptions/dependencies: Accuracy–latency trade-offs; energy constraints; reliability under intermittent connectivity.
EDA/CAD and Complex Combinatorial Constraints
- Sector: Semiconductors, Mechanical Design, Architecture
- Use case: Generate designs under dense rule sets (DRC/DFM, topology, manufacturability).
- Product/workflow:
- Hybrid continuous–combinatorial differentiable layers; integration with constraint solvers for discrete rules.
- Assumptions/dependencies: Differentiable relaxations or surrogate penalties; scalability to very high-dimensional, discrete spaces.
Policy, Planning, and Urban Analytics
- Sector: Public Policy, Urban Planning, Climate Resilience
- Use case: Scenario generation under budget, equity, and environmental constraints for planning decisions.
- Product/workflow:
- CAFM-based scenario studios to explore trade-offs and stress tests in participatory planning.
- Assumptions/dependencies: Translating legal and social constraints into mathematical forms; robust communication of uncertainty.
Multi-Property Materials Design and Lab-in-the-Loop
- Sector: Materials, Chemistry
- Use case: Constrained generation across multiple target properties (e.g., porosity + conductivity + strength), with automated experimentation.
- Product/workflow:
- Closed-loop CAFM → propose → fabricate/simulate → update constraints and models.
- Assumptions/dependencies: Multi-constraint feasibility in high dimensions; reliable high-throughput measurement.
Healthcare Deployment (Operational)
- Sector: Healthcare
- Use case: Operational synthetic data and decision support with clinical safety constraints.
- Product/workflow:
- Hospital-integrated CAFM for data sharing and simulation with strict constraint packs (clinical rules, privacy).
- Assumptions/dependencies: Regulatory approval; rigorous external validation; robust privacy/fairness guarantees.
Notes on cross-cutting assumptions:
- Constraint quality is pivotal; incorrect or overly strict constraints can hurt fidelity or feasibility.
- Nonconvex projections may have local minima; warm-starts and K-step unrolling trade off accuracy and speed.
- Data coverage matters; constraints that push far from training support remain challenging.
- Monitoring and governance are essential in production to track constraint satisfaction, failure modes, and drift.
Glossary
- Burgers BC: A version of the Burgers partial differential equation with boundary conditions specified at the domain boundaries. "Burgers BC incorporates localized, pointwise boundary conditions"
- Burgers IC: A version of the Burgers partial differential equation with initial conditions specified at the start time. "Burgers IC enforces initial conditions (IC) and both nonlinear global nonlinear mass conservation and local conservation updates (CL)."
- Coherence function: A function describing the correlation structure between points in a spatiotemporal wind field across frequency. "the coherence function"
- Constraint Guidance: A class of methods that condition generative models on constraints without guaranteeing per-sample feasibility. "Constraint Guidance approaches condition the generation on the constraint set"
- Constraint manifold: The geometric surface formed by all points that satisfy the constraints. "introduces curvature to the constraint manifold"
- Constraint Projection: A step in the sampling process that maps a predicted sample to the nearest feasible point satisfying constraints. "Constraint Projection"
- Constrained Sampling: A class of methods that enforce constraints during sampling, guaranteeing per-sample feasibility. "Constrained Sampling provides per-sample guarantees for constraint satisfaction"
- Decision-focused learning: A learning paradigm that trains models to optimize downstream decision quality rather than pure prediction error. "later studies showed that decision-focused learning"
- Deterministic flow: A flow defined by an ordinary differential equation that transports samples from a base to a target distribution. "defines a deterministic flow"
- Differentiable optimization: The practice of embedding optimization problems within neural networks so their solutions are differentiable and can be trained end-to-end. "inspired by the recent progress in the areas of differentiable optimization"
- Fixed-point differentiation: A technique for differentiating through iterative algorithms by treating their solutions as fixed points of an update map. "fixed-point differentiation"
- Flow matching: A generative modeling framework that learns a time-dependent velocity field to transport a base distribution to a target one via an ODE. "Flow matching is a generative modeling framework"
- Functional Flow Matching (FFM): A flow-matching approach operating on functional representations; used here as an unconstrained baseline. "Functional Flow Matching (FFM) serves as a reference for unconstrained generative performance."
- Indicator function: A function that returns 1 if a condition is met and 0 otherwise, used to restrict probability mass to a constraint set. "an indicator function"
- KKT conditions: The Karush–Kuhn–Tucker optimality conditions used to characterize solutions of constrained optimization problems. "implicit differentiation of KKT conditions"
- Lagrangian: A function combining an objective and constraints via multipliers, used in constrained optimization. "a quadratic model of the Lagrangian"
- Latent diffusion models: Diffusion models that operate in a learned latent space rather than directly in the data space. "Sampling-time approaches have been extended to latent diffusion models"
- Latent flow matching: Flow matching performed in a learned latent space, often for efficiency or structure. "learning a latent space for latent flow matching"
- Mass conservation: A physical law requiring the total mass (or analogous conserved quantity) to remain constant. "mass conservation constraints"
- Microstructure Inverse-Design: The task of generating material microstructures that meet target properties or constraints. "Microstructure Inverse-Design"
- Navier--Stokes: Fundamental PDEs governing fluid flow, used here as a constrained generative benchmark. "Navier--Stokes imposes initial vorticity (IC) and linear global mass conservation constraints (CL)."
- ODE: Ordinary Differential Equation describing continuous-time dynamics used for generation paths in flow matching. "the ODE"
- Optimal decision: The solution of an optimization problem given predicted parameters from a learning model. "an optimal decision of a constrained optimization problem"
- Optimal transport plan: A coupling between distributions that defines how mass is transported from one to another optimally. "via an optimal transport plan"
- Porosity: The fraction of void space in a material, used as a design constraint in microstructure generation. "porosity constraint"
- Projected Diffusion Model (PDM): A diffusion-based generative method that enforces constraints by projecting samples to the feasible set during sampling. "the Projected Diffusion Model (PDM)"
- Projection operator: A mapping that finds the closest point in the feasible set to a given (possibly infeasible) point. "the projection operator"
- Proximal gradient: An optimization method combining gradient steps with proximal (projection-like) operations to handle constraints or regularizers. "enabling proximal gradient optimization"
- Reaction--Diffusion: A class of PDEs modeling processes with local reactions and diffusion, used as a constrained benchmark. "Reaction--Diffusion introduces curvature to the constraint manifold through nonlinear conservation law (CL)."
- Rejection sampling: A sampling technique that draws candidates and accepts only those meeting a criterion, here used when feasibility isn’t guaranteed. "thus relying heavily on rejection sampling"
- Score-matching: A technique for estimating the gradient of the data log-density, used to guide constrained corrections. "prior works have leveraged score-matching"
- Sequential Quadratic Programming (SQP): An iterative method for constrained nonlinear optimization that solves a series of quadratic subproblems. "Sequential Quadratic Programming (SQP) correction steps."
- Spatiotemporal coherence: Consistency of patterns across space and time, used as a constraint in wind field generation. "maintaining realistic spatiotemporal coherence"
- Stationary Gaussian process: A stochastic process with constant mean and covariance depending only on relative position/time, modeling wind fluctuations. "a zero-mean, stationary Gaussian process"
- Unrolled into the computational graph: Implementing iterative optimization steps explicitly in a network so gradients can propagate through them. "can be unrolled into the computational graph"
- Vorticity: A fluid dynamics quantity representing local rotation, used as an initial condition constraint. "initial vorticity (IC)"
Collections
Sign up for free to add this paper to one or more collections.