Detecting Moving Objects With Machine Learning

Wesley C. Fraser
2024-05-10
Abstract:The scientific study of the Solar System's minor bodies ultimately starts with a search for those bodies. This chapter presents a review of the use of machine learning techniques to find moving objects, both natural and artificial, in astronomical imagery. After a short review of the classical non-machine learning techniques that are historically used, I review the relatively nascent machine learning literature, which can broadly be summarized into three categories: streak detection, detection of moving point sources in image sequences, and detection of moving sources in shift and stack searches. In most cases, convolutional neural networks are utilized, which is the obvious choice given the imagery nature of the inputs. In this chapter I present two example networks: a Residual Network I designed which is in use in various shift and stack searches, and a convolutional neural network that was designed for prediction of source brightnesses and their uncertainties in those same shift-stacks. In discussion of the literature and example networks, I discuss various pitfalls with the use of machine learning techniques, including a discussion on the important issue of overfitting. I discuss various pitfall associated with the use of machine learning techniques, and what I consider best practices to follow in the application of machine learning to a new problem, including methods for the creation of robust training sets, validation, and training to avoid overfitting.
Earth and Planetary Astrophysics,Instrumentation and Methods for Astrophysics,Machine Learning
What problem does this paper attempt to address?
The paper discusses the use of machine learning to detect moving objects in astronomical images, particularly small celestial bodies in the solar system. Traditional methods involve image searching and linking different detections to form orbital information. The paper introduces the application of Convolutional Neural Networks (CNNs) in this field, such as the use of Residual Networks for identifying moving sources and predicting source brightness and uncertainty. The authors also discuss pitfalls of machine learning, such as overfitting, and propose best practices including creating robust training sets, validation, and avoiding overfitting training methods. Additionally, the paper mentions the use of the shift'n'stack technique for digital tracking and its challenges.