← Search

Guanchu Wang

20 accepted papers

2026

Catastrophic Forgetting in Kolmogorov-Arnold Networks

AAAI 2026technical

Catastrophic forgetting is a longstanding challenge in continual learning, where models lose knowledge from earlier tasks when learning new ones. While various mitigation strategies have been proposed for Multi-Layer Perceptrons (MLPs), recent architectural advances like Kolmogorov-Arnold Networks (

Cited by 0SourcePDFScholar
2026

DTS: Enhancing Large Reasoning Models via Decoding Tree Sketching

ICML 2026poster

Large Reasoning Models (LRMs) achieve remarkable inference-time improvements through parallel thinking. However, existing methods rely on redundant sampling of reasoning trajectories, failing to effectively explore the reasoning space to uncover high-quality solutions. To address these limitations, …

Cited by 0SourceScholar
2026

FAFO: Lossy KV Cache Compression for Lossless Inference Acceleration via Draftless Fumble Decoding

ICML 2026poster

Lossy KV cache compression is a well-explored subfield of machine learning efficiency, with improved latency being one of its major gains. However, lossy compression techniques can fumble from time to time, exhibiting various — and often catastrophic — failure patterns that are not only difficult to…

Cited by 0SourceScholar
2025

A Decoupled Multi-Agent Framework for Complex Text Style Transfer

EMNLP 2025

Text style transfer (TST) modifies a source sentence to match a target style while preserving its semantics. While existing models perform well on simple styles like sentiment and formality, they struggle with complex, entangled styles such as poetry and brand-specific tones, which require advanced

Cited by 0SourcePDFScholar
2025

Breaking the Frozen Subspace: Importance Sampling for Low-Rank Optimization in LLM Pretraining

NeurIPS 2025poster

Low-rank optimization has emerged as a promising approach to enabling memory-efficient training of large language models (LLMs). Existing low-rank optimization methods typically project gradients onto a low-rank subspace, reducing the memory cost of storing optimizer states. A key challenge in these…

Cited by 0SourceScholar
2025

MAIN-RAG: Multi-Agent Filtering Retrieval-Augmented Generation

ACL 2025long

Large Language Models (LLMs) are becoming essential tools for various natural language processing tasks but often suffer from generating outdated or incorrect information. Retrieval-Augmented Generation (RAG) addresses this issue by incorporating external, real-time information retrieval to ground L…

Cited by 0SourcePDFScholar
2025

Personalizing Low-Rank Bayesian Neural Networks Via Federated Learning

AISTATS 2025poster

To support real-world decision-making, it is crucial for models to be well-calibrated, i.e., to assign reliable confidence estimates to their predictions. Uncertainty quantification is particularly important in personalized federated learning (PFL), as participating clients typically have small loca…

Cited by 0SourcecodeScholar
2025

Quantized Can Still Be Calibrated: A Unified Framework to Calibration in Quantized Large Language Models

ACL 2025long

Although weight quantization helps large language models (LLMs) in resource-constrained environments, its influence on the uncertainty calibration remains unexplored. To bridge this gap, we presents a comprehensive investigation of uncertainty calibration for quantized LLMs in this work. Specificall…

Cited by 0SourcePDFScholar
2025

Self-Ensemble: Mitigating Confidence Distortion for Large Language Models

EMNLP 2025

Although Large Language Models (LLMs) perform well in general fields, they exhibit a **confidence distortion problem** on multi-choice question-answering (MCQA), particularly as the number of answer choices increases. Specifically, on MCQA with many choices, LLMs suffer from under-confidence in corr

Cited by 0SourcePDFScholar
2024

KV Cache Compression, But What Must We Give in Return? A Comprehensive Benchmark of Long Context Capable Approaches

EMNLP 2024finding

Long context capability is a crucial competency for large language models (LLMs) as it mitigates the human struggle to digest long-form texts. This capability enables complex task-solving scenarios such as book summarization, code assistance, and many more tasks that are traditionally manpower-inten…

2024

TVE: Learning Meta-attribution for Transferable Vision Explainer

ICML 2024poster

Explainable machine learning significantly improves the transparency of deep neural networks. However, existing work is constrained to explaining the behavior of individual model predictions, and lacks the ability to transfer the explanation across various models and tasks. This limitation results i…

2024

Taylor Unswift: Secured Weight Release for Large Language Models via Taylor Expansion

EMNLP 2024main

Ensuring the security of released large language models (LLMs) poses a significant dilemma, as existing mechanisms either compromise ownership rights or raise data privacy concerns. To address this dilemma, we introduce TaylorMLP to protect the ownership of released LLMs and prevent their abuse. Spe…

2023

Chasing Fairness Under Distribution Shift: A Model Weight Perturbation Approach

NeurIPS 2023poster

Fairness in machine learning has attracted increasing attention in recent years. The fairness methods improving algorithmic fairness for in-distribution data may not perform well under distribution shifts. In this paper, we first theoretically demonstrate the inherent connection between distribution…

2023

CoRTX: Contrastive Framework for Real-time Explanation

ICLR 2023poster

Recent advancements in explainable machine learning provide effective and faithful solutions for interpreting model behaviors. However, many explanation methods encounter efficiency issues, which largely limit their deployments in practical scenarios. Real-time explainer (RTX) frameworks have thus b…

2023

DIVISION: Memory Efficient Training via Dual Activation Precision

ICML 2023poster

Activation compressed training provides a solution towards reducing the memory cost of training deep neural networks (DNNs). However, state-of-the-art work combines a search of quantization bit-width with the training, which makes the procedure complicated and less transparent. To this end, we propo…

2023

Winner-Take-All Column Row Sampling for Memory Efficient Adaptation of Language Model

NeurIPS 2023poster

As the model size grows rapidly, fine-tuning the large pre-trained language model has become increasingly difficult due to its extensive memory usage. Previous works usually focus on reducing the number of trainable parameters in the network. While the model parameters do contribute to memory usag…

2022

Accelerating Shapley Explanation via Contributive Cooperator Selection

ICML 2022spotlight

Even though Shapley value provides an effective explanation for a DNN model prediction, the computation relies on the enumeration of all possible input feature coalitions, which leads to the exponentially growing complexity. To address this problem, we propose a novel method SHEAR to significantly a…

2021

Fairness via Representation Neutralization

NeurIPS 2021poster

Existing bias mitigation methods for DNN models primarily work on learning debiased encoders. This process not only requires a lot of instance-level annotations for sensitive attributes, it also does not guarantee that all fairness sensitive information has been removed from the encoder. To address…

Cited by 95SourcePDFScholar
2021

Revisiting Time Series Outlier Detection: Definitions and Benchmarks

NeurIPS 2021poster

Time series outlier detection has been extensively studied with many advanced algorithms proposed in the past decade. Despite these efforts, very few studies have investigated how we should benchmark the existing algorithms. In particular, using synthetic datasets for evaluation has become a common…

Cited by 250SourcecodeScholar
2020

Independent Skill Transfer for Deep Reinforcement Learning

IJCAI 2020poster

Recently, diverse primitive skills have been learned by adopting the entropy as intrinsic reward, which further shows that new practical skills can be produced by combining a variety of primitive skills. This is essentially skill transfer, very useful for learning high-level skills but quite challen…