Initializing Then Refining: A Simple Graph Attribute Imputation Network

Abstract

Representation learning on the attribute-missing graphs, whose connection information is complete while the attribute information of some nodes is missing, is an important yet challenging task. To impute the missing attributes, existing methods isolate the learning processes of attribute and structure information embeddings, and force both resultant representations to align with a common in-discriminative normal distribution, leading to inaccurate imputation. To tackle these issues, we propose a novel graph-oriented imputation framework called initializing then refining (ITR), where we first employ the structure information for initial imputation, and then leverage observed attribute and structure information to adaptively refine the imputed latent variables. Specifically, we first adopt the structure embeddings of attribute-missing samples as the embedding initialization, and then refine these initial values by aggregating the reliable and informative embeddings of attribute-observed samples according to the affinity structure. Specially, in our refining process, the affinity structure is adaptively updated through iterations by calculating the sample-wise correlations upon the recomposed embeddings. Extensive experiments on four benchmark datasets verify the superiority of ITR against state-of-the-art methods.

Cite

Text

Tu et al. "Initializing Then Refining: A Simple Graph Attribute Imputation Network." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/485

Markdown

[Tu et al. "Initializing Then Refining: A Simple Graph Attribute Imputation Network." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/tu2022ijcai-initializing/) doi:10.24963/IJCAI.2022/485

BibTeX

@inproceedings{tu2022ijcai-initializing,
  title     = {{Initializing Then Refining: A Simple Graph Attribute Imputation Network}},
  author    = {Tu, Wenxuan and Zhou, Sihang and Liu, Xinwang and Liu, Yue and Cai, Zhiping and Zhu, En and Zhang, Changwang and Cheng, Jieren},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {3494-3500},
  doi       = {10.24963/IJCAI.2022/485},
  url       = {https://mlanthology.org/ijcai/2022/tu2022ijcai-initializing/}
}