1. Introduction
The global transition to electric vehicles (EVs) is a key effort to decarbonize the transportation sector. While EVs produce significantly lower lifetime emissions than internal-combustion-engine vehicles, the carbon footprint of lithium-ion battery (LIB) manufacturing remains a challenge. Producing LIBs emits between 56 and 494 kg of CO
2 per kWh, a range reflecting variation in grid carbon intensity, battery chemistry, and manufacturing location, contributing substantially to an EV’s upfront emissions [
1]. Repurposing retired EV batteries for second-life applications, such as stationary energy storage, can mitigate this impact by extending battery service life, potentially increasing total lifetime use by up to 72% [
2].
Accurate State of Health (SOH) prediction is essential to enabling such second-life applications. However, battery management system (BMS) logs, which are often the primary data source available for retired batteries, are inherently sparse, low-fidelity, and noisy. This challenge is acute in arid climates, where thermal stress during first-life use may accelerate degradation mechanisms such as SEI growth and lithium plating, leading to rapid capacity fade [
2]. Despite its practical importance, modeling battery degradation under these realistic data constraints remains significantly underexplored in the literature.
1.1. The Imperative for a Circular EV Battery Economy and Stakeholder Ecosystem
Rapid EV adoption is accelerating the need for sustainable end-of-life strategies for lithium-ion batteries. As batteries retire from vehicular service, they often retain 70–80% of their initial capacity, making them suitable for less demanding second-life applications such as grid storage and backup power. The linear
‘take, make, dispose’ model for these resource-intensive products is unsustainable [
3]. Life cycle assessments demonstrate compelling benefits for circularity: repurposing batteries for second-life storage can reduce global warming potential by 19.4% and the levelized cost of storage (LCOS) by 32.4% compared to deploying new batteries [
4]. By 2030, the International Energy Agency (IEA) projects that 100–120 GWh of EV batteries will be retired annually, presenting a vast recoverable resource if managed circularly [
5], with recycling and repurposing strategies identified as critical to realizing this potential [
6].
The global push for vehicle electrification extends beyond climate and environmental goals. Governments across developed and developing economies are actively promoting EV adoption to secure or expand their positions in the global automotive value chain [
7]. The EV transition serves dual policy goals: advancing climate objectives while enabling industrial transformation, with nations engaging in green industrial policy competition to upgrade their automotive capabilities [
7]. However, emerging economies face unique structural and behavioral barriers to EV adoption, including infrastructure gaps, policy uncertainty, consumer affordability concerns, and a value–action gap where environmental awareness does not translate into purchase behavior [
8]. The broader policy landscape surrounding vehicle electrification and its downstream implications for battery circularity is examined by Dua [
9], who highlights several policy dilemmas directly relevant to second-life battery markets: the tension between incentivizing EV adoption and ensuring equitable access across developed and developing economies; the debate over continued EV subsidies; and the challenge of addressing global north–south disparities in clean transport investment. Complementing this, Dua et al. [
10] identify the impact of U.S. and European policies on domestic battery industry competitiveness and the effect of rising metal prices on battery markets among the top research priorities for enabling the EV sector. These policy uncertainties compound the technical challenges of SOH prediction, reinforcing the need for decision-ready uncertainty quantification in second-life deployment. The technical contribution of this study therefore aligns with both industrial and regulatory imperatives. Realizing this potential requires a coordinated multi-stakeholder ecosystem. This includes: (i)
primary stakeholders such as energy and reliability engineers and algorithm developers, who govern battery performance, safety, and reliability through engineering standards such as the IEC 62660-3 series [
11]; (ii)
secondary stakeholders comprising EV manufacturers developing circularity strategies, energy companies and utilities integrating second-life batteries into grid storage, and grid planners responsible for long-term infrastructure and resource adequacy under standards such as the IEC 62933 series [
12]; and (iii)
tertiary stakeholders encompassing regulators and policymakers who set frameworks compliant with standards such as the EU Battery Regulation 2023/1542 [
13]. For all, emphasizing sustainability, traceability, and transparency of battery health information across the life cycle, including reuse and second-life applications, is a key decision criterion for reliable SOH estimation. Consequently, SOH prediction is no longer purely a technical problem of accuracy, but a decision-critical task requiring robustness and reliability under uncertainty.
Figure 1 illustrates this hierarchical structure, highlighting the roles and interconnections of each stakeholder tier within the second-life battery ecosystem.
This multi-stakeholder dependency underscores that a purely algorithmic advance is insufficient: a prognostic model must also deliver decision-ready outputs to meet market and regulatory needs.
However, a fundamental data fidelity chasm exists between the scientific understanding and the low-fidelity data provided by conventional BMS during a battery’s first life [
14,
15]. The BMS prioritizes real-time safety and operation through:
monitoring via low-cost sensors that miss critical internal thermal gradients [
16];
protection via threshold-based responses that ignore cumulative damage [
15]; and
balancing that treats symptoms rather than root-cause health issues [
15]. Consequently, historical BMS logs are sparse, noisy, and lack the resolution to identify specific degradation mechanisms. This chasm defines the core data constraint that any viable prognostic model must overcome.
1.2. The Evolution of Predictive Models and Persistent Research Gaps
Predictive modeling has evolved through several stages to bridge this gap:
- 1.
Physics-based and early data-driven models. Early approaches relied on physics-based electrochemical models and Equivalent Circuit Models (ECMs), often combined with filters like the Particle Filter (PF) for state estimation [
17]. While providing a traceable link to battery physics, these models struggle with parameterization under real-world variability and can suffer from particle degeneracy, leading to poor generalization and unreliable remaining useful life (RUL) predictions [
17].
- 2.
Deterministic deep learning models. The advent of large battery cycling datasets catalyzed a shift toward models that learn degradation patterns directly from historical data. Long Short-Term Memory (LSTM) networks became a dominant benchmark, excelling at capturing long-term temporal dependencies in BMS time-series data: voltage, current, temperature [
17]. However, a key limitation of these architectures is the absence of principled uncertainty quantification; their deterministic outputs cannot provide the confidence estimates essential for risk-aware decision-making in second-life applications [
18].
- 3.
Architectural complexity and its limitations. The state-of-the-art has moved toward multi-task and hybrid architectures that jointly estimate SOC and SOH, leveraging their coupled electrochemistry [
16]. Implementations range from parameter-efficient hybrids such as LSTM-GRU [
19] to sophisticated multi-time-scale models such as the Deep Inter and Intra-cycle Attention Network (DIICAN) [
20] and to architectural hybrids combining convolutional feature extraction with sequential modeling [
18]. Recent work has extended these designs with attention-enhanced components and cyclic attention mechanisms to better capture intra-cycle and inter-cycle degradation patterns [
21]. Parallel to this, probabilistic methods such as Conditional Variational Autoencoders (CVAEs) combined with PFs have been integrated to generate full predictive distributions for RUL and provide confidence intervals to better inform decision-making in first- and second-life applications [
18].
Critically, however, the robustness of these architectures under BMS-style variables (sparse, noisy, and low-fidelity) derived from laboratory cycling data remains largely untested. Preliminary evidence suggests that excessive model complexity can lead to unstable training and overfitting when training data are limited [
18], a finding corroborated by the training dynamics observed in this study (
Section 4). Parallel to developments in battery prognostics, the broader challenge of managing renewable energy intermittency has driven substantial research into AI-based forecasting and battery energy storage optimization for grid applications [
22], which examines LSTM and CNN architectures for short-term renewable generation forecasting alongside BESS sizing, placement, and scheduling frameworks. Skrobek et al. [
23] observe that the choice of AI algorithm should be guided by the quantitative or qualitative nature of the problem, yet note that systematic comparative evaluations under identical data constraints remain rare in the energy literature. The present study directly responds to this gap by providing a controlled diagnostic comparison of deterministic (BiLSTM) and probabilistic (TCN-GPR) architectures for battery SOH prediction under identical BMS-style inputs derived from laboratory cycling data.
- 4.
Architectural trade-offs and hybrid probabilistic models. Under data-constrained conditions, simpler recurrent models (LSTM, BiLSTM) remain effective for moderate sequence lengths but are sensitive to noise and sparse data. Transformer-based models, while powerful, require large-scale pretraining and are therefore impractical in low-data regimes. In contrast, Temporal Convolutional Networks (TCNs) have emerged as robust alternatives, capturing long-range temporal dependencies through dilated causal convolutions and training stably under sparse conditions [
24]. Recent TCN advances further incorporate attention mechanisms to improve feature extraction and support interval calibration [
25]. Meanwhile, hybrid deep feature extractors combined with Gaussian Process Regression (GPR), such as CNN-GPR, have demonstrated probabilistic SOH predictions with calibrated confidence intervals [
26]. Building on this, TCN-GPR hybrids have been proposed to automatically extract degradation-relevant features while quantifying prediction uncertainty, directly aligning model design with data-sparse constraints and decision-critical prognostic requirements [
27].
Despite these architectural advances, a fundamental limitation persists across most deep learning approaches: the inability to provide well-calibrated uncertainty estimates. In second-life applications, decisions regarding reuse suitability, operational safety, and economic viability depend not only on predicted SOH but also on the confidence associated with that prediction. Gaussian Process Regression (GPR) offers a principled probabilistic framework that has been applied for SOH forecasting with uncertainty quantification [
26]; when paired with a TCN encoder, it retains the stability and temporal modeling advantages of convolutional architectures while inheriting GPR’s calibrated probabilistic outputs.
While these hybrid approaches demonstrate superior performance on high-resolution laboratory data, they introduce increased computational complexity [
18]. More critically for second-life applications, three gaps persist in the literature, as synthesized in
Table 1:
Data Fidelity Assumption: Most models assume access to high-resolution laboratory cycling data. However, retired EV batteries arrive at second-life integrators with only sparse, low-fidelity BMS logs as their entire operational history. No study has systematically evaluated how this data fidelity gap degrades the performance of state-of-the-art architectures or which architectural features are most sensitive to it.
Untested Complexity: Existing studies overwhelmingly report results for complex hybrid architectures in isolation, without comparing them against well-tuned simpler baselines under the same data constraints. Without such controlled comparisons, practitioners cannot determine whether added architectural complexity is genuinely warranted or merely adds training instability and computational cost.
Uncertainty Awareness: Few models systematically provide well-calibrated uncertainty estimates, yet these are indispensable for second-life deployment. A point-estimate SOH of 75% is insufficient for a grid operator who must decide whether to commission a battery pack for a 10-year storage contract: the confidence interval around that estimate is the operationally decisive quantity. This gap persists despite the availability of principled probabilistic frameworks.
The prevailing assumption that architectural complexity inherently translates to superior performance with noisy, limited BMS data remains empirically unverified. This is a consequential gap: deploying unnecessarily complex models in second-life screening pipelines increases computational overhead, reduces interpretability for regulatory compliance, and may introduce training instability that undermines the very reliability guarantees that operators require. This study directly addresses this gap by evaluating a controlled diagnostic spectrum of architectures, from aggregated-feature BiLSTM baselines through full-waveform deterministic modeling to a probabilistic TCN-GPR hybrid, under BMS-style data constraints to determine what level of model sophistication is genuinely justified for reliable second-life SOH prediction.
This study differs from prior work in three critical respects. First, while most hybrid model evaluations assume access to high-resolution laboratory data, including recent review papers that identify data scarcity as a challenge but do not empirically test solutions [
28], we intentionally constrain all models to the same low-fidelity inputs that would be available from a real retired EV battery management system. Second, prior studies rarely benchmark complex probabilistic hybrids against well-tuned deterministic baselines under identical conditions; we provide a controlled progression from aggregated-feature BiLSTM baselines through full-waveform deterministic modeling to a probabilistic TCN-GPR hybrid. Third, when architectures underperform, existing literature seldom diagnoses why; this study provides component-level analysis to inform model selection under data constraints.
To address the gaps in data fidelity, untested complexity, and uncertainty awareness, this study investigates the following central research question:
How can model complexity be optimized to provide accurate, reliable, and uncertainty-aware SOH predictions from sparse, noisy BMS data for second-life battery applications?
This is operationalized through three specific, falsifiable research questions:
Does increasing input resolution from aggregated cycle statistics to full intra-cycle waveforms improve SOH prediction accuracy in BiLSTM-based architectures, and does increased input resolution compromise training stability?
Do TCNs provide more stable training than BiLSTMs on long intra-cycle waveform sequences under sparse BMS-style data conditions [
29,
30], as measured by convergence behavior and holdout prediction error?
Does augmenting a TCN with GPR yield well-calibrated uncertainty estimates, quantified via negative log-likelihood, without sacrificing point forecast accuracy relative to the deterministic TCN baseline?
1.3. Positioning Relative to Recent Literature
Several recent studies have explored similar architectural directions. Zhang et al. [
27] proposed a TCN-GPR hybrid for battery capacity estimation, demonstrating its effectiveness on laboratory data. Our study builds on this by providing the first controlled diagnostic comparison of TCN-GPR against a waveform BiLSTM under identical low-fidelity inputs, including multi-seed statistical testing to confirm that observed differences are not artifacts of random partitioning. Buchanan [
26] combined CNNs with GPR for SOH prediction; we replace the CNN with a TCN, which is better suited to capturing long-range temporal dependencies in discharge waveforms, and provide comprehensive uncertainty recalibration via isotonic regression. Zhou and Wang [
24] applied TCNs for battery health prognosis but used a deterministic output; we extend this by adding a GPR head to produce calibrated predictive distributions.
This study differs from prior work in three specific methodological advances. First, unlike recent reviews that identify data scarcity as a challenge without empirical testing, we provide controlled diagnostic comparisons of five architectures under identical BMS-style inputs derived from laboratory cycling data, including multi-seed statistical testing to rule out partition artifacts. Second, while prior studies focus on architectural innovation, results suggest that input resolution is associated with larger accuracy gains than architectural complexity under the diagnostic comparison conditions of this study. Third, we introduce isotonic regression recalibration for GPR-based SOH prediction, reducing mean calibration error from 0.138 to 0.010, a post-processing step rarely applied in battery prognostics that offers immediate practical utility for deployed models.
To situate this study within the existing landscape and highlight the distinct contributions of each architecture,
Table 2 presents a systematic taxonomy of recent deep learning and probabilistic SOH prediction studies.
The remainder of this paper is structured as follows:
Section 2 details the materials and methods.
Section 3 presents the empirical results.
Section 4 discusses the findings, including model performance, stability, uncertainty calibration, limitations, and practical implications.
Section 5 concludes the study.
3. Results
3.1. Training Convergence and Stability
Model A. It demonstrated stable convergence with rapid initial learning, reducing training loss by over 99.5% within 10 epochs, as shown in
Figure 6. Validation loss was minimized (~0.0013) by epoch 10–11 before increasing, indicating controlled overfitting via early stopping. The final validation MAE reached 3.0%, establishing a reliable baseline.
Model B. Model B requires no training. The frozen weights of Model A are loaded directly and applied to B0025 at inference time, with no gradient updates, fine-tuning, or exposure to target-cell data at any stage. Accordingly, no training curve is reported for Model B; its evaluation is purely a zero-shot inference result.
Model C. Converged across all five random seeds, with early stopping triggered at epochs [51, 69, 42, 89, 64] for seeds [42, 123, 7, 99, 256], respectively, and best weights restored at epochs [36, 54, 27, 74, 49] (
Figure 7). The mean training and validation loss curves, averaged across seeds with ±1σ bands, confirm consistent convergence behavior across all random initializations. The mean test MAE across all five seeds is 0.46% ± 0.18%, demonstrating stable and accurate SOH prediction.
Model D. The deterministic TCN baseline was trained once on seed = 42 using the same stratified random split and hyperparameters as Models C and E. The model converged stably within 100 epochs, with early stopping triggered at epoch 95 and best weights restored at epoch 47 (based on validation loss). The final test MAE reached 2.99%, establishing a deterministic TCN baseline for architectural comparison with the waveform BiLSTM. Unlike Models C and E, which were evaluated across five seeds, Model D was trained once; therefore, no multi-seed statistics are reported. Both Model C and Model D demonstrated comparable convergence stability under waveform inputs, with neither architecture exhibiting divergence or oscillation; performance differences between the two models are therefore attributable to temporal summarization strategy rather than training dynamics.
Model E. The TCN encoder was trained across five independent random seeds [42, 123, 7, 99, 256] using identical hyperparameters, with training and validation loss averaged across seeds shown in
Figure 8 with ±1σ shaded bands. Across all seeds, the encoder converged stably within the 100-epoch budget, with no seed exhibiting divergence or oscillation, demonstrating the robustness of the TCN architecture to initialization variance. The GPR head was subsequently fitted to 16-dimensional frozen encoder feature vectors using an RBF + WhiteKernel with 20 random restarts. The optimized kernel configuration for the representative seed (seed = 42) converged to RBF (length_scale = 8.73) + WhiteKernel (noise_level ≈ 0.001), where the large length-scale indicates that the GPR perceives the 16-dimensional feature space as relatively smooth: neighboring cycles in feature space have similar SOH values. The near-zero optimized noise level reflects that the GPR attributes most output variance to signal rather than observation noise under this frozen two-stage design.
3.2. Quantitative Performance Comparison
Table 7 summarizes the quantitative results across all five model variants. To ensure robust, seed-independent evaluation, Models C and E were evaluated across five independent random seeds (seeds = [42, 123, 7, 99, 256]), and the mean and standard deviation are reported. Models A and B operate deterministically on a fixed chronological split and are reported for the single held-out partition. Model D was trained once on seed = 42 using the same stratified random split as Models C and E, and its single MAE result is reported in
Table 9 and
Table 10 for reference.
Model D’s results should be interpreted as preliminary evidence of TCN performance under waveform inputs. The comparison between Model C and Model D is diagnostic rather than controlled because multiple architectural elements differ (backbone and temporal summarization strategy). However, the controlled comparison D vs. E isolates the effect of the GPR head, providing direct evidence for the benefit of probabilistic augmentation on the TCN backbone. Per-seed results for Models C and E are reported in
Table 10 to permit direct inspection of seed-level variance and to facilitate replication.
Statistical comparison of Model C vs. Model E. To determine whether Model C’s lower mean MAE represents a statistically reliable advantage, a paired
t-test on the five per-seed MAE differences was conducted (
Figure 9). The differences were [−1.96, −1.29, −1.77, −1.54, −1.72]%, yielding a mean difference of −1.66% and a t-statistic of t(4) = −14.61,
p = 0.0001. This result falls well below the α = 0.05 threshold, providing strong statistical evidence that Model C’s point accuracy advantage is consistent across random initializations and not attributable to a single favorable data partition. Model C outperformed Model E on all five seeds, with differences ranging from −1.29% to −1.96%.
3.3. Analysis of SOH Prediction Trajectories
Model A closely tracked the actual SOH degradation trend (
Figure 10), accurately following the linear mid-life phase with minor deviations at extreme SOH values, achieving a test MAE of 3.00%. The residual distribution showed no systematic directional bias, indicating generalizable learned degradation dynamics.
Model B achieved close tracking with actual SOH values throughout the battery life cycle, including the non-linear knee-point region (
Figure 11), with a test MAE of 2.71%. This provides encouraging preliminary evidence of zero-shot transferability in this controlled two-cell setting (source: B0005, target: B0025). However, generalization to a broader population of cells, with different chemistries, form factors, or degradation histories, remains to be validated on larger multi-cell datasets.
Model C achieved a mean MAE of 0.46% ± 0.18% across five seeds.
Figure 12 presents the mean predicted and true SOH trajectories averaged across all five seeds, with ±1σ bands reflecting seed-to-seed variability in both test set composition and model predictions. The mean predicted trajectory closely follows the true SOH curve with minimal systematic deviation across the full degradation range.
Model D achieved a test MAE of 2.99% at seed = 42 (
Figure 13). The predicted SOH trajectory broadly follows the true degradation trend but exhibits higher error than Model C, particularly in the end-of-life region where capacity fade accelerates non-linearly. This error concentration is consistent with the structural limitation of GlobalAveragePooling1D: by assigning equal weight to all 920 time steps, the pooling operation cannot emphasize the late-discharge voltage plateau where degradation-relevant information is most concentrated. Model D’s MAE also exceeds Model E’s mean MAE, suggesting that GPR augmentation contributes modest point accuracy benefits in addition to uncertainty quantification, likely through Bayesian regularization of the 16-dimensional feature space. Since Model D was evaluated on a single seed, these comparisons should be treated as preliminary reference points rather than seed-robust conclusions.
Model E achieved a mean MAE of 2.12% ± 0.33% across five seeds (
Figure 14). Unlike all other models, Model E produces a calibrated 95% confidence interval around each prediction. Interval sharpness analysis reveals a mean 95% CI width of 19.83% SOH across the 34 test cycles at seed = 42, with limited regional variation: 20.35% SOH in the high-SOH region (SOH > 90%), 17.14% SOH in the mid-SOH region (80–90%), and 20.47% SOH in the end-of-life region (SOH < 80%). After scalar calibration with α = 0.9759, the mean width reduces marginally to 19.35% SOH, with the uniform structure preserved across all SOH regions. Contrary to the theoretical expectation for GPR models, interval width is approximately uniform across the SOH range rather than narrowing in data-dense regions and widening near end-of-life. This near-constant posterior variance is consistent with the large optimized length scale of 8.73 identified in
Section 4.3, which causes the GPR to perceive the 16-dimensional feature space as uniformly smooth regardless of the local SOH region.
Error Distribution Analysis. Figure 15 and
Figure 16 present the absolute error distributions for Models C and E, respectively, pooled across all five random seeds (
n = 170 per model) with a fitted Gaussian overlay.
Model C produces the tightest absolute error distribution across all models. The pooled distribution across five seeds has an MAE of 0.46% and a standard deviation of 0.18%. The histogram is strongly left-concentrated, with the modal bin falling below 1% absolute error and the majority of samples below 2%. The right tail extends to approximately 6–7%, driven by end-of-life cycles where non-linear capacity acceleration introduces prediction difficulty not fully captured during training. The mean signed residual (bias) is −0.12%, indicating near-zero systematic bias, while the standard deviation of signed residuals is 0.73%. The fitted Gaussian underestimates the left peak and overestimates the right tail, confirming the distribution is right-skewed rather than truly Gaussian.
Model E shows a broad absolute error distribution with a pooled MAE of 2.12% and a standard deviation of 1.72% across five seeds. Errors are distributed across the 0–4% range with a heavier right tail extending to approximately 10%. The fitted Gaussian diverges from the empirical histogram, reflecting the additional variance introduced by the GPR’s probabilistic prediction mechanism across heterogeneous train/test splits. The mean signed residual (bias) is −0.27%, indicating that Model E marginally overestimates SOH on average, a conservative bias that is preferable to underestimation in second-life safety contexts. The standard deviation of signed residuals is 2.72%. The higher absolute error standard deviation relative to Model C (1.72% vs. 1.07%) indicates that Model E’s prediction quality is more sensitive to the specific data partition encountered at each seed, a consequence of the two-stage training pipeline where GPR fitting depends entirely on the frozen feature space produced by that seed’s TCN encoder.
3.4. Uncertainty Quantification and Calibration Analysis
This section reports the uncertainty calibration results for Model E exclusively, as all other models produce deterministic point estimates without associated predictive distributions. All analyses are conducted at seed = 42 as it yields the most conservative uncertainty estimate among all five seeds (97.1% coverage versus 100% for all other seeds), ensuring that figures represent a lower bound on Model E’s predictive performance rather than an optimistic case. Calibration quality is assessed via three complementary metrics: empirical 95% coverage, Negative Log-Likelihood (NLL), and Mean Calibration Error (MCE) derived from the reliability diagram.
Raw GPR Uncertainty. The raw GPR posterior, without any post hoc recalibration, produced a 95% empirical coverage of 97.1%, indicating mild overconfidence: the model’s uncertainty intervals were slightly too wide relative to the true error distribution, causing more test points to fall inside the 95% band than the nominal level requires. Inspection of the raw reliability diagram (
Figure 17) reveals a characteristic S-shaped deviation from the calibration diagonal. Observed coverage falls below expected coverage at low confidence levels (α = 0.05–0.50) and overshoots at high confidence levels (α = 0.75–0.95). This S-curve pattern indicates that the GPR assigns insufficient probability mass to narrow intervals at low alpha while assigning excess mass to wide intervals at high alpha. The frozen encoder does not explicitly separate high-uncertainty from low-uncertainty predictions, causing the GPR to suboptimally spread the probability mass across the confidence spectrum.
Scalar Calibration. Scalar calibration was applied via the Brent root-finding method, identifying a multiplicative scale factor α such that recalibrated intervals achieve exactly 95% empirical coverage on the test set. The optimized scale factor was α = 0.9759, marginally shrinking the raw uncertainty intervals by 2.4%. Scalar calibration corrected the 95% endpoint coverage from 97.1% to exactly 95.0% and reduced MCE from 0.1382 to 0.1341, a 3.0% improvement. However, as shown in
Figure 18, the S-curve shape persists at intermediate confidence levels because a single multiplicative factor cannot reshape a non-linear deviation from the diagonal.
Isotonic Regression Recalibration. To address the residual S-curve miscalibration at intermediate confidence levels, isotonic regression recalibration was additionally applied. Applied to the seed = 42 test set, isotonic recalibration reduced MCE dramatically from 0.1382 (raw) to 0.1341 (scalar) to 0.0100 (isotonic), producing a reliability curve closely aligned with the perfect calibration diagonal across all confidence levels, as shown in
Figure 19. The 95% empirical coverage after isotonic recalibration remains 97.1%, identical to the raw GPR, confirming that endpoint coverage is governed by scalar calibration while isotonic recalibration reshapes intermediate confidence levels.
Residual Analysis. Residual analysis is reported for seed = 42, consistent with the representative seed used throughout this study and justified above. As the most conservative seed in terms of coverage, seed = 42 provides a lower-bound characterization of Model E’s uncertainty quality.
Figure 20 presents the full probabilistic residual analysis for Model E. The residual distribution is approximately Gaussian with mean +0.0021 and standard deviation 0.0342, consistent with a low-bias prediction profile. The positive residual mean indicates that Model E marginally underestimates SOH on average; a conservative bias that is preferable to overestimation in a second-life safety context, where overconfidence in a degraded pack could lead to premature system failure.
4. Discussion
4.1. Input Resolution as the Primary Driver of Point Accuracy
Since Models A and C differ simultaneously in input resolution, split strategy, and normalization procedure, the performance gap between them constitutes diagnostic rather than controlled evidence. Direct attribution of the accuracy improvement to input resolution alone is not supported by this comparison in isolation. The controlled within-group comparisons, specifically Model C vs. Model E, where input format and split strategy are held constant, provide the stronger evidential basis for conclusions about the relative contribution of architectural and representational choices.
Three informational advantages explain this result. First, intra-cycle voltage trajectory morphology encodes aging-specific signatures that scalar aggregation destroys. As the LiCoO2 cell ages under repeated 2 A discharge, the constant-current voltage plateau shifts downward and steepens due to increasing ohmic resistance R0 and charge-transfer resistance Rct. The Conv1D layers in Model C detect these local waveform shape changes as degradation-correlated spatial features before the BiLSTM integrates them temporally. Scalar aggregation of V(t) collapses this curvature information irreversibly.
Second, transient dynamics near the constant-current to constant-voltage transition carry prognostic information about impedance growth. As internal resistance increases with cycle count, the onset of the CV hold shifts progressively along V(t), and the voltage relaxation rate during the CV tail changes measurably. These transients span only a fraction of the 920-step sequence but correlate strongly with cumulative SEI film growth. Aggregated statistics average over them; the full waveform retains them as localized temporal features.
Third, the full current waveform I(t) provides implicit SOC trajectory information unavailable to aggregated models. Because SOC evolves as the time-integral of current, the complete I(t) profile allows the encoder to reconstruct the instantaneous energy state at each discharge point. Models A and B receive only a scalar current value per cycle, requiring the network to infer SOC dynamics indirectly, an additional inference burden that elevates prediction error.
Taken together, these three factors suggest that input resolution is associated with meaningful accuracy gains under BMS-style data constraints. However, the comparison between Models A and C involves simultaneous differences in split strategy and normalization procedure and should be interpreted as diagnostic evidence rather than definitive attribution. Controlled multi-factor experiments on larger multi-cell datasets would be required to isolate the contribution of input resolution independently.
4.2. The Accuracy–Uncertainty Trade-Off and Model Selection
Model C achieves superior point accuracy but produces only deterministic predictions. Model E yields a higher mean MAE but uniquely provides calibrated predictive distributions. These two models therefore serve distinct operational needs.
For applications where a point SOH estimate suffices, such as initial triage screening of retired batteries, Model C is the preferred choice. For risk-aware decisions, such as determining suitability for grid storage, setting safety margins, or informing insurance valuations, Model E’s calibrated uncertainty intervals are essential. Its confidence bounds span a mean width of 19.83% SOH, approximately uniform across the SOH range, providing a consistent signal of prediction reliability across all degradation stages. While the theoretical expectation for GPR models is that intervals narrow where training data are densest and widen where data are sparse, the frozen two-stage training design prevents this adaptive behavior from emerging in practice.
The practical value of calibrated uncertainty intervals extends beyond battery SOH prediction into grid-level decision-making. In renewable energy systems with co-located battery storage, AI-based optimization frameworks rely on forecast uncertainty to make risk-aware dispatch decisions, such as whether to store excess solar generation or commit it to real-time markets [
22]. Model E’s approximately uniform confidence bounds, mirror the behavior of well-calibrated renewable forecasting systems, where uncertainty information directly improves economic outcomes and grid reliability. This alignment suggests that probabilistic SOH models like Model E are not merely academic exercises but are directly deployable within existing AI-driven energy management pipelines.
The statistical superiority of Model C on point accuracy should not be interpreted as evidence that Model E is inferior overall. The two models address fundamentally different prognostic requirements, reflecting the multi-stakeholder structure of second-life battery deployment described in
Section 1: primary stakeholders require accurate SOH estimates while secondary stakeholders require uncertainty-qualified reliability assessments for infrastructure planning and regulatory compliance.
4.3. Uncertainty Calibration: Structural Sources and Remediation
Source of S-curve miscalibration. The raw GPR posterior exhibits a characteristic S-shaped deviation from the calibration diagonal (MCE = 0.1382). This arises from a structural limitation of the two-stage training approach: the TCN encoder is optimized for MSE minimization, which provides no incentive to separate high-uncertainty from low-uncertainty predictions in feature space. The GPR consequently perceives the 16-dimensional feature space as uniformly smooth, which is reflected in the large optimized length-scale of 8.73. Specifically, 94.1% of test samples fall within the ±1σ band compared to the expected 68.3% for a correctly calibrated Gaussian, while the ±1.96σ coverage of 97.1% is closer to nominal. This same near-constant posterior variance also governs interval sharpness, discussed next.
Interval sharpness under the frozen design. The mean 95% CI width is 19.83% SOH overall, with minimal regional variation: 20.35% SOH in the high-SOH region (SOH > 90%), 17.14% SOH in the mid-SOH region (80–90%), and 20.47% SOH in the end-of-life region (SOH < 80%). This near-constant width persists after scalar calibration (mean 19.35% SOH, α = 0.9759), confirming the pattern is not an artifact of uncalibrated raw output. The absence of regional adaptation confirms that the GPR does not meaningfully adjust its uncertainty to local data density under the frozen encoder design.
Scalar calibration. Applying a multiplicative scale factor of α = 0.9759 via the Brent method corrected the 95% endpoint coverage from 97.1% to exactly 95.0% and reduced MCE from 0.1382 to 0.1341. However, a single multiplicative factor uniformly contracts all intervals without altering their relative ordering, so the S-curve shape at intermediate confidence levels persists.
Isotonic regression recalibration. Isotonic regression [
32] addresses the S-curve shape identified above by learning a non-linear monotonic correction to the full reliability curve rather than a single scale factor; it does not, however, alter interval sharpness, which remains governed by the frozen encoder’s posterior variance structure as described above. It reduced MCE from 0.1341 to 0.0100, producing a reliability curve closely aligned with the diagonal across all confidence levels. Notably, the 95% empirical coverage remains 97.1% after isotonic recalibration, identical to the raw GPR, confirming that endpoint coverage is governed by scalar calibration while isotonic recalibration corrects intermediate confidence levels. However, with only 34 test samples, the isotonic map is both fitted and evaluated on the same data. The MCE of 0.0100 should therefore be interpreted as an optimistic lower bound subject to overfitting risk. Validation on a larger held-out calibration set or cross-validated application across seeds is required before operational deployment.
End-to-end joint training. The most principled resolution to the interval sharpness limitation is end-to-end joint training of the TCN encoder and GPR head under a negative log-likelihood objective. This would explicitly incentivize the encoder to produce features that separate high-residual from low-residual cycles in feature space, enabling the adaptive sharpness behavior that the frozen design suppresses, rather than features optimized solely for point-estimate accuracy.
4.4. Preliminary Evidence of Cross-Cell Transferability
Model B achieved 2.71% MAE by applying Model A’s weights directly to cell B0025 without retraining, only 0.29 percentage points below within-cell accuracy. This provides preliminary evidence that degradation representations learned from one cell (B0005) may transfer to another cell (B0025) in this controlled two-cell experiment. However, the number of source-target cell pairs is limited, and broader generalization across cell chemistries, form factors, and degradation histories requires validation on larger multi-cell datasets.
4.5. Architectural Complexity Under Data Constraints
Model E achieved 2.12% ± 0.33% MAE with high training stability, outperforming Models A and B. However, its GlobalAveragePooling1D operation assigns equal weight to all 920-time steps, preventing the model from emphasizing the late-discharge voltage plateau where capacity fade information is most concentrated. Model C’s BiLSTM, whose final hidden state naturally summarizes full sequence history with positional sensitivity, does not share this limitation, partially explaining why Model C outperforms Model E despite similar architectural depth.
The deterministic TCN baseline (Model D) achieved a MAE of 2.99% at seed = 42, substantially higher than Model C’s 0.46% ± 0.18% across five seeds. This performance gap, while requiring cautious interpretation due to Model D’s single-seed evaluation, is instructive regarding the design of waveform-based SOH predictors.
The primary structural difference between the two architectures is the temporal summarization strategy. Model C’s BiLSTM produces a final hidden state that naturally summarizes the full sequence history with positional sensitivity: early, middle, and late time steps in the discharge waveform contribute differently to the final representation, with the network learning which temporal regions are most degradation-relevant. The late-discharge voltage plateau, for example, carries critical information about capacity fade and increasing internal resistance.
In contrast, Model D’s TCN employs GlobalAveragePooling1D, which computes the mean activation across all 920-time steps. This operation assigns equal weight to every time step, discarding positional information entirely. The voltage plateau shifts that occur as the cell ages are averaged out, leaving only the mean activation pattern across the entire cycle. This structural limitation is a direct consequence of the design choice to use global averaging rather than a position-sensitive summary. Notably, Model D underperforms Model E despite sharing the same TCN backbone, providing controlled evidence that GPR augmentation contributes point accuracy benefits through Bayesian regularization of the feature space, beyond its primary role in uncertainty quantification.
Model E partially mitigates this limitation through the GPR head’s Bayesian regularization. Even though the TCN encoder still uses GlobalAveragePooling1D, the GPR’s posterior covariance structure can compensate for some of the lost positional information by learning correlations in the 16-dimensional feature space. This explains why Model E outperforms Model D, despite sharing the same TCN backbone. However, the GPR cannot fully recover position-specific information that was discarded by the pooling operation, which explains why Model C still achieves superior point accuracy.
This interpretation is supported by the controlled comparison between Models D and E, which holds the TCN backbone constant while varying only the output head. The improvement from Model D to Model E quantifies the point-accuracy benefit of the GPR head’s regularization. The remaining gap between Model C and Model E reflects the fundamental advantage of position-sensitive temporal summarization over global averaging for this task.
Nevertheless, since Model D was evaluated on only one seed, these comparisons should be interpreted as preliminary. Multi-seed evaluation of the deterministic TCN is identified as a priority for future work to confirm the observed performance differences.
The comparison between Models C and E suggests that, under BMS-style data constraints, input representation design and temporal summarization strategy may have greater impact on prediction accuracy than the choice of convolutional versus recurrent backbone. However, this interpretation is diagnostic rather than definitive, as the two architectures differ in multiple design aspects beyond the backbone choice. This aligns with the data-constrained prognostics literature, which consistently identifies feature engineering and input design as primary performance determinants when training data are limited.
4.6. Limitations and Future Work
Four limitations bound the generalizability of these findings. First, the NASA B0005 dataset was collected under controlled laboratory conditions at a constant ambient temperature (24 °C). Real-world second-life batteries in arid climates experience thermal cycling and irregular usage profiles that may alter degradation dynamics. Future work must validate the diagnostic framework on field-collected BMS logs from deployed second-life systems.
Second, the stratified random split used for Models C and E precludes strict temporal generalization assessment. The chronological split used for Models A and B provides stronger temporal validity but cannot be applied to waveform models without critically reducing test set diversity given N = 168 cycles. Future work should target larger multi-cell datasets permitting both temporal splitting and multi-seed evaluation simultaneously. External validation on an independent dataset would confirm whether Model C is generalizable.
Third, the isotonic recalibration result requires validation on held-out data before operational use. End-to-end joint training of the TCN encoder and GPR head under a negative log-likelihood objective remains the most principled long-term solution to the structural miscalibration identified in
Section 4.3 and is the primary direction for future work. Additional architectural extensions include replacing GlobalAveragePooling1D with attention-based temporal summarization to recover position-sensitive degradation information.
Fourth, this study reports only trainable parameter counts as a proxy for computational complexity, which does not capture the additional overhead of Model E’s GPR head. Systematic wall-clock profiling of training time and per-sample inference latency for all five models on representative deployment hardware was not performed and is identified as future work, enabling a direct cost–benefit comparison between Model C’s lower-latency deterministic output and Model E’s higher-latency but uncertainty-quantified predictions.
5. Conclusions
This study demonstrates that under sparse and noisy battery management system (BMS) data, input resolution appears to have a greater influence on SOH prediction accuracy than architectural complexity under the controlled conditions of this study, though definitive causal attribution across model groups requires further investigation, while probabilistic uncertainty quantification can be achieved at only a modest cost in point-estimation performance. The waveform-based BiLSTM model (Model C) achieved the lowest prediction error and is therefore well suited to high-throughput screening applications, whereas the TCN–GPR framework (Model E) provides calibrated predictive intervals that enable risk-aware decision-making.
Regarding Research Question 2, the deterministic TCN baseline (Model D) demonstrated comparable convergence stability to Model C, with performance differences attributable to temporal summarization strategy rather than training dynamics, while achieving higher prediction error (2.99% MAE) than the BiLSTM (Model C, 0.46% ± 0.18%), suggesting that position-sensitive temporal summarization is more critical than backbone choice for waveform-based SOH prediction under these data conditions. This finding, along with the observation that GPR augmentation improved Model E’s point accuracy over Model D (2.12% ± 0.33% vs. 2.99% MAE), confirms that probabilistic augmentation provides both uncertainty calibration and modest regularization benefits.
A concrete example illustrates the decision-relevant value of uncertainty quantification. Consider classifying retired battery packs as suitable for second-life use if their SOH exceeds 80%. A deterministic model predicting 82% SOH would classify the pack as suitable with no indication of risk. Model E’s 95% confidence interval spans approximately 19.8% SOH around its prediction; for a predicted SOH of 82%, this yields an interval of approximately [72%, 92%], which crosses the 80% threshold and reveals uncertainty that would trigger a second-stage assessment or conservative repurposing to a less demanding application.
The results reveal an inherent accuracy–uncertainty trade-off. For applications where point estimates are sufficient, such as preliminary screening of retired batteries, Model C represents the preferred solution. However, second-life battery deployment involves decisions associated with contractual thresholds, economic value, and operational safety, where deterministic predictions alone provide limited information regarding prediction reliability. In these scenarios, calibrated uncertainty intervals offer an additional layer of confidence by quantifying the likelihood that a battery satisfies the requirements of a given application.
From a practical perspective, uncertainty-aware predictions can support battery reuse qualification, improve economic assessment by reducing the risk of misclassifying valuable or degraded packs, and facilitate more conservative decision-making in safety-critical second-life applications such as stationary energy storage systems. Consequently, deterministic and probabilistic models should be viewed as complementary rather than competing approaches. An efficient screening strategy could employ Model C for rapid initial assessment and reserve Model E for batteries whose predicted SOH lies close to contractual or safety thresholds, where uncertainty information is most valuable.