← Search

Kunle Olukotun

8 accepted papers

2026

Agentic Context Engineering: Learning Comprehensive Contexts for Self-Improving Language Models

ICLR 2026poster

Large language model (LLM) applications such as agents and domain-specific reasoning increasingly rely on context adaptation, modifying model inputs with instructions, strategies, or evidence, rather than weight updates. While prior methods improve usability, they often suffer from a brevity bias,…

Cited by 0SourcecodeScholar
2025

Adaptive Self-improvement LLM Agentic System for ML Library Development

ICML 2025poster

ML libraries, often written in architecture-specific programming languages (ASPLs) that target domain-specific architectures, are key to efficient ML systems. However, writing these high-performance ML libraries is challenging because it requires expert knowledge of both ML algorithms and the ASPL.…

2025

Agentic Plan Caching: Test-Time Memory for Fast and Cost-Efficient LLM Agents

NeurIPS 2025poster

LLM-based agent applications have shown increasingly remarkable capabilities in complex workflows but incur substantial costs and latency due to extensive planning and reasoning requirements. Existing LLM caching techniques (like context caching and semantic caching), primarily designed for serving…

Cited by 0SourceScholar
2025

LowRA: Accurate and Efficient LoRA Fine-Tuning of LLMs under 2 Bits

ICML 2025poster

Fine-tuning large language models (LLMs) is increasingly costly as models scale to hundreds of billions of parameters, and even parameter-efficient fine-tuning (PEFT) methods like LoRA remain resource-intensive. We introduce LowRA, the first framework to enable LoRA fine-tuning below 2 bits per para…

Cited by 0SourcePDFScholar
2015

Global Convergence of Stochastic Gradient Descent for Some Non-convex Matrix Problems

ICML 2015poster

Stochastic gradient descent (SGD) on a low-rank factorization is commonly employed to speed up matrix problems including matrix completion, subspace tracking, and SDP relaxation. In this paper, we exhibit a step size scheme for SGD on a low-rank least-squares problem, and we prove that, under broad…

Cited by 206SourcePDFScholar
2015

Rapidly Mixing Gibbs Sampling for a Class of Factor Graphs Using Hierarchy Width

NeurIPS 2015spotlight

Gibbs sampling on factor graphs is a widely used inference technique, which often produces good empirical results. Theoretical guarantees for its performance are weak: even for tree structured graphs, the mixing time of Gibbs may be exponential in the number of variables. To help understand the beha…

Cited by 24SourcePDFScholar
2015

Taming the Wild: A Unified Analysis of Hogwild-Style Algorithms

NeurIPS 2015poster

Stochastic gradient descent (SGD) is a ubiquitous algorithm for a variety of machine learning problems. Researchers and industry have developed several techniques to optimize SGD's runtime performance, including asynchronous execution and reduced precision. Our main result is a martingale-based anal…

Cited by 216SourcePDFScholar