← Search

Malik Boudiaf

13 accepted papers

2024

LP++: A Surprisingly Strong Linear Probe for Few-Shot CLIP

CVPR 2024poster

In a recent strongly emergent literature on few-shot CLIP adaptation Linear Probe (LP) has been often reported as a weak baseline. This has motivated intensive research building convoluted prompt learning or feature adaptation strategies. In this work we propose and examine from convex-optimization…

2024

SaulLM-54B & SaulLM-141B: Scaling Up Domain Adaptation for the Legal Domain

NeurIPS 2024poster

In this paper, we introduce SaulLM-medium and SaulLM-large, two large language models (LLMs) families tailored for the legal sector. These models, which feature architectures of 54 billion and 140 billion parameters, respectively, are based on the Mixtral architecture. The development of SaulLM-54B…

Cited by 8SourcePDFScholar
2023

A Strong Baseline for Generalized Few-Shot Semantic Segmentation

CVPR 2023poster

This paper introduces a generalized few-shot segmentation framework with a straightforward training process and an easy-to-optimize inference phase. In particular, we propose a simple yet effective model based on the well-known InfoMax principle, where the Mutual Information (MI) between the learned…

2023

In Search for a Generalizable Method for Source Free Domain Adaptation

ICML 2023poster

Source-free domain adaptation (SFDA) is compelling because it allows adapting an off-the-shelf model to a new domain using only unlabelled data. In this work, we apply existing SFDA techniques to a challenging set of naturally-occurring distribution shifts in bioacoustics, which are very different f…

Cited by 19SourcePDFScholar
2023

Open-Set Likelihood Maximization for Few-Shot Learning

CVPR 2023poster

We tackle the Few-Shot Open-Set Recognition (FSOSR) problem, i.e. classifying instances among a set of classes for which we only have a few labeled samples, while simultaneously detecting instances that do not belong to any known class. We explore the popular transductive setting, which leverages th…

2023

Transductive Learning for Textual Few-Shot Classification in API-based Embedding Models

EMNLP 2023long main

Proprietary and closed APIs are becoming increasingly common to process natural language, and are impacting the practical applications of natural language processing, including few-shot classification. Few-shot classification involves training a model to perform a new classification task with a hand…

Cited by 0SourceScholar
2022

A Differential Entropy Estimator for Training Neural Networks

ICML 2022spotlight

Mutual Information (MI) has been widely used as a loss regularizer for training neural networks. This has been particularly effective when learn disentangled or compressed representations of high dimensional data. However, differential entropy (DE), another fundamental measure of information, has no…

2022

Towards Practical Few-shot Query Sets: Transductive Minimum Description Length Inference

NeurIPS 2022accept

Standard few-shot benchmarks are often built upon simplifying assumptions on the query sets, which may not always hold in practice. In particular, for each task at testing time, the classes effectively present in the unlabeled query set are known a priori, and correspond exactly to the set of classe…

2021

Few-Shot Segmentation Without Meta-Learning: A Good Transductive Inference Is All You Need?

CVPR 2021poster

We show that the way inference is performed in few-shot segmentation tasks has a substantial effect on performances--an aspect often overlooked in the literature in favor of the meta-learning paradigm. We introduce a transductive inference for a given query image, leveraging the statistics of its un…

Cited by 240PDFcodeScholar
2021

Realistic evaluation of transductive few-shot learning

NeurIPS 2021poster

Transductive inference is widely used in few-shot learning, as it leverages the statistics of the unlabeled query set of a few-shot task, typically yielding substantially better performances than its inductive counterpart. The current few-shot benchmarks use perfectly class-balanced tasks at infere…

2020

A unifying mutual information view of metric learning: cross-entropy vs. pairwise losses

ECCV 2020poster

Recently, substantial research efforts in Deep Metric Learning (DML) focused on designing complex pairwise-distance losses, which require convoluted schemes to ease optimization, such as sample mining or pair weighting. The standard cross-entropy loss for classification has been largely overlooked i…

2020

Information Maximization for Few-Shot Learning

NeurIPS 2020poster

We introduce Transductive Infomation Maximization (TIM) for few-shot learning. Our method maximizes the mutual information between the query features and their label predictions for a given few-shot task, in conjunction with a supervision loss based on the support set. Furthermore, we propose a new…