English

Graph-FCN for image semantic segmentation

Computer Vision and Pattern Recognition 2020-01-03 v1

Abstract

Semantic segmentation with deep learning has achieved great progress in classifying the pixels in the image. However, the local location information is usually ignored in the high-level feature extraction by the deep learning, which is important for image semantic segmentation. To avoid this problem, we propose a graph model initialized by a fully convolutional network (FCN) named Graph-FCN for image semantic segmentation. Firstly, the image grid data is extended to graph structure data by a convolutional network, which transforms the semantic segmentation problem into a graph node classification problem. Then we apply graph convolutional network to solve this graph node classification problem. As far as we know, it is the first time that we apply the graph convolutional network in image semantic segmentation. Our method achieves competitive performance in mean intersection over union (mIOU) on the VOC dataset(about 1.34% improvement), compared to the original FCN model.

Keywords

Cite

@article{arxiv.2001.00335,
  title  = {Graph-FCN for image semantic segmentation},
  author = {Yi Lu and Yaran Chen and Dongbin Zhao and Jianxin Chen},
  journal= {arXiv preprint arXiv:2001.00335},
  year   = {2020}
}
R2 v1 2026-06-23T13:01:05.525Z