Next Article in Journal
Theoretical Research of a Transcritical Refrigeration System of CO2 Coupled with Liquid Desiccant Dehumidification Cycle Using Exergy Analysis Method
Previous Article in Journal
From Levin’s Universal Search to Policy-Guided Tree Search
Previous Article in Special Issue
HASwinNet: A Swin Transformer-Based Denoising Framework with Hybrid Attention for mmWave MIMO Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

High-Quality Representation Learning Approach to Spatio-Temporal Traffic Speed Data with Lp,ϵ-Norm

1
School of Computer Science and Technology, Chongqing University of Posts and Telecommunications, Chongqing 400065, China
2
College of Computer and Information Science, Southwest University, Chongqing 400715, China
*
Author to whom correspondence should be addressed.
Entropy 2026, 28(4), 435; https://doi.org/10.3390/e28040435
Submission received: 6 January 2026 / Revised: 4 April 2026 / Accepted: 9 April 2026 / Published: 13 April 2026

Abstract

In the realm of intelligent transportation systems (ITS), achieving optimal system performance relies heavily on the acquisition of comprehensive and high-quality spatio-temporal traffic data. In practical data-gathering processes, factors such as sensor malfunctions or communication interruptions often lead to incomplete or missing data records, which in turn substantially hinder the advancement of ITS applications. To address missing spatio-temporal data, a widely adopted paradigm involves the Latent Factorization of Tensors (LFT) model. Traditional LFT frameworks often employ the standard L2 metric in their learning objective, making them easily affected by abnormal data points. Moreover, impulse noise frequently arises in sensors and communication scenarios. To address these limitations, this paper develops an Adaptive Lp,ϵ-norm-incorporated Latent Factorization of Tensors (Lp,ϵLFT) model founded on two-fold concepts: (a) constructing a generalized objective function grounded in the Lp,ϵ-norm distance to enhance robustness against outliers; (b) realizing the self-adaptation of model hyper-parameters through a fuzzy controller to enhance model practicality. Experimental evaluations on six traffic speed datasets derived from multiple metropolitan traffic networks demonstrate that the proposed Lp,ϵLFT model yields significantly higher imputation accuracy and superior computational efficiency compared with seven state-of-the-art approaches.

1. Introduction

Big-data-driven intelligent transportation systems (ITSs) frequently involve large-scale and dynamically evolving spatio-temporal networks, such as the real-time traffic interactions among numerous road segments, intersections, and sensing devices within a metropolitan traffic management platform. These intricate interactions can be uniformly represented as a Spatio-temporal Weighted Directed Network (SWDN), where the dynamically weighted links indicate the observed correlations between nodes at each time slot, and each weight quantifies the strength of traffic influence.
Owing to the massive number of sensing terminals and the limitations in data acquisition–such as sensor malfunctions, communication instability, and insufficient deployment–it is practically impossible to obtain complete traffic observations across all spatial and temporal dimensions. Consequently, the structure of an SWDN becomes high-dimensional, incomplete, and unbalanced. A third-order nonstandard tensor [1] is frequently employed to quantify such a network, as it comprehensively characterizes the spatio-temporal correlations of traffic states across multiple locations and times. However, this nonstandard tensor typically contains a large portion of missing entries and is often contaminated by impulse noise arising from sensing and transmission errors [2]. The statistical characteristics of impulse noise are similar to those of outlier behavior, since its long-tailed distribution increases the likelihood of extreme deviations from the mean compared with Gaussian noise. Figure 1 illustrates an example using real-world traffic speed data collected in Guangzhou, China. While most speed observations fall within a normal range, a few values deviate significantly, reflecting inevitable outliers in ITS datasets. Indiscriminate removal of these outliers may lead to the loss of meaningful information, as some extreme values may correspond to real traffic events, such as congestion.
Given the aforementioned challenges, accurately recovering missing spatio-temporal traffic information under impulse noise environments has become a critical yet challenging problem. To address this challenge, researchers have developed LFT models to extract latent representations from nonstandard tensors. By efficiently encoding the partially observed data into a compact latent space, LFT models have achieved promising performance in various spatio-temporal prediction tasks. Yang et al. [3] propose a collaborative Bayesian tensor factorization method for traffic speed prediction that shares a common factor matrix to enable collaboration. Chen et al. [4] introduce a dynamic autoregressive tensor factorization framework in which tensor factorization is seamlessly integrated into the time-varying autoregression for discovering spatial and temporal patterns from the spatio-temporal systems. Zhu et al. [5] introduce a multi-task neural tensor factorization approach to jointly impute traffic speed and volume, utilizing a multi-layer neural network in place of the CP factorization’ inner product, effectively capturing the non-linear relationships among shared attributes. Xing et al. [6] propose a data fusion-based CP tensor factorization model that constructs a four-way tensor through the integration of vehicle data along with cellphone data to impute missing network volume data. Chen et al. [7] proposed a framework for tensor completion that maintains temporal dimensions and enforces non-negativity. The method reconstructs the original tensor using three latent components and applies a Sigmoid activation to guarantee that the recovered traffic data remain non-negative.
Nevertheless, existing LFT methods commonly adopt general L2-norm-based learning objectives, which assume Gaussian noise distributions and fail to account for impulsive disturbances or outliers prevalent in real-world ITS data [2]. As a result, while they may achieve stable predictions for missing entries, their robustness cannot be guaranteed when impulse noise is present. To mitigate impulsive interference in wireless communication links, many studies have adopted an Lp-norm-based distance metric [8].
Wu et al. [9] incorporating L1-norm into a prediction’s loss function. Chen et al. [10] combine multiple Lp-norms to obtain the aggregated loss with the hybrid effects by different norms. These two approaches can essentially be regarded as weighted combinations of Lp norms, which inevitably introduce additional hyperparameters to balance the respective contributions. Zeng et al. [8] propose a unified form governed by a single parameter p via minimizing the Lp-norm ( 1 p < 2 ) of the residual error matrix. To address the non-smoothness and non-convexity of the Lp-norm for ( 0 p < 1 ), Li et al. [2] and Zeng et al. [11] employ the alternating direction method of multipliers for Lp,ϵ-norm minimization, but this approach suffers from high computational complexity.
As pointed out in [8,11,12], Lp,ϵ-norm is a more generalized form of distance measurement, with the commonly used L2-norm representing only a specific case within this broader family. As shown in Figure 2, the distinction between the L2-norm and Lp,ϵ-norm is illustrated, where Δ i j k represents the deviation between predicted outputs and the corresponding true labels. It is evident from the figure that, compared to the L2-norm, the Lp,ϵ-norm exhibits reduced sensitivity to these error terms. This characteristic indicates that the Lp,ϵ-norm is more robust in mitigating the influence of outliers, thereby offering improved tolerance to anomalous data points. Nevertheless, the performance of Lp,ϵ-norm is highly sensitive to the selection of parameters p and ϵ , which are inherently data-dependent. These parameters require careful and thorough tuning to achieve satisfactory results. Motivated by these insights, this study formulates a research question aimed at further investigating this direction. The proposed Lp,ϵLFT models can be distinguished from existing models with respect to the following aspects.
1.
It constructs a learning objective grounded in the Lp,ϵ-norm. As a result, it achieves accurate reconstruction of missing values from partially observed traffic data.
2.
The model’s parameters are automatically adjusted using a fuzzy controller for high scalability.
We outline the structure of this paper as follows: Section 2 surveys the related literature, Section 3 introduces the foundational conceptions, Section 4 details the proposed methodology, Section 5 examines the experimental results thoroughly, and Section 6 presents the summary of the study.

2. Related Work

Over the past few years, various methods have been developed to accurately recover traffic data from multiple perspectives. These methods can be broadly classified into three main types.
A model based on matrix factorization. These models transform a data imputation problem into a matrix factorization task. Specifically, they decompose the target matrix into low-rank matrices using a particular decomposition technique. Yang et al. [13] introduce a latent factor analysis model incorporating a temporal regularization constraint that utilizes first-order temporal differences to capture time-series dynamics. Xu et al. [14] propose a spatio-temporal low-rank technique with Hessian regularization to impute traffic data, where temporal and spatial regularization terms are built using a Toeplitz matrix and a Hessian matrix. Sure et al. [15] develop the augmented Lagrangian sparsity-aware matrix factorization and constraint-enhanced matrix completion methods for traffic matrix reconstruction, which incorporate a graph adjacency matrix and a Toeplitz matrix as spatial and temporal regularization.
A tensor decomposition-based method. These models transform the original time series matrix into a third-order tensor by incorporating an additional “time slot” dimension. Chen et al. [16] propose a fourth-order dimension preserved tensor completion model that incorporates both temporal and non-negative constraints to capture spatio-temporal information. Chen et al. [17] propose a nonconvex smoothly clipped absolute deviation penalty tailored for tensors to approximate tensor rank and integrate the deep plug-and-play prior into the low-rank tensor completion (LRTC) model. Baggag et al. [18] present a temporally regularized tensor factorization framework for estimating missing values, which incorporates not only a graph Laplacian spatial regularization term but also an autoregressive temporal regularization term for tensor decompositions. Shu et al. [19] propose a 3D spatio-temporal transform LRTC method, which uses the truncated tensor nuclear norm on the spatio-temporal feature tensors.
A neural network-based method. Wei et al. [20] introduce an imputation approach based on graph convolution with self-attention, which combines diffusion graph convolution and an attention mechanism to model spatio-temporal patterns in traffic data. Zhang et al. [21] present a traffic data completion framework using graph transformers, where graph neural networks capture spatial correlations while Transformer modules analyze temporal sequences. Zhang et al. [22] design an attention-driven spatio-temporal network model for urban flow imputation. Zhang et al. [23] propose a residual network that fuses graph convolution with multi-head self-attention to encode both local structures and contextual information for traffic data recovery. Xu et al. [24] propose a multi-level graph convolutional neural network that captures spatio-temporal patterns in traffic data, leveraging temporal correlation clustering along with an attention mechanism to extract relevant spatio-temporal information.
However, despite variations in model architectures and learning strategies, the aforementioned imputation methods commonly employ the L2-norm loss function to reduce the difference between predicted values and the ground truth. Notably, this norm is known to be affected by extreme values [25,26]. Therefore, they are prone to substantial performance loss when the data deviate from their underlying distributional assumptions. In this study, the Lp,ϵLFT model incorporates a Lp,ϵ-norm to establish a robust learning objective and utilizes a fuzzy controller for parameter adaption.

