By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Space Selfies Level Up-AI Learns from the Best in the Universe | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > Space Selfies Level Up-AI Learns from the Best in the Universe | HackerNoon
Computing

Space Selfies Level Up-AI Learns from the Best in the Universe | HackerNoon

News Room
Last updated: 2025/05/07 at 3:44 AM
News Room Published 7 May 2025
Share
SHARE

Authors:

(1) Hyosun park, Department of Astronomy, Yonsei University, Seoul, Republic of Korea;

(2) Yongsik Jo, Artificial Intelligence Graduate School, UNIST, Ulsan, Republic of Korea;

(3) Seokun Kang, Artificial Intelligence Graduate School, UNIST, Ulsan, Republic of Korea;

(4) Taehwan Kim, Artificial Intelligence Graduate School, UNIST, Ulsan, Republic of Korea;

(5) M. James Jee, Department of Astronomy, Yonsei University, Seoul, Republic of Korea and Department of Physics and Astronomy, University of California, Davis, CA, USA.

Table of Links

Abstract and 1 Introduction

2 Method

2.1. Overview and 2.2. Encoder-Decoder Architecture

2.3. Transformers for Image Restoration

2.4. Implementation Details

3 Data and 3.1. HST Dataset

3.2. GalSim Dataset

3.3. JWST Dataset

4 JWST Test Dataset Results and 4.1. PSNR and SSIM

4.2. Visual Inspection

4.3. Restoration of Morphological Parameters

4.4. Restoration of Photometric Parameters

5 Application to real HST Images and 5.1. Restoration of Single-epoch Images and Comparison with Multi-epoch Images

5.2. Restoration of Multi-epoch HST Images and Comparison with Multi-epoch JWST Images

6 Limitations

6.1. Degradation in Restoration Quality Due to High Noise Level

6.2. Point Source Recovery Test

6.3. Artifacts Due to Pixel Correlation

7 Conclusions and Acknowledgements

Appendix: A. Image restoration test with Blank Noise-Only Images

References

3. DATA

The goal of the current study is to construct a Transformer model that enhances the quality of HST images to that of the JWST. Thus, our training data set consists of pairs of JWST-quality ground truth (GT) images and their degraded, low-quality (LQ) versions. We employ a transfer-learning approach by first pre-training our model with GT-LQ pairs of simplified galaxy images and finetuning the pre-trained model with GT-LQ pairs of realistic galaxy images. Therefore, we prepare two sets of training datasets.

The GT image of the pre-training dataset is generated with GalSim (Rowe et al. 2015) while its LQ counterpart is obtained by simply degrading the resolution of the GT image with the HST point spread function (PSF) and adding Gaussian noise. The input parameters of GalSim should not be arbitrary but must be chosen carefully to represent the structural features of real galaxies. This is achieved by harvesting real galaxy images from the HST archive and measuring their properties.

The GT image of the finetuning dataset is obtained by collecting galaxy images from the JWST archive. Following the same procedure in the pre-training dataset generation, we create their LQ counterparts. Below we describe the HST, GalSim, and JWST datasets in detail.

3.1. HST Dataset

We collect multi-band galaxy images from the following HST/ACS deep fields: the Hubble Ultra Deep Field 12 (HUDF12), HUDF-Parallel 2 (HUDFP2)[2] (Ellis et al. 2013; Koekemoer et al. 2013), and the Great Observatories Origins Deep Survey North and South (GOODSN&S)[3] (Illingworth et al. 2016; Whitaker et al. 2019) fields. The F606W, F775W, and F814W filters are used from HUDF12. For HUDFP2, only F814W is selected. We employ F606W and F814W from GOODS-North&South.

SExtractor (Bertin & Arnouts 1996) was used to detect sources by searching for five connected pixels 1.5 times above the rms noise level. We cropped a w × w pixel postage-stamp image centered on each source. The image size w is set to 2[4a+5], where a is the semi-major axis output by SExtractor and the operation [x] represents the greatest integer not exceeding x. We discard the source if

