paper-with-me

홈 › Papers

Node Feature Extraction by Self-Supervised Multi-scale Neighborhood Prediction

2021-10-29 · ICLR 2022 4 · Eli Chien, Wei-Cheng Chang, Cho-Jui Hsieh, Hsiang-Fu Yu, Jiong Zhang, Olgica Milenkovic, Inderjit S Dhillon

Learning on graphs has attracted significant attention in the learning community due to numerous real-world applications. In particular, graph neural networks (GNNs), which take numerical node features and graph structure as inputs, have been shown to achieve state-of-the-art performance on various graph-related learning tasks. Recent works exploring the correlation between numerical node features and graph structure via self-supervised learning have paved the way for further performance improvements of GNNs. However, methods used for extracting numerical node features from raw data are still graph-agnostic within standard GNN pipelines. This practice is sub-optimal as it prevents one from fully utilizing potential correlations between graph topology and node attributes. To mitigate this issue, we propose a new self-supervised learning framework, Graph Information Aided Node feature exTraction (GIANT). GIANT makes use of the eXtreme Multi-label Classification (XMC) formalism, which is crucial for fine-tuning the language model based on graph information, and scales to large datasets. We also provide a theoretical analysis that justifies the use of XMC over link prediction and motivates integrating XR-Transformers, a powerful method for solving XMC problems, into the GIANT framework. We demonstrate the superior performance of GIANT over the standard GNN pipeline on Open Graph Benchmark datasets: For example, we improve the accuracy of the top-ranked method GAMLP from $68.25\%$ to $69.67\%$, SGC from $63.29\%$ to $66.10\%$ and MLP from $47.24\%$ to $61.10\%$ on the ogbn-papers100M dataset by leveraging GIANT.

📄 PDF Abstract BibTeX arXiv:2111.00064

Code (4)

amzn/pecos 공식 구현 pytorch
OctoberChang/GAMLP?fbclid=IwAR03ugAd7H0U_kQrkihBDMJ-Bxy3siwKVbnBTNkz_IVp5J25L0DFlTK0yfc pytorch
elichienxD/SAGN_with_SLE pytorch
elichienxD/deep_gcns_torch pytorch

Tasks

Extreme Multi-Label ClassificationLanguage ModellingLink PredictionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONNode Property PredictionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

A Novel Self-Supervised Learning-Based Anomaly Node Detection Method Based on an Autoencoder in Wireless Sensor Networks

2022-12-26 · Miao Ye, Qinghao Zhang, Xingsi Xue, Yong Wang 외

Due to the issue that existing wireless sensor network (WSN)-based anomaly detection methods only consider and analyze temporal features, in this paper, a self-supervised learning-based anomaly node detection method base…

Anomaly DetectionGraph Neural NetworkSelf-Supervised Learning

SimTeG: A Frustratingly Simple Approach Improves Textual Graph Learning

2023-08-03 · Keyu Duan, Qian Liu, Tat-Seng Chua, Shuicheng Yan 외

Textual graphs (TGs) are graphs whose nodes correspond to text (sentences or documents), which are widely prevalent. The representation learning of TGs involves two stages: (i) unsupervised feature extraction and (ii) su…

Feature EngineeringGraph LearningGraph Representation LearningLink Prediction+3

Self-supervised Guided Hypergraph Feature Propagation for Semi-supervised Classification with Missing Node Features

2023-02-16 · Chengxiang Lei, Sichao Fu, Yuetian Wang, Wenhao Qiu 외

Graph neural networks (GNNs) with missing node features have recently received increasing interest. Such missing node features seriously hurt the performance of the existing GNNs. Some recent methods have been proposed t…

Pseudo Label

Multi-task Self-distillation for Graph-based Semi-Supervised Learning

2021-12-02 · Yating Ren, Junzhong Ji, Lingfeng Niu, Minglong Lei

Graph convolutional networks have made great progress in graph-based semi-supervised learning. Existing methods mainly assume that nodes connected by graph edges are prone to have similar attributes and labels, so that t…

Node Classification

SelfORE: Self-supervised Relational Feature Learning for Open Relation Extraction

2020-04-06 · EMNLP 2020 11 · Xuming Hu, Chenwei Zhang, Yusong Xu, Lijie Wen 외

Open relation extraction is the task of extracting open-domain relation facts from natural language sentences. Existing works either utilize heuristics or distant-supervised annotations to train a supervised classifier o…

ClusteringLanguage ModelingLanguage ModellingRelation+2