3. Preliminaries

3.1. Data Recovery Problem in ITS

Table 1 lists the symbols used throughout this study. Data collected from ITS are often incomplete due to factors such as sensor malfunctions, communication failures, limited coverage, and human errors. One of the main challenges in recovering ITS data is to estimate the missing values from the observations that are available. In the next section, we formally define this problem.
Definition 1 
(Data Recovery Problem in ITS). Let I, J, and K represent three extensive sets representing sensors, time intervals, and days, respectively. The measured traffic speeds are arranged as a third-order tensor Y | I | × | J | × | K | , with each entry y i j k corresponding to the speed recorded by sensor i I during time interval j J on day k K . Let Λ indicate the set of known elements in Y , and  Γ represent the missing entries.

3.2. Latent Factorization of Tensors (LFT)

Consider a third-order tensor Y | I | × | J | × | K | . The LFT model aims to estimate Y by approximating it as a rank- R tensor Y ^ | I | × | J | × | K | R .
Definition 2
(LFT Model). Given a tensor Y , the LFT model approximates it as a sum of R rank-one tensors: Y ^ = r = 1 R X r , where each X r | I | × | J | × | K | is a rank-one tensor. Before proceeding, we clarify the definition of a rank-one tensor.
Definition 3
(Rank-one Tensor). A rank-one tensor X r can be represented as the outer product of three latent factor (LF) vectors [27,28]: X r = u r s r t r , where u r | I | , s r | J | , and  t r | K | are LF vectors corresponding to sensors, time intervals, and days, respectively.
These LF vectors constitute three LF matrices U | I | × R , S | J | × R , and  T | K | × R . Each entry of X r , denoted x i j k ( r ) , can then be calculated as:
x i j k r = u i r s j r t k r .
Therefore, the value y ^ i j k obtained in the reconstructed tensor Y ^ can be expressed in the following manner:
y ^ i j k = r = 1 R x i j k r = r = 1 R u i r s j r t k r .
To obtain the LF matrices U, S, and T, one typically measures the reconstruction error between the original tensor and its low-rank approximation Y ^ using the L2-norm [29,30]. Given that the traffic tensor Y is sparsely observed [31], the LFT loss function is defined only over the observed subset Λ , which is consistent with density-oriented modeling principles [32]. There, the optimization target can be expressed in terms of the Euclidean distance as:
ε = 1 2 y i j k Λ y i j k y ^ i j k 2 = 1 2 y i j k Λ y i j k r = 1 R u i r s j r t k r 2 .
The irregular distribution of these entries in Y , together with the model’s sensitivity to the initial settings of U, S, and T, renders problem (3) ill-posed. Introducing Tikhonov regularization improves both model robustness and generalization, yielding
ε = 1 2 y i j k Λ y i j k r = 1 R u i r s j r t k r 2 + λ 2 y i j k Λ r = 1 R u i r 2 + s j r 2 + t k r 2 .
The learning process for the desired LF u i r is formulated using SGD as follows:
arg min ε U   S G D y i j k Λ : u i r n + 1 u i r n η · ε i j k u i r n = u i r n η e i j k s j r n t k r n + λ u i r n ,
where e i j k = y i j k y ^ i j k represents the instant error in y i j k , and the updates for s j r and t k r follow analogously. Using Equation (5) allows the SGD-based LFT model to effectively uncover latent patterns in the tensor.

3.3. Fuzzy Control

Fuzzy control is a well-established control strategy recognized for its ability to effectively manage uncertainty and imprecision. In traditional control methods, system inputs and outputs are typically represented using precise numerical values. In contrast, fuzzy control incorporates the principles of fuzzy logic, enabling systems to effectively address uncertainties inherent in real-world environments. By integrating fuzzy logic, fuzzy control allows systems to adapt more efficiently to the inherent complexity and unpredictability of real-world processes.

4. Proposed Lp,ϵLFT Model

4.1. Generalized Objective Function

To improve resistance to outliers, we modify Equation (4) by substituting the L2-norm with the Lp-norm, as follows:
ε = E p = y i j k Λ y i j k r = 1 R u i r s j r t k r p 1 p + λ 2 y i j k Λ r = 1 R u i r 2 + s j r 2 + t k r 2 ,
where | | . | | p denotes the element-wise Lp-norm of a tensor, where E represents the error tensor. In the special case where p = 1, (6) corresponds to the L1-norm, which minimizes the sum of the absolute errors.
However, the nonsmoothness and nonconvexity of the Lp-norm, particularly for 0 < p 2 , introduce significant challenges in the optimization process. Hence, it is essential to incorporate ϵ > 0 into it for adjusting the convexity of Lp,ϵ-norm, yielding
ε = E p , ε = y i j k Λ Δ i j k 2 + ε 2 p / 2 ε p 1 p + λ 2 y i j k Λ r = 1 R u i r 2 + s j r 2 + t k r 2 ,
where Δ i j k = y i j k r = 1 R u i r s j r t k r .
We analyze the relationship between the Lp,ϵ-norm and the standard Lp-norm. It can be shown that the Lp,ϵ-norm serves as a lower bound for the Lp-norm for 0 < p 2 . This property implies that the proposed norm provides a smoother approximation of the Lp-norm, especially around zero. Such smoothing helps alleviate numerical instability caused by the non-differentiability or sharp curvature of the Lp-norm, which is beneficial for optimization. In particular, the introduction of the parameter ϵ avoids singularities and leads to more stable gradient behavior. As a result, the optimization process becomes more robust and less sensitive to noise or initialization. For completeness, a proof of this property is provided in Appendix A.

4.2. SGD-Based Learning Rules

An SGD algorithm is employed to solve (7) with respect to U, S, and T, as it is highly effective in optimizing the desired LFs
p 1 : u i r n + 1 u i r n η Δ i j k 2 + ε 2 p p 2 2 ε p 1 1 p p 1 · Δ i j k · Δ i j k 2 + ε 2 p p 2 1 2 1 s j r n t k r n + λ u i r n s j r n + 1 s j r n η Δ i j k 2 + ε 2 p p 2 2 ε p 1 1 p p 1 · Δ i j k · Δ i j k 2 + ε 2 p p 2 1 2 1 u i r n t k r n + λ s j r n t k r n + 1 t k r n η Δ i j k 2 + ε 2 p p 2 2 ε p 1 1 p p 1 · Δ i j k · Δ i j k 2 + ε 2 p p 2 1 2 1 u i r n s j r n + λ t k r n p = 1 : u i r n + 1 u i r n η s i g n Δ i j k · s j r n t k r n + λ u i r n s j r n + 1 s j r n η s i g n Δ i j k · u i r n t k r n + λ s j r n t k r n + 1 t k r n η s i g n Δ i j k · u i r n s j r n + λ t k r n
where n and (n + 1) denote the nth and the (n + 1)-th update points of the LF matrices, sign(.) denotes the sign function, η represents the learning rate, λ denotes the regularization coefficient, respectively. Notably, for p = 1, Equation (7) degenerates into the L1-norm. However, as the L1-norm is non-differentiable at zero, we extend it into the differentiable form given in Equation (8) for the case of p = 1. With (8), the learning scheme arrived.

4.3. Fuzzy Reasoning Rule Designing

