Next Article in Journal
Adaptive Visual Sensing Deviation Detection and Real-Time Tracking Control of Swing-Arc Narrow-Gap Weld Based on Variation Coefficient Recognition
Previous Article in Journal
Review and Analysis of Electrochemical Instrumentation Design for Continuous Multi-Analyte Microfluidic Sensor Arrays
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Physics-Informed Simulation and Time-Series Classification of Ground-Based Infrared Radiant-Intensity Sequences for Space Objects

1
Changchun Institute of Optics, Fine Mechanics and Physics, Chinese Academy of Sciences, Changchun 130033, China
2
University of Chinese Academy of Sciences, Beijing 100049, China
3
Jilin Provincial Key Laboratory of Intelligent Wavefront Sensing and Control, Changchun Institute of Optics, Fine Mechanics and Physics, Chinese Academy of Sciences, Changchun 130033, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(17), 5335; https://doi.org/10.3390/s26175335 (registering DOI)
Submission received: 9 July 2026 / Revised: 18 August 2026 / Accepted: 19 August 2026 / Published: 23 August 2026
(This article belongs to the Section Remote Sensors)

Abstract

Under ground-based observation geometry, infrared radiant-intensity sequences of space objects are jointly influenced by object micromotion, thermal radiation, time-varying viewing conditions, and atmospheric propagation. Existing simulation studies often prescribe the line of sight or simplify the coupling between viewing geometry and atmospheric attenuation, which limits long-duration ground-based sequence analysis. This study develops a physics-informed framework for generating atmosphere-attenuated infrared radiant-intensity sequences of space objects undergoing precession or tumbling. The framework reconstructs observation geometry from azimuth–elevation–range trajectories, updates facet normals through a unified micromotion attitude model, computes visible projected area and transient facet temperature, and incorporates MODTRAN-derived elevation-dependent atmospheric transmittance. Using this framework, we construct IRPeriodic, an eight-class simulated dataset for long-duration univariate time-series classification. We further propose LPD-Net, which integrates large-kernel residual feature extraction, prototype-guided dynamic temporal alignment, and differential periodic representation to capture long-range waveform morphology, sample-dependent temporal correspondence, and segment-level local variation. On IRPeriodic, LPD-Net achieves an accuracy of 0.8618 ± 0.0057, a macro-F1 of 0.8615 ± 0.0061, and a Matthews correlation coefficient of 0.8426 ± 0.0065, outperforming the evaluated neural-network and ROCKET-type baselines. Ablation and synthetic-noise sensitivity analyses indicate that the performance gain is mainly associated with long-context feature extraction, with additional improvements from dynamic alignment and differential periodic statistics. Auxiliary experiments on selected public UCR datasets suggest that the representation is also competitive for univariate time-series classification. These results demonstrate the effectiveness of LPD-Net on the proposed physics-informed benchmark for long-duration ground-based infrared radiant-intensity sequence classification.

1. Introduction

Infrared sensing provides temporal information for the analysis and classification of distant space objects. Object geometry, surface thermal state, attitude motion, and time-varying viewing conditions jointly modulate directional radiant intensity. In particular, precession, tumbling, and spin alter the visible projected area and thermal emission, producing characteristic temporal signatures [1,2]. High-sensitivity observation of weak and distant infrared objects is often supported by cooled infrared detectors and cold optical assemblies, which suppress detector dark current, instrument self-emission, and internal stray radiation [3,4,5]. The present study focuses on the object–trajectory–atmosphere coupling that determines the atmosphere-attenuated band-integrated directional radiant-intensity sequence, rather than on detector output or full sensor-chain modeling.
Physics-based infrared modeling has been widely used to connect temporal radiation signatures with object geometry, material properties, attitude motion, and thermal state [1,2,6,7,8]. Recent studies have also examined sequence-level infrared signatures and learning-based classification under long-range or noise-contaminated conditions [9]. Many controlled simulations, however, prescribe or simplify the line of sight so that micromotion-induced modulation can be isolated. This assumption is useful for controlled analysis, but it does not fully describe long-duration ground-based sequence generation, in which viewing direction and atmospheric path vary simultaneously.
Ground-based observation introduces a more coupled sequence-generation problem. Along each prescribed ground-based azimuth–elevation–range (AER) trajectory, the azimuth, elevation angle, range, line of sight (LOS), and atmospheric propagation path vary simultaneously. The elevation angle changes atmospheric transmittance, the viewing direction changes the projected area of each object facet, and the reconstructed object-position sequence determines the motion-direction reference frame used to describe micromotion. A fixed-viewing-direction model is therefore insufficient for generating ground-based infrared radiant-intensity sequences. A more suitable formulation should couple AER-driven observation geometry, micromotion attitude, projected-area variation, transient thermal radiation, and elevation-dependent atmospheric attenuation.
The present classification problem also differs from conventional infrared image classification. Existing infrared classification methods often rely on spatial texture, multi-scale image structure, spectral-band complementarity, channel attention, or ensemble representations [10,11,12,13,14]. These designs are effective when the input contains spatial, spectral, or multi-channel information. Related infrared moving-object classification studies have used radiant-intensity sequences and transfer learning to reduce limited-sample effects, but their settings mainly involve spatial infrared imagery and cross-domain transfer rather than AER-driven ground-based sequence generation with atmospheric attenuation [15]. In contrast, each sample in the present task is a normalized univariate radiant-intensity sequence. Its discriminative information is mainly expressed through long-duration waveform morphology, periodic fluctuation, phase-dependent temporal shifts, and local temporal variation.
General time-series classification methods provide important baselines for this problem [16,17,18]. Nevertheless, directly applying these methods may not capture all structures that matter in ground-based infrared radiant-intensity sequences. Global pooling can suppress segment-level differences, fixed segmentation can place similar micromotion stages at different temporal positions across samples, and short-context feature extraction can miss long-range waveform morphology. A classification model for this task should therefore capture long temporal context, establish sample-dependent temporal correspondence, and preserve local variation within dynamically matched temporal stages.
To address these modeling and classification requirements, this study develops a physics-informed framework for simulation and time-series classification of ground-based infrared radiant-intensity sequences for space objects. The physical model reconstructs viewing geometry from AER trajectories, defines object-centered coordinate frames from the reconstructed position sequence, describes precession and tumbling under a unified attitude convention, computes facet-level projected area and transient thermal radiation, and applies MODTRAN-derived elevation-dependent atmospheric attenuation. The generated sequences preserve the coupling among object geometry, micromotion attitude, observation geometry, thermal radiation, and atmospheric path variation.
Based on this framework, an eight-class simulated dataset, IRPeriodic, is constructed for time-series classification. The dataset includes flat-base cone, cone–cylinder composite, spherical-base cone, cylindrical, and hexagonal-prism geometries under precession or tumbling. Each sample is an atmosphere-attenuated 80 s univariate infrared radiant-intensity sequence sampled at 25 Hz, giving 2000 temporal points. In total, IRPeriodic contains 640 samples per class and 5120 samples generated from geometric parameters, micromotion settings, and 80 prescribed ground-based AER trajectories. The dataset is designed to evaluate whether sequence classifiers can separate physically related object classes when waveform morphology, phase shift, local fluctuation, and atmospheric attenuation are jointly involved.
For classification, this study proposes LPD-Net, a one-dimensional network tailored to long-duration infrared radiant-intensity sequences. LPD-Net uses large-kernel residual convolution blocks to extract long-context temporal features from 2000 to point sequences. It then introduces prototype-guided dynamic temporal alignment to establish sample-dependent correspondence between latent temporal stages and deep feature positions. A differential periodic representation finally summarizes each dynamically aligned prototype-level representation through weighted fluctuation magnitude and adjacent-time variation. This design follows the structure of the signal: class information extends over broad temporal intervals, but it is expressed through local variations whose positions may shift across samples.
Experiments on IRPeriodic show that LPD-Net achieves the best overall performance among the compared recurrent, convolutional, InceptionTime, and ROCKET-type baselines. It obtains an accuracy of 0.8618 ± 0.0057, a macro-F1 of 0.8615 ± 0.0061, and a Matthews correlation coefficient of 0.8426 ± 0.0065. Ablation studies show that the large-kernel residual backbone provides the main performance gain, while prototype-guided alignment and differential periodic statistics further improve temporal correspondence and local-variation representation. Synthetic additive-noise sensitivity tests and auxiliary public UCR evaluations are also conducted to analyze sensitivity, auxiliary behavior, and limitations of the representation.
The main contributions of this study are summarized as follows:
  • A physics-informed ground-based infrared radiant-intensity sequence-generation framework is established by coupling AER-driven observation geometry, micromotion attitude, projected-area calculation, transient thermal radiation, and MODTRAN-derived atmospheric attenuation.
  • An eight-class simulated dataset, IRPeriodic, is constructed for simulated space-object time-series classification, with each sample represented as an atmosphere-attenuated 80 s univariate infrared radiant-intensity sequence.
  • LPD-Net is proposed for long-duration infrared sequence classification by integrating large-kernel residual feature extraction, prototype-guided dynamic temporal alignment, and differential periodic representation.
  • A set of experiments, including baseline comparison, class-level analysis, synthetic additive-noise sensitivity tests, ablation studies, kernel and temporal-prototype-number analyses, and auxiliary UCR evaluations, is conducted to assess the effectiveness and limitations of the temporal representation.

2. Physics-Informed Ground-Based Infrared Sequence Generation

Infrared radiant-intensity sequences of space objects are governed by object geometry, micromotion attitude, projected area, surface temperature, and observation geometry [1,2]. In ground-based observation, these factors are coupled with a time-varying atmospheric path. The sequence-generation model used to construct IRPeriodic therefore reconstructs the viewing geometry from azimuth–elevation–range (AER) trajectories, updates facet normals according to object micromotion, computes visible projected area and thermal radiation, and applies elevation-dependent atmospheric attenuation. The overall simulation workflow is summarized in Figure 1.

2.1. Observation Geometry and Coordinate Frames

