CVJun 29, 2022

Siamese Contrastive Embedding Network for Compositional Zero-Shot Learning

arXiv:2206.14475v1101 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This work addresses a challenging problem in computer vision for AI systems that need to generalize to new compositions, representing an incremental advancement with specific gains.

The paper tackles the problem of recognizing unseen state-object compositions in compositional zero-shot learning by proposing a Siamese Contrastive Embedding Network (SCEN) with a State Transition Module, achieving significant performance improvements over state-of-the-art methods on three benchmark datasets.

Compositional Zero-Shot Learning (CZSL) aims to recognize unseen compositions formed from seen state and object during training. Since the same state may be various in the visual appearance while entangled with different objects, CZSL is still a challenging task. Some methods recognize state and object with two trained classifiers, ignoring the impact of the interaction between object and state; the other methods try to learn the joint representation of the state-object compositions, leading to the domain gap between seen and unseen composition sets. In this paper, we propose a novel Siamese Contrastive Embedding Network (SCEN) (Code: https://github.com/XDUxyLi/SCEN-master) for unseen composition recognition. Considering the entanglement between state and object, we embed the visual feature into a Siamese Contrastive Space to capture prototypes of them separately, alleviating the interaction between state and object. In addition, we design a State Transition Module (STM) to increase the diversity of training compositions, improving the robustness of the recognition model. Extensive experiments indicate that our method significantly outperforms the state-of-the-art approaches on three challenging benchmark datasets, including the recent proposed C-QGA dataset.

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