paper-with-me

Papers

Mobius: Text to Seamless Looping Video Generation via Latent Shift

2025-02-27 · Xiuli Bi, Jianfei Yuan, Bo Liu, Yong Zhang, Xiaodong Cun, Chi-Man Pun, Bin Xiao

We present Mobius, a novel method to generate seamlessly looping videos from text descriptions directly without any user annotations, thereby creating new visual materials for the multi-media presentation. Our method repurposes the pre-trained video latent diffusion model for generating looping videos from text prompts without any training. During inference, we first construct a latent cycle by connecting the starting and ending noise of the videos. Given that the temporal consistency can be maintained by the context of the video diffusion model, we perform multi-frame latent denoising by gradually shifting the first-frame latent to the end in each step. As a result, the denoising context varies in each step while maintaining consistency throughout the inference process. Moreover, the latent cycle in our method can be of any length. This extends our latent-shifting approach to generate seamless looping videos beyond the scope of the video diffusion model's context. Unlike previous cinemagraphs, the proposed method does not require an image as appearance, which will restrict the motions of the generated results. Instead, our method can produce more dynamic motion and better visual quality. We conduct multiple experiments and comparisons to verify the effectiveness of the proposed method, demonstrating its efficacy in different scenarios. All the code will be made available.

📄 PDF Abstract BibTeX arXiv:2502.20307

Code (1)

yisuitt/mobius 공식 구현 pytorch

Tasks

DenoisingVideo Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

Loopy: Seamless Video Loop Generation via Anchored Looping Shift of Positional Embedding

2026-08-24 · Haotian Dong, Wenjing Wang, Chen Li, Jing Lyu 외 arxiv

Looping videos are essential for practical applications such as web graphics, game development, and social media. However, existing approaches typically fail to generate high-quality looping videos due to the neglect of …

Video GenerationStyle Transfer

Mobius: A High Efficient Spatial-Temporal Parallel Training Paradigm for Text-to-Video Generation Task

2024-07-09 · Yiran Yang, Jinchao Zhang, Ying Deng, Jie zhou

Inspired by the success of the text-to-image (T2I) generation task, many researchers are devoting themselves to the text-to-video (T2V) generation task. Most of the T2V frameworks usually inherit from the T2I model and a…

GPUText-to-Video GenerationVideo Generation

Animating Pictures with Eulerian Motion Fields

2020-11-30 · CVPR 2021 1 · Aleksander Holynski, Brian Curless, Steven M. Seitz, Richard Szeliski

In this paper, we demonstrate a fully automatic method for converting a still image into a realistic animated looping video. We target scenes with continuous fluid motion, such as flowing water and billowing smoke. Our m…

Image-to-Image TranslationTranslation

LoopAnimate: Loopable Salient Object Animation

2024-04-14 · Fanyi Wang, Peng Liu, Haotian Hu, Dan Meng 외

Research on diffusion model-based video generation has advanced rapidly. However, limitations in object fidelity and generation length hinder its practical applications. Additionally, specific domains like animated wallp…

GPUObjectVideo Generation

DreamLoop: Controllable Cinemagraph Generation from a Single Photograph

2026-01-06 · Aniruddha Mahapatra, Long Mai, Cusuh Ham, Feng Liu arxiv

Cinemagraphs, which combine static photographs with selective, looping motion, offer unique artistic appeal. Generating them from a single photograph in a controllable manner is particularly challenging. Existing image-a…