CVJun 21, 2024

Contextual Interaction via Primitive-based Adversarial Training For Compositional Zero-shot Learning

arXiv:2406.14962v1Has Code
Originality Incremental advance
AI Analysis

It addresses a key bottleneck in CZSL for AI systems by introducing a novel adversarial training method, though it is incremental as it builds on prior work in adversarial learning.

The paper tackles the challenge of modeling visual primitive interactions in Compositional Zero-shot Learning (CZSL) to improve classification of novel attribute-object compositions, achieving state-of-the-art performance on datasets like UT-Zappos50K, MIT-States, and C-GQA.

Compositional Zero-shot Learning (CZSL) aims to identify novel compositions via known attribute-object pairs. The primary challenge in CZSL tasks lies in the significant discrepancies introduced by the complex interaction between the visual primitives of attribute and object, consequently decreasing the classification performance towards novel compositions. Previous remarkable works primarily addressed this issue by focusing on disentangling strategy or utilizing object-based conditional probabilities to constrain the selection space of attributes. Unfortunately, few studies have explored the problem from the perspective of modeling the mechanism of visual primitive interactions. Inspired 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 problem. Besides, the latest studies highlight the weakness of the perception of hard compositions even under data-balanced conditions. To this end, we propose a novel over-sampling strategy with object-similarity guidance to augment target compositional training data. We performed detailed quantitative analysis and retrieval experiments on well-established datasets, such as UT-Zappos50K, MIT-States, and C-GQA, to validate the effectiveness of our proposed method, and the state-of-the-art (SOTA) performance demonstrates the superiority of our approach. The code is available at https://github.com/lisuyi/PBadv_czsl.

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