← Search

Kyuhong Shim

21 accepted papers

2026

Adaptive Capacity Allocation for Vision Language Action Fine-Tuning

ICRA 2026poster

Vision language action models (VLAs) are increasingly used for Physical AI, but deploying a pre-trained VLA model to unseen environments, embodiments, or tasks still requires adaptation. Parameter-efficient fine-tuning (PEFT), especially LoRA, is common for VLA policies, yet the exposed capacity kno…

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

Mitigating Hallucination in Vision-Language Model with Depth and Spatial-aware Key-Value Refinement

ICLR 2026poster

Large vision–language models (VLMs) deliver state-of-the-art results on a wide range of multimodal tasks, yet they remain prone to visual hallucinations, producing content that is not grounded in the input image. Despite progress with visual supervision, reinforcement learning, and post-hoc attenti…

Cited by 0SourceScholar
2025

Chain-of-Rank: Enhancing Large Language Models for Domain-Specific RAG in Edge Device

NAACL 2025findings

Retrieval-augmented generation (RAG) with large language models (LLMs) is especially valuable in specialized domains, where precision is critical. To more specialize the LLMs into a target domain, domain-specific RAG has recently been developed by allowing the LLM to access the target domain early v…

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

Towards Comprehensive Scene Understanding: Integrating First and Third-Person Views for LVLMs

NeurIPS 2025spotlight

Large vision-language models (LVLMs) are increasingly deployed in interactive applications such as virtual and augmented reality, where a first-person (egocentric) view captured by head-mounted cameras serves as key input. While this view offers fine-grained cues about user attention and hand-object…

Cited by 5SourcecodeScholar
2025

Visually Guided Decoding: Gradient-Free Hard Prompt Inversion with Language Models

ICLR 2025poster

Text-to-image generative models like DALL-E and Stable Diffusion have revolutionized visual content creation across various applications, including advertising, personalized media, and design prototyping. However, crafting effective textual prompts to guide these models remains challenging, often re…

2024

Crayon: Customized On-Device LLM via Instant Adapter Blending and Edge-Server Hybrid Inference

ACL 2024long

The customization of large language models (LLMs) for user-specified tasks gets important. However, maintaining all the customized LLMs on cloud servers incurs substantial memory and computational overheads, and uploading user data can also lead to privacy concerns. On-device LLMs can offer a promis…

2024

Expand-and-Quantize: Unsupervised Semantic Segmentation Using High-Dimensional Space and Product Quantization

AAAI 2024technical

Unsupervised semantic segmentation (USS) aims to discover and recognize meaningful categories without any labels. For a successful USS, two key abilities are required: 1) information compression and 2) clustering capability. Previous methods have relied on feature dimension reduction for informatio…

Cited by 1SourcePDFScholar
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

Preserving Pre-trained Representation Space: On Effectiveness of Prefix-tuning for Large Multi-modal Models

EMNLP 2024finding

Recently, we have observed that Large Multi-modal Models (LMMs) are revolutionizing the way machines interact with the world, unlocking new possibilities across various multi-modal applications. To adapt LMMs for downstream tasks, parameter-efficient fine-tuning (PEFT) which only trains additional p…

2024

Semantic Token Reweighting for Interpretable and Controllable Text Embeddings in CLIP

EMNLP 2024finding

A text encoder within Vision-Language Models (VLMs) like CLIP plays a crucial role in translating textual input into an embedding space shared with images, thereby facilitating the interpretative analysis of vision tasks through natural language. Despite the varying significance of different textual…

Cited by 0SourcePDFScholar
2023

Depth-Relative Self Attention for Monocular Depth Estimation

IJCAI 2023poster

Monocular depth estimation is very challenging because clues to the exact depth are incomplete in a single RGB image. To overcome the limitation, deep neural networks rely on various visual hints such as size, shade, and texture extracted from RGB information. However, we observe that if such hints…

Cited by 5SourcePDFScholar
2023

Semantic-Preserving Augmentation for Robust Image-Text Retrieval

ICASSP 2023accepted

Image-text retrieval is a task to search for the proper textual descriptions of the visual world and vice versa. One challenge of this task is the vulnerability to input image/text corruptions. Such corruptions are often unobserved during the training, and degrade the retrieval model’s decision qual…

Cited by 0SourceScholar
2023

Vision Transformer-Based Feature Extraction for Generalized Zero-Shot Learning

ICASSP 2023accepted

Generalized zero-shot learning (GZSL) is a technique to train a deep learning model to identify unseen classes using the image attribute. In this paper, we put forth a new GZSL technique exploiting Vision Transformer (ViT) to maximize the attribute-related information contained in the image feature.…

Cited by 0SourceScholar
2022

Understanding the Role of Self Attention for Efficient Speech Recognition

ICLR 2022spotlight

Self-attention (SA) is a critical component of Transformer neural networks that have succeeded in automatic speech recognition (ASR). In this paper, we analyze the role of SA in Transformer-based ASR models for not only understanding the mechanism of improved recognition accuracy but also lowering t…

Cited by 60SourcePDFScholar
2017

SVD-Softmax: Fast Softmax Approximation on Large Vocabulary Neural Networks

NeurIPS 2017poster

We propose a fast approximation method of a softmax function with a very large vocabulary using singular value decomposition (SVD). SVD-softmax targets fast and accurate probability estimation of the topmost probable words during inference of neural network language models. The proposed method trans…

Cited by 58SourcePDFScholar