← Search

Peisong Wang

32 accepted papers

2026

Block Rotation is All You Need for MXFP4 Quantization

ICML 2026poster

Large language models (LLMs) have achieved remarkable success, but their rapidly growing scale imposes prohibitive costs in memory, computation, and energy. Post-training quantization (PTQ) is a promising solution for efficient deployment, yet achieving accurate W4A4 quantization remains an open cha…

Cited by 0SourceScholar
2026

Certain Head, Uncertain Tail: Expert-Sample for Test-Time Scaling in Fine-Grained MoE

ICML 2026poster

Test-time scaling improves LLM performance by generating multiple candidate solutions, yet token-level sampling requires temperature tuning that trades off diversity against stability. Fine-grained MoE, featuring hundreds of well-trained experts per layer and multi-expert activation per token, offer…

Cited by 0SourceScholar
2026

MemeBQ:Memory Efficient Binary Quantization of LLMs

AAAI 2026technical

Recent years have witnessed growing scholarly interest in binary post-training quantization (PTQ) techniques for large language models (LLMs). While state-of-the-art (SOTA) binary quantization methods significantly reduce memory footprint and computational demands, they introduce additional memory o

Cited by 0SourcePDFScholar
2026

RLVER: Reinforcement Learning with Verifiable Emotion Rewards for Empathetic Agents

ICLR 2026poster

Large language models (LLMs) excel at logical and algorithmic reasoning, yet their emotional intelligence (EQ) still lags far behind their cognitive prowess. While reinforcement learning from verifiable rewards (RLVR) has advanced in other domains, its application to dialogue—especially for emotion…

Cited by 0SourcecodeScholar
2026

SparVAR: Exploring Sparsity in Visual AutoRegressive Modeling for Training-Free Acceleration

CVPR 2026

Visual AutoRegressive (VAR) modeling has garnered significant attention for its innovative next-scale prediction paradigm. However, mainstream VAR paradigms attend to all tokens across historical scales at each autoregressive step. As the next scale resolution grows, the computational complexity of

Cited by 0SourcecodeScholar
2026

Unifying Value Alignment and Assignment in Cross-Domain Offline Reinforcement Learning with Heterogeneous Datasets

ICML 2026poster

Cross-domain offline reinforcement learning (RL) aims to train an agent that performs well in the target domain using a limited target domain dataset and a source domain dataset that exhibits a dynamics shift. Training directly on the original source dataset typically leads to performance collapse. …

Cited by 0SourceScholar
2025

DartQuant: Efficient Rotational Distribution Calibration for LLM Quantization

NeurIPS 2025poster

Quantization plays a crucial role in accelerating the inference of large-scale models, and rotational matrices have been shown to effectively improve quantization performance by smoothing outliers. However, end-to-end fine-tuning of rotational optimization algorithms incurs high computational costs…

Cited by 0SourceScholar
2025

EAC-MoE: Expert-Selection Aware Compressor for Mixture-of-Experts Large Language Models

ACL 2025long

Mixture-of-Experts (MoE) has demonstrated promising potential in scaling LLMs. However, it is hindered by two critical challenges: (1) substantial GPU memory consumption to load all experts; (2) low activated parameters cannot be equivalently translated into inference acceleration effects. In this w…

Cited by 0SourcePDFScholar
2025

FireFlow: Fast Inversion of Rectified Flow for Image Semantic Editing

ICML 2025poster

Though Rectified Flows (ReFlows) with distillation offer a promising way for fast sampling, its fast inversion transforms images back to structured noise for recovery and following editing remains unsolved. This paper introduces FireFlow, an embarrassingly simple yet effective zero-shot approach tha…

2025

LoRaDA: Low-Rank Direct Attention Adaptation for Efficient LLM Fine-tuning

EMNLP 2025

As the parameter size of language models becomes extremely large, fine-tuning them with limited resources has become a challenging task. Latest advancements in parameter-efficient fine-tuning (PEFT) techniques allow for adjustments to only a minor fraction of the parameters of these LLMs. Yet, most