Three frames are used: the object body-fixed frame B: o b x b y b z b ; the object-centered reference frame R : o r x r y r z r ; and the station-centered observation frame G: o g x g y g z g . The origin o b is located at the object centroid, and the z b -axis is aligned with the principal axis of the object. The origin o g is located at the observation station; the x g - and y g -axes span the local horizontal plane, and the z g -axis points to the local zenith. The coordinate-frame convention and the time-varying line-of-sight vector G ( t ) used in the micromotion model are illustrated in Figure 2.
For the coordinate transformations used in this study, a coordinate-frame superscript denotes the frame in which a directional vector is expressed. The rotation matrix follows the destination–source convention, namely,
v A = R A B v B ,
where R A B maps vector coordinates from frame B to frame A. Let ϕ o ( t ) , θ o ( t ) , and R o ( t ) denote the ground-based observation azimuth, elevation angle, and range, respectively. The observation azimuth ϕ o ( t ) is measured in the ground x g y g plane from + x g toward + y g , and the elevation θ o ( t ) is measured from the local horizontal plane. Under this convention, the LOS unit vector from the observation station to the object centroid and the corresponding viewing-direction vector from the object centroid to the station are
G ( t ) = cos θ o ( t ) cos ϕ o ( t ) cos θ o ( t ) sin ϕ o ( t ) sin θ o ( t ) , s G ( t ) = G ( t ) .
The object-centroid position in frame G is reconstructed as
p o G ( t ) = R o ( t ) G ( t ) .
For a discrete trajectory { p o G ( t i ) } i = 1 N , the instantaneous motion direction is estimated by a central finite difference for interior samples and by one-sided differences at the two endpoints:
v o G ( t i ) = p o G ( t i + 1 ) p o G ( t i ) t i + 1 t i , i = 1 , p o G ( t i + 1 ) p o G ( t i 1 ) t i + 1 t i 1 , 1 < i < N , p o G ( t i ) p o G ( t i 1 ) t i t i 1 , i = N , e v G ( t i ) = v o G ( t i ) v o G ( t i ) .
In this formulation, the z r -axis of frame R is aligned with e v G ( t ) . A non-collinear auxiliary vector b G is selected from the local-horizon frame, and the axes of frame R expressed in frame G are constructed as
e z r G ( t ) = e v G ( t ) , e x r G ( t ) = b G × e z r G ( t ) b G × e z r G ( t ) , e y r G ( t ) = e z r G ( t ) × e x r G ( t ) .
Thus, the rotation matrix from frame R to frame G is
R G R ( t ) = e x r G ( t ) e y r G ( t ) e z r G ( t ) .

2.2. Micromotion and Projected-Area Model

The object surface is discretized into N s facets. For the j-th facet, the area, outward unit normal vector in frame B, and material-parameter vector are denoted by A j , n j B , and m j , respectively. The vector m j contains the optical and thermophysical parameters used in the heat-balance and radiation models. Cone, cylinder, spherical-base, end-surface, and prism components are all represented through the unified facet set
S k = { ( A j , n j B , m j ) } j = 1 N s , k = 1 , 2 , , K .
This notation keeps the geometric discretization independent of a particular object shape, while retaining the facet areas and normals required for projected-area and thermal-radiation calculations.
Micromotion is described by a compact Rodrigues rotation operator. For a unit axis a F expressed in frame F and a rotation angle ψ ,
R ( a F , ψ ) = I 3 cos ψ + ( 1 cos ψ ) a F ( a F ) T + [ a F ] × sin ψ ,
where [ a F ] × is the skew-symmetric matrix satisfying [ a F ] × b = a F × b .
For precession, the z r -axis is taken as the coning axis and is aligned with the instantaneous motion direction. The body symmetry axis z b forms the precession angle θ p with z r , and u p , 0 R denotes its initial direction in frame R. With coning angular velocity ω p and spin angular velocity ω s , the precession attitude is modeled by a spin rotation about the initially tilted body axis and a coning rotation about e z r R = [ 0 , 0 , 1 ] T . Under the column-vector convention adopted in this work, the rightmost rotation acts first. Therefore, the spin rotation is first applied, and the resulting attitude is then coned about the z r -axis. This product keeps the body symmetry axis on the prescribed precession cone while allowing spin about the body axis. For tumbling, θ t specifies the inclination of the fixed tumbling axis u t R in frame R rather than a time-varying tumbling angle. Once u t R is determined by θ t and the initial phase, the object rotates about this fixed axis with angular velocity ω t . The resulting micromotion rotation matrix is
R m R ( t ) = R ( e z r R , ω p t ) R ( u p , 0 R , ω s t ) , precession , R ( u t R , ω t t ) , tumbling .
The initial azimuthal phase of the micromotion model is fixed at φ 0 = 7 π / 4 for all eight object classes. For coning objects, the initial tilted body-axis direction is constructed using φ 0 ; equivalently, the coning phase evolves as φ 0 + ω p t , while the spin rotation is governed by ω s t . For tumbling objects, the tumbling axis u t R is constructed from the first-frame object-motion azimuth and elevation, and the initial body orientation uses the same φ 0 . This convention fixes the phase reference used in the sequence generation and avoids introducing an additional phase symbol that could be confused with the channel-wise gate α used later in LPD-Net. The time-varying attitude matrix and the j-th facet normal expressed in the ground-based frame are
R R B ( t ) = R m R ( t ) R R B , 0 , n j G ( t ) = R G R ( t ) R R B ( t ) n j B .
Here, the essential coupling is that the AER trajectory determines the dynamic LOS and the object-centered frame, while micromotion updates the facet normals; together, they determine the visible projected area. For the closed convex target geometries used in IRPeriodic, the visible projected area of the j-th facet along the viewing direction is
A proj , j ( t ) = A j max 0 , n j G ( t ) · s G ( t ) .
This projected-area formulation assumes that a facet contributes when its outward normal faces the viewing direction and contributes zero otherwise. It is suitable for the simplified cone, cone–cylinder, spherical-base cone, cylinder, and prism geometries considered in this dataset, but more complex non-convex structures would require explicit visibility or ray-tracing treatment. The total visible projected area is
A proj ( t ) = j = 1 N s A proj , j ( t ) .

2.3. Thermal Radiation and Atmospheric Attenuation

The object temperature field is represented by the transient facet temperature sequence { T j ( t ) } j = 1 N s . The initial temperature is prescribed by the simulation setting, denoted as
T j ( 0 ) = T j , 0 , j = 1 , 2 , , N s .
For all object classes and facets, a uniform initial temperature of T j , 0 = 300 K is used. For the j-th facet, the heat-balance equation is
C j d T j ( t ) d t = Q sun , j ( t ) + Q earth , j ( t ) + Q ref , j ( t ) + Q cond , j ( t ) Q rad , j ( t ) ,
where C j is the equivalent heat capacity of the facet. The terms on the right-hand side represent absorbed solar radiation, Earth infrared radiation, Earth-reflected solar radiation, conductive exchange, and radiative loss to the cold-space background, respectively. These are standard thermal-radiation components; in this work, they are used to obtain the transient facet temperature field that drives the infrared radiant-intensity sequence. For a thin-wall facet, the principal thermal terms used in the present model can be written as
C j = ρ j c j δ j A j , Q rad , j ( t ) = ε j σ A j T j 4 ( t ) , Q sun , j ( t ) = α s , j E s A j F sun , j ( t ) , Q earth , j ( t ) = α e , j E e A j F earth , j ( t ) , Q ref , j ( t ) = α s , j ρ e E s A j F ref , j ( t ) .
Here, ρ j , c j , and δ j are the density, specific heat, and equivalent thickness, respectively; α s , j is the solar-band absorptivity; E s and E e are the solar and Earth-infrared irradiances, respectively; ρ e is the mean Earth albedo; and F sun , j , F earth , j , and F ref , j are time-dependent irradiation factors determined by the facet orientation and Sun–Earth geometry. For the Earth-infrared heating term, the long-wave absorptivity is approximated by the corresponding infrared emissivity, i.e., α e , j ε j , under the adopted long-wave gray-surface approximation. The representative solar absorptivities and infrared emissivities used in the simulation are summarized in Table 1 and selected with reference to the cited material-property literature [19,20].
A graybody assumption is used in the 8– 12   μ m band, so the facet emissivity is treated as wavelength independent within this band. According to Planck’s law,
L λ ( T ) = 2 h P c 0 2 λ 5 exp h P c 0 k B T λ 1 ,
where h P , c 0 , and k B are Planck’s constant, the speed of light in vacuum, and Boltzmann’s constant, respectively. The band-integrated radiance of the j-th facet is
L 8 12 , j ( t ) = λ 1 λ 2 ε j L λ T j ( t ) d λ , λ 1 = 8   μ m , λ 2 = 12   μ m .
The object directional radiant intensity before atmospheric attenuation is obtained by summing the band-integrated contribution of all visible facets:
I obj ( t ) = j = 1 N s L 8 12 , j ( t ) A proj , j ( t ) .
Atmospheric attenuation is a key factor in ground-based infrared observation because the propagation path varies with elevation angle. MODTRAN v5.2.1 is adopted here to calculate elevation-dependent band-averaged transmittance under the baseline atmospheric settings used in IRPeriodic [21,22]. In the present sequence-generation framework, MODTRAN is used to calculate the atmospheric transmittance applied to the target directional radiant-intensity component. Accordingly, I ( t ) represents the transmitted target component, while atmospheric path emission pertains to a more complete at-sensor radiometric formulation. The elevation-dependent atmospheric transmittance is implemented as a band-averaged engineering approximation in the present sequence-generation model, and the same approximation is applied consistently to all generated samples. The elevation–transmittance lookup table is
D τ = { ( θ q , τ ¯ q ) } q = 1 N τ , τ ¯ q = 1 λ 2 λ 1 λ 1 λ 2 τ λ ( θ q ) d λ .
The transmittance at time t is obtained by interpolation over the observation elevation angle,
τ ( t ) = I θ D τ ; θ o ( t ) , I ( t ) = τ ( t ) I obj ( t ) .
The model output I ( t ) is defined as the atmosphere-attenuated band-integrated object directional radiant intensity, with units of W/sr. Sensor-aperture irradiance, geometric dilution by 1 / R o 2 ( t ) , and detector response are not included in this signal definition. The range R o ( t ) is used to reconstruct the object position, motion-direction reference frame, and viewing geometry.

