Next Article in Journal
Approximation of RCI Set Under p-Norm Ball Constraints for Linear Discrete-Time Systems
Previous Article in Journal
On Some Incommensurate Fractional-Order Reaction–Diffusion Systems: The Degn–Harrison and Its Stability
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Tensor Completion via Linear Combination of Nuclear Norms

1
School of Mathematics and Statistics, Taiyuan Normal University, Jinzhong 030619, China
2
Shanxi Key Laboratory of Intelligent Optimization Computing and Block-Chain Technology, Taiyuan Normal University, Jinzhong 030619, China
3
College of Computer Science and Technology, Taiyuan Normal University, Jinzhong 030619, China
4
School of Mathematics and Statistics, Nanjing University of Science and Technology, Nanjing 210094, China
*
Author to whom correspondence should be addressed.
Symmetry 2026, 18(5), 863; https://doi.org/10.3390/sym18050863 (registering DOI)
Submission received: 2 April 2026 / Revised: 6 May 2026 / Accepted: 15 May 2026 / Published: 19 May 2026
(This article belongs to the Section Mathematics)

Abstract

Tensor completion is commonly formulated by minimizing a convex combination of nuclear norms of mode-wise unfolding matrices. Although effective, the non-negative weight constraint can limit the flexibility of mode balancing, especially when different modes contribute unequally to the reconstruction. In this paper, we propose a tensor completion model based on a linear combination of nuclear norms, where the weights are allowed to take signed values under a normalization constraint. To implement this model, we develop an ADMM-based algorithm, termed FlexHaLRTC, which extends the standard singular value thresholding update to handle both shrinkage for positive weights and expansion for negative weights. Experiments on color image inpainting and video completion show that the proposed method achieves competitive PSNR, SSIM, and RSE results, with more noticeable gains in high-missing-rate settings.

1. Introduction

Tensor completion aims to recover missing entries of partially observed multi-dimensional data by exploiting structural regularity across different modes [1,2,3,4,5,6,7,8]. Because tensors preserve multi-way relationships that are often lost under matrix flattening, tensor-based models have been widely used in image restoration, video processing, recommendation systems, and other applications involving high-dimensional structured data [1,9,10,11,12,13,14,15,16,17]. In many practical scenarios, however, tensor observations are incomplete due to occlusion, transmission errors, sensing limitations, or data corruption [1,18,19], making reliable recovery of missing entries a central problem.
A common modeling assumption is that the underlying tensor admits approximately low-rank structures across its mode unfoldings. Under this assumption, tensor completion can be viewed as a rank minimization problem constrained by the observed entries [20]. Since direct tensor-rank minimization is NP-hard [21], practical methods typically replace rank with tractable surrogates, often employing advanced optimization algorithms such as accelerated gradient or coordinate descent methods [22,23,24]. One of the most widely used formulations minimizes a weighted sum of nuclear norms of the unfolding matrices [11,13,25], leading to the convex combination model
min X i = 1 n α i X ( i ) * s . t . X Ω = T Ω , α i 0 ,
where α i 0 and i = 1 n α i = 1 . This formulation has shown good empirical performance and underlies several influential tensor completion methods, including high-accuracy low-rank tensor completion (HaLRTC) [1].
Despite its practical success, the convex-combination formulation imposes a restrictive weighting rule: all mode weights must be non-negative. This requirement is natural from the convex-analysis viewpoint, but it may also limit the flexibility with which different tensor modes are balanced in reconstruction. In particular, when different modes exhibit heterogeneous structural roles, a purely non-negative weighting scheme may be too rigid to express mode-dependent emphasis or relaxation. Motivated by this observation, we study whether allowing signed weights can provide a useful extension of unfolding-based nuclear-norm regularization.
Based on this idea, we consider the following linear combination model:
min X i = 1 n α i X ( i ) * s . t . X Ω = T Ω , α i R , i = 1 n α i = 1 .
where α i R are predetermined weights satisfying i = 1 n α i = 1 . Relative to the standard convex combination, this model enlarges the admissible weighting space while retaining the same unfolding-based nuclear-norm structure. To solve it numerically, we build on the ADMM framework of HaLRTC and introduce an extended singular value thresholding-style update that handles both positive and negative weights.
Our main contributions are threefold:
  • Model formulation. We extend the standard convex-combination weighting rule to a signed linear-combination framework for unfolding-based tensor nuclear norms.
  • Algorithm design. We develop an ADMM-based algorithm, FlexHaLRTC, with an extended SVT-style update to implement the signed-weight model.
  • Empirical evaluation. We report competitive results on image inpainting and video completion, with more noticeable gains in several high-missing-rate settings.
The remainder of this paper is organized as follows. Section 2 introduces the notation and preliminaries. Section 3 presents our FlexHaLRTC (flexible high-accuracy low-rank tensor completion) algorithm, an ADMM-based method for solving the proposed linear combination model. Section 4 provides experimental results on color image inpainting. Section 5 extends the evaluation to video completion tasks. Section 6 concludes with discussions and future directions.

2. Notation and Preliminaries

We follow standard mathematical conventions. Uppercase letters (e.g., X) denote matrices, lowercase letters (e.g., x i j ) denote scalars, and calligraphic letters (e.g., X ) denote tensors. For a matrix X R m × n , the Frobenius norm is defined as X F : = i , j x i j 2 , and the nuclear norm as X * : = i σ i ( X ) , where σ i ( X ) denotes the i-th largest singular value. The nuclear norm is the tightest convex relaxation of the matrix rank function [26,27]. The singular value decomposition (SVD) of X is denoted as X = U Σ V T , where U R m × r and V R n × r have orthonormal columns, Σ = diag ( σ 1 , , σ r ) with σ 1 σ 2 σ r > 0 , and  r = rank ( X ) . For an n-th order tensor X R I 1 × I 2 × × I n , a mode-i fiber is a vector obtained by fixing all indices except the i-th one, and the mode-i unfolding X ( i ) R I i × j i I j is a matrix formed by arranging all mode-i fibers as its columns. The Tucker rank of X is the tuple ( r 1 , r 2 , , r n ) where r i = rank ( X ( i ) ) . When we refer to rank ( X ) in optimization problems, it denotes the Tucker rank unless otherwise specified. The Frobenius norm of tensor X is defined as X F : = i 1 , , i n X i 1 , , i n 2 , which satisfies X F = X ( i ) F for all i.
For the tensor completion problem, Ω { 1 , , I 1 } × × { 1 , , I n } denotes the set of indices of observed entries, X Ω denotes the restriction of tensor X to Ω , and  T Ω denotes the observed values. Given weight parameters α 1 , , α n , a convex combination requires α i 0 and i = 1 n α i = 1 , while a linear combination allows α i R with the normalization constraint i = 1 n α i = 1 . In the ADMM algorithm, M i ( k ) denotes the auxiliary matrix variable for mode i at iteration k, Y i ( k ) denotes the Lagrange multiplier matrix, and  ρ > 0 is the penalty parameter.
The singular value thresholding (SVT) operator [28] serves as the proximal operator of the nuclear norm. For a matrix A with SVD A = U Σ V T , where Σ = diag ( σ 1 , , σ r ) and threshold τ 0 , the standard SVT is D τ ( A ) = U diag ( max ( σ i τ , 0 ) ) V T , which solves arg min X 1 2 X A F 2 + τ X * and promotes low-rank structure through soft thresholding. To accommodate negative weights, we introduce an extended SVT-style update for negative thresholds: for τ < 0 , we define D τ ( A ) = U diag ( σ i + | τ | ) V T . This extension should be viewed as an algorithmic rule that symmetrically expands singular values when the corresponding weight is negative, rather than as the proximal operator of a convex penalty. The unified definition is
D τ ( A ) = U diag ( max ( σ i τ , 0 ) ) V T , if τ 0 , U diag ( σ i + | τ | ) V T , if τ < 0 .
In our ADMM framework, the threshold for mode i is τ i = α i / ρ . Consequently, when α i > 0 , D τ i induces rank reduction via shrinkage; when α i < 0 , it induces rank enhancement via expansion; when α i = 0 , no thresholding is applied.

