← Search

Dhruv Mahajan

27 accepted papers

2025

A Systematic Examination of Preference Learning through the Lens of Instruction-Following

NAACL 2025long

In this work we systematically investigate how specific attributes of preference datasets affect the alignment and downstream performance of LLMs in instruction-following tasks. We use a novel synthetic data generation pipeline to generate 48,000 unique instruction-following prompts with combination…

2025

Law of the Weakest Link: Cross Capabilities of Large Language Models

ICLR 2025poster

The development and evaluation of Large Language Models (LLMs) have largely focused on individual capabilities. However, this overlooks the intersection of multiple abilities across different types of expertise that are often required for real-world tasks, which we term **cross capabilities**. To sy…

2025

Self-Generated Critiques Boost Reward Modeling for Language Models

NAACL 2025long

Reward modeling is crucial for aligning large language models (LLMs) with human preferences, especially in reinforcement learning from human feedback (RLHF). However, current reward models mainly produce scalar scores and struggle to incorporate critiques in a natural language format. We hypothesize…

Cited by 20SourcePDFScholar
2024

Context Diffusion: In-Context Aware Image Generation

ECCV 2024poster

"We propose Context Diffusion, a diffusion-based framework that enables image generation models to learn from visual examples presented in context. Recent work tackles such in-context learning for image generation, where a query image is provided alongside context examples and text prompts. However,…

Cited by 9SourcePDFScholar
2024

Text-to-Sticker: Style Tailoring Latent Diffusion Models for Human Expression

ECCV 2024poster

"We introduce Style Tailoring, a recipe to finetune Latent Diffusion Models (LDMs) in a distinct domain with high visual quality, prompt alignment and scene diversity. We choose sticker image generation as the target domain, as the images significantly differ from photorealistic samples typically ge…

Cited by 5SourcePDFScholar
2023

Filtering, Distillation, and Hard Negatives for Vision-Language Pre-Training

CVPR 2023poster

Vision-language models trained with contrastive learning on large-scale noisy data are becoming increasingly popular for zero-shot recognition problems. In this paper we improve the following three aspects of the contrastive pre-training pipeline: dataset noise, model initialization and the training…

2023

PACO: Parts and Attributes of Common Objects

CVPR 2023highlight

Object models are gradually progressing from predicting just category labels to providing detailed descriptions of object instances. This motivates the need for large datasets which go beyond traditional object masks and provide richer annotations such as part masks and attributes. Hence, we introdu…

2022

Making Heads or Tails: Towards Semantically Consistent Visual Counterfactuals

ECCV 2022poster

"A visual counterfactual explanation replaces image regions in a query image with regions from a distractor image such that the system’s decision on the transformed image changes to the distractor class. In this work, we present a novel framework for computing visual counterfactual explanations base…

2022

Revisiting Weakly Supervised Pre-Training of Visual Perception Models

CVPR 2022poster

Model pre-training is a cornerstone of modern visual recognition systems. Although fully supervised pre-training on datasets like ImageNet is still the de-facto standard, recent studies suggest that large-scale weakly supervised pre-training can outperform fully supervised approaches. This paper rev…

Cited by 96PDFcodeScholar
2021

Weakly Supervised Instance Segmentation for Videos With Temporal Mask Consistency

CVPR 2021poster

Weakly supervised instance segmentation reduces the cost of annotations required to train models. However, existing approaches which rely only on image-level class labels predominantly suffer from errors due to (a) partial segmentation of objects and (b) missing object predictions. We show that thes…

Cited by 31PDFScholar
2020

ClusterFit: Improving Generalization of Visual Representations

CVPR 2020poster

