← Search

Pratik Chaudhari

43 accepted papers

2026

A Scalable Distributed Framework for Multimodal GigaVoxel Image Registration

ICLR 2026oral

In this work, we propose FFDP, a set of IO-aware non-GEMM fused kernels supplemented with a distributed framework for image registration at unprecedented scales. Image registration is an inverse problem fundamental to biomedical and life sciences, but algorithms have not scaled in tandem with image…

Cited by 0SourceScholar
2026

HALO: Language-Conditioned Overhead Monocular Aerial Exploration and Navigation

RA-L 2026

We demonstrate real-time overhead aerial metric-semantic mapping and exploration using a monocular camera paired with a global positioning system (GPS). Our system, named HALO, addresses two key challenges: (i) real-time dense 3D reconstruction using vision at large distances, and (ii) mapping and e

Cited by 0SourceScholar
2026

RT-GuIDE: Real-Time Gaussian Splatting for Information-Driven Exploration

ICRA 2026poster

We propose a framework for active mapping and exploration that leverages Gaussian splatting for constructing dense maps. Further, we develop a GPU-accelerated motion planning algorithm that can exploit the Gaussian map for real-time navigation. The Gaussian map constructed onboard the robot is optim…

2026

SymSkill: Symbol and Skill Co-Invention for Data-Efficient and Reactive Long-Horizon Manipulation

ICRA 2026poster

Multi-step manipulation in dynamic environments remains challenging. Imitation learning (IL) is reactive but lacks compositional generalization, since monolithic policies do not decide which skill to reuse when scenes change. Classical task-and-motion planning (TAMP) offers compositionality, but its…

2026

Towards Optimizing a Convex Cover of Collision-Free Space for Trajectory Generation

ICRA 2026poster

We propose an online iterative algorithm to optimize a convex cover to under-approximate the free space for autonomous navigation to delineate Safe Flight Corridors (SFC). The convex cover consists of a set of polytopes such that the union of the polytopes represents obstacle-free space, allowing us…

2025

AgentOccam: A Simple Yet Strong Baseline for LLM-Based Web Agents

ICLR 2025poster

Autonomy via agents based on large language models (LLMs) that can carry out personalized yet standardized tasks presents a significant opportunity to drive human efficiency. There is an emerging need and interest in automating web tasks (e.g., booking a hotel for a given date within a budget). Bei…

Cited by 13SourcePDFScholar
2025

An Active Perception Game for Robust Information Gathering

ICRA 2025

Active perception approaches select future viewpoints by using some estimate of the information gain. An inaccurate estimate can be detrimental in critical situations, e.g., locating a person in distress. However the true information gained can only be calculated post hoc, i.e., after the observatio

Cited by 0SourcecodeScholar
2025

From Linearity to Non-Linearity: How Masked Autoencoders Capture Spatial Correlations

ICCV 2025poster

Masked Autoencoders (MAEs) have emerged as a powerful pretraining technique for vision foundation models. Despite their effectiveness, they require extensive hyperparameter tuning (masking ratio, patch size, encoder/decoder layers) when applied to novel datasets. While prior theoretical works have a…

Cited by 0SourcePDFScholar
2025

REMI: Reconstructing Episodic Memory During Internally Driven Path Planning

NeurIPS 2025poster

Grid cells in the medial entorhinal cortex (MEC) and place cells in the hippocampus (HC) both form spatial representations. Grid cells fire in triangular grid patterns, while place cells fire at specific locations and respond to contextual cues. How do these interacting systems support not only spat…

Cited by 0SourceScholar
2025

RT-GuIDE: Real-Time Gaussian Splatting for Information-Driven Exploration

RA-L 2025

We propose a framework for active mapping and exploration that leverages Gaussian splatting for constructing dense maps. Further, we develop a GPU-accelerated motion planning algorithm that can exploit the Gaussian map for real-time navigation. The Gaussian map constructed onboard the robot is optim

Cited by 14SourceScholar
2025

Towards Optimizing a Convex Cover of Collision-Free Space for Trajectory Generation

RA-L 2025

