← Search

Minsoo Kim

32 accepted papers

2026

BeaconKV: Key-Value Cache Compression Guided by Beacon Queries for Efficient Large Reasoning Model Inference

ICML 2026poster

Large Reasoning Models (LRMs) achieve superior problem-solving through extended chain-of-thought generation, but the resulting key-value (KV) cache grows linearly with sequence length and creates severe memory bottlenecks—often exceeding GPU capacity for long reasoning traces. Existing KV cache comp…

Cited by 0SourceScholar
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

RA-VLA: Retrieval-Augmented VLA for Test-Time Adaptation

ICML 2026poster

Vision-Language-Action (VLA) models provide a versatile foundation for general robotic manipulation, yet they exhibit significant brittleness when confronted with novel task distributions. While In-Context Imitation Learning (ICIL) offers a training-free alternative, existing frameworks suffer from …

Cited by 0SourceScholar
2026

Robust Real-Time Sampling-Based Motion Planner for Autonomous Vehicles in Narrow Environments (I)

ICRA 2026poster

Real-time sampling-based planners increasingly use learned sampling distributions for faster planning in autonomous vehicles. These planners employ a neural network to predict the optimal path and bias some samples toward the path. However, inherent prediction inaccuracies of the network often lead …

Cited by 0Scholar
2025

Agent-as-Judge for Factual Summarization of Long Narratives

EMNLP 2025

Large Language Models (LLMs) have demonstrated near-human performance in summarization tasks based on traditional metrics such as ROUGE and BERTScore. However, these metrics do not adequately capture critical aspects of summarization quality, such as factual accuracy, particularly for long narrative

2025

Generating Diverse Challenging Terrains for Legged Robots Using Quality-Diversity Algorithm

ICRA 2025

While legged robots have achieved significant advancements in recent years, ensuring the robustness of their controllers on unstructured terrains remains challenging. It requires generating diverse and challenging unstructured terrains to test the robot and discover its vulnerabilities. This topic r

Cited by 0SourceScholar
2025

InfiniPot-V: Memory-Constrained KV Cache Compression for Streaming Video Understanding

NeurIPS 2025poster

Modern multimodal large language models (MLLMs) can reason over hour-long video, yet their key–value (KV) cache grows linearly with time—quickly exceeding the fixed memory of phones, AR glasses, and edge robots. Prior compression schemes either assume the whole video and user query are available off…

Cited by 45SourceScholar
2025

Learning Contextual Retrieval for Robust Conversational Search

EMNLP 2025

Effective conversational search demands a deep understanding of user intent across multiple dialogue turns. Users frequently use abbreviations and shift topics in the middle of conversations, posing challenges for conventional retrievers. While query rewriting techniques improve clarity, they often

Cited by 0SourcePDFScholar
2025

RILQ: Rank-Insensitive LoRA-Based Quantization Error Compensation for Boosting 2-Bit Large Language Model Accuracy

AAAI 2025technical

Low-rank adaptation (LoRA) has become the dominant method for parameter-efficient LLM fine-tuning, with LoRA-based quantization error compensation (LQEC) emerging as a powerful tool for recovering accuracy in compressed LLMs. However, LQEC has underperformed in sub-4-bit scenarios, with no prior inv…

2025

VIGFace: Virtual Identity Generation for Privacy-Free Face Recognition Dataset

ICCV 2025poster

Deep learning-based face recognition continues to face challenges due to its reliance on huge datasets obtained from web crawling, which can be costly to gather and raise significant real-world privacy concerns. To address this issue, we propose VIGFace, a novel framework capable of generating synth…

2024

Adversarial Environment Design via Regret-Guided Diffusion Models

NeurIPS 2024spotlight

Training agents that are robust to environmental changes remains a significant challenge in deep reinforcement learning (RL). Unsupervised environment design (UED) has recently emerged to address this issue by generating a set of training environments tailored to the agent's capabilities. While prio…

Cited by 0SourcePDFScholar
2024

Disentangling Questions from Query Generation for Task-Adaptive Retrieval

EMNLP 2024finding

This paper studies the problem of information retrieval, to adapt to unseen tasks. Existing work generates synthetic queries from domain-specific documents to jointly train the retriever. However, the conventional query generator assumes the query as a question, thus failing to accommodate general s…

2024

Fast Rotating Magnetic Fields in Open Workspace Using Resonant Magnetic Actuation Systems With Magnetic Decoupling

RA-L 2024

Resonant electromagnetic navigation systems generate controllable oscillating and rotating magnetic fields using resonant electronic networks. This modality holds great potential to control untethered magnetic robots remotely for medical applications using fast rotating magnetic fields. However, the

Cited by 2SourceScholar
2024

Improving Conversational Abilities of Quantized Large Language Models via Direct Preference Alignment

ACL 2024long

The rapid advancement of large language models (LLMs) has facilitated their transformation into conversational chatbots that can grasp contextual nuances and generate pertinent sentences, closely mirroring human values through advanced techniques such as instruction tuning and reinforcement learning…

Cited by 3SourcePDFScholar
2024

InfiniPot: Infinite Context Processing on Memory-Constrained LLMs

EMNLP 2024main