Since (8) relies on four hyper-parameters, namely p, ϵ , η , and  λ , it is crucial to make them self-adaptive; otherwise, their tuning would be computationally expensive. According to previous studies, an adaptive system employing fuzzy control can not only enhance the reliability of the control process but also achieve superior performance. Therefore, a fuzzy control-based hyper-parameters adaptation mechanism is proposed for Lp,ϵLFT. To this end, a one-dimensional fuzzy control approach is employed. During the t-th training iteration, the input variable of the fuzzy reasoning rule is formulated as follows.
D t = ω y i j k Ψ y i j k y ^ i j k 2 / y i j k Λ y i j k y ^ i j k 2 Ψ Ψ + 1 ω y i j k Ψ y i j k y ^ i j k a b s y i j k Ψ y i j k y ^ i j k a b s Ψ / Ψ
I ( t ) = D t 1 D t
Fuzzing reasoning. Based on the inherent characteristics of Lp,ϵLFT and SGD methods, the fuzzy inference rules for the parameters p, ϵ , η , and λ are formulated as follows:
1.
As training progresses, the model error gradually decreases and the parameters progressively approach their optimal value. At this stage, it becomes crucial to reduce the step size η to mitigate oscillations around the optimal solution, thereby enhancing the stability of the optimization process. To prevent premature convergence to a local optimum and the consequent model instability, it is advisable to progressively decrease the step size η as the model error diminishes throughout the training process.
2.
As model training progresses and the error diminishes, gradually increasing the regularization coefficient λ is effective in alleviating overfitting and enhancing the model’s generalization capacity. During the initial training phases, when the error remains relatively high, a smaller λ allows more flexible model parameter adjustments, thereby accelerating error reduction. Conversely, in the later stages of training, as the error declines, increasing λ effectively regulates model complexity, thereby preventing overfitting to noise within the training data and enhancing performance and robustness on unseen datasets.
3.
In the early stages of training, when the model error remains relatively high and the influence of outliers on the overall trend is limited, maintaining a relatively large p enables the model to adapt with greater flexibility. This facilitates rapid identification of the underlying data patterns without excessively suppressing informative signals. As training progresses and the model error decreases, the relative impact of outliers becomes more pronounced. If p remains large, the model may be negatively affected by outliers, leading to fluctuations and instability in the vicinity of the optimal solution. Therefore, in the later stages of training, a gradual reduction of p plays a crucial role in suppressing the influence of outliers, thereby enhancing the robustness and stability of the model and mitigating the risk of noise driving the parameters away from the optimal solution.
4.
In the early stages of training, when the model error remains relatively high and achieving rapid yet stable progress is a priority, maintaining a relatively large ϵ is beneficial. A large ϵ enhances the smoothness and convexity of the Lp,ϵ-norm, leading to stable gradient behavior and facilitating efficient optimization without being trapped by sharp or ill-conditioned penalty geometries. As training progresses and the model error decreases, fidelity to the true p-norm becomes increasingly important for suppressing the influence of outliers. Therefore, in the latter stages of training, it is advisable to gradually reduce ϵ , thereby ensuring that the penalty more closely approximates the original p-norm and enforces stronger robustness. This strategy balances the final model’s expressivity and robustness against numerical stability by starting with larger smoothing to accelerate and stabilize convergence and ending with smaller smoothing to recover the desired p-norm behavior.
Table 2 illustrates a designed fuzzy rule, in which a triangular membership function is employed to update the hyper-parameters as follows:
i f I t < I 1 : deg 1 = 0 , deg 2 = 1 p t = deg 2 × p 1 , ε t = deg 2 × ε 1 η t = deg 2 × η 1 , λ t = deg 2 × λ 1 . i f I 1 I t < I 2 : deg 1 = I t I 1 I t I 1 I 2 I 1 I 2 I 1 deg 2 = I 2 I t I 2 I t I 2 I 1 I 2 I 1 p t = deg 1 × p 2 + deg 2 × p 1 ε t = deg 1 × ε 2 + deg 2 × ε 1 η t = deg 1 × η 2 + deg 2 × η 1 λ t = deg 1 × λ 2 + deg 2 × λ 1 .
i f I 4 I t < I 5 : deg 1 = I t I 4 I t I 4 I 5 I 4 I 5 I 4 deg 2 = I 5 I t I 5 I t I 5 I 4 I 5 I 4 p t = deg 1 ×   p 5 + deg 2 ×   p 4 ε t = deg 1 ×   ε 5 + deg 2 ×   ε 4 η t = deg 1 ×   η 5 + deg 2 ×   η 4 λ t = deg 1 ×   λ 5 + deg 2 ×   λ 4 .
i f I t I 5 : deg 1 = 0 , deg 2 = 1 p t = deg 2 ×   p 5 ε t = deg 2 ×   ε 5 η t = deg 2 ×   η 5 λ t = deg 2 ×   λ 5 .
where p t , ϵ t , η t , and λ t represent the state values of p. ϵ , η , and λ at the t-th updates, respectively. The parameter update strategy in (11) is designed as an adaptive mechanism driven by the reduction of reconstruction error, as quantified by I ( t ) . Specifically, I ( t ) measures the improvement between two consecutive iterations, reflecting the current convergence behavior of the model. When the improvement is large, it indicates that the model is still in a rapidly evolving stage. In this case, a more conservative parameter setting is adopted to maintain stability and avoid undesirable oscillations. As the improvement becomes smaller, the optimization gradually approaches convergence, and the parameters are adjusted to enhance sparsity and regularization strength for more refined reconstruction. Since the parameter configurations are defined at discrete levels, (11) employs a piecewise linear interpolation scheme to ensure smooth transitions between adjacent settings. This avoids abrupt parameter changes and contributes to stable convergence. Overall, this strategy enables the model to adapt its parameter configuration according to the convergence progress, improving both robustness and reconstruction performance. By combining (11) and (8), the learning scheme of the Lp,ϵLFT is derived, incorporating a fuzzy-based hyper-parameter adaptation mechanism.

4.4. Algorithm Design and Analysis

Building on the aforementioned observations, we propose Algorithm 1 for the Lp,ϵLFT model, the detailed procedure of which is presented in Algorithm 1. More specifically, the proposed algorithm consists of the following five steps:
Algorithm 1 Lp,ϵLFT
Operation                    Cost
  1:
Input: Λ , R
  2:
Initialize U, S, T              Θ ( ( | I | + | J | + | K | ) × R )
  3:
Initialize p, ϵ , η , λ , n = 1 , N = 1000            Θ ( 1 )
  4:
while n N and not converge do            × n
  5:
     for each y i , j , k Λ do                × | Λ |
  6:
           Update (U, S, T) based on (8)          Θ ( 3 R )
  7:
     end for
  8:
     Computing D ( t ) and I ( t ) based on (9) and (10)    Θ ( Ψ )
  9:
     Computing deg1 and deg2 based on (11)
10:
     Computing η ( t ) , λ ( t ) based on (11) and Table 2     Θ ( 1 )
11:
      n = n + 1                       Θ ( 1 )
12:
end while
13:
Output: U, S, T
Step 1: The LF matrices are initialized with uniformly distributed non-negative random values in the interval [0,2.0], following previous studies. Note that the bias introduced by random initialization can be mitigated by training the model multiple times. The hyper-parameters are set empirically based on prior experience.
Step 2: The LF matrices are updated according to (8) using the initial hyper-parameters.
Step 3: Following the fuzzy control rule defined in (11), the hyper-parameters are updated based on the discrepancy observed in the first training iteration.
Step 4: The LF matrices are subsequently updated according to (8) using the updated hyper-parameters obtained in Step 3.
Step 5: Determine whether the Lp,ϵLFT model satisfies the convergence criteria; that is, either the iteration count n reaches the predefined maximum N, or the RMSE/MAE difference between two consecutive iterations falls below a predefined threshold. If the convergence criteria are satisfied, the final LF matrices are output; Otherwise, the process returns to Step 3.
It is important to note that Algorithm 1 provides a summary of the time complexity for each individual step. Consequently, the overall computational complexity of Algorithm 1 can be determined:
C = Θ ( ( | I | + | J | + | K | ) × R ) + Θ ( n × | Λ | × R ) + Θ ( n × | Ψ | ) + Θ ( 1 ) Θ ( n × | Λ | × R )
Its storage complexity is primarily influenced by three factors: (a) the Lp,ϵLFT model’s parameter set {U, S, T, }; (b) entries in Y and Y ^ corresponding to Λ ; and (c) caching the auxiliary vector to maintain the past errors costing Θ ( Λ ) . Thus, the storage complexity of Algorithm 1 is expressed as:
S = Θ ( ( | I | + | J | + | K | ) × R + 2 | Λ | ) Θ ( ( | I | + | J | + | K | ) × R + | Λ | )
Therefore, the storage complexity of the Lp,ϵLFT model can be considered linear with respect to the known entry count of the tensor and its LF matrices.

5. Experimental Results and Analysis