Pre-training convolutional neural networks with weakly-supervised and self-supervised strategies is becoming increasingly popular for several computer vision tasks. However, due to the lack of strong discriminative signals, these learned representations may overfit to the pre-training objective (e.g…

Cited by 167PDFcodeScholar
2020

Don't Judge an Object by Its Context: Learning to Overcome Contextual Bias

CVPR 2020oral

Existing models often leverage co-occurrences between objects and their context to improve recognition accuracy. However, strongly relying on context risks a model's generalizability, especially when typical co-occurrence patterns are absent. This work focuses on addressing such contextual biases to…

Cited by 141PDFScholar
2020

From Patches to Pictures (PaQ-2-PiQ): Mapping the Perceptual Space of Picture Quality

CVPR 2020poster

Blind or no-reference (NR) perceptual picture quality prediction is a difficult, unsolved problem of great consequence to the social and streaming media industries that impacts billions of viewers daily. Unfortunately, popular NR prediction models perform poorly on real-world distorted pictures. To…

Cited by 397PDFScholar
2020

Self-Supervised Learning by Cross-Modal Audio-Video Clustering

NeurIPS 2020spotlight

Visual and audio modalities are highly correlated, yet they contain different information. Their strong correlation makes it possible to predict the semantics of one from the other with good accuracy. Their intrinsic differences make cross-modal prediction a potentially more rewarding pretext task f…

2019

Activity Driven Weakly Supervised Object Detection

CVPR 2019poster

Weakly supervised object detection aims at reducing the amount of supervision required to train detection models. Such models are traditionally learned from images/videos labelled only with the object class and not the object bounding box. In our work, we try to leverage not only the object class la…

Cited by 40PDFScholar
2019

Defense Against Adversarial Images Using Web-Scale Nearest-Neighbor Search

CVPR 2019oral

A plethora of recent work has shown that convolutional networks are not robust to adversarial images: images that are created by perturbing a sample from the data distribution as to maximize the loss on the perturbed example. In this work, we hypothesize that adversarial perturbations move the image…

Cited by 72PDFScholar
2019

Large-Scale Weakly-Supervised Pre-Training for Video Action Recognition

CVPR 2019poster

Current fully-supervised video datasets consist of only a few hundred thousand videos and fewer than a thousand domain-specific labels. This hinders the progress towards advanced video architectures. This paper presents an in-depth study of using large volumes of web videos for pre-training video mo…

Cited by 391PDFcodeScholar
2019

Scaling and Benchmarking Self-Supervised Visual Representation Learning

ICCV 2019poster

Self-supervised learning aims to learn representations from the data itself without explicit manual supervision. Existing efforts ignore a crucial aspect of self-supervised learning - the ability to scale to large amount of data because self-supervision requires no manual labels. In this work, we re…

Cited by 432PDFcodeScholar
2018

Batch-Expansion Training: An Efficient Optimization Framework

AISTATS 2018poster

We propose Batch-Expansion Training (BET), a framework for running a batch optimizer on a gradually expanding dataset. As opposed to stochastic approaches, batches do not need to be resampled i.i.d. at every iteration, thus making BET more resource efficient in a distributed setting, and when disk-a…

Cited by 0SourcePDFScholar
2018

Exploring the Limits of Weakly Supervised Pretraining

ECCV 2018poster

State-of-the-art visual perception models for a wide range of tasks rely on supervised pretraining. ImageNet classification is the de facto pretraining task for these models. Yet, ImageNet is now nearly ten years old and is by modern standards "small". Even so, relatively little is known about the b…

2018

What Makes a Video a Video: Analyzing Temporal Information in Video Understanding Models and Datasets

CVPR 2018poster

The ability to capture temporal information has been critical to the development of video understanding models. While there have been numerous attempts at modeling motion in videos, an explicit analysis of the effect of temporal information for video understanding is still missing. In this work, we…

Cited by 181SourcePDFScholar
2017

Gradient Boosted Decision Trees for High Dimensional Sparse Output

ICML 2017poster

In this paper, we study the gradient boosted decision trees (GBDT) when the output space is high dimensional and sparse. For example, in multilabel classification, the output space is a $L$-dimensional 0/1 vector, where $L$ is number of labels that can grow to millions and beyond in many modern appl…