Riemannian MeanFlow for One-Step Generation on Manifolds
- company Hugging Face
- location arXiv
- location arXivLabs
- person Haoliang Sun
- product CatalyzeX
- product DagsHub
- product GotitPub
- product ScienceCast
A new method called Riemannian MeanFlow (RMF) enables one-step generation of data on curved spaces, or manifolds, extending the MeanFlow framework to settings where standard Euclidean assumptions break down [1]. The technique, detailed in a paper by Haoliang Sun and revised in June 2026, addresses a core limitation of Flow Matching on Riemannian manifolds. While Flow Matching allows simulation-free training, generating samples has typically required numerically integrating a probability-flow ordinary differential equation, a multi-step process [1]. RMF circumvents this by defining an average-velocity field through a geometric operation known as parallel transport, which accounts for the fact that velocities on a manifold reside in tangent spaces that vary by location [2]. The authors derive a Riemannian MeanFlow identity that intrinsically links these average velocities to instantaneous ones, providing a supervisory signal without needing to simulate full trajectories or perform heavy geometric computations [2]. To make the identity practical, the team uses a log-map tangent representation [2]. For stable training, the RMF objective is split into two terms, and a conflict-aware multi-task learning strategy is applied to manage gradient interference between them [2]. The framework also incorporates classifier-free guidance, allowing it to handle conditional generation tasks [1]. The approach was tested on several manifolds, including spheres, tori, the 3D rotation group SO(3), and the special Euclidean group SE(3) [1]. Results showed competitive one-step sampling performance with an improved trade-off between quality and computational efficiency, substantially reducing the cost of generating samples compared to multi-step integrators [2]. The work represents a step forward for generative modeling on structured data, where manifold constraints are common in fields like robotics and molecular modeling. The paper has been submitted in three versions, with the latest update on June 17, 2026, totaling 10,130 KB [1].
research-paper
Background sources we checked (10)
- arxiv.org ↗ Flow Matching enables simulation-free training of generative models on Riemannian manifolds, yet sampling typically still relies on numerically integrating a probability-flow ODE. We propose Riemannian MeanFlow (RMF), extending MeanFlow to manifold-valued generation where velocit…
- en.wikipedia.org ↗ Many mathematical problems have been stated but not yet solved. These problems come from many areas of mathematics, such as theoretical physics, computer science, algebra, analysis, combinatorics, algebraic, differential, discrete and Euclidean geometries, graph theory, group the…
- en.wikipedia.org ↗ In physics, the special theory of relativity, or simply special relativity, is a scientific theory of the relationship between space and time. In Albert Einstein's 1905 paper, "On the Electrodynamics of Moving Bodies", the theory is presented as being based on just two postulate…
- en.wikipedia.org ↗ The circle packing theorem (also known as the Koebe–Andreev–Thurston theorem) describes the possible patterns of tangent circles among non-overlapping circles in the plane. A circle packing is a collection of circles whose union is connected and whose interiors are disjoint. The…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
Sources covering this (2)
- export.arxiv.org — Riemannian MeanFlow for One-Step Generation on Manifolds ↗
- export.arxiv.org — CrossFlow: One-Step Generation Across Latent and Pixel Spaces · Global