← Search

Haitham Bou Ammar

25 accepted papers

2026

Bottlenecked Transformers: Periodic KV Cache Consolidation for Generalised Reasoning

ICLR 2026poster

Transformer LLMs have been shown to exhibit strong reasoning ability that scales with inference-time compute, most prominently through token-space “thinking” (i.e., chains of thought). A growing line of work pushes this extra computation into the model’s latent space (adjacent to standard decoding)…

Cited by 0SourceScholar
2026

Multi-Task GRPO: Reliable LLM Reasoning Across Tasks

ICML 2026poster

RL-based post-training with GRPO is widely used to improve large language models on individual reasoning tasks. However, real-world deployment requires reliable performance across diverse tasks. A straightforward multi-task adaptation of GRPO often leads to imbalanced outcomes, with some tasks domin…

Cited by 0SourceScholar
2026

OpenPyRo-A1: An Open Python-Based Low-Cost Bimanual Robot for Embodied AI

ICRA 2026poster

Many real-world tasks, such as assembly, cooking, and object handovers, require bi-manual coordination. Learning such skills via imitation remains challenging due to dataset scarcity, mainly caused by the high cost of bi-manual robotic platforms and barriers to entry in robotics software. To address…

Cited by 0SourceScholar
2026

Scalable Power Sampling: Unlocking Efficient, Training-Free Reasoning for LLMs via Distribution Sharpening

ICML 2026poster

Reinforcement learning (RL) post-training is a dominant approach for improving the reasoning performance of large language models (LLMs), yet growing evidence suggests that its gains arise primarily from distribution sharpening rather than the acquisition of new capabilities. Recent work has shown t…

Cited by 0SourceScholar
2026

Trust Region Inverse Reinforcement Learning

ICML 2026poster

Inverse reinforcement learning (IRL) is typically formulated as maximizing entropy subject to matching the distribution of expert trajectories. Classical (dual-ascent) IRL guarantees monotonic performance improvement but requires fully solving an RL problem each iteration to compute dual gradients. …

Cited by 0SourceScholar
2025

Efficient Reinforcement Learning with Large Language Model Priors

ICLR 2025poster

In sequential decision-making (SDM) tasks, methods like reinforcement learning (RL) and heuristic search have made notable advances in specific cases. However, they often require extensive exploration and face challenges in generalizing across diverse environments due to their limited grasp of the u…

Cited by 4SourcePDFScholar
2025

Human-inspired Episodic Memory for Infinite Context LLMs

ICLR 2025poster

Large language models (LLMs) have shown remarkable capabilities, but still struggle with processing extensive contexts, limiting their ability to maintain coherence and accuracy over long sequences. In contrast, the human brain excels at organising and retrieving episodic experiences across vast tem…

Cited by 0SourcePDFScholar
2025

Mixture of Attentions For Speculative Decoding

ICLR 2025poster

The growth in the number of parameters of Large Language Models (LLMs) has led to a significant surge in computational requirements, making them challenging and costly to deploy. Speculative decoding (SD) leverages smaller models to efficiently propose future tokens, which are then verified by the L…

2025

SparsePO: Controlling Preference Alignment of LLMs via Sparse Token Masks

EMNLP 2025

Direct alignment algorithms have proven an effective step for aligning language models to human-desired behaviors. Current variants of the Direct Preference Optimization objective have focused on a strict setting where all tokens are contributing signals of KL divergence and rewards to the loss func

Cited by 0SourcePDFScholar
2024

A Retrospective on the Robot Air Hockey Challenge: Benchmarking Robust, Reliable, and Safe Learning Techniques for Real-world Robotics

NeurIPS 2024poster

Machine learning methods have a groundbreaking impact in many application domains, but their application on real robotic platforms is still limited. Despite the many challenges associated with combining machine learning technology with robotics, robot learning remains one of the most promising direc…

Cited by 0SourcePDFScholar
2024

Group Robust Preference Optimization in Reward-free RLHF

NeurIPS 2024poster

Adapting large language models (LLMs) for specific tasks usually involves fine-tuning through reinforcement learning with human feedback (RLHF) on preference data. While these data often come from diverse labelers' groups (e.g., different demographics, ethnicities, company teams, etc.), traditional…

