paper-with-me

Papers

SCG-Net: Self-Constructing Graph Neural Networks for Semantic Segmentation

2020-09-03 · Qinghui Liu, Michael Kampffmeyer, Robert Jenssen, Arnt-Børre Salberg

Capturing global contextual representations by exploiting long-range pixel-pixel dependencies has shown to improve semantic segmentation performance. However, how to do this efficiently is an open question as current approaches of utilising attention schemes or very deep models to increase the models field of view, result in complex models with large memory consumption. Inspired by recent work on graph neural networks, we propose the Self-Constructing Graph (SCG) module that learns a long-range dependency graph directly from the image and uses it to propagate contextual information efficiently to improve semantic segmentation. The module is optimised via a novel adaptive diagonal enhancement method and a variational lower bound that consists of a customized graph reconstruction term and a Kullback-Leibler divergence regularization term. When incorporated into a neural network (SCG-Net), semantic segmentation is performed in an end-to-end manner and competitive performance (mean F1-scores of 92.0% and 89.8% respectively) on the publicly available ISPRS Potsdam and Vaihingen datasets is achieved, with much fewer parameters, and at a lower computational cost compared to related pure convolutional neural network (CNN) based models.

📄 PDF Abstract BibTeX arXiv:2009.01599

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ReconstructionOpen-Ended Question AnsweringSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Multi-view Self-Constructing Graph Convolutional Networks with Adaptive Class Weighting Loss for Semantic Segmentation

2020-04-21 · Qinghui Liu, Michael Kampffmeyer, Robert Jenssen, Arnt-Børre Salberg

We propose a novel architecture called the Multi-view Self-Constructing Graph Convolutional Networks (MSCG-Net) for semantic segmentation. Building on the recently proposed Self-Constructing Graph (SCG) module, which mak…

Knowledge GraphsSemantic Segmentation

LoopDA: Constructing Self-loops to Adapt Nighttime Semantic Segmentation

2022-11-21 · Fengyi Shen, Zador Pataki, Akhil Gurram, Ziyuan Liu 외

Due to the lack of training labels and the difficulty of annotating, dealing with adverse driving conditions such as nighttime has posed a huge challenge to the perception system of autonomous vehicles. Therefore, adapti…

Autonomous VehiclesSegmentationSemantic Segmentation

Contextual Graph Reasoning Networks

2021-01-01 · Zhaoqing Wang, Jiaming Liu, Yangyuxuan Kang, Mingming Gong 외

Graph Reasoning has shown great potential recently in modeling long-range dependencies, which are crucial for various computer vision tasks. However, the graph representation learned by existing methods is not effective …

2D Human Pose EstimationInstance SegmentationPose EstimationRelation+2

Constructing Self-motivated Pyramid Curriculums for Cross-Domain Semantic Segmentation: A Non-Adversarial Approach

2019-08-26 · ICCV 2019 10 · Qing Lian, Fengmao Lv, Lixin Duan, Boqing Gong

We propose a new approach, called self-motivated pyramid curriculum domain adaptation (PyCDA), to facilitate the adaptation of semantic segmentation neural networks from synthetic source domains to real target domains. O…

Domain AdaptationSegmentationSemantic SegmentationSynthetic-to-Real Translation+1

Self-Constructing Graph Convolutional Networks for Semantic Labeling

2020-03-15 · Qinghui Liu, Michael Kampffmeyer, Robert Jenssen, Arnt-Børre Salberg

Graph Neural Networks (GNNs) have received increasing attention in many fields. However, due to the lack of prior graphs, their use for semantic labeling has been limited. Here, we propose a novel architecture called the…

Graph ReconstructionKnowledge Graphs