← Search

Yuzhang Shang

30 accepted papers

2026

Learning from Noisy Preferences: A Semi-Supervised Learning Approach to Direct Preference Optimization

ICLR 2026poster

Human visual preferences are inherently multi-dimensional, encompassing aspects of aesthetics, detail fidelity, and semantic alignment. However, existing open-source preference datasets provide only single, holistic annotations, resulting in severe label noise—images that excel in some dimensions (e…

Cited by 0SourceScholar
2026

Learning to Parallel: Accelerating Diffusion Large Language Models via Adaptive Parallel Decoding

ICLR 2026poster

Autoregressive decoding in large language models (LLMs) requires $\mathcal{O}(n)$ sequential steps for $n$ tokens, fundamentally limiting inference throughput. Recent diffusion-based LLMs (dLLMs) enable parallel token generation through iterative denoising. However, current parallel decoding strateg…

Cited by 0SourcecodeScholar
2026

Real-Time Robot Execution with Masked Action Chunking

ICLR 2026poster

Real-time execution is essential for cyber-physical systems such as robots. These systems operate in dynamic real-world environments where even small delays can undermine responsiveness and compromise performance. Asynchronous inference has recently emerged as a system-level paradigm for real-time r…

Cited by 0SourceScholar
2025

CaO2: Rectifying Inconsistencies in Diffusion-Based Dataset Distillation

ICCV 2025poster

The recent introduction of diffusion models in dataset distillation has shown promising potential in creating compact surrogate datasets for large, high-resolution target datasets, offering improved efficiency and performance over traditional bi-level/uni-level optimization methods. However, current…

2025

DKDM: Data-Free Knowledge Distillation for Diffusion Models with Any Architecture

CVPR 2025poster

Diffusion models (DMs) have demonstrated exceptional generative capabilities across various domains, including image, video, and so on. A key factor contributing to their effectiveness is the high quantity and quality of data used during training. However, mainstream DMs now consume increasingly lar…

2025

DLFR-Gen: Diffusion-based Video Generation with Dynamic Latent Frame Rate

ICCV 2025poster

Diffusion Transformer (DiT)-based generation models have achieved remarkable success in video generation. However, their inherent computational demands pose significant efficiency challenges. In this paper, we exploit the inherent temporal non-uniformity of real-world videos, and observe that videos…

Cited by 0SourcePDFScholar
2025

DictPFL: Efficient and Private Federated Learning on Encrypted Gradients

NeurIPS 2025poster

Federated Learning (FL) enables collaborative model training across institutions without sharing raw data. However, gradient sharing still risks privacy leakage, such as gradient inversion attacks. Homomorphic Encryption (HE) can secure aggregation but often incurs prohibitive computational and comm…

Cited by 0SourcecodeScholar
2025

EA-Vit: Efficient Adaptation for Elastic Vision Transformer

ICCV 2025poster

Vision Transformers (ViTs) have emerged as a foundational model in computer vision, excelling in generalization and adaptation to downstream tasks. However, deploying ViTs to support diverse resource constraints typically requires retraining multiple, size-specific ViTs, which is both time-consuming…

2025

Efficient Multimodal Dataset Distillation via Generative Models

NeurIPS 2025poster

Dataset distillation aims to synthesize a small dataset from a large dataset, enabling the model trained on it to perform well on the original dataset. With the blooming of large language models and multimodal large language models, the importance of multimodal datasets, particularly image-text data…

Cited by 0SourcecodeScholar
2025

GSQ-Tuning: Group-Shared Exponents Integer in Fully Quantized Training for LLMs On-Device Fine-tuning

ACL 2025finding

Large Language Models (LLMs) fine-tuning technologies have achieved remarkable results. However, traditional LLM fine-tuning approaches face significant challenges: they require large Floating Point(FP) computation, raising privacy concerns when handling sensitive data, and are impractical for resou…

2025

LLaVA-PruMerge: Adaptive Token Reduction for Efficient Large Multimodal Models

ICCV 2025poster

Large Multimodal Models (LMMs) have shown significant visual reasoning capabilities by connecting a visual encoder and a large language model. LMMs typically take in a fixed and large amount of visual tokens, such as the penultimate layer features in the CLIP visual encoder, as the prefix content. R…

Cited by 0SourcePDFScholar
2025

PTQ1.61: Push the Real Limit of Extremely Low-Bit Post-Training Quantization Methods for Large Language Models

ACL 2025long

Large Language Models (LLMs) suffer severe performance degradation when facing extremely low-bit (sub 2-bit) quantization. Several existing sub 2-bit post-training quantization (PTQ) methods utilize a mix-precision scheme by leveraging an unstructured fine-grained mask to explicitly distinguish sali…

2025

QuEST: Low-bit Diffusion Model Quantization via Efficient Selective Finetuning

ICCV 2025poster

The practical deployment of diffusion models is still hindered by the high memory and computational overhead. Although quantization paves a way for model compression and acceleration, existing methods face challenges in achieving low-bit quantization efficiently. In this paper, we identify imbalance…

2025

Robin3D: Improving 3D Large Language Model via Robust Instruction Tuning

ICCV 2025poster

Recent advancements in 3D Large Language Models (3DLLMs) show their potential to build general-purpose agents in the 3D real world, yet challenges remain due to the lack of high-quality robust instruction-following data, leading to limited discriminative power and generalization of 3DLLMs. In this p…

2024

Dataset Quantization with Active Learning based Adaptive Sampling

ECCV 2024poster

"Deep learning has made remarkable progress recently, largely due to the availability of large, well-labeled datasets. However, the training on such datasets elevates costs and computational demands. To address this, various techniques like coreset selection, dataset distillation, and dataset quanti…

2024

Efficient Multitask Dense Predictor via Binarization

CVPR 2024poster

Multi-task learning for dense prediction has emerged as a pivotal area in computer vision enabling simultaneous processing of diverse yet interrelated pixel-wise prediction tasks. However the substantial computational demands of state-of-the-art (SoTA) models often limit their widespread deployment.…

Cited by 2SourcePDFScholar
2024

Enhancing Post-training Quantization Calibration through Contrastive Learning

CVPR 2024poster

Post-training quantization (PTQ) converts a pre-trained full-precision (FP) model into a quantized model in a training-free manner. Determining suitable quantization parameters such as scaling factors and weight rounding is the primary strategy for mitigating the impact of quantization noise (calibr…

Cited by 13SourcePDFScholar
2024

HEPrune: Fast Private Training of Deep Neural Networks With Encrypted Data Pruning

NeurIPS 2024poster

Non-interactive cryptographic computing, Fully Homomorphic Encryption (FHE), provides a promising solution for private neural network training on encrypted data. One challenge of FHE-based private training is its large computational overhead, especially the multiple rounds of forward and backward ex…

2024

PTQ4DiT: Post-training Quantization for Diffusion Transformers

NeurIPS 2024poster

The recent introduction of Diffusion Transformers (DiTs) has demonstrated exceptional capabilities in image generation by using a different backbone architecture, departing from traditional U-Nets and embracing the scalable nature of transformers. Despite their advanced capabilities, the wide deploy…

2024

Supplementing Missing Visions Via Dialog for Scene Graph Generations

ICASSP 2024accepted

Most AI systems rely on the premise that the input visual data are sufficient to achieve competitive performance in various tasks. However, the classic task setup rarely considers the challenging, yet common practical situations where the complete visual data may be inaccessible due to various reaso…

Cited by 0SourceScholar
2023

Causal-DFQ: Causality Guided Data-Free Network Quantization

ICCV 2023poster

Model quantization, which aims to compress deep neural networks and accelerate inference speed, has greatly facilitated the development of cumbersome models on mobile and edge devices. There is a common assumption in quantization methods from prior works that training data is available. In practice,…

Cited by 6PDFcodeScholar
2023

Post-Training Quantization on Diffusion Models

CVPR 2023poster

Denoising diffusion (score-based) generative models have recently achieved significant accomplishments in generating realistic and diverse data. These approaches define a forward diffusion process for transforming data into noise and a backward denoising process for sampling data from noise. Unfortu…

2022

Lipschitz Continuity Retained Binary Neural Network

ECCV 2022poster

"Relying on the premise that the performance of a binary neural network can be largely restored with eliminated quantization error between full-precision weight vectors and their corresponding binary vectors, existing works of network binarization frequently adopt the idea of model robustness to rea…

2022

Win The Lottery Ticket Via Fourier Analysis: Frequencies Guided Network Pruning

ICASSP 2022accepted

With the remarkable success of deep learning recently, efficient network compression algorithms are urgently demanded for releasing the potential computational power of edge devices, such as smartphones or tablets. However, optimal network pruning is a non-trivial task which mathematically is an NP-…

Cited by 0SourceScholar