3. Optimization Algorithm

As discussed in the previous section, the linear combination model is intended to relax the expressiveness limitations of the traditional convex combination framework by allowing the weights α i to take arbitrary real values, subject only to the normalization constraint i = 1 n α i = 1 . This added flexibility also introduces additional challenges in the optimization procedure.
To efficiently solve the resulting optimization problem, we adopt an Alternating Direction Method of Multipliers (ADMM) framework [29], which is based on the successful HaLRTC algorithm. The ADMM framework is well suited to this problem because it decomposes the objective into simpler subproblems that can be handled efficiently. Our algorithm follows the overall structure of HaLRTC, with the main modification being the singular value thresholding (SVT) step, which is extended to accommodate both positive and negative weights.

3.1. HaLRTC ADMM Framework

The HaLRTC algorithm solves the convex combination tensor completion problem using ADMM. The optimization problem is reformulated by introducing auxiliary variables M i R I i × j i I j for each mode i, representing the low-rank approximations of the mode-unfolding matrices:
min X , { M i } i = 1 n i = 1 n α i M i * s . t . X ( i ) = M i , i = 1 , , n X Ω = T Ω   ,
where α i 0 and i = 1 n α i = 1 . The augmented Lagrangian function is
L ρ ( X , M 1 , , M n , Y 1 , , Y n )   = i = 1 n α i M i * + i = 1 n Y i , X ( i ) M i + ρ 2 i = 1 n X ( i ) M i F 2 .
The ADMM algorithm iteratively updates the variables as follows:
  • Update M i ( k + 1 ) for i = 1 , , n :
This step involves minimizing the augmented Lagrangian with respect to M i :
min M i α i M i * + ρ 2 X ( i ) ( k ) M i + ρ 1 Y i ( k ) F 2 .
The solution is obtained via the singular value thresholding (SVT) operator:
M i ( k + 1 ) = D τ i X ( i ) ( k ) + ρ 1 Y i ( k ) ,
where τ i = α i / ρ . Since α i 0 in HaLRTC, the threshold τ i is non-negative, and the SVT operator shrinks singular values via soft thresholding.
  • Update X ( k + 1 ) :
This step minimizes the augmented Lagrangian with respect to X :
min X : X Ω = T Ω i = 1 n X ( i ) M i ( k + 1 ) ρ 1 Y i ( k ) F 2 .
The solution is
X ( k + 1 ) = P Ω ( T ) + P Ω c 1 n i = 1 n Q i ( k + 1 ) ,
where Q i ( k + 1 ) = fold i ( M i ( k + 1 ) ρ 1 Y i ( k ) ) denotes the tensor reconstructed by folding the matrix back along mode i.
  • Update Y i ( k + 1 ) for i = 1 , , n :
The Lagrange multipliers are updated using
Y i ( k + 1 ) = Y i ( k ) + ρ X ( i ) ( k + 1 ) M i ( k + 1 ) .

3.2. Extension to Linear Combination

We now extend the HaLRTC framework to allow arbitrary real-valued weights α i R subject to the constraint i = 1 n α i = 1 . We refer to this extended algorithm as FlexHaLRTC to emphasize its flexibility in handling both positive and negative weights. Because the signed weights relax the standard non-negativity constraint, the resulting objective should be viewed as a heuristic extension of the original convex-combination model rather than a standard convex optimization problem. The key modification lies in the singular value thresholding step, where the threshold τ i = α i / ρ can now be negative.
Following the unified SVT definition from Section 2, the  M i update becomes
M i ( k + 1 ) = D τ i X ( i ) ( k ) + ρ 1 Y i ( k ) ,
where the extended SVT operator is defined as
D τ ( A ) = U diag ( max ( σ i τ , 0 ) ) V T , if τ 0 , U diag ( σ i + | τ | ) V T , if τ < 0 ,
and A = U diag ( σ 1 , , σ r ) V T is the singular value decomposition of A.
When α i 0 (positive weight), we have τ i 0 , and the SVT operator performs soft thresholding. The element-wise transformation is
σ ˜ j = max ( σ j τ i , 0 ) = σ j τ i , if σ j > τ i , 0 , if σ j τ i .
This shrinkage operation promotes low-rank structures by eliminating small singular values and reducing the magnitude of larger ones.
When α i < 0 (negative weight), we have τ i < 0 , and the SVT operator expands the singular values. The element-wise transformation is
σ ˜ j = σ j + | τ i | , j .
Since τ i < 0 , we have | τ i | = τ i ; thus, this operation uniformly increases all singular values by | τ i | . In algorithmic terms, this expansion increases the influence of mode i in the reconstruction and can counterbalance over-aggressive low-rank shrinkage when the data contains a richer structure than a purely low-rank model can capture.
The negative weights can therefore be interpreted as a flexible way to modulate the relative influence of different tensor modes, rather than enforcing low-rank regularization uniformly across all unfoldings. This interpretation is particularly reasonable for RGB data, where the color mode has only three channels and is structurally different from the spatial modes; using a slightly negative weight helps avoid over-constraining inter-channel variation while preserving the dominant spatial low-rank structure. A heuristic interpretation of this extended SVT update is provided in Appendix A.
The mathematical formulation for our linear combination model is identical to (4), except that the weights α i are no longer constrained to be non-negative. The update rules for X and Y i remain the same as in HaLRTC, with only the M i update step modified to handle negative thresholds through the extended SVT-style update.

