Structured Coupling for Flow Matching
Abstract: Standard flow matching scales well but typically relies on an unstructured source distribution, limiting its ability to learn interpretable latent structure. Latent-variable models, by contrast, capture structure but often sacrifice generative quality. We bridge this gap by proposing Structured Coupling for Flow Matching (SCFM), a cooperative framework that augments flow matching with structured latent representation learning. By introducing structured latent variables and exogenous noise into the source, SCFM jointly learns a structured prior (via latent variable modeling) and a continuous transport map (via flow matching). It uses a shared time-dependent recognition network for both latent variable model variational inference and intermediate-time flow velocity estimation. This yields a structurally informed yet unconditional, simulation-free flow model, where the latent variable model can also assist flow sampling. Empirically, SCFM facilitates unsupervised latent representation learning for clustering, disentanglement and downstream tasks, while remaining competitive with flow matching in sample quality, showing that meaningful structure can be learned without sacrificing generative fidelity.
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
Overview
This paper introduces a new way to train image generators called Structured Coupling for Flow Matching (SCFM). Its goal is to get the best of two worlds:
- the high image quality of “flow matching” models (which are good at making sharp, realistic images), and
- the useful “hidden codes” learned by variational autoencoders (VAEs), which make it easier to understand, cluster, and control what the model learns.
In short: SCFM makes a generator that can produce great images while also learning an organized, meaningful “latent space” (a compact code that captures important factors like object type, color, or viewpoint).
What questions does the paper try to answer?
- Can we train a strong image generator that also learns clean, meaningful internal codes (for clustering, disentangling factors, and downstream tasks) without sacrificing image quality?
- Can we combine a flow model’s smooth “transport” from simple noise to images with a VAE’s structured latent codes, so they help each other during training and sampling?
- Can we do this without needing labels (i.e., fully unsupervised)?
How does it work? (Simple idea with everyday analogies)
Imagine turning a cloud of points into real pictures:
- Flow matching teaches a “wind field” that pushes points from a simple starting cloud (like a ball of Gaussian noise) to end up looking like real images. You follow the wind over time to generate a sample.
- VAEs learn a “secret code” z for each image, like a set of dials or sliders that describe important features (e.g., digit identity on MNIST or object type on CIFAR-10). VAEs also learn a “decoder” that turns a code z back into an image.
SCFM combines these ideas by changing the starting point for the flow:
- Instead of starting from an unstructured blob of noise, SCFM starts from two parts: x0 = (z, E).
- z is a structured latent code meant to carry meaning (e.g., cluster membership or factors like shape or color).
- E is extra noise that gives the model enough freedom to add details.
- The model learns a structured “prior” for z (think: organized groups or clusters, like a Gaussian mixture with several components) so that different regions of z space represent different semantic groups.
- A single shared “recognizer” network does double duty:
- At the very end (t = 1), it acts like a VAE encoder that extracts z from an image.
- At intermediate times (t < 1), it helps the flow estimate “where each point likely started” so the wind field learns the right direction to push.
Two sampling modes make generation flexible:
- Full flow: sample (z, E) from the learned priors, then “follow the wind” from t = 0 to t = 1 to get an image.
- Decoder-initialized refinement: use the decoder to quickly “draw” a rough image from z, then follow a short flow to refine it. This can reduce compute while improving quality over decoder-only images.
Key terms in plain language:
- Latent variable (z): a compact, meaningful code—like a small set of knobs controlling what’s in the picture.
- Prior over z: the model’s preferred “map” of where good codes live (e.g., grouped into clusters).
- Flow/vector field: the learned “wind” that pushes points from simple starts to realistic images.
- Coupling/interpolant: how you pair starts with targets and define a straight path between them; the flow learns the average push needed along that path.
- Posterior/encoder: the network that guesses z from a given image.
What did they find?
Here are the main takeaways, explained briefly. These points come from tests on MNIST, CIFAR-10, Shapes3D, Cars3D, and ImageNet-128.
- Structured, useful latent codes without labels:
- On MNIST, the learned z clusters lined up well with digit identities, improving clustering scores over specialized baselines.
- On CIFAR-10 and ImageNet-128, using z as a frozen representation helped simple classifiers do better (higher accuracy), showing that z keeps class-relevant information.
- Disentanglement (controlling factors):
- On Shapes3D and Cars3D, changing parts of z changed specific factors (like object shape or rotation) while keeping others stable. SCFM achieved competitive or top scores among unsupervised methods.
- High-quality images maintained:
- On CIFAR-10, SCFM’s sample quality (measured by FID) basically matched strong flow-matching baselines.
- On ImageNet-128, SCFM—without using class labels—beat a powerful unconditional baseline and slightly outperformed a large label-conditioned baseline in FID.
- Faster sampling option:
- The decoder-initialized refinement mode reached near full-flow quality with fewer compute steps than integrating the full flow from scratch.
Why is this important?
Because it shows you don’t have to choose between:
- great-looking images (flow models), and
- understandable, controllable internal codes (VAEs).
By learning a structured starting space (z plus noise E) and training the flow and VAE parts together, SCFM:
- gives you better tools for clustering, feature disentanglement, and downstream tasks,
- keeps strong image generation quality,
- and offers a practical speed/quality trade-off at sampling time.
Final thoughts and potential impact
- For researchers and practitioners, SCFM is a flexible, unsupervised framework to both generate high-quality images and learn latent spaces that are easy to analyze and use.
- It can help in settings where you want to understand what the model has learned (e.g., grouping images by content, controlling attributes in generation) without labeled data.
- Limitations: it’s more computationally heavy than plain flow matching (extra encoder/decoder), and the fast “decoder-then-refine” path relies on a good decoder. Future work could make it cheaper and extend it to larger, multimodal, or conditional tasks.
In short, SCFM shows that adding structure to the starting noise—combined with a shared encoder and cooperative training—can make generative models both powerful and interpretable.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
Below is a consolidated list of concrete gaps and open questions that remain unresolved and can guide future research on SCFM.
- Prior–posterior alignment: Quantify and theoretically characterize the mismatch between the training marginal (via the encoder-induced coupling) and the sampling prior when the VAE endpoint objective is not globally optimal; develop diagnostics and guarantees for when is sufficient for unbiased sampling.
- Approximate posterior family at : The recognition model uses a fixed-covariance Gaussian and posterior-mean regression; assess how this restrictive family biases the learned velocity field when the true is multi-modal, and evaluate richer posteriors (mixtures, normalizing flows) for .
- Choice and expressivity of the structural prior: The method relies on a GMM prior with fixed ; study sensitivity to , dimensionality , and misspecification; explore adaptive or hierarchical priors (e.g., VAMP, autoregressive/flow priors, nonparametric Dirichlet-process mixtures) and their impact on clustering, disentanglement, and FID.
- Role and dimensionality of exogenous noise : There is no ablation of or of the RE anchoring weight; evaluate how affects transport flexibility vs. semantic leakage, whether remains near zero, and how to enforce – disentanglement (e.g., via MI penalties or adversarial objectives).
- Effect of the linear interpolant: Only a linear (stochastic-interpolant) path is used; test alternative (learned or geometry-aware) interpolants and couplings, and analyze how they trade off sample quality and representation structure.
- Loss balancing and stability: The combined objective lacks principled weighting schedules; systematically study β/γ settings, KL-annealing, free-bits, and their influence on posterior collapse, training stability, and the / information split.
- Convergence and identifiability: Provide formal conditions for identifiability of semantic factors in under the coupled VFM–VAE training; characterize failure modes where semantics are absorbed by or the flow, and propose remedies.
- Computational overhead: Beyond per-forward FLOPs/params, report wall-clock time, memory footprint, and energy; develop efficiency techniques (e.g., parameter sharing, smaller , distillation, learned solvers, consistency distillation) and quantify the cost–benefit tradeoff of structured sources.
- Decoder-initialized refinement: Analyze the error as a function of and NFE, derive criteria to choose adaptively per sample, and study robustness when the decoder is imperfect; investigate learning or hybrid schedules that minimize FLOPs for a target FID.
- High-resolution pixel-space scaling: ImageNet-128 experiments operate in latent VAE space; test SCFM end-to-end in pixel space at 256–1024 resolutions and assess impacts on FID/IS, convergence, and representation learning.
- Broader modalities and conditioning: Evaluate SCFM on non-image domains (audio, text, graphs) and conditional tasks (e.g., text-to-image); study how to combine a structured source with external conditioning or guidance while retaining unconditional sampling capability.
- Baseline breadth and fairness: Compare to strong representation learners (e.g., SimCLR, MoCo, BYOL) and recent structured/rectified-flow methods under matched compute; include additional flow/diffusion baselines with learned priors to isolate SCFM’s contributions.
- Reconstruction and controllability at scale: Report reconstruction metrics (LPIPS/PSNR) and large-scale attribute control on CIFAR/ImageNet (not only toy datasets); develop methods to map directions or mixture components in to human-interpretable attributes and quantify edit precision/recall.
- Likelihood and calibration: SCFM does not report likelihoods; explore tractable estimators or bounds (e.g., change-of-variables on trajectories, surrogate likelihoods) and evaluate calibration/uncertainty of generated samples and reconstructions.
- Robustness and OOD generalization: Assess how learned and generation quality behave under domain shifts and perturbations; evaluate adversarial robustness and stability of clustering/disentanglement across shifts.
- Hyperparameter sensitivity: Provide systematic ablations over , , , , β/TC penalties, and RE weight; propose automatic tuning strategies or heuristics to select these hyperparameters.
- Coupling design: Investigate alternatives to the encoder-induced coupling (e.g., minibatch optimal transport, learned couplings) within SCFM and quantify effects on both transport and latent structure.
- ODE solver and NFE trade-offs: Explore higher-order/learned solvers, adaptive step-size, or consistency models for SCFM to reduce NFE without harming representation quality; characterize stiffness introduced by the structured source.
- Surprising ImageNet-128 result: Unconditional SCFM slightly outperforms a class-conditional SiT-XL/2; verify this finding under matched NFEs, seeds, and augmentation; analyze whether the GMM prior aligns with class structure (implicit conditioning) and whether evaluation artifacts contribute.
- Component interpretability and stability: For CIFAR/ImageNet, quantify the mapping between mixture components and semantic classes (cluster purity, stability across seeds) and develop tools for labeling/manipulating components.
- Information allocation analysis: Measure and during training to confirm that captures semantics while captures residual transport; study how this allocation evolves with loss weights and architecture.
- Regularizing : The RE term anchors via an L2/KL penalty; compare alternative divergences (e.g., MMD, adversarial) and annealing schemes to prevent drift without constraining transport excessively.
- Data efficiency: Test SCFM in low-data regimes to determine whether a structured source improves representation and generation when data are scarce.
- Reproducibility and variability: Provide detailed hyperparameters, seeds, and confidence intervals for all metrics (including FID on ImageNet-128); report run-to-run variance for large-scale settings where only point estimates are shown.
Practical Applications
Overview
Structured Coupling for Flow Matching (SCFM) combines a learnable, structured latent prior (e.g., a Gaussian Mixture Model over z) with simulation-free flow matching via a shared recognition network that serves both as a VAE encoder at t=1 and as a posterior-mean estimator for intermediate times. This yields interpretable, unsupervised latent structure (clustering, disentanglement, downstream probing) without sacrificing high-fidelity generation, and introduces a decoder-initialized refinement mode for faster sampling.
Below are concrete applications derived from SCFM’s findings, organized by deployment horizon and linked to sectors, tools/products, and feasibility considerations.
Immediate Applications
- Bold application titles outline the use case. Each item includes sector tags, a brief description of the workflow/tool that could be built, and assumptions/dependencies that affect feasibility.
- Unsupervised class discovery and label-efficient curation
- Sectors: software, media, e-commerce, healthcare (imaging), industrial vision
- Use: Train SCFM with a GMM prior; use latent clusters to propose class groupings for rapid dataset triage and semi-automatic labeling; apply linear/nonlinear probes for quick label propagation.
- Tools/products: “Cluster & Probe” SDK for annotation platforms; auto-label suggestions; active-learning loops leveraging z.
- Assumptions/dependencies: Meaningful clusters require sufficient data and an appropriate prior; cluster-label mapping needs human oversight.
- Controlled data augmentation via latent manipulations
- Sectors: vision, robotics, synthetic data platforms, retail (catalog imagery), entertainment
- Use: Move within/between mixture components or along disentangled axes (e.g., pose, object type) to generate controlled variants; supports class balancing and robustness testing.
- Tools/products: Latent “sliders” in data-gen UIs; APIs to sample from target components and apply factor swaps.
- Assumptions/dependencies: Disentanglement depends on inductive biases (β-VAE/β-TC loss) and training coverage; decoder-initialized refinement can speed generation with minor quality trade-offs.
- Fast(er) generation with decoder-initialized refinement
- Sectors: content creation, A/B testing of generative pipelines, on-demand image services
- Use: Initialize with decoder samples then integrate the flow over a shorter interval (t0→1), reducing FLOPs for near-full-flow FID.
- Tools/products: Inference runtime that chooses between full flow vs. refinement based on latency/quality targets.
- Assumptions/dependencies: Requires a well-trained decoder; poor endpoint modeling reduces gains.
- Feature extraction for downstream tasks (frozen z)
- Sectors: software, vision analytics, edge analytics, healthcare (triage), manufacturing QC
- Use: Freeze z as a compact representation; train lightweight classifiers/regressors; leverage strong probe performance for rapid deployment.
- Tools/products: Embedding services; plug-ins for downstream ML stacks (e.g., sklearn/XGBoost adapters for z).
- Assumptions/dependencies: Transferability depends on domain shift; retraining prior/encoder may be needed for new domains.
- Semantic retrieval and asset organization
- Sectors: DAM/CMS, photo/video management, e-commerce search, media archives
- Use: Index large corpora by z; perform nearest-neighbor retrieval by cluster/component or factor-aware similarity.
- Tools/products: Vector search integrations using z; “cluster-based browsing” UIs.
- Assumptions/dependencies: Requires scalable indexing and periodic re-fitting if prior changes.
- Anomaly detection and root-cause grouping
- Sectors: finance (fraud pre-filtering), cybersecurity, IoT/industrial monitoring, healthcare imaging QA
- Use: Flag samples that fall outside learned prior/aggregated posterior; group anomalies by mixture component or factor to speed triage.
- Tools/products: Monitoring dashboards; z-space thresholds; drift detection via prior-component statistics.
- Assumptions/dependencies: Needs careful calibration and human-in-the-loop evaluation; false positives possible under domain shift.
- Privacy-minded synthetic data with structural fidelity
- Sectors: finance, healthcare, public sector, HR/people analytics
- Use: Generate synthetic datasets that preserve latent structure (clusters/relationships) while controlling sampling from z to reduce leakage risks.
- Tools/products: “Structured Synth” toolkit; policy-compliant data sharing workflows with governance checklists.
- Assumptions/dependencies: Must conduct formal privacy/bias audits; re-identification risk analysis required.
- Latent-guided generative control without external labels
- Sectors: creative tools, game dev, advertising
- Use: Sample specific mixture components or navigate z to steer outputs (e.g., style, object class) without classifier guidance.
- Tools/products: Creator-facing controls mapped to mixture components; presets per component.
- Assumptions/dependencies: Mapping from components to semantics is emergent; requires UX to surface and validate controls.
- Reconstruction and compression-friendly pipelines
- Sectors: media storage, bandwidth-constrained environments, mobile
- Use: Store z (+ optional small ε) as a compact code; reconstruct via decoder+short flow; balance storage vs. fidelity.
- Tools/products: “SCFM-codec” experimental pipeline; hybrid storage of z and metadata.
- Assumptions/dependencies: Depends on decoder quality and flow refinement cost; not a drop-in replacement for codecs yet.
- Sim2real data diversification for robotics/perception
- Sectors: robotics, autonomous systems, AR/VR
- Use: Vary factors like object type/pose/background in z to produce diverse training data; improve robustness and domain coverage.
- Tools/products: Scenario generators with factor toggles; batch augmentation services.
- Assumptions/dependencies: Requires domain-aligned priors; coverage gaps in training data limit realism.
- Rapid experimentation platform for structured priors
- Sectors: research (academia/industry), MLOps
- Use: Swap GMM sizes, β-VAE vs. β-TCVAE endpoints, and decoder refinements under a unified training objective to identify best representation/generation trade-offs.
- Tools/products: Reproducible training scripts; hyperparameter sweeps; probe dashboards.
- Assumptions/dependencies: Additional training cost vs. plain flow matching (more params/FLOPs).
Long-Term Applications
- Foundation models with interpretable latent sources
- Sectors: multimodal AI, foundation models
- Use: Train at scale with structured priors so z encodes semantic axes across image/audio/text; enable universal, label-free controllability.
- Tools/products: “Structured-source” foundation model libraries; cross-modal latent alignment.
- Assumptions/dependencies: Scaling laws, large compute, careful multimodal prior design beyond GMM.
- Healthcare imaging: phenotype clustering and controllable synthesis
- Sectors: healthcare, biomedical research
- Use: Discover unsupervised phenotypic clusters, control generative factors (e.g., anatomy, acquisition parameters) to augment rare findings.
- Tools/products: Clinical research platforms integrating z-clusters with metadata; controlled synthetic cohorts.
- Assumptions/dependencies: Regulatory validation, bias and safety audits, robust domain adaptation; protected data access.
- Policy-compliant data sharing and benchmarking with structural guarantees
- Sectors: public policy, regulated industries
- Use: Release synthetic datasets with documented latent structure alignment and fairness metrics; standardize structural fidelity benchmarks.
- Tools/products: Policy toolkits for structural audits; certification workflows for synthetic data.
- Assumptions/dependencies: Consensus on structural metrics; governance frameworks and third-party audits.
- Structured representation learning for tabular/time-series
- Sectors: finance, energy, IoT, logistics
- Use: Extend SCFM to non-image modalities; learn interpretable factors (e.g., regimes, segments), generate realistic scenarios, and detect anomalous behaviors.
- Tools/products: Time-series SCFM variants; regime-switching priors; monitoring suites.
- Assumptions/dependencies: Interpolant design for sequences; decoder architectures suited to temporal/tabular domains.
- Interactive editing tools with factor-level controls
- Sectors: creative software, prosumer apps
- Use: Provide factor sliders (pose, lighting, style) mapped to z for intuitive editing that preserves other attributes; couple with short flow refinement for fidelity.
- Tools/products: Plugins for photo/video editors; real-time latent control widgets.
- Assumptions/dependencies: Low-latency inference and solid factor disentanglement; GPU availability on device or via cloud.
- Robust sim-to-real transfer via latent alignment
- Sectors: robotics, autonomous driving, simulation
- Use: Align simulator latents to real-world z via SCFM; generate targeted corner cases by sampling specific components; shorten validation cycles.
- Tools/products: “Latent alignment” toolchains; scenario banks indexed by z.
- Assumptions/dependencies: High-fidelity domain mapping; continuous validation against real data.
- Fairness, bias auditing, and controllability in generative systems
- Sectors: AI governance, HR-tech, finance
- Use: Inspect and regulate how sensitive attributes manifest in z; constrain or neutralize components to mitigate bias; document control effects.
- Tools/products: z-audit dashboards; constraint-aware samplers; governance reports.
- Assumptions/dependencies: Sensitive attributes may be entangled; requires ethical review and stakeholder input.
- Continual/online SCFM for changing data distributions
- Sectors: streaming platforms, IoT, retail
- Use: Update prior components and encoder online to track evolving clusters; maintain generation/retrieval performance under drift.
- Tools/products: Online training pipelines; drift-aware component splitting/merging.
- Assumptions/dependencies: Catastrophic forgetting and stability-plasticity trade-offs; MLOps maturity.
- Edge deployment with compute-accuracy trade-offs
- Sectors: mobile, embedded, AR glasses, drones
- Use: Use decoder-initialized refinement with few ODE steps; compress backbones; provide tunable fidelity-latency knobs.
- Tools/products: Quantized/Distilled SCFM; on-device inference kits.
- Assumptions/dependencies: Model compression research; dedicated accelerators.
- Domain-specific priors and programmatic control
- Sectors: CAD/CAE, materials, drug design, geospatial
- Use: Replace GMM with domain priors (e.g., group-sparse, physics-aware, graph-structured) to encode constraints and enable programmatic sampling.
- Tools/products: Prior libraries; APIs to compose priors with SCFM training.
- Assumptions/dependencies: Advances in prior design and training stability; domain expertise.
- Composable workflows: decoder proposals + external constraints
- Sectors: enterprise ML, safety-critical generation
- Use: Combine decoder-initialized proposals with downstream constraint solvers or verifiers, refining through flow to satisfy specs.
- Tools/products: Constraint-aware refinement pipelines; verification hooks in inference loops.
- Assumptions/dependencies: Differentiable constraints or efficient accept/reject loops; measurable spec compliance.
- Curriculum learning and semi-supervised pipelines
- Sectors: education tech, low-label regimes in industry
- Use: Start with SCFM’s unsupervised clusters; iteratively add sparse labels; refine prior components to align with task semantics.
- Tools/products: Semi-supervised trainers that jointly update z and downstream heads.
- Assumptions/dependencies: Careful human-in-the-loop curation to prevent confirmation bias.
Cross-cutting assumptions and dependencies
- Compute and complexity: SCFM adds parameters and FLOPs versus standard flow matching (decoder and latent heads). Resource planning and model compression are important for production.
- Decoder quality matters: Decoder-initialized refinement and reconstructions degrade if the VAE endpoint is undertrained or collapses.
- Unsupervised disentanglement is not guaranteed: Inductive biases (e.g., β-VAE/β-TCVAE) and prior design (GMM size/shape) are critical.
- Domain shift requires adaptation: Re-training or fine-tuning prior/encoder may be necessary; monitoring via z-statistics is advisable.
- Safety, privacy, and fairness: Synthetic data and controllability must be audited; re-identification and bias risks require policy-aligned processes.
- Licensing and IP: Use of pretrained backbones (e.g., SD-VAE, SiT backbones) is subject to respective licenses and terms.
Glossary
- Aggregated posterior: The distribution of latent variables obtained by averaging the posterior over the data distribution. "A VAE-style endpoint objective aligns the aggregated posterior over z with the prior"
- Amortized inference: Learning a shared inference network to approximate posteriors for all data points instead of optimizing per-instance. "By introducing an explicit latent space and amortized inference, they can learn structured and often interpretable representations"
- Classifier-free guidance: A sampling technique that steers generative models without an explicit classifier by modulating conditional and unconditional predictions. "Classifier-free guidance and conditional flow-matching models steer sampling by injecting external conditioning signals"
- Continuous normalizing flows (CNFs): Generative models that transform a simple base distribution into the data distribution via continuous-time dynamics defined by an ODE. "Continuous normalizing flows (CNFs) [Chen et al., 2018a] trans- forms samples from a source distribution into data by solving an ordinary differential equation:"
- Coupling (probability coupling): A joint distribution over source and target variables whose marginals are the specified source and target distributions. "let I(x0, X1) be a coupling between a source distribution po (x0) and the data distribution Pdata (X1)."
- Decoder-induced coupling: A joint distribution linking latent variables and data via the decoder and the prior, used to define transport paths. "the encoder-induced coupling coincides with the following decoder-induced coupling"
- Decoder-initialized refinement: A sampling strategy that first generates an endpoint with the decoder and then refines it by integrating the learned flow for a short time. "This decoder-initialized refinement mode is summarized in Algorithm 3 in appendix."
- Disentanglement: Learning latent representations where distinct factors of variation are separated into different coordinates. "SCFM facilitates unsupervised latent representation learning for clustering, disentanglement and downstream tasks"
- ELBO (Evidence Lower Bound): A variational objective optimized in VAEs that trades off reconstruction accuracy against a divergence to the prior. "Training is done via minimizing the negative Evidence Lower Bound (ELBO)"
- Endpoint regime: The training or analysis setting focused at time t = 1 (data end) of the interpolant path. "Endpoint regime (t = 1)."
- Exogenous noise: Auxiliary random variables added to the source to provide additional transport flexibility independent of semantic latents. "and € provides exogenous transport degrees of freedom."
- Flow matching: A training framework for continuous flows that learns a velocity field by regressing to velocities induced by a prescribed path between source and target. "Flow matching [Lipman et al., 2023, Albergo and Vanden-Eijnden, 2023, Albergo et al., 2025, Ma et al., 2024] avoids these costs by learning vø,t through regression"
- Fréchet Inception Distance (FID): A metric for generative quality comparing statistics of generated and real images in a feature space. "Left: FID 50K on CIFAR-10 and ImageNet-128; lower is better."
- Gaussian mixture model (GMM) prior: A prior over latents formed by a mixture of Gaussians to encourage structured latent clusters. "All SCFM models use a learnable GMM prior over z."
- Interpolant: A time-dependent path that mixes source and data endpoints to define intermediate states for training flows. "With f(t) = 1 -t, the interpolant Xt = f(t)x0+(1-f(t))x1,"
- Jacobian trace terms: Terms involving the divergence of the vector field that appear when computing exact likelihoods in CNFs. "introduces numerical integration and Jacobian trace terms"
- Kullback–Leibler (KL) divergence: A measure of discrepancy between two probability distributions used for regularization in VAEs. "+ KL (qo(z | x1) | Py(z)]."
- Latent-variable model: A probabilistic generative model that explains observed data via unobserved variables governed by a prior and decoder. "Latent-variable models such as variational autoencoders (VAEs) [Kingma and Welling, 2014, Burda et al., 2015] address the complementary problem."
- Linear probe: A simple linear classifier trained on frozen representations to assess how linearly separable task information is. "we therefore evaluate representation quality by freezing z and training linear and nonlinear probes"
- Marginal velocity field: The velocity that transports the marginal distribution along the interpolant, obtained by averaging conditional velocities over the endpoint posterior. "The marginal velocity field that transports the marginal distribution of Xt is obtained by averaging this conditional velocity over the posterior source distribution"
- Normalized Mutual Information (NMI): A clustering metric measuring agreement between predicted clusters and ground-truth labels, normalized between 0 and 1. "We report normalized mutual information (NMI) and clustering accuracy (ACC) over five runs."
- Ordinary differential equation (ODE): A differential equation governing the continuous-time dynamics used to transport samples from source to data. "by solving an ordinary differential equation: dxt dt = Vý,t (Xt),"
- Posterior collapse: A failure mode where the learned posterior ignores the input and matches the prior, degrading representation and reconstruction. "if the latent model is poorly trained or suffers from posterior collapse, reconstruction quality degrades"
- Posterior-mean regression: Training by minimizing squared error to the posterior mean of the source endpoint under the interpolant coupling. "Under the fixed-covariance Gaussian family in Eq. (11), this KL is equivalent to posterior-mean regression"
- Prior–aggregated–posterior mismatch: The discrepancy between the learnable prior and the aggregated posterior induced by the encoder. "SCFM closes this prior-aggregated- posterior mismatch with VAE-style endpoint objective."
- Recognition model: An auxiliary model approximating the posterior over source endpoints given an intermediate state, used in VFM. "Variational Flow Matching (VFM) [Eijkelboom et al., 2024] introduces a recognition model qt,d(x0 | Xt) to approximate It (x0 | Xt)"
- Simulation-free: Training or sampling that avoids simulating stochastic processes (e.g., no SDE sampling), relying instead on deterministic ODEs and regression targets. "a structurally informed yet unconditional, simulation-free flow model"
- Stochastic encoder: The encoder in a VAE that outputs a distribution over latents given data, enabling variational inference. "computed using an approximate posterior (stochastic encoder) qo (z | ×1)"
- Stochastic interpolant: A formulation that uses randomness in defining the interpolating path between source and target distributions. "simulation-free flow matching in a stochastic- interpolant formulation"
- Structured prior: A learnable, often multimodal prior over latents designed to capture semantic structure (e.g., via a GMM). "jointly learns a structured prior (via latent variable modeling)"
- Total Correlation VAE (TCVAE): A VAE variant that penalizes total correlation in the latent representation to encourage factorized, disentangled latents. "We use 3-VAE [Higgins et al., 2017] or 3-TCVAE [Chen et al., 2018b] endpoint losses"
- Unconditional generation: Sampling without external conditioning labels or prompts, drawing only from the model’s learned priors. "enabling reconstruction, unconditional generation, and decoder-initialized refinement."
- Variational autoencoder (VAE): A generative model trained by variational inference with a prior over latents and a stochastic decoder. "Variational autoencoders (VAEs) [Kingma and Welling, 2014] build latent variable models for generative modelling"
- Variational Flow Matching (VFM): A variant of flow matching that introduces a variational posterior over source endpoints to define the training objective. "Variational Flow Matching (VFM) [Eijkelboom et al., 2024] introduces a recognition model"
- Variational inference: An optimization-based approach to approximate Bayesian inference by minimizing divergence between an approximate and true posterior. "for both latent variable model variational inference and intermediate-time flow velocity estimation."
- Velocity field: The time-dependent vector field whose ODE defines the transport from source to data distributions. "Flow matching trains a neural network-based velocity field to approximate the marginal velocity field (3) via regression."
Collections
Sign up for free to add this paper to one or more collections.