paper-with-me

Papers

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 add extra-temporal layers of training to generate dynamic videos, which can be viewed as a fine-tuning task. However, the traditional 3D-Unet is a serial mode and the temporal layers follow the spatial layers, which will result in high GPU memory and training time consumption according to its serial feature flow. We believe that this serial mode will bring more training costs with the large diffusion model and massive datasets, which are not environmentally friendly and not suitable for the development of the T2V. Therefore, we propose a highly efficient spatial-temporal parallel training paradigm for T2V tasks, named Mobius. In our 3D-Unet, the temporal layers and spatial layers are parallel, which optimizes the feature flow and backpropagation. The Mobius will save 24% GPU memory and 12% training time, which can greatly improve the T2V fine-tuning task and provide a novel insight for the AIGC community. We will release our codes in the future.

📄 PDF Abstract BibTeX arXiv:2407.06617

Code (1)

youngfly/Mobius 공식 구현 pytorch

Tasks

GPUText-to-Video GenerationVideo 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…

Similar Papers 제목 키워드 기반

Data augmentation with Mobius transformations

2020-02-07 · Sharon Zhou, Jiequan Zhang, Hang Jiang, Torbjorn Lundh 외

Data augmentation has led to substantial improvements in the performance and generalization of deep models, and remain a highly adaptable method to evolving model architectures and varying amounts of data---in particular…

Data AugmentationTranslation

Intern-S2-Mobius: Foundation Model with Decoupled Knowledge and Reasoning

2026-08-14 · Kai Chen, Jifeng Ding, Ning Ding, Jiaye Ge 외 arxiv

We introduce Mobius-v0, an architecture that comprises a globally shared Memory (FFN) that stores knowledge vectors and multiple Reasoners (Self-Attn) that iteratively achieve compositional reasoning. Using hidden states…

Computational Aspects of the Mobius Transform

2013-03-27 · Robert Kennes, Philippe Smets

In this paper we associate with every (directed) graph G a transformation called the Mobius transformation of the graph G. The Mobius transformation of the graph (O) is of major significance for Dempster-Shafer theory of…

MOBIUS: Big-to-Mobile Universal Instance Segmentation via Multi-modal Bottleneck Fusion and Calibrated Decoder Pruning

2025-10-16 · Mattia Segu, Marta Tintore Gazulla, Yongqin Xian, Luc Van Gool 외 arxiv

Scaling up model size and training data has advanced foundation models for instance-level perception, achieving state-of-the-art in-domain and zero-shot performance across object detection and segmentation. However, thei…

Instance SegmentationObject Detection

MOBIUS: A Multi-Modal Bipedal Robot that can Walk, Crawl, Climb, and Roll

2025-11-03 · Alexander Schperberg, Yusuke Tanaka, Stefano Di Cairano, Dennis Hong arxiv

This paper presents the MOBIUS platform, a bipedal robot capable of walking, crawling, climbing, and rolling. MOBIUS features four limbs, two 6-DoF arms with two-finger grippers for manipulation and climbing, and two 4-D…

Reinforcement Learning