Next Article in Journal
A Disruptive Technology Identification Method for New Power Systems Based on Patent Evolution Analysis
Previous Article in Journal
Architecture of a Non-Intrusive IoT System for Frailty Detection in Older People
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Secondary Particle Filter Photometric Data Inversion Method of Space Object Characteristics

1
School of Space Command, Space Engineering University, Beijing 101416, China
2
School of Physics, Harbin Institute of Technology, Harbin 150001, China
3
School of Space Information, Space Engineering University, Beijing 101416, China
4
CNRS, CRAN UMR 7039, Université de Lorraine, 54000 Nancy, France
*
Author to whom correspondence should be addressed.
Electronics 2023, 12(9), 2044; https://doi.org/10.3390/electronics12092044
Submission received: 28 February 2023 / Revised: 11 April 2023 / Accepted: 19 April 2023 / Published: 28 April 2023
(This article belongs to the Section Computer Science & Engineering)

Abstract

:
A secondary particle filter (SPF) inversion method for geostationary space object characteristics based on ground photometric data is presented. The method combines the estimation results of the standard particle filter (PF) algorithm and the resampling algorithm of the particle generation process. SPF first generates N particles according to the standard PF process, and performs the standard PF without resampling. Particle weight is an important indicator to determine the closeness of particles to the real state. With the progress of PF, the weight of particles closer to the real state will gradually increase. SPF takes the particle weight value as an important basis to judge the closeness of particles to the real state. By setting a threshold, the particles closest to the real state are screened out and roughened. The SPF method in this paper uses a particle filter twice and it is a new particle filter method. The first particle filter identifies particles near the real state. Before the second particle filter, it is equivalent to the actual state distribution of the system is known, so that the distribution of initial particles can be set more efficiently and effectively, and the number of particles close to the real state of the system can be increased. Experiment results show that the estimation error and the RMSE of the inversion error of SPF are less than PF, which not only shows that the inversion result based on SPF is better than the inversion result based on PF, but also proves the effectiveness of the inversion method based on SPF.

1. Introduction

