Deep Learning in Large Astronomical Spectra Archives

Published on 27th June 2017.

In this post I would like to introduce my bachelor's thesis. I did this work during my studies at Faculty of Information Technology, CTU. I would not be able to finish this work without help of my supervisor Petr Škoda from ASU CAS. The work is available online at Zenodo.

Abstract

Large astronomical archives, as for example LAMOST spectral archive, contain plenty of hidden information. Deep learning is currently very popular method used to gain knowledge from this kind of data. This work shows the process of finding emission-line spectra in LAMOST archive using deep convolutional neural network trained on data from Ondřejov 2m telescope. Overview of several techniques as spectra preprocessing, domain adaptation of Ondřejov data to LAMOST resolution, dimensionality reduction, architecture and training of two deep neural networks are presented. Finally, discovered objects with interesting physical nature deserving further detailed analysis are discussed.

Slides

I was lucky that I had the chance to present my results at EWASS 2017 conference in Prague.

Code

All source files are at GitHub. There are both thesis' TeX sources and Jupyter notebooks with experiments' code. Here is a sample Matplotlib image of t-SNE dimensionality reduction of spectral data from Ondřejov observatory.

t-SNE of Ondřejov dataset.

t-SNE of Ondřejov dataset.

BibTeX

To cite this work please use this BibTeX entry.

@article{
    podsztavek2017,
    author = {Podsztavek, Ondřej},
    title = {Deep Learning in Large Astronomical Spectra Archives},
    year = 2017,
    month = may,
    pages = 38,
    doi = {10.5281/zenodo.818247},
}