paper-with-me

홈 › Papers

Classification of Quasars, Galaxies, and Stars in the Mapping of the Universe Multi-modal Deep Learning

2022-05-22 · Sabeesh Ethiraj, Bharath Kumar Bolla

In this paper, the fourth version the Sloan Digital Sky Survey (SDSS-4), Data Release 16 dataset was used to classify the SDSS dataset into galaxies, stars, and quasars using machine learning and deep learning architectures. We efficiently utilize both image and metadata in tabular format to build a novel multi-modal architecture and achieve state-of-the-art results. In addition, our experiments on transfer learning using Imagenet weights on five different architectures (Resnet-50, DenseNet-121 VGG-16, Xception, and EfficientNet) reveal that freezing all layers and adding a final trainable layer may not be an optimal solution for transfer learning. It is hypothesized that higher the number of trainable layers, higher will be the training time and accuracy of predictions. It is also hypothesized that any subsequent increase in the number of training layers towards the base layers will not increase in accuracy as the pre trained lower layers only help in low level feature extraction which would be quite similar in all the datasets. Hence the ideal level of trainable layers needs to be identified for each model in respect to the number of parameters. For the tabular data, we compared classical machine learning algorithms (Logistic Regression, Random Forest, Decision Trees, Adaboost, LightGBM etc.,) with artificial neural networks. Our works shed new light on transfer learning and multi-modal deep learning architectures. The multi-modal architecture not only resulted in higher metrics (accuracy, precision, recall, F1 score) than models using only image data or tabular data. Furthermore, multi-modal architecture achieved the best metrics in lesser training epochs and improved the metrics on all classes.

📄 PDF Abstract BibTeX arXiv:2205.10745

Code (1)

sabeesh90/Multimodal_Deep_Learning_DLDC_2021 공식 구현 tf

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Average Pooling 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Photometric identification of compact galaxies, stars and quasars using multiple neural networks

2022-11-15 · Siddharth Chaini, Atharva Bagul, Anish Deshpande, Rishi Gondkar 외

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. …

Deep LearningFeature EngineeringSurvey

Deep Learning Applications Based on WISE Infrared Data: Classification of Stars, Galaxies and Quasars

2023-05-17 · Guiyu Zhao, Bo Qiu, A-Li Luo, XIAOYU GUO 외

The Wide-field Infrared Survey Explorer (WISE) has detected hundreds of millions of sources over the entire sky. However, classifying them reliably is a great challenge due to degeneracies in WISE multicolor space and lo…

Classificationimage-classificationImage Classification

Can AI Understand Our Universe? Test of Fine-Tuning GPT by Astrophysical Data

2024-04-14 · Yu Wang, Shu-Rui Zhang, Aidin Momtaz, Rahim Moradi 외

ChatGPT has been the most talked-about concept in recent months, captivating both professionals and the general public alike, and has sparked discussions about the changes that artificial intelligence (AI) will bring to …

VEXAS: VISTA EXtension to Auxiliary Surveys - Data Release 2. Machine-learning based classification of sources in the Southern Hemisphere

2021-03-18 · V. Khramtsov, C. Spiniello, A. Agnello, A. Sergeyev

We present the second public data release (DR) of the VISTA EXtension to Auxiliary Surveys (VEXAS), where we classify objects into stars, galaxies and quasars based on an ensemble of machine learning algorithms. The aim …

ImputationSurvey

Classification of Astronomical Spectra Using PCA-Compressed Flux and Inverse-Variance Features

2026-06-11 · Bruno Santos Meneses Barreto, Marcio Eisencraft arxiv

This paper evaluates a signal-processing and supervised-learning pipeline for classifying SDSS DR17 astronomical spectra into stars, galaxies, and quasars. Each spectrum is represented by its measured flux and inverse-va…