← Search

Xingchao Liu

23 accepted papers

2025

Janus: Decoupling Visual Encoding for Unified Multimodal Understanding and Generation

CVPR 2025poster

We introduce Janus, an autoregressive framework that unifies multimodal understanding and generation. Prior research often relies on a single visual encoder for both tasks, such as Chameleon. However, due to the differing levels of information granularity required by multimodal understanding and gen…

2025

JanusFlow: Harmonizing Autoregression and Rectified Flow for Unified Multimodal Understanding and Generation

CVPR 2025poster

We present JanusFlow, a powerful framework that unifies image understanding and generation in a single model.JanusFlow introduces a minimalist architecture that integrates autoregressive language models with rectified flow, a state-of-the-art method in generative modeling.Our key finding demonstrate…

2024

AdaFlow: Imitation Learning with Variance-Adaptive Flow-Based Policies

NeurIPS 2024poster

Diffusion-based imitation learning improves Behavioral Cloning (BC) on multi-modal decision-making, but comes at the cost of significantly slower inference due to the recursion in the diffusion process. It urges us to design efficient policy generators while keeping the ability to generate diverse a…

2024

InstaFlow: One Step is Enough for High-Quality Diffusion-Based Text-to-Image Generation

ICLR 2024poster

Diffusion models have revolutionized text-to-image generation with its exceptional quality and creativity. However, its multi-step sampling process is known to be slow, often requiring tens of inference steps to obtain satisfactory results. Previous attempts to improve its sampling speed and reduce…

2024

LanguageFlow: Advancing Diffusion Language Generation with Probabilistic Flows

NAACL 2024long

Recent works have demonstrated success in controlling sentence attributes (e.g., sentiment) and structure (e.g., syntactic structure) based on the diffusion language model. A key component that drives theimpressive performance for generating high-quality samples from noise is iteratively denoise for…

Cited by 2SourcePDFScholar
2024

Layer Compression of Deep Networks with Straight Flows

AAAI 2024technical

Very deep neural networks lead to significantly better performance on various real tasks. However, it usually causes slow inference and is hard to be deployed on real-world devices. How to reduce the number of layers to save memory and to accelerate the inference is an eye-catching topic. In thi…

2024

PeRFlow: Piecewise Rectified Flow as Universal Plug-and-Play Accelerator

NeurIPS 2024poster

We present Piecewise Rectified Flow (PeRFlow), a flow-based method for accelerating diffusion models. PeRFlow divides the sampling process of generative flows into several time windows and straightens the trajectories in each interval via the reflow operation, thereby approaching piecewise linear fl…

2024

SlimFlow: Training Smaller One-Step Diffusion Models with Rectified Flow

ECCV 2024poster

"Diffusion models excel in high-quality generation but suffer from slow inference due to iterative sampling. While recent methods have successfully transformed diffusion models into one-step generators, they neglect model size reduction, limiting their applicability in compute-constrained scenarios.…

2023

DISCS: A Benchmark for Discrete Sampling

NeurIPS 2023poster

Sampling in discrete spaces, with critical applications in simulation and optimization, has recently been boosted by significant advances in gradient-based approaches that exploit modern accelerators like GPUs. However, two key challenges are hindering further advancement in research on discrete sam…

2023

Fast Point Cloud Generation With Straight Flows

CVPR 2023poster

Diffusion models have emerged as a powerful tool for point cloud generation. A key component that drives the impressive performance for generating high-quality samples from noise is iteratively denoise for thousands of steps. While beneficial, the complexity of learning steps has limited its applica…

2023

Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow

ICLR 2023top-25%

We present rectified flow, a simple approach to learning (neural) ordinary differential equation (ODE) models to transport between two empirically observed distributions $\pi_0$ and $\pi_1$, hence providing a unified solution to generative modeling and domain transfer, among various other tasks invo…

2023

FlowGrad: Controlling the Output of Generative ODEs With Gradients

CVPR 2023poster

Generative modeling with ordinary differential equations (ODEs) has achieved fantastic results on a variety of applications. Yet, few works have focused on controlling the generated content of a pre-trained ODE-based generative model. In this paper, we propose to optimize the output of ODE models ac…

2022

ALLSH: Active Learning Guided by Local Sensitivity and Hardness

NAACL 2022findings

Active learning, which effectively collects informative unlabeled data for annotation, reduces the demand for labeled data. In this work, we propose to retrieve unlabeled samples with a local sensitivity and hardness-aware acquisition function. The proposed method generates data copies through local…

Cited by 39SourcePDFScholar
2022

Diffusion-based Molecule Generation with Informative Prior Bridges

NeurIPS 2022accept

AI-based molecule generation provides a promising approach to a large area of biomedical sciences and engineering, such as antibody design, hydrolase engineering, or vaccine development. Because the molecules are governed by physical laws, a key challenge is to incorporate prior information into the…

Cited by 119SourcePDFScholar
2022

Passage-Mask: A Learnable Regularization Strategy for Retriever-Reader Models

EMNLP 2022main

Retriever-reader models achieve competitive performance across many different NLP tasks such as open question answering and dialogue conversations. In this work, we notice these models easily overfit the top-rank retrieval passages and standard training fails to reason over the entire retrieval pass…

2021

Automatic and Harmless Regularization with Constrained and Lexicographic Optimization: A Dynamic Barrier Approach

NeurIPS 2021poster

Many machine learning tasks have to make a trade-off between two loss functions, typically the main data-fitness loss and an auxiliary loss. The most widely used approach is to optimize the linear combination of the objectives, which, however, requires manual tuning of the combination coefficient a…

Cited by 23SourcePDFScholar
2021

Conflict-Averse Gradient Descent for Multi-task learning

NeurIPS 2021poster

The goal of multi-task learning is to enable more efficient learning than single task learning by sharing model structures for a diverse set of tasks. A standard multi-task learning objective is to minimize the average loss across all tasks. While straightforward, using this objective often results…

2021

Post-training Quantization with Multiple Points: Mixed Precision without Mixed Precision

AAAI 2021technical

We consider the post-training quantization problem, which discretizes the weights of pre-trained deep neural networks without re-training the model. We propose multipoint quantization, a quantization method that approximates a full-precision weight vector using a linear combination of multiple vecto…

2021

Profiling Pareto Front With Multi-Objective Stein Variational Gradient Descent

NeurIPS 2021spotlight

Finding diverse and representative Pareto solutions from the Pareto front is a key challenge in multi-objective optimization (MOO). In this work, we propose a novel gradient-based algorithm for profiling Pareto front by using Stein variational gradient descent (SVGD). We also provide a counterpart o…

2021

Sampling with Trusthworthy Constraints: A Variational Gradient Framework

NeurIPS 2021poster

Sampling-based inference and learning techniques, especially Bayesian inference, provide an essential approach to handling uncertainty in machine learning (ML). As these techniques are increasingly used in daily life, it becomes essential to safeguard the ML systems with various trustworthy-related…