← Search

Avinash Ravichandran

24 accepted papers

2026

CLAP: Unsupervised 3D Representation Learning for Fusion 3D Perception via Curvature Sampling and Prototype Learning

ICLR 2026poster

Unsupervised 3D representation learning reduces the burden of labeling multimodal 3D data for fusion perception tasks. Among different pre-training paradigms, differentiable-rendering-based methods have shown most promise. However, existing works separately conduct pre-training for each modalities d…

Cited by 0SourcecodeScholar
2023

A Meta-Learning Approach to Predicting Performance and Data Requirements

CVPR 2023poster

We propose an approach to estimate the number of samples required for a model to reach a target performance. We find that the power law, the de facto principle to estimate model performance, leads to large error when using a small dataset (e.g., 5 samples per class) for extrapolation. This is becaus…

2023

Learning Expressive Prompting With Residuals for Vision Transformers

CVPR 2023poster

Prompt learning is an efficient approach to adapt transformers by inserting learnable set of parameters into the input and intermediate representations of a pre-trained model. In this work, we present Expressive Prompts with Residuals (EXPRES) which modifies the prompt learning paradigm specifically…

Cited by 23SourcePDFScholar
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
2023

WinCLIP: Zero-/Few-Shot Anomaly Classification and Segmentation

CVPR 2023poster

Visual anomaly classification and segmentation are vital for automating industrial quality inspection. The focus of prior research in the field has been on training custom models for each quality inspection task, which requires task-specific images and annotation. In this paper we move away from thi…

2023

Your representations are in the network: composable and parallel adaptation for large scale models

NeurIPS 2023poster

We present a framework for transfer learning that efficiently adapts a large base-model by learning lightweight cross-attention modules attached to its intermediate activations. We name our approach InCA (Introspective-Cross-Attention) and show that it can efficiently survey a network’s representati…

Cited by 3SourcePDFScholar
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

DIVA: Dataset Derivative of a Learning Task

ICLR 2022poster

We present a method to compute the derivative of a learning task with respect to a dataset. A learning task is a function from a training set to the validation error, which can be represented by a trained deep neural network (DNN). The ``dataset derivative'' is a linear operator, computed around the…

Cited by 7SourcePDFScholar
2022

Rethinking Few-Shot Object Detection on a Multi-Domain Benchmark

ECCV 2022poster

"Most existing works on few-shot object detection (FSOD) focus on a setting where both pre-training and few-shot learning datasets are from a similar domain. However, few-shot algorithms are important in multiple domains; hence evaluation needs to reflect the broad applications. We propose a Multi-d…

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

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…

2021

Exponential Moving Average Normalization for Self-Supervised and Semi-Supervised Learning

CVPR 2021poster

We present a plug-in replacement for batch normalization (BN) called exponential moving average normalization (EMAN), which improves the performance of existing student-teacher based self- and semi-supervised learning techniques. Unlike the standard BN, where the statistics are computed within each…

Cited by 150PDFcodeScholar
2021

LQF: Linear Quadratic Fine-Tuning

CVPR 2021poster

Classifiers that are linear in their parameters, and trained by optimizing a convex loss function, have predictable behavior with respect to changes in the training data, initial conditions, and optimization. Such desirable properties are absent in deep neural networks (DNNs), typically trained by n…

Cited by 32PDFScholar
2021

Mixed-Privacy Forgetting in Deep Networks

CVPR 2021poster

We show that the influence of a subset of the training samples can be removed -- or "forgotten" -- from the weights of a network trained on large-scale image classification tasks, and we provide strong computable bounds on the amount of remaining information after forgetting. Inspired by real-world…

Cited by 191PDFScholar
2021

Uniform Sampling over Episode Difficulty

NeurIPS 2021spotlight

Episodic training is a core ingredient of few-shot learning to train models on tasks with limited labelled data. Despite its success, episodic training remains largely understudied, prompting us to ask the question: what is the best way to sample episodes? In this paper, we first propose a method to…

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

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
2019

Meta-Learning With Differentiable Convex Optimization

CVPR 2019oral

Many meta-learning approaches for few-shot learning rely on simple base learners such as nearest-neighbor classifiers. However, even in the few-shot regime, discriminatively trained linear predictors can offer better generalization. We propose to use these predictors as base learners to learn repres…

Cited by 1664PDFcodeScholar
2019

Task2Vec: Task Embedding for Meta-Learning

ICCV 2019poster

We introduce a method to generate vectorial representations of visual classification tasks which can be used to reason about the nature of those tasks and their relations. Given a dataset with ground-truth labels and a loss function, we process images through a "probe network" and compute an embeddi…

Cited by 386PDFScholar