TL;DR
This paper compares deep learning architectures like EfficientNet, DenseNet, and ResNet for classifying galaxy morphology from optical images, finding DenseNet121 to perform best in accuracy and training efficiency.
Contribution
It provides a systematic comparison of multiple deep learning models for galaxy morphology classification using Galaxy Zoo data, highlighting DenseNet121's superior performance.
Findings
DenseNet121 achieved the highest accuracy.
DenseNet121 had a reasonable training time.
Further testing with additional architectures is suggested.
Abstract
The classification of galaxy morphology plays a crucial role in understanding galaxy formation and evolution. Traditionally, this process is done manually. The emergence of deep learning techniques has given room for the automation of this process. As such, this paper offers a comparison of deep learning architectures to determine which is best suited for optical galaxy morphology classification. Adapting the model training method proposed by Walmsley et al in 2021, the Zoobot Python library is used to train models to predict Galaxy Zoo DECaLS decision tree responses, made by volunteers, using EfficientNet B0, DenseNet121 and ResNet50 as core model architectures. The predicted results are then used to generate accuracy metrics per decision tree question to determine architecture performance. DenseNet121 was found to produce the best results, in terms of accuracy, with a reasonable…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Depthwise Convolution · Pointwise Convolution · Batch Normalization · Depthwise Separable Convolution · Inverted Residual Block · Sigmoid Activation · Dropout · RMSProp · Squeeze-and-Excitation Block