We propose an online iterative algorithm to optimize a convex cover to under-approximate the free space for autonomous navigation to delineate Safe Flight Corridors (SFC). The convex cover consists of a set of polytopes such that the union of the polytopes represents obstacle-free space, allowing us

Cited by 10SourceScholar
2024

Active Scout: Multi-Target Tracking Using Neural Radiance Fields in Dense Urban Environments

IROS 2024poster

We study pursuit-evasion games in highly occluded urban environments, e.g. tall buildings in a city, where a scout (quadrotor) tracks multiple dynamic targets on the ground. We show that we can build a neural radiance field (NeRF) representation of the city—online—using RGB and depth images from dif…

Cited by 1SourcecodeScholar
2024

Constraint-Aware Intent Estimation for Dynamic Human-Robot Object Co-Manipulation

RSS 2024poster

Constraint-aware estimation of human intent is essential for robots to physically collaborate and interact with humans. Further, to achieve fluid collaboration in dynamic tasks intent estimation should be achieved in real-time. In this paper, we present a framework that combines online estimation an…

2024

Deep Learning in Medical Image Registration: Magic or Mirage?

NeurIPS 2024poster

Classical optimization and learning-based methods are the two reigning paradigms in deformable image registration. While optimization-based methods boast generalizability across modalities and robust performance, learning-based methods promise peak performance, incorporating weak supervision and amo…

2024

Design and Evaluation of Motion Planners for Quadrotors in Environments with Varying Complexities

ICRA 2024poster

Motion planning techniques for quadrotors have advanced significantly over the past decade. Most successful planners have two stages: a front-end that determines a path that incorporates geometric (or kinematic or input) constraints and specifies the homotopy class of the trajectory, and a back-end…

Cited by 5SourcecodeScholar
2024

Prospective Learning: Learning for a Dynamic Future

NeurIPS 2024poster

In real-world applications, the distribution of the data, and our goals, evolve over time. The prevailing theoretical framework for studying machine learning, namely probably approximately correct (PAC) learning, largely ignores time. As a consequence, existing strategies to address the dynamic natu…

2024

Time-Varying Propensity Score to Bridge the Gap between the Past and Present

ICLR 2024poster

Real-world deployment of machine learning models is challenging because data evolves over time. While no model can work when data evolves in an arbitrary fashion, if there is some pattern to these changes, we might be able to design methods to address it. This paper addresses situations when data ev…

Cited by 2SourcePDFScholar
2024

TreeScope: An Agricultural Robotics Dataset for LiDAR-Based Mapping of Trees in Forests and Orchards

ICRA 2024poster

Data collection for forestry, timber, and agriculture relies on manual techniques which are labor-intensive and time-consuming. We seek to demonstrate that robotics offers improvements over these techniques and can accelerate agricultural research, beginning with semantic segmentation and diameter e…

Cited by 11SourcecodeScholar
2023

A Picture of the Space of Typical Learnable Tasks

ICML 2023poster

We develop information geometric techniques to understand the representations learned by deep networks when they are trained on different tasks using supervised, meta-, semi-supervised and contrastive learning. We shed light on the following phenomena that relate to the structure of the space of tas…

2023

Beyond mAP: Towards Better Evaluation of Instance Segmentation

CVPR 2023highlight

Correctness of instance segmentation constitutes counting the number of objects, correctly localizing all predictions and classifying each localized prediction. Average Precision is the de-facto metric used to measure all these constituents of segmentation. However, this metric does not penalize dup…

Cited by 10SourcePDFScholar
2023

The Value of Out-of-Distribution Data

ICML 2023poster

Generalization error always improves with more in-distribution data. However, it is an open question what happens as we add out-of-distribution (OOD) data. Intuitively, if the OOD data is quite different, it seems more data would harm generalization error, though if the OOD data are sufficiently sim…

2022

Deep Reference Priors: What is the best way to pretrain a model?

ICML 2022spotlight

What is the best way to exploit extra data – be it unlabeled data from the same task, or labeled data from a related task – to learn a given task? This paper formalizes the question using the theory of reference priors. Reference priors are objective, uninformative Bayesian priors that maximize the…

2021

Continuous Doubly Constrained Batch Reinforcement Learning

