File size: 2,037 Bytes
0fc97af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
license: apache-2.0
base_model: mwalmsley/zoobot-encoder-convnext_nano
tags:
- astronomy
- galaxy-morphology
- image-classification
- pytorch
- zoobot
- convnext
- fine-tuned
datasets:
- galaxy10-decals
metrics:
- accuracy
pipeline_tag: image-classification
library_name: pytorch
language:
- en
---

# AstroVision Advanced — Galaxy Morphology Classifier

Fine-tuned Zoobot (ConvNeXT Nano) for galaxy morphology classification on the Galaxy10 DECals dataset.

## Model Details

- **Base model:** [mwalmsley/zoobot-encoder-convnext_nano](https://huggingface.co/mwalmsley/zoobot-encoder-convnext_nano)
- **Architecture:** ConvNeXT Nano encoder + LinearHead classifier
- **Training framework:** PyTorch Lightning
- **Training dataset:** Galaxy10 DECals (17,736 images)
- **Epochs:** 10
- **Validation accuracy:** 92.9%

## Classes

| Label | Class |
|---|---|
| 0 | Spiral Galaxy |
| 1 | Elliptical Galaxy |
| 2 | Edge-on Disk |
| 3 | Irregular Galaxy |
| 4 | Merger |

## Results

| Class | Confidence (sample) |
|---|---|
| Spiral Galaxy | 99.89% |
| Elliptical Galaxy | 81.42% |
| Edge-on Disk | 100.00% |
| Irregular Galaxy | 99.17% |
| Merger | 99.99% |

## Training Data

Galaxy10 DECals — 10 original classes remapped to 5:

| Galaxy10 Original | Mapped To |
|---|---|
| Barred Spiral, Unbarred Tight Spiral, Unbarred Loose Spiral | Spiral Galaxy |
| Round Smooth, In-between Smooth, Cigar Shaped Smooth | Elliptical Galaxy |
| Edge-on without Bulge, Edge-on with Bulge | Edge-on Disk |
| Disturbed Galaxies | Irregular Galaxy |
| Merging Galaxies | Merger |

## Known Limitations

The dataset has a class imbalance — Irregular Galaxy has 1,081 samples vs 6,500 for Spiral. The model is less reliable on ambiguous irregular galaxies as a result.

## Links

- **Live App:** [astrovision-advanced.streamlit.app](https://astrovision-advanced.streamlit.app/)
- **GitHub:** [zev-walker/Astrovision-Advanced](https://github.com/zev-walker/Astrovision-Advanced)
- **Zoobot:** [mwalmsley/zoobot](https://github.com/mwalmsley/zoobot)