paper-with-me

홈 › Papers

LayerSync: Self-aligning Intermediate Layers

2025-10-14 · Yasaman Haghighi, Bastien van Delft, Mariam Hassan, Alexandre Alahi arxiv

We propose LayerSync, a domain-agnostic approach for improving the generation quality and the training efficiency of diffusion models. Prior studies have highlighted the connection between the quality of generation and the representations learned by diffusion models, showing that external guidance on model intermediate representations accelerates training. We reconceptualize this paradigm by regularizing diffusion models with their own intermediate representations. Building on the observation that representation quality varies across diffusion model layers, we show that the most semantically rich representations can act as an intrinsic guidance for weaker ones, reducing the need for external supervision. Our approach, LayerSync, is a self-sufficient, plug-and-play regularizer term with no overhead on diffusion model training and generalizes beyond the visual domain to other modalities. LayerSync requires no pretrained models nor additional data. We extensively evaluate the method on image generation and demonstrate its applicability to other domains such as audio, video, and motion generation. We show that it consistently improves the generation quality and the training efficiency. For example, we speed up the training of flow-based transformer by over 8.75x on ImageNet dataset and improved the generation quality by 23.6%. The code is available at https://github.com/vita-epfl/LayerSync.

📄 PDF Abstract BibTeX arXiv:2510.12581

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Progressive Feedforward Collapse of ResNet Training

2024-05-02 · Sicong Wang, Kuo Gai, Shihua Zhang

Neural collapse (NC) is a simple and symmetric phenomenon for deep neural networks (DNNs) at the terminal phase of training, where the last-layer features collapse to their class means and form a simplex equiangular tigh…

Improving Robustness of Vision Transformers by Reducing Sensitivity To Patch Corruptions

2023-01-01 · CVPR 2023 1 · Yong Guo, David Stutz, Bernt Schiele

Despite their success, vision transformers still remain vulnerable to image corruptions, such as noise or blur. Indeed, we find that the vulnerability mainly stems from the unstable self-attention mechanism, which is…

Sensitivity

Undivided Attention: Are Intermediate Layers Necessary for BERT?

2020-12-22 · Sharath Nittur Sridhar, Anthony Sarah

In recent times, BERT-based models have been extremely successful in solving a variety of natural language processing (NLP) tasks such as reading comprehension, natural language inference, sentiment analysis, etc. All BE…

Natural Language InferenceReading ComprehensionSentiment Analysis

Do Self-Supervised and Supervised Methods Learn Similar Visual Representations?

2021-10-01 · Tom George Grigg, Dan Busbridge, Jason Ramapuram, Russ Webb

Despite the success of a number of recent techniques for visual self-supervised deep learning, there has been limited investigation into the representations that are ultimately learned. By leveraging recent advances in t…

Visual Instruction Tuning Aligns Modalities through Abstraction

2026-06-02 · Luis Palacios, Lorenzo Basile, Diego Doimo, Alberto Cazzaniga arxiv

Visual instruction tuning effectively adapts a pre-trained Large Language Model (LLM) to process image information alongside text. Yet, it remains unclear how visual features are embedded into the layer-wise hierarchy of…