StableMotion: One-Step Motion Estimation with Diffusion Prior
- lab Hugging Face
- lab arXivLabs
- location arXiv
- person Ziyi Wang
- product CatalyzeX
- product DagsHub
- product GotitPub
- product Stable Diffusion
A research team has introduced StableMotion, a framework that repurposes a pretrained text-to-image Stable Diffusion model as an image-to-motion estimator for single-image rectification tasks, delivering state-of-the-art results and a more than 100× speedup over prior diffusion-based methods [1][2]. The work, detailed in a paper by Ziyi Wang and colleagues, targets two specific computer-vision challenges: Stitched Image Rectangling (SIR) and Rolling Shutter Correction (RSC) [1][2]. The core innovation is treating a large-scale generative model not as an image creator but as a source of geometric and content priors for motion estimation. Diffusion models, which typically learn to reverse a process of adding Gaussian noise to data, have seen widespread commercial use in systems like Stable Diffusion and DALL-E [3]. StableMotion takes the Stable Diffusion backbone and repurposes it, moving from a text-to-image paradigm to an image-to-motion estimator [1][2]. A key finding enabling the framework's efficiency is what the authors term the Sampling Steps Disaster (SSD), a counterintuitive phenomenon where increasing the number of sampling steps in the diffusion process degrades output quality [1][2]. This observation directly motivated a one-step inference design. Supported by the SSD insight, StableMotion achieves its one-step inference, offering over a 100× speedup compared to previous diffusion model-based methods, even when combined with an optional Adaptive Ensemble Strategy (AES) post-processing step designed to consolidate multiple outputs into a single high-fidelity result [1][2]. The framework was evaluated on standard benchmarks and also showed promising transferability through qualitative examples and no-reference evaluations on unseen SIR-OOD and real-captured RSC benchmarks [1][2]. The paper was first submitted to the arXiv preprint server on May 10, 2025, with a revised version posted on June 26, 2026 [1]. The code and model weights have been made publicly available on GitHub [1][2].
research-paperinfrastructuretool-releasemodel-releaseproduct-launchbenchmark
Background sources we checked (6)
- arxiv.org ↗ We present StableMotion, a novel framework that leverages geometric and content priors from pretrained large-scale image diffusion models for motion estimation in single-image rectification tasks such as Stitched Image Rectangling (SIR) and Rolling Shutter Correction (RSC). Speci…
- en.wikipedia.org ↗ In machine learning, diffusion models, also known as diffusion-based generative models or score-based generative models, are a class of latent variable generative models. A diffusion model consists of two major components: the forward diffusion process, and the reverse sampling p…
- en.wikipedia.org ↗ In statistics, an autoregressive (AR) model is a modelled representation of a type of random process. It can be used to describe time-varying processes from many natural and artificial sources. The model specifies output variables that are dependent linearly on their own previous…
- 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 ↗ Douwe Kiela is a Dutch-American research scientist and entrepreneur working in the field of artificial intelligence with a focus on machine learning and natural language processing. He is a research scientist director at Google DeepMind. He previously co-founded and served as CEO…
- 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
- export.arxiv.org — StableMotion: One-Step Motion Estimation with Diffusion Prior ↗