TransPixeler: Advancing Text-to-Video Generation with Transparency
Luozhou Wang, Yijun Li, Zhifei Chen, Jui-Hsien Wang, Zhifei Zhang, He Zhang, Zhe Lin, Yingcong Chen
TL;DR
This work tackles RGBA video generation, a challenging task due to scarce RGBA video data and the need for consistent alpha channels. It introduces TransPixeler, a method that extends pretrained diffusion-transformer video models to jointly generate RGB and alpha channels by adding alpha tokens, using a shared positional encoding, a learnable domain embedding, and LoRA fine-tuning applied only to alpha tokens. The approach analyzes attention interactions to retain RGB quality while enabling RGB↔Alpha refinement, demonstrating strong RGB–alpha alignment with limited data. Experimental results show diverse, coherent RGBA videos and favorable alignment compared to generation-then-prediction baselines, suggesting significant potential for VFX, AR/VR, and interactive content creation.
Abstract
Text-to-video generative models have made significant strides, enabling diverse applications in entertainment, advertising, and education. However, generating RGBA video, which includes alpha channels for transparency, remains a challenge due to limited datasets and the difficulty of adapting existing models. Alpha channels are crucial for visual effects (VFX), allowing transparent elements like smoke and reflections to blend seamlessly into scenes. We introduce TransPixeler, a method to extend pretrained video models for RGBA generation while retaining the original RGB capabilities. TransPixar leverages a diffusion transformer (DiT) architecture, incorporating alpha-specific tokens and using LoRA-based fine-tuning to jointly generate RGB and alpha channels with high consistency. By optimizing attention mechanisms, TransPixar preserves the strengths of the original RGB model and achieves strong alignment between RGB and alpha channels despite limited training data. Our approach effectively generates diverse and consistent RGBA videos, advancing the possibilities for VFX and interactive content creation.