2.4. IRPeriodic Dataset Construction

The dataset is generated by sampling object class, micromotion parameters, and ground-based observation trajectory. For each parameter combination, the preceding equations produce a complete atmosphere-attenuated directional radiant-intensity sequence. The sequence-level dataset settings, including the spectral band, atmospheric configuration, sequence length, and dataset scale, are summarized in Table 2. The dataset contains eight geometry–micromotion classes, and their geometric, micromotion, and thermophysical parameters are summarized in Table 1.
The observer altitude of 3.2 km was selected with reference to the Gaomeigu site of Lijiang Observatory, Yunnan Observatories, Chinese Academy of Sciences, at an altitude of 3193 m [23]. The altitude was rounded to 3.2 km for the MODTRAN atmospheric-transmission calculation. The prescribed AER trajectories remain independently specified.
The AER trajectory set contains 80 prescribed ground-based AER trajectories representing different viewing conditions, and it is fixed before sequence generation. Each labeled sample is then defined as a fixed-length time window of the atmosphere-attenuated directional radiant-intensity sequence. The m-th sample is expressed as
x m = I ( t m , 1 ) , I ( t m , 2 ) , , I ( t m , L ) T , y m { 1 , 2 , , K } , L = 2000 , K = 8 .
Each value in Equation (21) is generated from the physical chain of AER geometry, micromotion attitude, temperature field, projected area, band-integrated radiation, and atmospheric attenuation. The resulting labeled time-series samples are used in subsequent classification experiments; the normalized infrared radiant-intensity sequences of the eight object classes under noise-free and noise-contaminated conditions are shown in Figure 3.

3. LPD-Net for Infrared Radiant-Intensity Sequence Classification

The generated infrared radiant-intensity sequences are long-duration univariate time series. Their class information appears in global waveform morphology, phase-dependent modulation, and local temporal variation. LPD-Net models these three aspects with a large-kernel residual backbone, prototype-guided dynamic temporal alignment, and a differential periodic representation. The overall network architecture is shown in Figure 4.

3.1. Input Representation

An infrared radiant-intensity sequence is represented as a one-dimensional real-valued signal ordered by time. The i-th sample is denoted as
x i = [ x i , 1 , x i , 2 , , x i , L ] R L ,
where x i , t is the infrared radiant-intensity value at the t-th sampling instant and L is the sequence length. The sample label is denoted as
y i { 1 , 2 , , K } ,
where K is the number of object classes. For mini-batch input, the sequences are arranged as the tensor
X R B × 1 × L ,
where B is the batch size and the channel number is 1. This input form preserves the original temporal index and allows one-dimensional convolution kernels to aggregate local and long-range temporal features along the time axis.
The absolute radiant-intensity scale may vary among samples. The input sequence is normalized before entering the network, and the normalized sample is still denoted by x i . Normalization changes only the amplitude scale and does not change temporal order or class labels. Therefore, the discriminative information learned by the network still comes from sequence morphology, segment fluctuation, and adjacent-time variation.

3.2. Feature Extraction

LPD-Net maps the input tensor to a segment-level temporal statistical representation. LPD-Net separates feature extraction, temporal correspondence, and segment-level statistics so that each operation targets a different property of the sequence. The overall computation is
H = F L ( X ) ,
A = F P ( H ; P ) ,
Z = F D ( H , A ) ,
where F L ( · ) denotes the large-kernel residual feature extraction function, and H R B × C × T is the deep temporal feature map. F P ( · ) denotes the prototype-guided dynamic temporal alignment function, P R C × M is the learnable temporal prototype matrix, and A R B × M × T is the alignment matrix. F D ( · ) denotes the differential periodic representation function, and Z R B × C × M is the segment-level representation before classification. Here, C is the number of deep feature channels, T is the temporal length of the deep feature map, and M is the number of learnable temporal prototypes. It should not be interpreted as a fixed equal-length partition of the input sequence.

3.2.1. Large-Kernel Residual Convolution Block

The large-kernel residual convolution block maps the raw sequence to deep temporal features. Discriminative information in infrared radiant-intensity sequences may span a long temporal interval; short convolution kernels require deeper stacking to cover the same range. LPD-Net uses large one-dimensional convolution kernels to aggregate broad temporal context within each residual block, while residual connections improve the optimization stability of the deep network.
Let H ( b 1 ) be the input of the b-th residual block. The block consists of three one-dimensional convolutional layers and one shortcut branch. The convolutional branch is computed as
U 1 ( b ) = ϕ BN Conv k 1 ( Pad ( H ( b 1 ) ) ) ,
U 2 ( b ) = ϕ BN Conv k 2 ( Pad ( U 1 ( b ) ) ) ,
U 3 ( b ) = BN Conv k 3 ( Pad ( U 2 ( b ) ) ) ,
where Conv k is a one-dimensional convolution with kernel length k, BN ( · ) is batch normalization, ϕ ( · ) is the ReLU activation function, and Pad ( · ) is zero padding that preserves temporal length. The shortcut branch uses a 1 × 1 convolution for channel matching:
S ( b ) = BN Conv 1 ( H ( b 1 ) ) .
The output of the residual block is
H ( b ) = ϕ U 3 ( b ) + S ( b ) .
The LPD-Net backbone is composed of six stacked large-kernel residual blocks. The structural parameters of each residual block and the backbone channel configuration are summarized in Table 3 and Table 4, respectively. Each residual block uses the kernel combination ( 149 , 75 , 9 ) , with stride 1 in all convolutional layers. Under this setting, the theoretical receptive-field increment of one residual block is ( 149 1 ) + ( 75 1 ) + ( 9 1 ) , and the theoretical receptive field of six residual blocks is R = 1 + 6 [ ( 149 1 ) + ( 75 1 ) + ( 9 1 ) ] = 1381 . Ignoring boundary-padding effects, this receptive field describes the input temporal range received by one deep feature position and provides long temporal context for dynamic alignment and segment-level statistics.

3.2.2. Prototype-Guided Dynamic Temporal Alignment

The feature map H produced by the large-kernel residual backbone retains the temporal dimension. Direct global pooling compresses structural differences among temporal stages into a single vector, whereas fixed equal-length segmentation may assign semantically similar stages in different samples to different intervals. LPD-Net introduces prototype-guided dynamic temporal alignment to form sample-dependent soft temporal correspondence in the feature space. The detailed structure of this alignment module is shown in Figure 5.
Let the backbone output be
H R B × C × T .
LPD-Net defines learnable temporal prototypes as
P = [ p 1 , p 2 , , p M ] R C × M ,
where p m R C denotes the m-th temporal prototype. The prototype index represents learnable temporal prototypes rather than class centers or fixed equal-length intervals. Therefore, the dimension of P is C × M , not K × C × M .
For the i-th sample, let h i , t R C denote the deep feature at the t-th temporal position. The local matching cost between a temporal prototype and the feature sequence is
D i , m , t = d ( p m , h i , t ) ,
where d ( · , · ) is a local distance function. Cosine distance is used to construct the local cost matrix D i :
d ( p m , h i , t ) = 1 p m h i , t p m 2 h i , t 2 + ϵ .
Collecting all pairwise costs gives the local cost matrix D i = [ D i , m , t ] R M × T . Here, D i denotes the local prototype–feature cost matrix used for Soft-DTW alignment and should not be confused with the differential periodic representation module. Dynamic time warping (DTW) provides a classical dynamic-programming framework for temporal alignment [24]. Soft-DTW replaces the hard minimum path selection in conventional DTW with a smooth minimum operator, making the alignment objective differentiable [25]:
softmin γ ( a 1 , , a n ) = γ log j = 1 n exp ( a j / γ ) ,
where γ controls the smoothness of the approximation and was set to 1.0 in all experiments.
Based on the Soft-DTW alignment result, the alignment matrix of the i-th sample is
A i = SoftAlign ( D i ) , A i R M × T .
Based on the prototype–feature cost matrix D i , SoftAlign ( · ) denotes the Soft-DTW-based soft-alignment operation that produces a soft correspondence matrix A i . The matrix A i is the soft alignment, or backward alignment, weight matrix returned by Soft-DTW, rather than the scalar Soft-DTW distance. The element A i , m , t denotes the contribution weight of the t-th feature position to the m-th temporal prototype. Thus, M = 4 in this study represents four learnable temporal prototypes rather than four fixed equal-length temporal segments. The alignment matrix establishes soft temporal correspondence through prototype–feature matching and provides sample-dependent dynamic segment weights for the subsequent differential periodic representation.

3.2.3. Differential Periodic Representation Module

