← Search

Jang-Hyun Kim

7 accepted papers

2025

KVzip: Query-Agnostic KV Cache Compression with Context Reconstruction

NeurIPS 2025oral

Transformer-based large language models (LLMs) cache context as key-value (KV) pairs during inference. As context length grows, KV cache sizes expand, leading to substantial memory overhead and increased attention latency. This paper introduces \textit{KVzip}, a query-agnostic KV cache eviction meth…

Cited by 0SourcecodeScholar
2024

Compressed Context Memory for Online Language Model Interaction

ICLR 2024poster

This paper presents a context key/value compression method for Transformer language models in online scenarios, where the context continually expands. As the context lengthens, the attention process demands increasing memory and computations, which in turn reduces the throughput of the language mode…

2023

Neural Relation Graph: A Unified Framework for Identifying Label Noise and Outlier Data

NeurIPS 2023poster

Diagnosing and cleaning data is a crucial step for building robust machine learning systems. However, identifying problems within large-scale datasets with real-world distributions is challenging due to the presence of complex issues such as label errors, under-representation, and outliers. In this…

2022

Dataset Condensation via Efficient Synthetic-Data Parameterization

ICML 2022spotlight

The great success of machine learning with massive amounts of data comes at a price of huge computation costs and storage for training and tuning. Recent studies on dataset condensation attempt to reduce the dependence on such massive data by synthesizing a compact training dataset. However, the exi…

2021

Uncertainty-Based Offline Reinforcement Learning with Diversified Q-Ensemble

NeurIPS 2021poster

Offline reinforcement learning (offline RL), which aims to find an optimal policy from a previously collected static dataset, bears algorithmic difficulties due to function approximation errors from out-of-distribution (OOD) data points. To this end, offline RL algorithms adopt either a constraint o…

Cited by 350SourcePDFScholar
2020

Puzzle Mix: Exploiting Saliency and Local Statistics for Optimal Mixup

ICML 2020poster

While deep neural networks achieve great performance on fitting the training distribution, the learned networks are prone to overfitting and are susceptible to adversarial attacks. In this regard, a number of mixup based augmentation methods have been recently proposed. However, these approaches mai…

2019

Phase-Aware Speech Enhancement with Deep Complex U-Net

ICLR 2019poster

Most deep learning-based models for speech enhancement have mainly focused on estimating the magnitude of spectrogram while reusing the phase from noisy speech for reconstruction. This is due to the difficulty of estimating the phase of clean speech. To improve speech enhancement performance, we tac…

Cited by 476SourceScholar