English

Verbalized Representation Learning for Interpretable Few-Shot Generalization

Computer Vision and Pattern Recognition 2025-08-08 v3 Computation and Language Machine Learning

Abstract

Humans recognize objects after observing only a few examples, a remarkable capability enabled by their inherent language understanding of the real-world environment. Developing verbalized and interpretable representation can significantly improve model generalization in low-data settings. In this work, we propose Verbalized Representation Learning (VRL), a novel approach for automatically extracting human-interpretable features for object recognition using few-shot data. Our method uniquely captures inter-class differences and intra-class commonalities in the form of natural language by employing a Vision-Language Model (VLM) to identify key discriminative features between different classes and shared characteristics within the same class. These verbalized features are then mapped to numeric vectors through the VLM. The resulting feature vectors can be further utilized to train and infer with downstream classifiers. Experimental results show that, at the same model scale, VRL achieves a 24% absolute improvement over prior state-of-the-art methods while using 95% less data and a smaller mode. Furthermore, compared to human-labeled attributes, the features learned by VRL exhibit a 20% absolute gain when used for downstream classification tasks. Code is available at: https://github.com/joeyy5588/VRL/tree/main.

Keywords

Cite

@article{arxiv.2411.18651,
  title  = {Verbalized Representation Learning for Interpretable Few-Shot Generalization},
  author = {Cheng-Fu Yang and Da Yin and Wenbo Hu and Heng Ji and Nanyun Peng and Bolei Zhou and Kai-Wei Chang},
  journal= {arXiv preprint arXiv:2411.18651},
  year   = {2025}
}

Comments

Accepted to ICCV 2025

R2 v1 2026-06-28T20:15:04.981Z