Space domain awareness (SDA) is the premise and foundation of space control, which is of great significance to space security. As one of the means of SDA, the ground-based optical monitoring system can obtain the shape, size, position, attitude and other space object characteristics (SOC), which is very helpful to support SDA tasks [1,2]. However, for Geostationary Earth Orbit (GEO) space objects, due to the imaging resolution limitation of a telescope, only a few light spots with pixel brightness changes can be displayed in the view field of telescope [3]. Fortunately, since the photometric data of space object is a function of its SOC, the SOC can be reversed from photometric data of the space object through various Kalman filters and other estimation techniques.
At present, SOC inversion methods can be roughly divided into two categories: based on photometric curve features [3,4,5,6,7] and based on model construction [8,9,10,11,12,13]. If there is no prior knowledge of the space object, some SOC can be directly identified through the direct analysis of the photometric data characteristics. For example, we can inverse the platform type of the space object based on the overall characteristics of the photometric curve [3], the angular velocity and typical components of the space object based on the extreme value characteristics of the photometric data [5,6], or the spin period and working state of the space object based on the periodic characteristics of the photometric data [7]. The inversion method based on model construction improves the inversion accuracy by establishing a more complex model. This method quantitatively estimates the attitude, angular velocity, surface material and other SOC through the established shape model or photometric data model of the space object, such as the inversion methods based on two-panel model [8,9,10,11], closed facet model [12,13] and nonlinear filtering [14,15,16,17,18,19,20,21,22,23,24,25].
(1)
Based on two-panel model. Although the shape and motion of space objects are complex, most SOC can be ignored or integrated. One panel of the two-panel model represents the satellite solar panel, and the other represents the satellite body. The method requires that the surface of the satellite solar panel is approximate to the plane that has mirror and Lambert reflection characteristics. The satellite body is a complex three-dimensional shape with Lambert reflection characteristics, and has different observation attitude at each phase angle. The reflectivity, area and working state of GEO space object can be quickly inversed by this method.
(2)
Based on closed facet model. This method needs to establish a closed facet model, and requires each facet to have its own surface area, normal direction and surface scattering rule. This method can simultaneously identify the shape, rotation period, magnetic pole direction and scattering parameters of space objects through photometric data. It has good performance for the characteristic inversion of convex space objects; however, the identification results may not be unique for objects with other shapes.
(3)
Based on nonlinear filtering. The principle of this method is to estimate the characteristic parameters of the space object to be inversed as the unknown state parameters of the system. The precise phase angle data of the space object can update the orbit information near real-time, and the photometric data of the space object can provide its shape and attitude information; therefore, this method needs to fuse the phase angle data and photometric data. The shape, size, material, attitude and other SOC of space objects can be inversed from sparse photometric data, and the changes of these SOC can be detected.
Unscented Kalman filter (UKF) [24] and particle filter (PF) [25] are the main nonlinear filtering methods currently used for SOC inversion. As to particle filter, particle degradation is a prominent problem, efforts must be made to obtain better efficiency and effectiveness in state estimation [26]. Luca Martino used interacting parallel particle filters, each filter represents different model, according to the model’s posterior probability, the number of each filter’s particles can be adapted automatically [27]. Iman Askari used implicit particle filter to mitigate particle degeneracy according to the identification of particles in high-probability regions [28]. Reza Jalil Mozhdehi applied K-means clustering to assess the likelihood of the particles after the iterations, improving the utilization of prior distribution information [29].
In the calculation process of PF, the generation mode of such particles is blind, and the distribution of particles is unknown. The precision of PF depends on the closeness of particles to the real state to a certain extent. The closer the particles are, the higher the precision is. Therefore, another way to improve the precision of PF is to directly increase the number of particles to make particles closer to the real state.
However, for high-dimensional systems or systems with large uncertainties, this method requires a large number of particles to significantly improve the precision of PF, and may also introduce more outliers to the inversion results. How to generate initial particles and increase the number of particles more effectively has become an urgent problem to be solved, which can improve the precision of PF, and reduce the occurrence of outliers. The secondary particle filter (SPF) photometric data inversion method proposed in this paper can solve this problem well.

2. The SPF Method

We have a good foundation for this part. In the early stage, we established the satellite apparent magnitude model based on the Cook–Torrance bidirectional reflectance distribution function (BRDF) model. Besides, we have also established rotational kinematics, rotational dynamics and attitude inversion model of space object. Relevant work has been elaborated in the literature [30].

2.1. Standard PF Method

