← Search

Massimiliano Mancini

37 accepted papers

2026

Benchmarking XAI Explanations with Human-Aligned Evaluations

AAAI 2026technical

We introduce PASTA (Perceptual Assessment System for explanaTion of Artificial Intelligence), a novel human-centric framework for evaluating eXplainable AI (XAI) techniques in computer vision. Our first contribution is the creation of the PASTA-dataset, the first large-scale benchmark that spans a d

Cited by 0SourcePDFScholar
2026

From Weights to Concepts: Data-Free Interpretability of CLIP via Singular Vector Decomposition

CVPR 2026

As vision-language models are deployed at scale, understanding their internal mechanisms becomes increasingly critical. Existing interpretability methods predominantly rely on activations, making them dataset-dependent, vulnerable to data bias, and often restricted to coarse head-level explanations.

Cited by 0SourceScholar
2025

Can Text-to-Video Generation help Video-Language Alignment?

CVPR 2025poster

Recent video-language alignment models are trained on sets of videos, each with an associated positive caption and a negative caption generated by large language models. A problem with this procedure is that negative captions may introduce linguistic biases, i.e., concepts are seen only as negatives…

Cited by 0SourcePDFScholar
2025

Classifier-to-Bias: Toward Unsupervised Automatic Bias Detection for Visual Classifiers

CVPR 2025poster

A person downloading a pre-trained model from the web should be aware of its biases. Existing approaches for bias identification rely on datasets containing labels for the task of interest, something that a non-expert may not have access to, or may not have the necessary resources to collect: this g…

2025

Compositional Caching for Training-free Open-vocabulary Attribute Detection

CVPR 2025highlight

Attribute detection is crucial for many computer vision tasks, as it enables systems to describe properties such as color, texture, and material. Current approaches often rely on labor-intensive annotation processes which are inherently limited: objects can be described at an arbitrary level of deta…

Cited by 0SourcePDFScholar
2025

Not Only Text: Exploring Compositionality of Visual Representations in Vision-Language Models

CVPR 2025highlight

Vision-Language Models (VLMs) learn a shared feature space for text and images, enabling the comparison of inputs of different modalities. While prior works demonstrated that VLMs organize natural language representations into regular structures encoding composite meanings, it remains unclear if com…

2025

On Large Multimodal Models as Open-World Image Classifiers

ICCV 2025poster

Traditional image classification requires a predefined list of semantic categories. In contrast, Large Multimodal Models (LMMs) can sidestep this requirement by classifying images directly using natural language (e.g., answering the prompt "What is the main object in the image?"). Despite this remar…

2025

Rethinking Few-Shot Adaptation of Vision-Language Models in Two Stages

CVPR 2025poster

An old-school recipe for training a classifier is to (i) learn a good feature extractor and (ii) optimize a linear layer atop. When only a handful of samples are available per category, as in Few-Shot Adaptation (FSA), data are insufficient to fit a large number of parameters, rendering the above im…

2025

Training-Free Personalization via Retrieval and Reasoning on Fingerprints

ICCV 2025poster

Vision Language Models (VLMs) have lead to major improvements in multimodal reasoning, yet they still struggle to understand user-specific concepts. Existing personalization methods address this limitation butheavily rely on training procedures, that can be either costly or unpleasant to individual…

Cited by 0SourcePDFScholar
2025

Training-free Online Video Step Grounding

NeurIPS 2025poster

Given a task and a set of steps composing it, Video Step Grounding (VSG) aims to detect which steps are performed in a video. Standard approaches for this task require a labeled training set (e.g., with step-level annotations or narrations), which may be costly to collect. Moreover, they process the…

Cited by 0SourceScholar
2024

Frustratingly Easy Test-Time Adaptation of Vision-Language Models

NeurIPS 2024poster

Vision-Language Models seamlessly discriminate among arbitrary semantic categories, yet they still suffer from poor generalization when presented with challenging examples. For this reason, Episodic Test-Time Adaptation (TTA) strategies have recently emerged as powerful techniques to adapt VLMs in t…

2024

Harnessing Large Language Models for Training-free Video Anomaly Detection

CVPR 2024poster

Video anomaly detection (VAD) aims to temporally locate abnormal events in a video. Existing works mostly rely on training deep models to learn the distribution of normality with either video-level supervision one-class supervision or in an unsupervised setting. Training-based methods are prone to b…

