← Search

Rahul Bhotika

12 accepted papers

2025

DPL: Diverse Preference Learning Without A Reference Model

NAACL 2025long

In direct preference alignment in LLMs, most existing methods seek to retrieve the reward function directly from preference data. However, real-world preference data often contains diversity in preference annotations reflective of true human preferences. Existing algorithms, including KTO, do not di…

Cited by 0SourcePDFScholar
2023

Masked Vision and Language Modeling for Multi-modal Representation Learning

ICLR 2023poster

In this paper, we study how to use masked signal modeling in vision and language (V+L) representation learning. Instead of developing masked language modeling (MLM) and masked image modeling (MIM) independently, we propose to build joint masked vision and language modeling, where the masked signal o…

Cited by 76SourcePDFScholar
2022

Class-Incremental Learning With Strong Pre-Trained Models

CVPR 2022poster

Class-incremental learning (CIL) has been widely studied under the setting of starting from a small number of classes (base classes). Instead, we explore an understudied real-world setting of CIL that starts with a strong model pre-trained on a large number of base classes. We hypothesize that a str…

Cited by 94PDFcodeScholar
2022

Semi-supervised Vision Transformers at Scale

NeurIPS 2022accept

We study semi-supervised learning (SSL) for vision transformers (ViT), an under-explored topic despite the wide adoption of the ViT architectures to different tasks. To tackle this problem, we use a SSL pipeline, consisting of first un/self-supervised pre-training, followed by supervised fine-tuning…

2022

Task Adaptive Parameter Sharing for Multi-Task Learning

CVPR 2022poster

Adapting pre-trained models with broad capabilities has become standard practice for learning a wide range of downstream tasks. The typical approach of fine-tuning different models for each task is performant, but incurs a substantial memory cost. To efficiently learn multiple downstream tasks we in…

Cited by 84PDFScholar
2022

X-DETR: A Versatile Architecture for Instance-Wise Vision-Language Tasks

ECCV 2022poster

"In this paper, we study the challenging instance-wise vision-language tasks, where the free-form language is required to align with the objects instead of the whole image. To address these tasks, we propose X-DETR, whose architecture has three major components: an object detector, a language encode…

2021

End-to-End Piece-Wise Unwarping of Document Images

ICCV 2021poster

Document unwarping attempts to undo the physical deformation of the paper and recover a 'flatbed' scanned document-image for downstream tasks such as OCR. Current state-of-the-art relies on global unwarping of the document which is not robust to local deformation changes. Moreover, a global unwarpin…

Cited by 36PDFScholar
2021

Estimating informativeness of samples with Smooth Unique Information

ICLR 2021poster

We define a notion of information that an individual sample provides to the training of a neural network, and we specialize it to measure both how much a sample informs the final weights and how much it informs the function computed by the weights. Though related, we show that these quantities have…

2020

Incremental Few-Shot Meta-Learning via Indirect Discriminant Alignment

ECCV 2020poster

We propose a method to train a model so it can learn new classification tasks while improving with each task solved. This amounts to combining meta-learning with incremental learning. Different tasks can have disjoint classes, so one cannot directly align different classifiers as done in model disti…

Cited by 30SourcePDFScholar
2020

Predicting Training Time Without Training

NeurIPS 2020poster

We tackle the problem of predicting the number of optimization steps that a pre-trained deep network needs to converge to a given value of the loss function. To do so, we leverage the fact that the training dynamics of a deep network during fine-tuning are well approximated by those of a linearized…

Cited by 30SourcePDFScholar
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
2019

Few-Shot Learning With Embedded Class Models and Shot-Free Meta Training

ICCV 2019poster

We propose a method for learning embeddings for few-shot learning that is suitable for use with any number of shots (shot-free). Rather than fixing the class prototypes to be the Euclidean average of sample embeddings, we allow them to live in a higher-dimensional space (embedded class models) and l…

Cited by 227PDFScholar