CVCLLGMar 27, 2023

Troika: Multi-Path Cross-Modal Traction for Compositional Zero-Shot Learning

arXiv:2303.15230v240 citationsh-index: 22Has Code
AI Analysis

This work addresses the challenge of generalizing to unseen compositions in CZSL, which is crucial for applications in vision-language tasks, though it appears incremental by building on pre-trained models.

The paper tackles the problem of compositional zero-shot learning (CZSL) by proposing a multi-path paradigm that jointly models states, objects, and compositions, resulting in significant performance improvements over existing methods on three benchmarks in both closed-world and open-world settings.

Recent compositional zero-shot learning (CZSL) methods adapt pre-trained vision-language models (VLMs) by constructing trainable prompts only for composed state-object pairs. Relying on learning the joint representation of seen compositions, these methods ignore the explicit modeling of the state and object, thus limiting the exploitation of pre-trained knowledge and generalization to unseen compositions. With a particular focus on the universality of the solution, in this work, we propose a novel paradigm for CZSL models that establishes three identification branches (i.e., Multi-Path) to jointly model the state, object, and composition. The presented Troika is our implementation that aligns the branch-specific prompt representations with decomposed visual features. To calibrate the bias between semantically similar multi-modal representations, we further devise a Cross-Modal Traction module into Troika that shifts the prompt representation towards the current visual content. We conduct extensive experiments on three popular benchmarks, where our method significantly outperforms existing methods in both closed-world and open-world settings. The code will be available at https://github.com/bighuang624/Troika.

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