3.3. Weight Parameter Selection

In the FlexHaLRTC framework, the weights { α i } i = 1 n are treated as hyperparameters. While theoretical guidelines for optimal weight selection remain an open research question, we adopt an empirical approach. The weights can be chosen based on prior knowledge about the data or tuned on a validation set. For instance, if one mode is known to be more corrupted or less structured, it could be assigned a negative or smaller positive weight. In practice, we found that a mild negative weight on the color mode, such as α 3 = 0.1 in the image experiments, is more stable than using a large negative value. This provides a mechanism for mode-dependent regularization.
In our experiments (Section 4), we demonstrate this process by conducting a grid search on a validation image to identify an effective weight configuration, which is then applied to the entire test set. The complete procedure of our proposed method is summarized in Algorithm 1.
Algorithm 1 FlexHaLRTC algorithm.
Require: Observed entries T Ω , observation index set Ω , weights { α i } i = 1 n with i = 1 n α i = 1
    (may be negative), penalty parameter ρ > 0 , maximum iterations K
Ensure: Completed tensor X
  1:
Initialize Y i = 0 , M i = 0 for i = 1 , , n
  2:
Initialize X Ω = T Ω and X Ω c = 0
  3:
for  k = 1 to K do
  4:
      for  i = 1 to n do
  5:
             Q i unfold i ( X ) + Y i / ρ
  6:
            Compute the SVD Q i = U Σ V T and let σ = diag ( Σ )
  7:
             τ i α i / ρ
  8:
            if  τ i 0  then
  9:
                   M i U diag ( max ( σ τ i , 0 ) ) V T
10:
            else
11:
                   M i U diag ( σ   +   | τ i | ) V T
12:
            end if
13:
      end for
14:
       X Ω c 1 n i = 1 n fold i ( M i ρ 1 Y i ) Ω c
15:
       X Ω T Ω
16:
      for  i = 1 to n do
17:
             Y i Y i + ρ ( unfold i ( X ) M i )
18:
      end for
19:
end for
20:
return  X
FlexHaLRTC extends the traditional ADMM framework by allowing signed weights in the unfolding-based regularization term and by incorporating the corresponding extended SVT-style update. This generalization provides a more flexible mode-dependent regularization mechanism while retaining a simple implementation. In practice, the algorithm exhibits stable empirical behavior under moderate negative weights for the parameter ranges considered in our experiments.

4. Experimental Results

4.1. Experimental Configuration and Implementation Details

To ensure reproducibility and facilitate a fair comparison, we provide comprehensive implementation details for all experiments conducted in this study.

4.1.1. Hardware and Software Environment

All experiments were conducted on a laptop with an Intel Core i5-10200H CPU and 16 GB RAM running Windows 11 (64-bit). We used MATLAB R2021a and Python 3.8.10 (NumPy 1.21.2, SciPy 1.7.1, PyTorch 1.9.0, OpenCV 4.5.3, Matplotlib 3.4.3, scikit-image 0.18.3, Pillow 8.3.1). The seven test images (Airplane, Baboon, Cloudy, House, Panda, Peppers, and Parrot) and the Foreman/Akiyo video sequences are standard public benchmarks widely used in the image and video processing community (e.g., from the USC-SIPI Image Database and other open research repositories). These datasets are publicly available for academic research purposes.

4.1.2. Algorithm-Specific Hyperparameters

For a fair comparison, we used the parameter settings recommended in the original publications for all baselines.
For the proposed FlexHaLRTC and the baseline HaLRTC algorithms, we utilized a fixed-iteration stopping criterion. Specifically, we set the penalty parameter ρ = 10 5 and fixed the maximum iterations at K = 150 . HaLRTC utilized its default uniform weights α = [ 1 / 3 , 1 / 3 , 1 / 3 ] . Conversely, for FlexHaLRTC, the weight configuration α = [ 0.6 , 0.5 , 0.1 ] was determined via a grid search on validation data, where the negative weight on the color mode enables more flexible inter-channel correlation modeling.
For other competing methods, we strictly followed the default parameter settings optimized in their original publications. Specifically, SILRTC [1] was restricted to K = 150 with α = [ 0.2 , 0.7 , 0.1 ] . TNN [13] and WSTNN [30] utilized adaptive penalty updates with their default tolerance ϵ = 10 5 . Lp-TNN [31] was set with truncation parameter p = 0.5 and truncation rank r = 10 . Both tensor ring methods (NTRC and FANTRC [32]) employed regularization parameter λ = 28 with K = 1000 .

4.2. Color Image Restoration Under Random Missing Patterns

4.2.1. Test Dataset and Evaluation Metrics

To evaluate our algorithm under random pixel missing scenarios, we selected seven representative 256 × 256 RGB images (Figure 1) covering natural scenes and complex textures. We simulated uniform random pixel loss from 30% to 90% and compared FlexHaLRTC with seven state-of-the-art tensor completion algorithms (HaLRTC [1], SILRTC [1], TNN [13], WSTNN [30], Lp-TNN [31], NTRC [32], and FANTRC [32]).
The restoration performance was quantitatively evaluated using PSNR, SSIM, and RSE. The peak signal-to-noise ratio (PSNR) is defined as
PSNR = 10 · log 10 MAX 2 MSE ,
where MAX is the maximum possible pixel value (e.g., 255 for 8-bit images) and MSE = 1 m n i , j ( X i j X ^ i j ) 2 is the mean squared error between the original image X and the reconstructed image X ^ . The structural similarity index (SSIM) is defined as
SSIM ( X , X ^ ) = ( 2 μ X μ X ^ + c 1 ) ( 2 σ X X ^ + c 2 ) ( μ X 2 + μ X ^ 2 + c 1 ) ( σ X 2 + σ X ^ 2 + c 2 ) ,
where μ X and μ X ^ are the mean values, σ X 2 and σ X ^ 2 are the variances, σ X X ^ is the covariance, and c 1 and c 2 are small constants for numerical stability. The relative squared error (RSE) is defined as
RSE = X X ^ F X F ,
where X and X ^ denote the original and reconstructed tensors, respectively. Higher PSNR and SSIM values indicate better reconstruction quality, while lower RSE values are preferred.

4.2.2. Empirical Convergence Analysis

