Giter VIP home page Giter VIP logo

graph-nas-materials's Introduction

Neural Architecture Search for GNN Potentials with Reinforcement Learning

Omar Jiménez, Avi Arora, Sasan Zohreh

CSE8803 – Machine Learning for Chemistry

Hypothesis: Performance of Graph Neural Networks in chemistry could potentially be improved by using NAS-based techniques

Goal: Reinforcement Learning-based NAS for materials datasets

NAS Formulation

Screen Shot 2023-04-27 at 3 57 36 PM

Search Space

  • GC Layers: CGConv, GATConv, GraphConv, GCNConv, Dense (tried others like Transformer/GPS Layers but those are difficult for single GPU)
  • Aggregation Operators: Add, Mean, Max
  • Activation Functions: ReLU, Sigmoid, Tanh, LeakyReLU, SiLU
  • Pooling Layers: Global add/mean/max
  • Normalization Layers: BatchNorm, LayerNorm, MessageNorm, GraphSizeNorm
  • Hyperparameters: learning rate, batch size, GC/Dense layer dims

Future Work

  • Enhancement and Flexibility of design space (e.g., layer diversity). Ideally, if we can afford to train for extended periods, we could let controller learn how to build architectures from scratch. This is a typical approach in RL NAS
  • Parameter-sharing RL NAS: original plan due to more efficiency but trickier to implement, safer to start with more intuitive sequential approach
  • Smaller datasets (e.g., Jarvis DFT) which could allow us to train each child GNN until convergence using sequential NAS formulation
  • Training/Evaluation on full MP Dataset for best NAS architecture and baselines
  • Less exploratory objectives if training for shorter times (e.g., simple REINFORCE loss)
  • Molecule datasets since only Evolutionary Algorithms have been applied
  • Force training for child GNNs (only energy in experiments)

graph-nas-materials's People

Contributors

aarora4 avatar

Watchers

 avatar

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.