Cited by 0SourcePDFScholar
2025

Q-Mamba: Towards more efficient Mamba models via post-training quantization

ACL 2025finding

State Space Models (SSMs), such as Mamba, have recently demonstrated potential in language understanding tasks, positioning them as competitors to transformer architectures. However, our investigations reveal that the Mamba architecture still has room for further optimization—not only in linear proj…

Cited by 0SourcePDFScholar
2025

RQT: Hierarchical Residual Quantization for Multi-Model Compression

ACL 2025finding

Delta compression methods focus on efficiently serving multiple uniquely fine-tuned models, each tailored to specific tasks and user requirements. These approaches decompose a fine-tuned LLM into a base model and corresponding delta weights, which are compressed using low-rank or low-bit representat…

Cited by 0SourcePDFScholar
2025

S2R: Teaching LLMs to Self-verify and Self-correct via Reinforcement Learning

ACL 2025long

Recent studies have demonstrated the effectiveness of LLM test-time scaling. However, existing approaches to incentivize LLMs’ deep thinking abilities generally require large-scale data or significant training efforts. Meanwhile, it remains unclear how to improve the thinking abilities of less power…

2025

SPC: Evolving Self-Play Critic via Adversarial Games for LLM Reasoning

NeurIPS 2025poster

Evaluating the step-by-step reliability of large language model (LLM) reasoning, such as Chain-of-Thought, remains challenging due to the difficulty and cost of obtaining high-quality step-level supervision. In this paper, we introduce Self-Play Critic (SPC), a novel approach where a critic model ev…

Cited by 0SourceScholar
2024

A Survey of Graph Meets Large Language Model: Progress and Future Directions

IJCAI 2024poster

Graph plays a significant role in representing and analyzing complex relationships in real-world applications such as citation networks, social networks, and biological data. Recently, Large Language Models (LLMs), which have achieved tremendous success in various domains, have also been leveraged i…

2024

GLBench: A Comprehensive Benchmark for Graph with Large Language Models

NeurIPS 2024poster

The emergence of large language models (LLMs) has revolutionized the way we interact with graphs, leading to a new paradigm called GraphLLM. Despite the rapid development of GraphLLM methods in recent years, the progress and understanding of this field remain unclear due to the lack of a benchmark w…

2024

Patch-Aware Sample Selection for Efficient Masked Image Modeling

AAAI 2024technical

Nowadays sample selection is drawing increasing attention. By extracting and training only on the most informative subset, sample selection can effectively reduce the training cost. Although sample selection is effective in conventional supervised learning, applying it to Masked Image Modeling (MIM)…

Cited by 4SourcePDFScholar
2024

Towards Efficient Spiking Transformer: a Token Sparsification Framework for Training and Inference Acceleration

ICML 2024poster

Nowadays Spiking Transformers have exhibited remarkable performance close to Artificial Neural Networks (ANNs), while enjoying the inherent energy-efficiency of Spiking Neural Networks (SNNs). However, training Spiking Transformers on GPUs is considerably more time-consuming compared to the ANN coun…

Cited by 0SourcePDFScholar
2023

Towards Efficient and Accurate Winograd Convolution via Full Quantization

NeurIPS 2023poster

The Winograd algorithm is an efficient convolution implementation, which performs calculations in the transformed domain. To further improve the computation efficiency, recent works propose to combine it with model quantization. Although Post-Training Quantization has the advantage of low computatio…

Cited by 4SourcePDFScholar
2022

DPNAS: Neural Architecture Search for Deep Learning with Differential Privacy

AAAI 2022technical

Training deep neural networks (DNNs) for meaningful differential privacy (DP) guarantees severely degrades model utility. In this paper, we demonstrate that the architecture of DNNs has a significant impact on model utility in the context of private deep learning, whereas its effect is largely unexp…

Cited by 34SourcePDFScholar
2022

