Graph Attention Transformer Network for Multi-Label Image Classification
Jin Yuan, Shikai Chen, Yao Zhang, Zhongchao Shi, Xin Geng, Jianping Fan, Yong Rui
TL;DR
The paper addresses the challenge of modeling inter-label dependencies in multi-label image classification by introducing Graph Attention Transformer Network (GATN). GATN initializes a rich label correlation graph from label word embeddings via cosine similarity and then transforms this adjacency with a graph attention transformer before applying a graph convolutional network to produce label representations that interact with image features for final predictions. Extensive experiments on VOC2007, MS-COCO, and NUS-WIDE demonstrate state-of-the-art performance, supported by ablation analyses, backbone studies, and visualizations of the learned correlation structures. The work contributes an end-to-end framework that integrates semantic label information with adaptive relational modeling to improve generalization beyond simple co-occurrence statistics, with potential applicability to other relation-centric tasks.
Abstract
Multi-label classification aims to recognize multiple objects or attributes from images. However, it is challenging to learn from proper label graphs to effectively characterize such inter-label correlations or dependencies. Current methods often use the co-occurrence probability of labels based on the training set as the adjacency matrix to model this correlation, which is greatly limited by the dataset and affects the model's generalization ability. In this paper, we propose a Graph Attention Transformer Network (GATN), a general framework for multi-label image classification that can effectively mine complex inter-label relationships. First, we use the cosine similarity based on the label word embedding as the initial correlation matrix, which can represent rich semantic information. Subsequently, we design the graph attention transformer layer to transfer this adjacency matrix to adapt to the current domain. Our extensive experiments have demonstrated that our proposed methods can achieve state-of-the-art performance on three datasets.
