MADS: Multi-Attribute Document Supervision for Zero-Shot Image Classification
Xiangyan Qu, Jing Yu, Jiamin Zhuang, Gaopeng Gou, Gang Xiong, Qi Wu
TL;DR
This work tackles zero-shot image classification by leveraging encyclopedic documents as auxiliary knowledge and addressing three key issues: noisy non-visual content, under-described fine-grained categories, and suboptimal word-region alignment. It introduces Multi-Attribute Document Supervision (MADS), a framework that uses LLM-guided noise removal to produce multi-attribute documents and a dedicated network that learns independent per-view semantics, aggregates cross-view information, and explicitly focuses attention on visual words. The model employs global and local alignment losses to connect semantic embeddings with image features, enabling robust cross-modal transfer and interpretable, view-level predictions. Experiments on AWA2, CUB, and FLO demonstrate state-of-the-art gains in ZSL and GZSL with comparable compute, and ablations validate the contributions of noise suppression, multi-view modeling, and the focus mechanism. The approach offers practical benefits by reducing reliance on manual attribute annotations and providing interpretable, multi-view explanations for predictions.
Abstract
Zero-shot learning (ZSL) aims to train a model on seen classes and recognize unseen classes by knowledge transfer through shared auxiliary information. Recent studies reveal that documents from encyclopedias provide helpful auxiliary information. However, existing methods align noisy documents, entangled in visual and non-visual descriptions, with image regions, yet solely depend on implicit learning. These models fail to filter non-visual noise reliably and incorrectly align non-visual words to image regions, which is harmful to knowledge transfer. In this work, we propose a novel multi-attribute document supervision framework to remove noises at both document collection and model learning stages. With the help of large language models, we introduce a novel prompt algorithm that automatically removes non-visual descriptions and enriches less-described documents in multiple attribute views. Our proposed model, MADS, extracts multi-view transferable knowledge with information decoupling and semantic interactions for semantic alignment at local and global levels. Besides, we introduce a model-agnostic focus loss to explicitly enhance attention to visually discriminative information during training, also improving existing methods without additional parameters. With comparable computation costs, MADS consistently outperforms the SOTA by 7.2% and 8.2% on average in three benchmarks for document-based ZSL and GZSL settings, respectively. Moreover, we qualitatively offer interpretable predictions from multiple attribute views.