Figure 2. Galaxy image restoration through transfer learning. Initially, we pretrain our model with LQ-GT pairs of simplified galaxy images created with GalSim. Then, this model is finetuned with LQ-GT pairs of realistic galaxy images sampled from deep JWST images. We find that this transfer learning scheme shows improved performance over the models trained with single ndataset.Figure 2. Galaxy image restoration through transfer learning. Initially, we pretrain our model with LQ-GT pairs of simplified galaxy images created with GalSim. Then, this model is finetuned with LQ-GT pairs of realistic galaxy images sampled from deep JWST images. We find that this transfer learning scheme shows improved performance over the models trained with single ndataset.

  1. its image size w is greater than 128 pixels,

  2. either its semi-minor axis or half-light radius is smaller than the FWHM of HST/ACS PSF,

  3. its S/N value is less than 20,

  4. the maximum value of its neighboring sources is larger than 0.8 times its peak value, or

  5. the gradient within the central 10 × 10 pixels is sharper than the HST PSF.

The first and second criteria eliminate excessively large or small sources. The third condition removes excessively faint sources. The fourth condition excludes the cases where similarly bright galaxies are present within the postage stamp image. The last condition is necessary because the HST automatic cosmic ray detection/removal pipeline often fails near the bright peaks of stars or galaxies. In addition to these criteria, we explicitly identified and removed stars using their distinct locus in the size-magnitude diagram. We obtain a total of 66,092 postage-stamp images. Figure 3 shows the distribution of the HST postage-stamp images prior to the w = 128 cut.

As mentioned above, our pre-training dataset is created by GalSim using the characteristics derived from our HST dataset. We choose to characterize HST galaxies by their best-fit elliptical Sersic parameters and fluxes. The circular Sersic profile is defined as

where n represents the Sersic index, R is the radius, R50 is the half-light radius, and I(R50) is the surface brightness at R50. The elliptical Sersic profile is implemented by replacing R with the following:

Figure 3. Size distribution of the HST postage stamp images. The postage stamp image size w is determined by the following equation: w = 2×[4a+5], where a is the semi-major axis output by SExtractor and the operation [x] represents the largest integer that does not exceed x. We used images smaller than 128×128 pixels.Figure 3. Size distribution of the HST postage stamp images. The postage stamp image size w is determined by the following equation: w = 2×[4a+5], where a is the semi-major axis output by SExtractor and the operation [x] represents the largest integer that does not exceed x. We used images smaller than 128×128 pixels.

where a and b denote the semi-major and semi-minor axes, respectively.

Because of the rapid change in I(R) near the center (R = 0), evaluating I(R) only at discrete positions (i.e., at the center of each pixel) leads to a significant discrepancy between the rendered and real galaxy images. To mitigate this, we first oversampled I(R) with ten times higher resolution in the central region (R < 5 pixel) and then applied 10 × 10 nearest neighbor-averaging to render the galaxy. This Sersic galaxy image is convolved with the HST PSF and then fit to the HST galaxy image. Fluxes are measured by summing up the backgroundsubtracted pixel values from the HST galaxy images.


[2] https://archive.stsci.edu/prepds/hudf12/

[3] https://archive.stsci.edu/hlsps/hlf/

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Prepare Yourself. Doom: The Dark Ages Lands on Xbox Game Pass Soon
Next Article Pulumi Announces Improved Components Feature to Simplify Infrastructure as Code
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

These $90 Sony headphones feel good and sound even better
News
Will the iPhone 17 Air Have Good Battery Life? Here’s What Rumors Say
News
Latest Bitcoin News: Maldives’ $9 billion crypto center plan unveiled, XBIT continues to lead in transaction depth
Gadget
Dance Music Is Booming Again. What’s Different This Time? A Lot.
Software

You Might also Like

Computing

vs. Calendly: Which Planner App is Better? |

27 Min Read
Computing

GSoC 2025 Projects: AI-Powered Log Analyzer For Fedora, Better AMD ROCm On Debian

4 Min Read
Computing

The Linux Kernel Dropping Its Unused Built-In Software Echo Cancellation Code

2 Min Read
Computing

Intel oneDNN 3.8 Brings More CPU & GPU Performance Optimizations

3 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?