Cited by 40SourcePDFScholar
2024

MULTIFLOW: Shifting Towards Task-Agnostic Vision-Language Pruning

CVPR 2024poster

While excellent in transfer learning Vision-Language models (VLMs) come with high computational costs due to their large number of parameters. To address this issue removing parameters via model pruning is a viable solution. However existing techniques for VLMs are task-specific and thus require pru…

2024

OpenBias: Open-set Bias Detection in Text-to-Image Generative Models

CVPR 2024highlight

Text-to-image generative models are becoming increasingly popular and accessible to the general public. As these models see large-scale deployments it is necessary to deeply investigate their safety and fairness to not disseminate and perpetuate any kind of biases. However existing works focus on de…

2024

Vision-by-Language for Training-Free Compositional Image Retrieval

ICLR 2024poster

Given an image and a target modification (e.g an image of the Eiffel tower and the text “without people and at night-time”), Compositional Image Retrieval (CIR) aims to retrieve the relevant target image in a database. While supervised approaches rely on annotating triplets that is costly (i.e. quer…

2023

Image-Free Classifier Injection for Zero-Shot Classification

ICCV 2023poster

Zero-shot learning models achieve remarkable results on image classification for samples from classes that were not seen during training. However, such models must be trained from scratch with specialised methods: therefore, access to a training dataset is required when the need for zero-shot classi…

Cited by 16PDFcodeScholar
2023

Iterative Superquadric Recomposition of 3D Objects from Multiple Views

ICCV 2023poster

Humans are good at recomposing novel objects, i.e they can identify commonalities between unknown objects from general structure to finer detail, an ability difficult to replicate by machines. We propose a framework, ISCO, to recompose an object using 3D superquadrics as semantic parts directly from…

Cited by 10PDFcodeScholar
2023

PDiscoNet: Semantically consistent part discovery for fine-grained recognition

ICCV 2023poster

Fine-grained classification often requires recognizing specific object parts, such as beak shape and wing patterns for birds. Encouraging a fine-grained classification model to first detect such parts and then using them to infer the class could help us gauge whether the model is indeed looking at t…

Cited by 16PDFcodeScholar
2023

ProbVLM: Probabilistic Adapter for Frozen Vison-Language Models

ICCV 2023poster

Large-scale vision-language models (VLMs) like CLIP successfully find correspondences between images and text. Through the standard deterministic mapping process, an image or a text sample is mapped to a single vector in the embedding space. This is problematic: as multiple samples (images or text)…

Cited by 31PDFScholar
2023

Transitivity Recovering Decompositions: Interpretable and Robust Fine-Grained Relationships

NeurIPS 2023poster

Recent advances in fine-grained representation learning leverage local-to-global (emergent) relationships for achieving state-of-the-art results. The relational representations relied upon by such methods, however, are abstract. We aim to deconstruct this abstraction by expressing them as interpreta…

2023

Vocabulary-free Image Classification

NeurIPS 2023poster

Recent advances in large vision-language models have revolutionized the image classification paradigm. Despite showing impressive zero-shot capabilities, a pre-defined set of categories, a.k.a. the vocabulary, is assumed at test time for composing the textual prompts. However, such assumption can be…

2022

Abstracting Sketches through Simple Primitives

ECCV 2022poster

"Humans show high-level of abstraction capabilities in games that require quickly communicating object information. They decompose the message content into multiple parts and communicate them in an interpretable protocol. Toward equipping machines with such capabilities, we propose the Primitive-bas…

2022

BayesCap: Bayesian Identity Cap for Calibrated Uncertainty in Frozen Neural Networks

ECCV 2022poster

"High-quality calibrated uncertainty estimates are crucial for numerous real-world applications, especially for deep learning-based deployed ML systems. While Bayesian deep learning techniques allow uncertainty estimation, training them with large-scale datasets is an expensive process that does not…

2022

KG-SP: Knowledge Guided Simple Primitives for Open World Compositional Zero-Shot Learning

CVPR 2022poster

The goal of open-world compositional zero-shot learning(OW-CZSL) is to recognize compositions of state and objects in images, given only a subset of them during training and no prior on the unseen compositions. In this setting, models operate on a huge output space, containing all possible state-obj…

Cited by 63PDFcodeScholar
2022

Relational Proxies: Emergent Relationships as Fine-Grained Discriminators

NeurIPS 2022accept

Fine-grained categories that largely share the same set of parts cannot be discriminated based on part information alone, as they mostly differ in the way the local parts relate to the overall global structure of the object. We propose Relational Proxies, a novel approach that leverages the relation…

2021

On the Challenges of Open World Recognition Under Shifting Visual Domains

RA-L 2021

Robotic visual systems operating in the wild must act in unconstrained scenarios, under different environmental conditions while facing a variety of semantic concepts, including unknown ones. To this end, recent works tried to empower visual object recognition methods with the capability to i) detec