NeurIPS 2021poster

Reliant on too many experiments to learn good actions, current Reinforcement Learning (RL) algorithms have limited applicability in real-world settings, which can be too expensive to allow exploration. We propose an algorithm for batch RL, where effective policies are learned using only a fixed offl…

2021

Deformable Linear Object Prediction Using Locally Linear Latent Dynamics

ICRA 2021poster

We propose a framework for deformable linear object prediction. Prediction of deformable objects (e.g., rope) is challenging due to their non-linear dynamics and infinite-dimensional configuration spaces. By mapping the dynamics from a non-linear space to a linear space, we can use the good properti…

Cited by 27SourcecodeScholar
2021

MIDAS: Multi-agent Interaction-aware Decision-making with Adaptive Strategies for Urban Autonomous Navigation

ICRA 2021poster

Autonomous navigation in crowded, complex urban environments requires interacting with other agents on the road. A common solution to this problem is to use a prediction model to guess the likely future actions of other agents. While this is reasonable, it leads to overly conservative plans because…

Cited by 7SourcecodeScholar
2021

PennSyn2Real: Training Object Recognition Models Without Human Labeling

RA-L 2021

Scalable training data generation is a critical problem in deep learning. We propose PennSyn2Real - a photo-realistic synthetic dataset consisting of more than 100 000 4K images of more than 20 types of micro aerial vehicles (MAVs). The dataset can be used to generate arbitrary numbers of training i

Cited by 8SourceScholar
2021

Scalable Reinforcement Learning Policies for Multi-Agent Control

IROS 2021poster

We develop a Multi-Agent Reinforcement Learning (MARL) method to learn scalable control policies for target tracking. Our method can handle an arbitrary number of pursuers and targets; we show results for tasks consisting up to 1000 pursuers tracking 1000 targets. We use a decentralized, partially-o…

Cited by 42SourcecodeScholar
2020

A Baseline for Few-Shot Image Classification

ICLR 2020poster

Fine-tuning a deep network trained with the standard cross-entropy loss is a strong baseline for few-shot learning. When fine-tuned transductively, this outperforms the current state-of-the-art on standard datasets such as Mini-ImageNet, Tiered-ImageNet, CIFAR-FS and FC-100 with the same hyper-param…

Cited by 757SourcecodeScholar
2020

BayesRace: Learning to race autonomously using prior experience

CoRL 2020

Autonomous race cars require perception, estimation, planning, and control modules which work together asynchronously while driving at the limit of a vehicle’s handling capability. A fundamental challenge encountered in designing these software components lies in predicting the vehicle’s future stat

2020

Fast, Accurate, and Simple Models for Tabular Data via Augmented Distillation

NeurIPS 2020poster

Automated machine learning (AutoML) can produce complex model ensembles by stacking, bagging, and boosting many individual models like trees, deep networks, and nearest neighbor estimators. While highly accurate, the resulting predictors are large, slow, and opaque as compared to their constituents.…

2020

Rethinking the Hyperparameters for Fine-tuning

ICLR 2020poster

Fine-tuning from pre-trained ImageNet models has become the de-facto standard for various computer vision tasks. Current practices for fine-tuning typically involve selecting an ad-hoc choice of hyperparameters and keeping them fixed to values normally used for training from scratch. This paper re-e…

Cited by 184SourcecodeScholar
2018

Stochastic gradient descent performs variational inference, converges to limit cycles for deep networks

ICLR 2018poster

Stochastic gradient descent (SGD) is widely believed to perform implicit regularization when used to train deep neural networks, but the precise manner in which this occurs has thus far been elusive. We prove that SGD minimizes an average potential over the posterior distribution of weights along wi…

Cited by 375SourcePDFScholar
2017

Entropy-SGD: Biasing Gradient Descent Into Wide Valleys

ICLR 2017poster

This paper proposes a new optimization algorithm called Entropy-SGD for training deep neural networks that is motivated by the local geometry of the energy landscape. Local extrema with low generalization error have a large proportion of almost-zero eigenvalues in the Hessian with very few positive…

Cited by 899SourcecodeScholar