Cited by 20SourcePDFScholar
2024

Measures of diversity and space-filling designs for categorical data

ICML 2024poster

Selecting a small subset of items that represent the diversity of a larger population lies at the heart of many data analysis and machine learning applications. However, when it comes to items described by discrete features, the lack of natural ordering and the combinatorial nature of the search spa…

Cited by 0SourcePDFScholar
2023

Are Random Decompositions all we need in High Dimensional Bayesian Optimisation?

ICML 2023poster

Learning decompositions of expensive-to-evaluate black-box functions promises to scale Bayesian optimisation (BO) to high-dimensional problems. However, the success of these techniques depends on finding proper decompositions that accurately represent the black-box. While previous works learn those…

2023

End-to-End Meta-Bayesian Optimisation with Transformer Neural Processes

NeurIPS 2023poster

Meta-Bayesian optimisation (meta-BO) aims to improve the sample efficiency of Bayesian optimisation by leveraging data from related tasks. While previous methods successfully meta-learn either a surrogate model or an acquisition function independently, joint training of both components remains an op…

2023

Framework and Benchmarks for Combinatorial and Mixed-variable Bayesian Optimization

NeurIPS 2023poster

This paper introduces a modular framework for Mixed-variable and Combinatorial Bayesian Optimization (MCBO) to address the lack of systematic benchmarking and standardized evaluation in the field. Current MCBO papers often introduce non-diverse or non-standard benchmarks to evaluate their methods, i…

2023

Online PCA in Converging Self-consistent Field Equations

NeurIPS 2023poster

Self-consistent Field (SCF) equation is a type of nonlinear eigenvalue problem in which the matrix to be eigen-decomposed is a function of its own eigenvectors. It is of great significance in computational science for its connection to the Schrödinger equation. Traditional fixed-point iteration meth…

Cited by 0SourcePDFScholar
2023

Reinforcement Learning for Safe Robot Control using Control Lyapunov Barrier Functions

ICRA 2023poster

Reinforcement learning (RL) exhibits impressive performance when managing complicated control tasks for robots. However, its wide application to physical robots is limited by the absence of strong safety guarantees. To overcome this challenge, this paper explores the control Lyapunov barrier functio…

Cited by 18SourceScholar
2022

Enhancing Safe Exploration Using Safety State Augmentation

NeurIPS 2022accept

Safe exploration is a challenging and important problem in model-free reinforcement learning (RL). Often the safety cost is sparse and unknown, which unavoidably leads to constraint violations - a phenomenon ideally to be avoided in safety-critical applications. We tackle this problem by augmenting…

Cited by 19SourcePDFScholar
2022

Optimistic Tree Searches for Combinatorial Black-Box Optimization

NeurIPS 2022accept

The optimization of combinatorial black-box functions is pervasive in computer science and engineering. However, the combinatorial explosion of the search space and lack of natural ordering pose significant challenges for current techniques from a theoretical and practical perspective, and require n…

Cited by 3SourcePDFScholar
2022

Reinforcement Learning in Presence of Discrete Markovian Context Evolution

ICLR 2022poster

We consider a context-dependent Reinforcement Learning (RL) setting, which is characterized by: a) an unknown finite number of not directly observable contexts; b) abrupt (discontinuous) context changes occurring during an episode; and c) Markovian context evolution. We argue that this challenging c…

Cited by 13SourcePDFScholar
2018

Distributed Multitask Reinforcement Learning with Quadratic Convergence

NeurIPS 2018poster

Multitask reinforcement learning (MTRL) suffers from scalability issues when the number of tasks or trajectories grows large. The main reason behind this drawback is the reliance on centeralised solutions. Recent methods exploited the connection between MTRL and general consensus to propose scalable…

Cited by 13SourcePDFScholar
2015

Safe Policy Search for Lifelong Reinforcement Learning with Sublinear Regret

ICML 2015poster

Lifelong reinforcement learning provides a promising framework for developing versatile agents that can accumulate knowledge over a lifetime of experience and rapidly learn new tasks by building upon prior knowledge. However, current lifelong learning methods exhibit non-vanishing regret as the amou…

Cited by 88SourcePDFScholar