← Search

Christopher Lott

8 accepted papers

2026

Efficient Training-Free Multi-Token Prediction via Embedding-Space Probing

ICML 2026poster

Large Language Models (LLMs) possess latent multi-token prediction (MTP) capabilities despite being trained only for next-token generation. We introduce a simple and training-free MTP method that probes an LLM using on-the-fly mask tokens derived from its embedding space, enabling parallel future-to…

Cited by 0SourceScholar
2026

QuoKA: Query-Oriented KV Selection for Efficient LLM Prefill

ICLR 2026poster

We present QuoKA: Query-oriented KV selection for efficient attention, a training-free and hardware agnostic sparse attention algorithm for accelerating transformer inference under chunked prefill. While many queries focus on a smaller group of keys in the attention operator, we observe that queries…

Cited by 0SourceScholar
2025

How efficient is LLM-generated code? A rigorous & high-standard benchmark

ICLR 2025poster

The emergence of large language models (LLMs) has significantly pushed the frontiers of program synthesis. Advancement of LLM-based program synthesis calls for a thorough evaluation of LLM-generated code. Most evaluation frameworks focus on the (functional) correctness of generated code; efficiency,…

2025

KeyDiff: Key Similarity-Based KV Cache Eviction for Long-Context LLM Inference in Resource-Constrained Environments

NeurIPS 2025poster

We demonstrate that geometrically distinctive keys during LLM inference tend to have high attention scores. Based on the phenomenon we propose KeyDiff, a training-free KV cache eviction method based solely on key similarity. Unlike other KV cache eviction methods, KeyDiff can process arbitrarily lon…

Cited by 0SourceScholar
2023

Composite Slice Transformer: An Efficient Transformer with Composition of Multi-Scale Multi-Range Attentions

ICLR 2023poster

Since the introduction of Transformers, researchers have tackled the notoriously expensive quadratic complexity problem. While significant computational efficiency improvements have been achieved, they come at the cost of reduced accuracy trade-offs. In this paper, we propose Composite Slice Transf…

Cited by 2SourcePDFScholar
2023

Moccasin: Efficient Tensor Rematerialization for Neural Networks

ICML 2023poster

The deployment and training of neural networks on edge computing devices pose many challenges. The low memory nature of edge devices is often one of the biggest limiting factors encountered in the deployment of large neural network models. Tensor rematerialization or recompute is a way to address hi…

2023

Neural DAG Scheduling via One-Shot Priority Sampling

ICLR 2023poster

We consider the problem of scheduling operations/nodes, the dependency among which is characterized by a Directed Acyclic Graph (DAG). Due to its NP-hard nature, heuristic algorithms were traditionally used to acquire reasonably good solutions, and more recent works have proposed Machine Learning (M…

Cited by 3SourcePDFScholar
2022

Neural Topological Ordering for Computation Graphs

NeurIPS 2022accept

Recent works on machine learning for combinatorial optimization have shown that learning based approaches can outperform heuristic methods in terms of speed and performance. In this paper, we consider the problem of finding an optimal topological order on a directed acyclic graph (DAG) with focus on…

Cited by 13SourcePDFScholar