Next Article in Journal
Coordinated Planning of Flexible Interconnection and Grid-Forming Energy Storage in Low-Voltage Distribution Networks Considering Off-Grid Operation
Previous Article in Journal
Bridging the Information Gap: A Mechanism Design Approach to Forecasting AI’s Power Grid Load
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

BatteryMoE: An Improved Sparse Mixture-of-Experts Transformer for Battery SOH Estimation and RUL Prediction

1
School of Electronic and Information Engineering, South China University of Technology, Guangzhou 510641, China
2
Power Dispatching and Control Center of Guangdong Power Grid Co., Ltd., Guangzhou 510220, China
*
Author to whom correspondence should be addressed.
Energies 2026, 19(11), 2554; https://doi.org/10.3390/en19112554
Submission received: 9 March 2026 / Revised: 1 May 2026 / Accepted: 3 May 2026 / Published: 26 May 2026
(This article belongs to the Section D: Energy Storage and Application)

Abstract

Accurate State of Health (SOH) estimation and Remaining Useful Life (RUL) prediction on uninterruptible power supply (UPS) batteries are critical for ensuring system reliability. However, battery degradation processes exhibit significant non-linearity and non-stationarity, posing challenges for traditional deep learning models in capturing long-term dependencies and handling sensor noise. In this paper, we propose BatteryMoE, a novel normalization-free sparse Mixture-of-Experts (MoE) Transformer designed for robust battery prognostics. Distinct from standard Transformers, BatteryMoE incorporates three key physics-aware architectural innovations: (1) It introduces a dynamic error function mechanism to replace traditional normalization layers, constructing a normalization-free architecture that enhances robustness against high-variance battery data. (2) It adopts an imaginary-enhanced Rotary Positional Embedding that utilizes the full complex-valued attention score to capture both local charge–discharge patterns and global long-term degradation trends, significantly improving RUL extrapolation. (3) A sparse MoE strategy is employed to dynamically activate specialized experts for different aging stages (e.g., linear degradation vs. capacity plunge), balancing model capacity with robust predictive performance. Extensive experiments conducted on five widely used datasets show that BatteryMoE achieved significant results.

1. Introduction

Lithium-ion batteries (LIBs) have become the dominant energy storage solution for mission-critical applications ranging from uninterruptible power supply (UPS) systems in communication base stations and data centers to electric vehicles (EVs) and grid-scale energy storage [1,2,3]. According to the International Data Corporation (IDC), the global Ethernet switch market reached $14.5 billion in Q2 2025, with non-data center segments (campus and branch networks) growing 12.5% year over year, underscoring the expanding infrastructure reliance on reliable backup power. In these safety-critical deployments, the Battery Management System (BMS) plays a pivotal role in ensuring operational continuity, preventing catastrophic failures, and optimizing maintenance schedules through accurate estimation of State of Health (SOH) and prediction of Remaining Useful Life (RUL) [4,5].
However, LIB degradation poses formidable prognostic challenges. The aging process is inherently complex and non-stationary, governed by multiple electrochemical mechanisms including loss of lithium inventory (LLI), loss of active material (LAM), and solid electrolyte interphase (SEI) film growth [6,7]. These degradation pathways exhibit highly non-linear trajectories, with statistical distributions of battery features (e.g., voltage and current profiles and internal resistance) shifting continuously over operational time [8]. Moreover, real-world battery data is often corrupted by sensor noise, measurement artifacts, and the phenomenon of capacity regeneration—a temporary recovery in capacity after rest periods—which further confounds traditional data-driven models [9,10]. While physics-based models such as electrochemical impedance spectroscopy (EIS) and pseudo-two-dimensional (P2D) models offer interpretability and mechanistic insights, they rely heavily on simplified assumptions, require extensive parameter identification (often necessitating invasive testing), and incur prohibitive computational costs for real-time BMS deployment [11,12,13].
Consequently, data-driven approaches, particularly deep learning (DL), have gained prominence in battery prognostics. Recurrent Neural Networks (RNNs) and Long Short-Term Memory (LSTM) networks have been widely adopted to capture temporal dependencies in sequential battery degradation data [4,14,15]. Recent studies have demonstrated that hybrid architectures combining convolutional neural networks (CNNs) with LSTM or gated recurrent units (GRUs) can effectively extract both local features and long-term dependencies, achieving promising SOH estimation and RUL prediction accuracy [16,17,18]. For instance, Li et al. [19] proposed a TCN-GRU-DNN model with dual attention mechanisms to capture capacity regeneration and degradation trends, while Cai et al. [20] developed the DIICAN framework using dual time-scale attention to jointly estimate SOC, SOH, and RUL. Advanced feature engineering approaches have also been explored, such as SSA-DNN for fast EIS acquisition [21] and MC-CNN-TimesNet for multi-scale temporal modeling [22]. Nonetheless, these sequential models suffer from the vanishing gradient problem, lack parallelization capabilities for long-cycle sequence prediction, and struggle with length extrapolation beyond training horizons—a critical limitation for RUL forecasting under evolving operational conditions. Recent studies have demonstrated that LSTM networks remain highly effective for applied engineering and IoT infrastructure problems, particularly when properly tuned to account for seasonality and external factors [23,24]. However, the multivariate complexity of battery degradation—where features like temperature and current interact non-linearly with aging—necessitates even more sophisticated architectures, driving the transition towards Transformer and MoE models capable of capturing both cyclical patterns and long-term distribution shifts.
Recently, the Transformer architecture, underpinned by the self-attention mechanism [25], has revolutionized time-series forecasting by effectively modeling long-range dependencies without recurrence [26]. Several pioneering studies have successfully applied Transformers to battery SOH estimation and RUL prediction [27,28,29,30,31,32]. Notably, Hu et al. [27] integrated wavelet threshold denoising with a Transformer model for RUL prediction, achieving robust generalization in noisy environments, while Gu et al. [28] combined CNN feature extraction with Transformer paradigms to attain remarkable SOH estimation accuracy. More recently, Zhou et al. [29] proposed a denoising autoencoder-enhanced Transformer for capacity degradation prediction, and a generative pre-trained Transformer approach (BatteryGPT) [30] demonstrated exceptional early-stage degradation forecasting with just 30% of the lifecycle data. Despite these advancements, standard Transformers incur quadratic computational complexity with respect to sequence length ( O ( n 2 ) ), rendering them computationally prohibitive for resource-constrained BMS in real-time UPS and EV deployments. Moreover, conventional components such as Layer Normalization (LayerNorm) and Positional Embedding (PE) are inherited from Natural Language Processing (NLP) tasks and are not optimized for the continuous, noisy, and drifting nature of battery sensor data [33,34].
To address the fundamental dilemma between model capacity and computational efficiency, the Mixture-of-Experts (MoE) architecture has emerged as a outstanding solution in large-scale modeling [35]. By activating only a sparse subset of “expert” networks for each input token via a gating mechanism, MoE models can scale up parameters dramatically without a proportional increase in inference cost. The recent Time-MoE framework demonstrated the feasibility of scaling time-series foundation models up to 2.4 billion parameters, achieving state-of-the-art zero-shot forecasting performance across diverse domains [36]. However, directly applying Time-MoE to battery prognostics exposes significant limitations: (1) Its reliance on Root Mean Square Normalization (RMSNorm) is suboptimal for handling the outliers, high-frequency noise, and rapid transients inherent in battery current/voltage measurements. (2) The standard Rotary Positional Embedding (RoPE) [37] lacks the long-context extrapolation capability required for multi-year RUL prediction beyond training horizons, and (3) it does not explicitly account for the global distribution shift caused by progressive battery aging, where the mean and variance of sensor signals drift non-stationarily over hundreds or thousands of charge–discharge cycles [38].
In this paper, we propose BatteryMoE, an improved normalization-free sparse Mixture-of-Experts Transformer specifically tailored for robust SOH estimation and accurate RUL prediction in real-world battery prognostics. Bridging the gap between advanced foundation model architectures and battery electrochemical characteristics, BatteryMoE introduces a novel “RevIN-Derf-MoE” design. First, we replace the standard RMSNorm with a Dynamic error function mechanism [39], constructing a normalization-free attention block that substantially improves generalization on noisy, non-stationary sensor data by adaptively gating feature channels without the instability of traditional normalization layers. Second, to enhance long-horizon RUL extrapolation, we incorporate an imaginary-enhanced Rotary Positional Embedding, which re-introduces the imaginary component discarded in vanilla RoPE, thereby strengthening the capture of long-context dependencies and enabling robust length extrapolation beyond training sequences. Third, we employ Reversible Instance Normalization [38] at the model input and output layers to explicitly mitigate temporal distribution shifts by removing and restoring instance-level mean and variance, effectively isolating aging-induced drift from intrinsic battery dynamics. Finally, we integrate physics-aware feature engineering Incremental Capacity (IC) curve features [40,41] derived from partial charging data, enriching the model with electrochemical domain knowledge while maintaining computational efficiency.
The main contributions of this paper are summarized as follows:
  • We propose BatteryMoE, a specialized sparse Mixture-of-Experts Transformer architecture for battery SOH estimation and RUL prediction. Our work integrates normalization-free MoE with physics-aware features for battery health management, achieving a balance between high prediction accuracy, low inference latency, and long-horizon extrapolation capability. Our contribution lies in aligning advanced attention mechanisms with the unique non-stationary and noisy characteristics of battery degradation data both theoretically and empirically.
  • We introduce a normalization-free design leveraging the dynamic error function (Derf) activation mechanism combined with imaginary-enhanced Rotary Positional Encoding (RoPE++) and Reversible Instance Normalization (RevIN) layers. This synergistic design significantly enhances the model’s robustness against sensor noise, mitigates temporal distribution shifts, and enables reliable extrapolation of degradation trends beyond the training horizon—factors critical for practical RUL forecasting in aging battery systems.
  • We incorporate physics-aware feature engineering Incremental Capacity Analysis (ICA) as an auxiliary feature stream, enabling the model to leverage electrochemical domain knowledge without requiring complex parameter identification or invasive testing procedures, thereby enhancing interpretability and cross-battery generalization.
  • We conduct extensive experiments on multiple public UPS battery datasets (NASA, CALCE, MIT, XJTU, and TJU) and real-world fast-charging datasets. BatteryMoE consistently achieves the lowest MAE and RMSE across all the datasets, demonstrating superior generalization capabilities for both SOH estimation and RUL prediction tasks across diverse operating conditions and battery chemistries.
