SkillAgentSearch skills...

GECCO

GECCO is a lightweight image classifier based on single MLP and graph convolutional layers. We find that our model can achieve up to 16x better latency than other state-of-the-art models. The paper for our model can be found at https://arxiv.org/abs/2402.00564

Install / Use

/learn @GECCOProject/GECCO
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GECCO

About

GECCO is a lightweight image classifier based on single MLP and graph convolutional layers. We find that our model can achieve up to 16x better latency than other state-of-the-art models. The paper for our model can be found at https://arxiv.org/abs/2402.00564

Reproducibility

To reproduce the results in the GECCO paper, the practitioner should change the featurelength (hidden size) of the model in the model.py file. For MNIST, MSTAR, use featurelength of 32, MSTAR, use a featurelength of 48, and CXR, use a featurelength of 56. Additionally, update the directories in the code to match the datasets in your own workspace.

Citing

If you use GECCO in your paper, please use the following BibTeX entry.

@misc{feinashley2024singlegraphconvolutionneed,
      title={A Single Graph Convolution Is All You Need: Efficient Grayscale Image Classification}, 
      author={Jacob Fein-Ashley and Sachini Wickramasinghe and Bingyi Zhang and Rajgopal Kannan and Viktor Prasanna},
      year={2024},
      eprint={2402.00564},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2402.00564}, 
}

Related Skills

View on GitHub
GitHub Stars11
CategoryHealthcare
Updated1y ago
Forks0

Languages

Python

Security Score

65/100

Audited on Feb 19, 2025

No findings