← Search

Ioannis Paschalidis

15 accepted papers

2026

Bridging the Gap Between Average and Discounted TD Learning

ICML 2026poster

The analysis of Temporal Difference (TD) learning in the average-reward setting faces notable theoretical difficulties because the Bellman operator is not contractive with respect to any norm. This complicates standard analyses of stochastic updates that are effective in discounted settings. Althoug…

Cited by 0SourceScholar
2026

Post-training Large Language Models for Diverse High-Quality Responses

ICLR 2026poster

Reinforcement learning has emerged as a popular method for post-training large language models (LLMs). While improving the model's performance on downstream tasks, it often reduces the model's output diversity, leading to narrow, canonical responses. Existing methods to enhance diversity are limited…

Cited by 0SourceScholar
2025

MDP Geometry, Normalization and Reward Balancing Solvers

AISTATS 2025poster

We present a new geometric interpretation of Markov Decision Processes (MDPs) with a natural normalization procedure that allows us to adjust the value function at each state without altering the advantage of any action with respect to any policy. This advantage-preserving transformation of the MDP…

Cited by 0SourceScholar
2023

Convergence of Actor-Critic with Multi-Layer Neural Networks

NeurIPS 2023poster

The early theory of actor-critic methods considered convergence using linear function approximators for the policy and value functions. Recent work has established convergence using neural network approximators with a single hidden layer. In this work we are taking the natural next step and establis…

Cited by 5SourcePDFScholar
2023

On the Performance of Temporal Difference Learning With Neural Networks

ICLR 2023poster

Neural Temporal Difference (TD) Learning is an approximate temporal difference method for policy evaluation that uses a neural network for function approximation. Analysis of Neural TD Learning has proven to be challenging. In this paper we provide a convergence analysis of Neural TD Learning with a…

Cited by 9SourcePDFScholar
2022

Adversarial Tracking Control via Strongly Adaptive Online Learning with Memory

AISTATS 2022poster

We consider the problem of tracking an adversarial state sequence in a linear dynamical system subject to adversarial disturbances and loss functions, generalizing earlier settings in the literature. To this end, we develop three techniques, each of independent interest. First, we propose a comparat…

Cited by 17SourcePDFScholar
2022

Optimal Comparator Adaptive Online Learning with Switching Cost

NeurIPS 2022accept

Practical online learning tasks are often naturally defined on unconstrained domains, where optimal algorithms for general convex losses are characterized by the notion of comparator adaptivity. In this paper, we design such algorithms in the presence of switching cost - the latter penalizes the typ…

2022

PDE-Based Optimal Strategy for Unconstrained Online Learning

ICML 2022spotlight

Unconstrained Online Linear Optimization (OLO) is a practical problem setting to study the training of machine learning models. Existing works proposed a number of potential-based algorithms, but in general the design of these potential functions relies heavily on guessing. To streamline this workfl…

2021

Communication-efficient SGD: From Local SGD to One-Shot Averaging

NeurIPS 2021poster

We consider speeding up stochastic gradient descent (SGD) by parallelizing it across multiple workers. We assume the same data set is shared among $N$ workers, who can take SGD steps and coordinate with a central server. While it is possible to obtain a linear reduction in the variance by averaging…

Cited by 29SourcePDFScholar
2021

Generalized Proximal Policy Optimization with Sample Reuse

NeurIPS 2021poster

In real-world decision making tasks, it is critical for data-driven reinforcement learning methods to be both stable and sample efficient. On-policy methods typically generate reliable policy improvement throughout training, while off-policy methods make more efficient use of data through sample reu…

2020

Enhancing Clinical BERT Embedding using a Biomedical Knowledge Base

COLING 2020main

Domain knowledge is important for building Natural Language Processing (NLP) systems for low-resource settings, such as in the clinical domain. In this paper, a novel joint training method is introduced for adding knowledge base information from the Unified Medical Language System (UMLS) into langua…

2019

Selecting Optimal Decisions via Distributionally Robust Nearest-Neighbor Regression

NeurIPS 2019poster

This paper develops a prediction-based prescriptive model for optimal decision making that (i) predicts the outcome under each action using a robust nonlinear model, and (ii) adopts a randomized prescriptive policy determined by the predicted outcomes. The predictive model combines a new regularized…