Git Product home page Git Product logo

pmmm's Introduction

PMMM

We provide code for the Paper:

Differentiable Meta Multigraph Search with Partial Message Propagation on Heterogeneous Information Networks
Chao Li, Hao Xu, Kun He
[AAAI 2023]

Introduction

Our main contributions are as follows:

  1. To our knowledge, PMMM is the first NAS method to search multigraph as the architecture. We propose a new concept of meta multigraph to guide GNNs to propagate messages for NAS on HINs.

  2. We propose the first stable differentiable architecture search algorithm on HINs, called partial message search, which can consistently discover promising architectures that outperform hand-designed models.

  3. Thorough experiments are conducted to demonstrate the effectiveness, stability, and flexibility of our method.

Requisites

python=3.8
pytorch==1.6.0 with CUDA support (by default our model is trained on GPU)
numpy==1.19.1
scipy==1.5.2
pandas==1.1.1
scikit-learn==0.23.2

Quick Start

For the node classification task, please see README under node_classification, and for the recommendation task, please see README under recommendation.

Citation

If you find this code and data useful, please consider citing the original work by authors:

@article{li2022differentiable,
  title={Differentiable Meta Multigraph Search with Partial Message Propagation on Heterogeneous Information Networks},
  author={Li, Chao and Xu, Hao and He, Kun},
  journal={arXiv preprint arXiv:2211.14752},
  year={2022}
}

pmmm's People

Contributors

jhl-hust avatar lichaoaaron avatar masterx666 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

lichaoaaron

pmmm's Issues

运行acm时报错

python train_search.py --dataset ACM --steps 4 --eps 0.3 --seed 2 --lam_seq 0.8 --lam_res 0.8

node_feats = pickle.load(f)

_pickle.UnpicklingError: pickle data was truncated

是数据集损坏了吗?

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.