← Search

Xuefei Ning

37 accepted papers

2026

CineScene: Implicit 3D as Effective Scene Representation for Cinematic Video Generation

CVPR 2026

Cinematic video production requires control over scene-subject composition and camera movement, but live-action shooting remains costly due to the need for constructing physical sets. To address this, we introduce the task of cinematic video generation with decoupled scene context: given multiple im

Cited by 0SourceScholar
2026

FilMaster: Bridging Cinematic Principles and Generative AI for Automated Film Generation

ICLR 2026poster

Existing AI-based film generation systems can generate high-quality videos, but struggle to design expressive camera language and establish cinematic rhythm. This deficiency leads to templated visuals and unengaging narratives. To address these limitations, we introduce FilMaster, an end-to-end auto…

Cited by 0SourceScholar
2026

GENMAC: Compositional Text-to-Video Generation with Multi-Agent Collaboration

AAAI 2026technical

Text-to-video generation models have shown significant progress in recent years. However, they still struggle with compositional text prompts, such as attribute binding for multiple objects, temporal dynamics associated with differ- ent objects, and interactions between objects. Inspired by ef- fect

Cited by 0SourcePDFScholar
2026

NI Sampling: Accelerating Discrete Diffusion Sampling by Token Order Optimization

ICLR 2026poster

Discrete diffusion language models (dLLMs) have recently emerged as a promising alternative to traditional autoregressive approaches, offering the flexibility to generate tokens in arbitrary orders and the potential of parallel decoding. However, existing heuristic sampling strategies remain ineffic…

Cited by 0SourceScholar
2026

Understanding the Ability of LLMs to Handle Character-Level Perturbation

ICML 2026poster

This work investigates the resilience of contemporary large language models (LLMs) against frequent character-level perturbations. We examine three types of character-level perturbations including introducing numerous typos within words, shuffling the characters in each word, and inserting a large n…

Cited by 0SourceScholar
2025

Accelerating Auto-regressive Text-to-Image Generation with Training-free Speculative Jacobi Decoding

ICLR 2025poster

The current large auto-regressive models can generate high-quality, high-resolution images, but these models require hundreds or even thousands of steps of next-token prediction during inference, resulting in substantial time consumption. In existing studies, Jacobi decoding, an iterative parallel d…

2025

Decouple-Then-Merge: Finetune Diffusion Models as Multi-Task Learning

CVPR 2025poster

Diffusion models are trained by learning a sequence of models that reverse each step of noise corruption. Typically, the model parameters are fully shared across multiple timesteps to enhance training efficiency. However, since the denoising tasks differ at each timestep, the gradients computed at d…

Cited by 0SourcePDFScholar
2025

Distilled Decoding 1: One-step Sampling of Image Auto-regressive Models with Flow Matching

ICLR 2025poster

Autoregressive (AR) models have recently achieved state-of-the-art performance in text and image generation. However, their primary limitation is slow generation speed due to the token-by-token process. We ask an ambitious question: can a pre-trained AR model be adapted to generate outputs in just o…

2025

Distilled Decoding 2: One-step Sampling of Image Auto-regressive Models with Conditional Score Distillation

NeurIPS 2025poster

Image Auto-regressive (AR) models have emerged as a powerful paradigm of visual generative models. Despite their promising performance, they suffer from slow generation speed due to the large number of sampling steps required. Although Distilled Decoding 1 (DD1) was recently proposed to enable few-s…

Cited by 0SourcecodeScholar
2025

FrameFusion: Combining Similarity and Importance for Video Token Reduction on Large Vision Language Models

ICCV 2025poster

The increasing demand to process long and high-resolution videos significantly burdens Large Vision-Language Models (LVLMs) due to the enormous number of visual tokens. Existing token reduction methods primarily prune tokens based on importance metrics, such as cumulative attention scores. However,…

2025

Latent Zoning Network: A Unified Principle for Generative Modeling, Representation Learning, and Classification

NeurIPS 2025poster

Generative modeling, representation learning, and classification are three core problems in machine learning (ML), yet their state-of-the-art (SoTA) solutions remain largely disjoint. In this paper, we ask: Can a unified principle address all three? Such unification could simplify ML pipelines and f…

Cited by 0SourcecodeScholar
2025

Linear Combination of Saved Checkpoints Makes Consistency and Diffusion Models Better

ICLR 2025poster

Diffusion Models (DM) and Consistency Models (CM) are two types of popular generative models with good generation quality on various tasks. When training DM and CM, intermediate weight checkpoints are not fully utilized and only the last converged checkpoint is used. In this work, we find proper che…

