← Search

Kedar Karhadkar

5 accepted papers

2025

Zero-Shot Context Generalization in Reinforcement Learning from Few Training Contexts

NeurIPS 2025poster

Deep reinforcement learning (DRL) has achieved remarkable success across multiple domains, including competitive games, natural language processing, and robotics. Despite these advancements, policies trained via DRL often struggle to generalize to evaluation environments with different parameters. T…

Cited by 0SourceScholar
2024

Benign overfitting in leaky ReLU networks with moderate input dimension

NeurIPS 2024spotlight

The problem of benign overfitting asks whether it is possible for a model to perfectly fit noisy training data and still generalize well. We study benign overfitting in two-layer leaky ReLU networks trained with the hinge loss on a binary classification task. We consider input data which can be deco…

Cited by 4SourcePDFScholar
2024

Bounds for the smallest eigenvalue of the NTK for arbitrary spherical data of arbitrary dimension

NeurIPS 2024poster

Bounds on the smallest eigenvalue of the neural tangent kernel (NTK) are a key ingredient in the analysis of neural network optimization and memorization. However, existing results require distributional assumptions on the data and are limited to a high-dimensional setting, where the input dimension…

Cited by 3SourcePDFScholar
2023

FoSR: First-order spectral rewiring for addressing oversquashing in GNNs

ICLR 2023poster

Graph neural networks (GNNs) are able to leverage the structure of graph data by passing messages along the edges of the graph. While this allows GNNs to learn features depending on the graph structure, for certain graph topologies it leads to inefficient information propagation and a problem known…