← Search

Insu Han

20 accepted papers

2026

DNACHUNKER: Learnable Tokenization for DNA Language Models

ICML 2026poster

DNA language models are increasingly used to represent genomic sequence, yet their effectiveness depends critically on how raw nucleotides are converted into model inputs. Unlike natural language, DNA offers no canonical “word” boundaries, making fixed tokenizations a brittle design choice under shi…

Cited by 0SourceScholar
2026

KnapSpec: Self-Speculative Decoding via Adaptive Layer Selection as a Knapsack Problem

ICML 2026poster

Self-speculative decoding (SSD) accelerates LLM inference by skipping layers to create an efficient draft model, yet existing methods often rely on static heuristics that ignore the dynamic computational overhead of attention in long-context scenarios. We propose KnapSpec, a training-free framework …

Cited by 0SourceScholar
2025

Mamba Drafters for Speculative Decoding

EMNLP 2025

Speculative decoding has emerged as a promising approach to accelerating large language model (LLM) generation using a fast drafter while maintaining alignment with the target model’s distribution. However, existing approaches face a trade-off: external drafters offer flexibility but can suffer from

2025

QJL: 1-Bit Quantized JL Transform for KV Cache Quantization with Zero Overhead

AAAI 2025technical

Serving LLMs requires substantial memory due to the storage requirements of Key-Value (KV) embeddings in the KV cache, which grows with sequence length. An effective approach to compress KV cache is quantization. However, traditional quantization methods face significant memory overhead due to the n…

2025

Streaming Attention Approximation via Discrepancy Theory

NeurIPS 2025spotlight

Large language models (LLMs) have achieved impressive success, but their high memory requirements present challenges for long-context token generation. In this paper we study the streaming complexity of attention approximation, a key computational primitive underlying token generation. Our main…

Cited by 0SourceScholar
2024

Cell2Sentence: Teaching Large Language Models the Language of Biology

ICML 2024poster

We introduce Cell2Sentence (C2S), a novel method to directly adapt large language models to a biological context, specifically single-cell transcriptomics. By transforming gene expression data into "cell sentences," C2S bridges the gap between natural language processing and biology. We demonstrate…

Cited by 19SourcePDFScholar
2024

HyperAttention: Long-context Attention in Near-Linear Time

ICLR 2024poster

We present an approximate attention mechanism named `HyperAttention` to address the computational challenges posed by the growing complexity of long contexts used in Large Language Models (LLMs). Recent work suggests that in the worst-case scenario, the quadratic time is necessary unless the entrie…

2023

KDEformer: Accelerating Transformers via Kernel Density Estimation

ICML 2023poster

Dot-product attention mechanism plays a crucial role in modern deep architectures (e.g., Transformer) for sequence modeling, however, naïve exact computation of this model incurs quadratic time and memory complexities in sequence length, hindering the training of long-sequence models. Critical bottl…

2022

Fast Neural Kernel Embeddings for General Activations

NeurIPS 2022accept

Infinite width limit has shed light on generalization and optimization aspects of deep learning by establishing connections between neural networks and kernel methods. Despite their importance, the utility of these kernel methods was limited in large-scale learning settings due to their (super-)quad…

Cited by 19SourcePDFScholar
2022

Scalable MCMC Sampling for Nonsymmetric Determinantal Point Processes

ICML 2022oral

A determinantal point process (DPP) is an elegant model that assigns a probability to every subset of a collection of $n$ items. While conventionally a DPP is parameterized by a symmetric kernel matrix, removing this symmetry constraint, resulting in nonsymmetric DPPs (NDPPs), leads to significant i…

2022

Scalable Sampling for Nonsymmetric Determinantal Point Processes

ICLR 2022spotlight

A determinantal point process (DPP) on a collection of $M$ items is a model, parameterized by a symmetric kernel matrix, that assigns a probability to every subset of those items. Recent work shows that removing the kernel symmetry constraint, yielding nonsymmetric DPPs (NDPPs), can lead to signifi…

2021

Scalable Learning and MAP Inference for Nonsymmetric Determinantal Point Processes

ICLR 2021oral

Determinantal point processes (DPPs) have attracted significant attention in machine learning for their ability to model subsets drawn from a large item collection. Recent work shows that nonsymmetric DPP (NDPP) kernels have significant advantages over symmetric kernels in terms of modeling power an…

2021

Scaling Neural Tangent Kernels via Sketching and Random Features

NeurIPS 2021poster

The Neural Tangent Kernel (NTK) characterizes the behavior of infinitely-wide neural networks trained under least squares loss by gradient descent. Recent works also report that NTK regression can outperform finitely-wide neural networks trained on small-scale datasets. However, the computational co…

2020

MAP Inference for Customized Determinantal Point Processes via Maximum Inner Product Search

AISTATS 2020poster

Determinantal point processes (DPPs) are a good fit for modeling diversity in many machine learning applications. For instance, in recommender systems, one might have a basic DPP defined by item features, and a customized version of this DPP for each user with features re-weighted according to user…

Cited by 13SourcePDFScholar
2017

Faster Greedy MAP Inference for Determinantal Point Processes

ICML 2017poster

Determinantal point processes (DPPs) are popular probabilistic models that arise in many machine learning tasks, where distributions of diverse sets are characterized by determinants of their features. In this paper, we develop fast algorithms to find the most likely configuration (MAP) of large-sca…

2015

Large-scale log-determinant computation through stochastic Chebyshev expansions

ICML 2015poster

Logarithms of determinants of large positive definite matrices appear ubiquitously in machine learning applications including Gaussian graphical and Gaussian process models, partition functions of discrete graphical models, minimum-volume ellipsoids and metric and kernel learning. Log-determinant co…

Cited by 121SourcePDFScholar