← Search

Jiwon Ryu

3 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