← Search

Lichuan Xiang

7 accepted papers

2026

DynFusion: Rethinking Condition Fusion for Adaptive Multi-Conditional Text-to-Image Generation

CVPR 2026

Text-to-image diffusion models have achieved remarkable progress, generating visually realistic and semantically coherent images from textual prompts. However, natural language alone lacks the precision required for design-centric applications that demand strict spatial and structural fidelity--part

Cited by 0SourceScholar
2025

DPaI: Differentiable Pruning at Initialization with Node-Path Balance Principle

ICLR 2025poster

Pruning at Initialization (PaI) is a technique in neural network optimization characterized by the proactive elimination of weights before the network's training on designated tasks. This innovative strategy potentially reduces the costs for training and inference, significantly advancing computatio…

2025

FlexControl: Computation-Aware Conditional Control with Differentiable Router for Text-to-Image Generation

ICML 2025poster

Spatial conditioning control offers a powerful way to guide diffusion‐based generative models. Yet, most implementations (e.g., ControlNet) rely on ad-hoc heuristics to choose which network blocks to control — an approach that varies unpredictably with different tasks. To address this gap, we propos…

2025

Shortcutting Pre-trained Flow Matching Diffusion Models is Almost Free Lunch

NeurIPS 2025poster

We present an ultra-efficient post-training method for shortcutting large-scale pre-trained flow matching diffusion models into efficient few-step samplers, enabled by novel velocity field self-distillation. While shortcutting in flow matching, originally introduced by shortcut models, offers flexi…

Cited by 0SourceScholar
2024

Towards Neural Architecture Search through Hierarchical Generative Modeling

ICML 2024poster

Neural Architecture Search (NAS) aims to automate deep neural network design across various applications, while a good search space design is core to NAS performance. A too-narrow search space may fail to cover diverse task requirements, whereas a too-broad one can escalate computational expenses an…

Cited by 0SourcePDFScholar
2023

Towards Data-Agnostic Pruning At Initialization: What Makes a Good Sparse Mask?

NeurIPS 2023poster

Pruning at initialization (PaI) aims to remove weights of neural networks before training in pursuit of training efficiency besides the inference. While off-the-shelf PaI methods manage to find trainable subnetworks that outperform random pruning, their performance in terms of both accuracy and com…

2023

Zero-Cost Operation Scoring in Differentiable Architecture Search

AAAI 2023technical

We formalize and analyze a fundamental component of dif- ferentiable neural architecture search (NAS): local “opera- tion scoring” at each operation choice. We view existing operation scoring functions as inexact proxies for accuracy, and we find that they perform poorly when analyzed empir- ically…