Submitted by asarig_ t3_10sj2qf in MachineLearning
I began exploring MLP-Mixer[1,2] on Graph Neural Networks in October 2021 and completed my implementation the ZINC dataset in November of the same year. My implementation is available on Github, but I was unable to fully conduct the experiments due to lack of computational resources.
In December 2022, a group of leading figures in the field, including Xiaoxin He, Bryan Hooi, Thomas Laurent, Adam Perold, Yann Lecun, and Xavier Bresson, published a paper titled "A Generalization of ViT/MLP-Mixer to Graphs". Although I am pleased to be working alongside these prominent researchers on the application of MLP-Mixers to Graphs, I regret that I was unable to finish my experiments. Encouraged by my friends and advisors, I decided to make my work public by publishing it on arxiv. The paper and code can be found as the following:
Paper/report: https://arxiv.org/abs/2301.12493
Github: https://github.com/asarigun/GraphMixerNetworks
I used PNA as my baseline and did not utilize patches in my study, unlike the other study. I hope someone finds them interesting/useful.
SatoshiNotMe t1_j71t20w wrote
For those not clued in, can you briefly explain what are MLP-Mixers and how they are relevant to GNNs?