PF is a recursive Bayesian filter algorithm based on Monte Carlo methods, which represents the probability distribution of state through randomly selected particles. It is not constrained by the nonlinear conditions of the filter system, and is very suitable for state estimation in strong nonlinear systems.
Suppose that N independent particles x ( i ) , i = 1 , , N with the same distribution are extracted from the distribution function p ( x ) ( 1 / N ) i = 1 N δ ( x x ( i ) ) , then the approximation of an expected value can be calculated by Equation (1) as follows:
f ( x ) p ( x ) d x 1 N i = 1 N f ( x ( i ) ) .
The ideal Monte Carlo sampling method assumes that the particles are directly sampled randomly from p ( x ) , and there are enough particles to represent the particle mode. When the number of particles tends to infinity, the above integral can approach the real state. Each particle corresponds to a weight w ( i ) p ( x ( i ) ) , which represents the probability of each particle state and i = 1 N w ( i ) = 1 .
However, it is difficult for PF to extract particles from p ( x ) by using Monte Carlo method. It is relatively easy to extract particles from an important density function q ( x ) ; therefore, the integral of Equation (1) is updated by Equation (2) as follows:
f ( x ) p ( x ) d x = f ( x ) w ( x ) q ( x ) d x .
where w ( x ) = p ( x ) q ( x ) is the importance weight.
In the sequential importance sampling PF, the posterior probability density function can be approximately expressed by Equation (3) as follows:
p ( x 0 : k | y 1 : k ) i = 1 N w k ( i ) δ ( x 0 : k x 0 : k i ) .
In the formula, δ ( · ) represents Dirac function, and the value is 1 when the independent variable is 0, otherwise the value is 0. When the number of particles is large, the above discrete weighted formula can be used to approximate the true posterior probability density function, and the particle set x 0 : k ( i ) i = 1 N can be obtained from the important density function q ( x 0 : k | y 1 : k ) , and the weight of each particle is shown in Equation (4).
w k ( i ) p ( x 0 : k i | y 1 : k ) q ( x 0 : k i | y 1 : k ) .
According to Bayesian theorem, the posterior probability density function is shown in Equation (5).
p ( x 0 : k | y 1 : k ) = p ( y k | x 0 : k , y 1 : k 1 ) p ( x 0 : k | y 1 : k 1 ) p ( y k | y 1 : k 1 )   .
By the Markov property [31], it is further simplified by Equation (6) as follows:
p ( x 0 : k | y 1 : k ) = p ( y k | x k ) p ( x k | x k 1 ) p ( y k | y 1 : k 1 ) p ( x 0 : k 1 | y 1 : k 1 ) p ( y k | x k ) p ( x k | x k 1 ) p ( x 0 : k 1 | y 1 : k 1 ) .
The importance density function can be decomposed into Equation (7).
q ( x 0 : k | y 1 : k ) = q ( x k | x 0 : k 1 , y 1 : k ) q ( x 0 : k 1 | y 1 : k 1 ) .
Then, the importance weight formula is updated with Equation (8).
w k ( i ) p ( y k | x k i ) p ( x k i | x k 1 i ) p ( x 0 : k 1 i | y 1 : k 1 ) q ( x k i | x 0 : k 1 i , y 1 : k ) q ( x 0 : k 1 i | y 1 : k 1 ) = w k 1 ( i ) p ( y k | x k i ) p ( x k i | x k 1 i ) q ( x k i | x 0 : k 1 i , y 1 : k ) .
Through the above analysis, the standard PF includes four steps: prediction, update, resampling and regularization, and constitutes a loop. The PF algorithm process is as follows.

2.1.1. Prediction

The particles at t k and t k + 1 , their weights are represented by x k ( i ) , w k ( i ) and x k + 1 ( i ) , w k + 1 ( i ) , respectively. At t k , the weight of particles remains unchanged when they are transferred according to the state equation. The particle column x k + 1 ( i ) , w k + 1 ( i ) at t k + 1 implies the predicted probability density function information, w k + 1 ( i ) is the normalized particle weight, and w k + 1 ( i ) p ( w k + 1 ) . The process noise and measurement noise are generally defaulted to zero mean white noise and are independent of the initial particle state. The state posterior density at t k is approximately expressed as follows:
p ( x ( t k ) ) i = 1 N w ( i ) δ ( x ( t k ) x i ( t k ) ) .

2.1.2. Update

In the update phase, after the measured value of each particle is obtained, the particle weight is updated using the likelihood function according to Bayesian theorem, and w k + 1 ( i ) = w k ( i ) p ( y ˜ k + 1 | x k + 1 ( i ) ) . If the measurement noise is additive, the likelihood function in the above formula is simplified as follows:
p ( y ˜ k + 1 | x k + 1 ( i ) ) = p ( y ˜ k + 1 H ( x k + 1 ( i ) ) ) .
The normalized weight can be written as follows:
w k + 1 ( i ) = w k + 1 ( j ) j = 1 N w k + 1 ( j ) .
The estimated mean value obtained by PF is shown as follows:
x ^ k + 1 + = i = 1 N w k + 1 ( i ) x k + 1 i .
The covariance is expressed as follows:
P k + 1 = i = 1 N w k + 1 ( i ) ( x k + 1 i x ^ k + 1 + ) ( x k + 1 i x ^ k + 1 + ) T .