The remainder of this paper is organized as follows: Section 1 reviews related work on battery SOH/RUL estimation methods and Transformer-based time-series forecasting. Section 2 introduces the background of batteries in power distribution communication networks. Section 3 presents the proposed BatteryMoE architecture in detail, including the normalization-free MoE block, RoPE++ positional encoding, RevIN layers, and IC feature extraction. Section 4 describes the experimental setup, datasets, evaluation metrics, and baseline models and also presents comprehensive experimental results and ablation studies. Finally, Section 5 concludes the paper.

2. Background

2.1. UPS Battery Prognostics in Communication Networks

In power distribution communication networks, network switches are critical nodes responsible for data exchange and instruction transmission. To ensure uninterrupted operation during grid outages, these switches are equipped with UPS systems, typically relying on lithium-ion battery packs. Unlike electric vehicle batteries characterized by frequent charge–discharge cycling, UPS batteries predominantly operate in a float-charge mode, serving as a standby power reserve. However, they must perform reliably during sporadic discharge events. The degradation of UPS batteries is influenced by factors such as ambient temperature fluctuations in outdoor cabinets, as well as occasional deep discharge cycles. Accurate prognosis of the battery’s health status is vital to prevent “silent failures”—where a battery appears healthy under float voltage but fails immediately under load. Therefore, developing a robust data-driven model that can infer health states from charging/discharging data segments is crucial for the reliability of the communication network.

2.2. SOH Estimation and RUL Prediction

(1) State of Health (SOH): SOH is a quantitative indicator of a battery’s current performance relative to its fresh state. In this work, we define SOH based on the maximum available capacity. Let Q r a t e d be the nominal capacity provided by the manufacturer, and let Q t be the maximum discharge capacity measured at the current aging cycle t. The SOH is defined as
SOH t = Q t Q r a t e d × 100 % ,
Typically, a battery is considered to have reached its end of Life (EOL) when the SOH drops to 80%.
(2) Remaining Useful Life (RUL): RUL represents the number of remaining operational cycles (or time) before the battery reaches the EOL threshold. RUL prediction is initialized at a specific Start-of-Prediction (SOP) point, denoted as C s t a r t . In this work, we follow the protocol where the model starts predicting the future trajectory when the battery reaches a certain cycle (e.g., we demonstrate predictions starting from 20% of the total life). Then we employ an iterative rollout (recursive strategy). During the RUL test phase, to predict a lifespan longer than predition horizon H, the model’s output for the current step is fed back as input for the subsequent step. This allows us to forecast far beyond the training horizon. The RUL parameter is defined as the number of cycles remaining from the SOP until the predicted SOH trajectory crosses the EOL threshold (80%). We use linear interpolation between the cycle before crossing and the cycle after crossing to determine the precise EOL point.
RUL t = C E O L C s t a r t
Accurate RUL prediction involves forecasting the future degradation trajectory of the SOH sequence S = { S O H t + 1 , S O H t + 2 , , S O H C E O L } based on historical monitoring data.

2.3. Incremental Capacity Analysis

While voltage and current are direct measurements, they often fail to reveal subtle internal degradation mechanisms such as loss of lithium inventory and loss of active material. ICA transforms the voltage plateaus of the charging curve into identifiable peaks, serving as a powerful “fingerprint” of the battery’s electrochemical state. The IC curve is obtained by differentiating the charging capacity Q with respect to the terminal voltage V:
IC ( V ) = d Q d V Δ Q Δ V = Q k + 1 Q k V k + 1 V k
where k denotes the sampling point within a single charging cycle. As the battery ages, the peaks in the IC curve exhibit characteristic changes: (1) Peak intensity reduction correlates with the loss of active material. (2) A peak position shift indicates an increase in internal resistance and polarization.
Since raw d Q / d V data is extremely sensitive to measurement noise as illustrated in Figure 1, we apply a Gaussian filter to smooth the curve before extracting features. These smoothed IC curves serve as physics-informed inputs for our BatteryMoE model, enabling it to learn from both macroscopic trends and microscopic electrochemical changes.

