← Search

Dileep Kalathil

22 accepted papers

2026

Curriculum Reinforcement Learning from Easy to Hard Tasks Improves LLM Reasoning

ICLR 2026poster

We aim to improve the reasoning capabilities of language models via reinforcement learning with verifiable rewards (RLVR). Recent RLVR post-trained models like DeepSeek-R1 have demonstrated reasoning abilities on mathematical and coding tasks. However, prior studies suggest that using RLVR alone to…

Cited by 0SourcecodeScholar
2026

Diffusion Blend: Inference-Time Multi-Preference Alignment for Diffusion Models

ICLR 2026poster

Reinforcement learning (RL) algorithms have been used recently to align diffusion models with downstream objectives such as aesthetic quality and text-image consistency by fine-tuning them to maximize a single reward function under a fixed KL regularization. However, this approach is inherently rest…

Cited by 0SourcecodeScholar
2026

Learnability-Informed Fine-Tuning of Diffusion Language Models

ICML 2026poster

We aim to improve the reasoning capabilities of diffusion language models (DLMs). While SFT performs well for autoregressive models, its use in DLMs faces challenges. Our observation and analysis reveal that vanilla SFT does not consider learnability, i.e., what and when tokens are learned. Specific…

Cited by 0SourceScholar
2025

Robust LLM Alignment via Distributionally Robust Direct Preference Optimization

NeurIPS 2025poster

A major challenge in aligning large language models (LLMs) with human preferences is the issue of distribution shift. LLM alignment algorithms rely on static preference datasets, assuming that they accurately represent real-world user preferences. However, user preferences vary significantly across…

Cited by 0SourceScholar
2025

Transformers are Provably Optimal In-context Estimators for Wireless Communications

AISTATS 2025poster

Pre-trained transformers exhibit the capability of adapting to new tasks through in-context learning (ICL), where they efficiently utilize a limited set of prompts without explicit model optimization. The canonical communication problem of estimating transmitted symbols from received observations c…

Cited by 0SourcecodeScholar
2024

Federated Ensemble-Directed Offline Reinforcement Learning

NeurIPS 2024poster

We consider the problem of federated offline reinforcement learning (RL), a scenario under which distributed learning agents must collaboratively learn a high-quality control policy only using small pre-collected datasets generated according to different unknown behavior policies. Na\"{i}vely combin…

2024

Meta-Learning-Based Adaptive Stability Certificates for Dynamical Systems

AAAI 2024technical

This paper addresses the problem of Neural Network (NN) based adaptive stability certification in a dynamical system. The state-of-the-art methods, such as Neural Lyapunov Functions (NLFs), use NN-based formulations to assess the stability of a non-linear dynamical system and compute a Region of Att…

2024

Risk-Averse Fine-tuning of Large Language Models

NeurIPS 2024poster

We consider the challenge of mitigating the generation of negative or toxic content by the Large Language Models (LLMs) in response to certain prompts. We propose integrating risk-averse principles into LLM fine-tuning to minimize the occurrence of harmful outputs, particularly rare but significant…

2023

Improved Sample Complexity Bounds for Distributionally Robust Reinforcement Learning

AISTATS 2023poster

We consider the problem of learning a control policy that is robust against the parameter mismatches between the training environment and testing environment. We formulate this as a distributionally robust reinforcement learning (DR-RL) problem where the objective is to learn the policy which maximi…

2023

Natural Actor-Critic for Robust Reinforcement Learning with Function Approximation

NeurIPS 2023poster

We study robust reinforcement learning (RL) with the goal of determining a well-performing policy that is robust against model mismatch between the training simulator and the testing environment. Previous policy-based robust RL algorithms mainly focus on the tabular setting under uncertainty sets th…

2022

Anchor-Changing Regularized Natural Policy Gradient for Multi-Objective Reinforcement Learning

NeurIPS 2022accept

We study policy optimization for Markov decision processes (MDPs) with multiple reward value functions, which are to be jointly optimized according to given criteria such as proportional fairness (smooth concave scalarization), hard constraints (constrained MDP), and max-min trade-off. We propose an…

