RFI Detection with Spiking Neural Networks

Nicholas J. Pritchard,Andreas Wicenec,Mohammed Bennamoun,Richard Dodson
2024-03-22
Abstract:Detecting and mitigating Radio Frequency Interference (RFI) is critical for enabling and maximising the scientific output of radio telescopes. The emergence of machine learning methods has led to their application in radio astronomy, and in RFI detection. Spiking Neural Networks (SNNs), inspired by biological systems, are well-suited for processing spatio-temporal data. This study introduces the first exploratory application of SNNs to an astronomical data-processing task, specifically RFI detection. We adapt the nearest-latent-neighbours (NLN) algorithm and auto-encoder architecture proposed by previous authors to SNN execution by direct ANN2SNN conversion, enabling simplified downstream RFI detection by sampling the naturally varying latent space from the internal spiking neurons. Our subsequent evaluation aims to determine whether SNNs are viable for future RFI detection schemes. We evaluate detection performance with the simulated HERA telescope and hand-labelled LOFAR observation dataset the original authors provided. We additionally evaluate detection performance with a new MeerKAT-inspired simulation dataset that provides a technical challenge for machine-learnt RFI detection methods. This dataset focuses on satellite-based RFI, an increasingly important class of RFI and is an additional contribution. Our approach remains competitive with existing methods in AUROC, AUPRC and F1 scores for the HERA dataset but exhibits difficulty in the LOFAR and Tabascal datasets. Our method maintains this accuracy while completely removing the compute and memory-intense latent sampling step found in NLN. This work demonstrates the viability of SNNs as a promising avenue for machine-learning-based RFI detection in radio telescopes by establishing a minimal performance baseline on traditional and nascent satellite-based RFI sources and is the first work to our knowledge to apply SNNs in astronomy.
Instrumentation and Methods for Astrophysics,Neural and Evolutionary Computing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: how to detect and mitigate radio - frequency interference (RFI) in radio astronomical observations by using spiking neural networks (SNNs). Specifically, the authors try to apply SNNs to astronomical data - processing tasks, especially RFI detection. The following is a summary of the key points of the paper: ### Research Background and Problem Description 1. **Challenges of Radio - Frequency Interference (RFI)** - RFI poses a significant challenge to the scientific output of modern radio telescopes. - As the number, types, and interference levels of RFI sources continue to increase, effective detection and mitigation of RFI become crucial. 2. **Limitations of Existing Methods** - Traditional RFI detection algorithms are divided into analytical methods and machine - learning - based methods. - Although machine - learning methods are superior to traditional methods in some aspects, they usually require a large amount of labeled training data and are computationally expensive. 3. **Advantages of Introducing SNNs** - Spiking neural networks (SNNs), inspired by biological systems, are suitable for processing spatio - temporal data. - SNNs have time - varying characteristics and can process complex astronomical data more efficiently. ### Research Objectives and Contributions 1. **First Application of SNNs in Astronomical RFI Detection** - The authors propose a new RFI detection algorithm - Spiking Latent Neighbours (SNLN), which is the first application of SNNs in astronomical data processing. 2. **Improvement of the Nearest - Latent - Neighbours (NLN) Algorithm** - Through ANN2SNN conversion, the existing ANN model is transformed into an SNN model, and the time - varying characteristics of SNN are used to simplify the downstream RFI detection task. 3. **Introduction of a New Dataset** - A new simulated dataset based on the MeerKAT telescope is introduced, focusing on satellite - induced RFI, which brings new technical challenges to machine - learning methods. 4. **Performance Evaluation** - The performance of the SNLN method is evaluated using the simulated data of the HERA telescope and the manually - labeled dataset of LOFAR observations. - A new Tabascal dataset is introduced for further evaluation, showing the performance of the SNLN method in different types of RFI detection. ### Conclusions and Prospects - The research results show that SNNs are competitive in RFI detection, especially in dealing with satellite RFI that is difficult for traditional methods to handle. - The SNLN method completely eliminates the computationally and memory - intensive latent sampling step in the original NLN method while maintaining accuracy. - This work provides a valuable reference for future SNN - based RFI detection and shows its potential in astronomical data processing. Through these contributions, this research not only provides new ideas for RFI detection but also lays the foundation for future deep - learning applications in the field of astronomy.