The differential periodic representation module converts the dynamic alignment result into a fixed-dimensional representation. A single fluctuation statistic cannot distinguish whether a segment varies smoothly or through rapid adjacent-time changes, so the module combines weighted standard deviation with weighted first absolute difference. For each temporal segment, it computes two statistics: weighted standard deviation, which describes feature fluctuation magnitude within the segment, and weighted first absolute difference, which describes local variation strength between adjacent temporal positions. The detailed structure of this module is illustrated in Figure 6.
For sample i and segment m, the segment-weight normalization factor is
q i , m = t = 1 T A i , m , t + ϵ ,
where ϵ is a constant used to avoid division by zero. The weighted mean within the segment is
μ i , c , m = 1 q i , m t = 1 T A i , m , t H i , c , t .
The weighted standard deviation within the segment is
σ i , c , m = 1 q i , m t = 1 T A i , m , t ( H i , c , t μ i , c , m ) 2 + ϵ .
The weighted standard-deviation map is denoted as
σ ¯ i = [ σ i , c , m ] R C × M .
The first absolute difference is defined as
Δ H i , c , t = | H i , c , t H i , c , t 1 | , t = 2 , , T ,
with the first time step padded by repeating the first hidden feature, so Δ H i , c , 1 = 0 . Under the same segment weights, the weighted difference statistic is
δ i , c , m = 1 q i , m t = 1 T A i , m , t Δ H i , c , t .
The standard-deviation branch and the difference branch may have different numerical scales. LPD-Net applies root-mean-square (RMS) scale matching to the difference statistic. For sample i,
RMS ( σ ¯ i ) = 1 C M c = 1 C m = 1 M σ i , c , m 2 ,
RMS ( δ i ) = 1 C M c = 1 C m = 1 M δ i , c , m 2 .
The scale-matched difference statistic is
δ ˜ i = δ i · RMS ( σ ¯ i ) RMS ( δ i ) + ϵ .
In implementation, the RMS scale factors are treated as detached normalization constants. The final segment-level representation is obtained by fusing the standard-deviation statistic and the scale-matched difference statistic:
Z i = σ ¯ i + α δ ˜ i , Z i R C × M .
Here, α is a channel-wise learnable gate and ⊙ denotes channel-wise multiplication. The gate is defined as
α = α max · sigmoid ( g ) ,
where g is a learnable parameter, α max is the upper bound of the gate, and α R C . In this work, α max = 1.0 , α is initialized to 0.05, and ϵ = 10 6 is used in the normalization, variance, and RMS denominators. This gate acts on the feature-channel dimension, allowing the contribution of the difference statistic to be learned adaptively for each channel. During fusion, α is broadcast along the segment dimension. The resulting Z R B × C × M contains both fluctuation magnitude and local variation strength within dynamically aligned temporal-prototype representations.

3.3. Classification

After feature extraction, dynamic temporal alignment, and differential periodic representation, LPD-Net obtains the segment-level representation
Z R B × C × M .
For the i-th sample, the representation is flattened as
z i = vec ( Z i ) R C M .
The classifier applies a linear mapping followed by softmax normalization:
o i = W z i + b , p i = softmax ( o i ) ,
where W R K × C M , b R K , and p i R K . The predicted class is
y ^ i = arg max k p i , k .
The classifier receives a C × M -dimensional segment-level statistical representation for each sample. The M dimension of Z indexes dynamically aligned temporal-prototype-level representations, not fixed temporal intervals. Thus, the linear layer uses both feature-channel information and dynamic prototype-level information, and classification is based on the combination of statistical differences across channels and dynamically aligned prototypes.

3.4. Optimizer and Loss Function

LPD-Net uses cross-entropy as the classification objective. For a mini-batch, the classification loss is
L cls = 1 B i = 1 B log p i , y i ,
where p i , y i is the predicted probability of the true class for the i-th sample. This loss constrains the consistency between the model output and the ground-truth class label.
The temporal prototypes P are also constrained by a Soft-DTW alignment cost. This auxiliary alignment update is used only to regularize the learnable temporal prototypes and is separated from the classification loss update. Let sg ( · ) denote the stop-gradient operation. The prototype alignment cost is
L align = 1 B T i = 1 B SoftDTW P T , sg ( H i T ) .
Here, P T R M × C and H i T R T × C are treated as two multivariate temporal sequences with feature dimension C. The factor 1 / T normalizes the accumulated Soft-DTW cost with respect to the feature-sequence length. The stop-gradient operation prevents this auxiliary alignment loss from updating the backbone feature map, so the additional alignment update mainly stabilizes the temporal prototypes. Adam is used for optimization [26]. One iteration contains two gradient-update steps: first, L cls updates all trainable parameters, including the backbone, the differential periodic representation module, the classification layer, and the temporal prototypes; second, under sg ( H i T ) , L align applies an additional update to the temporal prototypes. In this way, class supervision and dynamic-alignment constraints jointly shape the feature representation of LPD-Net.

4. Experiments and Results

4.1. Experimental Setup and Evaluation Metrics

The experiments were implemented in Python v3.12.13 using PyTorch v2.6.0+cu126.
The experiments evaluate LPD-Net on IRPeriodic. The dataset contains eight geometry–micromotion object classes, with 640 samples per class and 5120 samples in total. Each input sample is an 80 s one-dimensional infrared radiant-intensity sequence sampled at 25 Hz, giving a sequence length of 2000 points. The task is formulated as eight-class classification on normalized univariate temporal sequences.
The dataset was divided into training, validation, and test subsets using a stratified trajectory-level protocol. Specifically, 56 AER trajectories were assigned to the training set, 12 trajectories to the validation set, and 12 trajectories to the test set. This resulted in 3584 training samples, 768 validation samples, and 768 test samples, corresponding to 448, 96, and 96 samples per class, respectively. The corresponding proportions are 70%, 15%, and 15%, as summarized in Table 5. Samples generated from the same AER trajectory were assigned to only one subset, so the same trajectory did not appear simultaneously in the training, validation, and test sets. This setting reduces trajectory leakage and evaluates classification performance under unseen AER trajectories.
All reported IRPeriodic results were averaged over five independent runs with different random seeds and are reported as mean ± standard deviation. Each sequence was independently normalized by min–max normalization before being fed into the classifiers. Because each sample is independently min–max normalized, the classification experiments evaluate normalized temporal morphology rather than absolute radiometric magnitude. The same normalization procedure was applied to LPD-Net and all baseline methods. The compared methods were trained and tested on the same data splits and with the same input normalization protocol. For neural-network models, the checkpoint with the best validation performance was used for test-set evaluation. MiniROCKET and MultiROCKET were evaluated using their random convolutional-kernel transform features followed by logistic-regression classifiers. The detailed hyperparameter configurations of LPD-Net and all benchmark methods are reported in Appendix A. Inference time denotes the average single-sample prediction time measured on the same hardware, excluding data loading; the unit is milliseconds. Classification metrics and parameter counts are reported to four decimal places, whereas inference time is reported to three decimal places in milliseconds to match the runtime measurement resolution and avoid over-reporting precision.
Performance is assessed using accuracy, macro-precision, macro-F1, and the Matthews correlation coefficient (MCC), which is included as a balanced classification metric [27]. For a multi-class confusion matrix C , class-wise precision and recall are
P k = C k k i C i k , R k = C k k j C k j .
The macro metrics are
P macro = 1 K k = 1 K P k , F 1 , macro = 1 K k = 1 K 2 P k R k P k + R k .
The multi-class MCC is
MCC = c s k p k t k ( s 2 k p k 2 ) ( s 2 k t k 2 ) .
Here, c is the number of correctly classified samples, s is the total number of samples, p k is the number of samples predicted as class k, and t k is the number of true samples in class k. Unless otherwise specified, all results are reported as the mean ± standard deviation over five independent runs with different random seeds.

4.2. Overall Classification Performance on IRPeriodic

LPD-Net gives the best overall classification performance among the compared methods on IRPeriodic. As shown in Table 6, its accuracy reaches 0.8618 ± 0.0057, exceeding MultiROCKET by 3.10 percentage points and InceptionTime by 6.31 percentage points. The same tendency appears in macro-F1 and MCC. In particular, the MCC increases from 0.8069 ± 0.0044 for MultiROCKET to 0.8426 ± 0.0065 for LPD-Net, indicating that the improvement is not restricted to one favorable metric.
The baseline methods form three broad groups for time-series classification (TSC). MLP, FCN, and ResNet are included as standard deep-learning baselines [28]; LSTM is included as a representative recurrent baseline [29]; InceptionTime is included as a strong deep convolutional TSC baseline [30]; and ROCKET-type random convolutional-kernel transforms are included because of their strong TSC performance [31,32,33]. LSTM and FCN perform poorly, suggesting that a standard recurrent model or a relatively shallow fully convolutional architecture does not adequately capture the long-range modulation structure of the 2000-point sequences. MLP is better than these two methods, but still remains below the stronger convolutional and kernel-transform baselines. ROCKET-type transforms, ResNet, and InceptionTime are more competitive, which is consistent with their ability to extract multi-scale temporal patterns. However, these methods do not explicitly model sample-dependent temporal correspondence or segment-level periodic variation. These comparisons are consistent with the intended roles of the three modules: large kernels provide long temporal context, dynamic alignment reduces phase and segment-position mismatch, and differential periodic representation summarizes fluctuation magnitude and local variation strength.
This advantage should also be interpreted together with model size. Although LPD-Net has a substantially larger reported parameter count than all compared baselines, the within-architecture kernel-size ablation shows that increasing the parameter count alone does not guarantee higher accuracy. In particular, K199-99-9 has more parameters than K149-75-9 but achieves lower accuracy.

4.3. Class-Level Analysis

Figure 7 shows that LPD-Net achieves clear diagonal dominance, with most residual errors concentrated in physically related class pairs, mainly O 5 with O 2 / O 6 and O 4 with O 7 . These confusions are consistent with overlapping geometry and micromotion-induced projected-area variations after normalization. The dominant confusions suggest that similar body geometry or micromotion can produce overlapping normalized temporal patterns under some viewing trajectories.

4.4. Sensitivity to Synthetic Additive White Gaussian Noise

To examine sensitivity to additive perturbations, additive white Gaussian noise (AWGN) is added to the simulated noise-free test sequences at SNR levels of 30 dB, 20 dB, and 10 dB. The SNR is defined using the average signal power of each sequence before per sequence min–max normalization. After noise injection, the perturbed sequences are normalized using the same independent min–max normalization protocol as the noise-free sequences. Unless otherwise stated, models are trained on the noise-free training set and evaluated on noise-contaminated test sets; this setting therefore evaluates sensitivity to synthetic additive noise without retraining. For a sequence x = [ x 1 , x 2 , , x L ] T , the noisy input is
x ˜ = x + n , n t N ( 0 , σ n 2 ) , P x = 1 L t = 1 L x t 2 , σ n 2 = P x 10 SNR / 10 .
LPD-Net remains the best-performing method under all three noise levels. At 30 dB, its accuracy is 0.8276 ± 0.0057, higher than MiniROCKET by 7.13 percentage points and higher than InceptionTime by 10.71 percentage points. At 10 dB, LPD-Net still reaches 0.6884 ± 0.0176, whereas the best competing result is 0.5661 ± 0.0196 from InceptionTime.
The degradation pattern provides a similar indication. Methods that rely heavily on local waveform details or fixed transformations drop more rapidly as SNR decreases. The smaller degradation of LPD-Net may be associated with its segment-level aggregation: weighted standard deviation reduces dependence on individual points, while the difference branch captures local variation after dynamic alignment. This interpretation is consistent with the observed results, although the present experiment does not isolate the contribution of each mechanism under noise. The detailed AWGN sensitivity results are reported in Table 7.

4.5. Ablation Studies

The ablation studies separate the contributions of the three LPD-Net components: large-kernel residual feature extraction (L), prototype-guided dynamic temporal alignment (P), and differential periodic representation (D). For each ablated model, the corresponding component is replaced by a simpler counterpart while the other components and the training protocol are kept as close as possible to the full model.

4.5.1. Contribution of L/P/D Modules

Removing the L module produces the largest drop, reducing accuracy from 0.8618 ± 0.0057 to 0.7377 ± 0.0167. This 12.41 percentage-point decrease shows that long-context feature extraction provides the main representational basis. Removing P reduces accuracy to 0.8444 ± 0.0106, indicating that dynamic alignment improves correspondence among latent micromotion stages. Removing D reduces accuracy to 0.8373 ± 0.0038, showing that standard-deviation statistics alone do not fully describe the local variation contained in the sequences. The corresponding L/P/D module ablation results are summarized in Table 8.

4.5.2. Kernel Scale and Dynamic Segment Number

The kernel-size ablation further shows that performance is not a trivial consequence of using more parameters. K199-99-9 uses more parameters than K149-75-9 but obtains lower accuracy. Conversely, progressively shorter kernels reduce the effective temporal context and also reduce accuracy. The best setting therefore appears to be a balance between long-range context and local temporal resolution, as shown in Table 9.
The temporal-prototype ablation shows that both dynamic alignment and the number of learnable temporal prototypes matter. M = 4 provides the best balance between under-partitioning and over-fragmentation. M = 2 under-partitions the sequence, while M = 8 and M = 16 produce more fragmented prototype-level representations. Directly replacing prototype-guided temporal alignment with fixed equal-length segmentation also reduces accuracy. The temporal-prototype–number comparison is reported in Table 10, and the fixed-segmentation comparison is reported in Table 11.
Here, PTA denotes prototype-guided temporal alignment, and Std+Diff denotes the joint use of the standard-deviation and difference representations.
Compared with fixed segmentation, PTA produces sample-dependent alignment weights A i .

4.5.3. Differential Representation Variants

Table 12 evaluates the effects of fluctuation modeling, local-variation modeling, RMS-based scale matching, and adaptive channel-wise gating. Fixing the gate α degrades performance, while the raw adaptive Std+Diff variant yields a higher mean gate value but lower accuracy. This suggests that unnormalized local-variation features may introduce unstable channel-wise contributions. Therefore, the first-difference statistic should be scale-matched and adaptively gated before fusion.
Taken together, the ablation results indicate that the three modules contribute different aspects of the temporal representation. Long-context features provide the temporal basis, dynamic alignment improves correspondence among latent micromotion stages, and differential statistics enhance the representation of local periodic variation.

4.6. Auxiliary Evaluation on Public UCR Datasets

To examine whether the temporal representation is useful beyond the simulated infrared benchmark, LPD-Net is evaluated on 22 selected public UCR univariate time-series datasets. The UCR experiment is used as an auxiliary evaluation of the general univariate time-series representation. The UCR archive is a widely used benchmark collection for time-series classification [34], and recent large-scale benchmark studies have established UCR-based evaluation as a common protocol for TSC [35]. Recent time-series classification studies have also used related public benchmarks to evaluate general univariate sequence representations [36,37]. For each UCR dataset, the official training and test partitions were retained, and a stratified validation subset with a validation ratio of 0.2 was split from the official training set. As summarized in Table 13, LPD-Net achieves the highest mean accuracy of 0.9119 and the lowest mean classification error (MCE) of 0.0881. It also obtains 15 best results and 21 top-three placements. MCE is computed as
MCE = 1 1 N d = 1 N Acc d .
The UCR results should be interpreted at two levels. Recent large-scale evaluations show that modern convolutional-kernel and hybrid methods remain highly competitive for TSC [35]. At the aggregate level, LPD-Net improves mean accuracy over MultiROCKET by 1.19 percentage points and over InceptionTime by 1.20 percentage points. It also appears in the top three in 21 of the 22 datasets, indicating broad competitiveness across the selected datasets with different temporal lengths, class numbers, and waveform characteristics. At the dataset level, however, LPD-Net is not uniformly superior. On datasets such as ECG200, ECG5000, FreezerRegularTrain, and HandOutlines, other methods match or exceed its result. This pattern is normal in time-series classification and suggests that LPD-Net is broadly competitive rather than universally dominant.
The datasets on which LPD-Net performs well provide useful support for its design. Strong results on FordA, FordB, Herring, and several MiddlePhalanx datasets indicate that the model is effective when class differences are expressed through waveform morphology, local deformation, and phase-dependent temporal structure. These properties are close to the intended role of large-kernel extraction and dynamic temporal alignment. The UCR results therefore provide auxiliary evidence that the proposed representation is not narrowly tuned to IRPeriodic-like sequences on the selected public datasets. The full dataset-level UCR results are provided in Appendix A.

5. Discussion

The results are consistent with the physical motivation of LPD-Net. Infrared radiant-intensity sequences contain long-duration modulation associated with object attitude, periodic fluctuation caused by micromotion, local changes from projected area and transient temperature evolution, and attenuation changes introduced by ground-based observation geometry. LPD-Net reflects these properties through three operations: large-kernel convolution captures long-context waveform information, prototype-guided alignment reduces temporal-stage mismatch across samples, and the differential periodic representation summarizes fluctuation magnitude and adjacent-time variation within aligned segments. Improvements in accuracy, macro-F1, and MCC, together with the confusion-matrix, AWGN, and ablation results, suggest that these modules provide complementary forms of temporal representation rather than a gain from a single component.
IRPeriodic provides a controlled physics-informed benchmark for evaluating long-duration temporal classification under variations in object geometry, micromotion, thermal state, ground-based viewing geometry, and atmospheric transmission. The trajectory-level split further evaluates generalization to unseen prescribed AER trajectories, while the UCR experiments provide complementary evidence on the general temporal representation. Future work will extend the present framework toward specific ground-observation sites and instruments by incorporating site-specific observing conditions and instrument parameters, and will further evaluate the method using measured or semi-measured infrared data and more complex target and visibility conditions.

6. Conclusions

This study developed a physics-informed simulation and time-series classification framework for ground-based infrared radiant-intensity sequences of space objects. The sequence-generation model couples AER-driven observation geometry, micromotion attitude, projected-area variation, transient thermal radiation, and MODTRAN-derived atmospheric attenuation to construct IRPeriodic, an eight-class simulated benchmark of long-duration univariate infrared sequences. For classification, LPD-Net combines large-kernel residual feature extraction, prototype-guided dynamic temporal alignment, and differential periodic representation to model long-range waveform morphology, sample-dependent temporal correspondence, and segment-level local variation.
On IRPeriodic, LPD-Net outperformed the evaluated neural-network and ROCKET-type baselines in accuracy, macro-F1, and MCC. Ablation and synthetic-noise sensitivity analyses indicated that long-context feature extraction provides the main performance gain, while dynamic alignment and differential periodic statistics add complementary improvements. These results demonstrate that matching the temporal representation to the physically induced long-range modulation, phase-dependent shifts, and local variations is effective for the considered ground-based infrared radiant-intensity classification problem. The resulting physics-informed simulation and classification framework provides a methodological basis for subsequent evaluation using measured infrared observations under site- and instrument-specific observation conditions.

Author Contributions

Conceptualization, Y.W. and Z.L.; methodology, Y.W.; software, Y.W.; validation, Y.W., S.S. and Q.G.; formal analysis, Y.W.; investigation, Y.W.; resources, Y.W., C.J., T.C. and S.W.; data curation, Y.W.; writing—original draft preparation, Y.W.; writing—review and editing, Y.W., S.S., C.J., Q.G., T.C., S.W. and Z.L.; visualization, Y.W.; supervision, Z.L.; project administration, Z.L.; funding acquisition, Z.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Key Research and Development Program of China, grant number 2024YFF1400500.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The internally generated IRPeriodic dataset and implementation code are available from the corresponding author upon reasonable request, subject to institutional and project-related restrictions. The public UCR datasets used in this study are available from the UCR Time Series Classification Archive.

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A. Hyperparameter Configurations and Full UCR Dataset-Level Accuracy Results

