Browse State-of-the-Art › Compositional Zero-Shot Learning
Compositional Zero-Shot Learning
31 papers with code · 4 benchmarks · 6 datasets archive 2025-07-28
Compositional Zero-Shot Learning (CZSL) is a computer vision task in which the goal is to recognize unseen compositions fromed from seen state and object during training. The key challenge in CZSL is the inherent entanglement between the state and object within the context of an image. Some example benchmarks for this task are MIT-states, UT-Zappos, and C-GQA. Models are usually evaluated with the Accuracy for both seen and unseen compositions, as well as their Harmonic Mean(HM).
( Image credit: Heosuab )
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
4 leaderboard tables shown for this task, 4 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| MIT-States (2 rows) | CANet | Learning Conditional Attributes for Compositional Zero-Shot Learning | code | Syntology ran 6 of 9 samples · 3 unverified | Compare |
| MIT-States, generalized split (2 rows) | CAILA | CAILA: Concept-Aware Intra-Layer Adapters for Compositional... | code | — | Compare |
| UT Zappos50K (1 row) | CANet | Learning Conditional Attributes for Compositional Zero-Shot Learning | code | Syntology ran 6 of 9 samples · 3 unverified | Compare |
| UT-Zappos (1 row) | SymNet | Symmetry and Group in Attribute-Object Compositions | code | — | Compare |
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
6 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
No subtask under this task in the archive's task tree.
Parent tasks archive 2025-07-28
Most implemented papers archive 2025-07-28
30 shown of 31 papers with code (65 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
26 May 2023 2 repositories listedIn this paper, we study the problem of Compositional Zero-Shot Learning (CZSL), which is to recognize novel attribute-object combinations with pre-existing concepts.
-
3 May 2021 2 repositories listedIn this work, we overcome this assumption operating on the open world setting, where no limit is imposed on the compositional space at test time, and the search space contains a large number of unseen compositions.
-
29 Jan 2021 2 repositories listedAfter estimating the feasibility score of each composition, we use these scores to either directly mask the output space or as a margin for the cosine similarity between visual features and compositional embeddings…
-
15 May 2025 1 repository listed Syntology ran 23 of 28 samples · 5 unverified · 28 pointer-only (licence)To address this issue, we propose a Multi-Stage Cross-modal Interaction (MSCI) model that effectively explores and utilizes intermediate-layer information from CLIP's visual encoder.
-
10 Feb 2025 1 repository listed Syntology ran 2 of 3 samples · 1 unverified · 3 pointer-only (licence)Existing CZSL solutions typically rely on oversimplified data assumptions, e.
-
5 Dec 2024 1 repository listedOpen-World Compositional Zero-Shot Learning (OW-CZSL) addresses the challenge of recognizing novel compositions of known primitives and entities.
-
18 Nov 2024 1 repository listedMoreover, we propose attribute smoothing with auxiliary attributes generated by Large Language Model (LLM) for seen compositions, addressing the issue of overconfidence by encouraging the model to learn more attributes…
-
18 Jul 2024 1 repository listedWe are exploring Open World Compositional Zero-Shot Learning (OW-CZSL) in this study, where our test space encompasses all potential combinations of attributes and objects.
-
Contextual Interaction via Primitive-based Adversarial Training For Compositional Zero-shot Learning21 Jun 2024 1 repository listedInspired by the success of vanilla adversarial learning in Cross-Domain Few-Shot Learning, we take a step further and devise a model-agnostic and Primitive-Based Adversarial training (PBadv) method to deal with this…
-
30 Nov 2023 1 repository listed Syntology ran 4 of 11 samples · 7 unverified · 11 pointer-only (licence)With this in mind, we propose a simple yet effective approach to optimize VLMs in fine-grained understanding, achieving significant improvements on SPEC without compromising the zero-shot performance.
-
9 Nov 2023 1 repository listed Syntology ran 7 of 12 samples · 5 unverified · 12 pointer-only (licence)In this work, we propose GIP-COL (Graph-Injected Soft Prompting for COmpositional Learning) to better explore the compositional zero-shot learning (CZSL) ability of VLMs within the prompt-based learning framework.
-
8 Aug 2023 1 repository listed Syntology ran 11 of 12 samples · 1 unverified · 12 pointer-only (licence)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.
-
29 May 2023 1 repository listed Syntology ran 6 of 9 samples · 3 unverified · 9 pointer-only (licence)Compositional Zero-Shot Learning (CZSL) aims to train models to recognize novel compositional concepts based on learned concepts such as attribute-object combinations.
-
23 May 2023 1 repository listed Syntology ran 3 of 8 samples · 5 unverifiedCompositional zero-shot learning (CZSL) task aims to recognize unseen compositional visual concepts, e.
-
27 Mar 2023 1 repository listed Syntology ran 5 of 11 samples · 6 unverifiedThe key to CZSL is learning the disentanglement of the attribute-object composition.
-
27 Mar 2023 1 repository listedRecent compositional zero-shot learning (CZSL) methods adapt pre-trained vision-language models (VLMs) by constructing trainable prompts only for composed state-object pairs.
-
19 Nov 2022 1 repository listed Syntology ran 1 of 4 samples · 3 unverifiedExisting 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,…
-
22 Aug 2022 1 repository listedCompositional zero-shot learning (CZSL) refers to recognizing unseen compositions of known visual primitives, which is an essential ability for artificial intelligence systems to learn and understand the world.
-
29 Jun 2022 1 repository listed Syntology ran 3 of 7 samples · 4 unverified · 7 pointer-only (licence)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…
-
1 Jun 2022 1 repository listed Syntology ran 2 of 2 samples · 0 unverifiedCompositional Zero-Shot Learning (CZSL) aims to recognize novel compositions using knowledge learned from seen attribute-object compositions in the training set.
-
17 May 2022 1 repository listedWe use visual decomposed features to hallucinate embeddings that are representative for the seen and novel compositions to better regularize the learning of our model.
-
13 May 2022 1 repository listed Syntology ran 1 of 2 samples · 1 unverified · 2 pointer-only (licence)The goal of open-world compositional zero-shot learning (OW-CZSL) is to recognize compositions of state and objects in images, given only a subset of them during training and no prior on the unseen compositions.
-
7 Apr 2022 1 repository listed Syntology ran 2 of 2 samples · 0 unverifiedWe perform additional experiments to show that CSP improves generalization to higher-order attribute-attribute-object compositions (e.
-
3 Mar 2022 1 repository listed Syntology ran 2 of 2 samples · 0 unverified · 2 pointer-only (licence)We perform extensive experiments on over ten datasets and the proposed method achieves significant improvements on different data scarcity applications without any bells and whistles, including the tasks of long-tailed…
-
9 Oct 2021 1 repository listed Syntology ran 0 of 3 samples · 3 unverifiedTo model the compositional nature of these concepts, it is a good choice to learn them as transformations, e.
-
10 Aug 2021 1 repository listedThe concept module generates semantically meaningful features for primitive concepts, whereas the visual module extracts visual features for attributes and objects from input images.
-
1 Jun 2021 1 repository listedNext we propagate the independent prototypes through a compositional graph, to learn compositional prototypes of novel attribute-object combinations that reflect the dependencies of the target distribution.
-
3 Feb 2021 1 repository listed Syntology ran 6 of 11 samples · 5 unverified · 11 pointer-only (licence)In compositional zero-shot learning, the goal is to recognize unseen compositions (e.
-
25 Jun 2020 1 repository listedThis leads to consistent misclassification of samples from a new distribution, like new combinations of known components.
-
1 Apr 2020 1 repository listedTo model the compositional nature of these general concepts, it is a good choice to learn them through transformations, such as coupling and decoupling.
Syntology lines on 16 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections