You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

πŸͺ GalaxyEmb: Galaxy Embedding Model using SimCLR (GZ SDSS)

GalaxyEmb is a self-supervised learning model trained on the GalaxyZoo SDSS dataset using the SimCLR framework. It maps galaxy images into a compact and meaningful latent space for use in similarity detection, retrieval, and evaluation of generative models.

πŸ” Model Details

  • Architecture: SimCLR
  • Dataset: Galaxy Zoo - SDSS
  • Input resolution: 424x424
  • Output: N-dimensional normalized embedding vector
  • Framework: PyTorch

πŸ’‘ Intended Uses

This model is designed for:

  • Similarity detection between galaxy morphologies
  • Image retrieval based on morphological similarity
  • Evaluation of conditional generative galaxy models, based on:
    • Consistency (alignment with input condition)
    • Diversity (intra-class variability)
    • Realism (visual and statistical plausibility)
    • The three metrics was proposed by Astolfi et al. (2024)

πŸ’» How to Use

You can load the model by download checkpoint_0050.pth.tar and extract embeddings in get_galaxy_emb.ipynb using your own galaxy images. You should modify the path as your downloaded one and your galaxy image folder:

checkpoint_path = "/checkpoint_0050.pth.tar"

# Your image folder path
image_folder = "../images" 
# Your output folder path
output_folder = "../images_features"
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support