CVAIMar 2, 2022

Exploring Hierarchical Graph Representation for Large-Scale Zero-Shot Image Classification

arXiv:2203.01386v214.529 citationsh-index: 24Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of recognizing unseen classes at large scale for computer vision applications, representing an incremental improvement with specific gains.

The paper tackles scaling zero-shot image classification to tens of thousands of categories, such as in ImageNet-21K, by proposing HGR-Net, a hierarchical graphical knowledge representation framework that boosts performance by 7% compared to the runner-up approach.

The main question we address in this paper is how to scale up visual recognition of unseen classes, also known as zero-shot learning, to tens of thousands of categories as in the ImageNet-21K benchmark. At this scale, especially with many fine-grained categories included in ImageNet-21K, it is critical to learn quality visual semantic representations that are discriminative enough to recognize unseen classes and distinguish them from seen ones. We propose a \emph{H}ierarchical \emph{G}raphical knowledge \emph{R}epresentation framework for the confidence-based classification method, dubbed as HGR-Net. Our experimental results demonstrate that HGR-Net can grasp class inheritance relations by utilizing hierarchical conceptual knowledge. Our method significantly outperformed all existing techniques, boosting the performance by 7\% compared to the runner-up approach on the ImageNet-21K benchmark. We show that HGR-Net is learning-efficient in few-shot scenarios. We also analyzed our method on smaller datasets like ImageNet-21K-P, 2-hops and 3-hops, demonstrating its generalization ability. Our benchmark and code are available at https://kaiyi.me/p/hgrnet.html.

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