Table A1 lists the hyperparameter configurations used for LPD-Net and the benchmark methods.
Table A1. Hyperparameter configurations of benchmark methods.
Table A1. Hyperparameter configurations of benchmark methods.
MethodHyperparameter Configurations
MLPOne hidden layer with 500 neurons; dropout = 0.2; Adam optimizer, learning rate = 1 × 10 4 , weight decay = 1 × 10 4 , batch size = 64, epochs = 500
LSTMHidden size = 128, number of layers = 2; dropout = 0.2; Adam optimizer, learning rate = 1 × 10 4 , weight decay = 1 × 10 4 , batch size = 64, epochs = 500
FCNThree convolutional layers with kernel sizes 9-5-3; Adam optimizer, learning rate = 1 × 10 4 , weight decay = 1 × 10 4 , batch size = 64, epochs = 500
ResNetSix-layer temporal ResNet with convolutional kernel sizes 9-5-3; Adam optimizer, learning rate = 1 × 10 4 , weight decay = 1 × 10 4 , batch size = 64, epochs = 500
InceptionTimeDepth = 6, output channels = 32, bottleneck channels = 32; dropout = 0.2; Adam optimizer, learning rate = 1 × 10 4 , weight decay = 1 × 10 4 , batch size = 64, epochs = 500
MiniROCKETMiniROCKET transform with 10,000 kernels and max dilations per kernel = 32; StandardScaler without centering; logistic regression classifier, C = 1.0, solver = lbfgs, max iterations = 2000
MultiROCKETMultiROCKET transform with 6250 kernels and max dilations per kernel = 32; StandardScaler without centering; logistic regression classifier, C = 1.0, solver = lbfgs, max iterations = 2000
LPD-NetLarge-kernel residual backbone with kernel sizes 149-75-9; 4 learnable temporal prototypes and prototype-guided Soft-DTW-based soft alignment; differential periodic representation with hidden-feature absolute first difference, first-step padding by repeating the first hidden feature, RMS scale matching, channel-wise learnable residual gate with α max = 1.0 and gate initialized to 0.05, ϵ = 10 6 ; Adam optimizer, learning rate = 1 × 10 4 , weight decay = 1 × 10 4 , batch size = 64, epochs = 500
Table A2 reports the full dataset-level UCR accuracy results and aggregate statistics.
Table A2. Dataset-level UCR accuracy results and aggregate statistics. Dataset rows report accuracy; ties are retained, and Top-3 Count uses competition ranking.
Table A2. Dataset-level UCR accuracy results and aggregate statistics. Dataset rows report accuracy; ties are retained, and Top-3 Count uses competition ranking.
Dataset/StatisticMLPLSTMFCNResNetInception
Time
Mini
ROCKET
Multi
ROCKET
LPD-Net
Coffee1.00001.00001.00001.00001.00001.00001.00001.0000
Earthquakes0.79200.67630.80100.74820.74820.74100.74820.7860
ECG2000.92000.90000.90000.87400.93000.91000.92000.8900
ECG50000.93620.93200.94100.93580.94220.94510.94640.9440
FordA0.83940.78940.91650.94390.95830.95080.95760.9614
FordB0.71360.70620.88300.84200.86050.81980.83830.9000
FreezerRegularTrain0.85890.93190.99660.99400.99680.99960.99960.9989
GunPoint0.93300.94671.00000.99331.00000.99331.00001.0000
GunPointAgeSpan0.88290.94300.99180.99680.99050.99681.00001.0000
GunPointMaleVersusFemale0.93040.99680.99620.99371.00001.00001.00001.0000
GunPointOldVersusYoung0.78731.00000.99681.00001.00001.00001.00001.0000
Ham0.71400.66670.76200.81900.77140.72380.74290.8190
HandOutlines0.91350.91890.81140.91620.95950.93780.95140.9432
Herring0.68700.64060.70300.60000.70310.71880.73440.7656
ItalyPowerDemand0.96600.95530.97000.96500.96600.96310.96790.9699
MiddlePhalanxOutlineAgeGroup0.61690.52600.55840.59090.57790.55840.61690.6364
MiddlePhalanxOutlineCorrect0.78350.76290.81100.82610.83510.84880.85910.8660
MiddlePhalanxTW0.61040.53250.61040.50000.57790.54550.53900.5974
Plane0.98100.98091.00001.00001.00001.00001.00001.0000
Strawberry0.96700.96220.96970.98000.98380.98380.98110.9838
Trace0.82000.77001.00001.00001.00001.00001.00001.0000
TwoLeadECG0.85300.90431.00000.84810.99560.99820.99821.0000
Best Count228597915
Mean Acc0.84120.83830.89180.88030.89990.89250.90000.9119
MCE0.15880.16170.10820.11970.10010.10750.10000.0881
Top-3 Count529612121721
Note: Bold values indicate the best result(s) for each dataset or aggregate statistic; ties are retained.

References

  1. Zhang, H.; Rao, P.; Xia, H.; Weng, D.; Chen, X.; Li, Y. Modeling and Analysis of Infrared Radiation Dynamic Characteristics for Space Micromotion Target Recognition. Infrared Phys. Technol. 2021, 116, 103795. [Google Scholar] [CrossRef] [Scilit]
  2. Wu, D.; Lu, H.; Zhao, B.; Liu, J.; Zhao, M. Micro-Motion Dynamics and Shape Parameters Estimation Based on an Infrared Signature Model of Spatial Targets. Electronics 2019, 8, 755. [Google Scholar] [CrossRef] [Scilit]
  3. Wang, Y.; Li, J.; Li, X.; Sun, H. State-of-the-Art Development about Cryogenic Technologies to Support Space-Based Infrared Detection. Chin. J. Aeronaut. 2023, 36, 32–52. [Google Scholar] [CrossRef] [Scilit]
  4. Jiao, J.; Zhao, L.; Pan, W.; Li, X. Development and Core Technologies for Intelligent SWaP3 Infrared Cameras: A Comprehensive Review and Analysis. Sensors 2023, 23, 4189. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  5. Zhu, H.; Chen, J.; Zeng, Z.; Wang, X.; Li, Y.; Wang, X.; Li, X. Stray-Light Analysis and Suppression for a Long-Wave Infrared Dewar Assembly Used in Cold Optics. Infrared Laser Eng. 2023, 52, 20220823. [Google Scholar] [CrossRef] [Scilit]
  6. Ma, Y.; Hu, M.; Lu, H.; Chang, Q. Recurrent Neural Networks for Discrimination of Exo-Atmospheric Targets Based on Infrared Radiation Signature. Infrared Phys. Technol. 2019, 96, 123–132. [Google Scholar] [CrossRef] [Scilit]
  7. Deng, Q.; Lu, H.; Hu, M.; Zhao, B. Exo-Atmospheric Infrared Objects Classification Using Recurrence-Plots-Based Convolutional Neural Networks. Appl. Opt. 2019, 58, 164–171. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  8. Zhao, F.; Zhang, Z.; Hu, M.; Deng, Y.; Shen, X. Exo-Atmospheric Infrared Objects Classification Based on Dual-Channel LSTM Network. Infrared Phys. Technol. 2020, 111, 103535. [Google Scholar] [CrossRef] [Scilit]
  9. Wang, C.; Han, J.; Chang, Y.; Li, X.; Wu, Y. Infrared Cone-Shaped Spatial Target Recognition Based on an Improved MKELM. Appl. Opt. 2025, 64, 7578–7585. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  10. Deng, Q.; Lu, H.; Tao, H.; Hu, M.; Zhao, F. Multi-Scale Convolutional Neural Networks for Space Infrared Point Objects Discrimination. IEEE Access 2019, 7, 28113–28123. [Google Scholar] [CrossRef] [Scilit]
  11. Zhang, S.; Rao, P.; Zhang, H.; Chen, X.; Hu, T. Spatial Infrared Objects Discrimination Based on Multi-Channel CNN with Attention Mechanism. Infrared Phys. Technol. 2023, 132, 104670. [Google Scholar] [CrossRef] [Scilit]
  12. Chen, X.; Zhang, H.; Zhang, S.; Feng, J.; Xia, H.; Rao, P.; Ai, J. A Space Infrared Dim Target Recognition Algorithm Based on Improved DS Theory and Multi-Dimensional Feature Decision Level Fusion Ensemble Classifier. Remote Sens. 2024, 16, 510. [Google Scholar] [CrossRef] [Scilit]
  13. Cheng, Y.; Lai, X.; Xia, Y.; Zhou, J. Infrared Dim Small Target Detection Networks: A Review. Sensors 2024, 24, 3885. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  14. Sun, J.; Wei, M.; Wang, J.; Zhu, M.; Lin, H.; Nie, H.; Deng, X. CenterADNet: Infrared Video Target Detection Based on Central Point Regression. Sensors 2024, 24, 1778. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  15. Zhang, S.; Rao, P.; Chen, X.; Li, Y. An FCN-Based Transfer-Learning Method for Spatial Infrared Moving-Target Recognition. Infrared Phys. Technol. 2024, 137, 105145. [Google Scholar] [CrossRef] [Scilit]
  16. Ismail Fawaz, H.; Forestier, G.; Weber, J.; Idoumghar, L.; Muller, P.-A. Deep Learning for Time Series Classification: A Review. Data Min. Knowl. Discov. 2019, 33, 917–963. [Google Scholar] [CrossRef] [Scilit]
  17. Foumani, N.M.; Miller, L.; Tan, C.W.; Webb, G.I.; Forestier, G.; Salehi, M. Deep Learning for Time Series Classification and Extrinsic Regression: A Current Survey. ACM Comput. Surv. 2024, 56, 217. [Google Scholar] [CrossRef] [Scilit]
  18. Bagnall, A.; Lines, J.; Bostrom, A.; Large, J.; Keogh, E. The Great Time Series Classification Bake Off: A Review and Experimental Evaluation of Recent Algorithmic Advances. Data Min. Knowl. Discov. 2017, 31, 606–660. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  19. Liu, X.; Li, Y.H. Analysis of Infrared Radiation Characteristics and Penetration Measures of Warhead. J. Comput. Commun. 2018, 6, 162–170. [Google Scholar] [CrossRef]
  20. Li, X.; Li, J.; Wang, Y.; Sun, X.; Yang, D. Calculation of Temperature and Radiation Characteristics of Midcourse Ballistic Missiles. Infrared Technol. 2022, 44, 134–139. [Google Scholar]
  21. Berk, A.; Conforti, P.; Kennett, R.; Perkins, T.; Hawes, F.; van den Bosch, J. MODTRAN6: A Major Upgrade of the MODTRAN Radiative Transfer Code. Proc. SPIE 2014, 9088, 90880H. [Google Scholar] [CrossRef] [Scilit]
  22. Berk, A.; Hawes, F. Validation of MODTRAN®6 and Its Line-by-Line Algorithm. J. Quant. Spectrosc. Radiat. Transf. 2017, 203, 542–556. [Google Scholar] [CrossRef] [Scilit]
  23. Wang, C.-J.; Bai, J.-M.; Fan, Y.-F.; Mao, J.-R.; Chang, L.; Xin, Y.-X.; Zhang, J.-J.; Lun, B.-L.; Wang, J.-G.; Zhang, X.-L.; et al. Lijiang 2.4-Meter Telescope and Its Instruments. Res. Astron. Astrophys. 2019, 19, 149. [Google Scholar] [CrossRef] [Scilit]
  24. Sakoe, H.; Chiba, S. Dynamic Programming Algorithm Optimization for Spoken Word Recognition. IEEE Trans. Acoust. Speech Signal Process. 1978, 26, 43–49. [Google Scholar] [CrossRef] [Scilit]
  25. Cuturi, M.; Blondel, M. Soft-DTW: A Differentiable Loss Function for Time-Series. In Proceedings of the 34th International Conference on Machine Learning; PMLR: London, UK, 2017; Volume 70, pp. 894–903. [Google Scholar]
  26. Kingma, D.P.; Ba, J. Adam: A Method for Stochastic Optimization. In Proceedings of the International Conference on Learning Representations, San Diego, CA, USA, 7–9 May 2015. [Google Scholar]
  27. Matthews, B.W. Comparison of the Predicted and Observed Secondary Structure of T4 Phage Lysozyme. Biochim. Biophys. Acta 1975, 405, 442–451. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  28. Wang, Z.; Yan, W.; Oates, T. Time Series Classification from Scratch with Deep Neural Networks: A Strong Baseline. In 2017 International Joint Conference on Neural Networks; IEEE: New York, NY, USA, 2017; pp. 1578–1585. [Google Scholar]
  29. Hochreiter, S.; Schmidhuber, J. Long Short-Term Memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  30. Ismail Fawaz, H.; Lucas, B.; Forestier, G.; Pelletier, C.; Schmidt, D.F.; Weber, J.; Webb, G.I.; Idoumghar, L.; Muller, P.-A.; Petitjean, F. InceptionTime: Finding AlexNet for Time Series Classification. Data Min. Knowl. Discov. 2020, 34, 1936–1962. [Google Scholar] [CrossRef] [Scilit]
  31. Dempster, A.; Petitjean, F.; Webb, G.I. ROCKET: Exceptionally Fast and Accurate Time Series Classification Using Random Convolutional Kernels. Data Min. Knowl. Discov. 2020, 34, 1454–1495. [Google Scholar] [CrossRef] [Scilit]
  32. Dempster, A.; Schmidt, D.F.; Webb, G.I. MiniRocket: A Very Fast Almost Deterministic Transform for Time Series Classification. In Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining; ACM: New York, NY, USA, 2021; pp. 248–257. [Google Scholar]
  33. Tan, C.W.; Dempster, A.; Bergmeir, C.; Webb, G.I. MultiRocket: Multiple Pooling Operators and Transformations for Fast and Effective Time Series Classification. Data Min. Knowl. Discov. 2022, 36, 1623–1646. [Google Scholar] [CrossRef] [Scilit]
  34. Dau, H.A.; Bagnall, A.; Kamgar, K.; Yeh, C.-C.M.; Zhu, Y.; Gharghabi, S.; Ratanamahatana, C.A.; Keogh, E. The UCR Time Series Archive. IEEE/CAA J. Autom. Sin. 2019, 6, 1293–1305. [Google Scholar] [CrossRef] [Scilit]
  35. Middlehurst, M.; Schäfer, P.; Bagnall, A. Bake Off Redux: A Review and Experimental Evaluation of Recent Time Series Classification Algorithms. Data Min. Knowl. Discov. 2024, 38, 1958–2031. [Google Scholar] [CrossRef] [Scilit]
  36. Ismail-Fawaz, A.; Devanne, M.; Weber, J.; Forestier, G. Deep Learning for Time Series Classification Using New Hand-Crafted Convolution Filters. In 2022 IEEE International Conference on Big Data; IEEE: New York, NY, USA, 2022; pp. 972–981. [Google Scholar]
  37. Dhariyal, B.; Le Nguyen, T.; Ifrim, G. Back to Basics: A Sanity Check on Modern Time Series Classification Algorithms. In Advanced Analytics and Learning on Temporal Data; Ifrim, G., Tavenard, R., Bagnall, A., Schaefer, P., Malinowski, S., Guyet, T., Lemaire, V., Eds.; Lecture Notes in Computer Science; Springer: Cham, Switzerland, 2023; Volume 14343, pp. 205–229. [Google Scholar]