2025

MBQ: Modality-Balanced Quantization for Large Vision-Language Models

CVPR 2025poster

Vision-Language Models (VLMs) have already enabled a variety of real-world applications. The large parameter size of VLMs brings large memory and computation overhead which poses significant challenges for deployment. Post-Training Quantization (PTQ) is an effective technique to reduce the memory an…

2025

ProReflow: Progressive Reflow with Decomposed Velocity

CVPR 2025poster

Diffusion models have achieved significant progress in both image and video generation while still suffering from huge computation costs. As an effective solution, rectified flow aims to rectify the diffusion process of diffusion models into a straight line for few-step and even one-step generation.…

Cited by 1SourcePDFScholar
2025

Training-Free and Hardware-Friendly Acceleration for Diffusion Models via Similarity-based Token Pruning

AAAI 2025technical

The excellent performance of diffusion models in image generation is always accompanied by overlarge computation costs, which have prevented the application of diffusion models in edge devices and interactive applications. Previous works mainly focus on using fewer sampling steps and compressing the…

2025

ViDiT-Q: Efficient and Accurate Quantization of Diffusion Transformers for Image and Video Generation

ICLR 2025poster

Diffusion transformers have demonstrated remarkable performance in visual generation tasks, such as generating realistic images or videos based on textual instructions. However, larger model sizes and multi-frame processing for video generation lead to increased computational and memory costs, posin…

2024

A Unified Sampling Framework for Solver Searching of Diffusion Probabilistic Models

ICLR 2024poster

Recent years have witnessed the rapid progress and broad application of diffusion probabilistic models (DPMs). Sampling from DPMs can be viewed as solving an ordinary differential equation (ODE). Despite the promising performance, the generation of DPMs usually consumes much time due to the large nu…

Cited by 5SourcePDFScholar
2024

Can LLMs Learn by Teaching for Better Reasoning? A Preliminary Study

NeurIPS 2024poster

Teaching to improve student models (e.g., knowledge distillation) is an extensively studied methodology in LLMs. However, in human education, teaching enhances not only the students but also the teachers by fostering more rigorous and clearer reasoning, as well as deeper knowledge building. We ask:…

2024

DiTFastAttn: Attention Compression for Diffusion Transformer Models

NeurIPS 2024poster

Diffusion Transformers (DiT) excel at image and video generation but face computational challenges due to the quadratic complexity of self-attention operators. We propose DiTFastAttn, a post-training compression method to alleviate the computational bottleneck of DiT. We identify three key redundanc…

Cited by 19SourcePDFScholar
2024

Evaluating Quantized Large Language Models

ICML 2024poster

Post-training quantization (PTQ) has emerged as a promising technique to reduce the cost of large language models (LLMs). Specifically, PTQ can effectively mitigate memory consumption and reduce computational overhead in LLMs. To meet the requirements of both high efficiency and performance across d…

2024

FlashEval: Towards Fast and Accurate Evaluation of Text-to-image Diffusion Generative Models

CVPR 2024poster

In recent years there has been significant progress in the development of text-to-image generative models. Evaluating the quality of the generative models is one essential step in the development process. Unfortunately the evaluation process could consume a significant amount of computational resour…

2024

MixDQ: Memory-Efficient Few-Step Text-to-Image Diffusion Models with Metric-Decoupled Mixed Precision Quantization

ECCV 2024poster

"Few-step diffusion models, which enable high-quality text-to-image generation with only a few denoising steps, have substantially reduced inference time. However, considerable memory consumption (5-10GB) still poses limitations for practical deployment on mobile devices. Post-Training Quantization…

2024

Rad-NeRF: Ray-decoupled Training of Neural Radiance Field

NeurIPS 2024poster

Although the neural radiance field (NeRF) exhibits high-fidelity visualization on the rendering task, it still suffers from rendering defects, especially in complex scenes. In this paper, we delve into the reason for the unsatisfactory performance and conjecture that it comes from interference in th…

2024

Skeleton-of-Thought: Prompting LLMs for Efficient Parallel Generation

ICLR 2024poster

This work aims at decreasing the end-to-end generation latency of large language models (LLMs). One of the major causes of the high generation latency is the sequential decoding approach adopted by almost all state-of-the-art LLMs. In this work, motivated by the thinking and writing process of human…

2023

Ada3D : Exploiting the Spatial Redundancy with Adaptive Inference for Efficient 3D Object Detection

ICCV 2023poster

Voxel-based methods have achieved state-of-the-art performance for 3D object detection in autonomous driving. However, their significant computational and memory costs pose a challenge for their application to resource-constrained vehicles. One reason for this high resource consumption is the presen…