3. Methodology

3.1. Problem Formulation and Architecture Overview

The objective of BatteryMoE is to predict the future SOH and RUL of the batteries based on historical monitoring data. Let X = { x 1 , x 2 , , x t , , x L } R L × D i n denote the input sequence of length L, where x t R D i n represents the multi-dimensional sensor readings at cycle t. The model aims to map X to the future degradation trajectory Y ^ = { y ^ L + 1 , , y ^ L + H } , where H is the prediction horizon.
As illustrated in Figure 2, the overall architecture of BatteryMoE follows a decoder-only Transformer paradigm enhanced with MoE.
UPS batteries of different brands, models, and usage environments have significant differences in initial capacity, voltage range, and decay rate. To eliminate scale differences between different batteries and focus the model on degradation patterns rather than absolute values, we employ RevIN as an independent standardization step for each battery sequence. The input sequence is first normalized by RevIN to remove global statistical shifts, processed by the BatteryMoE decoder, and finally denormalized to restore the physical scale of the predictions:
x = RevIN ( x ) , y ^ = RevIN 1 ( Decoder ( x ) )

3.2. Physics-Aware Input Feature Engineering

Standard time-series models often rely solely on raw voltage and current, which may obscure subtle electrochemical changes like loss of lithium inventory. We augment the input space with physics-aware features derived from ICA.
(1) Feature Extraction and Alignment: The IC curves are computed exclusively during the constant-current charging phase to avoid the polarization complexities of the constant-voltage phase. To resolve misalignments caused by partial charging and varying voltage ranges across cycles, we strictly interpolate the raw d Q / d V data onto a fixed voltage grid spanning from 3.0 V to 4.0 V with a fixed resolution of 10 mV . This alignment procedure guarantees a consistent 100-dimensional IC feature vector for every cycle.
(2) Quantization Noise Smoothing: We then apply a 1D Gaussian filter with a kernel size of 11 and a standard deviation σ = 1.5 to the interpolated vector before concatenating it point-wise with the scalar voltage V, current I, and temperature T values. A sensitivity analysis indicated that σ < 1 failed to eliminate sensor quantization noise, while σ > 2 caused over-smoothing, erasing critical IC peak shifts corresponding to active material loss. The chosen parameters optimally balance noise reduction and feature preservation.The input vector x t is constructed by concatenating the raw measurements V, I, and T with the smoothed IC values.
(3) Point-wise Tokenization and SwiGLU: To preserve high-frequency temporal details essential for capturing capacity regeneration phenomena, we adopt point-wise tokenization rather than patch-based methods. The raw features are projected into the hidden dimension d m o d e l using a SwiGLU activation layer, which offers superior performance in gating information flow compared to standard ReLU:
h t 0 = SwiGLU ( W i n x t + b i n ) = ( Swish ( W 1 x t ) ( V 1 x t ) ) W 2

3.3. Normalization-Free Block with Derf

Traditional Transformers rely on LayerNorm or RMSNorm to stabilize training. However, normalization can inadvertently suppress the magnitude of features that represent the absolute severity of battery degradation. To mitigate this, BatteryMoE adopts a normalization-free architecture with Derf.
Derf is a point-wise non-linear mapping based on the error function, which naturally bounds extreme outliers (common in battery sensor noise) while maintaining gradient flow. For a hidden state input h , the Derf operation is defined as
Derf ( h ) = γ erf ( α h + s ) + β
where erf ( x ) = 2 π 0 x e t 2 d t . The scaling parameter α , the shift parameter s and the per-channel vector γ , β are all learnable. Unlike RMSNorm which enforces a rigid statistical distribution, Derf acts as a soft saturation mechanism, allowing the model to adaptively filter out high-frequency noise while preserving genuine electrochemical anomalies.
From an optimization perspective, the derivative of the Derf function, d d h erf ( α h ) = 2 α π e ( α h ) 2 , strictly bounds the gradient. This ensures that extreme high-frequency sensor outliers (where h is exceptionally large) produce near-zero gradients, effectively stabilizing the training dynamics without requiring explicit gradient clipping, unlike standard RMSNorm which shifts the entire distribution based on outlier-skewed variance.

3.4. Imaginary-Enhanced Rotary Positional Embedding

Capturing long-term dependencies is crucial for RUL prediction, as the end-of-life state depends on the cumulative aging history. Standard Rotary Positional Embeddings (RoPEs) only utilize the real component of the complex-valued attention score, discarding phase information that encodes global relative distances. To address this, we introduce RoPE++, which re-incorporates the imaginary component to enhance long-context modeling and extrapolation. In the complex domain, the query q t and key k s at positions t and s are rotated by angle θ . RoPE++ computes two distinct attention scores:
  • Real Attention ( A Re ): It focuses on local semantic locality (similar to standard RoPE).
  • Imaginary Attention ( A Im ): It focuses on the global context and long-range decay.
  • The computation is formulated as
A t , s R e = Re n q ˜ t ( n ) ( k ˜ s ( n ) ) * e i θ n ( t s ) = q t T R Θ , s t k s
A t , s I m = Im n q ˜ t ( n ) ( k ˜ s ( n ) ) * e i θ n ( t s ) = ( R π 2 q t ) T R Θ , s t k s
where R Θ is the rotary matrix and R π 2 represents a phase shift rotation. By fusing these two scores, BatteryMoE effectively captures both the immediate charge–discharge behaviors (real) and the long-term degradation trends (imaginary), significantly improving the extrapolation accuracy for future cycles outside the training window.
Formally, the expectation of the real attention score decays according to a cosine integral function C i ( Δ t ) , which is highly sensitive to local semantics but loses focus on distant tokens. Conversely, the imaginary attention expectation follows a sine integral function S i ( Δ t ) , which maintains a higher amplitude over larger relative distances Δ t . This mathematical property proves that the imaginary component intrinsically possesses a stronger capability to capture long-range degradation dependencies.

3.5. Sparse Mixture-of-Experts Layer

Battery aging exhibits distinct stages (e.g., linear aging vs. accelerated non-linear aging). A single dense feed-forward network (FFN) often struggles to adapt to these varying dynamics. We replace the standard FFN with a Sparse MoE layer.
The MoE layer consists of N expert networks { E 1 , , E N } and a router G. For each token h t , the router computes a gating probability as
G ( h t ) = Softmax ( h t W g )
To ensure computational efficiency, we employ Top-K routing, activating only a sparse subset of experts (e.g., K = 2 ) for each token:
y t = i TopK ( G ( h t ) ) G ( h t ) i · E i ( h t )
This mechanism allows specific experts to specialize in different health stages (e.g., Expert A for fresh batteries and Expert B for the "knee-point" phase), enhancing model capacity without increasing inference latency. Selecting the Top-K out of N experts yields C ( N , K ) distinct compositional paths. Because the router assigns continuous probability weights to the selected experts, the network dynamically blends representations, providing high flexibility to model complex, hybrid degradation states where multiple electrochemical mechanisms occur simultaneously.

