← Search

Huanrui Yang

20 accepted papers

2026

Decomposing the Neurons: Activation Sparsity via Mixture of Experts for Continual Test Time Adaptation

AAAI 2026technical

Continual Test-Time Adaptation (CTTA), which aims to adapt the pre-trained model to ever-evolving target domains, emerges as an important task for vision models. As current vision models appear to be heavily biased towards texture, continuously adapting the model from one domain distribution to anot

Cited by 0SourcePDFScholar
2026

GEMQ: Global Expert-Level Mixed-Precision Quantization for MoE LLMs

ICML 2026poster

Mixture-of-Experts Large Language Models (MoE-LLMs) achieve strong performance but incur substantial memory overhead due to massive expert parameters. Mixed-precision quantization mitigates this cost by allocating expert-wise bit-widths based on their importance, approaching the accuracy-memory Pare…

Cited by 0SourceScholar
2026

LiftQuant: Continuous Bit-Width Control for Pareto-Optimal LLM Deployment

ICML 2026spotlight

Existing quantization methods are fundamentally limited by rigid, integer-based bit-widths (e.g., 2, 3-bit), creating a "deployment gap" where LLMs cannot be optimally fitted to specific memory budgets. To bridge this gap, we introduce LiftQuant, a novel framework that enables continuous bit-width c…

Cited by 0SourceScholar
2025

Boosting Adversarial Robustness with CLAT: Criticality Leveraged Adversarial Training

ICML 2025poster

Adversarial training (AT) enhances neural network robustness. Typically, AT updates all trainable parameters, but can lead to overfitting and increased errors on clean data. Research suggests that fine-tuning specific parameters may be more effective; however, methods for identifying these essential…

Cited by 0SourcePDFScholar
2025

FIER: Fine-Grained and Efficient KV Cache Retrieval for Long-context LLM Inference

EMNLP 2025

The Key-Value (KV) cache reading latency increases significantly with context lengths, hindering the efficiency of long-context LLM inference. To address this, previous works propose retaining a small fraction of KV cache based on token importance. For example, KV eviction uses static heuristics to

Cited by 0SourcePDFScholar
2025

MSQ: Memory-Efficient Bit Sparsification Quantization

ICCV 2025poster

As deep neural networks (DNNs) see increased deployment on mobile and edge devices, optimizing model efficiency has become crucial. Mixed-precision quantization is widely favored, as it offers a superior balance between efficiency and accuracy compared to uniform quantization. However, finding the o…

Cited by 0SourcePDFScholar
2025

PAT: Pruning-Aware Tuning for Large Language Models

AAAI 2025technical

Large language models (LLMs) excel in language tasks, especially with supervised fine-tuning after pre-training. However, their substantial memory and computational requirements hinder practical applications. Structural pruning, which reduces less significant weight dimensions, is one solution. Yet,…

2025

SAFER: Sharpness Aware layer-selective Finetuning for Enhanced Robustness in vision transformers

ICCV 2025poster

Vision transformers (ViTs) have become essential backbones in advanced computer vision applications and multi-modal foundation models. Despite their strengths, ViTs remain vulnerable to adversarial perturbations, comparable to or even exceeding the vulnerability of convolutional neural networks (CNN…

Cited by 0SourcePDFScholar
2024

Efficient Deweahter Mixture-of-Experts with Uncertainty-Aware Feature-Wise Linear Modulation

AAAI 2024technical

The Mixture-of-Experts (MoE) approach has demonstrated outstanding scalability in multi-task learning including low-level upstream tasks such as concurrent removal of multiple adverse weather effects. However, the conventional MoE architecture with parallel Feed Forward Network (FFN) experts leads t…

Cited by 21SourcePDFScholar
2024

Sharpness-diversity tradeoff: improving flat ensembles with SharpBalance

NeurIPS 2024poster

Recent studies on deep ensembles have identified the sharpness of the local minima of individual learners and the diversity of the ensemble members as key factors in improving test-time performance. Building on this, our study investigates the interplay between sharpness and diversity within deep en…

Cited by 1SourcePDFScholar
2024

Split-Ensemble: Efficient OOD-aware Ensemble via Task and Model Splitting

ICML 2024poster

Uncertainty estimation is crucial for deep learning models to detect out-of-distribution (OOD) inputs. However, the naive deep learning classifiers produce uncalibrated uncertainty for OOD data. Improving the uncertainty estimation typically requires external data for OOD-aware training or considera…

Cited by 0SourcePDFScholar
2023

Global Vision Transformer Pruning With Hessian-Aware Saliency

CVPR 2023poster

Transformers yield state-of-the-art results across many tasks. However, their heuristically designed architecture impose huge computational costs during inference. This work aims on challenging the common design philosophy of the Vision Transformer (ViT) model with uniform dimension across all the s…

2023

NoisyQuant: Noisy Bias-Enhanced Post-Training Activation Quantization for Vision Transformers

CVPR 2023poster

The complicated architecture and high training cost of vision transformers urge the exploration of post-training quantization. However, the heavy-tailed distribution of vision transformer activations hinders the effectiveness of previous post-training quantization methods, even with advanced quantiz…

2023

Q-Diffusion: Quantizing Diffusion Models

ICCV 2023poster

Diffusion models have achieved great success in image synthesis through iterative noise estimation using deep neural networks. However, the slow inference, high memory consumption, and computation intensity of the noise estimation model hinder the efficient adoption of diffusion models. Although pos…

Cited by 195PDFcodeScholar
2023

QD-BEV : Quantization-aware View-guided Distillation for Multi-view 3D Object Detection

ICCV 2023poster

Multi-view 3D detection based on BEV (bird-eye-view) has recently achieved significant improvements. However, the huge memory consumption of state-of-the-art models makes it hard to deploy them on vehicles, and the non-trivial latency will affect the real-time perception of streaming applications. D…

Cited by 11PDFScholar
2021

BSQ: Exploring Bit-Level Sparsity for Mixed-Precision Neural Network Quantization

ICLR 2021poster

Mixed-precision quantization can potentially achieve the optimal tradeoff between performance and compression rate of deep neural networks, and thus, have been widely investigated. However, it lacks a systematic method to determine the exact quantization scheme. Previous methods either examine only…

2021

Soteria: Provable Defense Against Privacy Leakage in Federated Learning From Representation Perspective

CVPR 2021poster

Federated learning (FL) is a popular distributed learning framework that can reduce privacy risks by not explicitly sharing private data. However, recent works have demonstrated that sharing model updates makes FL vulnerable to inference attack. In this work, we show our key observation that the dat…

Cited by 204PDFcodeScholar
2020

DVERGE: Diversifying Vulnerabilities for Enhanced Robust Generation of Ensembles

NeurIPS 2020oral

Recent research finds CNN models for image classification demonstrate overlapped adversarial vulnerabilities: adversarial attacks can mislead CNN models with small perturbations, which can effectively transfer between different models trained on the same dataset. Adversarial training, as a general r…

2020

DeepHoyer: Learning Sparser Neural Network with Differentiable Scale-Invariant Sparsity Measures

ICLR 2020poster

In seeking for sparse and efficient neural network models, many previous works investigated on enforcing L1 or L0 regularizers to encourage weight sparsity during training. The L0 regularizer measures the parameter sparsity directly and is invariant to the scaling of parameter values. But it cannot…

Cited by 140SourcecodeScholar