paper-with-me

Papers

Variational Graph Autoencoder for Heterogeneous Information Networks with Missing and Inaccurate Attributes

2023-11-14 · Yige Zhao, Jianxiang Yu, Yao Cheng, Chengcheng Yu, Yiding Liu, Xiang Li, Shuaiqiang Wang

Heterogeneous Information Networks (HINs), which consist of various types of nodes and edges, have recently demonstrated excellent performance in graph mining. However, most existing heterogeneous graph neural networks (HGNNs) ignore the problems of missing attributes, inaccurate attributes and scarce labels for nodes, which limits their expressiveness. In this paper, we propose a generative self-supervised model GraMI to address these issues simultaneously. Specifically, GraMI first initializes all the nodes in the graph with a low-dimensional representation matrix. After that, based on the variational graph autoencoder framework, GraMI learns both node-level and attribute-level embeddings in the encoder, which can provide fine-grained semantic information to construct node attributes. In the decoder, GraMI reconstructs both links and attributes. Instead of directly reconstructing raw features for attributed nodes, GraMI generates the initial low-dimensional representation matrix for all the nodes, based on which raw features of attributed nodes are further reconstructed to leverage accurate attributes. In this way, GraMI can not only complete informative features for non-attributed nodes, but rectify inaccurate ones for attributed nodes. Finally, we conduct extensive experiments to show the superiority of GraMI in tackling HINs with missing and inaccurate attributes.

📄 PDF Abstract BibTeX arXiv:2311.07929

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDecoderGraph Mining

Similar Papers 제목 키워드 기반

IVGAE: Handling Incomplete Heterogeneous Data with a Variational Graph Autoencoder

2025-11-27 · Youran Zhou, Mohamed Reda Bouadjenek, Sunil Aryal% arxiv

Handling missing data remains a fundamental challenge in real-world tabular datasets, especially when data are heterogeneous with both numerical and categorical features. Existing imputation methods often fail to capture…

Graph Representation Learning

Variational Selective Autoencoder: Learning from Partially-Observed Heterogeneous Data

2021-02-25 · Yu Gong, Hossein Hajimirsadeghi, JiaWei He, Thibaut Durand 외

Learning from heterogeneous data poses challenges such as combining data from various sources and of different types. Meanwhile, heterogeneous data are often associated with missingness in real-world applications due to …

Imputation

Accurate Node Feature Estimation with Structured Variational Graph Autoencoder

2022-06-09 · Jaemin Yoo, Hyunsik Jeon, Jinhong Jung, U Kang

Given a graph with partial observations of node features, how can we estimate the missing features accurately? Feature estimation is a crucial problem for analyzing real-world graphs whose features are commonly missing d…

Variational Inference

A Variational Autoencoder for Heterogeneous Temporal and Longitudinal Data

2022-04-20 · Mine Öğretir, Siddharth Ramchandran, Dimitrios Papatheodorou, Harri Lähdesmäki

The variational autoencoder (VAE) is a popular deep latent variable model used to analyse high-dimensional datasets by learning a low-dimensional latent representation of the data. It simultaneously learns a generative m…

Imputation

Networked Time Series Imputation via Position-aware Graph Enhanced Variational Autoencoders

2023-05-29 · Dingsu Wang, Yuchen Yan, Ruizhong Qiu, Yada Zhu 외

Multivariate time series (MTS) imputation is a widely studied problem in recent years. Existing methods can be divided into two main groups, including (1) deep recurrent or generative models that primarily focus on time …

DecoderImputationInductive BiasMissing Values+3