← Search

Minjae Lee

16 accepted papers

2026

Draft-based Approximate Inference for LLMs

ICLR 2026poster

Optimizing inference for long-context large language models (LLMs) is increasingly important due to the quadratic compute and linear memory cost of Transformers. Existing approximate inference methods, including key-value (KV) cache dropping, sparse attention, and prompt compression, typically rely…

Cited by 0SourcecodeScholar
2026

HBRB-BoW: A Retrained Bag-Of-Words Vocabulary for ORB-SLAM Via Hierarchical BRB-KMeans

ICRA 2026poster

In visual simultaneous localization and mapping (SLAM), the quality of the visual vocabulary is fundamental to the system's ability to represent environments and recognize locations. While ORB-SLAM is a widely used framework, its binary vocabulary, trained through the k-majority-based bag-of-words (…

2026

LoSA: Locality Aware Sparse Attention in Diffusion Language Models

ICML 2026poster

Block-wise diffusion language models (DLMs) generate multiple tokens in parallel, offering a promising alternative to autoregressive decoding. However, their inference efficiency remains bottlenecked by memory-bound attention in long-context scenarios. Naïve sparse attention is ineffective for DLMs …

Cited by 0SourceScholar
2026

PR-MaGIC: Prompt Refinement Via Mask Decoder Gradient Flow For In-Context Segmentation

CVPR 2026

Visual Foundation Models (VFMs) such as the Segment Anything Model (SAM) have significantly advanced broad use of image segmentation. However, SAM and its variants necessitate substantial manual effort for prompt generation and additional training for specific applications. Recent approaches address

Cited by 0SourcecodeScholar
2026

ParallelBench: Understanding the Trade-offs of Parallel Decoding in Diffusion LLMs

ICLR 2026poster

While most autoregressive LLMs are constrained to one-by-one decoding, diffusion LLMs (dLLMs) have attracted growing interest for their potential to dramatically accelerate inference through parallel decoding. Despite this promise, the conditional independence assumption in dLLMs causes parallel dec…

Cited by 0SourcecodeScholar
2026

Privacy-Preserving Argumentative Explanations (Student Abstract)

AAAI 2026technical

We propose a framework for privacy-preserving argumentative explanations using homomorphic encryption. This method applies the Cheon-Kim-Kim-Song scheme, along with a soft k-means adapted for encrypted computation, to generate explanations without exposing sensitive data. By leveraging GPU accelerat

Cited by 0SourcePDFScholar
2026

SwiftMOS: A Fast and Lightweight Moving Object Segmentation via Feature Flowing Direct View Transformation

RA-L 2026

Autonomous vehicles must recognize their surroundings and distinguish between dynamic and static objects to avoid collisions. Most recent moving object segmentation (MOS) studies project LiDAR point-cloud streams into multiple views to capture spatio-temporal cues. When a single view proves insuffic

Cited by 0SourceScholar
2026

X-MOS: A Heterogeneous Cross-LiDAR Generalization Framework for Moving Object Segmentation

ICRA 2026poster

Moving object segmentation (MOS) is foundational for autonomous vehicle safety. However, the increasing diversity of LiDAR sensors creates a significant domain shift problem, causing models trained on one sensor to perform poorly when deployed on another. A naive approach of training on combined dat…

Cited by 0Scholar
2025

A Testset for Context-Aware LLM Translation in Korean-to-English Discourse Level Translation

COLING 2025main

Large Language Models (LLMs) demonstrate remarkable performance in machine translation. Recent studies indicate that for high-resource languages, LLM surpasses encoder-decoder neural machine translation (NMT) models. However, evaluation datasets used in many LLM-based translation studies are often c…

2025

Generating Multi-Table Time Series EHR from Latent Space with Minimal Preprocessing

NeurIPS 2025poster

Electronic Health Records (EHR) are time-series relational databases that record patient interactions and medical events over time, serving as a critical resource for healthcare research and applications. However, privacy concerns and regulatory restrictions limit the sharing and utilization of such…

Cited by 0SourcecodeScholar
2025

State-offset Tuning: State-based Parameter-Efficient Fine-Tuning for State Space Models

ACL 2025short

State Space Models (SSMs) have emerged as efficient alternatives to Transformers, mitigating their quadratic computational cost. However, the application of Parameter-Efficient Fine-Tuning (PEFT) methods to SSMs remains largely unexplored. In particular, prompt-based methods like Prompt Tuning and P…

2025

VersaPRM: Multi-Domain Process Reward Model via Synthetic Reasoning Data

ICML 2025oral

Process Reward Models (PRMs) have proven effective at enhancing mathematical reasoning for Large Language Models (LLMs) by leveraging increased inference-time computation. However, they are predominantly trained on mathematical data and their generalizability to non-mathematical domains has not been…

Cited by 4SourcePDFScholar
2024

Learning Equi-angular Representations for Online Continual Learning

CVPR 2024poster

Online continual learning suffers from an underfitted solution due to insufficient training for prompt model updates (e.g. single-epoch training). To address the challenge we propose an efficient online continual learning method using the neural collapse phenomenon. In particular we induce neural co…

2024

Rethinking Session Variability: Leveraging Session Embeddings for Session Robustness in Speaker Verification

ICASSP 2024accepted

In the field of speaker verification, session or channel variability poses a significant challenge. While many contemporary methods aim to disentangle session information from speaker embeddings, we introduce a novel approach using an additional embedding to represent the session information. This i…

Cited by 0SourceScholar
2024

Selective Generation for Controllable Language Models

NeurIPS 2024spotlight

Trustworthiness of generative language models (GLMs) is crucial in their deployment to critical decision making systems. Hence, certified risk control methods such as selective prediction and conformal prediction have been applied to mitigating the hallucination problem in various supervised downstr…

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