Cited by 17PDFcodeScholar
2023

Dynamic Ensemble of Low-Fidelity Experts: Mitigating NAS “Cold-Start”

AAAI 2023technical

Predictor-based Neural Architecture Search (NAS) employs an architecture performance predictor to improve the sample efficiency. However, predictor-based NAS suffers from the severe ``cold-start'' problem, since a large amount of architecture-performance data is required to get a working predictor.…

2023

Ensemble-in-One: Ensemble Learning within Random Gated Networks for Enhanced Adversarial Robustness

AAAI 2023technical

Adversarial attacks have threatened modern deep learning systems by crafting adversarial examples with small perturbations to fool the convolutional neural networks (CNNs). To alleviate that, ensemble training methods are proposed to facilitate better adversarial robustness by diversifying the vulne…

2023

Jaccard Metric Losses: Optimizing the Jaccard Index with Soft Labels

NeurIPS 2023poster

Intersection over Union (IoU) losses are surrogates that directly optimize the Jaccard index. Leveraging IoU losses as part of the loss function have demonstrated superior performance in semantic segmentation tasks compared to optimizing pixel-wise losses such as the cross-entropy loss alone. Howeve…

2023

Memory-Oriented Structural Pruning for Efficient Image Restoration

AAAI 2023technical

Deep learning (DL) based methods have significantly pushed forward the state-of-the-art for image restoration (IR) task. Nevertheless, DL-based IR models are highly computation- and memory-intensive. The surging demands for processing higher-resolution images and multi-task paralleling in practical…

Cited by 4SourcePDFScholar
2023

OMS-DPM: Optimizing the Model Schedule for Diffusion Probabilistic Models

ICML 2023poster

Diffusion probabilistic models (DPMs) are a new class of generative models that have achieved state-of-the-art generation quality in various domains. Despite the promise, one major drawback of DPMs is the slow generation speed due to the large number of neural network evaluations required in the gen…

2022

CLOSE: Curriculum Learning on the Sharing Extent towards Better One-Shot NAS

ECCV 2022poster

"One-shot Neural Architecture Search (NAS) has been widely used to discover architectures due to its efficiency. However, previous studies reveal that one-shot performance estimations of architectures might not be well correlated with their performances in stand-alone training because of the excessi…

2022

CodedVTR: Codebook-Based Sparse Voxel Transformer With Geometric Guidance

CVPR 2022poster

Transformers have gained much attention by outperforming convolutional neural networks in many 2D vision tasks. However, they are known to have generalization problems and rely on massive-scale pre-training and sophisticated training techniques. When applying to 3D tasks, the irregular data structur…

Cited by 10PDFcodeScholar
2022

FedCor: Correlation-Based Active Client Selection Strategy for Heterogeneous Federated Learning

CVPR 2022poster

Client-wise data heterogeneity is one of the major issues that hinder effective training in federated learning (FL). Since the data distribution on each client may vary dramatically, the client selection strategy can significantly influence the convergence rate of the FL process. Active client selec…

Cited by 138PDFScholar
2022

TA-GATES: An Encoding Scheme for Neural Network Architectures

NeurIPS 2022accept

Neural architecture search tries to shift the manual design of neural network (NN) architectures to algorithmic design. In these cases, the NN architecture itself can be viewed as data and needs to be modeled. A better modeling could help explore novel architectures automatically and open the black…

2021

Evaluating Efficient Performance Estimators of Neural Architectures

NeurIPS 2021poster

Conducting efficient performance estimations of neural architectures is a major challenge in neural architecture search (NAS). To reduce the architecture training costs in NAS, one-shot estimators (OSEs) amortize the architecture training costs by sharing the parameters of one supernet between all a…

2020

A Generic Graph-based Neural Architecture Encoding Scheme for Predictor-based NAS

ECCV 2020poster

This work proposes a novel Graph-based neural ArchiTecture Encoding Scheme, a.k.a. GATES, to improve the predictor-based neural architecture search. Specifically, different from existing graph-based schemes, GATES models the operations as the transformation of the propagating information, which mimi…

2020

DSA: More Efficient Budgeted Pruning via Differentiable Sparsity Allocation

ECCV 2020poster

Budgeted pruning is the problem of pruning under resource constraints. In budgeted pruning, how to distribute the resources across layers (i.e., sparsity allocation) is the key problem. Traditional methods solve it by discretely searching for the layer-wise pruning ratios, which lacks efficiency. In…

Cited by 139SourcePDFScholar