Due to the introduction of negative weights in the proposed linear-combination model, establishing a rigorous theoretical convergence proof is non-trivial. Therefore, we provide an empirical convergence study on two representative images, House and Airplane, under a 90% missing rate. We compare FlexHaLRTC with the standard HaLRTC using the same observation masks and report the relative squared error (RSE) along the iterations.
As shown in Figure 2, both methods exhibit stable empirical convergence behavior across different image contents. The RSE curves for both images gradually flatten after approximately 120 iterations. Notably, FlexHaLRTC attains a lower final reconstruction error than HaLRTC in both cases, with final RSE values reaching steady states significantly earlier. These results provide empirical evidence that the proposed algorithm remains stable and robust in practice despite the use of moderate negative weights.
It is worth noting that while the introduction of negative weights provides significant flexibility and performance gains, it also poses a non-trivial challenge for a rigorous theoretical convergence proof, as the objective function may deviate from standard convexity. However, the comprehensive empirical studies conducted on various images consistently demonstrate that FlexHaLRTC maintains a stable and monotonic convergence behavior in practice. We regard the formal mathematical derivation of the convergence boundaries for this flexible weighting scheme as a significant direction for our future research.

4.2.3. Sensitivity Analysis of Weight Parameter α 3

The weight parameters α = [ α 1 , α 2 , α 3 ] balance the contributions of different tensor modes in FlexHaLRTC. To investigate the impact of the negative weight parameter α 3 , we conducted sensitivity experiments on the Baboon image at a 90% missing rate, varying α 3 from 0.5 to 0 while maintaining α 1 = α 2 = ( 1 α 3 ) / 2 .
As shown in Figure 3, moderate negative weights in the color mode ( α 3 [ 0.3 , 0.05 ] ) consistently outperform purely positive configurations, with a clear PSNR improvement peak. However, extreme negative weights ( α 3 < 0.4 ) lead to a sharp degradation in performance and potential numerical instability. This empirical observation supports our choice of α 3 = 0.1 as a robust default for natural image completion.

4.2.4. Sensitivity Analysis of Penalty Parameter ρ

The penalty parameter ρ in the ADMM framework plays a critical role in balancing the convergence speed and solution accuracy. To systematically analyze the impact of ρ , we conducted sensitivity experiments on the Baboon image at a 90% missing rate, testing 35 different ρ values spanning seven orders of magnitude from 1 × 10 7 to 1 × 10 1 .
Figure 4 illustrates the performance variation with respect to the penalty parameter ρ . The results suggest an effective plateau region roughly between 5 × 10 6 and 1 × 10 3 , where the model maintains good reconstruction accuracy and limited sensitivity to parameter variations. Outside this region, performance degrades due to either insufficient regularization or excessive penalty. Consequently, we set ρ = 1 × 10 5 as the default parameter, which lies within this effective range and provides a practical balance between reconstruction quality and numerical stability.

4.2.5. Algorithm Stability Analysis

To assess robustness, we repeated the experiment 10 times with different random seeds (42–51) at four representative values of ρ ( 9 × 10 6 , 1 × 10 5 , 1 × 10 4 , and 1 × 10 3 ).
Figure 5 shows low run-to-run variance in the effective ρ range (PSNR standard deviation below 0.1 dB; RSE standard deviation below 0.003), suggesting stable empirical behavior under random missing patterns. Since this trend is consistent with the ρ -sensitivity results, we treat stability as a supplementary robustness check rather than a separate core finding.

4.2.6. Visual Quality Assessment

To visually demonstrate the effectiveness of our method, Figure 6 presents a comprehensive comparison of reconstruction results for seven test images at a 90% missing rate.
FlexHaLRTC generally provides competitive visual quality (Figure 6), with improved edge preservation and artifact suppression on several images. For instance, it recovers the structural details of House and the textures of Baboon more clearly than SILRTC and TNN. However, the latest results also show that HaLRTC performs better on some highly smooth or strongly correlated cases (such as Cloudy), while Pepper remains an exception, where HaLRTC is clearly better. To support this observation, we computed RGB inter-channel correlations on the seven test images: the mean pairwise correlation of Pepper is 0.5315 (R-G: 0.2944, R-B: 0.4341, G-B: 0.8661), lower than highly correlated images, such as Cloudy (0.9699), House (0.9567), and Panda (0.9678). This weaker cross-channel coupling may partly explain the reduced benefit of a negative color-mode weight on Pepper. Overall, the visual ranking is broadly consistent with the quantitative results.

4.2.7. Quantitative Performance Analysis

Table 1 reports the quantitative evaluation at a 90% missing rate. The results demonstrate that FlexHaLRTC achieves superior performance on the majority of the test set, attaining the highest PSNR or lowest RSE on five out of seven images. Compared to the baseline HaLRTC, FlexHaLRTC provides consistent improvements across most natural scenes, such as House (21.49 dB vs. 20.92 dB) and Baboon (18.72 dB vs. 17.89 dB).
While the average PSNR across all seven images shows a marginal decrease of 0.09 dB, this is primarily attributed to the significant performance gap observed in two specific cases: Cloudy and Pepper. As discussed in Section 3.3, our weight configuration α 3 = 0.1 leverages inter-channel correlations. In images like Pepper, where the cross-channel coupling is relatively weak (mean correlation 0.5315), the benefit of negative color-mode weighting is diminished. However, the consistent gains on the other five images suggest that the proposed signed-weight strategy effectively enhances the expressive power of the unfolding-based model for general natural images. In terms of efficiency, both FlexHaLRTC and HaLRTC exhibit comparable computational costs, typically requiring 62–66 s per image.
Figure 7 illustrates performance trends from a 30% to 90% missing rate on the Cloudy image. The three panels report RSE, PSNR, and SSIM, respectively. FlexHaLRTC performs competitively across the full range and shows more noticeable advantages at higher missing rates. In particular, the gap to HaLRTC becomes more visible beyond 70%, suggesting that the linear-combination weighting is especially useful in high-sparsity settings.

4.3. Cross-Dataset Generalization on Hyperspectral Imaging

To demonstrate the cross-dataset generalization capability of the proposed algorithm, we evaluated its performance on the standard Pavia University hyperspectral image (HSI) dataset. The original data were cropped to a 100 × 100 × 103 sub-volume to serve as a 3-way tensor. We simulated a severe missing scenario with an 80% random missing rate.
Using the weight configuration α = [ 0.6 , 0.5 , 0.1 ] , FlexHaLRTC successfully reconstructed the hyperspectral data, achieving a PSNR of 28.01 dB, an SSIM of 0.7674, and an RSE of 0.180. These results were compared with several baseline methods: SiLRTC (PSNR: 14.10 dB), HaLRTC (PSNR: 31.21 dB), and Matrix Completion (MC) (PSNR: 27.01 dB). These quantitative results confirm that the proposed linear combination model and its corresponding optimization framework maintain stable execution and robust recovery performance across diverse data modalities, extending beyond standard RGB natural images. The visual comparison is shown in Figure 8.

4.4. Color Image Restoration Under Structured Block Missing

