← Search

Minsik Cho

16 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

Flexible Keyword Spotting Based on Homogeneous Audio-Text Embedding

ICASSP 2024accepted

Spotting user-defined/flexible keywords represented in text frequently uses an expensive text encoder for joint analysis with an audio encoder in an embedding space, which can suffer from heterogeneous modality representation (i.e., large mismatch) and increased complexity. In this work, we propose…

Cited by 0SourceScholar
2024

KV-Runahead: Scalable Causal LLM Inference by Parallel Key-Value Cache Generation

ICML 2024poster

Large Language Model or LLM inference has two phases, the prompt (or prefill) phase to output the first token and the extension (or decoding) phase to the generate subsequent tokens. In this work, we propose an efficient parallelization scheme, KV-Runahead to accelerate the prompt phase. The key obs…

Cited by 3SourcePDFScholar
2024

LLM in a flash: Efficient Large Language Model Inference with Limited Memory

ACL 2024long

Large language models (LLMs) are central to modern natural language processing, delivering exceptional performance in various tasks. However, their substantial computational and memory requirements present challenges, especially for devices with limited DRAM capacity. This paper tackles the challeng…

Cited by 113SourcePDFScholar
2024

Streaming Anchor Loss: Augmenting Supervision with Temporal Significance

ICASSP 2024accepted

Streaming neural network models for fast frame-wise responses to various speech and sensory signals are widely adopted on resource-constrained platforms. Hence, increasing the learning capacity of such streaming models (i.e., by adding more parameters) to improve the predictive power may not be viab…

Cited by 2SourceScholar
2023

HEiMDaL: Highly Efficient Method for Detection and Localization of Wake-Words

ICASSP 2023accepted

Streaming keyword spotting is a widely used solution for activating voice assistants. Methods based on Deep Neural Networks with Hidden Markov Model (DNN-HMM) have proven to be efficient and widely adopted in this space, primarily because of the ability to detect and identify the start and end of th…

Cited by 0SourceScholar
2023

I See What You Hear: A Vision-Inspired Method to Localize Words

ICASSP 2023accepted

This paper explores the possibility of using visual object detection techniques for word localization in speech data. Object detection has been thoroughly studied in the contemporary literature for visual data. Noting that an audio can be interpreted as a 1-dimensional image, object localization tec…

Cited by 0SourceScholar
2022

DKM: Differentiable k-Means Clustering Layer for Neural Network Compression

ICLR 2022poster

Deep neural network (DNN) model compression for efficient on-device inference is becoming increasingly important to reduce memory requirements and keep user data on-device. To this end, we propose a novel differentiable k-means clustering layer (DKM) and its application to train-time weight clusteri…

Cited by 53SourcePDFScholar
2021

NASTransfer: Analyzing Architecture Transferability in Large Scale Neural Architecture Search

AAAI 2021technical

Neural Architecture Search (NAS) is an open and challenging problem in machine learning. While NAS offers great promise, the prohibitive computational demand of most of the existing NAS methods makes it difficult to directly search the architectures on large-scale tasks. The typical way of conductin…

Cited by 13SourcePDFScholar
2020

SNOW: Subscribing to Knowledge via Channel Pooling for Transfer & Lifelong Learning of Convolutional Neural Networks

ICLR 2020poster

SNOW is an efficient learning method to improve training/serving throughput as well as accuracy for transfer and lifelong learning of convolutional neural networks based on knowledge subscription. SNOW selects the top-K useful intermediate feature maps for a target task from a pre-trained and frozen…

Cited by 2SourceScholar