图像分类中的视觉图谱:结构是否影响性能? / Visual graphs for image classification: does the structure affect performance?
1️⃣ 一句话总结
本文通过固定三层图卷积网络的实验,系统比较了不同图像转图方法的影响,证明图的结构选择会显著影响分类性能,并强调图构建阶段是决定模型效果的关键步骤。
Deep learning models have emerged in machine learning and related fields, demonstrating astonishing performance in various visual tasks. Despite their great success, however, these models are unable to fully encode intrinsic visual structures, and often ignore the spatial, topological, and semantic information contained within an image. Graph neural networks offer a good framework to face this aspect, but their effective use for visual tasks has been only partly explored and mainly starting from a limited perspective. This work aims to address this gap by conducting a systematic comparison of current graph construction techniques within the context of a fixed three-layer GCN architecture. Through an empirical study, it demonstrates in particular how the network structure affects performance and provides an important methodological contribution regarding the computational stages preceding graph utilization, which will be strongly influenced by the structure itself.
图像分类中的视觉图谱:结构是否影响性能? / Visual graphs for image classification: does the structure affect performance?
本文通过固定三层图卷积网络的实验,系统比较了不同图像转图方法的影响,证明图的结构选择会显著影响分类性能,并强调图构建阶段是决定模型效果的关键步骤。
源自 arXiv: 2607.06295