Geometry-Aware Image Flow Matching
Summary
This paper introduces geometry-aware flow matching for natural images by treating them as points on a hypersphere, proposing SOT-CFM and SFM methods that improve generative modeling by leveraging the spherical structure of image data.
View Cached Full Text
Cached at: 05/26/26, 02:41 AM
Paper page - Geometry-Aware Image Flow Matching
Source: https://huggingface.co/papers/2605.25294 TL;DR: Natural images live on a hypersphere — and treating them that way improves flow matching. Geometry-aware generative modeling has worked well on known manifolds (molecules, crystals, proteins), but natural images have stayed stuck in Euclidean space because nobody knew what manifold they lived on.
We show a surprisingly simple answer: their semantic content is almost entirely in the direction, not the norm. Projecting images (both RGB and VAE latents) onto a sphere of the dataset’s mean radius leaves them perceptually indistinguishable from the originals.
Building on this, we propose SOT-CFM (angular OT cost) and SFM (fully Riemannian flow matching on the sphere). SFM is, to our knowledge, the first successful application of a fully manifold-based generative framework to large-scale natural images.
Similar Articles
Aligning Latent Geometry for Spherical Flow Matching in Image Generation
This paper proposes aligning latent geometry for spherical flow matching, projecting latents onto a fixed-radius sphere and using spherical linear interpolation to improve image generation quality, consistently improving FID on class-conditional ImageNet.
Geodesic Flow Matching for Denoising High-Dimensional Structured Representations
This paper proposes Geodesic Flow Matching, a Riemannian transport method for denoising Spatial Semantic Pointers (SSPs) on toroidal manifolds, and demonstrates a 72% reduction in tracking error and 40% efficiency gain in a spiking neural SLAM system.
MC-RFM: Geometry-Aware Few-Shot Adaptation via Mixed-Curvature Riemannian Flow Matching
MC-RFM proposes a novel Riemannian flow-matching framework for few-shot adaptation that models feature displacement on a mixed-curvature manifold combining hyperbolic and Euclidean spaces, outperforming existing methods across multiple visual recognition benchmarks.
MeshFlow: Mesh Generation with Equivariant Flow Matching
MeshFlow introduces an equivariant optimal-transport flow matching model for direct triangle mesh generation, achieving state-of-the-art quality while providing approximately 18x inference speedup over autoregressive methods.
Language Modeling with Hyperspherical Flows
This paper introduces S-FLM, a novel flow-based language model that operates in a hyperspherical latent space to address the computational costs and semantic limitations of existing discrete diffusion and continuous flow models.