In practical applications, missing data often appears in contiguous structured blocks rather than random isolated pixels. To evaluate the robustness of FlexHaLRTC against such challenging scenarios, we conducted a structured block missing experiment on the standard House image ( 256 × 256 ). A contiguous 60 × 60 block of data was removed from the center of the image, severely disrupting the continuous structural information of the scene.
FlexHaLRTC was comprehensively compared against standard algorithms, including HaLRTC and SiLRTC, with Matrix Completion (MC) being applied on the unfolded matrix. The quantitative results demonstrate the significant advantage of the proposed method: FlexHaLRTC achieved a PSNR of 29.47 dB, SSIM of 0.9623, and RSE of 0.063. It outperformed not only HaLRTC (PSNR: 28.17 dB) and SiLRTC (PSNR: 18.32 dB) by a large margin, but also marginally surpassed the Matrix Completion (MC) baseline (PSNR: 29.35 dB). Visually, FlexHaLRTC better preserves the geometric continuity of the occluded regions, confirming that the flexible weight adjustment provides critical regularizations for structured missing data recovery. The visual results with zoom-in details are presented in Figure 9.

5. Video Completion Experiments

5.1. Video Dataset and Experimental Configuration

To further assess the capabilities of FlexHaLRTC in temporal data completion, we evaluate its performance on video completion tasks using the standard Akiyo and Cricket video sequences, widely used benchmarks in video processing research. The original video sequences consist of frames at a CIF resolution ( 352 × 288 pixels). For computational efficiency and a fair comparison with baseline methods, we resized all frames to 176 × 144 pixels using bicubic interpolation while preserving the aspect ratio. We selected frames 1–100 for our experiments to ensure sufficient temporal correlation while maintaining reasonable computational cost.

5.1.1. Video-Specific Implementation Details

For video completion experiments, we employed two distinct tensor formulations. The first approach is single-frame completion, where each frame is treated independently as a 3D tensor with dimensions of height, width, and color channels. The second approach is multi-frame completion, where consecutive frames are stacked into a 4D tensor with dimensions of height, width, color channels, and time. The 4D formulation enables exploitation of temporal correlations across frames, leading to improved temporal consistency.
We simulated random pixel loss at four distinct missing rates of 20%, 40%, 60%, and 80%. For each missing rate, we generated 5 different random missing patterns and reported average performance metrics. The missing patterns were generated using uniform random sampling without replacement, consistent with the image completion experiments.

5.1.2. Algorithm Configuration for Video Completion

For video experiments, we compared FlexHaLRTC against three representative baselines (NTRC, FANTRC, and HaLRTC). We limited the baseline set to methods that are directly applicable to video tensors under our computational budget and implementation setting—to keep the comparison protocol consistent and tractable. To maintain consistency with the image experiments, we followed the same parameter-selection rationale rather than tuning separate settings for each missing rate or test case. Specifically, the penalty parameter and iteration budget were kept unchanged ( ρ = 10 5 and K = 150 for both FlexHaLRTC and HaLRTC). For FlexHaLRTC, the single-frame setting directly adopts the 3D image configuration α = [ 0.6 , 0.5 , 0.1 ] . In the multi-frame setting, this design principle is extended to the temporal mode: positive weights are assigned to the two spatial modes and the temporal mode, while a mild negative weight is retained on the color mode to avoid over-regularizing inter-channel correlations, leading to α = [ 0.5 , 0.5 , 0.3 , 0.3 ] .
HaLRTC: Uniform weights ( α = [ 0.25 , 0.25 , 0.25 , 0.25 ] for 4D, and [ 1 / 3 , 1 / 3 , 1 / 3 ] for 3D), penalty parameter ρ = 10 5 , and fixed maximum iterations K = 150 .
NTRC: Tensor ring rank ( r 1 , r 2 , r 3 , r 4 ) = ( 8 , 8 , 8 , 8 ) for 4D tensors, learning rate η = 0.01 , maximum iterations K = 300 , convergence tolerance ϵ = 10 5 .
FANTRC: Adaptive tensor ring rank with maximum rank 12, learning rate η = 0.01 , maximum iterations K = 300 , convergence tolerance ϵ = 10 5 .

5.2. Single-Frame Completion Results

In the single-frame scenario, each video frame is treated independently as a 3D tensor with the following dimensions: height × width × color channels. This formulation allows for a direct application of the image completion methodology to video data. While this approach does not exploit temporal correlations between frames, it provides a useful reference setting and remains computationally simple.
Figure 10 presents a visual comparison of reconstruction results across four missing rates (20%, 40%, 60%, and 80%) for a representative frame from the Akiyo sequence.
As shown in Figure 10, visual differences become more pronounced as the missing rate increases. At a 20% missing rate, most methods produce acceptable results, while FlexHaLRTC and HaLRTC preserve finer details. At 40% and 60%, NTRC shows increasing blur and FANTRC degrades more noticeably; FlexHaLRTC remains visually competitive with clearer facial structures. At 80%, FlexHaLRTC and HaLRTC still recover recognizable facial content, with FlexHaLRTC showing fewer visible artifacts in this example.
Table 2 provides the quantitative evaluation and broadly agrees with the visual comparison.
FlexHaLRTC achieves the highest PSNR and lowest RSE in this table across all missing rates. For example, at a 40% missing rate, it improves over HaLRTC by 1.94 dB. At a 80% missing rate, it attains 25.38 dB PSNR and 0.771 SSIM, indicating that the reconstruction quality remains reasonable under severe sparsity.
While single-frame completion treats each frame independently, video data exhibits strong temporal correlations that can be exploited for improved reconstruction quality. In multi-frame completion, we stack consecutive frames into a 4D tensor with the following dimensions: height × width × color × time. This formulation allows the algorithm to leverage temporal redundancy, where similar content appears across adjacent frames.
The key challenge in multi-frame video completion is maintaining temporal consistency—ensuring smooth transitions between reconstructed frames without flickering artifacts. Traditional frame-independent methods often produce temporarily inconsistent results, where reconstruction quality varies significantly from frame to frame.
Table 3 summarizes the quantitative performance of FlexHaLRTC across two representative video sequences with different motion characteristics. The Akiyo sequence contains a relatively static background and slow head motion, while the Cricket sequence involves rapid athletic movements.
Figure 11 shows consecutive frames from the Cricket (a) and Akiyo (b) sequences at a 50% missing rate. The reconstructed sequences appear temporally smooth and visually consistent. For the Akiyo sequence, FlexHaLRTC achieves an average PSNR of 30.12 dB and SSIM of 0.9116, as shown in Table 3, demonstrating its high restoration quality even at high missing rates.
Across 100 frames of the Akiyo sequence, the average PSNR/SSIM values are 28.45 dB/0.876 versus 26.08 dB/0.831 for frame-independent processing. These results suggest that the linear-combination framework can be extended to 4D tensors and that it effectively improves temporal consistency in this setting.

