Difference between revisions of "Deep learning on galaxy morphology profile"

From cluster group wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
*The cited paper presents a new method for modeling 2D photometric galaxy profiles based on 2D convolutional neural networks: DeepLeGATo for automated and fast analysis of galaxy morphology.
*The cited paper presents a new method for modeling 2D photometric galaxy profiles based on 2D convolutional neural networks: DeepLeGATo for automated and fast analysis of galaxy morphology.


==Generate First Method==
==Generate Method==
===Generate First Method===
===First Method===
[[File:111.png|500px|right|jumengting]]
[[File:111.png|500px|right|jumengting]]
*The neural network structure used in the experiments to construct a neural network structure similar to the original text is shown in the following figure.
*The neural network structure used in the experiments to construct a neural network structure similar to the original text is shown in the following figure.
*Firstly, GalSim is used to generate information files of relevant galaxies based on random parameters. Because deep learning requires a large number of images and parameter samples, the cost of manual annotation of images is too high; and the expertise of the person conducting the annotation is required. Generating datasets with parameters is a more convenient experimental method.
*Firstly, GalSim is used to generate information files of relevant galaxies based on random parameters. Because deep learning requires a large number of images and parameter samples, the cost of manual annotation of images is too high; and the expertise of the person conducting the annotation is required. Generating datasets with parameters is a more convenient experimental method.
*When generating galaxy data with GalSim software, the dimension size of the generated data is also set to random because the dimension size of the real galaxy data varies. The python library is used to generate 50,000 galaxy information, which is partitioned into a training set, a test set, and a validation set in the ratio of 8:1:1. In order to handle galaxy images of different sizes, this paper uses two-dimensional data with a standard size of 128*128 size, which will be different in shape from 128*128 size, cut the center of galaxy images larger than 128*128 pixels, and fill the edges of images smaller than 128*128 pixels.
*When generating galaxy data with GalSim software, the dimension size of the generated data is also set to random because the dimension size of the real galaxy data varies. The python library is used to generate 50,000 galaxy information, which is partitioned into a training set, a test set, and a validation set in the ratio of 8:1:1. In order to handle galaxy images of different sizes, this paper uses two-dimensional data with a standard size of 128*128 size, which will be different in shape from 128*128 size, cut the center of galaxy images larger than 128*128 pixels, and fill the edges of images smaller than 128*128 pixels.
==First Method==
===Second NN===
*The above network fits the galaxy data to one parameter using a two-dimensional convolutional neural network. The following are the training results for training a single parameter - star magnitude.
*The second task fits the data to multiple parameters.
[[File:Nn_111.png|500px|right|jumengting]]
 
==Result==
===Generate data First Method===
*The above network fits the galaxy data to one parameter using a 2D convolutional neural network. The following are the training results for training a single parameter - star magnitude.
[[File:result_111.png|500px|right|jumengting]]
[[File:result_111.png|500px|right|jumengting]]
 
===Generate data Second Method===
==Else==
*Galsim result.
The second task fits the data to multiple parameters.
===Ground-Truth data Second Method===
*CANDELS


==Else==
==Else==
Waiting...
Waiting...

Latest revision as of 08:15, 1 October 2022

Introduction

  • This project focuses on fitting galaxy pictures to their morphological parameters based on galaxy morphology.

Relate Work

  • The first work aims to reproduce the task of fitting the parameters of galaxies with galaxy information in the article "Deep learning for galaxy surface brightness profile fitting". The galaxy morphology parameters contain the magnitude of galaxies, the profile Sersic index of galaxies, the half-light radius of galaxies, and the axis ratio of galaxies.
  • The cited paper presents a new method for modeling 2D photometric galaxy profiles based on 2D convolutional neural networks: DeepLeGATo for automated and fast analysis of galaxy morphology.

Generate Method

First Method

jumengting
  • The neural network structure used in the experiments to construct a neural network structure similar to the original text is shown in the following figure.
  • Firstly, GalSim is used to generate information files of relevant galaxies based on random parameters. Because deep learning requires a large number of images and parameter samples, the cost of manual annotation of images is too high; and the expertise of the person conducting the annotation is required. Generating datasets with parameters is a more convenient experimental method.
  • When generating galaxy data with GalSim software, the dimension size of the generated data is also set to random because the dimension size of the real galaxy data varies. The python library is used to generate 50,000 galaxy information, which is partitioned into a training set, a test set, and a validation set in the ratio of 8:1:1. In order to handle galaxy images of different sizes, this paper uses two-dimensional data with a standard size of 128*128 size, which will be different in shape from 128*128 size, cut the center of galaxy images larger than 128*128 pixels, and fill the edges of images smaller than 128*128 pixels.

Second NN

  • The second task fits the data to multiple parameters.
jumengting

Result

Generate data First Method

  • The above network fits the galaxy data to one parameter using a 2D convolutional neural network. The following are the training results for training a single parameter - star magnitude.
jumengting

Generate data Second Method

  • Galsim result.

Ground-Truth data Second Method

  • CANDELS

Else

Waiting...