3.6. Multi-Resolution Forecasting Head

To balance short-term accuracy (fluctuation tracking) and long-term trend stability, we employ a multi-resolution output head. The final hidden states are projected through multiple linear layers, each corresponding to a different forecasting resolution { r 1 , r 2 , , r m } . The final loss is a weighted sum of errors at these different temporal scales, forcing the model to learn representations that are robust across both short and long horizons.

3.7. Implementation Details of Core Components

To ensure exact reproducibility, the specific formulations of the core components within each decoder layer are defined as follows: Derf Insertion: Derf entirely replaces RMSNorm and is applied strictly pre-attention and pre-FFN. No residual scaling is used because the affine parameters γ , β within Derf natively handle scale restoration. RoPE++ Fusion: The real and imaginary logits are scaled standardly by 1 / d before fusion. The fusion is an unweighted element-wise addition prior to softmax:
A f i n a l = Softmax ( A R e d + A I m d )
MoE Auxiliary Loss: We utilize the Switch-Transformer standard load-balancing loss to prevent expert collapse:
L a u x = α · N i = 1 N f i · P i
where N is the number of experts, f i is the fraction of tokens dispatched to expert i, P i is the average routing probability allocated to expert i, and the scaling factor is α = 0.01 . No routing noise or capacity factor dropping was applied, as the sequence lengths were manageable.
Layer-wise Forward Pass:
x = RevIN ( x )
h i n = x + SelfAttention ( RoPE + + ( Derf ( x ) ) )
h o u t = h i n + SparseMoE ( Derf ( h i n ) )
y ^ = RevIN 1 ( Decoder ( h o u t ) )

4. Experiment

To rigorously evaluate the performance of BatteryMoE in SOH estimation and RUL prediction, we conducted extensive experiments on five widely recognized open-source battery datasets. We compared our model against a comprehensive set of baselines, ranging from classical recurrent networks to state-of-the-art Transformers.

4.1. Datasets and Preprocessing

We utilized five distinct datasets to ensure the generalization capability of BatteryMoE across different battery chemistries, operational conditions, and aging protocols:
  • NASA Battery Dataset: We selected the widely used B0005, B0006, B0007, and B0018 batteries. These were cycled at room temperature (24 °C) with a standard constant-current–constant-voltage (CC-CV) charging and constant-current (CC) discharging protocol.
  • CALCE Battery Dataset: We utilized the CS2 series (e.g., CS2-35, CS2-36, CS2-37, and CS2-38), which focuses on high-temperature aging (multi-stage degradation) and provides rigorous benchmarks for SOH tracking.
  • MIT Fast-Charging Dataset: This massive dataset involves 124 LFP/Graphite cells cycled under various fast-charging policies. It serves as a stress test to determine our model’s ability to handle rapid degradation and complex charging profiles.
  • XJTU Battery Dataset: It provides run-to-failure data for 15 batteries under different discharge rates (1C, 2C, and 3C), allowing us to evaluate robustness against varying load profiles typical in UPS scenarios.
  • TJU Battery Dataset: It is used to validate the model’s performance on high-capacity cells with long cycle lives by testing the long-term dependency modeling of the imaginary-enhanced PE module.
Data Preprocessing: For all datasets, we extracted the voltage, current, and temperature profiles. The IC curves were derived using Gaussian smoothing to mitigate sensor noise. We employed a sliding window strategy with a look-back window size of L = 96 and a prediction horizon of H { 12 , 24 , 48 , 96 } to generate input–output pairs.
To strictly prevent data leakage and ensure fair evaluation, we applied dataset-specific split protocols as shown below. (1) Multi-cell Datasets (MIT and XJTU): We utilized a strict leave-cell-out protocol. For the MIT dataset (124 cells), 86 cells were used for training, 13 cells were used for validation, and 25 cells entirely unseen were used for testing. For the XJTU dataset (15 cells), 10 were used for training, two were used for validation, and three were used for testing. (2) Single-cell Datasets (NASA, CALCE and TJU): We applied a chronological split per cell, dividing the datasets into training (60%), validation (20%), and testing (20%) sets. Importantly, window generation was performed strictly within each split. The RevIN model computes the mean and variance dynamically per input sequence window during both training and inference.

4.2. Evaluation Metrics

The prediction performance is comprehensively quantified using two different sets of evaluation metrics.

4.2.1. SOH Estimation Metrics

The accuracy of SOH estimation is evaluated using the Root Mean Square Error (RMSE) and Mean Absolute Error (MAE).
The RMSE measures the magnitude of the prediction errors, effectively assigning higher penalties to larger forecasting deviations:
RMSE = 1 N i = 1 N ( y i y ^ i ) 2
The MAE provides a linear and robust measure of the average magnitude of the estimation errors:
MAE = 1 N i = 1 N y i y ^ i
where y i is the ground-truth SOH value, y ^ i is the predicted value, and N is the total number of prediction samples within the evaluated horizon.

4.2.2. RUL Prediction Metrics

For RUL prediction, we adopt MAE along with a critical domain-specific metric, the EOL Cycle Error. The MAE evaluates the average absolute cycle deviation between the predicted degradation trajectory and the ground-truth sequence over the forecasting horizon.
The EOL Error specifically quantifies the absolute cycle difference between the true EOL point ( T t r u e ) and the predicted EOL point ( T ^ E O L ) where the battery’s SOH drops below the 80% failure threshold:
E r r o r E O L = T t r u e T ^ E O L
Furthermore, to ensure the statistical significance, robustness, and strict reproducibility of our evaluation, all metrics reported in the subsequent experiments are computed as the average over five independent runs utilizing different random seeds. The results are systematically denoted in the format of mean ± standard deviation (Std).

4.3. Baselines

We benchmarked BatteryMoE against six established methods that are categorized into recurrent, convolutional, and Transformer-based architectures:
  • LSTM and GRU: Classical Recurrent Neural Networks (RNNs) are widely used in battery prognostics for their ability to handle sequential data.
  • CNN-LSTM: It is a hybrid architecture where CNN layers extract local features from voltage curves, followed by LSTM layers for temporal modeling.
  • TCN (Temporal Convolutional Network): It uses dilated causal convolutions to model long-term history, serving as a strong non-RNN baseline.
  • Transformer (Vanilla): It is the standard Transformer model with sinusoidal positional encoding and LayerNorm, serving as a baseline to validate our architectural improvements.
  • FEDformer (Frequency-Enhanced Decomposed Transformer): It is a highly competitive long-horizon time-series forecasting model that utilizes seasonal-trend decomposition and frequency-domain sparse attention. It serves as a robust baseline for evaluating long-term global trend modeling under non-stationary conditions.
  • PatchTST (Patch Time-Series Transformer): It is the current state-of-the-art multivariate time-series forecasting model that uses channel independence and patching. It serves as the strongest competitor.

4.4. Implementation Details

