Code Monkey home page Code Monkey logo

emergent-degradation's Introduction

MIT License

This repository hosts the official implementation of the paper "Mitigating Emergent Robustness Degradation on Graphs while Scaling-up", as presented at ICLR 2024.

Introduction

Our research presents innovative strategies to address the challenge of emergent robustness degradation in graph neural networks as scale increases. This repository is structured to facilitate both reproduction of our results and application of our methods to new datasets and problems.

Getting Started

Prerequisites

  • Python 3.x
  • Pip package manager

Installation

Clone the repository and install the required Python packages:

git clone https://github.com/chunhuizng/emergent-degradation.git
cd emergent-degradation
pip install -r requirements.txt

Training Models

To train the model on a specific task, navigate to the appropriate directory and run the desired script. For example, to perform link prediction:

python training.py

Adversarial Training and Attacks

To perform adversarial training or to simulate attacks using the moedp model:

python adv_training.py
python pipeline*.py

Replace adv_training.py with attack.py to execute an attack.

Extending the Code

The repository is organized like GRB to facilitate easy extensions and modifications. Feel free to adapt the code to your requirements and contribute back any useful changes.

Citation

Please cite our work if it helps your research:

@inproceedings{yuan2024mitigating,
  title={Mitigating Emergent Robustness Degradation on Graphs while Scaling-up},
  author={Xiangchi Yuan and Chunhui Zhang and Yijun Tian and Yanfang Ye and Chuxu Zhang},
  booktitle={International Conference on Learning Representations},
  year={2024},
  url={https://openreview.net/forum?id=Koh0i2u8qX}
}

Questions and Contributions

For any questions about the code or contributions you'd like to make, please open an issue or a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

emergent-degradation's People

Contributors

chunhuizng avatar

Watchers

 avatar

emergent-degradation'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.