6. Conclusions

This paper introduced FlexHaLRTC, a tensor completion method that replaces the standard convex combination of nuclear norms with a linear combination, allowing for negative weight parameters to be obtained. We proposed an extended singular value thresholding (SVT)-style update to handle both shrinkage (for positive weights) and expansion (for negative weights) of singular values within an ADMM-based algorithm.
Experiments on color image inpainting and video completion indicate that FlexHaLRTC performs competitively against the compared baselines, with more noticeable gains in several high-missing-rate settings. Negative weights appear to be useful for modeling mode interactions in many cases, yielding improvements in PSNR, SSIM, and RSE on most tested images. In addition, the video experiments follow the same parameter-selection rationale as the image experiments, suggesting that the proposed signed-weight strategy may transfer beyond a single data modality. However, the current weight selection relies on a grid search, and its generalization across broader data types still requires further study.
Future research directions include (1) developing adaptive or data-driven methods for automatic weight selection, (2) extending the linear combination framework to other tensor decomposition models such as tensor train and Tucker decomposition, and (3) providing a more rigorous theoretical analysis of the optimization dynamics induced by signed weights.

Author Contributions

Methodology, X.Y.; writing—original draft preparation, S.G.; writing—review and editing, K.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The test images (Airplane, Baboon, Cloudy, House, Panda, Peppers, and Parrot) used in this study are openly available in the USC-SIPI Image Database at https://sipi.usc.edu/database/ (accessed on 14 May 2026). The Akiyo and Cricket video sequences are standard benchmarks from the Xiph.org video collection (https://media.xiph.org/video/derf/, accessed on 14 May 2026) and the Video Quality Experts Group (VQEG) (https://www.vqeg.org, accessed on 14 May 2026). The Pavia University hyperspectral dataset is available at https://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes#Pavia_Centre_and_University (accessed on 14 May 2026).

Conflicts of Interest

The authors declare no conflicts of interest. All authors have read and agreed to the published version of the manuscript.

Appendix A. Heuristic Interpretation of the Extended SVT Update

To provide intuition for the negative-threshold update used in FlexHaLRTC, consider the matrix transformation
D τ ( Y ) = U ( Σ + τ I ) V T , τ > 0 ,
where Y = U Σ V T is the singular value decomposition of Y. This transformation keeps the singular vectors unchanged while uniformly increasing the singular values by τ .
In our algorithm, this update is not claimed to be the proximal operator of a convex regularizer. Instead, it serves as a symmetric counterpart to the standard shrinkage rule used when the weight is positive. The purpose of this construction is algorithmic: when a mode is assigned a negative weight, the corresponding unfolding is updated through a singular-value expansion rather than shrinkage.
This interpretation is consistent with the empirical role of negative weights observed in our experiments. Positive weights encourage low-rank structure through standard SVT, whereas negative weights relax this tendency and can help avoid over-regularization for modes whose structure is not well captured by strong low-rank shrinkage. A more rigorous theoretical analysis of this signed-thresholding mechanism is left for future work.