BatteryMoE was implemented in Python 3.11, PyTorch 2.1.2 and trained on NVIDIA A100 GPUs. The key hyperparameters were set as follows: hidden dimension: d m o d e l = 128 , number of layers: N l a y e r s = 4 , and number of experts: N e x p e r t s = 8 with Top- K = 2 active experts. The initial learning rate was set to 1 × 10 3 with a cosine annealing scheduler. We utilized the AdamW optimizer and a batch size of 32. The Derf module parameters were initialized with α = 1.0 and s = 0 .

4.5. Main Results

4.5.1. SOH Estimation Performance

Table 1 summarizes the SOH estimation results across the five datasets. To ensure a rigorous evaluation, all results are reported as the average of five independent runs with random seeds (mean ± Std). Notably, BatteryMoE outperforms both classical deep learning architectures and advanced Transformer-based models. For instance, on the NASA dataset at H = 24 , BatteryMoE achieves an RMSE of 0.56%, outperforming the strong PatchTST baseline (0.72%) and FEDformer (0.91%). This performance gap is maintained across datasets with inherently different noise profiles, such as the highly fluctuating CALCE dataset, where BatteryMoE continues to deliver the lowest RMSE (0.62% at H = 12 ). As the prediction horizon expands to H = 96 , the difficulty of SOH estimation increases due to accumulated errors and temporal distribution shifts. Traditional recurrent models exhibit severe degradation (e.g., LSTM reaches 2.85% RMSE on CALCE). In contrast, BatteryMoE exhibits exceptional long-term extrapolation capabilities and maintains a highly competitive RMSE of 0.79%, indicating that the integration of the Derf mechanism and RoPE++ effectively preserves long-range dependencies and mitigates error accumulation.

4.5.2. RUL Prediction Performance

Table 2 and Figure 3 present the RUL prediction results, which were evaluated using the MAE and EOL Error across five random seeds. Predicting RUL is inherently challenging as it requires the model to accurately forecast the trajectory until the SOH degrades to the 80% failure threshold. BatteryMoE achieves the lowest EOL Error across all five datasets. Compared to competitive models like PatchTST and FEDformer, BatteryMoE demonstrates a lower standard deviation, in other words, a strict confidence interval, indicating that the sparse MoE routing mechanism effectively activates appropriate subnetworks to capture the accelerated capacity plunge near the end of life. The reduction in MAE is particularly notable on datasets with complex operating profiles, such as XJTU and TJU. By seamlessly integrating physics-aware IC features with a normalization-free backbone, BatteryMoE avoids masking sudden, genuine physical capacity drops. This makes RUL prediction highly reliable, demonstrating strong potential for future edge BMS applications, pending rigorous latency and embedded hardware benchmarking.

4.5.3. Capacity Regeneration Phenomena

Furthermore, an analysis of local capacity regeneration phenomena—sudden spikes in SOH after rest periods—revealed that PatchTST, due to its patch-based tokenization, tended to over-smooth these high-frequency details. In contrast, BatteryMoE’s point-wise tokenization combined with the SwiGLU activation allowed it to accurately track these sudden regenerative spikes without lagging, as illustrated in Figure 4.

4.6. Ablation Studies

To validate the effectiveness of the proposed components, we conducted ablation studies on the combined dataset (averaged results).
  • w/o Derf (using RMSNorm): Replacing Derf with standard RMSNorm resulted in a 6.5% increase in RMSE. This confirms that the normalization-free design with dynamic saturation is more robust to battery sensor noise.
  • w/o RoPE++ (using RoPE): Reverting to standard RoPE caused a degradation in RUL prediction accuracy, Specifically, when predicting at a long horizon ( H = 96 ), disabling the imaginary attention branch resulted in an 9.4% increase in MAE on the NASA dataset, validating the contribution of the imaginary attention component in capturing global degradation trends.
  • w/o Sparse MoE (using Dense FFN): Replacing the MoE layer with a dense FFN increased inference latency by 40% (at an equivalent parameter count) and slightly reduced accuracy on the variable-condition XJTU dataset, proving that experts specialize effectively in different discharge rates.
  • w/o Physics-Aware Input: Removing the IC curve features led to a performance drop on the CALCE dataset, demonstrating that physics-aware features are essential for detecting multi-stage aging.

5. Conclusions

In this paper, we proposed BatteryMoE, a novel normalization-free sparse Mixture-of-Experts Transformer designed for high-stakes UPS battery prognostics. By bridging the gap between advanced large language model architectures and electrochemical degradation mechanisms, we addressed the critical challenges of non-stationarity and long-term dependency in battery aging.
Our contributions are threefold. First, we introduced a normalization-free block powered by the dynamic erf mechanism. Unlike rigid normalization layers, Derf provides a soft saturation capability that effectively filters high-frequency sensor noise while preserving the absolute trend of capacity fading, proving crucial for robust SOH estimation under fast-charging conditions. Second, we integrated an enhanced Positional Embedding that re-incorporates the imaginary component of the attention score. Theoretical analysis and empirical results confirm that this imaginary branch captures the global context and long-range dependencies significantly better than the standard RoPE, enabling precise RUL extrapolation beyond the training horizon. Third, the sparse MoE architecture allowed the model to dynamically allocate computational resources, activating specialized experts for distinct aging stages. Extensive experiments on five public datasets demonstrated that BatteryMoE achieves a great performance, outperforming the PatchTST model with an average RMSE reduction of around 20% in SOH estimation. The robust generalizability to unseen cells demonstrate that the proposed architecture not only suppresses high-frequency measurement noise but also accurately captures the authentic non-linear physics of battery degradation, making it a highly reliable solution for real-world UPS diagnostics.
While the sparse architecture theoretically reduces active FLOPs compared to dense counterparts, its practical latency on embedded edge BMS hardware remains a hypothesis to be validated. Future work will focus on two directions: (1) deploying BatteryMoE on resource-constrained edge BMS chips via model quantization and knowledge distillation and (2) extending the framework to a multi-modal foundation model that incorporates EIS data for even earlier fault detection.

Author Contributions

Conceptualization, X.M. and C.Y.; Methodology, X.M. and J.T.; Software, X.M. and C.Y.; Validation, P.Z., X.M., J.T. and C.Y.; Formal analysis, J.T. and C.Y.; Investigation, X.M., J.T. and C.Y.; Resources, P.Z., J.F. and J.Z.; Writing—original draft, X.M.; Writing—review & editing, P.Z., J.F., J.Z., X.M. and J.T.; Visualization, X.M. and J.T.; Supervision, P.Z., J.F. and J.Z.; Project administration, P.Z., J.F., J.Z., X.M. and J.T.; Funding acquisition, P.Z., J.F. and J.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research is funded by Key Technologies for Security Defense and Intelligent Operation and Maintenance of Self-healing Distribution Communication Network 036000KC23090008 (GDKJXM20231043) of Power Dispatching and Control Center of Guangdong Power Grid Co., Ltd.

Data Availability Statement

The original contributions presented in the study are included in the article, further inquiries can be directed to the corresponding author.

Conflicts of Interest

