← Search

Ayush Jain

30 accepted papers

2026

Structure Enables Effective Self-Localization of Errors in LLMs

ICML 2026poster

Self-correction in language models remains elusive. In this work, we explore whether language models can explicitly localize errors in incorrect reasoning, as a path toward building AI systems that can effectively correct themselves. We introduce a prompting method that structures reasoning as discr…

Cited by 0SourceScholar
2026

Train on Validation (ToV): Fast data selection with applications to fine-tuning

ICLR 2026poster

State-of-the-art machine learning often follows a two-stage process: $(i)$ pre-training on large, general-purpose datasets; $(ii)$ fine-tuning on task-specific data. In fine-tuning, selecting training examples that closely reflect the target distribution is crucial. However, it is often the case t…

Cited by 0SourcecodeScholar
2026

When a Robot is More Capable than a Human: Learning from Constrained Demonstrators

ICLR 2026poster

Learning from demonstrations enables experts to teach robots complex tasks using interfaces such as kinesthetic teaching, joystick control, and sim-to-real transfer. However, these interfaces often constrain the expert's ability to demonstrate optimal behavior due to indirect control, setup restrict…

Cited by 0SourceScholar
2025

Actor-Free Continuous Control via Structurally Maximizable Q-Functions

NeurIPS 2025poster

Value-based algorithms are a cornerstone of off-policy reinforcement learning due to their simplicity and training stability. However, their use has traditionally been restricted to discrete action spaces, as they rely on estimating Q-values for individual state-action pairs. In continuous action sp…

Cited by 0SourceScholar
2025

From Thousands to Billions: 3D Visual Language Grounding via Render-Supervised Distillation from 2D VLMs

ICML 2025poster

3D vision-language grounding faces a fundamental data bottleneck: while 2D models train on billions of images, 3D models have access to only thousands of labeled scenes--a six-order-of-magnitude gap that severely limits performance. We introduce \textbf{\emph{LIFT-GS}}, a practical distillation tech…

2025

Grounded Reinforcement Learning for Visual Reasoning

NeurIPS 2025poster

While reinforcement learning (RL) over chains of thought has significantly advanced language models in tasks such as mathematics and coding, visual reasoning introduces added complexity by requiring models to direct visual attention, interpret perceptual inputs, and ground abstract reasoning in spat…

Cited by 0SourcecodeScholar
2025

LOCATE 3D: Real-World Object Localization via Self-Supervised Learning in 3D

ICML 2025spotlight

We present LOCATE 3D, a model for localizing objects in 3D scenes from referring expressions like "the small coffee table between the sofa and the lamp." LOCATE 3D sets a new state-of-the-art on standard referential grounding benchmarks and showcases robust generalization capabilities. Notably, LOCA…

Cited by 0SourcePDFScholar
2025

QMP: Q-switch Mixture of Policies for Multi-Task Behavior Sharing

ICLR 2025poster

Multi-task reinforcement learning (MTRL) aims to learn several tasks simultaneously for better sample efficiency than learning them separately. Traditional methods achieve this by sharing parameters or relabeling data between tasks. In this work, we introduce a new framework for sharing behavioral…

2025

Unifying 2D and 3D Vision-Language Understanding

ICML 2025poster

Progress in 3D vision-language learning has been hindered by the scarcity of large-scale 3D datasets. We introduce UniVLG, a unified architecture for 2D and 3D vision-language understanding that bridges the gap between existing 2D-centric models and the rich 3D sensory data available in embodied sys…

2024

Diffusion-ES: Gradient-free Planning with Diffusion for Autonomous and Instruction-guided Driving

CVPR 2024poster

Diffusion models excel at modeling complex and multimodal trajectory distributions for decision-making and control. Reward-gradient guided denoising has been recently proposed to generate trajectories that maximize both a differentiable reward function and the likelihood under the data distribution…

Cited by 6SourcePDFScholar
2024

