← Search

Amit Roy-Chowdhury

21 accepted papers

2026

CooperTrim: Adaptive Data Selection for Uncertainty-Aware Cooperative Perception

ICLR 2026poster

Cooperative perception enables autonomous agents to share encoded representations over wireless communication to enhance each other’s live situational awareness. However, the tension between the limited communication bandwidth and the rich sensor information hinders its practical deployment. Recent…

Cited by 0SourceScholar
2026

Reducing Oracle Feedback with Vision Language Embeddings for Preference Based RL

ICRA 2026poster

Preference-based reinforcement learning (RL) offers a promising approach for aligning policies with human intent but is often constrained by the high cost of human feedback. In this work, we introduce ROVED, a framework that integrates Vision-Language Models (VLMs) with selective human feedback to s…

2025

A Certified Unlearning Approach without Access to Source Data

ICML 2025poster

With the growing adoption of data privacy regulations, the ability to erase private or copyrighted information from trained models has become a crucial requirement. Traditional unlearning methods often assume access to the complete training dataset, which is unrealistic in scenarios where the source…

Cited by 0SourcePDFScholar
2025

AdMiT: Adaptive Multi-Source Tuning in Dynamic Environments

CVPR 2025poster

Incorporating transformer models into edge devices poses a significant challenge due to the computational demands of adapting these large models across diverse applications. Parameter-efficient tuning (PET) methods (e.g. LoRA, Adapter, Visual Prompt Tuning, etc.) allow for targeted adaptation by mod…

Cited by 0SourcePDFScholar
2025

HEAL: An Empirical Study on Hallucinations in Embodied Agents Driven by Large Language Models

EMNLP 2025

Large language models (LLMs) are increasingly being adopted as the cognitive core of embodied agents. However, inherited hallucinations, which stem from failures to ground user instructions in the observed physical environment, can lead to navigation errors, such as searching for a refrigerator that

Cited by 0SourcePDFScholar
2025

Layer-wise Alignment: Examining Safety Alignment Across Image Encoder Layers in Vision Language Models

ICML 2025spotlight

Vision-language models (VLMs) have improved significantly in their capabilities, but their complex architecture makes their safety alignment challenging. In this paper, we reveal an uneven distribution of harmful information across the intermediate layers of the image encoder and show that skipping…

Cited by 0SourcePDFScholar
2025

Provable Benefits of Task-Specific Prompts for In-context Learning

AISTATS 2025poster

The in-context learning capabilities of modern language models have motivated a deeper mathematical understanding of sequence models. A line of recent work has shown that linear attention models can emulate projected gradient descent iterations to implicitly learn the task vector from the data provi…

Cited by 0SourcecodeScholar
2025

Theoretical Insights into In-context Learning with Unlabeled Data

NeurIPS 2025poster

Recent research shows that in-context learning (ICL) can be effective even when demonstrations have missing or incorrect labels. To shed light on this capability, we examine a canonical setting where the demonstrations are drawn according to a binary Gaussian mixture model (GMM) and a certain fracti…

Cited by 0SourceScholar
2025

Towards Generalizable Safety in Crowd Navigation via Conformal Uncertainty Handling

CoRL 2025poster

Mobile robots navigating in crowds trained using reinforcement learning are known to suffer performance degradation when faced with out-of-distribution scenarios. We propose that by properly accounting for the uncertainties of pedestrians, a robot can learn safe navigation policies that are robust t…

Cited by 0SourceScholar
2025

VOccl3D: A Video Benchmark Dataset for 3D Human Pose and Shape Estimation under real Occlusions

ICCV 2025poster

Human pose and shape (HPS) estimation methods have been extensively studied, with many demonstrating high zero-shot performance on in-the-wild images and videos. However, these methods often struggle in challenging scenarios involving complex human poses or significant occlusions. Although some stud…

Cited by 0SourcePDFScholar
2025

iFinder: Structured Zero-Shot Vision-Based LLM Grounding for Dash-Cam Video Reasoning

NeurIPS 2025poster

Grounding large language models (LLMs) in domain-specific tasks like post-hoc dash-cam driving video analysis is challenging due to their general-purpose training and lack of structured inductive biases. As vision is often the sole modality available for such analysis (i.e., no LiDAR, GPS, etc.), ex…

Cited by 0SourceScholar
2024

CONTRAST: Continual Multi-source Adaptation to Dynamic Distributions

NeurIPS 2024poster

Adapting to dynamic data distributions is a practical yet challenging task. One effective strategy is to use a model ensemble, which leverages the diverse expertise of different models to transfer knowledge to evolving data distributions. However, this approach faces difficulties when the dynamic te…

Cited by 1SourcePDFScholar
2024

Can Textual Unlearning Solve Cross-Modality Safety Alignment?

EMNLP 2024finding

Recent studies reveal that integrating new modalities into large language models (LLMs), such as vision-language models (VLMs), creates a new attack surface that bypasses existing safety training techniques like supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF). Whil…

Cited by 1SourcePDFScholar
2024

Selective Attention: Enhancing Transformer through Principled Context Control

NeurIPS 2024poster

The attention mechanism within the transformer architecture enables the model to weigh and combine tokens based on their relevance to the query. While self-attention has enjoyed major success, it notably treats all queries $q$ in the same way by applying the mapping $V^\top\text{softmax}(Kq)$, where…

2022

AVLEN: Audio-Visual-Language Embodied Navigation in 3D Environments

NeurIPS 2022accept

Recent years have seen embodied visual navigation advance in two distinct directions: (i) in equipping the AI agent to follow natural language instructions, and (ii) in making the navigable world multimodal, e.g., audio-visual navigation. However, the real world is not only multimodal, but also ofte…

Cited by 27SourcePDFScholar
2022

Blackbox Attacks via Surrogate Ensemble Search

NeurIPS 2022accept

Blackbox adversarial attacks can be categorized into transfer- and query-based attacks. Transfer methods do not require any feedback from the victim model, but provide lower success rates compared to query-based methods. Query attacks often require a large number of queries for success. To achieve…

2022

GAMA: Generative Adversarial Multi-Object Scene Attacks

NeurIPS 2022accept

The majority of methods for crafting adversarial attacks have focused on scenes with a single dominant object (e.g., images from ImageNet). On the other hand, natural scenes include multiple dominant objects that are semantically related. Thus, it is crucial to explore designing attack strategies th…

2021

Adversarial Attacks on Black Box Video Classifiers: Leveraging the Power of Geometric Transformations

NeurIPS 2021poster

When compared to the image classification models, black-box adversarial attacks against video classification models have been largely understudied. This could be possible because, with video, the temporal dimension poses significant additional challenges in gradient estimation. Query-efficient black…

2020

Connecting the Dots: Detecting Adversarial Perturbations Using Context Inconsistency

ECCV 2020poster

There has been a recent surge in research on adversarial perturbations that defeat Deep Neural Networks (DNNs); most of these attacks target object classifiers. Inspired by the observation that humans are able to recognize objects that appear out of place in a scene or along with other unlikely obje…

Cited by 52SourcePDFScholar