References

  1. Liu, J.; Musialski, P.; Wonka, P.; Ye, J. Tensor Completion for Estimating Missing Values in Visual Data. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 35, 208–220. [Google Scholar] [CrossRef] [PubMed]
  2. Song, Q.; Ge, H.; Caverlee, J.; Hu, X. Tensor Completion Algorithms in Big Data Analytics. ACM Trans. Knowl. Discov. Data 2019, 13, 6. [Google Scholar] [CrossRef]
  3. Yokota, T.; Zhao, Q.; Cichocki, A. Smooth PARAFAC Decomposition for Tensor Completion. IEEE Trans. Signal Process. 2016, 64, 5423–5436. [Google Scholar] [CrossRef]
  4. Zhou, P.; Lu, C.; Lin, Z.; Zhang, C. Tensor Factorization for Low-Rank Tensor Completion. IEEE Trans. Image Process. 2017, 27, 1152–1163. [Google Scholar] [CrossRef]
  5. Filipović, M.; Jukić, A. Tucker Factorization with Missing Data with Application to Low-n-Rank Tensor Completion. Multidimens. Syst. Signal Process. 2015, 26, 677–692. [Google Scholar] [CrossRef]
  6. Xu, Y.; Hao, R.; Yin, W.; Su, Z. Parallel Matrix Factorization for Low-Rank Tensor Completion. arXiv 2013, arXiv:1312.1254. [Google Scholar] [CrossRef]
  7. Chang, Y.; Yan, L.; Zhao, X.L.; Fang, H.; Zhang, Z.; Zhong, S. Weighted Low-Rank Tensor Recovery for Hyperspectral Image Restoration. IEEE Trans. Cybern. 2020, 50, 4558–4572. [Google Scholar] [CrossRef]
  8. Zhao, Q.; Zhou, G.; Zhang, L.; Cichocki, A.; Amari, S.I. Bayesian Robust Tensor Factorization for Incomplete Multiway Data. IEEE Trans. Neural Netw. Learn. Syst. 2015, 27, 736–748. [Google Scholar] [CrossRef]
  9. Becker, H.; Albera, L.; Comon, P.; Gribonval, R.; Merlet, I. EEG Extended Source Localization: Tensor-Based vs. Conventional Methods. NeuroImage 2014, 96, 143–157. [Google Scholar] [CrossRef] [PubMed]
  10. Cong, F.; Lin, Q.H.; Kuang, L.D.; Gong, X.F.; Astikainen, P.; Ristaniemi, T. Tensor Decomposition of EEG Signals: A Brief Review. J. Neurosci. Methods 2015, 248, 59–69. [Google Scholar] [CrossRef]
  11. Gandy, S.; Recht, B.; Yamada, I. Tensor Completion and Low-n-Rank Tensor Recovery via Convex Optimization. Inverse Probl. 2011, 27, 025010. [Google Scholar] [CrossRef]
  12. Lee, H.; Kim, Y.D.; Cichocki, A.; Choi, S. Nonnegative Tensor Factorization for Continuous EEG Classification. Int. J. Neural Syst. 2007, 17, 305–317. [Google Scholar] [CrossRef]
  13. Lu, C.; Feng, J.; Chen, Y.; Liu, W.; Lin, Z.; Yan, S. Tensor Robust Principal Component Analysis with a New Tensor Nuclear Norm. IEEE Trans. Pattern Anal. Mach. Intell. 2019, 42, 925–938. [Google Scholar] [CrossRef]
  14. Wu, Y.; Jin, Y. Efficient Enhancement of Low-Rank Tensor Completion via Thin QR Decomposition. Front. Big Data 2024, 7, 1382144. [Google Scholar] [CrossRef]
  15. Madathil, B.; George, S.N. Twist Tensor Total Variation Regularized-Reweighted Nuclear Norm Based Tensor Completion for Video Missing Area Recovery. Inf. Sci. 2018, 423, 376–397. [Google Scholar] [CrossRef]
  16. Koren, Y.; Bell, R.; Volinsky, C. Matrix Factorization Techniques for Recommender Systems. Computer 2009, 42, 30–37. [Google Scholar] [CrossRef]
  17. Tang, J.; Chang, Y.; Aggarwal, C.; Liu, H. A Survey of Signed Network Mining in Social Media. ACM Comput. Surv. 2016, 49, 42. [Google Scholar] [CrossRef]
  18. Kolda, T.G.; Bader, B.W. Tensor Decompositions and Applications. SIAM Rev. 2009, 51, 455–500. [Google Scholar] [CrossRef]
  19. Acar, E.; Dunlavy, D.M.; Kolda, T.G.; Mørup, M. Scalable Tensor Factorizations for Incomplete Data. Chemom. Intell. Lab. Syst. 2011, 106, 41–56. [Google Scholar] [CrossRef]
  20. Kurucz, M.; Benczúr, A.A.; Csalogány, K. Methods for Large Scale SVD with Missing Values. In Proceedings of the KDD Cup Workshop, San Jose, CA, USA, 12 August 2007; Association for Computing Machinery: New York, NY, USA, 2007; pp. 31–38. [Google Scholar]
  21. Hillar, C.J.; Lim, L.H. Most Tensor Problems Are NP-Hard. J. ACM 2013, 60, 45. [Google Scholar] [CrossRef]
  22. Beck, A.; Teboulle, M. A Fast Iterative Shrinkage-Thresholding Algorithm for Linear Inverse Problems. SIAM J. Imaging Sci. 2009, 2, 183–202. [Google Scholar] [CrossRef]
  23. Ji, S.; Ye, J. An Accelerated Gradient Method for Trace Norm Minimization. In Proceedings of the 26th Annual International Conference on Machine Learning (ICML), Montreal, QC, Canada, 14–18 June 2009; Association for Computing Machinery: New York, NY, USA, 2009; pp. 457–464. [Google Scholar]
  24. Wright, S.J. Coordinate Descent Algorithms. Math. Program. 2015, 151, 3–34. [Google Scholar] [CrossRef]
  25. Recht, B.; Fazel, M.; Parrilo, P.A. Guaranteed Minimum-Rank Solutions of Linear Matrix Equations via Nuclear Norm Minimization. SIAM Rev. 2010, 52, 471–501. [Google Scholar] [CrossRef]
  26. Candès, E.J.; Recht, B. Exact Matrix Completion via Convex Optimization. Commun. ACM 2012, 55, 111–119. [Google Scholar] [CrossRef]
  27. Candès, E.J.; Tao, T. The Power of Convex Relaxation: Near-Optimal Matrix Completion. IEEE Trans. Inf. Theory 2010, 56, 2053–2080. [Google Scholar] [CrossRef]
  28. Cai, J.F.; Candès, E.J.; Shen, Z. A Singular Value Thresholding Algorithm for Matrix Completion. SIAM J. Optim. 2010, 20, 1956–1982. [Google Scholar] [CrossRef]
  29. Boyd, S.; Parikh, N.; Chu, E.; Peleato, B.; Eckstein, J. Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers. Found. Trends Mach. Learn. 2011, 3, 1–122. [Google Scholar] [CrossRef]
  30. Zheng, Y.B.; Huang, T.Z.; Zhao, X.L.; Jiang, T.X.; Ma, T.H.; Ji, T.Y. Tensor N-Tubal Rank and Its Convex Relaxation for Low-Rank Tensor Recovery. Inf. Sci. 2020, 532, 170–189. [Google Scholar] [CrossRef]
  31. Xue, S.; Qiu, W.; Liu, F.; Jin, X. Low-Rank Tensor Completion by Truncated Nuclear Norm Regularization. In Proceedings of the 24th International Conference on Pattern Recognition (ICPR), Beijing, China, 20–24 August 2018; IEEE: Piscataway, NJ, USA, 2018; pp. 2600–2605. [Google Scholar]
  32. Qiu, Y.; Zhou, G.; Zhao, Q.; Xie, S. Noisy Tensor Completion via Low-Rank Tensor Ring. IEEE Trans. Neural Netw. Learn. Syst. 2024, 35, 1127–1141. [Google Scholar] [CrossRef]