Differentially Private Federated Learning With Local Regularization and Sparsification

CVPR 2022poster

User-level differential privacy (DP) provides certifiable privacy guarantees to the information that is specific to any user's data in federated learning. Existing methods that ensure user-level DP come at the cost of severe accuracy decrease. In this paper, we study the cause of model performance d…

Cited by 105PDFScholar
2022

Towards Fully Sparse Training: Information Restoration with Spatial Similarity

AAAI 2022technical

The 2:4 structured sparsity pattern released by NVIDIA Ampere architecture, requiring four consecutive values containing at least two zeros, enables doubling math throughput for matrix multiplications. Recent works mainly focus on inference speedup via 2:4 sparsity while training acceleration has be…

Cited by 2SourcePDFScholar
2021

Analyses and Optimization of Electrostatic Film Actuators Considering Electrical Breakdown

RA-L 2021

Electrostatic film actuators are an emerging flexible actuation technique based on the electrostatic field. It is typically composed of two films (the stator and the slider), each of which integrates multiple phase interdigital electrodes. Since the structure and the electrical field distribution ar

Cited by 6SourceScholar
2021

Towards Mixed-Precision Quantization of Neural Networks via Constrained Optimization

ICCV 2021poster

Quantization is a widely used technique to compress and accelerate deep neural networks. However, conventional quantization methods use the same bit-width for all (or most of) the layers, which often suffer significant accuracy degradation in the ultra-low precision regime and ignore the fact that e…

Cited by 77PDFScholar
2020

ProxyBNN: Learning Binarized Neural Networks via Proxy Matrices

ECCV 2020poster

Training Binarized Neural Networks (BNNs) is challenging due to the discreteness. In order to efficiently optimize BNNs through backward propagations, real-valued auxiliary variables are commonly used to accumulate gradient updates. Those auxiliary variables are then directly quantized to binary wei…

Cited by 36SourcePDFScholar
2020

Soft Threshold Ternary Networks

IJCAI 2020poster

Large neural networks are difficult to deploy on mobile devices because of intensive computation and storage. To alleviate it, we study ternarization, a balance between efficiency and accuracy that quantizes both weights and activations into ternary values. In previous ternarized neural networks, a…

2020

Towards Accurate Post-training Network Quantization via Bit-Split and Stitching

ICML 2020poster

Network quantization is essential for deploying deep models to IoT devices due to its high efficiency. Most existing quantization approaches rely on the full training datasets and the time-consuming fine-tuning to retain accuracy. Post-training quantization does not have these problems, however, it…

2019

ODE-Inspired Network Design for Single Image Super-Resolution

CVPR 2019poster

Single image super-resolution, as a high dimensional structured prediction problem, aims to characterize fine-grain information given a low-resolution sample. Recent advances in convolutional neural networks are introduced into super-resolution and push forward progress in this field. Current studie…

Cited by 299PDFScholar
2018

Training Binary Weight Networks via Semi-Binary Decomposition

ECCV 2018poster

Recently binary weight networks have attracted lots of attentions due to their high computational efficiency and small parameter size. Yet they still suffer from large accuracy drops because of their limited representation capacity. In this paper, we propose a novel semi-binary decomposition method…

Cited by 23SourcePDFScholar
2018

Two-Step Quantization for Low-Bit Neural Networks

CVPR 2018poster

Every bit matters in the hardware design of quantized neural networks. However, extremely-low-bit representation usually causes large accuracy drop. Thus, how to train extremely-low-bit neural networks with high accuracy is of central importance. Most existing network quantization approaches learn t…

Cited by 167SourcePDFScholar
2017

Fixed-Point Factorized Networks

CVPR 2017poster

In recent years, Deep Neural Networks (DNN) based methods have achieved remarkable performance in a wide range of tasks and have been among the most powerful and widely used techniques in computer vision. However, DNN-based methods are both computational-intensive and resource-consuming, which hinde…

Cited by 52PDFScholar