paper-with-me

Papers

HAT-GAE: Self-Supervised Graph Auto-encoders with Hierarchical Adaptive Masking and Trainable Corruption

2023-01-28 · Chengyu Sun

Self-supervised auto-encoders have emerged as a successful framework for representation learning in computer vision and natural language processing in recent years, However, their application to graph data has been met with limited performance due to the non-Euclidean and complex structure of graphs in comparison to images or text, as well as the limitations of conventional auto-encoder architectures. In this paper, we investigate factors impacting the performance of auto-encoders on graph data and propose a novel auto-encoder model for graph representation learning. Our model incorporates a hierarchical adaptive masking mechanism to incrementally increase the difficulty of training in order to mimic the process of human cognitive learning, and a trainable corruption scheme to enhance the robustness of learned representations. Through extensive experimentation on ten benchmark datasets, we demonstrate the superiority of our proposed method over state-of-the-art graph representation learning models.

📄 PDF Abstract BibTeX arXiv:2301.12063

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…
Adaptive Masking 설명 없음

Similar Papers 제목 키워드 기반

Hi-GMAE: Hierarchical Graph Masked Autoencoders

2024-05-17 · Chuang Liu, Zelin Yao, Yibing Zhan, Xueqi Ma 외

Graph Masked Autoencoders (GMAEs) have emerged as a notable self-supervised learning approach for graph-structured data. Existing GMAE models primarily focus on reconstructing node-level information, categorizing them as…

Graph Neural NetworkSelf-Supervised Learning

SeeGera: Self-supervised Semi-implicit Graph Variational Auto-encoders with Masking

2023-01-29 · Xiang Li, Tiandi Ye, Caihua Shan, Dongsheng Li 외

Generative graph self-supervised learning (SSL) aims to learn node representations by reconstructing the input graph data. However, most existing methods focus on unsupervised learning tasks only and very few work has sh…

Contrastive LearningSelf-Supervised LearningVariational Inference

Hierarchical Vector Quantized Graph Autoencoder with Annealing-Based Code Selection

2025-04-17 · Long Zeng, Jianxiang Yu, Jiapeng Zhu, Qingsong Zhong 외

Graph self-supervised learning has gained significant attention recently. However, many existing approaches heavily depend on perturbations, and inappropriate perturbations may corrupt the graph's inherent information. T…

Link PredictionNode ClassificationQuantizationSelf-Supervised Learning

GraphMAE: Self-Supervised Masked Graph Autoencoders

2022-05-22 · Zhenyu Hou, Xiao Liu, Yukuo Cen, Yuxiao Dong 외

Self-supervised learning (SSL) has been extensively explored in recent years. Particularly, generative SSL has seen emerging success in natural language processing and other AI fields, such as the wide adoption of BERT a…

Contrastive LearningGraph ClassificationGraph LearningNode Classification+2

Self-Supervised Variational Auto-Encoders

2020-10-05 · Ioannis Gatopoulos, Jakub M. Tomczak

Density estimation, compression and data generation are crucial tasks in artificial intelligence. Variational Auto-Encoders (VAEs) constitute a single framework to achieve these goals. Here, we present a novel class of g…

Data CompressionDensity EstimationEdge Detection