Figure 1. The RGB color test image set used in the experiments. These seven typical scenes are used to evaluate the performance of our algorithm.
Figure 1. The RGB color test image set used in the experiments. These seven typical scenes are used to evaluate the performance of our algorithm.
Symmetry 18 00863 g001
Figure 2. Empirical convergence comparison between FlexHaLRTC and HaLRTC on the House and Airplane images at a 90% missing rate in terms of the relative squared error (RSE) versus the iteration number.
Figure 2. Empirical convergence comparison between FlexHaLRTC and HaLRTC on the House and Airplane images at a 90% missing rate in terms of the relative squared error (RSE) versus the iteration number.
Symmetry 18 00863 g002
Figure 3. Sensitivity analysis of weight parameter α 3 on the Baboon image at a 90% missing rate. The algorithm maintains optimal performance within the range of [ 0.3 , 0 ] .
Figure 3. Sensitivity analysis of weight parameter α 3 on the Baboon image at a 90% missing rate. The algorithm maintains optimal performance within the range of [ 0.3 , 0 ] .
Symmetry 18 00863 g003
Figure 4. Sensitivity analysis of penalty parameter ρ : (a) PSNR; (b) SSIM; (c) RSE.
Figure 4. Sensitivity analysis of penalty parameter ρ : (a) PSNR; (b) SSIM; (c) RSE.
Symmetry 18 00863 g004
Figure 5. Stability analysis of FlexHaLRTC: (a) PSNR; (b) SSIM; (c) RSE. Error bars show standard deviation over 10 runs with different random seeds.
Figure 5. Stability analysis of FlexHaLRTC: (a) PSNR; (b) SSIM; (c) RSE. Error bars show standard deviation over 10 runs with different random seeds.
Symmetry 18 00863 g005
Figure 6. Visualcomparison at a 90% missing rate. Left to right: original, observed, SILRTC, TNN, WSTNN, Lp-TNN, NTRC, FANTRC, HaLRTC, FlexHaLRTC.
Figure 6. Visualcomparison at a 90% missing rate. Left to right: original, observed, SILRTC, TNN, WSTNN, Lp-TNN, NTRC, FANTRC, HaLRTC, FlexHaLRTC.
Symmetry 18 00863 g006
Figure 7. Performance trends from a 30% to 90% missing rate on the Cloudy image: (a) RSE; (b) PSNR; (c) SSIM.
Figure 7. Performance trends from a 30% to 90% missing rate on the Cloudy image: (a) RSE; (b) PSNR; (c) SSIM.
Symmetry 18 00863 g007
Figure 8. Visual comparison of hyperspectral image (Pavia University) restoration under a 80% random missing rate: (a) original image; (b) observed data; (c) SiLRTC; (d) HaLRTC; (e) MC; (f) proposed FlexHaLRTC.
Figure 8. Visual comparison of hyperspectral image (Pavia University) restoration under a 80% random missing rate: (a) original image; (b) observed data; (c) SiLRTC; (d) HaLRTC; (e) MC; (f) proposed FlexHaLRTC.
Symmetry 18 00863 g008
Figure 9. Visual comparison of structured block missing recovery on the House image: (a) original image; (b) observed data; (c) SiLRTC; (d) HaLRTC; (e) MC; (f) proposed FlexHaLRTC. Red boxes indicate the zoom-in regions for better visualization of structural continuity.
Figure 9. Visual comparison of structured block missing recovery on the House image: (a) original image; (b) observed data; (c) SiLRTC; (d) HaLRTC; (e) MC; (f) proposed FlexHaLRTC. Red boxes indicate the zoom-in regions for better visualization of structural continuity.
Symmetry 18 00863 g009
Figure 10. Single-frame video completion results for the Akiyo sequence. FlexHaLRTC shows strong visual quality, especially at higher missing rates.
Figure 10. Single-frame video completion results for the Akiyo sequence. FlexHaLRTC shows strong visual quality, especially at higher missing rates.
Symmetry 18 00863 g010
Figure 11. Multi-frame video completion results at a 50% missing rate. (a) Cricket sequence featuring rapid athletic motion; (b) Akiyo sequence featuring stable head motion. FlexHaLRTC maintains high temporal consistency and visual fidelity across different motion types.
Figure 11. Multi-frame video completion results at a 50% missing rate. (a) Cricket sequence featuring rapid athletic motion; (b) Akiyo sequence featuring stable head motion. FlexHaLRTC maintains high temporal consistency and visual fidelity across different motion types.
Symmetry 18 00863 g011
Table 1. Quantitative comparison of image completion methods at a 90% missing rate. Blue indicates best performance.
Table 1. Quantitative comparison of image completion methods at a 90% missing rate. Blue indicates best performance.
Missing Rate = 90%Method
ImageEvaluationSILRTCWSTNNLp-TNNTNNNTRCFANTRCHaLRTCFlexHaLRTC
CloudyRSE0.9970.4950.4940.7830.1530.4000.1030.118
PSNR5.4311.5111.497.4822.2715.4625.1723.96
SSIM0.01610.04300.14270.00740.59240.31360.66540.6057
time7.942.64.54.255.126.962.062.7
PandaRSE0.9990.5690.5520.9290.2370.5700.1960.190
PSNR6.3211.2911.486.6019.7113.8920.4820.72
SSIM0.01890.04280.13960.00930.47240.21690.46900.4397
time8.021.24.32.556.127.864.465.0
AirplaneRSE0.9990.5130.5440.6200.1750.3410.1410.139
PSNR2.697.708.016.0418.3713.6119.6819.84
SSIM0.01090.03830.06900.01240.45260.16540.48070.4790
time8.321.24.31.954.326.162.864.1
BaboonRSE0.9980.5080.5470.7990.2670.5170.2360.215
PSNR5.3611.2310.347.3117.8013.3117.8918.72
SSIM0.02870.05720.11070.1010.34870.18430.33620.3480
time8.321.24.32.259.127.762.465.9
HouseRSE0.9980.4880.5410.7340.2210.4890.1690.158
PSNR5.1310.9011.267.3119.4313.9520.9221.49
SSIM0.05760.04580.01010.01860.50480.26840.53650.5239
time8.021.14.42.260.229.464.465.7
ParrotRSE0.8980.7300.6611.1630.3860.8820.3060.295
PSNR8.1110.3911.146.3417.6612.6017.9418.26
SSIM0.06990.03310.39850.00960.47560.19850.47440.4340
time7.820.94.40.756.727.365.763.7
PepperRSE0.9980.5980.5860.9170.3390.5880.2830.339
PSNR6.0610.629.916.8116.7413.1517.0015.45
SSIM0.08890.04010.11470.01020.40090.15520.34420.2639
time7.820.74.32.657.526.865.964.2
Table 2. Quantitative comparison of single-frame video completion. Blue indicates best; bold indicates second best.
Table 2. Quantitative comparison of single-frame video completion. Blue indicates best; bold indicates second best.
Missing RateMetricNTRCFANTRCHaLRTCFlexHaLRTC
20%PSNR (dB)33.2114.5139.5240.38
SSIM0.9420.1780.9830.980
RSE0.00270.20020.00060.0005
40%PSNR (dB)28.6711.5033.6635.60
SSIM0.8700.1180.9490.957
RSE0.00770.40000.00240.0016
60%PSNR (dB)25.609.7529.0930.73
SSIM0.8020.0810.8810.904
RSE0.01550.59910.00700.0048
80%PSNR (dB)21.328.4924.3725.38
SSIM0.6270.0520.7430.771
RSE0.04170.79960.02070.0164
Table 3. Quantitative performance of FlexHaLRTC for multi-frame video completion at a 50% missing rate.
Table 3. Quantitative performance of FlexHaLRTC for multi-frame video completion at a 50% missing rate.
SequenceMissing RateAvg. PSNR (dB)Avg. SSIMAvg. RSE
Akiyo50%30.120.91160.0048
Cricket50%30.310.90560.0053
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

Yan, X.; Gong, S.; Wang, K. Tensor Completion via Linear Combination of Nuclear Norms. Symmetry 2026, 18, 863. https://doi.org/10.3390/sym18050863

AMA Style

Yan X, Gong S, Wang K. Tensor Completion via Linear Combination of Nuclear Norms. Symmetry. 2026; 18(5):863. https://doi.org/10.3390/sym18050863

Chicago/Turabian Style

Yan, Xihong, Shibo Gong, and Kai Wang. 2026. "Tensor Completion via Linear Combination of Nuclear Norms" Symmetry 18, no. 5: 863. https://doi.org/10.3390/sym18050863

APA Style

Yan, X., Gong, S., & Wang, K. (2026). Tensor Completion via Linear Combination of Nuclear Norms. Symmetry, 18(5), 863. https://doi.org/10.3390/sym18050863

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