← Search

Kazuki Egashira

3 accepted papers

2026

Fewer Weights, More Problems: A Practical Attack on LLM Pruning

ICLR 2026poster

Model pruning, i.e., removing a subset of model weights, has become a prominent approach to reducing the memory footprint of large language models (LLMs) during inference. Notably, popular inference engines, such as vLLM, enable users to conveniently prune downloaded models before they are deployed.…

Cited by 0SourcecodeScholar
2025

Mind the Gap: A Practical Attack on GGUF Quantization

ICML 2025poster

With the increasing size of frontier LLMs, post-training quantization has become the standard for memory-efficient deployment. Recent work has shown that basic rounding-based quantization schemes pose security risks, as they can be exploited to inject malicious behaviors into quantized models that r…