paper-with-me

Papers

Class-wise Dynamic Graph Convolution for Semantic Segmentation

2020-07-19 · ECCV 2020 8 · Hanzhe Hu, Deyi Ji, Weihao Gan, Shuai Bai, Wei Wu, Junjie Yan

Recent works have made great progress in semantic segmentation by exploiting contextual information in a local or global manner with dilated convolutions, pyramid pooling or self-attention mechanism. In order to avoid potential misleading contextual information aggregation in previous works, we propose a class-wise dynamic graph convolution (CDGC) module to adaptively propagate information. The graph reasoning is performed among pixels in the same class. Based on the proposed CDGC module, we further introduce the Class-wise Dynamic Graph Convolution Network(CDGCNet), which consists of two main parts including the CDGC module and a basic segmentation network, forming a coarse-to-fine paradigm. Specifically, the CDGC module takes the coarse segmentation result as class mask to extract node features for graph construction and performs dynamic graph convolutions on the constructed graph to learn the feature aggregation and weight allocation. Then the refined feature and the original feature are fused to get the final prediction. We conduct extensive experiments on three popular semantic segmentation benchmarks including Cityscapes, PASCAL VOC 2012 and COCO Stuff, and achieve state-of-the-art performance on all three benchmarks.

📄 PDF Abstract BibTeX arXiv:2007.09690

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

DSTSA-GCN: Advancing Skeleton-Based Gesture Recognition with Semantic-Aware Spatio-Temporal Topology Modeling

2025-01-21 · Hu Cui, Renjing Huang, Ruoyu Zhang, Tessai Hayama

Graph convolutional networks (GCNs) have emerged as a powerful tool for skeleton-based action and gesture recognition, thanks to their ability to model spatial and temporal dependencies in skeleton data. However, existin…

Action RecognitionGesture RecognitionHand Gesture RecognitionSkeleton Based Action Recognition

Compact & Capable: Harnessing Graph Neural Networks and Edge Convolution for Medical Image Classification

2023-07-24 · Aryan Singh, Pepijn Van de Ven, Ciarán Eising, Patrick Denny

Graph-based neural network models are gaining traction in the field of representation learning due to their ability to uncover latent topological relationships between entities that are otherwise challenging to identify.…

Drug DiscoveryGraph Attentionimage-classificationImage Classification+4

Layerwise Relevance Visualization in Convolutional Text Graph Classifiers

2019-09-24 · WS 2019 11 · Robert Schwarzenberg, Marc Hübner, David Harbecke, Christoph Alt 외

Representations in the hidden layers of Deep Neural Networks (DNN) are often hard to interpret since it is difficult to project them into an interpretable domain. Graph Convolutional Networks (GCN) allow this projection,…

Sentence

A Graph-based Interactive Reasoning for Human-Object Interaction Detection

2020-07-14 · Dongming Yang, YueXian Zou

Human-Object Interaction (HOI) detection devotes to learn how humans interact with surrounding objects via inferring triplets of < human, verb, object >. However, recent HOI detection methods mostly rely on additional an…

Human-Object Interaction Detection

On the Connection between Local Attention and Dynamic Depth-wise Convolution

2021-06-08 · ICLR 2022 4 · Qi Han, Zejia Fan, Qi Dai, Lei Sun 외

Vision Transformer (ViT) attains state-of-the-art performance in visual recognition, and the variant, Local Vision Transformer, makes further improvements. The major component in Local Vision Transformer, local attention…

object-detectionObject DetectionPositionSemantic Segmentation