Linear Regression using Heterogeneous Data Batches

NeurIPS 2024spotlight

In many learning applications, data are collected from multiple sources, each providing a \emph{batch} of samples that by itself is insufficient to learn its input-output relationship. A common approach assumes that the sources fall in one of several unknown subgroups, each with an unknown input dis…

Cited by 3SourcePDFScholar
2024

ODIN: A Single Model for 2D and 3D Segmentation

CVPR 2024highlight

State-of-the-art models on contemporary 3D segmentation benchmarks like ScanNet consume and label dataset-provided 3D point clouds obtained through post processing of sensed multiview RGB-D images. They are typically trained in-domain forego large-scale 2D pre-training and outperform alternatives th…

2023

Energy-based Models are Zero-Shot Planners for Compositional Scene Rearrangement

RSS 2023poster

Language is compositional; an instruction can express multiple relation constraints to hold among objects in a scene that a robot is tasked to rearrange. Our focus in this work is an instructable scene-rearranging framework that generalizes to longer instructions and to spatial concept compositions…

2022

Bottom Up Top down Detection Transformers for Language Grounding in Images and Point Clouds

ECCV 2022poster

"Most models tasked to ground referential utterances in 2D and 3D scenes learn to select the referred object from a pool of object proposals provided by a pre-trained detector. This is limiting because an utterance may refer to visual entities at various levels of granularity, such as the chair, the…

2022

COGMEN: COntextualized GNN based Multimodal Emotion recognitioN

NAACL 2022long

Emotions are an inherent part of human interactions, and consequently, it is imperative to develop AI systems that understand and recognize human emotions. During a conversation involving various people, a person’s emotions are influenced by the other speaker’s utterances and their own emotional sta…

2022

Know Your Action Set: Learning Action Relations for Reinforcement Learning

ICLR 2022poster

Intelligent agents can solve tasks in various ways depending on their available set of actions. However, conventional reinforcement learning (RL) assumes a fixed action set. This work asserts that tasks with varying action sets require reasoning of the relations between the available actions. For in…

2022

Scalable Deep Reinforcement Learning Algorithms for Mean Field Games

ICML 2022spotlight

Mean Field Games (MFGs) have been introduced to efficiently approximate games with very large populations of strategic agents. Recently, the question of learning equilibria in MFGs has gained momentum, particularly using model-free reinforcement learning (RL) methods. One limiting factor to further…

2022

TURF: Two-Factor, Universal, Robust, Fast Distribution Learning Algorithm

ICML 2022spotlight

Approximating distributions from their samples is a canonical statistical-learning problem. One of its most powerful and successful modalities approximates every distribution to an $\ell_1$ distance essentially at most a constant times larger than its closest $t$-piece degree-$d$ polynomial, where $…

Cited by 0SourcePDFScholar
2021

Subset-of-data variational inference for deep Gaussian-processes regression

UAI 2021poster

Deep Gaussian Processes (DGPs) are multi-layer, flexible extensions of Gaussian Processes but their training remains challenging. Most existing methods for inference in DGPs use sparse approximation which require optimization over a large number of inducing inputs and their locations across layers.…

2021

Variance Penalized On-Policy and Off-Policy Actor-Critic

AAAI 2021technical

Reinforcement learning algorithms are typically geared towards optimizing the expected return of an agent. However, in many practical applications, low variance in the return is desired to ensure the reliability of an algorithm. In this paper, we propose on-policy and off-policy actor-critic algorit…

2020

SURF: A Simple, Universal, Robust, Fast Distribution Learning Algorithm

NeurIPS 2020poster

Sample- and computationally-efficient distribution estimation is a fundamental tenet in statistics and machine learning. We present $\SURF$, an algorithm for approximating distributions by piecewise polynomials. $\SURF$ is: simple, replacing prior complex optimization techniques by straight-forward…

Cited by 9SourcePDFScholar