2.1.3. Resample

In PF based on sequential importance sampling, particle degradation is inevitable. With the passage of time, the variance of particle weight increases continuously. Finally, only one particle weight cannot be ignored, and the weight of other particles is almost zero. Low weight particles consume a lot of time and have little meaning in the calculation process. In order to overcome this defect, the resampling method is introduced. The idea of resampling is to copy the high weight particles and discard the low weight particles by comparing the weights so as to finally get the children particles with the same weight. Resampling methods include systematic resampling, polynomial resampling and residual resampling. Because residual resampling has a small Monte Carlo variance and a small amount of computation, we chose residual resampling to resample the updated particles. The expectation of number of times of being resampled for each particle is N · w k + 1 ( i ) , the residual weight of each particle can be normalized as follows:
w k + 1 ( i ) = N w k + 1 ( i ) N w k + 1 ( i ) N j = 1 N N w k + 1 ( j ) .
where ⌊·⌋ is a rounding down symbol. After resampling, the particle column x k + 1 ( i ) , w k + 1 ( i ) updates to x k + 1 ( i ) , 1 / N . More illustrative operations of residual resampling can be found in the literature [27].

2.1.4. Regularization

Copying high weight particles in the resampling process will produce a large number of identical particles, destroying the diversity of particles. Generally, particles need to be modified through regularization steps. Regularization is carried out to maintain the diversity of particles by adding a small noise disturbance to the resampled particles. Usually, an independent small amount is extracted from the Gaussian distribution and added to the same particles to increase the diversity.
The perturbed particles added in the regularization process obey Gaussian distribution ( 0 , h o p t 2 k + 1 ) . h o p t is the adjustment parameter of Gaussian kernel and it can be calculated as follows:
h o p t = 4 N ( n x + 2 ) 1 n x + 4 .
where n x is the dimension of the state variable.
k + 1 is the covariance matrix related to state particles, and the calculation method of each quantity is shown in Equations (16) and (17).
k + 1 = 1 N 1 i = 1 N x ˜ k + 1 ( i ) x ˜ k + 1 ( i ) T .
x ˜ k + 1 ( i ) = x k + 1 ( i ) x ^ k + 1 + .
In the above formula, x ^ k + 1 + is the mean value of the state estimation.
The above four steps essentially completely describe the process of standard PF. However, since the standard PF takes the prior density function p ( x k i | x k 1 i ) as an important density function q ( x k i | x k 1 i , y 1 : k ) , it does not take into account the impact of the current measurement value. Particularly when the observation model is very accurate, the overlap area between the prior probability density function and the real posterior probability density function is very narrow, causing serious particle degradation, which ultimately leads to the filter failure when the number of particles is not high. Even if the number of particles is increased and a better result is obtained, the time consumed is uneconomical; therefore, PF needs to be improved in practical applications.

2.2. The SPF Method