Cited by 1SourcecodeScholar
2021

Open World Compositional Zero-Shot Learning

CVPR 2021poster

Compositional Zero-Shot learning (CZSL) requires to recognize state-object compositions unseen during training. In this work, instead of assuming prior knowledge about the unseen compositions, we operate in the open world setting, where the search space includes a large number of unseen compositions…

Cited by 168PDFcodeScholar
2020

Boosting Deep Open World Recognition by Clustering

RA-L 2020

While convolutional neural networks have brought significant advances in robot vision, their ability is often limited to closed world scenarios, where the number of semantic concepts to be recognized is determined by the available training set. Since it is practically impossible to capture all possi

Cited by 25SourceScholar
2020

Modeling the Background for Incremental Learning in Semantic Segmentation

CVPR 2020poster

Despite their effectiveness in a wide range of tasks, deep architectures suffer from some important limitations. In particular, they are vulnerable to catastrophic forgetting, i.e. they perform poorly when they are required to update their model as new classes are available but the original training…

Cited by 378PDFcodeScholar
2020

Towards Recognizing Unseen Categories in Unseen Domains

ECCV 2020poster

Current deep visual recognition systems suffer from severe performance degradation when they encounter new images from classes and scenarios unseen during training. Hence, the core challenge of Zero-Shot Learning (ZSL) is to cope with the semantic-shift whereas the main challenge of Domain Adaptatio…

2019

AdaGraph: Unifying Predictive and Continuous Domain Adaptation Through Graphs

CVPR 2019oral

The ability to categorize is a cornerstone of visual intelligence, and a key functionality for artificial, autonomous visual machines. This problem will never be solved without algorithms able to adapt and generalize across visual domains. Within the context of domain adaptation and generalization,…

Cited by 94PDFScholar
2019

Knowledge is Never Enough: Towards Web Aided Deep Open World Recognition

ICRA 2019poster

While today's robots are able to perform sophisticated tasks, they can only act on objects they have been trained to recognize. This is a severe limitation: any robot will inevitably see new objects in unconstrained settings, and thus will always have visual knowledge gaps. However, standard visual…

Cited by 32SourceScholar
2019

The RGB-D Triathlon: Towards Agile Visual Toolboxes for Robots

IROS 2019poster

Deep networks have brought significant advances in robot perception, enabling to improve the capabilities of robots in several visual tasks, ranging from object detection and recognition to pose estimation, semantic scene segmentation and many others. Still, most approaches typically address visual…

Cited by 4SourcecodeScholar
2018

Boosting Domain Adaptation by Discovering Latent Domains

CVPR 2018poster

Current Domain Adaptation (DA) methods based on deep architectures assume that the source samples arise from a single distribution. However, in practice most datasets can be regarded as mixtures of multiple domains. In these cases exploiting single-source DA methods for learning target classifiers m…

Cited by 189SourcePDFScholar
2018

Kitting in the Wild through Online Domain Adaptation

IROS 2018poster

Technological developments call for increasing perception and action capabilities of robots. Among other skills, vision systems that can adapt to any possible change in the working conditions are needed. Since these conditions are unpredictable, we need benchmarks which allow to assess the generaliz…

Cited by 71SourceScholar
2018

Robust Place Categorization With Deep Domain Generalization

RA-L 2018

Traditional place categorization approaches in robot vision assume that training and test images have similar visual appearance. Therefore, any seasonal, illumination, and environmental changes typically lead to severe degradation in performance. To cope with this problem, recent works have been pro

Cited by 59SourcecodeScholar
2017

Learning Deep NBNN Representations for Robust Place Categorization

RA-L 2017

This letter presents an approach for semantic place categorization using data obtained from RGB cameras. Previous studies on visual place recognition and classification have shown that by considering features derived from pretrained convolutional neural networks (CNNs) in combination with part-based

Cited by 33SourceScholar