Handling long input contexts remains a significant challenge for Large Language Models (LLMs), particularly in resource-constrained environments such as mobile devices. Our work aims to address this limitation by introducing InfiniPot, a novel KV cache control framework designed to enable pre-traine…

2024

Interventional Speech Noise Injection for ASR Generalizable Spoken Language Understanding

EMNLP 2024main

Recently, pre-trained language models (PLMs) have been increasingly adopted in spoken language understanding (SLU). However, automatic speech recognition (ASR) systems frequently produce inaccurate transcriptions, leading to noisy inputs for SLU models, which can significantly degrade their performa…

Cited by 1SourcePDFScholar
2024

QuBE: Question-based Belief Enhancement for Agentic LLM Reasoning

EMNLP 2024main

Despite advancements in Large Language Models (LLMs), many complex tasks are not easily solved in a single inference step, requiring the use of agentic LLMs in interactive environments. However, agentic LLMs suffer from a phenomenon known as reasoning derailment, due to the indiscriminate incorporat…

2024

RA-LoRA: Rank-Adaptive Parameter-Efficient Fine-Tuning for Accurate 2-bit Quantized Large Language Models

ACL 2024findings

Deploying large language models (LLMs) with their extensive parameters and high memory demands challenges computational efficiency, particularly in fine-tuning for specific applications with limited resources. Techniques like Low-Rank Adaptation (LoRA) help by training a smaller, modifiable extensio…

2024

RNR-Nav: A Real-World Visual Navigation System Using Renderable Neural Radiance Maps

IROS 2024

We propose a novel visual localization and navigation framework for real-world environments directly integrating observed visual information into the bird-eye-view map. While the renderable neural radiance map (RNR-Map) [1] shows considerable promise in simulated settings, its deployment in real-wor

Cited by 1SourceScholar
2024

RaDA: Retrieval-augmented Web Agent Planning with LLMs

ACL 2024findings

Agents powered by large language models (LLMs) inherit important limitations, such as the restricted context length, dependency on human-engineered exemplars (e.g., for task decomposition), and insufficient generalization. To address these challenges, we propose RaDA, a novel planning method for Web…

Cited by 6SourcePDFScholar
2023

Enhancing Computation Efficiency in Large Language Models through Weight and Activation Quantization

EMNLP 2023long main

Large Language Models (LLMs) are proficient in natural language processing tasks, but their deployment is often restricted by extensive parameter sizes and computational demands. This paper focuses on post-training quantization (PTQ) in LLMs, specifically 4-bit weight and 8-bit activation (W4A8) qua…

Cited by 0SourceScholar
2023

Intervention-Based Alignment of Code Search with Execution Feedback

EMNLP 2023long findings

One of the fundamental goals in code search is to retrieve a functionally correct code for a given natural language query. As annotating for correctness requires executing test cases (i.e. obtaining execution feedback), existing code search training datasets approximate text-code co-occurrences as…

Cited by 0SourceScholar
2023

Meta-Explore: Exploratory Hierarchical Vision-and-Language Navigation Using Scene Object Spectrum Grounding

CVPR 2023poster

The main challenge in vision-and-language navigation (VLN) is how to understand natural-language instructions in an unseen environment. The main limitation of conventional VLN algorithms is that if an action is mistaken, the agent fails to follow the instructions or explores unnecessary regions, lea…

Cited by 20SourcePDFScholar
2023

Real-Time Motion Planning Framework for Autonomous Vehicles with Learned Committed Trajectory Distribution

IROS 2023poster

This study proposes a realtime motion planning framework that leverages the prediction of a portion of the optimal trajectory for sampling-based anytime planning algorithms. Existing algorithms predict the entire optimal path and bias random samples toward it for fast path planning. However, these a…

Cited by 1SourceScholar
2023

Retrieval-augmented Video Encoding for Instructional Captioning

ACL 2023findings

Instructional videos make learning knowledge more efficient, by providing a detailed multimodal context of each procedure in instruction.A unique challenge posed by instructional videos is key-object degeneracy, where any single modality fails to sufficiently capture the key objects referred to in t…

Cited by 3SourcePDFScholar
2023

Token-Scaled Logit Distillation for Ternary Weight Generative Language Models

NeurIPS 2023poster

Generative Language Models (GLMs) have shown impressive performance in tasks such as text generation, understanding, and reasoning. However, the large model size poses challenges for practical deployment. To solve this problem, Quantization-Aware Training (QAT) has become increasingly popular. Howev…

2022

Privacy-Preserving Text Classification on BERT Embeddings with Homomorphic Encryption

NAACL 2022long

Embeddings, which compress information in raw text into semantics-preserving low-dimensional vectors, have been widely adopted for their efficacy. However, recent research has shown that embeddings can potentially leak private information about sensitive attributes of the text, and in some cases, ca…

2022

Understanding and Improving Knowledge Distillation for Quantization Aware Training of Large Transformer Encoders

EMNLP 2022main

Knowledge distillation (KD) has been a ubiquitous method for model compression to strengthen the capability of a lightweight model with the transferred knowledge from the teacher. In particular, KD has been employed in quantization-aware training (QAT) of Transformer encoders like BERT to improve th…