Figure 1. Physics-informed workflow for generating labeled simulated infrared radiant-intensity sequences of space objects under ground-based observation.
Figure 1. Physics-informed workflow for generating labeled simulated infrared radiant-intensity sequences of space objects under ground-based observation.
Sensors 26 05335 g001
Figure 2. Coordinate frames and LOS geometry for ground-based observation of a space object.
Figure 2. Coordinate frames and LOS geometry for ground-based observation of a space object.
Sensors 26 05335 g002
Figure 3. Normalized infrared radiant-intensity sequences of eight object classes: (a) noise-free sequences; (b) sequences contaminated by additive white Gaussian noise (AWGN) at a SNR of 20 dB.
Figure 3. Normalized infrared radiant-intensity sequences of eight object classes: (a) noise-free sequences; (b) sequences contaminated by additive white Gaussian noise (AWGN) at a SNR of 20 dB.
Sensors 26 05335 g003
Figure 4. Overall architecture of LPD-Net for infrared radiant-intensity sequence classification.
Figure 4. Overall architecture of LPD-Net for infrared radiant-intensity sequence classification.
Sensors 26 05335 g004
Figure 5. Prototype-guided dynamic temporal alignment. The module constructs a cosine prototype–feature cost matrix and performs soft alignment based on soft dynamic time warping (Soft-DTW) to obtain A i , a soft correspondence matrix between M learnable temporal prototypes and T feature positions.
Figure 5. Prototype-guided dynamic temporal alignment. The module constructs a cosine prototype–feature cost matrix and performs soft alignment based on soft dynamic time warping (Soft-DTW) to obtain A i , a soft correspondence matrix between M learnable temporal prototypes and T feature positions.
Sensors 26 05335 g005
Figure 6. Detailed architecture of the differential periodic representation module and classifier.
Figure 6. Detailed architecture of the differential periodic representation module and classifier.
Sensors 26 05335 g006
Figure 7. Row-normalized confusion matrices on IRPeriodic. Darker cells indicate higher class-conditional proportions.
Figure 7. Row-normalized confusion matrices on IRPeriodic. Darker cells indicate higher class-conditional proportions.
Sensors 26 05335 g007
Table 1. Simulation parameters of the eight object classes.
Table 1. Simulation parameters of the eight object classes.
Parameter O 1 O 2 O 3 O 4 O 5 O 6 O 7 O 8
GeometryFlat-base
cone
Cone–cyl.
composite
Spherical
base cone
Flat-base
cone
Cone–cyl.
composite
Spherical
base cone
CylinderHexagonal
prism
Micromotion modePrecessionPrecessionPrecessionTumblingTumblingTumblingTumblingTumbling
Height H/m1∼21∼21∼21∼2
Cone height H cone /m1∼21∼21∼21∼2
Cylinder height H cyl /m1∼21∼2
Radius r/m0.25∼0.500.25∼0.500.25∼0.500.25∼0.500.25∼0.50
Spherical radius r sph /m0.25∼0.500.25∼0.50
Hexagonal radius r hex /m0.25∼0.50
Precession angle θ p /rad π / 60 , π / 18
π / 10 , π / 6
π / 60 , π / 18
π / 10 , π / 6
π / 60 , π / 18
π / 10 , π / 6
Tumbling-axis inclination θ t /rad π / 60 , π / 18
π / 10 , π / 6
π / 60 , π / 18
π / 10 , π / 6
π / 60 , π / 18
π / 10 , π / 6
π / 60 , π / 18
π / 10 , π / 6
π / 60 , π / 18
π / 10 , π / 6
Precession angular velocity ω p /rad s 1 0.2 π , 0.5 π 0.2 π , 0.5 π 0.2 π , 0.5 π
Spin angular velocity ω s /rad s 1 4 π 4 π 4 π
Tumbling angular velocity ω t /rad s 1 0.2 π
0.5 π
0.2 π
0.5 π
0.2 π
0.5 π
0.2 π
0.5 π
0.2 π
0.5 π
Coating materialGray TiO 2
paint
Gray TiO 2
paint
Gray TiO 2
paint
AluminumAl foil/
Al
Polished
metal
Black
paint
Al coating/
Al paint
Thickness/mm11111111
Emissivity ε 0.870.870.870.0360.0360.0280.8740.45
Solar absorptivity α s 0.870.870.870.1920.1920.3010.9750.54
Density/kg m 3 42604260426027102700780013002700
Specific heat/J kg 1 K 1 811811811880900500910900
Table 2. Dataset parameter settings.
Table 2. Dataset parameter settings.
ParameterValueDescription
Spectral band8– 12   μ m Band for directional radiant-intensity calculation
Atmospheric settingMODTRAN baseline settingMid-latitude winter atmosphere, rural aerosol, 20 km visibility, and 3.2 km observer altitude
Sequence setting25 Hz, 80 s, L = 2000 , K = 8 Equal-length infrared radiant-intensity sequence
Dataset size640 samples per class,
5120 total
Generated from angle and angular-velocity combinations across 80 prescribed AER trajectories
Table 3. Structural parameters of the large-kernel residual convolution block.
Table 3. Structural parameters of the large-kernel residual convolution block.
LayerKernel LengthStrideOutput ChannelsNorm.Activation
Conv11491 C b BNReLU
Conv2751 C b BNReLU
Conv391 C b BN
Skip11 C b BN
Table 4. Backbone channel configuration of LPD-Net.
Table 4. Backbone channel configuration of LPD-Net.
Residual BlockOutput Channels
Block 164
Block 2128
Block 3128
Block 4128
Block 5128
Block 6128
Table 5. Dataset split used for IRPeriodic experiments.
Table 5. Dataset split used for IRPeriodic experiments.
SplitTraj.Samples/ClassTotal SamplesProportion
Training56448358470%
Validation129676815%
Test129676815%
Total806405120100%
Table 6. Overall classification results on IRPeriodic. Values are reported as mean ± standard deviation.
Table 6. Overall classification results on IRPeriodic. Values are reported as mean ± standard deviation.
MethodAcc P macro F 1 , macro MCCParams (M)Inference Time (ms)
LPD-Net0.8618 ± 0.00570.8650 ± 0.00570.8615 ± 0.00610.8426 ± 0.006518.30721.247 ± 0.023
MultiROCKET0.8308 ± 0.00390.8318 ± 0.00350.8305 ± 0.00380.8069 ± 0.00440.63989.450 ± 0.090
InceptionTime0.7987 ± 0.01360.8069 ± 0.01410.7967 ± 0.01460.7717 ± 0.01530.42120.135 ± 0.002
ResNet0.7939 ± 0.01740.8041 ± 0.01830.7934 ± 0.01790.7661 ± 0.01991.43550.507 ± 0.029
MiniROCKET0.7861 ± 0.00770.7885 ± 0.00770.7859 ± 0.00780.7559 ± 0.00880.08001.720 ± 0.520
MLP0.7174 ± 0.01810.7193 ± 0.01840.7162 ± 0.01860.6776 ± 0.02061.50550.015 ± 0.003
FCN0.4034 ± 0.00300.4200 ± 0.01290.3847 ± 0.00470.3233 ± 0.00280.26590.072 ± 0.004
LSTM0.3450 ± 0.00920.2899 ± 0.03510.2844 ± 0.01320.2652 ± 0.01070.20020.121 ± 0.001
Note: Bold values indicate the best result in each column.
Table 7. Accuracy under AWGN perturbation at different SNR levels.
Table 7. Accuracy under AWGN perturbation at different SNR levels.
Method30 dB20 dB10 dB
MLP0.6608 ± 0.01880.6353 ± 0.01120.4839 ± 0.0177
LSTM0.3445 ± 0.00880.3376 ± 0.01610.3153 ± 0.0147
FCN0.3763 ± 0.01050.3587 ± 0.01340.3418 ± 0.0119
ResNet0.6608 ± 0.03050.5739 ± 0.02620.4434 ± 0.0126
InceptionTime0.7205 ± 0.03130.6684 ± 0.02390.5661 ± 0.0196
MiniROCKET0.7563 ± 0.00720.6608 ± 0.00580.5416 ± 0.0064
MultiROCKET0.6800 ± 0.01070.5916 ± 0.00520.5011 ± 0.0063
LPD-Net0.8276 ± 0.00570.7721 ± 0.01070.6884 ± 0.0176
Note: Bold values indicate the best result in each column.
Table 8. Core module ablation of LPD-Net.
Table 8. Core module ablation of LPD-Net.
ConfigurationLPDAcc P macro F 1 , macro MCCParams
(M)
Inference
Time (ms)
LPD-Net0.8618± 0.00570.8650 ± 0.00570.8615 ± 0.00610.8426 ± 0.006518.30721.247 ± 0.023
LPD-Net w/o P-0.8444 ± 0.01060.8464 ± 0.01010.8438 ± 0.01050.8240 ± 0.012118.30721.062 ± 0.002
LPD-Net w/o D-0.8373 ± 0.00380.8398 ± 0.00440.8368 ± 0.00400.8145 ± 0.004418.30711.187 ± 0.001
LPD-Net w/o L-0.7377 ± 0.01670.7412 ± 0.01440.7368 ± 0.01660.7010 ± 0.01880.54990.343 ± 0.049
Note: ✓ indicates that the corresponding module is included, whereas – indicates that it is removed. Bold values indicate the best result in each column.
Table 9. Large-kernel configuration ablation.
Table 9. Large-kernel configuration ablation.
Kernel SettingAcc P macro F 1 , macro MCCParams
(M)
Inference
Time (ms)
K199-99-90.8390 ± 0.01120.8412 ± 0.01110.8384 ± 0.01100.8165 ± 0.012824.06131.545 ± 0.028
K149-75-90.8618 ± 0.00570.8650 ± 0.00570.8615 ± 0.00610.8426± 0.006518.30721.247 ± 0.023
K99-49-90.8355 ± 0.01220.8388 ± 0.01250.8347 ± 0.01190.8127 ± 0.014112.38120.985 ± 0.002
K49-25-50.8389 ± 0.00780.8424 ± 0.00670.8386 ± 0.00790.8165 ± 0.00876.28320.701 ± 0.005
K25-13-50.8200 ± 0.01290.8239 ± 0.01210.8193 ± 0.01320.7950 ± 0.01453.48000.577 ± 0.001
K19-9-50.8147 ± 0.00930.8184 ± 0.00980.8143 ± 0.00940.7889 ± 0.01062.69310.535 ± 0.004
K9-7-30.7811 ± 0.01670.7863 ± 0.01620.7815 ± 0.01720.7504 ± 0.01901.61120.487 ± 0.005
Note: Bold values indicate the best result in each column.
Table 10. Ablation of the number of temporal prototypes M.
Table 10. Ablation of the number of temporal prototypes M.
ConfigurationAcc P macro F 1 , macro MCCParams
(M)
Inference
Time (ms)
M = 20.8439 ± 0.01140.8478 ± 0.01060.8438 ± 0.01100.8236 ± 0.013018.30491.189 ± 0.005
M = 40.8618 ± 0.00570.8650 ± 0.00570.8615 ± 0.00610.8426 ± 0.006518.30721.247 ± 0.023
M = 80.8491 ± 0.00840.8512 ± 0.00890.8485 ± 0.00820.8280 ± 0.009618.31181.376 ± 0.004
M = 160.8250 ± 0.00920.8278 ± 0.00810.8245 ± 0.00870.8005 ± 0.010518.32101.641 ± 0.005
Note: Bold values indicate the best result in each column.
Table 11. Ablation of dynamic alignment versus fixed segmentation.
Table 11. Ablation of dynamic alignment versus fixed segmentation.
ConfigurationAcc P macro F 1 , macro MCCParams
(M)
Inference
Time (ms)
Fixed-Std+Diff0.8444 ± 0.01060.8464 ± 0.01010.8438 ± 0.01050.8240 ± 0.012118.30721.062 ± 0.002
PTA-Std+Diff0.8618 ± 0.00570.8650 ± 0.00570.8615 ± 0.00610.8426 ± 0.006518.30721.247 ± 0.023
Note: Bold values indicate the best result in each column.
Table 12. Internal ablation of the differential periodic representation module.
Table 12. Internal ablation of the differential periodic representation module.
ConfigurationAcc P macro F 1 , macro MCCGate MeanParams
(M)
Inference
Time (ms)
Std baseline0.8373 ± 0.00380.8398 ± 0.00440.8368 ± 0.00400.8145 ± 0.0044-18.30711.1875 ± 0.001
Scaled-Adaptive0.8483 ± 0.00550.8520 ± 0.00670.8479 ± 0.00610.8287 ± 0.00630.0808 ± 0.004618.30721.208 ± 0.022
Std+Max
Raw-Adaptive0.8431 ± 0.00530.8451 ± 0.00600.8428 ± 0.00550.8224 ± 0.00610.0924 ± 0.011618.30721.257 ± 0.042
Std+Diff
Scaled-Fixed0.8505 ± 0.01030.8428 ± 0.00980.8402 ± 0.01020.8310 ± 0.01170.0500 ± 0.000018.30711.280 ± 0.001
Std+Diff
Scaled-Adaptive0.8618 ± 0.00570.8650 ± 0.00570.86156 ± 0.006160.8426 ± 0.0060.0822 ± 0.005018.30721.247 ± 0.023
Std+Diff
Note: Bold values indicate the best result in each column.
Table 13. Summary of public UCR dataset results.
Table 13. Summary of public UCR dataset results.
MethodMean AccMCEBest CountTop-3 Count
MLP0.84120.158825
LSTM0.83830.161722
FCN0.89180.108289
ResNet0.88030.119756
InceptionTime0.89990.1001912
MiniROCKET0.89250.1075712
MultiROCKET0.90000.1000917
LPD-Net0.91190.08811521
Note: Bold values indicate the best result in each column.
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.; Song, S.; Jiang, C.; Gui, Q.; Chen, T.; Wang, S.; Li, Z. Physics-Informed Simulation and Time-Series Classification of Ground-Based Infrared Radiant-Intensity Sequences for Space Objects. Sensors 2026, 26, 5335. https://doi.org/10.3390/s26175335

AMA Style

Wang Y, Song S, Jiang C, Gui Q, Chen T, Wang S, Li Z. Physics-Informed Simulation and Time-Series Classification of Ground-Based Infrared Radiant-Intensity Sequences for Space Objects. Sensors. 2026; 26(17):5335. https://doi.org/10.3390/s26175335

Chicago/Turabian Style

Wang, Yubo, Shijun Song, Chun Jiang, Qiyang Gui, Tao Chen, Shuai Wang, and Zhengwei Li. 2026. "Physics-Informed Simulation and Time-Series Classification of Ground-Based Infrared Radiant-Intensity Sequences for Space Objects" Sensors 26, no. 17: 5335. https://doi.org/10.3390/s26175335

APA Style

Wang, Y., Song, S., Jiang, C., Gui, Q., Chen, T., Wang, S., & Li, Z. (2026). Physics-Informed Simulation and Time-Series Classification of Ground-Based Infrared Radiant-Intensity Sequences for Space Objects. Sensors, 26(17), 5335. https://doi.org/10.3390/s26175335

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