← Search

Prasad Tadepalli

12 accepted papers

2025

Graph Neural Network Based Action Ranking for Planning

NeurIPS 2025poster

We propose a novel approach to learn relational policies for classical planning based on learning to rank actions. We introduce a new graph representation that explicitly captures action information and propose a Graph Neural Network (GNN) architecture augmented with Gated Recurrent Units (GRUs) to…

Cited by 0SourceScholar
2025

Self-attention-based Diffusion Model for Time-series Imputation in Partial Blackout Scenarios

AAAI 2025technical

Missing values in multivariate time series data can harm machine learning performance and introduce bias. These gaps arise from sensor malfunctions, blackouts, and human error and are typically addressed by data imputation. Previous work has tackled the imputation of missing data in random, complete…

2024

Adversarial Attacks on Combinatorial Multi-Armed Bandits

ICML 2024poster

We study reward poisoning attacks on Combinatorial Multi-armed Bandits (CMAB). We first provide a sufficient and necessary condition for the attackability of CMAB, a notion to capture the vulnerability and robustness of CMAB. The attackability condition depends on the intrinsic properties of the cor…

2024

Language-Informed Beam Search Decoding for Multilingual Machine Translation

ACL 2024findings

Beam search decoding is the de-facto method for decoding auto-regressive Neural Machine Translation (NMT) models, including multilingual NMT where the target language is specified as an input. However, decoding multilingual NMT models commonly produces off-target translations – yielding translation…

2021

DeepAveragers: Offline Reinforcement Learning By Solving Derived Non-Parametric MDPs

ICLR 2021spotlight

We study an approach to offline reinforcement learning (RL) based on optimally solving finitely-represented MDPs derived from a static dataset of experience. This approach can be applied on top of any learned representation and has the potential to easily support multiple solution objective…

2021

Improving Multilingual Translation by Representation and Gradient Regularization

EMNLP 2021main

Multilingual Neural Machine Translation (NMT) enables one model to serve all translation directions, including ones that are unseen during training, i.e. zero-shot translation. Despite being theoretically attractive, current models often produce low quality translations – commonly failing to even pr…

2021

One Explanation is Not Enough: Structured Attention Graphs for Image Classification

NeurIPS 2021poster

Attention maps are popular tools for explaining the decisions of convolutional neural networks (CNNs) for image classification. Typically, for each image of interest, a single attention map is produced, which assigns weights to pixels based on their importance to the classification. We argue that a…

2021

Optimal Policies Tend To Seek Power

NeurIPS 2021spotlight

Some researchers speculate that intelligent reinforcement learning (RL) agents would be incentivized to seek resources and power in pursuit of the objectives we specify for them. Other researchers point out that RL agents need not have human-like power-seeking instincts. To clarify this discussion,…