← Search

Xinglong Wu

17 accepted papers

2026

CreatiDesign: A Unified Multi-Conditional Diffusion Transformer for Creative Graphic Design

ICLR 2026poster

Graphic design plays a vital role in visual communication across advertising, marketing, and multimedia entertainment. Prior work has explored automated graphic design generation using diffusion models, aiming to streamline creative workflows and democratize design capabilities. However, complex gra…

Cited by 0SourcecodeScholar
2026

Phantom-Data: Towards a General Subject-Consistent Video Generation Dataset

ICLR 2026poster

Subject-to-video generation has witnessed substantial progress in recent years. However, existing models still face significant challenges in faithfully following textual instructions. This limitation, commonly known as the copy-paste problem, arises from the widely used in-pair training paradigm. T…

Cited by 0SourcecodeScholar
2026

VAR RL Done Right: Tackling Asynchronous Policy Conflicts in Visual Autoregressive Generation

CVPR 2026

Visual generation is dominated by three paradigms: AutoRegressive (AR), diffusion, and Visual AutoRegressive (VAR) models. Unlike AR and diffusion, VARs operate on heterogeneous input structures across their generation steps, which creates severe asynchronous policy conflicts. This issue becomes par

Cited by 0SourcecodeScholar
2025

CreatiLayout: Siamese Multimodal Diffusion Transformer for Creative Layout-to-Image Generation

ICCV 2025poster

Diffusion models have been recognized for their ability to generate images that are not only visually appealing but also of high artistic quality. As a result, Layout-to-Image (L2I) generation has been proposed to leverage region-specific positions and descriptions to enable more precise and control…

Cited by 0SourcePDFScholar
2025

Decomposition of Graphic Design with Unified Multimodal Model

ICML 2025poster

We propose Layer Decomposition of Graphic Designs (LDGD), a novel vision task that converts composite graphic design (e.g., posters) into structured representations comprising ordered RGB-A layers and metadata. By transforming visual content into structured data, LDGD facilitates precise image editi…

2025

DreamLayer: Simultaneous Multi-Layer Generation via Diffusion Model

ICCV 2025poster

Text-driven image generation using diffusion models has recently gained significant attention. To enable more flexible image manipulation and editing, recent research has expanded from single image generation to transparent layer generation and multi-layer compositions. However, existing approaches…

Cited by 0SourcePDFScholar
2025

DreamLight: Towards Harmonious and Consistent Image Relighting

NeurIPS 2025poster

We introduce a model named DreamLight for universal image relighting in this work, which can seamlessly composite subjects into a new background while maintaining aesthetic uniformity in terms of lighting and color tone. The background can be specified by natural images (image-based relighting) or g…

Cited by 0SourceScholar
2025

DreamOmni: Unified Image Generation and Editing

CVPR 2025poster

Currently, the success of large language models (LLMs) illustrates that a unified multitasking approach can significantly enhance model usability, streamline deployment, and foster synergistic benefits across different tasks. However, in computer vision, while text-to-image (T2I) models have signifi…

Cited by 1SourcePDFScholar
2025

Graphic Design with Large Multimodal Model

AAAI 2025technical

In the field of graphic design, automating the integration of design elements into a cohesive multi-layered artwork not only boosts productivity but also paves the way for the democratization of graphic design. One existing practice is Graphic Layout Generation (GLG), which aims to layout sequential…

2025

Phantom: Subject-Consistent Video Generation via Cross-Modal Alignment

ICCV 2025poster

The continuous development of foundational models for video generation is evolving into various applications, with subject-consistent video generation still in the exploratory stage. We refer to this as Subject-to-Video, which extracts subject elements from reference images and generates subject-con…

Cited by 0SourcePDFScholar
2025

TokenFlow: Unified Image Tokenizer for Multimodal Understanding and Generation

CVPR 2025poster

We present TokenFlow, a novel unified image tokenizer that bridges the long-standing gap between multimodal understanding and generation. Prior research attempt to employ a single reconstruction-targeted Vector Quantization (VQ) encoder for unifying these two tasks. We observe that understanding an…

2025

XVerse: Consistent Multi-Subject Control of Identity and Semantic Attributes via DiT Modulation

NeurIPS 2025poster

Achieving fine-grained control over subject identity and semantic attributes (pose, style, lighting) in text-to-image generation, particularly for multiple subjects, often undermines the editability and coherence of Diffusion Transformers (DiTs). Many approaches introduce artifacts or suffer from at…

Cited by 0SourcecodeScholar
2024

How to Bridge Graph and Sequence Patterns in Session-Based Recommendation? A Self-Supervised Method

ICASSP 2024accepted

Session-based Recommendation aims to reveal the item distribution patterns in anonymous session sequences. Most existing approaches model the distribution patterns by utilizing either sequential or structural information individually to absorb different pattern knowledge, which can only model the di…

Cited by 0SourceScholar
2024

Snapshot Prompt Ensemble for Parameter-Efficient Soft Prompt Transfer

ICASSP 2024accepted

Soft Prompt Transfer(SPT) uses well-trained soft prompts as initialization to improve prompt tuning efficiency. However, most methods in SPT learn only a single and task-specific prompt for each source task. It may not be suitable for the target task and results in poor transferability on target tas…

Cited by 0SourceScholar
2023

Clover: Towards a Unified Video-Language Alignment and Fusion Model

CVPR 2023poster

Building a universal video-language model for solving various video understanding tasks (e.g., text-video retrieval, video question answering) is an open challenge to the machine learning field. Towards this goal, most recent works build the model by stacking uni-modal and cross-modal feature encode…

2023

DiffIR: Efficient Diffusion Model for Image Restoration

ICCV 2023poster

Diffusion model (DM) has achieved SOTA performance by modeling the image synthesis process into a sequential application of a denoising network. However, different from image synthesis generating each pixel from scratch, most pixels of image restoration (IR) are given. Thus, for IR, traditional DMs…

Cited by 291PDFcodeScholar
2023

Revisiting Temporal Modeling for CLIP-Based Image-to-Video Knowledge Transferring

CVPR 2023poster

Image-text pretrained models, e.g., CLIP, have shown impressive general multi-modal knowledge learned from large-scale image-text data pairs, thus attracting increasing attention for their potential to improve visual representation learning in the video domain. In this paper, based on the CLIP model…