2022

DOPE: Doubly Optimistic and Pessimistic Exploration for Safe Reinforcement Learning

NeurIPS 2022accept

Safe reinforcement learning is extremely challenging--not only must the agent explore an unknown environment, it must do so while ensuring no safety constraint violations. We formulate this safe reinforcement learning (RL) problem using the framework of a finite-horizon Constrained Markov Decision…

2022

Enhanced Meta Reinforcement Learning via Demonstrations in Sparse Reward Environments

NeurIPS 2022accept

Meta reinforcement learning (Meta-RL) is an approach wherein the experience gained from solving a variety of tasks is distilled into a meta-policy. The meta-policy, when adapted over only a small (or just a single) number of steps, is able to perform near-optimally on a new, related task. However,…

Cited by 2SourcePDFScholar
2022

Reinforcement Learning with Sparse Rewards using Guidance from Offline Demonstration

ICLR 2022spotlight

A major challenge in real-world reinforcement learning (RL) is the sparsity of reward feedback. Often, what is available is an intuitive but sparse reward function that only indicates whether the task is completed partially or fully. However, the lack of carefully designed, fine grain feedback imp…

2022

Robust Reinforcement Learning using Offline Data

NeurIPS 2022accept

The goal of robust reinforcement learning (RL) is to learn a policy that is robust against the uncertainty in model parameters. Parameter uncertainty commonly occurs in many real-world RL applications due to simulator modeling errors, changes in the real-world system dynamics over time, and adv…

2022

Sample Complexity of Robust Reinforcement Learning with a Generative Model

AISTATS 2022poster

The Robust Markov Decision Process (RMDP) framework focuses on designing control policies that are robust against the parameter uncertainties due to the mismatches between the simulator model and real-world settings. An RMDP problem is typically formulated as a max-min problem, where the objective i…

2021

Learning Policies with Zero or Bounded Constraint Violation for Constrained MDPs

NeurIPS 2021poster

We address the issue of safety in reinforcement learning. We pose the problem in an episodic framework of a constrained Markov decision process. Existing results have shown that it is possible to achieve a reward regret of $\tilde{\mathcal{O}}(\sqrt{K})$ while allowing an $\tilde{\mathcal{O}}(\sqrt{…

Cited by 95SourcePDFScholar
2021

Learning with Safety Constraints: Sample Complexity of Reinforcement Learning for Constrained MDPs

AAAI 2021technical

Many physical systems have underlying safety considerations that require that the policy employed ensures the satisfaction of a set of constraints. The analytical formulation usually takes the form of a Constrained Markov Decision Process (CMDP). We focus on the case where the CMDP is unknown, and…

Cited by 52SourcePDFScholar
2021

Model-Based Reinforcement Learning for Infinite-Horizon Discounted Constrained Markov Decision Processes

IJCAI 2021poster

In many real-world reinforcement learning (RL) problems, in addition to maximizing the objective, the learning agent has to maintain some necessary safety constraints. We formulate the problem of learning a safe policy as an infinite-horizon discounted Constrained Markov Decision Process (CMDP)…

Cited by 16SourcePDFScholar
2021

Reinforcement Learning for Mean Field Games with Strategic Complementarities

AISTATS 2021poster

Mean Field Games (MFG) are the class of games with a very large number of agents and the standard equilibrium concept is a Mean Field Equilibrium (MFE). Algorithms for learning MFE in dynamic MFGs are unknown in general. Our focus is on an important subclass that possess a monotonicity property call…

Cited by 18SourcePDFScholar
2021

Robust Reinforcement Learning using Least Squares Policy Iteration with Provable Performance Guarantees

ICML 2021spotlight

This paper addresses the problem of model-free reinforcement learning for Robust Markov Decision Process (RMDP) with large state spaces. The goal of the RMDPs framework is to find a policy that is robust against the parameter uncertainties due to the mismatch between the simulator model and real-wor…

Cited by 87SourcePDFScholar