5.1. General Settings

  • Datasets: An empirical study was conducted using publicly available traffic speed datasets from six major urban areas, namely Guangzhou (China), Seattle, New York, Los Angeles, San Francisco (USA), and Berlin (Germany). The corresponding descriptions of these datasets are presented below.
  • D1: Guangzhou Traffic Speed Dataset [33]. These dataset contains measurements collected from 214 monitoring devices in Guangzhou, China, recorded at 10 min intervals over a 61-day period (1 August–30 September 2016).
  • D2: Seattle Dataset, obtained from the Uber movement project (https://github.com/xinychen/tracebase?tab=readme-ov-file, accessed on 7 January 2026), contains traffic speed data collected from 20,833 detectors in Seattle, WA, USA, recorded hourly over the period 1–31 January 2020.
  • D3: New York Speed Dataset, (https://www.kaggle.com/datasets/crailtap/nyc-real-time-traffic-speed-data-feed, accessed on 7 January 2026 ) includes data collected from 135 monitoring devices in New York, USA, over a 73 days period (1 October–12 December 2022), sampled every five minutes.
  • D4: METR-LA Speed Datasets [34] comprises traffic speed data from 207 detectors in Los Angeles County, USA, recorded every five minutes over the period 1 March–30 June 2012.
  • D5: PeMS-BAY Speed Datasets [34] contains traffic speed information from 325 detectors in the San Francisco Bay Area, California, recorded every five minutes over the period 1 January–30 June 2017.
  • D6: Berlin Traffic Speed Dataset, obtained from the Uber Movement Project (https://github.com/xinychen/tracebase?tab=readme-ov-file, accessed on 7 January 2026), contains traffic speed information from 12,416 detectors in Berlin, Germany, recorded hourly over the period 1–31 January 2020.
Table 3 provides a concise overview of six datasets, enabling a visual comparison.
To minimize potential bias, each dataset is split at random into three non-overlapping parts: a training set K, a validation set Ψ , and a test set Ω , with a proportion of 7:1:2. The model undergoes training on K, validation on Ψ , and final performance measurement on Ω . To mitigate randomness from data splitting, this entire procedure is carried out 20 times, generating multiple sets of experimental result. The mean and standard deviation are then computed to evaluate result stability.
For every model, training will stop if either (1) 1000 iterations have been completed, or (2) the reduction in validation error between two consecutive iterations is less than 10 5 .
Model Settings: To achieve dependable outcomes, the experimental setup follows these strategies:
1.
In each experiment on the same dataset, the LF matrices are set with identical initial values, which helps reduce the influence of initialization bias.
2.
Based on the empirical values obtained from the majority of related studies, we defines the fuzzy rules table in detail as Table 4.
3.
The LF space dimension R is consistently fixed at 20 for all models. This choice balances computational cost and the ability to learn effective representation, following the configuration reported in [35].
4.
To evaluate the sensitivity of the Lp,ϵLFT model, we conduct a grid search over the hyper-parameter space: p [ 0.2 , 2 ] , ϵ [ 0.1 , 1 ] , η [ 2 11 , 2 7 ] , λ [ 2 10 , 2 6 ] .
Evaluation Metric: We evaluate the model’s performance in tensor representation learning by calculating reconstruction accuracy using two metrics: Root Mean Squared Error (RMSE) and Mean Absolute Error (MAE):
RMSE = y i j k Ω y i j k y ^ i j k 2 y i j k Ω y i j k y ^ i j k 2 Ω Ω MAE = y i j k Ω y i j k y ^ i j k y i j k Ω y i j k y ^ i j k Ω Ω .
Smaller values of RMSE and MAE correspond to more precise predictions of missing tensor entries, demonstrating enhanced representation learning capability.

5.2. Parameter Sensitivity Test

(1) Effects of p and ϵ : To evaluate the sensitivity of Lp,ϵLFT’s performance, we eliminate its parameter adaptation mechanism. We refer to the manually tuned Lp,ϵLFT as Lp,ϵLFTmanual. Initially, we assess its estimation error under varying p and ϵ . According to Section 4.1, Lp,ϵ-norm reduces to a standard L1-norm when p = 1, ϵ = 0. Figure 3 illustrates the RMSE and MAE of Lp,ϵLFTmanual under varying p and ϵ . Table 5 and Table 6 report the lowest RMSE and MAE obtained at the optimal selections of p and ϵ , compared with their corresponding values under the L1-norm and L2-norm. In order to verify the statistical significance of the performance improvement of the Lp,ϵ-norm, we performed the Friedman test, win/loss count, and signed rank test. Based on these experimental results, key conclusions are drawn.
1.
Be carefully selecting appropriate values for p and ϵ , Lp,ϵLFTmanual is able to learn the nonstandard tensor with higher accuracy compared to the commonly adopted L1-norm and L2-norm. As shown in Table 5 and Figure 3c, on D3, Lp,ϵLFTmanual achieves the lowest RMSE of 8.7366 when p = 0.4 and ϵ = 0.8. In contrast, the standard L2-norm, achieves an RMSE of 9.1774. Compared with the carefully tuned Lp,ϵ-norm, the performance improvement is 4.80% in terms of RMSE. Analogous phenomena are observed in MAE and across datasets D1-D6. The results show that the Lp,ϵ-norm achieved the lowest value in the F-rank value, confirming the significant advantage of the Lp,ϵ-norm compared to L1/L2-norm, and the results of the signed rank test show that the performance difference between the Lp,ϵ-norm and the L1/L2-norm is statistically significant (p-value < 0.05). These results demonstrate that the Lp,ϵ-norm provides stronger representative capacity compared to the L2-norm when constructing the learning objective of an LFT model.
2.
The optimal ϵ depends on the specific dataset. As illustrated in Table 5, when ϵ is set to 0.6 on D2, Lp,ϵLFTmanual achieves its lowest RMSE of 6.2802. Meanwhile, the optimal RMSE of 8.7366 is achieved when ϵ is adjusted to 0.8 on D3. Moreover, when ϵ becomes too small, the nonsmoothness and nonconvexity of the Lp,ϵ-norm pose challenges to optimization.
(2) Effects of  η and λ : Section 4 demonstrates that the performance of Lp,ϵLFTmanual is also influenced by η and λ . To specifically investigate their impacts, we fix p = 1 and ϵ = 0 to validate the effects of η and λ . Figure 4 illustrates the variations in RMSE and MAE corresponding to different settings of η and λ . It is evident from Figure 4 that selecting optimal η and λ is critical for achieving optimal performance of Lp,ϵLFTmanual. For instance, as shown in Figure 4a, Lp,ϵLFTmanual achieves the lowest RMSE of 4.6946 with η = 2 11 and λ = 2 6 on D1. Conversely, it records the highest RMSE of 5.4437 with η = 2 7 and λ = 2 10 . The performance difference is 13.76%.

5.3. Outlier Data Sensitivity Test

In this section, we evaluate the performance of an Lp,ϵLFT model in comparison with a standard LFT model under datasets containing outliers. Specifically, LFT (L2) is trained using an L2-norm-based loss, while LFT (L1) adopts an L1-norm-oriented objective.
To simulate outlier contamination in the training data, we introduce additive noise to a subset of observed entries. Specifically, each entry in the training set is independently selected with probability ρ (the outlier rate) to be perturbed. For the chosen entries, noise v is sampled from a Gaussian mixture model whose probability density function is:
p v v = i = 1 2 c i 2 π σ i exp v 2 2 σ i 2
where c 1 + c 2 = 1 with 0 < c i < 1 and σ i 2 is variance. To simulate impulse noise, we use σ 2 2 > > σ 1 2 and c 2 < c 1 , which means that large noise drawn from variance σ 2 2 and weight c 2 is embedded in Gaussian background noise with small variance σ 1 2 . In our simulations, we set σ 2 2 = 100 σ 1 2 and c 2 = 0.1. Consequently, the corrupted observation is defined as:
y ˜ i j k = y i j k + v ,
where y i j k is the original entry and y ˜ i j k the noisy version. This construction effectively embeds sparse outliers within Gaussian background noise.
Since Lp,ϵ-norm exhibits lower sensitivity to outlier data than L2-norm and L1-norm, we find that Lp,ϵLFT becomes much more robust than LFT (L1) and LFT (L2) as the percentage of outlier data increases. The experimental results on D1, are displayed in Figure 5. The RMSE of Lp,ϵLFT and LFT (L2) are 4.5772 and 4.7327 without outliers and rise to 4.6131 and 5.0412 when all data are contaminated. The RMSE improvement for LFT (L2) is 0.3085, roughly 8.59 times larger than the 0.0359 improvement observed for Lp,ϵLFT. Furthermore, the results clearly indicate that, compared with the L2-norm, the Lp,ϵ-norm achieves better performance under impulse noise.

5.4. Ablation Studies with the Lp,ϵLFT’s Hyper-Parameter Adaption Mechanism

This part of the experiments implements the ablation studies regarding the Lp,ϵLFT’s hyper-parameter adaption mechanism relying on the fuzzy control. With them, we aim to show that Lp,ϵLFT’s hyper-parameter adaption mechanism guarantees its high efficiency without accuracy loss. It is worth noting that removing the hyper-parameter adaption mechanism from Lp,ϵLFT yields the Lp,ϵLFTmanual model, where the subscript ’manual’ indicates that the hyper-parameters are determined through a manual grid search.
Table 7 presents the comparative performance results. These outcomes clearly demonstrate the beneficial effects of the self-adaptive hyper-parameters. Based on these observations, several important conclusions can be inferred.
1.
Lp,ϵLFT incorporates a hyper-parameter adaptation mechanism that maintains its representation learning ability for a nonstandard tensor, ensuring no adverse impact on performance. As recorded in Table 7, the RMSE/MAE gap between Lp,ϵLFT and Lp,ϵLFTmanual, (i.e., ( RMSE high RMSE low )/ RMSE high and ( MAE high MAE low )/ MAE high ), is almost negligible. Namely, on dataset D1, the RMSE values of Lp,ϵLFT and Lp,ϵLFTmanual are 4.5563 and 4.5627, respectively, corresponding to a gap of 0.14%. Similarly, the MAE values are 2.9907 and 2.9773, respectively, with a gap of 0.44%. It is worth noting that comparable results can be observed across other test cases. Therefore, we can confidently conclude that the hyper-parameter adaptation mechanism in Lp,ϵLFT does not have adverse effects on its representation learning ability.
2.
Self-adaptive hyper-parameters significantly enhance Lp,ϵLFT’s computational efficiency. Notably, the cumulative computational cost of executing the learning model should include the time spent on hyper-parameter tuning to achieve optimal performance. For Lp,ϵLFTmanual, the hyper-parameters p, ϵ , η , and λ require a four-fold grid search to determine their optimal values; therefore, the total computational cost comprises the cumulative training time under various hyper-parameter settings. In contrast, for a model employing a hyper-parameters adaptation mechanism, the total computational cost corresponds to a single execution since no explicit hyper-parameter tuning is needed. As shown in Table 7, it is evident that the total computational cost of Lp,ϵLFT is significantly lower than that of Lp,ϵLFTmanual. For example, as displayed in Table 7, on D1, Lp,ϵLFT requires 67 s, which accounts for approximately 0.15% of the 42,500 s required by Lp,ϵLFTmanual in terms of RMSE. Similar results are observed across other datasets.
3.
To summarize, the hyper-parameter adaptation mechanism in Lp,ϵLFT is essential, as it significantly improves efficiency and scalability without compromising representation accuracy.

5.5. Comparison with State-of-the-Art Models

We evaluate Lp,ϵLFT in terms of both estimation accuracy and computational efficiency with multiple state-of-the-art models. Table 8 provides a concise description of all compared models. For M1, the hyper-parameters are adaptively tuned by the fuzzy controller, and the corresponding fuzzy rules are presented in Table 4.
For models M2-M7, details of the hyper-parameter settings adopted in our study are presented in Table 9. Models M1-M3 and M6-M7 are run on a computer equipped with a 3.40 GHz Intel i7 CPU and 32 GB RAM, whereas model M4 is executed on a GPU platform equipped with an NVIDIA GeForce RTX 4070 Ti SUPER GPU due to their higher computational demands.
The experimental results on datasets D1-6 for models M1-7 are shown in Table 10, with Figure 6 providing a visual illustration. Their computational efficiency is summarized in Table 11. Several key conclusions can be drawn from the previously presented experimental findings.
1.
The proposed Lp,ϵLFT model (referred to as M1) demonstrates superior performance compared to other methods in predicting missing entries within the nonstandard tensor. As illustrated in Figure 6 and summarized in Table 10, M1 consistently achieves the lowest RMSE and MAE on D1–6. Specifically, on D1, M1 attains an RMSE of 4.5563, which is about 1.95% lower than 4.6472 by M2 (RMSEM2-RMSEM1/RMSEM2), 14.87% lower than 5.3524 by M3, 18.08% lower than 5.5620 by M4, 1.23% lower by 4.6131 by M5, 1.67% lower than 4.6340 by M6, and 1.51% lower than 4.6263 by M7. In view of MAE, on D1, the output by M1–7 are 2.9907, 3.1008, 3.7351, 3.7896, 3.1170, 3.0029, and 3.1244, respectively. Consequently, M1’s MAE is also significantly lower compared to that of the other models. Consistent observations are found on D2–D6, with detailed results presented in Table 10 and Figure 6.
2.
The M1 exhibits markedly higher computational performance compared to its peers. When evaluating the time requirements for a learning model to reach optimal performance, it is essential to consider the time cost of hyper-parameter tuning through grid search, particularly in the absence of self-adaptation for parameters. The cost is influenced by the number of hyper-parameters and empirical heuristics. Table 9 presents a summary of the optimal hyper-parameters values for M2–M7 obtained through grid search. As shown in Table 9, the fuzzy controller enables M1 to eliminate the need for grid search, thereby significantly enhancing its computational efficiency. As illustrated in Table 11 and Figure 6, on D1, the total time costs for RMSE and MAE for M1 are 67 and 58 s. These values are the lowest among all models, demonstrating that M1 achieves the lowest RMSE and MAE in a single training run. By comparison, for M6, the empirical range for Cauchy loss γ is typically [10, 400], and the regularization coefficient λ is usually [10−1, 10−5]. Obtaining optimally tuned results requires an average of 25 training iterations using a 5 × 5 hyper-parameter grid search. Thus, M6 requires approximately 8725 s to attain the minimum RMSE and MAE, indicating a noticeably greater computational cost compared with M1. Similarly, for D1, M2–M5 and M7 also exhibit higher time consumption in both RMSE and MAE evaluations than M1. This pattern consistently appears across D2–D6, as detailed in Table 11 and illustrated in Figure 6.
3.
The performance gains of M1 are substantial. To further analyze these results, we conduct a Wilcoxon signed-ranks test on the data. This test, a nonparametric method for pairwise comparison, involves three key indicators: R+, R−, and the p-value. A greater R+ coefficient indicates better model performance, while the p-value assesses the statistical significance of the obtained outcomes. The findings of the Wilcoxon signed-rank tests at a 0.1 significance threshold are outlined in Table 12. Note that for Table 10 and Table 11, two distinct cases are considered, with RMSE and MAE as accuracy metrics for each dataset, leading to a total of 12 cases corresponding to 7 models.
As shown in Table 12, M1, i.e., an Lp,ϵLFT model, achieves significant gains in both accuracy and efficiency over its peers, as indicated by its consistently high R+ and p-values. Moreover, it shows superior results in all testing cases, as evidenced by 9 zeros for the R-value out of a total of 12 comparisons. Exceptions occur, as shown in Table 12, where M1’s computational cost is slightly higher than that of M2 on D2, M5 on D4, and M7 on D4. However, M1 significantly outperforms them in prediction accuracy. For instance, on D2, the RMSEs of M1 and M2 are 6.2902 and 9.6501, respectively, indicating that M1’s RMSE is about 34.82% lower than that of M2. On D4, the RMSEs of M1 and M5 are 8.2548 and 9.1325, respectively, showing that M1’s RMSE is approximately 9.61% lower than that of M5. These results suggest that the computational cost of M1 is acceptable when compared with state-of-the-art models.

5.6. Block-Wise Missing

This mode simulates temporal contiguous missing (TM) caused by faulty devices. The experiments are conducted by selecting a subset of temporal fibers and removing consecutive time intervals within each selected fiber.
Table 13 presents the reconstruction errors under the TM mode, where 50% of temporal fibers are randomly selected. The missing rate within each fiber ranges from 0.3 to 0.7. Under the TM mode, Lp,ϵLFT achieves superior estimation accuracy, demonstrating the effectiveness of the Lp,ϵ-norm metric. For example, on the Guangzhou speed dataset, Lp,ϵLFT achieves the lowest RMSE of 4.7804 at a missing rate of 0.7, which is approximately 8.02% lower than that of M2 (5.1971), 19.36% lower than M3 (5.9281), 14.92% lower than M4 (5.6191), 5.97% lower than M5 (5.0841), 1.61% lower than M6 (4.8587), and 2.84% lower than M7 (4.9203). In addition, Lp,ϵLFT demonstrates greater stability than other methods, particularly at higher missing rates. These results indicate that Lp,ϵLFT is more robust to temporally contiguous missing data.

5.7. Case Study

In order to show the accuracy of the proposed Lp,ϵLFT model, we give a case study to visualize the imputation results for 4 randomly selected sampling locations over a range of one day in the D1 dataset in Figure 7. The grey line denotes the original traffic data, while the red line denotes the imputation data by our Lp,ϵLFT model. It is clear that the two lines are very close, and the distance between the imputed points and the true values is small.

5.8. Summary

Based on empirical analysis, the proposed Lp,ϵLFT model exhibits a range of advantages.
1.
It constructs a generalized objective function based on the Lp,ϵ-norm, which robustly represents outliers arising in real-world applications. Additionally, it estimates the LF matrices based on the observed data of the nonstandard tensor, thereby maintaining a computational efficiency that is competitive.
2.
It incorporates an effective adaptation of hyper-parameters using a fuzzy controller, eliminating the need for costly manual tuning, and, thus, ensuring high scalability in real-world scenarios.

6. Conclusions

In this study, we introduce the Latent Factorization of Tensors model incorporating the Lp,ϵ-norm (Lp,ϵLFT), aiming to recover incomplete traffic data in urban road networks. The model employs the Lp,ϵ-norm within its objective function to enhance robustness and further integrates a fuzzy controller to fine-tune parameters efficiently. Experimental results on six real-world traffic datasets demonstrate that the proposed Lp,ϵLFT model achieves superior performance over seven state-of-the-art models in traffic data imputation, with an average RMSE reduction of 2.51% relative to the best-performing baseline. For future work, we plan to investigate adaptive regularization strategies and the design of more sophisticated objective functions to further strengthen model performance. These aspects will be systematically addressed in subsequent research.

Author Contributions

Conceptualization, L.Y.; Methodology, L.Y., Z.M. and Y.H.; Writing—original draft, L.Y.; Writing—review & editing, L.Y., Z.M. and Y.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors on request.

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A. Comparison Between Lp,ϵ-Norm and Lp-Norm

We now demonstrate that the Lp,ϵ-norm serves as a lower bound for the Lp-norm when 0 < p 2 , while the analysis is conducted using a two-element case for simplicity, the argument can be generalized to vectors of arbitrary length. Construct g( e 1 , e 2 ) as:
g e 1 , e 2 = e p , ε p e p p = e 1 2 + ε 2 p p 2 2 ε p e 1 p + e 2 2 + ε 2 p p 2 2 ε p e 2 p .
Noting that g( e 1 , e 2 ) is an even function, it suffices to verify that g( e 1 , e 2 ) 0 under the condition e 1 > 0 and e 2 > 0 . By applying the inequality of a 2 + b 2 a + b valid for all non-negative a and b, we derive the following:
g e 1 , e 2 h e 1 , e 2 = e 1 + ε p ε p e 1 p + e 2 + ε p ε p e 2 p .
For p = 1, it is easy to get:
h e 1 , e 2 = e 1 + ε ε e 1 + e 2 + ε ε e 2 = 0 ,
which means e 1 , ε 1 e 1 1 where the equal sign holds if and only if e = 0 . When 0 < p < 2 , the partial derivatives of the h ( e 1 , e 2 ) with respect to each variable are given by:
p e 1 + ε p 1 e 1 p 1 + e 2 + ε p 1 e 2 p 1 ,
which is negative when e i > 0 , it follows that h ( e 1 , e 2 ) h ( 0 , 0 ) = 0 . Together with the inequality g ( e 1 , e 2 ) h( e 1 , e 2 ), we deduce that g ( e 1 , e 2 ) 0, indicating e p , ε p e p p where the equality holds exclusively when e = 0 . This establishes that the Lp,ϵ-norm serves as the lower convex envelope of the Lp-norm for 0 < p 2 .

References

  1. Wang, J.; Liu, X.; Xu, L.; Li, M.; Li, L.; Shen, S. Local unitary equivalence of quantum states based on the tensor decompositions of unitary matrices. Entropy 2023, 25, 1139. [Google Scholar] [CrossRef]
  2. Li, X.P.; So, H.C. Robust Low-Rank Tensor Completion Based on Tensor Ring Rank via p,ϵ-Norm. IEEE Trans. Signal Process. 2021, 69, 3685–3698. [Google Scholar] [CrossRef]
  3. Yang, Z.; Yang, L.T.; Li, C.; Shan, L.; Zhao, H.; Nie, X. Collaborative Bayesian Tensor Factorization-Based Reliable Traffic Speed Data Prediction in T-CPS. IEEE Trans. Intell. Transp. Syst. 2025, 26, 14393–14406. [Google Scholar] [CrossRef]
  4. Chen, X.; Zhuang, D.; Cai, H.; Wang, S.; Zhao, J. Dynamic Autoregressive Tensor Factorization for Pattern Discovery of Spatiotemporal Systems. IEEE Trans. Pattern Anal. Mach. Intell. 2025, 47, 8524–8537. [Google Scholar] [CrossRef]
  5. Zhu, Y.; Wang, J.; Wang, J.; He, Z. Multitask neural tensor factorization for road traffic speed-volume correlation pattern learning and joint imputation. IEEE Trans. Intell. Transp. Syst. 2022, 23, 24550–24560. [Google Scholar] [CrossRef]
  6. Xing, J.; Liu, R.; Anish, K.; Liu, Z. A customized data fusion tensor approach for interval-wise missing network volume imputation. IEEE Trans. Intell. Transp. Syst. 2023, 24, 12107–12122. [Google Scholar] [CrossRef]
  7. Chen, H.; Lin, M.; Liu, J.; Yang, H.; Zhang, C.; Xu, Z. NT-DPTC: A non-negative temporal dimension preserved tensor completion model for missing traffic data imputation. Inf. Sci. 2024, 653, 119797. [Google Scholar] [CrossRef]
  8. Zeng, W.J.; So, H.C.; Huang, L. lp-MUSIC: Robust Direction-of-Arrival Estimator for Impulsive Noise Environments. IEEE Trans. Signal Process. 2013, 61, 4296–4308. [Google Scholar] [CrossRef]
  9. Wu, D.; Zhang, P.; He, Y.; Luo, X. A double-space and double-norm ensembled latent factor model for highly accurate web service QoS prediction. IEEE Trans. Serv. Comput. 2022, 16, 802–814. [Google Scholar] [CrossRef]
  10. Chen, T.; Yang, W.; Li, S.; Luo, X. An Adaptive p-Norms-Based Kinematic Calibration Model for Industrial Robot Positioning Accuracy Promotion. IEEE Trans. Syst. Man Cybern. Syst. 2025, 55, 2937–2949. [Google Scholar] [CrossRef]
  11. Zeng, W.J.; So, H.C. Outlier-Robust Matrix Completion via lp-Minimization. IEEE Trans. Signal Process. 2017, 66, 1125–1140. [Google Scholar] [CrossRef]
  12. Nie, F.; Wang, H.; Cai, X.; Huang, H.; Ding, C. Robust matrix completion via joint schatten p-norm and lp-norm minimization. In Proceedings of the 2012 IEEE 12th International Conference on Data Mining, Brussels, Belgium, 10–13 December 2012; pp. 566–574. [Google Scholar]
  13. Yang, H.; Lin, M.; Chen, H.; Luo, X.; Xu, Z. Latent factor analysis model with temporal regularized constraint for road traffic data imputation. IEEE Trans. Intell. Transp. Syst. 2025, 26, 724–741. [Google Scholar] [CrossRef]
  14. Xu, X.; Lin, M.; Luo, X.; Xu, Z. HRST-LR: A hessian regularization spatio-temporal low rank algorithm for traffic data imputation. IEEE Trans. Intell. Transp. Syst. 2023, 24, 11001–11017. [Google Scholar] [CrossRef]
  15. Sure, P.; Srinivasan, C.P.; Babu, C.N. Spatio-temporal constraint-based low rank matrix completion approaches for road traffic networks. IEEE Trans. Intell. Transp. Syst. 2021, 23, 13452–13462. [Google Scholar] [CrossRef]
  16. Chen, H.; Lin, M.; Zhao, L.; Xu, Z.; Luo, X. Fourth-order dimension preserved tensor completion with temporal constraint for missing traffic data imputation. IEEE Trans. Intell. Transp. Syst. 2025, 26, 6734–6748. [Google Scholar] [CrossRef]
  17. Chen, P.; Li, F.; Wei, D.; Lu, C. Low-Rank and Deep Plug-and-Play Priors for Missing Traffic Data Imputation. IEEE Trans. Intell. Transp. Syst. 2025, 26, 2690–2706. [Google Scholar] [CrossRef]
  18. Baggag, A.; Abbar, S.; Sharma, A.; Zanouda, T.; Al-Homaid, A.; Mohan, A.; Srivastava, J. Learning spatiotemporal latent factors of traffic via regularized tensor factorization: Imputing missing values and forecasting. IEEE Trans. Knowl. Data Eng. 2019, 33, 2573–2587. [Google Scholar] [CrossRef]
  19. Shu, H.; Wang, H.; Peng, J.; Meng, D. Low-rank tensor completion with 3-D spatiotemporal transform for traffic data imputation. IEEE Trans. Intell. Transp. Syst. 2024, 25, 18673–18687. [Google Scholar] [CrossRef]
  20. Wei, X.; Zhang, Y.; Wang, S.; Zhao, X.; Hu, Y.; Yin, B. Self-attention graph convolution imputation network for spatio-temporal traffic data. IEEE Trans. Intell. Transp. Syst. 2024, 25, 19549–19562. [Google Scholar] [CrossRef]
  21. Zhang, K.; Zhou, F.; Wu, L.; Xie, N.; He, Z. Semantic understanding and prompt engineering for large-scale traffic data imputation. Inf. Fusion 2024, 102, 102038. [Google Scholar] [CrossRef]
  22. Wang, S.; Li, J.; Miao, H.; Zhang, J.; Zhu, J.; Wang, J. Generative-free urban flow imputation. In Proceedings of the 31st ACM International Conference on Information & Knowledge Management, Atlanta, GA, USA, 17–21 October 2022; pp. 2028–2037. [Google Scholar]
  23. Zhang, Y.; Wei, X.; Zhang, X.; Hu, Y.; Yin, B. Self-attention graph convolution residual network for traffic data completion. IEEE Trans. Big Data 2022, 9, 528–541. [Google Scholar] [CrossRef]
  24. Xu, D.; Peng, H.; Tang, Y.; Guo, H. Hierarchical spatio-temporal graph convolutional neural networks for traffic data imputation. Inf. Fusion 2024, 106, 102292. [Google Scholar] [CrossRef]
  25. Wu, D.; Li, Z.; Yu, Z.; He, Y.; Luo, X. Robust low-rank latent feature analysis for spatiotemporal signal recovery. IEEE Trans. Neural Netw. Learn. Syst. 2023, 36, 2829–2842. [Google Scholar] [CrossRef]
  26. Wu, D.; Luo, X. Robust latent factor analysis for precise representation of high-dimensional and sparse data. IEEE/CAA J. Autom. Sin. 2020, 8, 796–805. [Google Scholar] [CrossRef]
  27. Liu, S.; Shi, X.; Liao, Q. Rank-adaptive tensor completion based on Tucker decomposition. Entropy 2023, 25, 225. [Google Scholar] [CrossRef]
  28. Favier, G.; Rocha, D.S. Overview of Tensor-Based Cooperative MIMO Communication Systems—Part 2: Semi-Blind Receivers. Entropy 2024, 26, 937. [Google Scholar] [CrossRef] [PubMed]
  29. Jørgensen, P.J.; Nielsen, S.F.; Hinrich, J.L.; Schmidt, M.N.; Madsen, K.H.; Mørup, M. Probabilistic parafac2. Entropy 2024, 26, 697. [Google Scholar] [CrossRef]
  30. Huang, X.; Chen, D.; Wang, D.; Ren, T. Identifying influencers in social networks. Entropy 2020, 22, 450. [Google Scholar] [CrossRef] [PubMed]
  31. Zeng, J.; Qiu, Y.; Ma, Y.; Wang, A.; Zhao, Q. A novel tensor ring sparsity measurement for image completion. Entropy 2024, 26, 105. [Google Scholar] [CrossRef] [PubMed]
  32. Wu, D.; Hu, Y.; Liu, K.; Li, J.; Wang, X.; Deng, S.; Zheng, N.; Luo, X. An Outlier-Resilient Autoencoder for Representing High-Dimensional and Incomplete Data. IEEE Trans. Neural Netw. Learn. Syst. 2025, 9, 1379–1391. [Google Scholar] [CrossRef]
  33. Chen, X.; Sun, L. Bayesian temporal factorization for multidimensional time series prediction. IEEE Trans. Pattern Anal. Mach. Intell. 2021, 44, 4659–4673. [Google Scholar] [CrossRef] [PubMed]
  34. Liu, M.; Huang, H.; Feng, H.; Sun, L.; Du, B.; Fu, Y. Pristi: A conditional diffusion framework for spatiotemporal imputation. In Proceedings of the 2023 IEEE 39th International Conference on Data Engineering, Anaheim, CA, USA, 3–7 April 2023; pp. 1927–1939. [Google Scholar]
  35. Luo, X.; Wu, H.; Li, Z. NeuLFT: A novel approach to nonlinear canonical polyadic decomposition on high-dimensional incomplete tensors. IEEE Trans. Knowl. Data Eng. 2022, 35, 6148–6166. [Google Scholar] [CrossRef]
  36. Che, H.; Pan, B.; Leung, M.F.; Cao, Y.; Yan, Z. Tensor factorization with sparse and graph regularization for fake news detection on social networks. IEEE Trans. Comput. Social Syst. 2023, 11, 4888–4898. [Google Scholar] [CrossRef]
  37. Yuan, S.; Huang, K. A generalizable framework for low-rank tensor completion with numerical priors. Pattern Recognit. 2024, 155, 110678. [Google Scholar] [CrossRef]
  38. Tao, Z.; Tanaka, T.; Zhao, Q. Efficient nonparametric tensor decomposition for binary and count data. In Proceedings of the AAAI Conference on Artificial Intelligence; AAAI Press: Vancouver, BC, Canada, 2024; Volume 38, pp. 15319–15327. [Google Scholar]
  39. Luo, X.; Wu, H.; Yuan, H.; Zhou, M. Temporal pattern-aware QoS prediction via biased non-negative latent factorization of tensors. IEEE Trans. Cybern. 2019, 50, 1798–1809. [Google Scholar] [CrossRef] [PubMed]
  40. Ye, F.; Lin, Z.; Chen, C.; Zheng, Z.; Huang, H. Outlier-resilient web service QoS prediction. In Proceedings of the Web Conference 2021, Ljubljana, Slovenia, 19–23 April 2021; pp. 3099–3110. [Google Scholar]
  41. Su, X.; Zhang, M.; Liang, Y.; Cai, Z.; Guo, L.; Ding, Z. A tensor-based approach for the QoS evaluation in service-oriented environments. IEEE Trans. Netw. Serv. Manag. 2021, 18, 3843–3857. [Google Scholar] [CrossRef]
Figure 1. Data distribution of real Guangzhou speed.
Figure 1. Data distribution of real Guangzhou speed.
Entropy 28 00435 g001
Figure 2. The difference between L2-norm, L1-norm, and Lp,ϵ-norm in defining the loss function of an LFT model, where p = 0.4 and ϵ = 0.2.
Figure 2. The difference between L2-norm, L1-norm, and Lp,ϵ-norm in defining the loss function of an LFT model, where p = 0.4 and ϵ = 0.2.
Entropy 28 00435 g002
Figure 3. Performance of Lp,ϵLFTmanual varies as p and ϵ vary on D1–4.
Figure 3. Performance of Lp,ϵLFTmanual varies as p and ϵ vary on D1–4.
Entropy 28 00435 g003
Figure 4. Performance of Lp,ϵLFTmanual varies as η and λ vary on D1–4.
Figure 4. Performance of Lp,ϵLFTmanual varies as η and λ vary on D1–4.
Entropy 28 00435 g004
Figure 5. The outlier data sensitivity tests result of Lp,ϵLFT and LFT on D1.
Figure 5. The outlier data sensitivity tests result of Lp,ϵLFT and LFT on D1.
Entropy 28 00435 g005
Figure 6. Performance comparison of M1–M7 on D1–D6.
Figure 6. Performance comparison of M1–M7 on D1–D6.
Entropy 28 00435 g006
Figure 7. A case study to show the traffic speed time series, data imputation results on 4 sampling locations over a range of 1 day in the Guangzhou (D1) dataset.
Figure 7. A case study to show the traffic speed time series, data imputation results on 4 sampling locations over a range of 1 day in the Guangzhou (D1) dataset.
Entropy 28 00435 g007
Table 1. Adopted symbols and their descriptions.
Table 1. Adopted symbols and their descriptions.
SymbolDescription
I , J , K Number of sensors, time intervals, and days, respectively.
R Real number domain.
Y Original incomplete data tensor from ITS.
Y ^ Low-rank approximation to Y .
X A third-order latent factor tensor.
X k The k-th frontal slice of X .
U , S , T Latent factor matrices.
y i j k , y ^ i j k , x i j k A single element in Y , Y ^ , X .
u i , s j , t k The ith, jth and kth row vectors of U , S , T .
u i r , s j r , t t r Single entries in U , S , T .
RThe dimension of latent factor space.
Outer product of two vectors.
Hadamard product of two vectors.
· F Frobenius norm of a tensor.
| · | Cardinality of an enclosed set.
η Learning rate.
λ Regularization coefficient.
Λ ( i ) , Λ ( j ) , Λ ( k ) The subsets of known entry set Λ related to entities i I , j J , k K
K , Ψ , Ω Training, validation and testing sets from Λ .
Table 2. Designed fuzzy rules.
Table 2. Designed fuzzy rules.
I ( t ) p ϵ η λ
I 1 p 1 ϵ 1 η 1 λ 1
I 2 p 2 ϵ 2 η 2 λ 2
I 3 p 3 ϵ 3 η 3 λ 3
I 4 p 4 ϵ 4 η 4 λ 4
I 5 p 5 ϵ 5 η 5 λ 5
Table 3. Dataset details.
Table 3. Dataset details.
No.DatasetSensor CountTime SlotsDay CountKnown Entries
D1Guangzhou2141446192,779
D2Seattle20,833243170,528
D3New York13528873109,651
D4Metr-la20728811965,190
D5Pems-bay32528818184,685
D6Berlin12,4162431138,999
Table 4. One-dimensional fuzzy rule.
Table 4. One-dimensional fuzzy rule.
I ( t ) p ϵ η λ
1 0.42 0.9 0.0012 0.008
0.1 0.41 0.7 0.0011 0.009
0.01 0.40 0.5 0.0010 0.010
0.001 0.39 0.3 0.0009 0.011
0.0001 0.38 0.1 0.0008 0.012
Table 5. RMSE of Lp,ϵLFTmanual with optimal p and ϵ versus L1-norm and L2-norm.
Table 5. RMSE of Lp,ϵLFTmanual with optimal p and ϵ versus L1-norm and L2-norm.
No.Optimal p and ϵ EMSERMSE ( L 1 )RMSE ( L 2 )
D1 p = 0.6 , ϵ = 1 4.5627 4.69464.7327
D2 p = 0.4 , ϵ = 0.8 6.28026.66126.6074
D3 p = 0.4 , ϵ = 0.8 8.73669.69789.1774
D4 p = 0.4 , ϵ = 0.9 8.27338.85649.2885
D5 p = 0.4 , ϵ = 1 5.27925.53206.1070
D6 p = 0.2 , ϵ = 0.1 6.85527.10366.9729
Statisticwin/loss6/00/60/6
F-rank1.002.502.50
p-value-0.01560.0156
Table 6. MAE of Lp,ϵLFTmanual with optimal p and ϵ versus L1-norm and L2-norm.
Table 6. MAE of Lp,ϵLFTmanual with optimal p and ϵ versus L1-norm and L2-norm.
No.Optimal p and ϵ MAEMAE ( L 1 )MAE ( L 2 )
D1 p = 0.6 , ϵ = 1 2.97733.01723.2409
D2 p = 0.4 , ϵ = 0.8 4.30674.60664.7001
D3 p = 0.4 , ϵ = 0.8 5.74325.64116.4518
D4 p = 0.4 , ϵ = 0.9 4.89075.09686.2254
D5 p = 0.4 , ϵ = 1 2.95843.01263.8430
D6 p = 0.2 , ϵ = 0.1 4.84994.93085.0583
Statisticwin/loss5/11/50/6
F-rank1.171.833.00
p-value-0.10940.0156
Bold values indicate the minimum MAE among the compared methods.
Table 7. Performance of Lp,ϵLFT with manually tuned and self-adaptive hyper-parameter.
Table 7. Performance of Lp,ϵLFT with manually tuned and self-adaptive hyper-parameter.
DatasetsMetricsLp,ϵLFTLp,ϵLFTmanual
D1RMSE4.5563±1.24 × 10−24.5627±1.48 × 10−2
Time-RMSE67±1442,500±8
MAE2.9907±1.46 × 10−22.9773±9.50 × 10−3
Time-MAE58±1047,500±10
D2RMSE6.2902±3.81 × 10−26.3532±7.90 × 10−2
Time-RMSE43±2.1926,875±7.42
MAE4.3322±1.66 × 10−24.3483±1.12 × 10−2
Time-MAE38±1.4926,875±5.13
D3RMSE8.7279 ±2.61 × 10−28.7366±1.51 × 10−2
Time-RMSE66±3.5837,500±5.49
MAE5.7348±7.55 × 10−35.7432±4.99 × 10−3
Time-MAE72±8.5653,125±5.80
D4RMSE8.2548±3.83 × 10−28.2733±3.22 × 10−2
Time-RMSE132±12.5663,750±15
MAE4.8916±1.95 × 10−24.8907±1.52 × 10−2
Time-MAE149±10.4372,500±4
D5RMSE5.2565±2.75 × 10−25.2792±1.65 × 10−2
Time-RMSE162±1095,000±2.21
MAE2.9560±2.26 × 10−22.9584±2.99 × 10−2
Time-MAE162±1096,875±0.14
D6RMSE6.8597±3.05 × 10−36.8552±2.27 × 10−2
Time-RMSE52±4.65135,000±6.29
MAE4.8122±1.05 × 10−24.8499±6.44 × 10−3
Time-MAE53±4.39128,125±7.20
The bold values indicate higher prediction accuracy and lower total time cost. Note that the total computational time includes the duration of hyper-parameter tuning.
Table 8. Details of the compared models.
Table 8. Details of the compared models.
No.ModelDescriptionHyper-Parameter
M1Lp,ϵLFTThe proposed model developed in this study.Self-adaptation
M2SGCPA learning framework employing a sparse and graph constraint within a canonical polyadic (CP) tensor decomposition structure [36]. λ 1 , sparse regularization
λ 2 , graph regularization
M3SPTCA smooth Poisson tensor completion algorithm that generalizes CP decomposition and incorporates the numerical priors of the data [37]. ρ , smoothing coefficient
η , learning rate
M4ENTEDAn effective nonparametric tensor decomposition approach that utilizes a Gaussian process along with Pólya-Gamma augmentation to form conjugate models [38].p, number of inducing points
ζ , number of successes
η , learning rate
M, batch size
M5BNLFTA biased non-negative latent factorization of tensors for time-aware prediction [39]. λ , λ b regularization parameter
M6CTFA method based on CP decomposition, where the Cauchy loss function is used to quantify the difference between observed and predicted values [40]. γ , Cauchy loss
λ , regularization coefficient
M7TCAA reverse CP decomposition method that updates all factor matrices using either alternating least squares or gradient descent techniques [41]. λ , regularization coefficient
η , learning rate
Table 9. Hyper-parameter settings of M1–7 on D1–6.
Table 9. Hyper-parameter settings of M1–7 on D1–6.
DatasetHyper-Parameter Setting
D1M1: Self-adaptive  M2: λ 1 = 1, λ 2 = 1   M3: η = 1×10−4, ρ = 10   M4: p = 30, ζ = 10, η = 0.01, M = 64
M5: λ = 0.1, λ b = 0.1   M6: γ = 10, λ = 10−3   M7: η = 10−5, λ = 10−2
D2M1: Self-adaptation   M2: λ 1 = 1, λ 2 = 10   M3: η = 1×10−4, ρ = 50   M4: p = 10, ζ = 30, η = 0.01, M = 64
M5: λ = 1, λ b = 10−6   M6: γ = 10, λ = 10−2   M7: η = 10−5, λ = 10−5
D3M1: Self-adaptation   M2: λ 1 = 1, λ 2 = 1000   M3: η = 1×10−4, ρ = 70   M4: p = 10, ζ = 50, η = 0.01, M = 128
M5: λ = 0.1, λ b = 0.1   M6: γ = 200, λ = 10−5   M7: η = 10−5, λ = 10−1
D4M1: Self-adaptive   M2: λ 1 = 0.1, λ 2 = 1000   M3: η = 1×10−3, ρ = 10   M4: p = 10, ζ = 30, η = 0.01, M = 64
M5: λ = 1, λ b = 10−4   M6: γ = 300, λ = 10−5   M7: η = 10−4, λ = 10−1
D5M1: Self-adaptive   M2: λ 1 = 1, λ 2 = 1000   M3: η = 1×10−3, ρ = 10   M4: p = 30, ζ = 50, η = 0.01, M = 128
M5 : λ = 0.1, λ b = 10−5   M6: γ = 200, λ = 10−5   M7: η = 10−4, λ = 10−1
D6M1: Self-adaptive   M2: λ 1 = 1, λ 2 = 10   M3: η = 1×10−4, ρ = 30   M4: p = 30, ζ = 10, η = 0.01, M = 64
M5: λ = 1, λ b = 10−3   M6: γ = 300, λ = 10−5   M7: η = 10−5, λ = 10−2
Table 10. Prediction accuracy (RMSE and MAE) of all tested models on D1–6.
Table 10. Prediction accuracy (RMSE and MAE) of all tested models on D1–6.
CaseM1M2M3M4M5M6M7Gains
vs. Best
D1RMSE4.5563±1.24 × 10−24.6472±2.06 × 10−25.3524±2.10 × 10−25.5620±04.6131±1.73 × 10−24.6340±6.21 × 10−34.6263±1.04 × 10−21.23%
MAE2.9907±1.46 × 10−23.1008±1.38 × 10−23.7351±2.41 × 10−23.7896±03.1170±1.47 × 10−23.0029±4.05 × 10−33.1244±6.07 × 10−30.41%
D2RMSE6.2902±3.81 × 10−29.6501±2.00 × 10−16.6815±1.91 × 10−16.6626±07.5726±3.81 × 10−26.7513±1.54 × 10−28.8178±2.96 × 10−35.59%
MAE4.3322±1.66 × 10−36.1528±1.60 × 10−14.8513±1.53 × 10−14.7785±04.8338±2.54 × 10−24.7716±1.88 × 10−25.2233±4.55 × 10−49.21%
D3RMSE8.7279±2.61 × 10−28.9452±2.27 × 10−210.2218±1.35 × 10−110.7175±09.0236±3.44 × 10−28.8570±1.14 × 10−29.4179±3.88 × 10−21.46%
MAE5.7348±7.55 × 10−36.1897±6.79 × 10−37.1542±2.20 × 10−17.3256±06.3108±3.42 × 10−26.2360±1.51 × 10−26.3332±1.56 × 10−27.89%
D4RMSE8.2548±4.17 × 10−210.0005±5.30 × 10−28.4697±2.15 × 10−211.3228±09.1325±1.60 × 10−18.5762±4.38 × 10−29.3954±4.26 × 10−22.54%
MAE4.8916±4.34 × 10−26.1495±4.74 × 10−25.4630±1.05 × 10−27.7476±05.9487±7.74 × 10−25.4852±4.94 × 10−25.7196±4.18 × 10−210.46%
D5RMSE5.2565±2.75 × 10−26.6003±3.45 × 10−25.5713±3.00 × 10−28.5231±06.1571±1.65 × 10−25.3868±2.81 × 10−26.4094±4.36 × 10−22.42%
MAE2.9560±2.26 × 10−23.6441±2.27 × 10−23.4066±2.04 × 10−25.0772±03.7010±8.07 × 10−33.2087±2.66 × 10−23.4008±6.07 × 10−27.87%
D6RMSE6.8597±3.05 × 10−28.4374±1.98 × 10−27.0087±2.49 × 10−211.1509±07.3273±4.76 × 10−27.2214±3.25 × 10−26.9866±7.33 × 10−31.82%
MAE4.8122±1.05 × 10−25.8063±2.66 × 10−25.0891±2.26 × 10−27.6089±05.1150±3.99 × 10−25.1257±1.34 × 10−24.9100±8.73 × 10−31.99%
The underlined number represents the minimum value of the comparison model for each metric (RMSE or MAE). Gains vs. Best indicates the percentage improvement of our model over the best-performing baseline across each metric.
Table 11. Time costs of all tested models on D1–6.
Table 11. Time costs of all tested models on D1–6.
CaseM1M2M3M4M5M6M7
D1Time-RMSE67±14786±0.781275±4.55721,875±45273 ±1.388725±16.741700±1.94
Time-MAE58±10798±0.831275±4.55664,375±43151±1.038725±16.741700±1.86
D2Time-RMSE43±2.1914±8.11 × 10−21100±3.46135,000±1050±0.79650±6.79275±0.53
Time-MAE38±1.4914±8.38 × 10−21100±3.46135,000±1050±0.791050±15.12275±0.47
D3Time-RMSE66±3.582632±1.491200±2.87239,375±28341±2.968375±2.071075±2.41
Time-MAE72±8.562677±0.941200±2.87290,000±41224±1.918375±2.071125±2.59
D4Time-RMSE132±10.812240±5.34975±3.4495,000±3466±2.284625±9.00111±0.20
Time-MAE149±92245±5.34975±3.4495,000±3457±2.604750±9.40109±0.21
D5Time-RMSE162±102400±0.831175±1.48181,250±24263±0.308400±0.58178±0.32
Time-MAE162±102408±0.831175±1.48122,500±31145±1.248400±0.58172±0.20
D6Time-RMSE52±4.6549±5.652000±2.871,323,750±24121±0.101050±3.17675±1.68
Time-MAE53±4.3954±8.032000±2.871,323,750±24114±0.272575±33.61700±1.71
Table 12. Results of the Wilcoxon signed-rank test.
Table 12. Results of the Wilcoxon signed-rank test.
ComparisonAccuracyEfficiency
R+R−p-ValueR+R−p-Value
M1 vs. M27800.00026990.0080
M1 vs. M37800.00027800.0002
M1 vs. M47800.00027800.0002
M1 vs. M57800.000263150.0319
M1 vs. M67800.00027800.0002
M1 vs. M77800.00027170.0046
Table 13. Prediction accuracy (RMSE and MAE) of all tested models with TM on Guangzhou speed data.
Table 13. Prediction accuracy (RMSE and MAE) of all tested models with TM on Guangzhou speed data.
Missing RateM1M2M3M4M5M6M7
0.3RMSE4.60524.79125.56725.59364.70434.66944.7248
MAE2.98453.22763.91783.81783.19973.03873.1974
0.5RMSE4.68304.94245.76746.84414.87464.76454.8171
MAE3.03163.30524.11624.92003.32733.12433.2609
0.7RMSE4.78045.19715.92815.61915.08414.85874.9203
MAE3.14963.56814.25843.80873.50563.22183.3343
Statisticwin/loss6/00/60/60/60/60/60/6
F-rank1.0004.8336.5006.5004.0002.0003.167
p-value0.01560.01560.01560.01560.01560.0156
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

Yang, L.; Ma, Z.; Hou, Y. High-Quality Representation Learning Approach to Spatio-Temporal Traffic Speed Data with Lp,ϵ-Norm. Entropy 2026, 28, 435. https://doi.org/10.3390/e28040435

AMA Style

Yang L, Ma Z, Hou Y. High-Quality Representation Learning Approach to Spatio-Temporal Traffic Speed Data with Lp,ϵ-Norm. Entropy. 2026; 28(4):435. https://doi.org/10.3390/e28040435

Chicago/Turabian Style

Yang, Lei, Ziwen Ma, and Yikai Hou. 2026. "High-Quality Representation Learning Approach to Spatio-Temporal Traffic Speed Data with Lp,ϵ-Norm" Entropy 28, no. 4: 435. https://doi.org/10.3390/e28040435

APA Style

Yang, L., Ma, Z., & Hou, Y. (2026). High-Quality Representation Learning Approach to Spatio-Temporal Traffic Speed Data with Lp,ϵ-Norm. Entropy, 28(4), 435. https://doi.org/10.3390/e28040435

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