← Search

Aditya Grover

67 accepted papers

2026

HoneyBee: Data Recipes for Vision-Language Reasoners

CVPR 2026

Recent advances in vision-language models (VLMs) have made them highly effective at reasoning tasks. However, the principles underlying the construction of performant VL reasoning training datasets remain poorly understood. In this work, we introduce several data curation approaches and study their

Cited by 0SourcecodeScholar
2026

Inpainting-Guided Policy Optimization for Diffusion Large Language Models

ICLR 2026poster

Masked diffusion large language models (dLLMs) are emerging as promising alternatives to autoregressive LLMs, offering competitive performance while supporting unique generation capabilities such as inpainting. We explore how inpainting can inform RL algorithm design for dLLMs. Aligning LLMs with re…

Cited by 0SourcecodeScholar
2026

Lavida-O: Elastic Large Masked Diffusion Models for Unified Multimodal Understanding and Generation

ICLR 2026poster

We propose Lavida-O, a unified Masked Diffusion Model (MDM) for multimodal understanding and generation. Unlike existing multimodal MDMs such as MMaDa and Muddit which only support simple image-level understanding tasks and low-resolution image generation, Lavida-O presents a single framework that…

Cited by 0SourceScholar
2026

Lavida-R1: Advancing Reasoning for Unified Multimodal Diffusion Language Models

ICML 2026poster

Diffusion language models (dLLMs) recently emerged as a promising alternative to auto-regressive LLMs. The latest works further extended it to multimodal understanding and generation tasks. In this work, we propose LaViDa-R1, a multimodal, general-purpose reasoning dLLM. Unlike existing works that b…

Cited by 0SourceScholar
2026

OpenThoughts: Data Recipes for Reasoning Models

ICLR 2026oral

Reasoning models have made rapid progress on many benchmarks involving math, code, and science. Yet, there are still many open questions about the best train- ing recipes for reasoning since state-of-the-art models often rely on proprietary datasets with little to no public information available. To…

Cited by 0SourcecodeScholar
2026

Planned Diffusion

ICLR 2026poster

A central challenge in large language model inference is the trade-off between generation speed and output quality. Autoregressive models produce high-quality text but generate tokens sequentially. Diffusion models can generate tokens in parallel but often need many iterations to match the same qual…

Cited by 0SourcecodeScholar
2026

Self-Distilled Reasoner: On-Policy Self-Distillation for Large Language Models

ICML 2026poster

Knowledge distillation improves large language model (LLM) reasoning by compressing the knowledge of a teacher LLM to train smaller LLMs. On-policy distillation advances this approach by having the student sample its own trajectories while a teacher LLM provides dense token-level supervision, addres…

Cited by 0SourceScholar
2026

Sparse-LaViDa: Sparse Multimodal Discrete Diffusion Language Models

CVPR 2026

Masked Discrete Diffusion Models (MDMs) have achieved strong performance across a wide range of multimodal tasks, including image understanding, generation, and editing. However, their inference speed remains suboptimal due to the need to repeatedly process redundant masked tokens at every sampling

Cited by 0SourceScholar
2026

VideoPhy-2: A Challenging Action-Centric Physical Commonsense Evaluation in Video Generation

ICLR 2026poster

Large-scale video generative models, capable of creating realistic videos of diverse visual concepts, are strong candidates for general-purpose physical world simulators. However, their adherence to physical commonsense across real-world actions remains unclear (e.g., playing tennis, backflip). Exis…

Cited by 0SourcecodeScholar
2025

Accelerating Diffusion LLMs via Adaptive Parallel Decoding

NeurIPS 2025spotlight

The generation speed of LLMs are bottlenecked by autoregressive decoding, where tokens are predicted sequentially one by one. Alternatively, diffusion large language models (dLLMs) theoretically allow for parallel token generation, but in practice struggle to achieve the speed of autoregressive mode…

Cited by 0SourceScholar
2025

Comparing Bad Apples to Good Oranges Aligning Large Language Models via Joint Preference Optimization

ACL 2025finding

A common technique for aligning large language models (LLMs) relies on acquiring human preferences by comparing multiple generations conditioned on a fixed context. This method, however, relies solely on pairwise comparisons, where the generations are evaluated within an identical context. While eff…

2025

LaViDa: A Large Diffusion Model for Vision-Language Understanding

