CVNov 11, 2025

Multi-Granularity Mutual Refinement Network for Zero-Shot Learning

arXiv:2511.08163v1h-index: 18Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of recognizing unseen classes in zero-shot learning for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles zero-shot learning by proposing a Multi-Granularity Mutual Refinement Network (Mg-MRN) that refines visual features through decoupled multi-granularity learning and cross-granularity interactions, achieving competitive performance on three benchmark datasets.

Zero-shot learning (ZSL) aims to recognize unseen classes with zero samples by transferring semantic knowledge from seen classes. Current approaches typically correlate global visual features with semantic information (i.e., attributes) or align local visual region features with corresponding attributes to enhance visual-semantic interactions. Although effective, these methods often overlook the intrinsic interactions between local region features, which can further improve the acquisition of transferable and explicit visual features. In this paper, we propose a network named Multi-Granularity Mutual Refinement Network (Mg-MRN), which refine discriminative and transferable visual features by learning decoupled multi-granularity features and cross-granularity feature interactions. Specifically, we design a multi-granularity feature extraction module to learn region-level discriminative features through decoupled region feature mining. Then, a cross-granularity feature fusion module strengthens the inherent interactions between region features of varying granularities. This module enhances the discriminability of representations at each granularity level by integrating region representations from adjacent hierarchies, further improving ZSL recognition performance. Extensive experiments on three popular ZSL benchmark datasets demonstrate the superiority and competitiveness of our proposed Mg-MRN method. Our code is available at https://github.com/NingWang2049/Mg-MRN.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes