Giter Site home page Giter Site logo

itr's Introduction

Paper

Made with Python GitHub stars GitHub forks visitors

Source code for the paper "Initializing Then Refining: A Simple Graph Attribute Imputation Network"

W. Tu, S. Zhou, X. Liu, Y. Liu, Z. Cai, E. Zhu, C. Zhang, and J. Cheng.

Accepted by IJCAI 2022. [Paper]

Installation

Clone this repo.

git clone https://github.com/WxTu/ITR.git
  • Python 3.7.11
  • Pytorch (1.9.0)
  • Numpy 1.25.1
  • Sklearn 1.0.2
  • Torchvision 0.10.0
  • Matplotlib 3.5.1

Preparation

We adopt four datasets in total, including Cora, Citeseer, Amazon Computer, and Amazon Photo. To train ITR on these datasets, please download them from Baidu Cloud (access code: 1234).

Code Structure & Usage

Here we provide an implementation of Initializing Then Refining (ITR) in PyTorch, along with an execution example on Cora (or Citeseer) dataset (due to file size limit). The repository is organised as follows:

  • ITR.py: defines the architecture of the whole network.
  • utils.py: defines some functions about data processing, evaluation metrics, and others.
  • main.py: the entry point for training and testing.
  • test_X.py and test_AX.py: about downstream tasks.

Finally, main.py puts all of the above together and may be used to execute a full training run on Cora (or Citeseer).

Architecture

Contact

[email protected]

Any discussions or concerns are welcomed!

Citation & License

If you use this code for your research, please cite our paper.

@inproceedings{2022ITR,
  title={Initializing Then Refining: A Simple Graph Attribute Imputation Network},
  author={Wenxuan Tu and Sihang Zhou and Xinwang Liu and Yue Liu and Zhiping Cai and En Zhu and Changwang Zhang and Jieren Cheng},
  booktitle={Proceedings of The Thirty-First International Joint Conference on Artificial Intelligence},
  pages={3494-3500},
  year={2022}
}

All rights reserved. Licensed under the Apache License 2.0.

The code is released for academic research use only. For commercial use, please contact [[email protected]].

Acknowledgement

X. Chen, S. Chen, J. Yao, et al. Learning on Attribute-Missing Graphs. IEEE TPAMI, 2022.
--https://github.com/xuChenSJTU/SAT-master-online

itr's People

Contributors

wxtu avatar

Stargazers

 avatar limeng avatar  avatar Liang Li avatar  avatar Nairouz  avatar  avatar WeiXia avatar  avatar yueliu1999 avatar

Watchers

Kostas Georgiou avatar  avatar

itr's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.