Skip to content

A repository containing our code for our paper, "Photometric identification of compact galaxies, stars and quasars using multiple neural networks".

Notifications You must be signed in to change notification settings

sidchaini/MargNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MargNet

A repository containing our code for our paper, "Photometric identification of compact galaxies, stars and quasars using multiple neural networks".

Paper Links:

Paper DOI arXiv Dataset+Models

You can also access the MNRAS version using our free-access link.

Abstract

We present MargNet, a deep learning-based classifier for identifying stars, quasars and compact galaxies using photometric parameters and images from the Sloan Digital Sky Survey (SDSS) Data Release 16 (DR16) catalogue. MargNet consists of a combination of Convolutional Neural Network (CNN) and Artificial Neural Network (ANN) architectures. Using a carefully curated dataset consisting of 240,000 compact objects and an additional 150,000 faint objects, the machine learns classification directly from the data, minimising the need for human intervention. MargNet is the first classifier focusing exclusively on compact galaxies and performs better than other methods to classify compact galaxies from stars and quasars, even at fainter magnitudes. This model and feature engineering in such deep learning architectures will provide greater success in identifying objects in the ongoing and upcoming surveys, such as Dark Energy Survey (DES) and images from the Vera C. Rubin Observatory.

Directory Structure

Our code is organized as follows.

Experiment 1 - Contains the dataset and the jupyter notebooks used for experiment 1. Experiment 2 - Contains the dataset and the jupyter notebooks used for experiment 2. Experiment 3 - Contains the dataset and the jupyter notebooks used for experiment 3.

Not all files could be included on GitHub due to storage limit, so a complete copy of the repository has also been mirrored on Zenodo: (https://doi.org/10.5281/zenodo.6659435).

A note on the dataset:

The datasets have been organized by each experiment, and this is what each file means:

  • objlist.npy - The SDSS ObjID of each object
  • X.npy - the 5-band image for each object (Used by the CNN)
  • dnnx.npy - the set of 24 photometric features for each object (Used by the DNN)
  • y.npy - the classification label for each object
  • photofeatures.csv - SDSS spreadsheet containing all the features from dnnx, labels from y, ObjIDs from objlist and a couple of more SDSS specific parameters.

Note: objlist, X, dnnx and y are in the same order. So, objlist[0], X[0], dnnx[0] and y[0] correspond to the same object.

Authors

Siddharth Chaini, Atharva Bagul, Anish Deshpande, Rishi Gondkar, Kaushal Sharma, M Vivek, Ajit Kembhavi

About

A repository containing our code for our paper, "Photometric identification of compact galaxies, stars and quasars using multiple neural networks".

Topics

Resources

Stars

Watchers

Forks