← Search

Jose Dolz

18 accepted papers

2026

Locality-Attending Vision Transformer

ICLR 2026poster

Vision transformers have demonstrated remarkable success in classification by leveraging global self-attention to capture long-range dependencies. However, this same mechanism can obscure fine-grained spatial details crucial for tasks such as segmentation. In this work, we seek to enhance the segmen…

Cited by 0SourcecodeScholar
2026

SoC: Semantic Orthogonal Calibration for Test-Time Prompt Tuning

CVPR 2026

With the increasing adoption of vision-language models (VLMs) in critical decision-making systems such as in healthcare or autonomous driving, the calibration of their uncertainty estimates has become paramount. Yet, this dimension has been largely underexplored in the VLM test-time prompt-tuning (T

Cited by 0SourcecodeScholar
2025

Correcting Deviations from Normality: A Reformulated Diffusion Model for Multi-Class Unsupervised Anomaly Detection

CVPR 2025poster

Recent advances in diffusion models have spurred research into their application for Reconstruction-based unsupervised anomaly detection. However, these methods may struggle with maintaining structural integrity and recovering the anomaly-free content of abnormal regions, especially in multi-class s…

2025

THUNDER: Tile-level Histopathology image UNDERstanding benchmark

NeurIPS 2025spotlight

Progress in a research field can be hard to assess, in particular when many concurrent methods are proposed in a short period of time. This is the case in digital pathology, where many foundation models have been released recently to serve as feature extractors for tile-level images, being used in a…

Cited by 0SourcecodeScholar
2025

ViLU: Learning Vision-Language Uncertainties for Failure Prediction

ICCV 2025poster

Reliable Uncertainty Quantification (UQ) and failure prediction remain open challenges for Vision-Language Models (VLMs). We introduce ViLU, a new Vision-Language Uncertainty quantification framework that contextualizes uncertainty estimates by leveraging all task-relevant textual representations. V…

Cited by 0SourcePDFScholar
2024

A Closer Look at the Few-Shot Adaptation of Large Vision-Language Models

CVPR 2024poster

Efficient transfer learning (ETL) is receiving increasing attention to adapt large pre-trained language-vision models on downstream tasks with a few labeled samples. While significant progress has been made we reveal that state-of-the-art ETL approaches exhibit strong performance only in narrowly-de…

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

Robust Calibration of Large Vision-Language Adapters

ECCV 2024poster

"This paper addresses the critical issue of miscalibration in CLIP-based model adaptation, particularly in the challenging scenario of out-of-distribution (OOD) samples, which has been overlooked in the existing literature on CLIP adaptation. We empirically demonstrate that popular CLIP adaptation a…

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

Class Adaptive Network Calibration

CVPR 2023poster

Recent studies have revealed that, beyond conventional accuracy, calibration should also be considered for training modern deep neural networks. To address miscalibration during learning, some methods have explored different penalty functions as part of the learning objective, alongside a standard c…

2023

Parametric Information Maximization for Generalized Category Discovery

ICCV 2023poster

We introduce a Parametric Information Maximization (PIM) model for the Generalized Category Discovery (GCD) problem. Specifically, we propose a bi-level optimization formulation, which explores a parameterized family of objective functions, each evaluating a weighted mutual information between the f…

Cited by 29PDFcodeScholar
2022

The Devil Is in the Margin: Margin-Based Label Smoothing for Network Calibration

CVPR 2022poster

In spite of the dominant performances of deep neural networks, recent works have shown that they are poorly calibrated, resulting in over-confident predictions. Miscalibration can be exacerbated by overfitting due to the minimization of the cross-entropy during training, as it promotes the predicted…

Cited by 94PDFcodeScholar
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
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…