CVAINov 19, 2022

Decomposed Soft Prompt Guided Fusion Enhancing for Compositional Zero-Shot Learning

arXiv:2211.10681v153 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the challenge of generalizing to unseen compositions in zero-shot learning, which is important for applications like robotics and image recognition, though it appears incremental as it builds on existing vision-language models.

The paper tackles the problem of recognizing novel state-object compositions in compositional zero-shot learning by proposing a decomposed fusion framework with soft prompts, which significantly outperforms existing methods on three benchmarks.

Compositional Zero-Shot Learning (CZSL) aims to recognize novel concepts formed by known states and objects during training. Existing methods either learn the combined state-object representation, challenging the generalization of unseen compositions, or design two classifiers to identify state and object separately from image features, ignoring the intrinsic relationship between them. To jointly eliminate the above issues and construct a more robust CZSL system, we propose a novel framework termed Decomposed Fusion with Soft Prompt (DFSP)1, by involving vision-language models (VLMs) for unseen composition recognition. Specifically, DFSP constructs a vector combination of learnable soft prompts with state and object to establish the joint representation of them. In addition, a cross-modal decomposed fusion module is designed between the language and image branches, which decomposes state and object among language features instead of image features. Notably, being fused with the decomposed features, the image features can be more expressive for learning the relationship with states and objects, respectively, to improve the response of unseen compositions in the pair space, hence narrowing the domain gap between seen and unseen sets. Experimental results on three challenging benchmarks demonstrate that our approach significantly outperforms other state-of-the-art methods by large margins.

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