CVAIMar 27, 2023

Learning Attention as Disentangler for Compositional Zero-shot Learning

arXiv:2303.15111v154 citationsh-index: 34Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of recognizing unseen attribute-object compositions in computer vision, with incremental improvements in disentanglement techniques.

The paper tackles compositional zero-shot learning by using cross-attentions as disentanglers to separate attribute and object concepts, achieving state-of-the-art results on three benchmark datasets.

Compositional zero-shot learning (CZSL) aims at learning visual concepts (i.e., attributes and objects) from seen compositions and combining concept knowledge into unseen compositions. The key to CZSL is learning the disentanglement of the attribute-object composition. To this end, we propose to exploit cross-attentions as compositional disentanglers to learn disentangled concept embeddings. For example, if we want to recognize an unseen composition "yellow flower", we can learn the attribute concept "yellow" and object concept "flower" from different yellow objects and different flowers respectively. To further constrain the disentanglers to learn the concept of interest, we employ a regularization at the attention level. Specifically, we adapt the earth mover's distance (EMD) as a feature similarity metric in the cross-attention module. Moreover, benefiting from concept disentanglement, we improve the inference process and tune the prediction score by combining multiple concept probabilities. Comprehensive experiments on three CZSL benchmark datasets demonstrate that our method significantly outperforms previous works in both closed- and open-world settings, establishing a new state-of-the-art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes