paper-with-me

Papers

Revisiting Initializing Then Refining: An Incomplete and Missing Graph Imputation Network

2023-02-15 · Wenxuan Tu, Bin Xiao, Xinwang Liu, Sihang Zhou, Zhiping Cai, Jieren Cheng

With the development of various applications, such as social networks and knowledge graphs, graph data has been ubiquitous in the real world. Unfortunately, graphs usually suffer from being absent due to privacy-protecting policies or copyright restrictions during data collection. The absence of graph data can be roughly categorized into attribute-incomplete and attribute-missing circumstances. Specifically, attribute-incomplete indicates that a part of the attribute vectors of all nodes are incomplete, while attribute-missing indicates that the whole attribute vectors of partial nodes are missing. Although many efforts have been devoted, none of them is custom-designed for a common situation where both types of graph data absence exist simultaneously. To fill this gap, we develop a novel network termed Revisiting Initializing Then Refining (RITR), where we complete both attribute-incomplete and attribute-missing samples under the guidance of a novel initializing-then-refining imputation criterion. Specifically, to complete attribute-incomplete samples, we first initialize the incomplete attributes using Gaussian noise before network learning, and then introduce a structure-attribute consistency constraint to refine incomplete values by approximating a structure-attribute correlation matrix to a high-order structural matrix. To complete attribute-missing samples, we first adopt structure embeddings of attribute-missing samples as the embedding initialization, and then refine these initial values by adaptively aggregating the reliable information of attribute-incomplete samples according to a dynamic affinity structure. To the best of our knowledge, this newly designed method is the first unsupervised framework dedicated to handling hybrid-absent graphs. Extensive experiments on four datasets have verified that our methods consistently outperform existing state-of-the-art competitors.

📄 PDF Abstract BibTeX arXiv:2302.07524

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeImputationKnowledge Graphs

Methods 이 논문이 사용한 방법론

None 설명 없음

Similar Papers 제목 키워드 기반

Learning Graph ARMA Processes from Time-Vertex Spectra

2023-02-14 · Eylem Tugce Guneyi, Berkay Yaldiz, Abdullah Canbolat, Elif Vural

The modeling of time-varying graph signals as stationary time-vertex stochastic processes permits the inference of missing signal values by efficiently employing the correlation patterns of the process across different g…

Directly Handling Missing Data in Linear Discriminant Analysis for Enhancing Classification Accuracy and Interpretability

2024-06-30 · Tuan L. Vo, Uyen Dang, Thu Nguyen

As the adoption of Artificial Intelligence (AI) models expands into critical real-world applications, ensuring the explainability of these models becomes paramount, particularly in sensitive fields such as medicine and f…

ClassificationImputationMissing Valuesparameter estimation+1

CasPoinTr: Point Cloud Completion with Cascaded Networks and Knowledge Distillation

2025-09-27 · Yifan Yang, Yuxiang Yan, Boda Liu, Jian Pu arxiv

Point clouds collected from real-world environments are often incomplete due to factors such as limited sensor resolution, single viewpoints, occlusions, and noise. These challenges make point cloud completion essential …

Knowledge DistillationPoint Cloud CompletionPoint Clouds

Revisiting Inferential Benchmarks for Knowledge Graph Completion

2023-06-07 · Shuwen Liu, Bernardo Cuenca Grau, Ian Horrocks, Egor V. Kostylev

Knowledge Graph (KG) completion is the problem of extending an incomplete KG with missing facts. A key feature of Machine Learning approaches for KG completion is their ability to learn inference patterns, so that the pr…

Knowledge Graph Completion

Incomplete Multi-view Clustering via Diffusion Completion

2023-05-19 · Sifan Fang

Incomplete multi-view clustering is a challenging and non-trivial task to provide effective data analysis for large amounts of unlabeled data in the real world. All incomplete multi-view clustering methods need to addres…

ClusteringContrastive LearningIncomplete multi-view clustering