IMCVLGHEP-PHMLJul 7, 2018

DeepSource: Point Source Detection using Deep Learning

arXiv:1807.02701v133 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of detecting faint sources in radio interferometry for astronomers, offering a tailored solution that improves upon existing methods, though it is incremental as it applies deep learning to a specific domain problem.

The paper tackled point source detection in low signal-to-noise astronomical images by developing DeepSource, a deep learning method using convolutional neural networks, which achieved near-perfect purity and completeness down to SNR = 4 and outperformed PyBDSF with a PC score of 0.73 vs. 0.31 at SNR = 3 in uniformly-weighted images.

Point source detection at low signal-to-noise is challenging for astronomical surveys, particularly in radio interferometry images where the noise is correlated. Machine learning is a promising solution, allowing the development of algorithms tailored to specific telescope arrays and science cases. We present DeepSource - a deep learning solution - that uses convolutional neural networks to achieve these goals. DeepSource enhances the Signal-to-Noise Ratio (SNR) of the original map and then uses dynamic blob detection to detect sources. Trained and tested on two sets of 500 simulated 1 deg x 1 deg MeerKAT images with a total of 300,000 sources, DeepSource is essentially perfect in both purity and completeness down to SNR = 4 and outperforms PyBDSF in all metrics. For uniformly-weighted images it achieves a Purity x Completeness (PC) score at SNR = 3 of 0.73, compared to 0.31 for the best PyBDSF model. For natural-weighting we find a smaller improvement of ~40% in the PC score at SNR = 3. If instead we ask where either of the purity or completeness first drop to 90%, we find that DeepSource reaches this value at SNR = 3.6 compared to the 4.3 of PyBDSF (natural-weighting). A key advantage of DeepSource is that it can learn to optimally trade off purity and completeness for any science case under consideration. Our results show that deep learning is a promising approach to point source detection in astronomical images.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes