Detection, instance segmentation, and classification for astronomical surveys with deep learning ( deepdisc ): detectron2 implementation and demonstration with Hyper Suprime-Cam data
Detection, instance segmentation, and classification for astronomical surveys with deep learning ( deepdisc ): detectron2 implementation and demonstration with Hyper Suprime-Cam data
复制标题
使用深度学习 (deepdisc) 进行天文测量的检测、实例分割和分类:使用 Hyper Suprime-Cam 数据进行 detectorron2 实现和演示
DOI:
10.1093/mnras/stad2785
复制
发表时间:
2023
影响因子:
4.8
通讯作者:
Liu, Yufeng
中科院分区:
文献类型:
--
作者:
Merz, Grant;Liu, Yichen;Burke, Colin J.;Aleo, Patrick D.;Liu, Xin;Carrasco Kind, Matias;Kindratenko, Volodymyr;Liu, Yufeng
The next generation of wide-field deep astronomical surveys will deliver unprecedented amounts of images through the 2020s and beyond. As both the sensitivity and depth of observations increase, more blended sources will be detected. This reality can lead to measurement biases that contaminate key astronomical inferences. We implement new deep learning models available through Facebook AI Research’sdetectron2repository to perform the simultaneous tasks of object identification, deblending, and classification on large multiband co-adds from the Hyper Suprime-Cam (HSC). We use existing detection/deblending codes and classification methods to train a suite of deep neural networks, including state-of-the-art transformers. Once trained, we find that transformers outperform traditional convolutional neural networks and are more robust to different contrast scalings. Transformers are able to detect and deblend objects closely matching the ground truth, achieving a median bounding box Intersection over Union of 0.99. Using high-quality class labels from theHubble Space Telescope, we find that when classifying objects as either stars or galaxies, the best-performing networks can classify galaxies with near 100 per cent completeness and purity across the whole test sample and classify stars above 60 per cent completeness and 80 per cent purity out to HSCi-band magnitudes of 25 mag. This framework can be extended to other upcoming deep surveys such as the Legacy Survey of Space and Time and those with theRoman Space Telescopeto enable fast source detection and measurement. Our code,deepdisc, is publicly available at https://github.com/grantmerz/deepdisc.