CREST: Cross-modal Resonance through Evidential Deep Learning for Enhanced Zero-Shot Learning
Haojian Huang, Xiaozhen Qiao, Zhuo Chen, Haodong Chen, Bingyu Li, Zhe Sun, Mulin Chen, Xuelong Li
TL;DR
CREST tackles the core challenge of zero-shot learning by aligning region-level visual features with semantic attributes under epistemic uncertainty. It introduces a bidirectional cross-modal framework (VGT/AGT) augmented with Evidential Deep Learning to quantify and fuse uncertainty across modalities, along with VICL and DIGS to stabilize region- and attribute-level grounding. The model incorporates ARISE to weave attribute semantics into the optimization objective and achieves strong CZSL/GZSL performance on CUB, SUN, and AWA2, with clear ablation and qualitative analyses demonstrating robustness and explainability. These contributions offer a scalable, interpretable approach to visual-semantic transfer in open-world settings, with potential for integration with large language models to further enhance semantic alignment.
Abstract
Zero-shot learning (ZSL) enables the recognition of novel classes by leveraging semantic knowledge transfer from known to unknown categories. This knowledge, typically encapsulated in attribute descriptions, aids in identifying class-specific visual features, thus facilitating visual-semantic alignment and improving ZSL performance. However, real-world challenges such as distribution imbalances and attribute co-occurrence among instances often hinder the discernment of local variances in images, a problem exacerbated by the scarcity of fine-grained, region-specific attribute annotations. Moreover, the variability in visual presentation within categories can also skew attribute-category associations. In response, we propose a bidirectional cross-modal ZSL approach CREST. It begins by extracting representations for attribute and visual localization and employs Evidential Deep Learning (EDL) to measure underlying epistemic uncertainty, thereby enhancing the model's resilience against hard negatives. CREST incorporates dual learning pathways, focusing on both visual-category and attribute-category alignments, to ensure robust correlation between latent and observable spaces. Moreover, we introduce an uncertainty-informed cross-modal fusion technique to refine visual-attribute inference. Extensive experiments demonstrate our model's effectiveness and unique explainability across multiple datasets. Our code and data are available at: https://github.com/JethroJames/CREST
