paper-with-me

Papers

Segmented Graph-Bert for Graph Instance Modeling

2020-02-09 · Jiawei Zhang

In graph instance representation learning, both the diverse graph instance sizes and the graph node orderless property have been the major obstacles that render existing representation learning models fail to work. In this paper, we will examine the effectiveness of GRAPH-BERT on graph instance representation learning, which was designed for node representation learning tasks originally. To adapt GRAPH-BERT to the new problem settings, we re-design it with a segmented architecture instead, which is also named as SEG-BERT (Segmented GRAPH-BERT) for reference simplicity in this paper. SEG-BERT involves no node-order-variant inputs or functional components anymore, and it can handle the graph node orderless property naturally. What's more, SEG-BERT has a segmented architecture and introduces three different strategies to unify the graph instance sizes, i.e., full-input, padding/pruning and segment shifting, respectively. SEG-BERT is pre-trainable in an unsupervised manner, which can be further transferred to new tasks directly or with necessary fine-tuning. We have tested the effectiveness of SEG-BERT with experiments on seven graph instance benchmark datasets, and SEG-BERT can out-perform the comparison methods on six out of them with significant performance advantages.

📄 PDF Abstract BibTeX arXiv:2002.03283

Code (1)

jwzhanggy/SEG-BERT 공식 구현 pytorch

Tasks

Graph ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

MG-BERT: Multi-Graph Augmented BERT for Masked Language Modeling

2021-06-01 · NAACL (TextGraphs) 2021 6 · Parishad BehnamGhader, Hossein Zakerinia, Mahdieh Soleymani Baghshah

Pre-trained models like Bidirectional Encoder Representations from Transformers (BERT), have recently made a big leap forward in Natural Language Processing (NLP) tasks. However, there are still some shortcomings in the …

Knowledge GraphsLanguage ModelingLanguage ModellingMasked Language Modeling+1

Deep Affinity Net: Instance Segmentation via Affinity

2020-03-15 · Xingqian Xu, Mang Tik Chiu, Thomas S. Huang, Honghui Shi

Most of the modern instance segmentation approaches fall into two categories: region-based approaches in which object bounding boxes are detected first and later used in cropping and segmenting instances; and keypoint-ba…

Clusteringgraph partitioningInstance SegmentationSemantic Segmentation

Automated processing of X-ray computed tomography images via panoptic segmentation for modeling woven composite textiles

2022-02-02 · Aaron Allred, Lauren J. Abbott, Alireza Doostan, Kurt Maute

A new, machine learning-based approach for automatically generating 3D digital geometries of woven composite textiles is proposed to overcome the limitations of existing analytical descriptions and segmentation methods. …

Computed Tomography (CT)Panoptic SegmentationSegmentationVideo Panoptic Segmentation

A Graph-based Model for Joint Chinese Word Segmentation and Dependency Parsing

2019-04-09 · TACL 2020 1 · Hang Yan, Xipeng Qiu, Xuanjing Huang

Chinese word segmentation and dependency parsing are two fundamental tasks for Chinese natural language processing. The dependency parsing is defined on word-level. Therefore word segmentation is the precondition of depe…

Chinese Word SegmentationDependency ParsingFeature EngineeringLanguage Modeling+2

Graph Neural Distance Metric Learning with Graph-Bert

2020-02-09 · Jiawei Zhang

Graph distance metric learning serves as the foundation for many graph learning problems, e.g., graph clustering, graph classification and graph matching. Existing research works on graph distance metric (or graph kernel…

ClusteringGraph ClassificationGraph ClusteringGraph Learning+3