BriefGPT.xyz
Apr, 2019
基于图卷积网络的多标签图像识别
Multi-Label Image Recognition with Graph Convolutional Networks
HTML
PDF
Zhao-Min Chen, Xiu-Shen Wei, Peng Wang, Yanwen Guo
TL;DR
提出了一种基于图卷积网络的多标签分类模型,通过建立对象标签之间的图,学习一个对相互依赖的物体分类器的表示,同时使用重新加权的方法来创建有效的标签相关矩阵以指导 GCN 中节点之间的信息传播,在两个多标签图像识别数据集上实验证明了方法的有效性,并且可视化分析表明该模型学习到的分类器保持有意义的语义拓扑结构。
Abstract
The task of
multi-label image recognition
is to predict a set of object labels that present in an image. As objects normally co-occur in an image, it is desirable to model the
label dependencies
to improve the re
→