← Search

Ruokai Yin

5 accepted papers

2026

Memba: Membrane-driven Parameter-Efficient Fine-Tuning for Mamba

ICLR 2026poster

State Space Models (SSMs) have emerged as powerful alternatives to attention-based Transformers, with Mamba demonstrating impressive efficiency and scalability. As these models grow increasingly larger, the need for Parameter-Efficient Fine-Tuning (PEFT) methods becomes critical to adapt pre-trained…

Cited by 0SourcecodeScholar
2025

DuoGPT: Training-free Dual Sparsity through Activation-aware Pruning in LLMs

NeurIPS 2025poster

Large language models (LLMs) deliver strong performance but are difficult to deploy due to high memory and compute costs. While pruning reduces these demands, most methods ignore activation sparsity observed at runtime. We reinterpret activation sparsity as dynamic structured weight sparsity and pro…

Cited by 0SourceScholar
2025

GPTAQ: Efficient Finetuning-Free Quantization for Asymmetric Calibration

ICML 2025poster

We introduce GPTAQ, a novel finetuning-free quantization method for compressing large-scale transformer architectures. Unlike the previous GPTQ method, which independently calibrates each layer, we always match the quantized layer's output to the exact output in the full-precision model, resulting i…

2024

Are SNNs Truly Energy-efficient? - A Hardware Perspective

ICASSP 2024accepted

Spiking Neural Networks (SNNs) have gained attention for their energy-efficient machine learning capabilities, utilizing bio-inspired activation functions and sparse binary spike-data representations. While recent SNN algorithmic advances achieve high accuracy on large-scale computer vision tasks, t…

Cited by 0SourceScholar
2022

Exploring Lottery Ticket Hypothesis in Spiking Neural Networks

ECCV 2022poster

"Spiking Neural Networks (SNNs) have recently emerged as a new generation of low-power deep neural networks, which is suitable to be implemented on low-power mobile/edge devices. As such devices have limited memory storage, neural pruning on SNNs has been widely explored in recent years. Most existi…