← Search

Han-Byul Kim

5 accepted papers

2026

EpiCache: Episodic KV Cache Management for Long-Term Conversation on Resource-Constrained Environments

ICML 2026poster

Modern large language models (LLMs) extend context lengths to millions of tokens, enabling coherent, personalized responses grounded in long conversational history. However, the Key-Value (KV) cache grows linearly with the extended dialogue history, causing the model’s memory footprint to quickly ex…

Cited by 0SourceScholar
2026

MemoryLLM: Plug-n-Play Interpretable Feed-Forward Memory for Transformers

ICML 2026poster

Understanding how transformer components operate in LLMs is important, as it is at the core of recent technological advances in artificial intelligence. In this work, we revisit the challenges associated with interpretability of feed-forward modules (FFNs) and propose MemoryLLM, which aims to decoup…

Cited by 0SourceScholar
2025

SPD: Sync-Point Drop for Efficient Tensor Parallelism of Large Language Models

ICML 2025poster

With the rapid expansion in the scale of large language models (LLMs), enabling efficient distributed inference across multiple computing units has become increasingly critical. However, communication overheads from popular distributed inference techniques such as Tensor Parallelism pose a significa…

Cited by 0SourcePDFScholar
2024

MetaMix: Meta-State Precision Searcher for Mixed-Precision Activation Quantization

AAAI 2024technical

Mixed-precision quantization of efficient networks often suffer from activation instability encountered in the exploration of bit selections. To address this problem, we propose a novel method called MetaMix which consists of bit selection and weight training phases. The bit selection phase iterates…

Cited by 4SourcePDFScholar
2022

BASQ: Branch-Wise Activation-Clipping Search Quantization for Sub-4-Bit Neural Networks

ECCV 2022poster

"In this paper, we propose Branch-wise Activation-clipping Search Quantization (BASQ), which is a novel quantization method for low-bit activation. BASQ optimizes clip value in continuous search space while simultaneously searching L2 decay weight factor for updating clip value in discrete search sp…