Zing Forum

Reading

Squeeze-MLLM: A New Breakthrough in Subject-Driven Image Generation Powered by Multimodal Large Language Models

This article introduces the Squeeze-MLLM framework, which deeply integrates multimodal large language models (MLLMs) with diffusion models, combining a Dual-Layer Aggregation (DLA) module and a multi-stage denoising strategy. It achieves high-quality text-guided image generation while maintaining subject identity consistency, significantly outperforming existing methods.

多模态大语言模型主题驱动图像生成扩散模型身份保持跨模态理解双层聚合多阶段去噪图像合成VAE条件计算机视觉
Published 2026-05-26 01:59Recent activity 2026-05-26 12:18Estimated read 6 min
Squeeze-MLLM: A New Breakthrough in Subject-Driven Image Generation Powered by Multimodal Large Language Models
1

Section 01

[Introduction] Squeeze-MLLM: A New Breakthrough in Subject-Driven Image Generation Powered by Multimodal Large Language Models

Core Insights: The Squeeze-MLLM framework deeply integrates multimodal large language models (MLLMs) with diffusion models, combining the Dual-Layer Aggregation (DLA) module and a multi-stage denoising strategy. It achieves high-quality text-guided image generation while maintaining subject identity consistency, significantly outperforming existing methods. Basic Information:

2

Section 02

Research Background and Core Challenges

Subject-driven image generation aims to produce new images that both preserve the subject identity and align with text instructions based on reference images and text prompts. It is applied in scenarios like personalized creation and e-commerce display. Existing methods face two major challenges:

  1. Separate encoding limits cross-modal reasoning ability, making it difficult to understand complex semantic relationships between text and images;
  2. Lack of effective identity preservation mechanisms, which easily leads to "copy-paste" artifacts. Although some studies have combined MLLMs with diffusion models, they ignore identity preservation, resulting in poor identity consistency in generated results.
3

Section 03

Core Design of the Squeeze-MLLM Framework

Core ideas of the Squeeze-MLLM framework:

  • Joint Encoding: Let MLLMs process both text and reference images simultaneously, understanding their relationships in a unified semantic space to avoid mechanical concatenation;
  • VAE Identity Condition: Introduce a variational autoencoder to extract fine-grained features, ensuring precise preservation of subject details such as texture and color. The combination of these two achieves an organic unification of semantic understanding and identity preservation.
4

Section 04

Dual-Layer Aggregation (DLA) Module: Multi-Level Feature Fusion

The Dual-Layer Aggregation (DLA) module aggregates features from different layers of MLLMs:

  • Shallow features: Retain details like edges and textures;
  • Deep features: Contain semantics such as object categories and scene understanding. By adaptively adjusting weights, it provides rich conditional signals for diffusion models, flexibly adapting to different generation needs (e.g., precise identity preservation or complex semantic understanding).
5

Section 05

Multi-Stage Denoising Strategy: Progressive Balance Between Semantics and Identity

The multi-stage denoising strategy balances semantics and identity in stages:

  • Early stage: Rely on MLLM semantic conditions to establish correct composition and conceptual expression;
  • Late stage: Increase the weight of VAE identity conditions to restore subject details. This simulates the human painting process (outlines first, then details), effectively alleviating "copy-paste" artifacts.
6

Section 06

Experimental Results: Significantly Outperforming Existing Methods

Experimental results show that Squeeze-MLLM significantly outperforms existing methods:

  • Human preference: Generated images have higher subjective scores, balancing semantic understanding and identity preservation;
  • Quantitative metrics: Excellent performance in dimensions like identity preservation, text-image alignment, and image quality;
  • Artifact mitigation: Achieves more flexible and natural subject transfer, reducing traces of rigid splicing.
7

Section 07

Technical Insights and Future Outlook

Technical Insights:

  1. MLLMs have great potential in visual generation tasks and can handle both text and image inputs uniformly;
  2. The multi-level feature fusion strategy of DLA can be applied to multi-scale visual tasks;
  3. The dynamic conditional adjustment of multi-stage denoising provides new ideas for conditional control of diffusion models. Future Outlook: Explore more aggregation mechanisms, extend dynamic conditional adjustment to other diffusion applications, and look forward to more intelligent image generation systems.