US20230070518A1 - System and method for predicting trajectory of object - Google Patents

System and method for predicting trajectory of object Download PDF

Info

Publication number
US20230070518A1
US20230070518A1 US17/901,011 US202217901011A US2023070518A1 US 20230070518 A1 US20230070518 A1 US 20230070518A1 US 202217901011 A US202217901011 A US 202217901011A US 2023070518 A1 US2023070518 A1 US 2023070518A1
Authority
US
United States
Prior art keywords
altitude
trajectory
data
entering
reference point
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
US17/901,011
Inventor
Okchul JUNG
Jaedong SEONG
Youyeun JUNG
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Korea Aerospace Research Institute KARI
Original Assignee
Korea Aerospace Research Institute KARI
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Korea Aerospace Research Institute KARI filed Critical Korea Aerospace Research Institute KARI
Assigned to KOREA AEROSPACE RESEARCH INSTITUTE reassignment KOREA AEROSPACE RESEARCH INSTITUTE ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: JUNG, OKCHUL, JUNG, YOUYEUN, SEONG, JAEDONG
Publication of US20230070518A1 publication Critical patent/US20230070518A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B64AIRCRAFT; AVIATION; COSMONAUTICS
    • B64GCOSMONAUTICS; VEHICLES OR EQUIPMENT THEREFOR
    • B64G3/00Observing or tracking cosmonautic vehicles
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B64AIRCRAFT; AVIATION; COSMONAUTICS
    • B64GCOSMONAUTICS; VEHICLES OR EQUIPMENT THEREFOR
    • B64G1/00Cosmonautic vehicles
    • B64G1/22Parts of, or equipment specially adapted for fitting in or to, cosmonautic vehicles
    • B64G1/24Guiding or controlling apparatus, e.g. for attitude control
    • B64G1/242Orbits and trajectories
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B64AIRCRAFT; AVIATION; COSMONAUTICS
    • B64GCOSMONAUTICS; VEHICLES OR EQUIPMENT THEREFOR
    • B64G1/00Cosmonautic vehicles
    • B64G1/22Parts of, or equipment specially adapted for fitting in or to, cosmonautic vehicles
    • B64G1/62Systems for re-entry into the earth's atmosphere; Retarding or landing devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • G06N3/0442Recurrent networks, e.g. Hopfield networks characterised by memory or gating, e.g. long short-term memory [LSTM] or gated recurrent units [GRU]

