← Search

Baeseong park

9 accepted papers

2026

Affine-Scaled Attention: Towards Flexible and Stable Transformer Attention

ICML 2026poster

Transformer attention is typically implemented using softmax normalization, which enforces attention weights with unit sum normalization. While effective in many settings, this constraint can limit flexibility in controlling attention magnitudes and may contribute to overly concentrated or unstable …

Cited by 0SourceScholar
2026

ICaRus: Identical Cache Reuse for Efficient Multi-Model Inference

ICLR 2026poster

Multi model inference, where multiple task-specialized models collaborate to solve complex real-world problems, has recently emerged as a prominent paradigm, particularly in the development of agentic AI systems. However, in such scenarios, each model must maintain its own Key-Value (KV) cache for t…

Cited by 0SourceScholar
2025

CodeGEMM: A Codebook-Centric Approach to Efficient GEMM in Quantized LLMs

NeurIPS 2025poster

Weight-only quantization is widely used to mitigate the memory-bound nature of LLM inference. Codebook-based methods extend this trend by achieving strong accuracy in the extremely low-bit regime (e.g., 2-bit). However, current kernels rely on dequantization, which repeatedly fetches centroids and r…

Cited by 0SourceScholar
2024

DropBP: Accelerating Fine-Tuning of Large Language Models by Dropping Backward Propagation

NeurIPS 2024poster

Large language models (LLMs) have achieved significant success across various domains. However, training these LLMs typically involves substantial memory and computational costs during both forward and backward propagation. While parameter-efficient fine-tuning (PEFT) considerably reduces the traini…

2024

LUT-GEMM: Quantized Matrix Multiplication based on LUTs for Efficient Inference in Large-Scale Generative Language Models

ICLR 2024poster

Recent advances in self-supervised learning and the Transformer architecture have significantly improved natural language processing (NLP), achieving remarkably low perplexity. However, the growing size of NLP models introduces a memory wall problem during the generation phase. To mitigate this issu…

2023

Winning Both the Accuracy of Floating Point Activation and the Simplicity of Integer Arithmetic

ICLR 2023poster

Even though floating point (FP) numbers have been adopted as a de facto standard data format for deep learning computing, the complexity of FP arithmetic impedes a broader deployment of Deep Neural Networks (DNNs). Recent works such as quantization have attempted to replace the FP matrix multiplicat…

Cited by 6SourcePDFScholar
2022

AlphaTuning: Quantization-Aware Parameter-Efficient Adaptation of Large-Scale Pre-Trained Language Models

EMNLP 2022finding

There are growing interests in adapting large-scale language models using parameter-efficient fine-tuning methods. However, accelerating the model itself and achieving better inference efficiency through model compression has not been thoroughly explored yet.Model compression could provide the benef…

Cited by 42SourcePDFScholar
2020

FleXOR: Trainable Fractional Quantization

NeurIPS 2020poster

Quantization based on the binary codes is gaining attention because each quantized bit can be directly utilized for computations without dequantization using look-up tables. Previous attempts, however, only allow for integer numbers of quantization bits, which ends up restricting the search space fo…

Cited by 15SourcePDFScholar
2020

Structured Compression by Weight Encryption for Unstructured Pruning and Quantization

CVPR 2020poster

Model compression techniques, such as pruning and quantization, are becoming increasingly important to reduce the memory footprints and the amount of computations. Despite model size reduction, achieving performance enhancement on devices is, however, still challenging mainly due to the irregular re…

Cited by 59PDFScholar