paper-with-me

홈 › Papers

Deformable Graph Convolutional Networks

2021-12-29 · Jinyoung Park, Sungdong Yoo, Jihwan Park, Hyunwoo J. Kim

Graph neural networks (GNNs) have significantly improved the representation power for graph-structured data. Despite of the recent success of GNNs, the graph convolution in most GNNs have two limitations. Since the graph convolution is performed in a small local neighborhood on the input graph, it is inherently incapable to capture long-range dependencies between distance nodes. In addition, when a node has neighbors that belong to different classes, i.e., heterophily, the aggregated messages from them often negatively affect representation learning. To address the two common problems of graph convolution, in this paper, we propose Deformable Graph Convolutional Networks (Deformable GCNs) that adaptively perform convolution in multiple latent spaces and capture short/long-range dependencies between nodes. Separated from node representations (features), our framework simultaneously learns the node positional embeddings (coordinates) to determine the relations between nodes in an end-to-end fashion. Depending on node position, the convolution kernels are deformed by deformation vectors and apply different transformations to its neighbor nodes. Our extensive experiments demonstrate that Deformable GCNs flexibly handles the heterophily and achieve the best performance in node classification tasks on six heterophilic graph datasets.

📄 PDF Abstract BibTeX arXiv:2112.14438

Code (1)

mlvlab/DeformableGCN 공식 구현 pytorch

Tasks

Node ClassificationNode Classification on Non-Homophilic (Heterophilic) GraphsRepresentation Learning

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 제목 키워드 기반

Graph-Transporter: A Graph-based Learning Method for Goal-Conditioned Deformable Object Rearranging Task

2023-02-21 · Yuhong Deng, Chongkun Xia, Xueqian Wang, Lipeng Chen

Rearranging deformable objects is a long-standing challenge in robotic manipulation for the high dimensionality of configuration space and the complex dynamics of deformable objects. We present a novel framework, Graph-T…

Object

Image-to-Graph Convolutional Network for Deformable Shape Reconstruction from a Single Projection Image

2021-08-28 · M. Nakao, F. Tong, M. Nakamura, T. Matsuda

Shape reconstruction of deformable organs from two-dimensional X-ray images is a key technology for image-guided intervention. In this paper, we propose an image-to-graph convolutional network (IGCN) for deformable shape…

DeGCN: Deformable Graph Convolutional Networks for Skeleton-Based Action Recognition

2024-03-25 · IEEE Transactions on Image Processing 2024 3 · Woomin Myung, Nan Su, Jing-Hao Xue, Guijin Wang

Graph convolutional networks (GCN) have recently been studied to exploit the graph topology of the human body for skeleton-based action recognition. However, most of these methods unfortunately aggregate messages via an …

Action RecognitionSkeleton Based Action Recognition

Spatiotemporal Deformable Scene Graphs for Complex Activity Detection

2021-04-16 · Salman Khan, Fabio Cuzzolin

Long-term complex activity recognition and localisation can be crucial for decision making in autonomous systems such as smart cars and surgical robots. Here we address the problem via a novel deformable, spatiotemporal …

Action DetectionActivity DetectionActivity RecognitionAutonomous Driving+1

IGCN: Image-to-graph Convolutional Network for 2D/3D Deformable Registration

2021-10-31 · Megumi Nakao, Mitsuhiro Nakamura, Tetsuya Matsuda

Organ shape reconstruction based on a single-projection image during treatment has wide clinical scope, e.g., in image-guided radiotherapy and surgical guidance. We propose an image-to-graph convolutional network that ac…