Supervised Radio Frequency Interference Detection with SNNs

Nicholas J. Pritchard,Andreas Wicenec,Mohammed Bennamoun,Richard Dodson
2024-06-10
Abstract:Radio Frequency Interference (RFI) poses a significant challenge in radio astronomy, arising from terrestrial and celestial sources, disrupting observations conducted by radio telescopes. Addressing RFI involves intricate heuristic algorithms, manual examination, and, increasingly, machine learning methods. Given the dynamic and temporal nature of radio astronomy observations, Spiking Neural Networks (SNNs) emerge as a promising approach. In this study, we cast RFI detection as a supervised multi-variate time-series segmentation problem. Notably, our investigation explores the encoding of radio astronomy visibility data for SNN inference, considering six encoding schemes: rate, latency, delta-modulation, and three variations of the step-forward algorithm. We train a small two-layer fully connected SNN on simulated data derived from the Hydrogen Epoch of Reionization Array (HERA) telescope and perform extensive hyper-parameter optimization. Results reveal that latency encoding exhibits superior performance, achieving a per-pixel accuracy of 98.8% and an f1-score of 0.761. Remarkably, these metrics approach those of contemporary RFI detection algorithms, notwithstanding the simplicity and compactness of our proposed network architecture. This study underscores the potential of RFI detection as a benchmark problem for SNN researchers, emphasizing the efficacy of SNNs in addressing complex time-series segmentation tasks in radio astronomy.
Neural and Evolutionary Computing,Instrumentation and Methods for Astrophysics
What problem does this paper attempt to address?
The paper attempts to address the problem of detecting radio frequency interference (RFI) in radio astronomy using spiking neural networks (SNNs). Specifically, the authors redefine the RFI detection problem as a multivariate time series segmentation problem and explore six different encoding schemes to process radio astronomical observation data. These encoding methods include rate coding, latency coding, Δ modulation coding, and three variants of the step-forward algorithm. By training a simple two-layer fully connected SNN on a simulated dataset and conducting extensive hyperparameter optimization, the study found that latency coding performed the best, achieving a pixel-level accuracy of 98.8% and an F1 score of 0.761. Although there is still a gap compared to the current state-of-the-art RFI detection algorithms, this result indicates that SNNs have potential in solving the RFI detection problem and can serve as a data-intensive benchmark problem for neuromorphic computing platforms.