NeurIPS 2025spotlight

Modern Vision-Language Models (VLMs) can solve a wide range of tasks requiring visual reasoning. In real-world scenarios, desirable properties for VLMs include fast inference and controllable generation (e.g., constraining outputs to adhere to a desired format). However, existing autoregressive (AR)…

Cited by 0SourcecodeScholar
2025

MedMax: Mixed-Modal Instruction Tuning for Training Biomedical Assistants

NeurIPS 2025poster

Recent advancements in mixed-modal generative have opened new avenues for developing unified biomedical assistants capable of analyzing biomedical images, answering complex questions about them, and generating multimodal patient reports. However, existing datasets face challenges such as small sizes…

Cited by 0SourcecodeScholar
2025

OmniCast: A Masked Latent Diffusion Model for Weather Forecasting Across Time Scales

NeurIPS 2025poster

Accurate weather forecasting across time scales is critical for anticipating and mitigating the impacts of climate change. Recent data-driven methods based on deep learning have achieved significant success in the medium range, but struggle at longer subseasonal-to-seasonal (S2S) horizons due to err…

Cited by 0SourcecodeScholar
2025

OmniFlow: Any-to-Any Generation with Multi-Modal Rectified Flows

CVPR 2025poster

We introduce OminiFlow, a novel generative model designed for any-to-any generation tasks such as text-to-image, text-to-audio, and audio-to-image synthesis. OminiFlow advances the rectified flow (RF) framework used in text-to-image models to handle the joint distribution of multiple modalities. It…

2025

Prepacking: A Simple Method for Fast Prefilling and Increased Throughput in Large Language Models

AISTATS 2025poster

During inference for transformer-based large language models (LLM), prefilling is the computation of the key-value (KV) cache for input tokens in the prompt prior to autoregressive generation. For longer input prompt lengths, prefilling will incur a significant overhead on decoding time. In this wor…

Cited by 0SourcecodeScholar
2025

Reflect-DiT: Inference-Time Scaling for Text-to-Image Diffusion Transformers via In-Context Reflection

ICCV 2025poster

The predominant approach to advancing text-to-image generation has been training-time scaling, where larger models are trained on more data using greater computational resources. While effective, this approach is computationally expensive, leading to growing interest in inference-time scaling to imp…

2025

VideoPhy: Evaluating Physical Commonsense for Video Generation

ICLR 2025poster

Recent advances in internet-scale video data pretraining have led to the development of text-to-video generative models that can create high-quality videos across a broad range of visual concepts, synthesize realistic motions and render complex objects. Hence, these generative models have the potent…

2025

d1: Scaling Reasoning in Diffusion Large Language Models via Reinforcement Learning

NeurIPS 2025spotlight

Recent large language models (LLMs) have demonstrated strong reasoning capabilities that benefits from online reinforcement learning (RL). These capabilities have primarily been demonstrated within the left-to-right autoregressive (AR) generation paradigm. In contrast, non-autoregressive paradigms…

Cited by 0SourceScholar
2024

ChaosBench: A Multi-Channel, Physics-Based Benchmark for Subseasonal-to-Seasonal Climate Prediction

NeurIPS 2024oral

Accurate prediction of climate in the subseasonal-to-seasonal scale is crucial for disaster preparedness and robust decision making amidst climate change. Yet, forecasting beyond the weather timescale is challenging because it deals with problems other than initial condition, including boundary inte…

2024

Group Preference Optimization: Few-Shot Alignment of Large Language Models

ICLR 2024poster

Many applications of large language models (LLMs), ranging from chatbots to creative writing, require nuanced subjective judgments that can differ significantly across different groups. Existing alignment algorithms can be expensive to align for each group, requiring prohibitive amounts of group-spe…

2024

Mamba-ND: Selective State Space Modeling for Multi-Dimensional Data

ECCV 2024oral

"In recent years, Transformers have become the de-facto architecture for sequence modeling on text and multi-dimensional data, such as images and video. However, the use of self-attention layers in a Transformer incurs prohibitive compute and memory complexity that scales quadratically w.r.t. the se…

2024

Peering Through Preferences: Unraveling Feedback Acquisition for Aligning Large Language Models

ICLR 2024poster

Aligning large language models (LLMs) with human values and intents critically involves the use of human or AI feedback. While dense feedback annotations are expensive to acquire and integrate, sparse feedback presents a structural design choice between ratings (e.g., score Response A on a scale of…

2024

Probing the Decision Boundaries of In-context Learning in Large Language Models

NeurIPS 2024poster

In-context learning is an emergent paradigm in large language models (LLMs) that enables them to generalize to new tasks and domains by simply prompting these models with a few exemplars without explicit parameter updates. Many attempts have been made to understand in-context learning in LLMs as a f…

2024

Scaling transformer neural networks for skillful and reliable medium-range weather forecasting

NeurIPS 2024poster

Weather forecasting is a fundamental problem for anticipating and mitigating the impacts of climate change. Recently, data-driven approaches for weather forecasting based on deep learning have shown great promise, achieving accuracies that are competitive with operational systems. However, those met…

2024

VideoCon: Robust Video-Language Alignment via Contrast Captions

CVPR 2024poster

Despite being (pre)trained on a massive amount of data state-of-the-art video-language alignment models are not robust to semantically-plausible contrastive changes in the video captions. Our work addresses this by identifying a broad spectrum of contrast misalignments such as replacing entities act…

2023

CleanCLIP: Mitigating Data Poisoning Attacks in Multimodal Contrastive Learning

ICCV 2023oral

Multimodal contrastive pretraining has been used to train multimodal representation models, such as CLIP, on large amounts of paired image-text data. However, previous studies have revealed that such models are vulnerable to backdoor attacks. Specifically, when trained on backdoored examples, CLIP l…

Cited by 58PDFcodeScholar
2023

ClimaX: A foundation model for weather and climate

ICML 2023poster

Recent data-driven approaches based on machine learning aim to directly solve a downstream forecasting or projection task by learning a data-driven functional mapping using deep neural networks. However, these networks are trained using curated and homogeneous climate datasets for specific spatiotem…

2023

ClimateLearn: Benchmarking Machine Learning for Weather and Climate Modeling

NeurIPS 2023poster

Modeling weather and climate is an essential endeavor to understand the near- and long-term impacts of climate change, as well as to inform technology and policymaking for adaptation and mitigation efforts. In recent years, there has been a surging interest in applying data-driven methods based on m…

2023

Decision Stacks: Flexible Reinforcement Learning via Modular Generative Models

NeurIPS 2023poster

Reinforcement learning presents an attractive paradigm to reason about several distinct aspects of sequential decision making, such as specifying complex goals, planning future observations and actions, and critiquing their utilities. However, the combined integration of these capabilities poses com…

2023

Diffusion Models for Black-Box Optimization

ICML 2023poster

The goal of offline black-box optimization (BBO) is to optimize an expensive black-box function using a fixed dataset of function evaluations. Prior works consider forward approaches that learn surrogates to the black-box function and inverse approaches that directly map function values to correspon…

2023

ExPT: Synthetic Pretraining for Few-Shot Experimental Design

NeurIPS 2023poster

Experimental design is a fundamental problem in many science and engineering fields. In this problem, sample efficiency is crucial due to the time, money, and safety costs of real-world design evaluations. Existing approaches either rely on active data collection or access to large, labeled datasets…

2023

Generative Pretraining for Black-Box Optimization

ICML 2023poster

Many problems in science and engineering involve optimizing an expensive black-box function over a high-dimensional space. In the offline model-based optimization (MBO) setting, we assume access to a fixed, offline dataset for pretraining and a small budget for online function evaluations. Prior app…

2023

Scaling Pareto-Efficient Decision Making via Offline Multi-Objective RL

ICLR 2023poster

The goal of multi-objective reinforcement learning (MORL) is to learn policies that simultaneously optimize multiple competing objectives. In practice, an agent's preferences over the objectives may not be known apriori, and hence, we require policies that can generalize to arbitrary preferences at…

2023

Semi-Supervised Offline Reinforcement Learning with Action-Free Trajectories

ICML 2023poster

Natural agents can effectively learn from multiple data sources that differ in size, quality, and types of measurements. We study this heterogeneity in the context of offline reinforcement learning (RL) by introducing a new, practically motivated semi-supervised setting. Here, an agent has access to…

2022

CyCLIP: Cyclic Contrastive Language-Image Pretraining

NeurIPS 2022accept

Recent advances in contrastive representation learning over paired image-text data have led to models such as CLIP that achieve state-of-the-art performance for zero-shot classification and distributional robustness. Such models typically require joint reasoning in the image and text representation…

2022

Frame Averaging for Invariant and Equivariant Network Design

ICLR 2022oral

Many machine learning tasks involve learning functions that are known to be invariant or equivariant to certain symmetries of the input data. However, it is often challenging to design neural network architectures that respect these symmetries while being expressive and computationally efficient. Fo…

Cited by 152SourcePDFScholar
2022

Frozen Pretrained Transformers as Universal Computation Engines

AAAI 2022technical

We investigate the capability of a transformer pretrained on natural language to generalize to other modalities with minimal finetuning -- in particular, without finetuning of the self-attention and feedforward layers of the residual blocks. We consider such a model, which we call a Frozen Pretraine…

2022

It Takes Four to Tango: Multiagent Self Play for Automatic Curriculum Generation

ICLR 2022poster

We are interested in training general-purpose reinforcement learning agents that can solve a wide variety of goals. Training such agents efficiently requires automatic generation of a goal curriculum. This is challenging as it requires (a) exploring goals of increasing difficulty, while ensuring tha…

2022

Learning from an Exploring Demonstrator: Optimal Reward Estimation for Bandits

AISTATS 2022poster

We introduce the “inverse bandit” problem of estimating the rewards of a multi-armed bandit instance from observing the learning process of a low-regret demonstrator. Existing approaches to the related problem of inverse reinforcement learning assume the execution of an optimal policy, and thereby s…

2022

Masked Autoencoding for Scalable and Generalizable Decision Making

NeurIPS 2022accept

We are interested in learning scalable agents for reinforcement learning that can learn from large-scale, diverse sequential data similar to current large vision and language models. To this end, this paper presents masked decision prediction (MaskDP), a simple and scalable self-supervised pretraini…

2022

Matching Normalizing Flows and Probability Paths on Manifolds

ICML 2022spotlight

Continuous Normalizing Flows (CNFs) are a class of generative models that transform a prior distribution to a model distribution by solving an ordinary differential equation (ODE). We propose to train CNFs on manifolds by minimizing probability path divergence (PPD), a novel family of divergences be…

Cited by 46SourcePDFScholar
2022

Transformer Neural Processes: Uncertainty-Aware Meta Learning Via Sequence Modeling

ICML 2022spotlight

Neural Processes (NPs) are a popular class of approaches for meta-learning. Similar to Gaussian Processes (GPs), NPs define distributions over functions and can estimate uncertainty in their predictions. However, unlike GPs, NPs and their variants suffer from underfitting and often have intractable…

2021

Anytime Sampling for Autoregressive Models via Ordered Autoencoding

ICLR 2021poster

Autoregressive models are widely used for tasks such as image and audio generation. The sampling process of these models, however, does not allow interruptions and cannot adapt to real-time computational resources. This challenge impedes the deployment of powerful autoregressive models, which involv…

2021

BCD Nets: Scalable Variational Approaches for Bayesian Causal Discovery

NeurIPS 2021poster

A structural equation model (SEM) is an effective framework to reason over causal relationships represented via a directed acyclic graph (DAG). Recent advances have enabled effective maximum-likelihood point estimation of DAGs from observational data. However, a point estimate may not accurately ca…

2021

Decision Transformer: Reinforcement Learning via Sequence Modeling

NeurIPS 2021poster

We introduce a framework that abstracts Reinforcement Learning (RL) as a sequence modeling problem. This allows us to draw upon the simplicity and scalability of the Transformer architecture, and associated advances in language modeling such as GPT-x and BERT. In particular, we present Decision Tran…

2021

Moser Flow: Divergence-based Generative Modeling on Manifolds

NeurIPS 2021oral

We are interested in learning generative models for complex geometries described via manifolds, such as spheres, tori, and other implicit surfaces. Current extensions of existing (Euclidean) generative models are restricted to specific geometries and typically suffer from high computational costs.…

2021

PiRank: Scalable Learning To Rank via Differentiable Sorting

NeurIPS 2021poster

A key challenge with machine learning approaches for ranking is the gap between the performance metrics of interest and the surrogate loss functions that can be optimized with gradient-based methods. This gap arises because ranking metrics typically involve a sorting operation which is not different…

2021

Reset-Free Lifelong Learning with Skill-Space Planning

ICLR 2021poster

The objective of \textit{lifelong} reinforcement learning (RL) is to optimize agents which can continuously adapt and interact in changing environments. However, current RL approaches fail drastically when environments are non-stationary and interactions are non-episodic. We propose \textit{Lifelong…

2020

Fair Generative Modeling via Weak Supervision

ICML 2020poster

Real-world datasets are often biased with respect to key demographic factors such as race and gender. Due to the latent nature of the underlying factors, detecting and mitigating bias is especially challenging for unsupervised machine learning. We present a weakly supervised algorithm for overcoming…

2020

Permutation Invariant Graph Generation via Score-Based Generative Modeling

AISTATS 2020poster

Learning generative models for graph-structured data is challenging because graphs are discrete, combinatorial, and the underlying data distribution is invariant to the ordering of nodes. However, most of the existing generative models for graphs are not invariant to the chosen ordering, which might…

2019

Bias Correction of Learned Generative Models using Likelihood-Free Importance Weighting

NeurIPS 2019poster

A learned generative model often produces biased statistics relative to the underlying data distribution. A standard technique to correct this bias is importance sampling, where samples from the model are weighted by the likelihood ratio under model and true distributions. When the likelihood ratio…

Cited by 156SourcePDFScholar
2019

Learning Controllable Fair Representations

AISTATS 2019poster

Learning data representations that are transferable and are fair with respect to certain protected attributes is crucial to reducing unfair decisions while preserving the utility of the data. We propose an information-theoretically motivated objective for learning maximally expressive representation…

2019

Neural Joint Source-Channel Coding

ICML 2019oral

For reliable transmission across a noisy communication channel, classical results from information theory show that it is asymptotically optimal to separate out the source and channel coding processes. However, this decomposition can fall short in the finite bit-length regime, as it requires non-tri…

2019

Stochastic Optimization of Sorting Networks via Continuous Relaxations

ICLR 2019poster

Sorting input objects is an important step in many machine learning pipelines. However, the sorting operator is non-differentiable with respect to its inputs, which prohibits end-to-end gradient-based optimization. In this work, we propose NeuralSort, a general-purpose continuous relaxation of the o…

2019

Uncertainty Autoencoders: Learning Compressed Representations via Variational Information Maximization

AISTATS 2019poster

Compressed sensing techniques enable efficient acquisition and recovery of sparse, highdimensional data signals via low-dimensional projections. In this work, we propose Uncertainty Autoencoders, a learning framework for unsupervised representation learning inspired by compressed sensing. We treat t…

Cited by 63SourcePDFScholar
2018

Best arm identification in multi-armed bandits with delayed feedback

AISTATS 2018poster

In this paper, we propose a generalization of the best arm identification problem in stochastic multi-armed bandits (MAB) to the setting where every pull of an arm is associated with delayed feedbacks. The delay in feedbacks increases the effective sample complexity of the algorithm, but can be offs…

Cited by 0SourcePDFScholar
2018

Learning Policy Representations in Multiagent Systems

ICML 2018oral

Modeling agent behavior is central to understanding the emergence of complex phenomena in multiagent systems. Prior work in agent modeling has largely been task-specific and driven by hand-engineering domain-specific prior knowledge. We propose a general learning framework for modeling agent behavio…

Cited by 153SourcePDFScholar
2018

Modeling Sparse Deviations for Compressed Sensing using Generative Models

ICML 2018oral

In compressed sensing, a small number of linear measurements can be used to reconstruct an unknown signal. Existing approaches leverage assumptions on the structure of these signals, such as sparsity or the availability of a generative model. A domain-specific generative model can provide a stronger…

Cited by 98SourcePDFScholar
2018

Streamlining Variational Inference for Constraint Satisfaction Problems

NeurIPS 2018poster

Several algorithms for solving constraint satisfaction problems are based on survey propagation, a variational inference scheme used to obtain approximate marginal probability estimates for variable assignments. These marginals correspond to how frequently each variable is set to true among satisfyi…

2018

Variational Rejection Sampling

AISTATS 2018poster

Learning latent variable models with stochastic variational inference is challenging when the approximate posterior is far from the true posterior, due to high variance in the gradient estimates. We propose a novel rejection sampling step that discards samples from the variational posterior which ar…

Cited by 0SourcePDFScholar