CVAug 8, 2023

Hierarchical Visual Primitive Experts for Compositional Zero-Shot Learning

arXiv:2308.04016v127 citationsh-index: 50Has Code
Originality Incremental advance
AI Analysis

This work improves recognition of unseen attribute-object compositions in computer vision, addressing a domain-specific challenge with incremental advancements.

The paper tackles the problem of compositional zero-shot learning by addressing contextuality, discriminability, and long-tailed data distribution, achieving state-of-the-art performance on benchmarks like MIT-States, C-GQA, and VAW-CZSL.

Compositional zero-shot learning (CZSL) aims to recognize unseen compositions with prior knowledge of known primitives (attribute and object). Previous works for CZSL often suffer from grasping the contextuality between attribute and object, as well as the discriminability of visual features, and the long-tailed distribution of real-world compositional data. We propose a simple and scalable framework called Composition Transformer (CoT) to address these issues. CoT employs object and attribute experts in distinctive manners to generate representative embeddings, using the visual network hierarchically. The object expert extracts representative object embeddings from the final layer in a bottom-up manner, while the attribute expert makes attribute embeddings in a top-down manner with a proposed object-guided attention module that models contextuality explicitly. To remedy biased prediction caused by imbalanced data distribution, we develop a simple minority attribute augmentation (MAA) that synthesizes virtual samples by mixing two images and oversampling minority attribute classes. Our method achieves SoTA performance on several benchmarks, including MIT-States, C-GQA, and VAW-CZSL. We also demonstrate the effectiveness of CoT in improving visual discrimination and addressing the model bias from the imbalanced data distribution. The code is available at https://github.com/HanjaeKim98/CoT.

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