According to the previous analysis, PF is the most accurate SOC inversion method. However, the particle distribution at the initial time in the calculation process of PF is unknown, and it is generally generated randomly, which is blind. The SPF inversion method proposed in this paper considers the tracking characteristics of PF, which can generate initial particles pertinently and increase the number of particles more effectively.
The SPF inversion method combines the estimation results of the standard PF algorithm and the resampling algorithm of the particle generation process. SPF first generates N particles according to the standard PF process, and performs the standard PF without resampling. Particle weight is an important indicator to determine the closeness of particles to the real state. With the progress of PF, the weight of particles closer to the real state will gradually increase. SPF takes the particle weight value as an important basis to judge the closeness of particles to the real state. By setting a threshold, the particles closest to the real state are screened out and roughened. The SPF method in this paper uses a particle filter twice and it is a new particle filter method. The first particle filter identifies particles near the real state. Before the second particle filter, it is equivalent to the actual state distribution of the system that is known, so that the distribution of initial particles can be set more efficiently and effectively, and the number of particles close to the real state of the system can be increased. The flow chart of SPF method is shown in Figure 1, and its specific steps can be described as follows.
  • At the initial time, N particles are randomly generated according to the standard PF process;
  • The particles are brought into the system dynamic equation to calculate the prior output value at the next time. According to the prior output of each particle and the actual output at the next time, the likelihood probability of each particle is calculated. The process executes for time 1~K;
  • Arrange the weight of particles from the largest to the smallest, and select the first HW particles;
  • Set the roughness coefficient RH which represents the degree of roughness (The larger the coefficient, the greater the degree of roughness) and the number of particles after roughening NSP, roughen HW particles with high weight, and generate NSP new particles;
  • Take the new particle as the initial particle at the initial time, and implement the standard PF process as described in Section 2.1;
  • Set SOC to be inverted as system state, and the ground based photometric data of the space object as system observation value. Then, the SOC is inverted according to the SPF process of 1–5.
The roughness method can be varied. In this paper, we use a roughness method similar to unscented transform in the calculation process. Suppose that a particle to be roughened is x , we can select 2n sigma points around the particles as follows:
x ˜ ( i ) = i · x i = 1 , , n x ˜ ( n + i ) = i · x i = 1 , , n
where, the value of n can be selected by the user according to the calculation cost.
The pseudo code of SPF is as shown in Algorithm 1.
Algorithm 1. Secondary_particle_filter ( χ t 1 , u t , z t )
     χ ¯ t = χ t =
for n = 1 to N do
    sample x t [ n ] p ( x t | u t , x t 1 [ n ] )
     w t [ n ] p ( z t | x t 1 [ n ] )
     χ ¯ t = χ ¯ t + x t [ H W ] , w t [ H W ]
endfor
roughen HW particles to NSP particles
for m = 1 to NSP do
    sample x t [ m ] p ( x t | u t , x t 1 [ m ] )
     w t [ m ] p ( z t | x t 1 [ m ] )
    χ ¯ t = χ ¯ t + x t [ m ] , w t [ m ]
endfor
for m = 1 to NSP do
   draw i with probability w t [ i ]
   add x t [ i ] to χ t
endfor
return χ t

3. Results

The SPF inversion method is verified with scaling experiments with the scene of attitude inversion. The transmission process of light in scale experiment, the halogen lamp and parallel light tube used in the experiment can be seen in the literature [31]. The satellite model is shown in Figure 2. The size of the satellite model is 8 cm × 3.5 cm × 4 cm. The surface material is aluminized polyimide film and the monocrystalline silicon.
The experimental layout and the light source image in CCD are shown in Figure 3. The satellite model rotates on the turntable. The parameters in the experiment are shown in Table 1.
Figure 4 shows the gray level changes under different rolling angles when the phase angle is 25° and the satellite rotates around the Y axis of the maximum inertia axis. The pitch angle and yaw angle are both 0°.
The simulation time is set to be from 22:00 to 23:00 on 25 November 2022, the observation station is set to Beijing and the satellite is set to Kompsat-2B. The phase angle change of the satellite during the observation period is calculated as the basis for the phase angle measurement of the scaling experiment. The initial attitude of the simulation is taken as the initial attitude of the scaling experiment. A part of the photometric measurement data is shown in Figure 5.
The number of particles is set to 5000. Figure 6 shows the comparison of the attitude inversion results of space object based on SPF and PF at different times. It can be seen that the estimation error of the SPF is less than that of PF, especially at the moment when the error of PF algorithm is large such as time 288, 290, 316, 318, etc., and the estimated value is closer to the real characteristic parameters of the space object, which shows that the SPF inversion method can effectively improve estimation accuracy. The improved accuracy of SPF compared with PF is shown in Figure 7.
Figure 8 shows the RMSE of the inversion error of SPF and PF filter after 30 experiments. During these simulations, the estimation in Equation (13) of the covariance matrix is all stable. It can be seen that the RMSE value of SPF is about 0.1 less than that of PF, which not only shows that the inversion result based on SPF is better than the inversion result based on PF, but also proves the effectiveness of the inversion method based on SPF.

4. Discussion

This paper provides a new inversion method based on SPF, which combines the estimation results of the standard PF algorithm and the resampling algorithm of the particle generation process. The first particle filter identifies particles near the real state. Before the second particle filter, it is equivalent to the actual state distribution of the system that is known, so that the distribution of initial particles can be set more efficiently and effectively, and the number of particles close to the real state of the system can be increased. Experiment results show that the estimation error and the RMSE of the inversion error of SPF is less than those of PF, which shows that the inversion result based on SPF is better than the inversion result based on PF. The SPF method can inverse SOC from photometric data and has strong universality, which can be integrated with other PF methods such as UPF. However, sometimes its results are difficult to converge, which is a problem that we need to further study and overcome in the future.

Author Contributions

Conceptualization, Y.W. and X.D.; methodology, Y.W. and R.G.; software, Y.W. and Z.L.; validation, Y.W. and H.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China (Grant 62005320, 61975044).

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to privacy restrictions.

Acknowledgments

The authors are indebted for the anonymous reviewers for their helpful comments.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Holzinger, M.; Alfriend, K.T.; Wetterer, C.J.; Luu, K.K.; Sabol, C.; Hamada, K.; Harms, A. Attitude Estimation for Unresolved Agile Space Objects with Shape Model Uncertainty. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 11–14 September 2012. [Google Scholar]
  2. Linares, R. Probabilistic Identification and Discrimination of Deep Space Objects via Astrometric and Photometric Data Fusion. Ph.D. Thesis, State University of New York at Buffalo, Buffalo, NY, USA, 2013. [Google Scholar]
  3. Payne, T.; Gregory, S.; Luu, K. SSA analysis of GEOS photometric signature classifications and solar panel offsets. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 10–14 September 2006. [Google Scholar]
  4. Vrba, F.J.; DiVittorio, M.E.; Hindsley, R.B.; Schmitt, H.R.; Armstrong, J.T.; Shankland, P.D.; Hutter, D.J.; Benson, J.A. A survey of geosynchronous satellite glints. In Proceedings of the Advanced Mauiand Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 1–4 September 2009. [Google Scholar]
  5. Crassidis, J.L.; Hinks, J.C. Angular velocity bounds via light curve glint duration. In Proceedings of the AIAA Guidance, Navigation, and Control Conference, San Diego, CA, USA, 4–8 January 2016. [Google Scholar]
  6. Hall, D.; Kervin, P. Analysis of faint glints from stabilized GEO satellites. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 10–13 September 2013. [Google Scholar]
  7. Hall, D.; Africano, J.; Archambeault, D.; Birge, B.; Witte, D.; Kervin, P. AMOS observations of NASA’s IMAGE satellite. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 10–14 September 2006. [Google Scholar]
  8. Chaudhary, A.B.; Payne, T.; Alex, Q. Fingerprinting of non-resolved three-axis stabilized space objects using a two-facet analytical model. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 13–16 September 2011. [Google Scholar]
  9. Chaudhary, A.B.; Payne, T.; Wilhelm, S.; Gregory, S.; Skinner, M.A.; Rudy, R.; Russell, R.; Brown, J.; Dao, P. Analysis of unresolved spectral infrared signature for extraction of its invariant features. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 14–17 September 2010. [Google Scholar]
  10. Chaudhary, A.B.; Payne, T.; Gregory, S.; Brown, J. RSO Finger printing using Non-Resolved Multi-Spectral Signatures. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 14–17 September 2010. [Google Scholar]
  11. Payne, T.; Chaudhary, A.B.; Gregory, S.; Brown, J.; Nosek, M. Signature intensity derivative and its application to resident space object typing. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 1–4 September 2009. [Google Scholar]
  12. Kaasalainen, M.; Torppa, J. Optimization Methods for Asteroid Lightcurve Inversion: I. Shape Determination. Icarus 2001, 153, 24–36. [Google Scholar] [CrossRef]
  13. Kaasalainen, M.; Torppa, J.; Muinonen, K. Optimization Methods for Asteroid Lightcurve Inversion: II. The complete inverse problem. Icarus 2001, 153, 37–51. [Google Scholar] [CrossRef]
  14. Jah, M.K.; Madler, R. Satellite Characterization: Angles and Light Curve Data Fusion for Spacecraft State and Parameter Estimation. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 12–15 September 2007. [Google Scholar]
  15. Linares, R.; Crassidis, J.L.; Wetterer, C.J.; Hill, K.A.; Jah, M.K. Astrometric and Photometric Data Fusion for Mass and Surface Material Estimation using Refined Bidirectional Reflectance Distribution Functions-Solar Radiation Pressure Model. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 10–13 September 2013. [Google Scholar]
  16. Wetterer, C.J.; Hunt, B.; Kervin, P.; Jah, M. Comparison of Unscented Kalman Filter and Unscented Schmidt Kalman Filter in Estimating Attitude and Associated Uncertainty of Geosynchronous Satellite. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 9–12 September 2014. [Google Scholar]
  17. Anderson, J.T.; Gaylor, D.E.; Idle, D.; Russell, R.P.; Biria, A.; Schadegg, M. Resident Space Object Feature Identification using Hierarchical Mixtures of Experts. In Proceedings of the Advanced Maui and Space Surveillance (AMOS) Technologies Conference, Maui, HI, USA, 10–13 September 2013. [Google Scholar]
  18. Fulcoly, D.O.; Kalamaroff, K.I.; Chun, F. Determining Basic Satellite Shape from Photometric Light Curves. J. Spacecr. Rockets 2012, 49, 76–82. [Google Scholar] [CrossRef]
  19. Henderson, L.S. Modeling, Estimation, and Analysis of Unresolved Space Object Tracking and Identification. Ph.D. Thesis, The University of Texas at Arlington, Arlington, TX, USA, 2014. [Google Scholar]
  20. Wetterer, C.J.; Jah, M.K. Attitude Estimation from Light Curves. J. Guid. Control Dyn. 2009, 32, 1648–1651. [Google Scholar] [CrossRef]
  21. Linares, R.; Leve, F.A.; Jah, M.K.; Crassidis, J.L. Space Object Mass-Specific Inertia Matrix Estimation from Photometric Data. Adv. Astronaut. Sci. 2012, 144, 41–54. [Google Scholar]
  22. Linares, R.; Jah, M.K.; Crassidis, J.L. Space Object Area-To-Mass Ratio Estimation Using Multiple Model Approaches. Adv. Astronaut. Sci. 2012, 144, 55–72. [Google Scholar]
  23. Linares, R.; Jah, M.K.; Leve, F.A.; Kelecy, T. Astrometric and Photometric Data Fusion for Inactive Space Object Feature Estimation. In Proceedings of the International Astronautical Federation 2011, Cape Town, South Africa, 3–7 October 2011. [Google Scholar]
  24. Zhao, X.; Geng, Y.; Yuan, C.; Wu, B. An Unscented Kalman Filter–based iterative learning controller for multibody rotating scan optical spacecraft. Trans. Inst. Meas. Control 2022, 44, 2418–2433. [Google Scholar] [CrossRef]
  25. Linares, R.; Crassidis, J.L.; Jah, M.K. Particle Filtering Light Curve Based Attitude Estimation for Non-Resolved Space Objects. Adv. Astronaut. Sci. 2014, 152, 119–130. [Google Scholar]
  26. Chanin, K.; Nattapol, A. A Review of Resampling Techniques in Particle Filtering Framework. Measurement 2022, 193, 110836–110849. [Google Scholar]
  27. Martino, L.; Read, J.; Elvira, V.; Louzada, F. Cooperative parallel particle filters for online model selection and applications to urban mobility. Digit. Signal Process. 2017, 60, 172–185. [Google Scholar] [CrossRef]
  28. Askari, I.; Haile, M.A.; Tu, X.; Fang, H. Implicit particle filtering via a bank of nonlinear Kalman filters. Automatica 2022, 145, 110469–110473. [Google Scholar] [CrossRef]
  29. Reza, J.; Henry, M. Deep convolutional correlation iterative particle filter for visual tracking. Comput. Vis. Image Underst. 2022, 222, 103479–110491. [Google Scholar]
  30. Du, X.P.; Wang, Y.; Hu, H.; Gou, R.; Liu, H. The attitude inversion method of geostationary satellites based on unscented particle filter. Adv. Space Res. 2018, 61, 1984–1996. [Google Scholar] [CrossRef]
  31. Chen, Z. Bayesian Filtering: From Kalman Filters to Particle Filters, and Beyond. Stat. J. Theor. Appl. Stat. 2003, 182, 22–23. [Google Scholar]