Authors Peiming Zhang, Jiajia Fu and Jian Zhang were employed by the company Power Dispatching and Control Center of Guangdong Power Grid Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Liang, Y.; Zhao, C.Z.; Yuan, H.; Chen, Y.; Zhang, W.; Huang, J.Q.; Yu, D.; Liu, Y.; Titirici, M.M.; Chueh, Y.L.; et al. A review of rechargeable batteries for portable electronic devices. InfoMat 2019, 1, 6–32. [Google Scholar] [CrossRef]
  2. Harper, G.; Sommerville, R.; Kendrick, E.; Driscoll, L.; Slater, P.; Stolkin, R.; Walton, A.; Christensen, P.; Heidrich, O.; Lambert, S.; et al. Recycling lithium-ion batteries from electric vehicles. Nature 2019, 575, 75–86. [Google Scholar] [CrossRef] [PubMed]
  3. Xiong, R.; Kim, J.; Shen, W.; Lv, C.; Li, H.; Zhu, X.; Zhao, W.; Gao, B.; Guo, H.; Zhang, C.; et al. Key technologies for electric vehicles. Green Energy Intell. Transp. 2022, 1, 100041. [Google Scholar] [CrossRef]
  4. Almaita, E.; Alshkoor, S.; Abdelsalam, E.; Almomani, F. State of charge estimation for a group of lithium-ion batteries using long short-term memory neural network. J. Energy Storage 2022, 52, 104761. [Google Scholar] [CrossRef]
  5. He, H.; Sun, F.; Wang, Z.; Lin, C.; Zhang, C.; Xiong, R.; Deng, J.; Zhu, X.; Xie, P.; Zhang, S.; et al. China’s battery electric vehicles lead the world: Achievements in technology system architecture and technological breakthroughs. Green Energy Intell. Transp. 2022, 1, 100020. [Google Scholar] [CrossRef]
  6. Ren, D.; Hsu, H.; Li, R.; Feng, X.; Guo, D.; Han, X.; Lu, L.; He, X.; Gao, S.; Hou, J.; et al. A comparative investigation of aging effects on thermal runaway behavior of lithium-ion batteries. ETransportation 2019, 2, 100034. [Google Scholar] [CrossRef]
  7. Vennam, G.; Sahoo, A.; Ahmed, S. A survey on lithium-ion battery internal and external degradation modeling and state of health estimation. J. Energy Storage 2022, 52, 104720. [Google Scholar] [CrossRef]
  8. Rauf, H.; Khalid, M.; Arshad, N. Machine learning in state of health and remaining useful life estimation: Theoretical and technological development in battery degradation modelling. Renew. Sustain. Energy Rev. 2022, 156, 111903. [Google Scholar] [CrossRef]
  9. Zhou, D.; Li, Z.; Zhu, J.; Zhang, H.; Hou, L. State of health monitoring and remaining useful life prediction of lithium-ion batteries based on temporal convolutional network. IEEE Access 2020, 8, 53307–53320. [Google Scholar] [CrossRef]
  10. He, K.; Dai, X.; Li, X.; Zhou, R.; Lin, F.; Zhang, W.; Ma, H. State of health and remaining useful life full lifecycle prediction for lithium-ion battery based on frequency domain interpolation and phased approach. Ionics 2025, 31, 11783–11796. [Google Scholar] [CrossRef]
  11. Gao, Y.; Liu, K.; Zhu, C.; Zhang, X.; Zhang, D. Co-estimation of state-of-charge and state-of-health for lithium-ion batteries using an enhanced electrochemical model. IEEE Trans. Ind. Electron. 2021, 69, 2684–2696. [Google Scholar] [CrossRef]
  12. Wang, Q.K.; Shen, J.N.; Ma, Z.F.; He, Y.J. Decoupling parameter estimation strategy based electrochemical-thermal coupled modeling method for large format lithium-ion batteries with internal temperature experimental validation. Chem. Eng. J. 2021, 424, 130308. [Google Scholar] [CrossRef]
  13. Zhang, Q.; Huang, C.G.; Li, H.; Feng, G.; Peng, W. Electrochemical impedance spectroscopy based state-of-health estimation for lithium-ion battery considering temperature and state-of-charge effect. IEEE Trans. Transp. Electrif. 2022, 8, 4633–4645. [Google Scholar] [CrossRef]
  14. Zhang, Y.; Li, Y.F. Prognostics and health management of Lithium-ion battery using deep learning methods: A review. Renew. Sustain. Energy Rev. 2022, 161, 112282. [Google Scholar] [CrossRef]
  15. Li, Y.; Liu, K.; Foley, A.M.; Zülke, A.; Berecibar, M.; Nanini-Maury, E.; Van Mierlo, J.; Hoster, H.E. Data-driven health estimation and lifetime prediction of lithium-ion batteries: A review. Renew. Sustain. Energy Rev. 2019, 113, 109254. [Google Scholar] [CrossRef]
  16. El Fallah, S.; Kharbach, J.; Vanagas, J.; Vilkelytė, Ž.; Tolvaišienė, S.; Gudžius, S.; Kalvaitis, A.; Lehmam, O.; Masrour, R.; Hammouch, Z.; et al. Advanced state of charge estimation using deep neural network, gated recurrent unit, and long short-term memory models for lithium-Ion batteries under aging and temperature conditions. Appl. Sci. 2024, 14, 6648. [Google Scholar] [CrossRef]
  17. Yao, Q.; Kollmeyer, P.J.; Lu, D.D.C.; Emadi, A. A comparison study of unidirectional and bidirectional recurrent neural network for battery state of charge estimation. In Proceedings of the 2024 IEEE Transportation Electrification Conference and Expo (ITEC); IEEE: Piscataway, NJ, USA, 2024; pp. 1–6. [Google Scholar]
  18. Shu, X.; Shen, J.; Li, G.; Zhang, Y.; Chen, Z.; Liu, Y. A flexible state-of-health prediction scheme for lithium-ion battery packs with long short-term memory network and transfer learning. IEEE Trans. Transp. Electrif. 2021, 7, 2238–2248. [Google Scholar] [CrossRef]
  19. Li, L.; Li, Y.; Mao, R.; Li, L.; Hua, W.; Zhang, J. Remaining useful life prediction for lithium-ion batteries with a hybrid model based on TCN-GRU-DNN and dual attention mechanism. IEEE Trans. Transp. Electrif. 2023, 9, 4726–4740. [Google Scholar] [CrossRef]
  20. Cai, N.; Qin, Y.; Chen, X.; Wu, K. Dual time-scale state-coupled co-estimation of state of charge, state of health and remaining useful life for lithium-ion batteries via Deep Inter and Intra-Cycle Attention Network. J. Energy Storage 2024, 77, 109797. [Google Scholar] [CrossRef]
  21. Chang, C.; Pan, Y.; Wang, S.; Jiang, J.; Tian, A.; Gao, Y.; Jiang, Y.; Wu, T. Fast EIS acquisition method based on SSA-DNN prediction model. Energy 2024, 288, 129768. [Google Scholar] [CrossRef]
  22. Li, Y.; Qin, X.; Chai, M.; Wu, H.; Zhang, F.; Jiang, F.; Wen, C. SOH evaluation and RUL estimation of lithium-ion batteries based on MC-CNN-TimesNet model. Reliab. Eng. Syst. Saf. 2025, 261, 111125. [Google Scholar] [CrossRef]
  23. Solís, M.; Gil-Gamboa, A.; Troncoso, A. Metalearning for improving time series forecasting based on deep learning: A water case study. Results Eng. 2025, 28, 107541. [Google Scholar] [CrossRef]
  24. Kapanski, A.A.; Hruntovich, N.V.; Klyuev, R.V.; Boltrushevich, A.E.; Sorokova, S.N.; Efremenkov, E.A.; Demin, A.Y.; Martyushev, N.V. Intelligent methods of operational response to accidents in urban water supply systems based on lstm neural network models. Smart Cities 2025, 8, 59. [Google Scholar] [CrossRef]
  25. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention is all you need. In Proceedings of the 31st Conference on Neural Information Processing Systems (NIPS 2017), Long Beach, CA, USA, 4–9 December 2017; Volume 30. [Google Scholar]
  26. Zhou, H.; Zhang, S.; Peng, J.; Zhang, S.; Li, J.; Xiong, H.; Zhang, W. Informer: Beyond efficient transformer for long sequence time-series forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence; Association for the Advancement of Artificial Intelligence: Washington, DC, USA, 2021; Volume 35, pp. 11106–11115. [Google Scholar]
  27. Hu, W.; Zhao, S. Remaining useful life prediction of lithium-ion batteries based on wavelet denoising and transformer neural network. Front. Energy Res. 2022, 10, 969168. [Google Scholar] [CrossRef]
  28. Gu, X.; See, K.W.; Li, P.; Shan, K.; Wang, Y.; Zhao, L.; Lim, K.C.; Zhang, N. A novel state-of-health estimation for the lithium-ion battery using a convolutional neural network and transformer model. Energy 2023, 262, 125501. [Google Scholar] [CrossRef]
  29. Zhou, K.; Zhang, Z. Remaining useful life prediction of lithium-ion batteries based on data denoising and improved transformer. J. Energy Storage 2024, 100, 113749. [Google Scholar] [CrossRef]
  30. Hu, J.; Fu, P.; Wei, Z.; Huang, Y.; Early, J.; Fly, A.; Zhang, Y. Early prediction of lithium-ion battery degradation with a generative pre-trained transformer. Nat. Commun. 2026, 17, 126. [Google Scholar] [CrossRef]
  31. Modekwe, G.; Al-Wahaibi, S.; Lu, Q. Transformer-based capacity prediction for lithium-ion batteries with data augmentation. IFAC-PapersOnLine 2024, 58, 408–413. [Google Scholar] [CrossRef]
  32. Chen, D.; Hong, W.; Zhou, X. Transformer network for remaining useful life prediction of lithium-ion batteries. IEEE Access 2022, 10, 19621–19628. [Google Scholar] [CrossRef]
  33. Xiong, R.; Yang, Y.; He, D.; Zheng, K.; Zheng, S.; Xing, C.; Zhang, H.; Lan, Y.; Wang, L.; Liu, T. On layer normalization in the transformer architecture. In Proceedings of the International Conference on Machine Learning; PMLR: Cambridge, MA, USA, 2020; pp. 10524–10533. [Google Scholar]
  34. Shleifer, S.; Weston, J.; Ott, M. Normformer: Improved transformer pretraining with extra normalization. arXiv 2021, arXiv:2110.09456. [Google Scholar] [CrossRef]
  35. Fedus, W.; Zoph, B.; Shazeer, N. Switch transformers: Scaling to trillion parameter models with simple and efficient sparsity. J. Mach. Learn. Res. 2022, 23, 1–39. [Google Scholar]
  36. Liu, X.; Liu, J.; Woo, G.; Aksu, T.; Liang, Y.; Zimmermann, R.; Liu, C.; Savarese, S.; Xiong, C.; Sahoo, D. Moirai-moe: Empowering time series foundation models with sparse mixture of experts. arXiv 2024, arXiv:2410.10469. [Google Scholar]
  37. Su, J.; Ahmed, M.; Lu, Y.; Pan, S.; Bo, W.; Liu, Y. Roformer: Enhanced transformer with rotary position embedding. Neurocomputing 2024, 568, 127063. [Google Scholar] [CrossRef]
  38. Kim, T.; Kim, J.; Tae, Y.; Park, C.; Choi, J.H.; Choo, J. Reversible Instance Normalization for Accurate Time-Series Forecasting against Distribution Shift. In Proceedings of the International Conference on Learning Representations (ICLR) 2022, Virtual, 25 April 2022; pp. 1–25. [Google Scholar]
  39. Chen, M.; Lu, T.; Zhu, J.; Sun, M.; Liu, Z. Stronger normalization-free transformers. arXiv 2025, arXiv:2512.10938. [Google Scholar]
  40. Dubarry, M.; Svoboda, V.; Hwu, R.; Yann Liaw, B. Incremental capacity analysis and close-to-equilibrium OCV measurements to quantify capacity fade in commercial rechargeable lithium batteries. Electrochem. Solid-State Lett. 2006, 9, A454–A457. [Google Scholar] [CrossRef]
  41. Feng, H.; Song, D. A health indicator extraction based on surface temperature for lithium-ion batteries remaining useful life prediction. J. Energy Storage 2021, 34, 102118. [Google Scholar] [CrossRef]
