用循环共享权重的Transformer实现高效图像视频生成
ELT: Elastic Looped Transformers for Visual Generation

- 采用循环迭代的共享权重Transformer块,大幅减少参数量
- 相同参数下实现动态计算与质量权衡,图像FID仅2.0,视频FVD为72.8
- 单次训练生成多版本模型,适合部署时灵活调整性能
我们提出弹性循环Transformer(ELT),一种基于循环Transformer架构的高参数效率视觉生成模型。与传统依赖深层独立Transformer层的生成模型不同,ELT通过迭代共享权重的Transformer块显著降低参数量,同时保持高质量合成能力。为有效训练用于图像和视频生成的模型,我们提出内部循环自蒸馏(ILSD)机制,将中间循环的学生配置从最大训练循环的教师配置中蒸馏而来,确保模型深度内的一致性。该框架可在一次训练中生成一系列弹性模型,支持任意时间推理,实现计算成本与生成质量的动态平衡。在相同推理计算条件下,参数量减少4倍,类条件ImageNet 256×256上达到FID 2.0,类条件UCF-101上达到FVD 72.8,显著提升视觉合成的效率边界。
原文摘要 · Abstract (English)
We introduce Elastic Looped Transformers (ELT), a highly parameter-efficient class of visual generative models based on a recurrent transformer architecture. While conventional generative models rely on deep stacks of unique transformer layers, our approach employs iterative, weight-shared transformer blocks to drastically reduce parameter counts while maintaining high synthesis quality. To effectively train these models for image and video generation, we propose the idea of Intra-Loop Self Distillation (ILSD), where student configurations (intermediate loops) are distilled from the teacher configuration (maximum training loops) to ensure consistency across the model's depth in a single training step. Our framework yields a family of elastic models from a single training run, enabling Any-Time inference capability with dynamic trade-offs between computational cost and generation quality, with the same parameter count. ELT significantly shifts the efficiency frontier for visual synthesis. With $4\times$ reduction in parameter count under iso-inference-compute settings, ELT achieves a competitive FID of $2.0$ on class-conditional ImageNet $256 \times 256$ and FVD of $72.8$ on class-conditional UCF-101.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。