Definitions

  • the present disclosure relates to a system and a method for predicting trajectory of an object.
  • the related technology for the prediction of trajectory of re-entering space debris generally uses a method of predicting trajectory of the re-entering space debris based on a physical law (dynamic modeling). Meanwhile, the prediction of trajectory of re-entering space debris is performed through correction of observation data, estimation and optimization of control parameters, but there is a limit to precise prediction due to various types of uncertainties. Further, there is a problem that the existing method could not be generalized and applied to various objects.
  • a technical challenge to be solved by the present disclosure is to provide a system and a method capable of more accurate prediction than based on physical laws (dynamic modeling) and predicting trajectory of an object by generalization to various objects.
  • a method for predicting trajectory of an object may include constructing a training data set using past actual orbit information of a target object, in which the training data set may include a plurality of pairs of input sequence data corresponding to a trajectory in a first section before a reference point, and output sequence data corresponding to a trajectory in a second section after the reference point, training an object trajectory prediction model using the training data set, and predicting the trajectory of the prediction target object after the reference point, by inputting input sequence data corresponding to an actual trajectory of the prediction target object before the reference point into the object trajectory prediction model.
  • the constructing the training data set may include obtaining altitude data of the target object at a specific point in time from the past actual orbital information of the target object, determining an approximation function that expresses an altitude of the target object over time by using curve fitting on the obtained altitude data, generating, using the approximation function, altitude profile sequence data sequentially listing an elapsed time at each of altitudes divided at equal intervals in order from a first altitude to a second altitude, in which the elapsed time may be a time taken for the target object from the first altitude to reach each of the altitudes; and dividing the altitude profile sequence data into input sequence data corresponding to a first section before the reference point, and output sequence data corresponding to a second section after the reference point.
  • the training data set may be obtained for each type of shape of a predetermined object, and the object trajectory prediction model may be trained for each type of shape of the object.
  • the object trajectory prediction model may be any one of Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short Term Memory (LSTM), and Sequence-to-Sequence (Seq2Seq).
  • RNN Recurrent Neural Network
  • GRU Gated Recurrent Unit
  • LSTM Long Short Term Memory
  • Seq2Seq Sequence-to-Sequence
  • the object may be a re-entering object to the Earth.
  • the method may include obtaining altitude data of the re-entering object at a specific point in time from basic orbital information (two-line element, TLE) data of the re-entering object, determining an approximation function that expresses an altitude of the re-entering object over time by using curve fitting on the obtained altitude data, generating, using the approximation function, altitude profile sequence data sequentially listing an elapsed time at each of altitudes divided at equal intervals in order from a first altitude to a second altitude, in which the elapsed time may be a time taken for the re-entering object from the first altitude to reach each of the altitudes, and dividing the altitude profile sequence data into input sequence data corresponding to a first section before the reference point, and output sequence data corresponding to a second section after the reference point.
  • TLE basic orbital information
  • the system may obtain the altitude data of the re-entering object using a mean motion value included in the basic orbital information data of the re-entering object, or may obtain the altitude data of the re-entering object using the mean motion value in conjunction with at least one of a first derivative value of the mean motion and a B* parameter value.
  • the present disclosure it is possible to predict the trajectory of an object more accurately than based on conventional physical laws (dynamic modeling), and accurately predict the trajectory of a re-entering object to the Earth by generalization to various other objects.
  • the Seq2Seq method when the Seq2Seq method is applied, it is possible to accurately predict the trajectory without updating the trajectory observation data for the re-entering object.
  • FIG. 1 is a block diagram of a system for predicting trajectory of re-entering object according to an exemplary embodiment
  • FIG. 2 shows input sequence data and output sequence data in trajectory data of a re-entering object used in the training process
  • FIG. 3 shows input sequence data of a re-entering object of interest used in a prediction process, and output sequence data predicted therefrom;
  • FIGS. 4 and 5 show results of applying curve fitting to an altitude extracted from TLE data
  • FIG. 6 illustrates a training data set
  • FIG. 7 shows a graphical representation of the training data set of FIG. 6 ;
  • FIG. 8 illustrates time-varying parameters included in TLE data
  • FIG. 9 shows a correlation analysis result of time-varying parameters included in TLE data.
  • FIG. 10 is a flowchart provided to explain a method for predicting trajectory of re-entering object according to an exemplary embodiment.
  • FIG. 1 is a block diagram of a system for predicting trajectory of re-entering object according to an exemplary embodiment.
  • a system 100 for predicting trajectory of re-entering object may include a data acquisition unit 110 , a data processing unit 130 , an artificial neural network unit 150 , and a data storage unit 170 .
  • the system 100 for predicting trajectory of re-entering object may train a re-entry trajectory prediction model with training data constructed based on past actual trajectory data of an object (hereinafter referred to as “re-entering object”) that actually re-entered the Earth's atmosphere, and predict the trajectory of the re-entering object of interest using the same.
  • re-entering object an object that actually re-entered the Earth's atmosphere
  • the trajectory of re-entering object over time may be defined as T.
  • the trajectory prediction start point t N may be determined to be a predetermined reference time point.
  • the point when the re-entering object passes an altitude of 120 km may be determined to be the trajectory prediction start point, and the point when the re-entering object reaches an altitude of 80 km may be evaluated to be the re-entry point t F .
  • altitude as a reference for the re-entry point, or altitude as a reference for the trajectory prediction start point may vary.
  • the trajectory data of the objects that actually re-entered the Earth's atmosphere in the past may be used.
  • Equation 2 represents that training data set is constructed using the trajectory data of a total of S re-entry objects.
  • T hist j is the input sequence data for the j-th re-entering object
  • T pred j is the output sequence data for the j-th re-entering object.
  • the trajectory of the re-entering object of interest can be calculated through Equation 3.
  • ⁇ tilde over (T) ⁇ hist ⁇ test is the input sequence data of the re-entering object of interest before the prediction start point
  • ⁇ tilde over (T) ⁇ pred ⁇ test denotes the trajectory (output sequence data) of the re-entering object of interest predicted through the re-entry prediction model (Mpred).
  • FIG. 2 shows input sequence data and output sequence data in the trajectory data of the re-entering object used in the training process.
  • FIG. 3 shows input sequence data of a re-entering object of interest used in the prediction process, and output sequence data predicted therefrom.
  • FIG. 3 schematically shows how the input sequence data ⁇ tilde over (T) ⁇ hist ⁇ test of the re-entering object of interest is input to the re-entry prediction model (Mpred) in the prediction process to obtain the output sequence data ⁇ tilde over (T) ⁇ pred ⁇ test corresponding to the trajectory of the re-entering object of interest
  • the data acquisition unit 110 may acquire orbital information of the re-entering object.
  • the data acquisition unit 110 in the training process may acquire the orbital information of the objects that actually re-entered the Earth's atmosphere in the past, and the data acquisition unit 110 in the prediction process may acquire the orbital information of the re-entering object of interest.
  • the re-entering object may be a space object, such as a satellite, a projectile top stage, space junk, or the like.
  • the data processing unit 130 may pre-process the past actual orbital information of the re-entering object, such as TLE data, to construct a training data set.
  • the training data set may be constructed with the trajectory data of a plurality of objects re-entering the Earth's atmosphere, including the input sequence data and the output sequence data obtained by pre-processing the TLE data.
  • the data processing unit 130 may obtain altitude data of the re-entering object at a specific point in time (Epoch) from the TLE data of the re-entering object.
  • the data processing unit 130 may determine an approximation function such as Equation 4 below, which expresses an altitude of the re-entering object over time by using curve fitting on the altitude data obtained from the TLE data. It goes without saying that depending on embodiments, a curve fitting function different from that expressed in Equation 4 may be used.
  • t ref denotes the actual re-entry point of the re-entering object.
  • t ref corresponds to a ground truth that is already known.
  • a k is a coefficient obtained through curve fitting with the least square method, for example.
  • FIGS. 4 and 5 show results of applying curve fitting to an altitude extracted from the TLE data.
  • each circle (1, 2, 3, 4, 5, 6, 7, 8, and 9) denotes an altitude for a specific point in time (Epoch, represented by a vertical line) obtained from the TLE data, and a rectangle 10 indicates t ref which is the actual re-entry point of the re-entering object.
  • An approximation function representing an altitude of the re-entering object over time can be obtained by curve fitting on the data corresponding to the circles (1, 2, 3, 4, 5, 6, 7, 8, 9) and the rectangle ( 10 ).
  • FIG. 4 is a function graph showing an altitude over time of the re-entering object obtained by using 7 TLE data
  • FIG. 5 is a function graph showing an altitude over time of the re-entering object obtained by using 9 TLE information.
  • the approximation function obtained by applying curve fitting to the altitude data extracted from the TLE data expresses the altitude change over time.
  • the data since the point of re-entry into Earth's atmosphere is different for each object, the data may be converted into the form of “time over altitude” instead of “altitude over time” in order to make the length of the training data set the same.
  • the altitude between 200 km and 80 km may be regarded as an independent variable having the same range, and the point of passing each altitude may be defined as a dependent variable corresponding to the elapsed time from the altitude 200 km.
  • the data processing unit 130 may generate altitude profile sequence data obtained by sequentially listing an elapsed time (time taken for the re-entering object from the first altitude to reach the corresponding altitude) at each of altitudes divided at equal intervals from the first altitude (e.g., 200 km) to the second altitude (e.g., 80 km, re-entry altitude), based on the approximation function expressing the altitude over time of the re-entering object.
  • the data processing unit 130 may generate a training data set by dividing the altitude profile sequence data into the input sequence data before the trajectory prediction start point t N , and the output sequence data after the trajectory prediction start point t N .
  • FIG. 6 illustrates a training data set
  • a training data set is shown, which includes the sequence data including elapsed time for every 5 km of altitude decrease, with the point of passing 200 km of the altitude (ALT) being “0”.
  • the data set (trj #1) shows an elapsed time of “0” at an altitude of 200 km, an elapsed time (hours) of “9.5” at altitude 195 km, . . . , and an elapsed time of “60.6” at an altitude of 80 km.
  • the data set (trj #211) shows an elapsed time of “0” at an altitude of 200 km, an elapsed time of “14.2” at altitude 195 km, . . . , and an elapsed time of “85.9” at an altitude of 80 km.
  • the trajectory prediction start point is set to an altitude of 120 km
  • the data of a sequence of elapsed times in the first section from an altitude of 200 km to an altitude of 120 km corresponds to the input sequence data
  • the data of a sequence of elapsed times in the second section from an altitude of 120 km to an altitude of 80 km corresponds to the output sequence data.
  • FIG. 7 shows a graphical representation of the training data set of FIG. 6 .
  • the left side shows trajectories from different altitudes up to an altitude of 80 km
  • the right side shows trajectories from an altitude of 200 km to an altitude of 80 km.
  • Altitude data is not directly included in the TLE data. Therefore, altitude is calculated from the TLE data. With the data-driven method as the one used in the present disclosure, it is important which features are selected for calculating the altitude data.
  • the time-varying parameters included in the TLE data which can be used as basic input information necessary for configuring the training data set, are illustrated in FIG. 8 .
  • the parameters directly related to the altitude that is, mean motion(n) representing the speed of orbital motion and the first derivative value of the mean motion (n_dot, 1 st derivative of mean motion), and B*(b*) parameter that is related to atmospheric drag, are selected as the features by the correlation analysis.
  • the square of the orbital period of a space object is proportional to the cube of the major radius of the orbit, as shown in Equation 5 below, and accordingly, the major radius ( ⁇ ) of the orbit can be obtained from the mean motion value (n), and the altitude of the space object (artificial satellite, and the like) can be obtained by subtracting the Earth's average radius (6378.13 km) from the major radius of the orbit.
  • Equation 5 ⁇ is the Earth's gravitational constant, which is about 398600 (km 3 s ⁇ 2 ).
  • the artificial neural network unit 150 may train the re-entry trajectory prediction model by using a training data set constructed using the past actual trajectory data of the re-entering object.
  • the artificial neural network unit 150 may input the actual trajectory data before the trajectory prediction start point of the re-entering object of interest into the trained re-entry trajectory prediction model, and output the trajectory prediction result after the trajectory prediction start point of the re-entering object of interest. That is, the artificial neural network unit 150 may receive the input sequence data of the re-entering object of interest and output the output sequence data corresponding to the trajectory after the trajectory prediction start point.
  • the artificial neural network unit 150 may use a neural network algorithm applying a deep learning technique.
  • the artificial neural network unit 150 may be implemented as a deep learning model that receives sequence data and outputs sequence data.
  • the deep learning model may be implemented with Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short Term Memory (LSTM), Sequence-to-Sequence (Seq2Seq), and the like.
  • the data storage unit 170 may store various types of information, data, programs, and the like related to the operation of the system 100 for predicting trajectory of a re-entering object.
  • FIG. 10 is a flowchart provided to explain a method for predicting trajectory of a re-entering object according to an exemplary embodiment.
  • the data acquisition unit 110 may acquire orbital information of an object that actually re-entered the Earth's atmosphere in the past, at S 1010 .
  • the orbital information of the re-entering object acquired at S 1010 may be two-line element (TLE) data of the objects that actually re-entered the Earth's atmosphere in the past.
  • TLE two-line element
  • the data processing unit 130 may obtain altitude data of the re-entering object at a specific point in time (Epoch) from the TLE data of the re-entering object, at S 1021 .
  • the data processing unit 130 may determine an approximation function that expresses an altitude of the re-entering object over time by using curve fitting on the altitude data obtained at S 1021 , at S 1023 .
  • the data processing unit 130 may generate, using the approximation function, the altitude profile sequence data that sequentially lists the elapsed time (time it takes for a re-entering object from the first altitude to reach the corresponding altitude) at each of altitudes divided at equal intervals from the first altitude (e.g., 200 km) to the second altitude (e.g., 80 km, re-entry altitude), at S 1025 .
  • the data processing unit 130 may construct a training data set by dividing the altitude profile sequence data obtained at S 1025 into input sequence data before the trajectory prediction start point t N , i.e., the input sequence data in the first section, and output sequence data after the trajectory prediction start point t N , i.e., the output sequence data in the second section, at S 1027 .
  • the artificial neural network unit 150 may train the re-entry trajectory prediction model using a training data set constructed using the past actual trajectory data of the re-entering object, at S 1030 .
  • the artificial neural network unit 150 may input the actual trajectory data (the input sequence data) before the trajectory prediction start point of the re-entering object of interest into the re-entry trajectory prediction model, and output the trajectory prediction result (the output sequence data) after the trajectory prediction start point of the re-entering object of interest, at S 1040 .
  • the input sequence data obtained by pre-processing the orbital information of the re-entering object of interest in the same manner as in S 1020 may be used in the prediction process in S 1040 .
  • the trajectory of the object can be more accurately predicted by considering the shape of the object.
  • the shape of each re-entering object may be classified into a cuboid, a cylinder, a sphere, and the like, and the training data set may be separately constructed for each classified shape.
  • the re-entering object trajectory prediction model may be trained for each type of shape of the object. Then, the shape of the prediction target object may be checked first, and the object trajectory may be predicted by using the object trajectory prediction model trained according to the corresponding shape.
  • the training data set for the target object may be constructed in the same way as described above, using the past actual orbital information of the target object.
  • the object trajectory prediction model may be trained by using the training data set constructed for the corresponding object. Then, the input sequence data corresponding to the actual trajectory before the reference point of the actual prediction target object may be input into the object trajectory prediction model to predict the object trajectory after the reference point.
  • the object trajectory prediction model may also be trained for each type of shape of the objects and used for the object trajectory prediction.
  • the embodiments described above may be implemented as a hardware component, a software component, and/or a combination of a hardware component and a software component.
  • the devices, methods, and components described in the embodiments may be implemented by using one or more general computer or specific-purpose computer such as a processor, a controller, an arithmetic logic unit (ALU), a digital signal processor, a microcomputer, a field programmable gate array (FPGA), a programmable logic unit (PLU), a microprocessor, or any other device capable of executing instructions and responding thereto.
  • the processing device may execute an operating system (OS) and one or more software applications executed on the operating system. Further, the processing device may access, store, operate, process, and generate data in response to the execution of software.
  • OS operating system
  • the processing device may access, store, operate, process, and generate data in response to the execution of software.
  • the processing device may include a plurality of processing elements and/or a plurality of types of processing elements.
  • the processing device may include a plurality of processors or one processor and one controller.
  • other processing configurations such as a parallel processor are possible.
  • the software may include a computer program, code, instructions, or a combination of one or more of the above, and may configure the processing device, or instruct the processing device independently or collectively to operate as desired.
  • Software and/or data may be interpreted by the processing device or, in order to provide instructions or data to the processing device, may be embodied in any type of machine, component, physical device, virtual equipment, or computer storage medium or device, permanently or temporarily.
  • the software may be distributed over networked computer systems and stored or executed in a distributed manner.
  • the software and data may be stored on one or more computer-readable recording media.
  • the method according to the embodiments may be implemented in the form of program instructions that can be executed through various computer means and recorded in a computer-readable medium.
  • the computer readable medium may include program instructions, data files, data structures, and the like alone or in combination.
  • the program instructions recorded on the medium may be those specially designed and configured for the purposes of the embodiments, or may be known and available to those skilled in computer software.
  • Examples of computer readable recording medium include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs and DVDs, magneto-optical media such as floptical disks, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like.
  • Examples of the program instructions include machine language codes such as those generated by a compiler, as well as high-level language codes that may be executed by a computer using an interpreter, and so on.
  • the hardware device described above may be configured to operate as one or more software modules in order to perform the operations according to the embodiments, and vice versa.

Landscapes

  • Engineering & Computer Science (AREA)
  • Remote Sensing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Biomedical Technology (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Software Systems (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Astronomy & Astrophysics (AREA)
  • Mathematical Physics (AREA)
  • Chemical & Material Sciences (AREA)
  • Combustion & Propulsion (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A method for predicting trajectory of an object includes constructing a training data set using past actual orbital information of a target object, wherein the training data set includes a plurality of pairs of input sequence data corresponding to a trajectory in a first section before a reference point, and output sequence data corresponding to a trajectory in a second section after the reference point, training an object trajectory prediction model using the training data set, and predicting the trajectory of the prediction target object after the reference point, by inputting input sequence data corresponding to an actual trajectory of the prediction target object before the reference point into the object trajectory prediction model.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application claims priority under 35 U.S.C § 119 to Korean Patent Application No. 10-2021-0117437, filed in the Korean Intellectual Property Office on Sep. 3, 2021, the entire contents of which are hereby incorporated by reference.
  • BACKGROUND Technical Field
  • The present disclosure relates to a system and a method for predicting trajectory of an object.
  • Background Art
  • Space development and application fields have expanded and the space objects have increased. With this, the number space debris re-entering the Earth's atmosphere has also rapidly increased. The technology of predicting trajectory of the re-entering space debris is necessary for the purpose of warning the risk factors for a fall, or the like.
  • The related technology for the prediction of trajectory of re-entering space debris generally uses a method of predicting trajectory of the re-entering space debris based on a physical law (dynamic modeling). Meanwhile, the prediction of trajectory of re-entering space debris is performed through correction of observation data, estimation and optimization of control parameters, but there is a limit to precise prediction due to various types of uncertainties. Further, there is a problem that the existing method could not be generalized and applied to various objects.
  • SUMMARY
  • A technical challenge to be solved by the present disclosure is to provide a system and a method capable of more accurate prediction than based on physical laws (dynamic modeling) and predicting trajectory of an object by generalization to various objects.
  • In order to solve the technical problems described above, a method for predicting trajectory of an object according to the present disclosure may include constructing a training data set using past actual orbit information of a target object, in which the training data set may include a plurality of pairs of input sequence data corresponding to a trajectory in a first section before a reference point, and output sequence data corresponding to a trajectory in a second section after the reference point, training an object trajectory prediction model using the training data set, and predicting the trajectory of the prediction target object after the reference point, by inputting input sequence data corresponding to an actual trajectory of the prediction target object before the reference point into the object trajectory prediction model.
  • The constructing the training data set may include obtaining altitude data of the target object at a specific point in time from the past actual orbital information of the target object, determining an approximation function that expresses an altitude of the target object over time by using curve fitting on the obtained altitude data, generating, using the approximation function, altitude profile sequence data sequentially listing an elapsed time at each of altitudes divided at equal intervals in order from a first altitude to a second altitude, in which the elapsed time may be a time taken for the target object from the first altitude to reach each of the altitudes; and dividing the altitude profile sequence data into input sequence data corresponding to a first section before the reference point, and output sequence data corresponding to a second section after the reference point.
  • The training data set may be obtained for each type of shape of a predetermined object, and the object trajectory prediction model may be trained for each type of shape of the object.
  • The object trajectory prediction model may be any one of Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short Term Memory (LSTM), and Sequence-to-Sequence (Seq2Seq).
  • The object may be a re-entering object to the Earth.
  • The method may include obtaining altitude data of the re-entering object at a specific point in time from basic orbital information (two-line element, TLE) data of the re-entering object, determining an approximation function that expresses an altitude of the re-entering object over time by using curve fitting on the obtained altitude data, generating, using the approximation function, altitude profile sequence data sequentially listing an elapsed time at each of altitudes divided at equal intervals in order from a first altitude to a second altitude, in which the elapsed time may be a time taken for the re-entering object from the first altitude to reach each of the altitudes, and dividing the altitude profile sequence data into input sequence data corresponding to a first section before the reference point, and output sequence data corresponding to a second section after the reference point.
  • The system may obtain the altitude data of the re-entering object using a mean motion value included in the basic orbital information data of the re-entering object, or may obtain the altitude data of the re-entering object using the mean motion value in conjunction with at least one of a first derivative value of the mean motion and a B* parameter value.
  • According to the present disclosure, it is possible to predict the trajectory of an object more accurately than based on conventional physical laws (dynamic modeling), and accurately predict the trajectory of a re-entering object to the Earth by generalization to various other objects. In particular, when the Seq2Seq method is applied, it is possible to accurately predict the trajectory without updating the trajectory observation data for the re-entering object.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The above and other objects, features and advantages of the present disclosure will be described with reference to the accompanying drawings described below, where similar reference numerals indicate similar elements, but not limited thereto, in which:
  • FIG. 1 is a block diagram of a system for predicting trajectory of re-entering object according to an exemplary embodiment;
  • FIG. 2 shows input sequence data and output sequence data in trajectory data of a re-entering object used in the training process;
  • FIG. 3 shows input sequence data of a re-entering object of interest used in a prediction process, and output sequence data predicted therefrom;
  • FIGS. 4 and 5 show results of applying curve fitting to an altitude extracted from TLE data;
  • FIG. 6 illustrates a training data set;
  • FIG. 7 shows a graphical representation of the training data set of FIG. 6 ;
  • FIG. 8 illustrates time-varying parameters included in TLE data;
  • FIG. 9 shows a correlation analysis result of time-varying parameters included in TLE data; and
  • FIG. 10 is a flowchart provided to explain a method for predicting trajectory of re-entering object according to an exemplary embodiment.
  • DETAILED DESCRIPTION
  • Hereinafter, certain embodiments will be described in detail with reference to the accompanying drawings to help those with ordinary knowledge in the art easily achieve the present disclosure.
  • FIG. 1 is a block diagram of a system for predicting trajectory of re-entering object according to an exemplary embodiment.
  • Referring to FIG. 1 , a system 100 for predicting trajectory of re-entering object may include a data acquisition unit 110, a data processing unit 130, an artificial neural network unit 150, and a data storage unit 170.
  • The system 100 for predicting trajectory of re-entering object according to an exemplary embodiment may train a re-entry trajectory prediction model with training data constructed based on past actual trajectory data of an object (hereinafter referred to as “re-entering object”) that actually re-entered the Earth's atmosphere, and predict the trajectory of the re-entering object of interest using the same.
  • First, the trajectory of re-entering object over time may be defined as T.

  • T={a t 1 ,a t 2 , . . . ,a t N ,a t N+1 ,a t N+2 , . . . ,a t F }  [Equation 1]
  • where, at i denotes an altitude of the re-entering object at time point t; (i=1, 2, . . . , N, N+1, N+2, . . . , F), tN denotes the trajectory prediction start point, and tF denotes the predicted re-entry point.
  • The re-entry trajectory prediction model may predict trajectory Tpred={at N+1 , at N+2 , . . . , at F } after the trajectory prediction start time point, using a trajectory Thist={at 1 , at 2 , . . . , at N } that is given before the trajectory prediction start time point.
  • For example, the trajectory prediction start point tN may be determined to be a predetermined reference time point. For example, the point when the re-entering object passes an altitude of 120 km may be determined to be the trajectory prediction start point, and the point when the re-entering object reaches an altitude of 80 km may be evaluated to be the re-entry point tF. It is goes without saying that, depending on embodiments, altitude as a reference for the re-entry point, or altitude as a reference for the trajectory prediction start point may vary.
  • As shown in Equation 2, for the training data set required for training the re-entry trajectory prediction model, the trajectory data of the objects that actually re-entered the Earth's atmosphere in the past may be used.

  • {T hist j ,T pred j }j=1, . . . ,S train  [Equation2]
  • where, j is an index of objects that actually re-entered the Earth's atmosphere in the past, and Equation 2 represents that training data set is constructed using the trajectory data of a total of S re-entry objects. Thist j is the input sequence data for the j-th re-entering object, and Tpred j is the output sequence data for the j-th re-entering object.
  • When the re-entry prediction model (Mpred) trained by using the trajectory data of the objects that actually re-entered the Earth's atmosphere in the past is constructed, the trajectory of the re-entering object of interest can be calculated through Equation 3.

  • {{tilde over (T)} pred}test =M pred {{tilde over (T)} hist}test[Equation3]
  • where, {{tilde over (T)}hist}test is the input sequence data of the re-entering object of interest before the prediction start point, and {{tilde over (T)}pred}test denotes the trajectory (output sequence data) of the re-entering object of interest predicted through the re-entry prediction model (Mpred).
  • FIG. 2 shows input sequence data and output sequence data in the trajectory data of the re-entering object used in the training process. FIG. 3 shows input sequence data of a re-entering object of interest used in the prediction process, and output sequence data predicted therefrom.
  • FIG. 2 schematically shows the trajectory data {Thist j , Tpred j }j=1, . . . , S train of S number of objects that re-entered the Earth's atmosphere in the past for use in the training process, and S number of input sequence data {Thist j }j=1, . . . , S train, and S number of output sequence data train {Tpred j }j=1, . . . , S train obtained therefrom.
  • FIG. 3 schematically shows how the input sequence data {{tilde over (T)}hist}test of the re-entering object of interest is input to the re-entry prediction model (Mpred) in the prediction process to obtain the output sequence data {{tilde over (T)}pred}test corresponding to the trajectory of the re-entering object of interest Referring to FIG. 1 again, the data acquisition unit 110 may acquire orbital information of the re-entering object. The data acquisition unit 110 in the training process may acquire the orbital information of the objects that actually re-entered the Earth's atmosphere in the past, and the data acquisition unit 110 in the prediction process may acquire the orbital information of the re-entering object of interest. For the orbital information of the re-entering object, the two-line element (TLE) data, and the like may be used. The re-entering object may be a space object, such as a satellite, a projectile top stage, space junk, or the like.
  • The data processing unit 130 may pre-process the past actual orbital information of the re-entering object, such as TLE data, to construct a training data set. The training data set may be constructed with the trajectory data of a plurality of objects re-entering the Earth's atmosphere, including the input sequence data and the output sequence data obtained by pre-processing the TLE data.
  • The data processing unit 130 may obtain altitude data of the re-entering object at a specific point in time (Epoch) from the TLE data of the re-entering object. The data processing unit 130 may determine an approximation function such as Equation 4 below, which expresses an altitude of the re-entering object over time by using curve fitting on the altitude data obtained from the TLE data. It goes without saying that depending on embodiments, a curve fitting function different from that expressed in Equation 4 may be used.
  • f ( t ) = a 1 + k = 2 n a k ( t ref - t ) 1 k [ Equation 4 ]
  • where, tref denotes the actual re-entry point of the re-entering object. When the training data is for an object that actually re-entered the Earth's atmosphere, tref corresponds to a ground truth that is already known. ak is a coefficient obtained through curve fitting with the least square method, for example.
  • FIGS. 4 and 5 show results of applying curve fitting to an altitude extracted from the TLE data.
  • In FIGS. 4 and 5 , each circle (1, 2, 3, 4, 5, 6, 7, 8, and 9) denotes an altitude for a specific point in time (Epoch, represented by a vertical line) obtained from the TLE data, and a rectangle 10 indicates tref which is the actual re-entry point of the re-entering object. An approximation function representing an altitude of the re-entering object over time can be obtained by curve fitting on the data corresponding to the circles (1, 2, 3, 4, 5, 6, 7, 8, 9) and the rectangle (10).
  • FIG. 4 is a function graph showing an altitude over time of the re-entering object obtained by using 7 TLE data, and FIG. 5 is a function graph showing an altitude over time of the re-entering object obtained by using 9 TLE information.
  • The approximation function obtained by applying curve fitting to the altitude data extracted from the TLE data expresses the altitude change over time. However, since the point of re-entry into Earth's atmosphere is different for each object, the data may be converted into the form of “time over altitude” instead of “altitude over time” in order to make the length of the training data set the same. For example, by defining the point at which the re-entering object passes an altitude of 200 km as “0”, the altitude between 200 km and 80 km may be regarded as an independent variable having the same range, and the point of passing each altitude may be defined as a dependent variable corresponding to the elapsed time from the altitude 200 km.
  • The data processing unit 130 may generate altitude profile sequence data obtained by sequentially listing an elapsed time (time taken for the re-entering object from the first altitude to reach the corresponding altitude) at each of altitudes divided at equal intervals from the first altitude (e.g., 200 km) to the second altitude (e.g., 80 km, re-entry altitude), based on the approximation function expressing the altitude over time of the re-entering object. In addition, the data processing unit 130 may generate a training data set by dividing the altitude profile sequence data into the input sequence data before the trajectory prediction start point tN, and the output sequence data after the trajectory prediction start point tN.
  • FIG. 6 illustrates a training data set.
  • Referring to FIG. 6 , a training data set is shown, which includes the sequence data including elapsed time for every 5 km of altitude decrease, with the point of passing 200 km of the altitude (ALT) being “0”. The data set (trj #1) shows an elapsed time of “0” at an altitude of 200 km, an elapsed time (hours) of “9.5” at altitude 195 km, . . . , and an elapsed time of “60.6” at an altitude of 80 km. The data set (trj #211) shows an elapsed time of “0” at an altitude of 200 km, an elapsed time of “14.2” at altitude 195 km, . . . , and an elapsed time of “85.9” at an altitude of 80 km.
  • If the trajectory prediction start point is set to an altitude of 120 km, then the data of a sequence of elapsed times in the first section from an altitude of 200 km to an altitude of 120 km corresponds to the input sequence data, and the data of a sequence of elapsed times in the second section from an altitude of 120 km to an altitude of 80 km corresponds to the output sequence data.
  • FIG. 7 shows a graphical representation of the training data set of FIG. 6 .
  • Referring to FIG. 7 , it can be seen that the left side shows trajectories from different altitudes up to an altitude of 80 km, whereas the right side shows trajectories from an altitude of 200 km to an altitude of 80 km.
  • Altitude data is not directly included in the TLE data. Therefore, altitude is calculated from the TLE data. With the data-driven method as the one used in the present disclosure, it is important which features are selected for calculating the altitude data. The time-varying parameters included in the TLE data, which can be used as basic input information necessary for configuring the training data set, are illustrated in FIG. 8 .
  • FIG. 8 illustrates the time-varying parameters included in TLE data, and FIG. 9 shows a correlation analysis result of the time-varying parameters included in the TLE data.
  • Among the parameters of the time-varying parameters included in the TLE data illustrated in FIG. 8 , the parameters directly related to the altitude, that is, mean motion(n) representing the speed of orbital motion and the first derivative value of the mean motion (n_dot, 1st derivative of mean motion), and B*(b*) parameter that is related to atmospheric drag, are selected as the features by the correlation analysis.
  • Referring to FIG. 9 , it can be seen that the mean motion(n) and the first derivative value of the mean motion, and B*(b*) parameter values have high correlation.
  • It is possible to obtain the corresponding altitude of the re-entering object by using, among the time-varying parameters included in the TLE data: 1) only the mean motion value; 2) the mean motion value in conjunction with the first derivative value of the mean motion or the B*(b*) parameter value; or 3) the mean motion value in conjunction with the first derivative value of the mean motion and B*(b*) parameter value. Calculating an altitude of a re-entering object at a specific point in time (Epoch) by using a mean motion value is already well known to those skilled in the art.
  • According to Kepler's third law, the square of the orbital period of a space object (artificial satellite, and the like) is proportional to the cube of the major radius of the orbit, as shown in Equation 5 below, and accordingly, the major radius (α) of the orbit can be obtained from the mean motion value (n), and the altitude of the space object (artificial satellite, and the like) can be obtained by subtracting the Earth's average radius (6378.13 km) from the major radius of the orbit.
  • In Equation 5, μ is the Earth's gravitational constant, which is about 398600 (km3s−2).
  • a = ( μ n 2 ) 1 / 3 [ Equation 5 ]
  • Referring to FIG. 1 again, the artificial neural network unit 150 may train the re-entry trajectory prediction model by using a training data set constructed using the past actual trajectory data of the re-entering object.
  • The artificial neural network unit 150 may input the actual trajectory data before the trajectory prediction start point of the re-entering object of interest into the trained re-entry trajectory prediction model, and output the trajectory prediction result after the trajectory prediction start point of the re-entering object of interest. That is, the artificial neural network unit 150 may receive the input sequence data of the re-entering object of interest and output the output sequence data corresponding to the trajectory after the trajectory prediction start point.
  • To this end, the artificial neural network unit 150 may use a neural network algorithm applying a deep learning technique. The artificial neural network unit 150 may be implemented as a deep learning model that receives sequence data and outputs sequence data. Specifically, the deep learning model may be implemented with Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short Term Memory (LSTM), Sequence-to-Sequence (Seq2Seq), and the like.
  • The data storage unit 170 may store various types of information, data, programs, and the like related to the operation of the system 100 for predicting trajectory of a re-entering object.
  • FIG. 10 is a flowchart provided to explain a method for predicting trajectory of a re-entering object according to an exemplary embodiment.
  • Referring to FIGS. 1 and 10 , first, the data acquisition unit 110 may acquire orbital information of an object that actually re-entered the Earth's atmosphere in the past, at S1010. The orbital information of the re-entering object acquired at S1010 may be two-line element (TLE) data of the objects that actually re-entered the Earth's atmosphere in the past.
  • Next, the data processing unit 130 may pre-process the past actual orbital information of the re-entering object to construct a training data set, at S1020.
  • To describe step S1020 in more detail, first, the data processing unit 130 may obtain altitude data of the re-entering object at a specific point in time (Epoch) from the TLE data of the re-entering object, at S1021.
  • In addition, the data processing unit 130 may determine an approximation function that expresses an altitude of the re-entering object over time by using curve fitting on the altitude data obtained at S1021, at S1023.
  • Next, the data processing unit 130 may generate, using the approximation function, the altitude profile sequence data that sequentially lists the elapsed time (time it takes for a re-entering object from the first altitude to reach the corresponding altitude) at each of altitudes divided at equal intervals from the first altitude (e.g., 200 km) to the second altitude (e.g., 80 km, re-entry altitude), at S1025.
  • In addition, the data processing unit 130 may construct a training data set by dividing the altitude profile sequence data obtained at S1025 into input sequence data before the trajectory prediction start point tN, i.e., the input sequence data in the first section, and output sequence data after the trajectory prediction start point tN, i.e., the output sequence data in the second section, at S1027.
  • Next, the artificial neural network unit 150 may train the re-entry trajectory prediction model using a training data set constructed using the past actual trajectory data of the re-entering object, at S1030.
  • Finally, the artificial neural network unit 150 may input the actual trajectory data (the input sequence data) before the trajectory prediction start point of the re-entering object of interest into the re-entry trajectory prediction model, and output the trajectory prediction result (the output sequence data) after the trajectory prediction start point of the re-entering object of interest, at S1040. The input sequence data obtained by pre-processing the orbital information of the re-entering object of interest in the same manner as in S1020 may be used in the prediction process in S1040.
  • While the shape of the re-entering object is not taken into consideration in the embodiment described above, the trajectory of the object can be more accurately predicted by considering the shape of the object. For example, the shape of each re-entering object may be classified into a cuboid, a cylinder, a sphere, and the like, and the training data set may be separately constructed for each classified shape. In addition, the re-entering object trajectory prediction model may be trained for each type of shape of the object. Then, the shape of the prediction target object may be checked first, and the object trajectory may be predicted by using the object trajectory prediction model trained according to the corresponding shape.
  • Meanwhile, according to the present disclosure, it is possible to predict trajectories of not only the objects re-entering the Earth's atmosphere, but also various other objects. The training data set for the target object may be constructed in the same way as described above, using the past actual orbital information of the target object. In addition, the object trajectory prediction model may be trained by using the training data set constructed for the corresponding object. Then, the input sequence data corresponding to the actual trajectory before the reference point of the actual prediction target object may be input into the object trajectory prediction model to predict the object trajectory after the reference point. Of course, like the case of the object re-entering the Earth's atmosphere, for the other objects, the object trajectory prediction model may also be trained for each type of shape of the objects and used for the object trajectory prediction.
  • The embodiments described above may be implemented as a hardware component, a software component, and/or a combination of a hardware component and a software component.
  • For example, the devices, methods, and components described in the embodiments may be implemented by using one or more general computer or specific-purpose computer such as a processor, a controller, an arithmetic logic unit (ALU), a digital signal processor, a microcomputer, a field programmable gate array (FPGA), a programmable logic unit (PLU), a microprocessor, or any other device capable of executing instructions and responding thereto. The processing device may execute an operating system (OS) and one or more software applications executed on the operating system. Further, the processing device may access, store, operate, process, and generate data in response to the execution of software. For convenience of understanding, it is described in certain examples that one processing device is used, but one of ordinary skill in the art may understand that the processing device may include a plurality of processing elements and/or a plurality of types of processing elements. For example, the processing device may include a plurality of processors or one processor and one controller. In addition, other processing configurations such as a parallel processor are possible.
  • The software may include a computer program, code, instructions, or a combination of one or more of the above, and may configure the processing device, or instruct the processing device independently or collectively to operate as desired. Software and/or data may be interpreted by the processing device or, in order to provide instructions or data to the processing device, may be embodied in any type of machine, component, physical device, virtual equipment, or computer storage medium or device, permanently or temporarily. The software may be distributed over networked computer systems and stored or executed in a distributed manner. The software and data may be stored on one or more computer-readable recording media.
  • The method according to the embodiments may be implemented in the form of program instructions that can be executed through various computer means and recorded in a computer-readable medium. The computer readable medium may include program instructions, data files, data structures, and the like alone or in combination. The program instructions recorded on the medium may be those specially designed and configured for the purposes of the embodiments, or may be known and available to those skilled in computer software. Examples of computer readable recording medium include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs and DVDs, magneto-optical media such as floptical disks, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of the program instructions include machine language codes such as those generated by a compiler, as well as high-level language codes that may be executed by a computer using an interpreter, and so on. The hardware device described above may be configured to operate as one or more software modules in order to perform the operations according to the embodiments, and vice versa.
  • As described above, although the embodiments have been described with reference to the limited drawings, a person of ordinary skill in the art can apply various technical modifications and variations based on the above. For example, even when the described techniques are performed in the order different from the method described above, and/or even when the components of the system, structure, device, circuit, and the like are coupled or combined in a form different from the way described above, or replaced or substituted by other components or equivalents, an appropriate result can be achieved.

Claims (18)

1. A method for predicting trajectory of an object, the method comprising:
constructing, at a data processing unit, a training data set using past actual orbital information of a target object, wherein the training data set includes a plurality of pairs of input sequence data corresponding to a trajectory in a first section before a reference point, and output sequence data corresponding to a trajectory in a second section after the reference point;
training, at an artificial neural network unit, an object trajectory prediction model using the training data set; and
predicting, at the artificial neural network unit, the trajectory of the prediction target object after the reference point, by inputting input sequence data corresponding to an actual trajectory of the prediction target object before the reference point into the object trajectory prediction model.
2. The method according to claim 1, wherein the constructing the training data set includes:
obtaining altitude data of the target object at a specific point in time from the past actual orbital information of the target object;
determining an approximation function that expresses an altitude of the target object over time by using curve fitting on the obtained altitude data;
generating, using the approximation function, altitude profile sequence data sequentially listing an elapsed time at each of altitudes divided at equal intervals in order from a first altitude to a second altitude, wherein the elapsed time is a time taken for the target object from the first altitude to reach each of the altitudes; and
dividing the altitude profile sequence data into input sequence data corresponding to a first section before the reference point, and output sequence data corresponding to a second section after the reference point.
3. The method according to claim 2, wherein the training data set is obtained for each type of shape of a predetermined object, and the object trajectory prediction model is trained for each type of shape of the object.
4. The method according to claim 4, wherein the object trajectory prediction model is any one of Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short Term Memory (LSTM), and Sequence-to-Sequence (Seq2Seq).
5. The method according to claim 1, wherein the object is a re-entering object to the Earth.
6. The method according to claim 5, comprising:
obtaining altitude data of the re-entering object at a specific point in time from basic orbital information (two-line element, TLE) data of the re-entering object;
determining an approximation function representing an altitude of the re-entering object over time by using curve fitting on the obtained altitude data;
generating, using the approximation function, altitude profile sequence data sequentially listing an elapsed time at each of altitudes divided at equal intervals in order from a first altitude to a second altitude, wherein the elapsed time is a time taken for the re-entering object from the first altitude to reach each of the altitudes; and
dividing the altitude profile sequence data into input sequence data corresponding to a first section before the reference point, and output sequence data corresponding to a second section after the reference point.
7. The method according to claim 6, comprising obtaining the altitude data of the re-entering object using a mean motion value included in the basic orbital information data of the re-entering object, or obtaining the altitude data of the re-entering object using the mean motion value in conjunction with at least one of a first derivative value of the mean motion and a B* parameter value.
8. The method according to claim 7, wherein the training data set is obtained for each type of shape of a predetermined object, and the object trajectory prediction model is trained for each type of shape of the object.
9. The method according to claim 8, wherein the object trajectory prediction model is any one of Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short Term Memory (LSTM), and Sequence-to-Sequence (Seq2Seq).
10. A system for predicting trajectory of an object, the system comprising:
a data processing unit configured to construct a training data set using past actual orbital information of a target object, wherein the training data set includes a plurality of pairs of input sequence data corresponding to a trajectory in a first section before a reference point, and output sequence data corresponding to a trajectory in a second section after the reference point; and
an artificial neural network unit configured to train an object trajectory prediction model using the training data set, and predict the trajectory of the prediction target object after the reference point, by inputting input sequence data corresponding to an actual trajectory of the prediction target object before the reference point into the object trajectory prediction model.
11. The system according to claim 10, wherein the data processing unit is configured to generate the training data set by:
obtaining altitude data of the target object at a specific point in time from the past actual orbital information of the target object;
determining an approximation function that expresses an altitude of the target object over time by using curve fitting on the obtained altitude data;
generating, using the approximation function, altitude profile sequence data sequentially listing an elapsed time at each of altitudes divided at equal intervals in order from a first altitude to a second altitude, wherein the elapsed time is a time taken for the target object from the first altitude to reach each of the altitudes; and
dividing the altitude profile sequence data into input sequence data corresponding to a first section before the reference point, and output sequence data corresponding to a second section after the reference point.
12. The system according to claim 11, wherein the training data set is obtained for each type of shape of a predetermined object, and the object trajectory prediction model is trained for each type of shape of the object.
13. The system according to claim 12, wherein the object trajectory prediction model is any one of Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short Term Memory (LSTM), and Sequence-to-Sequence (Seq2Seq).
14. The system according to claim 10, wherein the object is a re-entering object to the Earth.
15. The system according to claim 14, wherein the data processing unit is configured to generate the training data set by:
obtaining altitude data of the re-entering object at a specific point in time from basic orbital information (TLE) data of the re-entering object;
determining an approximation function that expresses an altitude of the the re-entering object over time by using curve fitting on the obtained altitude data;
generating, using the approximation function, altitude profile sequence data sequentially listing an elapsed time at each of altitudes divided at equal intervals in order from a first altitude to a second altitude, wherein the elapsed time is a time taken for the re-entering object from the first altitude to reach each of the altitudes; and
dividing the altitude profile sequence data into input sequence data corresponding to a first section before the reference point, and output sequence data corresponding to a second section after the reference point.
16. The system according to claim 15, obtaining the altitude data of the re-entering object using a mean motion value included in the basic orbital information data of the re-entering object, or obtaining the altitude data of the re-entering object using the mean motion value in conjunction with at least one of a first derivative value of the mean motion and a B* parameter value.
17. The system according to claim 16, wherein the training data set is obtained for each type of shape of a predetermined object, and the object trajectory prediction model is trained for each type of shape of the object.
18. The system according to claim 17, wherein the object trajectory prediction model comprises any one of Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short Term Memory (LSTM), and Sequence-to-Sequence (Seq2Seq).
US17/901,011 2021-09-03 2022-09-01 System and method for predicting trajectory of object Pending US20230070518A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2021-0117437 2021-09-03
KR1020210117437A KR102614633B1 (en) 2021-09-03 2021-09-03 System and method for predicting re-entry trajectories of space object

Publications (1)

Publication Number Publication Date
US20230070518A1 true US20230070518A1 (en) 2023-03-09

Family

ID=85386443

Family Applications (1)

Application Number Title Priority Date Filing Date
US17/901,011 Pending US20230070518A1 (en) 2021-09-03 2022-09-01 System and method for predicting trajectory of object

Country Status (2)

Country Link
US (1) US20230070518A1 (en)
KR (1) KR102614633B1 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7195588B2 (en) * 2018-10-25 2022-12-26 国立研究開発法人宇宙航空研究開発機構 Prediction device, prediction method, and prediction program
US11649076B2 (en) * 2020-02-20 2023-05-16 Raytheon Company Space object maneuver detection
CN111813146B (en) * 2020-07-01 2021-06-08 大连理工大学 Reentry prediction-correction guidance method based on BP neural network prediction voyage

Also Published As

Publication number Publication date
KR102614633B1 (en) 2023-12-14
KR20230034553A (en) 2023-03-10

Similar Documents

Publication Publication Date Title
US11651208B2 (en) Training action selection neural networks using a differentiable credit function
US20220318516A1 (en) Action selection based on environment observations and textual instructions
US20220261647A1 (en) Reinforcement learning using baseline and policy neural networks
US11727281B2 (en) Unsupervised control using learned rewards
US11574164B2 (en) Neural network cooperation
US11829886B2 (en) Epistemic and aleatoric deep plasticity based on sound feedback
US11200482B2 (en) Recurrent environment predictors
CN111751789B (en) Method, system, medium and equipment for forecasting radar detection range of artificial satellite
US11636347B2 (en) Action selection using interaction history graphs
CN113408588A (en) Bidirectional GRU track prediction method based on attention mechanism
Nabian et al. Physics-informed regularization of deep neural networks
CN114118361A (en) Situation assessment method based on deep learning parameter anchoring
US9921306B1 (en) Active optimal reduced state estimator
US20220207365A1 (en) Method for constructing and training a detector for the presence of anomalies in a temporal signal, associated method and devices
US20230070518A1 (en) System and method for predicting trajectory of object
US6102334A (en) Method and apparatus for determining close approaches for earth-fixed launch trajectories
US11537846B2 (en) Neural network architecture with concurrent uncertainty output
CN113723603A (en) Method, device and storage medium for updating parameters
CN111324749B (en) Entity classification method, system and device
CN115071985A (en) Artificial intelligence driven emergency pilot assistance system and method
RU2150414C1 (en) Method of determination of parameters of orbit of spacecraft
EP3702971A1 (en) Method for estimating the uncertainty of a recognition process in a recognition unit; electronic control unit and motor vehicle
CN110879530A (en) Method for the secure training of dynamic models
Geiger et al. Neural network based trajectory optimization for unmanned aerial vehicles
CN114730380A (en) Deep parallel training of neural networks

Legal Events

Date Code Title Description
AS Assignment

Owner name: KOREA AEROSPACE RESEARCH INSTITUTE, KOREA, REPUBLIC OF

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JUNG, OKCHUL;SEONG, JAEDONG;JUNG, YOUYEUN;REEL/FRAME:061370/0362

Effective date: 20220812

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION