← Search

Xiuying Wei

12 accepted papers

2026

From Markov to Laplace: How Mamba In-Context Learns Markov Chains

ICLR 2026oral

While transformer-based language models have driven the AI revolution thus far, their computational complexity has spurred growing interest in viable alternatives, such as structured state space sequence models (SSMs) and Selective SSMs. Among these, Mamba (S6) and its variant Mamba-2 have shown rem…

Cited by 0SourcecodeScholar
2025

AtomNet: Designing Tiny Models from Operators Under Extreme MCU Constraints

AAAI 2025technical

Tiny machine learning (TinyML) has attracted heightened attention for its ability to provide low-cost and instantaneous performance on edge devices. Particularly, the commonly used microcontroller unit (MCU) imposes extreme constraints on peak memory (SRAM) and storage (Flash). Existing TinyML metho…

Cited by 0SourcePDFScholar
2025

RAT: Bridging RNN Efficiency and Attention Accuracy via Chunk-based Sequence Modeling

NeurIPS 2025poster

Transformers have become the cornerstone of modern large-scale language models, but their reliance on softmax attention poses a computational bottleneck at both training and inference. Recurrent models offer high efficiency, but compressing the full sequence into a fixed-size and holistic representa…

Cited by 0SourcecodeScholar
2024

Building on Efficient Foundations: Effective Training of LLMs with Structured Feedforward Layers

NeurIPS 2024poster

State-of-the-art results in large language models (LLMs) often rely on scale, which becomes computationally expensive. This has sparked a research agenda to reduce these models’ parameter counts and computational costs without significantly impacting their performance. Our study focuses on transform…

2024

Fast and Controllable Post-training Sparsity: Learning Optimal Sparsity Allocation with Global Constraint in Minutes

AAAI 2024technical

Neural network sparsity has attracted many research interests due to its similarity to biological schemes and high energy efficiency. However, existing methods depend on long-time training or fine-tuning, which prevents large-scale applications. Recently, some works focusing on post-training sparsit…

2024

QLLM: Accurate and Efficient Low-Bitwidth Quantization for Large Language Models

ICLR 2024poster

Large Language Models (LLMs) have demonstrated unparalleled efficacy in natural language processing. However, their high computational demands and memory overheads hinder their broad deployment. To address this, two quantization strategies emerge, including Quantization-Aware Training (QAT) and Post…

2024

Selective Focus: Investigating Semantics Sensitivity in Post-training Quantization for Lane Detection

AAAI 2024technical

Lane detection (LD) plays a crucial role in enhancing the L2+ capabilities of autonomous driving, capturing widespread attention. The Post-Processing Quantization (PTQ) could facilitate the practical application of LD models, enabling fast speeds and limited memories without labeled data. However, p…

2023

Lossy and Lossless (L2) Post-training Model Size Compression

ICCV 2023poster

Deep neural networks have delivered remarkable performance and have been widely used in various visual tasks. However, their huge sizes cause significant inconvenience for transmission and storage. Many previous studies have explored model size compression. However, these studies often approach vari…

Cited by 6PDFcodeScholar
2023

Outlier Suppression+: Accurate quantization of large language models by equivalent and effective shifting and scaling

EMNLP 2023long main

Post-training quantization (PTQ) of transformer language models faces significant challenges due to the existence of detrimental outliers in activations. We observe that these outliers are concentrated in specific channels and are asymmetric across channels. To address this issue, we propose the Out…

Cited by 0SourcecodeScholar
2022

Outlier Suppression: Pushing the Limit of Low-bit Transformer Language Models

NeurIPS 2022accept

Transformer architecture has become the fundamental element of the widespread natural language processing~(NLP) models. With the trends of large NLP models, the increasing memory and computation costs hinder their efficient deployment on resource-limited devices. Therefore, transformer quantization…

2022

QDrop: Randomly Dropping Quantization for Extremely Low-bit Post-Training Quantization

ICLR 2022poster

Recently, post-training quantization (PTQ) has driven much attention to produce efficient neural networks without long-time retraining. Despite the low cost, current PTQ works always fail under the extremely low-bit setting. In this study, we pioneeringly confirm that properly incorporating activati…

Cited by 192SourcePDFScholar