Figure 1. Schematic of Incremental Capacity Analysis. (a) voltage–capacity (V-Q) curves at different aging stages; (b) corresponding IC ( d Q / d V ) curves showing peak attenuation and shifting; (c) the smoothing process to mitigate sensor noise.
Figure 1. Schematic of Incremental Capacity Analysis. (a) voltage–capacity (V-Q) curves at different aging stages; (b) corresponding IC ( d Q / d V ) curves showing peak attenuation and shifting; (c) the smoothing process to mitigate sensor noise.
Energies 19 02554 g001
Figure 2. The overall architecture of BatteryMoE follows a decoder-only Transformer paradigm enhanced with sparse Mixture of Experts.
Figure 2. The overall architecture of BatteryMoE follows a decoder-only Transformer paradigm enhanced with sparse Mixture of Experts.
Energies 19 02554 g002
Figure 3. RUL prediction results.
Figure 3. RUL prediction results.
Energies 19 02554 g003
Figure 4. Comparison chart of local capacity regeneration.
Figure 4. Comparison chart of local capacity regeneration.
Energies 19 02554 g004
Table 1. SOH estimation performance on five datasets (RMSE (%) and MAE (%)).
Table 1. SOH estimation performance on five datasets (RMSE (%) and MAE (%)).
DatasetHMetricLSTMCNN-LSTMTCNFEDformerPatchTSTBatteryMoE
NASA24RMSE2.15 ± 0.161.88 ± 0.141.22 ± 0.090.91 ± 0.070.72 ± 0.050.56 ± 0.04
MAE1.72 ± 0.131.45 ± 0.110.95 ± 0.070.72 ± 0.050.55 ± 0.040.43 ± 0.03
48RMSE2.35 ± 0.182.10 ± 0.161.35 ± 0.110.98 ± 0.080.78 ± 0.060.62 ± 0.04
MAE1.88 ± 0.151.65 ± 0.131.08 ± 0.080.78 ± 0.060.62 ± 0.050.48 ± 0.03
96RMSE2.65 ± 0.212.35 ± 0.181.55 ± 0.131.15 ± 0.100.88 ± 0.070.68 ± 0.05
MAE2.15 ± 0.171.85 ± 0.151.25 ± 0.110.92 ± 0.080.70 ± 0.060.55 ± 0.04
CALCE24RMSE2.25 ± 0.182.02 ± 0.151.30 ± 0.101.05 ± 0.080.80 ± 0.060.62 ± 0.04
MAE1.82 ± 0.141.58 ± 0.121.02 ± 0.080.82 ± 0.060.62 ± 0.040.48 ± 0.03
48RMSE2.52 ± 0.202.25 ± 0.171.48 ± 0.121.18 ± 0.090.88 ± 0.070.68 ± 0.05
MAE2.05 ± 0.161.78 ± 0.141.18 ± 0.090.92 ± 0.070.68 ± 0.050.52 ± 0.04
96RMSE2.85 ± 0.242.55 ± 0.201.70 ± 0.151.35 ± 0.111.02 ± 0.090.79 ± 0.06
MAE2.31 ± 0.192.02 ± 0.161.38 ± 0.131.08 ± 0.090.82 ± 0.070.60 ± 0.05
MIT24RMSE1.95 ± 0.151.72 ± 0.131.15 ± 0.090.90 ± 0.070.68 ± 0.050.52 ± 0.04
MAE1.58 ± 0.121.35 ± 0.100.90 ± 0.070.70 ± 0.050.52 ± 0.040.38 ± 0.02
48RMSE2.15 ± 0.171.90 ± 0.151.25 ± 0.100.95 ± 0.080.74 ± 0.060.57 ± 0.05
MAE1.72 ± 0.141.50 ± 0.120.98 ± 0.080.75 ± 0.060.56 ± 0.040.42 ± 0.03
96RMSE2.45 ± 0.192.15 ± 0.171.45 ± 0.121.10 ± 0.090.82 ± 0.070.62 ± 0.06
MAE2.02 ± 0.161.68 ± 0.131.15 ± 0.090.88 ± 0.070.65 ± 0.050.49 ± 0.04
XJTU24RMSE2.18 ± 0.161.95 ± 0.141.25 ± 0.100.98 ± 0.080.78 ± 0.060.58 ± 0.04
MAE1.75 ± 0.131.52 ± 0.110.98 ± 0.090.77 ± 0.060.60 ± 0.040.45 ± 0.04
48RMSE2.45 ± 0.182.18 ± 0.161.42 ± 0.111.12 ± 0.090.85 ± 0.070.65 ± 0.05
MAE2.00 ± 0.151.72 ± 0.131.12 ± 0.090.88 ± 0.070.65 ± 0.050.50 ± 0.04
96RMSE2.75 ± 0.222.45 ± 0.191.62 ± 0.141.28 ± 0.110.98 ± 0.080.74 ± 0.07
MAE2.26 ± 0.181.95 ± 0.151.28 ± 0.111.02 ± 0.080.78 ± 0.060.58 ± 0.05
TJU24RMSE2.05 ± 0.151.82 ± 0.131.18 ± 0.090.95 ± 0.070.70 ± 0.050.55 ± 0.03
MAE1.67 ± 0.121.42 ± 0.100.92 ± 0.070.72 ± 0.050.54 ± 0.040.42 ± 0.02
48RMSE2.25 ± 0.172.02 ± 0.151.30 ± 0.101.05 ± 0.080.76 ± 0.060.58 ± 0.04
MAE1.80 ± 0.141.58 ± 0.121.02 ± 0.080.80 ± 0.060.58 ± 0.040.45 ± 0.03
96RMSE2.55 ± 0.202.28 ± 0.181.50 ± 0.121.20 ± 0.090.85 ± 0.070.67 ± 0.05
MAE2.08 ± 0.161.82 ± 0.141.20 ± 0.090.95 ± 0.070.68 ± 0.050.53 ± 0.04
Table 2. RUL prediction performance (MAE and EOL Error).
Table 2. RUL prediction performance (MAE and EOL Error).
DatasetMetricLSTMCNN-LSTMTCNFEDformerPatchTSTBatteryMoE
NASAMAE22.8 ± 3.520.4 ± 3.118.5 ± 2.816.2 ± 2.413.8 ± 1.811.5 ± 0.9
E r r o r E O L 25.1 ± 4.222.6 ± 3.620.8 ± 3.218.5 ± 2.815.2 ± 2.112.8 ± 1.1
CALCEMAE26.5 ± 4.124.1 ± 3.622.0 ± 3.219.8 ± 2.617.5 ± 2.214.8 ± 1.2
E r r o r E O L 30.2 ± 4.827.5 ± 4.224.8 ± 3.722.4 ± 3.119.1 ± 2.416.2 ± 1.4
MITMAE19.4 ± 3.017.5 ± 2.616.2 ± 2.414.5 ± 2.011.9 ± 1.59.8 ± 0.8
E r r o r E O L 21.8 ± 3.519.4 ± 3.017.8 ± 2.716.1 ± 2.213.4 ± 1.711.0 ± 0.9
XJTUMAE24.1 ± 3.821.8 ± 3.319.6 ± 2.917.8 ± 2.515.4 ± 1.913.1 ± 1.0
E r r o r E O L 27.6 ± 4.524.5 ± 3.922.2 ± 3.420.2 ± 2.917.2 ± 2.214.5 ± 1.3
TJUMAE21.5 ± 3.219.2 ± 2.817.4 ± 2.515.6 ± 2.213.0 ± 1.610.6 ± 0.9
E r r o r E O L 23.6 ± 3.821.0 ± 3.219.2 ± 2.817.4 ± 2.514.5 ± 1.811.8 ± 1.0
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

