← Search

Mengqi Huang

20 accepted papers

2026

LayerEdit: Disentangled Multi-Object Editing via Conflict-Aware Multi-Layer Learning

AAAI 2026technical

Text-driven multi-object image editing which aims to precisely modify multiple objects within an image based on text descriptions, has recently attracted considerable interest. Existing works primarily follow the localize-editing paradigm, focusing on independent object localization and editing whil

Cited by 0SourcePDFScholar
2026

MoGA: Mixture-of-Groups Attention for End-to-End Long Video Generation

ICLR 2026poster

Long video generation with Diffusion Transformers (DiTs) is bottlenecked by the quadratic scaling of full attention with sequence length. Since attention is highly redundant, outputs are dominated by a small subset of query–key pairs. Existing sparse methods rely on blockwise coarse estimation, whos…

Cited by 0SourcecodeScholar
2026

Scaling Multi-Identity Consistency for Image Customization via Multi-to-Multi Matching Paradigm

CVPR 2026

Recent advancements in image customization exhibit a wide range of application prospects due to stronger customization capabilities. However, since we humans are more sensitive to faces, a significant challenge remains in preserving consistent identity while avoiding identity confusion with multi-re

Cited by 0SourcecodeScholar
2026

UFO: Chain-of-Evaluation for Omni-Condition Alignment in Multi-Modal Image Generation

ICML 2026poster

Multi-modal image generation, particularly subject-driven customization, has garnered growing attention in recent years. Despite the rapid advancement of generative models, their evaluation remains largely lagging. Existing methods, whether embedding-based or Multi-modal Large Language Model (MLLM)-…

Cited by 0SourceScholar
2026

Unified Customized Generation by Disentangled Reward Modeling

CVPR 2026

Existing literature typically treats various customized generation tasks (e.g., subject-customized generation, style-customized generation) as distinct and disjoint problems, with each task focusing solely on customizing a specific aspect of the reference image. However, we argue that the objectives

Cited by 0SourcecodeScholar
2025

A4A: Adapter for Adapter Transfer via All-for-All Mapping for Cross-Architecture Models

CVPR 2025poster

Large-scale text-to-image models evolve rapidly in size and architecture. The existing adapters struggle to keep pace with these models, requiring extensive retraining. This paper proposes a novel adapter transfer framework, A4A (Adapter for Adapter), which uses an all-for-all mapping approach to se…

Cited by 0SourcePDFScholar
2025

CustomContrast: A Multilevel Contrastive Perspective for Subject-Driven Text-to-Image Customization

AAAI 2025technical

Subject-driven text-to-image (T2I) customization has drawn significant interest in academia and industry. This task enables pre-trained models to generate novel images based on unique subjects. Existing studies adopt a self-reconstructive perspective, focusing on capturing all details of a single im…

Cited by 6SourcePDFScholar
2025

D^2iT: Dynamic Diffusion Transformer for Accurate Image Generation

CVPR 2025poster

Diffusion models are widely recognized for their ability to generate high-fidelity images. Despite the excellent performance and scalability of the Diffusion Transformer (DiT) architecture, it applies fixed compression across different image regions during the diffusion process, disregarding the nat…

2025

DualReal: Adaptive Joint Training for Lossless Identity-Motion Fusion in Video Customization

ICCV 2025poster

Customized text-to-video generation with pre-trained large-scale models has recently garnered significant attention by focusing on identity and motion consistency. Existing works typically follow the isolated customized paradigm, where the subject identity or motion dynamics are customized exclusive…

2025

FeedEdit: Text-Based Image Editing with Dynamic Feedback Regulation

CVPR 2025poster

Text-based image editing which aims at generating rigid or non-rigid changes to images conditioned on the given text, has recently attracted considerable interest. Previous works mainly follow the multi-step denoising diffusion paradigm, which adopts a fixed text guidance intensity (i.e., editing in…

Cited by 0SourcePDFScholar
2025

Less-to-More Generalization: Unlocking More Controllability by In-Context Generation

ICCV 2025poster

Although subject-driven generation has been extensively explored in image generation due to its wide applications, it still has challenges in data scalability and subject expansibility. For the first challenge, moving from curating single-subject datasets to multiple-subject ones and scaling them is…

2025

LongAnimation: Long Animation Generation with Dynamic Global-Local Memory

ICCV 2025poster

Animation colorization is a crucial part of real animation industry production. Long animation colorization has high labor costs. Therefore, automated long animation colorization based on the video generation model has significant research value. Existing studies are limited to short-term colorizati…

Cited by 0SourcePDFScholar
2025

Pro3D-Editor: A Progressive Framework for Consistent and Precise 3D Editing

NeurIPS 2025poster

Text-guided 3D editing aims to locally modify 3D objects based on editing prompts, which has significant potential for applications in 3D game and film domains. Existing methods typically follow a view-agnostic paradigm: editing 2D view images indiscriminately and projecting them back into 3D space.…

Cited by 0SourceScholar
2025

RealGeneral: Unifying Visual Generation via Temporal In-Context Learning with Video Models

ICCV 2025poster

Unifying diverse image generation tasks within a single framework remains a fundamental challenge in visual generation. While large language models (LLMs) achieve unification through task-agnostic data and generation, existing visual generation models fail to meet these principles. Current approache…

2024

DreamIdentity: Enhanced Editability for Efficient Face-Identity Preserved Image Generation

AAAI 2024technical

While large-scale pre-trained text-to-image models can synthesize diverse and high-quality human-centric images, an intractable problem is how to preserve the face identity and follow the text prompts simultaneously for conditioned input face images and texts. Despite existing encoder-based methods…

Cited by 34SourcePDFScholar
2024

Gradual Residuals Alignment: A Dual-Stream Framework for GAN Inversion and Image Attribute Editing

AAAI 2024technical

GAN-based image attribute editing firstly leverages GAN Inversion to project real images into the latent space of GAN and then manipulates corresponding latent codes. Recent inversion methods mainly utilize additional high-bit features to improve image details preservation, as low-bit codes cannot f…

Cited by 3SourcePDFScholar
2024

RealCustom: Narrowing Real Text Word for Real-Time Open-Domain Text-to-Image Customization

CVPR 2024poster

Text-to-image customization which aims to synthesize text-driven images for the given subjects has recently revolutionized content creation. Existing works follow the pseudo-word paradigm i.e. represent the given subjects as pseudo-words and then compose them with the given text. However the inheren…

2023

Not All Image Regions Matter: Masked Vector Quantization for Autoregressive Image Generation

CVPR 2023poster

Existing autoregressive models follow the two-stage generation paradigm that first learns a codebook in the latent space for image reconstruction and then completes the image generation autoregressively based on the learned codebook. However, existing codebook learning simply models all local region…

2023

Towards Accurate Image Coding: Improved Autoregressive Image Generation With Dynamic Vector Quantization

CVPR 2023highlight

Existing vector quantization (VQ) based autoregressive models follow a two-stage generation paradigm that first learns a codebook to encode images as discrete codes, and then completes generation based on the learned codebook. However, they encode fixed-size image regions into fixed-length codes and…