CVMay 15, 2025

MSCI: Addressing CLIP's Inherent Limitations for Compositional Zero-Shot Learning

arXiv:2505.10289v12 citationsh-index: 1Has CodeIJCAI
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in CZSL for computer vision researchers, offering an incremental improvement over existing CLIP-based methods.

The paper tackles CLIP's limitations in capturing fine-grained local features for Compositional Zero-Shot Learning (CZSL) by proposing the MSCI model, which uses multi-stage cross-modal interactions to enhance perception, achieving state-of-the-art results on three datasets.

Compositional Zero-Shot Learning (CZSL) aims to recognize unseen state-object combinations by leveraging known combinations. Existing studies basically rely on the cross-modal alignment capabilities of CLIP but tend to overlook its limitations in capturing fine-grained local features, which arise from its architectural and training paradigm. 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. Specifically, we design two self-adaptive aggregators to extract local information from low-level visual features and integrate global information from high-level visual features, respectively. These key information are progressively incorporated into textual representations through a stage-by-stage interaction mechanism, significantly enhancing the model's perception capability for fine-grained local visual information. Additionally, MSCI dynamically adjusts the attention weights between global and local visual information based on different combinations, as well as different elements within the same combination, allowing it to flexibly adapt to diverse scenarios. Experiments on three widely used datasets fully validate the effectiveness and superiority of the proposed model. Data and code are available at https://github.com/ltpwy/MSCI.

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