xxlya / BrainGNN_Pytorch

A preliminary implementation of BrainGNN
145 stars 34 forks source link

ABIDE Performance #6

Closed tuttyfrutyee closed 3 years ago

tuttyfrutyee commented 3 years ago

Hi, loved your work. Are the hyperparameters in this repository optimized for ABIDE? Because when I run main.py, the train accuracy is 0.676 and test accuracy 0.57 after 99 epochs and they are not getting any better. Is there anything to do to get higher accuracy specifically for ABIDE? Thanks...

xxlya commented 3 years ago

We gave the example of ABIDE in this repo because its data is publicly available. However, we did not pay much effect to improve its performance. It is more like an example. Also, it may be difficult to get good performance for ABIDE as it is very noisy.. sometimes more complex model makes learning worse. The two datasets we used in our paper are more cleaner. We are trying to make our HCP preprocess pipeline public.

htlee6 commented 2 years ago

Hey @tuttyfrutyee , not sure if you were aware of some facts about the ABIDE dataset. The images in this dataset are taken at different sites and with different devices. So the standards of imaging and a lot of other factors affect, and you can regard them as noises. So if you fed the entire dataset to the model without denoising, I think that won't lead to a good result.