Zhang, P.; Fu, J.; Zhang, J.; Mai, X.; Tang, J.; Yang, C. BatteryMoE: An Improved Sparse Mixture-of-Experts Transformer for Battery SOH Estimation and RUL Prediction. Energies 2026, 19, 2554. https://doi.org/10.3390/en19112554

AMA Style

Zhang P, Fu J, Zhang J, Mai X, Tang J, Yang C. BatteryMoE: An Improved Sparse Mixture-of-Experts Transformer for Battery SOH Estimation and RUL Prediction. Energies. 2026; 19(11):2554. https://doi.org/10.3390/en19112554

Chicago/Turabian Style

Zhang, Peiming, Jiajia Fu, Jian Zhang, Xuanhao Mai, Jie Tang, and Cui Yang. 2026. "BatteryMoE: An Improved Sparse Mixture-of-Experts Transformer for Battery SOH Estimation and RUL Prediction" Energies 19, no. 11: 2554. https://doi.org/10.3390/en19112554

APA Style

Zhang, P., Fu, J., Zhang, J., Mai, X., Tang, J., & Yang, C. (2026). BatteryMoE: An Improved Sparse Mixture-of-Experts Transformer for Battery SOH Estimation and RUL Prediction. Energies, 19(11), 2554. https://doi.org/10.3390/en19112554

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