Figure 1. Flow chart of the SPF method.
Figure 1. Flow chart of the SPF method.
Electronics 12 02044 g001
Figure 2. The satellite model used in the experiment.
Figure 2. The satellite model used in the experiment.
Electronics 12 02044 g002
Figure 3. The experimental layout and the light source image in CCD.
Figure 3. The experimental layout and the light source image in CCD.
Electronics 12 02044 g003
Figure 4. Satellite grayscale images with different rolling angles.
Figure 4. Satellite grayscale images with different rolling angles.
Electronics 12 02044 g004
Figure 5. Photometric data measured by the scaling experiment.
Figure 5. Photometric data measured by the scaling experiment.
Electronics 12 02044 g005
Figure 6. Attitude inversion error of secondary particle filter and particle filter.
Figure 6. Attitude inversion error of secondary particle filter and particle filter.
Electronics 12 02044 g006
Figure 7. The improved accuracy of SPF compared with PF.
Figure 7. The improved accuracy of SPF compared with PF.
Electronics 12 02044 g007
Figure 8. Root mean square error of the inversion error of secondary particle filter and particle filter.
Figure 8. Root mean square error of the inversion error of secondary particle filter and particle filter.
Electronics 12 02044 g008
Table 1. Parameters in the experiment.
Table 1. Parameters in the experiment.
 Parameters in the Experiment
 total pixel1060 × 1040
 effective pixel1024 × 1024
 cell size6.45 μm × 6.45 μm
 focal length of the camera10 mm
 viewing angle23.7°
 fixed exposure time50 ms
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wang, Y.; Du, X.; Gou, R.; Liu, Z.; Chen, H. A Secondary Particle Filter Photometric Data Inversion Method of Space Object Characteristics. Electronics 2023, 12, 2044. https://doi.org/10.3390/electronics12092044

AMA Style

Wang Y, Du X, Gou R, Liu Z, Chen H. A Secondary Particle Filter Photometric Data Inversion Method of Space Object Characteristics. Electronics. 2023; 12(9):2044. https://doi.org/10.3390/electronics12092044

Chicago/Turabian Style

Wang, Yang, Xiaoping Du, Ruixin Gou, Zhengjun Liu, and Hang Chen. 2023. "A Secondary Particle Filter Photometric Data Inversion Method of Space Object Characteristics" Electronics 12, no. 9: 2044. https://doi.org/10.3390/electronics12092044

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop