---
title: Load Estimation-Compensation (LEC) Methods
url: https://www.emergentmind.com/topics/load-estimation-compensation-lec
type: topic
---

# Load Estimation-Compensation (LEC) Methods

Load Estimation-Compensation (LEC) denotes, in the literature surveyed here, a family of methods in which a load, load disturbance, or load-related latent state is first estimated from incomplete or indirect observations and is then used for compensation, disturbance rejection, pseudo-measurement construction, restoration planning, or resource reallocation. The estimated quantity varies substantially across domains: Representative Load Curves (RLCs) for electric distribution networks, non-contact force and torque components in wrist-mounted force/torque sensing, residential EV charging demand, lifting load in assistive exoskeletons, power deficit in microgrids, load current disturbances in PWM buck converters, LTE cell resource occupancy, cold load pick-up after outages, and passenger load trajectories in public transit [2109.09873] [2509.02102] [2604.23696] [2605.19834]. This suggests that LEC is best understood not as a single algorithm, but as an architectural pattern that couples estimation with a corrective mechanism.

## 1. Terminological scope and defining characteristics

In strict usage, the term LEC appears explicitly in the DC-DC converter literature as a “load estimation-compensation (LEC) scheme” inserted as an inner disturbance-rejection loop, where an estimator $\mathcal{E}$ reconstructs the output current disturbance and a compensator $\mathcal{F}$ injects a corrective signal into the PWM control path [2509.02102]. In other literatures, the same composite idea appears under adjacent formulations: estimated RLCs are used as pseudo-measurements for real-time load estimation in distribution networks [2109.09873]; recursive least squares is used for real-time non-contact force compensation in robotic surgery training [2604.23696]; EV charging profiles are estimated to support “real-time or day-ahead compensation for expected peaks” [2511.13861]; and passenger-load estimation frameworks incorporate “estimation and error compensation at every step” through physical projection, trust allocation, and closed-loop calibration [2605.19834].

A recurring technical characteristic is that the target load is either not directly measured or is corrupted by bias, drift, aggregation, sparsity, or heterogeneous sensing errors. In the robotic surgery setting, the raw sensor reading is explicitly decomposed as
\[
{}^{S}\boldsymbol{f} = {}^{S}\boldsymbol{f}_{contact} + {}^{S}\boldsymbol{f}_{g} + {}^{S}\boldsymbol{f}_{0}, \qquad
{}^{S}\boldsymbol{\tau} = {}^{S}\boldsymbol{\tau}_{contact} + {}^{S}\boldsymbol{\tau}_{g} + {}^{S}\boldsymbol{\tau}_{0},
\]
with gravity and bias treated as non-contact components to be estimated and removed [2604.23696]. In the transit setting, passenger load is treated as a latent state $L_k$ updated recursively stop by stop, with physical feasibility enforced so that drift does not produce negative loads or loads above capacity [2605.19834]. In LTE, cell load is inferred passively from control-channel scheduling messages rather than from operator-internal measurements [2012.13160].

The literature therefore separates two functions that are sometimes conflated. **Load estimation** reconstructs a hidden, future, or disturbance component from available evidence. **Compensation** uses that estimate to alter control action, improve observability, correct state drift, reduce unnecessary shedding, or support planning. A common misconception is that LEC always denotes direct actuator compensation in a feedback loop. The cited work shows a broader usage: pseudo-measurement generation, staged restoration, probabilistic demand anticipation, and dynamic trust reweighting are also compensation mechanisms in the operational sense [2109.09873] [1701.02195] [2511.13861] [2605.19834].

## 2. Recurring architecture across domains

Across the surveyed papers, the workflow is structurally consistent even though the mathematics differs. First, accessible variables are measured or decoded. Second, a model-based, statistical, or learning-based estimator reconstructs the relevant load. Third, a compensatory mechanism uses the estimate to modify control or decision-making. Fourth, several systems add guards against corruption, such as contact detection, physical clipping, or validation datasets.

| Domain | Estimated quantity | Compensatory use |
|---|---|---|
| Distribution networks | Representative Load Curves | Pseudo-measurements for real-time load estimation |
| Robotic surgery | Gravity, bias, installation offsets, associated torques | Real-time non-contact force/torque compensation |
| Buck converters | Output load current disturbance | Injected corrective signal in inner loop |
| EV charging | Residential EV charging profile | Compensation for expected peaks, feeder estimates |
| Microgrids | Global power deficit, weighted loads, utilization levels | Gradual priority-based load shedding with power compensation |
| Transit | Passenger load state | Fusion, macro-correction, residual-driven calibration |

In electric distribution load estimation, the estimator is built from historical hourly measurements, temporal correlations such as $Y(t)$, $Y(t-24)$, and $Y(t-168)$, and model factors. ANFIS then estimates candidate RLC sections, and the one with the least MAPE is selected for pseudo-measurement use [2109.09873]. In the converter setting, the architecture is explicitly two-loop: an outer $\mathcal{H}_{\infty}$ voltage controller and an inner LEC disturbance-rejection loop that estimates the load disturbance using only $v_o(t)$ and $i_L(t)$, then injects $v_{\rm inj}(t)$ through low-order analog blocks [2509.02102].

Adaptive identification is another recurring pattern. The robotic surgery paper uses recursive least squares with pause-on-contact logic. At each time step,
\[
\hat{x}_k = \hat{x}_{k-1} + K_k(y_k - C_k \hat{x}_{k-1}),
\]
with updates frozen when the residual exceeds a threshold so that contact forces do not contaminate non-contact parameter estimation [2604.23696]. The passenger-load framework closes the loop differently: unconstrained boarding and alighting predictions are projected into a feasible state, disagreement with exogenous anchors modulates trust, and the resulting load estimate is fed back as the initial condition for the next stop [2605.19834].

This suggests that LEC methods differ less by application domain than by the form of estimator used—least-squares, recursive least squares, ANFIS, ARIMA, KDE, machine learning regressors, physical projection, or control-theoretic observers—and by the kind of compensation attached to the estimate.

## 3. Electric power systems and grid-facing LEC

In distribution management systems, Distribution Load Estimation (DLE) is described as a key function. “Load Estimation for Electric Power Distribution Networks” proposes constructing RLCs from two years of historical hourly load measurements, partitioned into training and checking datasets, with ANFIS used to model nonlinear relationships under Takagi-Sugeno first-order rules and generalized bell-shaped membership functions. The estimated RLCs are then used as pseudo-measurements at unmetered nodes. On an 11kV radial distribution network, the reported overall MAPE for the total system weekly RLC is **2.51%** with **RMSE of $6.279 \times 10^3$ kW**, while for node 5 the daily RLC gives **MAPE of 3.35%** and **RMSE of 363.0 kW** [2109.09873].

For EV demand, “Data-Driven EV Charging Load Profile Estimation and Typical EV Daily Load Dataset Generation” presents two data-driven methods. The first uses weighted least-squares on feeder-level counts of EV and non-EV meters,
\[
a_n X + b_n Y = p_\text{peak}, \qquad
\min J(X,Y)=\sum_{n=1}^N \frac{(p^n_\text{peak}-a_n X-b_n Y)^2}{\sigma_n^2},
\]
to infer **6.46 kW** as non-EV meter average peak power, **16.99 kW** as EV meter average peak power, and **10.53 kW** as average EV charging power. The second isolates EV charging signatures and applies KDE to charging energy, average power, and start and end times. Both methods generate a distinct “u-shaped” daily profile with most charging overnight, and the paper explicitly identifies these profiles as useful for LEC, including disaggregated feeder or transformer load estimates and “real-time or day-ahead compensation for expected peaks” [2511.13861].

Cold load pick-up estimation after outages introduces a restoration-centered form of LEC. “Local Cold Load Pick-up Estimation Using Customer Energy Consumption Measurements” uses ARIMA models on local smart-meter data, with dynamic order adjustment to account for changing customer behavior and weather, to forecast foregone energy over outage windows of 1 to 12 hours. It further estimates CLPU duration as
\[
\hat{t}_C(t_0,\tau_1)\approx \frac{\hat{E}_o(t_0,\tau_1)}{\hat{P}_{CLPU}(t_0)}.
\]
Using actual smart meter measurements from **50 residential customers** over **one year**, the paper reports that ARIMA-based forecast offers superior performance in both accuracy and computation speed relative to LSTM and HWES, and positions the outputs—CLPU peak power, duration, and energy—as enablers for sequencing restoration and implementing compensation schemes [2408.07754].

Microgrid load shedding shows yet another formulation: estimation of deficit and priorities is coupled to compensation from generators or ESS. “Distributed Load Shedding for Microgrid with Compensation Support via Wireless Network” formulates active-power coordination as a distributed optimization problem and introduces DLSS, a subgradient-based algorithm that sheds gradually so that power compensation has more time to lower the deficit. The remaining load to be shed is dynamically corrected as
\[
\Delta \tilde{P}^{(k)} = \Delta P^{(k)} + (1 - \tilde{u}_i^{(k)}) P_L^{\max}.
\]
The paper states that smaller step size yields more, smaller shedding actions, allowing more compensation and less load loss, and that MMST can respond **2–3× faster** than round-robin or deterministic protocols [1701.02195].

Taken together, these power-system examples show that compensation need not mean a direct analog control signal. It may instead mean pseudo-measurement construction, peak anticipation, staged restoration, or deficit-aware load shedding.

## 4. Control, disturbance rejection, and mechatronic compensation

In PWM DC-DC buck converters, LEC is formulated most explicitly as a disturbance-rejection mechanism. The power-stage model is decomposed so that the output load disturbance can be algebraically recovered from output voltage and inductor current. The resulting estimator is
\[
\hat{i}_{\text{out}}=\mathcal{E}(s)\begin{bmatrix} v_o \\ i_L \end{bmatrix}
=
\left[-G_1(s)\;\;1\right]
\begin{bmatrix} v_o \\ i_L \end{bmatrix},
\]
with
\[
G_1(s)=\frac{C(R_L+R_C)s+1}{R_L(1+CR_c s)}.
\]
The compensator approximates the ideal cancellation law with a proper transfer function by adding a high-frequency pole $p_H$, and robust stability is preserved under a sufficient small-gain condition,
\[
\Vert S\,P_{11}\,W_r\Vert_{\mathcal{H}_\infty}<1.
\]
The paper compares LEC against DOB and UIO/ESO structures, arguing that LEC has lower analog complexity, requires only $v_o$ and $i_L$, preserves the nominal outer-loop transfer function, and offers explicit guidance for robustness tuning via $p_H$. Experimental implementation on a prototype board reports measured voltage deviations at load steps of less than **15 mV** [2509.02102].

In haptic-enabled robotic surgery training, the compensatory objective is removal of non-contact forces and torques from a wrist-mounted F/T sensor. The proposed recursive least squares method estimates gravitational force in the robot base frame, sensor force bias, center of gravity, and sensor torque bias online, without dataset collection or repeated recalibration. Force parameters are estimated first, then torque parameters are estimated using those force estimates. Contact detection monitors the residual norm and pauses RLS updates when contact is suspected. The paper reports **over 95% error reduction in non-contact force compensation** and **more than 91% in non-contact torque compensation**, with convergence in **~250 samples** at **1 kHz**, i.e. sub-second, and notes stable long-duration behavior with **Standard Deviation <0.05 N** and no significant drift [2604.23696].

Upper-limb exoskeletons present a user-centric LEC problem: assistance should depend on the actual lifted load so that over-compensation and under-compensation are both avoided. “Real-Time Load Estimation for Load-lifting Exoskeletons Using Insole Pressure Sensors and Machine Learning” uses 36-channel insole pressure sensors embedded in a rigid “pancake” structure, differential pressure features that subtract baseline standing pressure, and two model families. In the channel-based method, Elastic Net, SVR, and MLP are trained on 36-dimensional differential features; the average WMAPE across three subjects is **13.46%** for SVR, **14.91%** for MLP, and **18.76%** for Elastic Net. In the map-based method, a fully fine-tuned MobileNetV2 reaches **WMAPE of 9.74%** for one subject, while linear probing reaches **22.13%**. Cross-subject testing degrades substantially, with WMAPE increases of **39%** for SVR, **64%** for MLP, and **51%** for Elastic Net, indicating that personalized calibration or broader training data is needed [2503.07527].

These works jointly indicate that, in control and mechatronics, LEC frequently has a direct closed-loop meaning: estimate an unwanted load component or external load, then cancel it or adapt assistance accordingly.

## 5. Communications, sensing, and mobility applications

In LTE systems, cell load estimation is obtained by decoding DCI messages on the PDCCH and extracting unique C-RNTIs together with their resource block assignments. The frame-level information load is defined as
\[
I_{frame}=\frac{N_{ADLRB}(f)}{N_{DLRB}(f)},
\]
where the numerator is the number of assigned downlink resource blocks and the denominator is the total available resource blocks from the MIB. The method is implemented with MATLAB LTE Toolbox and a USRP 2920. In a real-cell example, **154 RBs out of 500 over 10 frames** yield a load of **30.8\%**, and the paper argues that such estimates can support dynamic LEC strategies including load balancing, resource optimization, QoS improvement, and infrastructure planning [2012.13160].

Passenger-load estimation in public transit generalizes LEC into a multi-agent state-estimation framework. A unified stop-event backbone indexes trip evolution by stops, with latent load state $L_k$ initialized at $L_0=0$. A Perception agent produces unconstrained boarding and alighting estimates; a Physical agent enforces feasibility,
\[
A_k^*=\min(\hat{A}_k,L_{k-1}), \qquad
B_k^*=\min\big(\hat{B}_k,\,C-(L_{k-1}-A_k^*)\big),
\]
and computes
\[
L_k^{phys}=L_{k-1}-A_k^*+B_k^*.
\]
The framework then computes a physics-violation residual $e_k^{phys}$, dynamically allocates trust between the recursive estimate and an optional external anchor such as Wi-Fi-based load proxy, and fuses the state as
\[
L_k=\mathrm{clamp}_{[0,C]}\left(\alpha_k L_k^{phys}+(1-\alpha_k)y_k^{load}\right).
\]
Optional trip-level macro-correction applies a gated additive shift under persistent drift, while closed-loop calibration reweights training samples according to physics residuals. The paper describes this as a framework that “integrates estimation and error compensation at every step,” preventing infeasible drift that would arise from open-loop accumulation of stop-level count errors [2605.19834].

These communication and mobility applications broaden the meaning of compensation. The corrective action is not necessarily physical actuation; it may instead be recursive state correction, trust modulation, or resource-management intervention driven by estimated load.

## 6. Validation criteria, limitations, and interpretive cautions

The validation metrics used in LEC-related work are domain-specific. Distribution-network RLC estimation emphasizes **MAPE** and **RMSE**, with
\[
\mathrm{MAPE}=\frac{1}{n}\sum_{i=1}^n \left|\frac{A_i-F_i}{A_i}\right|\times 100\%.
\]
Exoskeleton studies use **WMAPE** to weight errors by load magnitude. Robotic-surgery compensation emphasizes force and torque **MAE**, standard deviation, and convergence speed. CLPU forecasting compares **MSE**, execution time, and variability against LSTM and HWES. LTE cell-load estimation uses decoded resource-block occupancy, while passenger-load estimation focuses on feasibility, residual violations, and drift resilience [2109.09873] [2503.07527] [2604.23696] [2408.07754] [2012.13160] [2605.19834].

Several limitations recur. The distribution-network ANFIS method requires high-quality extended historical load data, uses heuristic feature selection, excludes the first week because of input requirements, and needs validation to guard against overfitting; the paper also notes that broader deployment requires further study beyond the chosen 11kV radial network [2109.09873]. The exoskeleton work is explicitly preliminary, with only three healthy subjects and map-based deep-learning results reported for one subject; generalization across users is weak because foot size, shape, and pressure distribution vary [2503.07527]. The CLPU study finds that adding temperature via ARIMAX increases complexity and computational cost with minimal gains and may cause convergence issues [2408.07754]. In the surgical compensation method, inertial and Coriolis terms are neglected in low-speed, quasi-static haptic scenarios, which delimits the modeled operating regime [2604.23696]. In the buck-converter setting, continuous conduction mode is assumed, output capacitor ESR must be accounted for, and the choice of $p_H$ defines a trade-off between stronger nominal disturbance rejection and greater sensitivity to parameter mismatch [2509.02102].

A second interpretive caution concerns what counts as “load.” In the surveyed literature, the term ranges from electric demand and load current to payload mass, passenger occupancy, and radio resource utilization. This suggests that LEC is fundamentally a methodological concept centered on estimation-conditioned correction, rather than a domain-specific noun with a single physical meaning.

## 7. Research trajectory and cross-domain significance

The surveyed works indicate three major trajectories. First, there is a movement from offline calibration and static models toward adaptive online identification. Recursive least squares in surgical sensing eliminates the need for datasets and repeated recalibration; EV estimation uses meter data to recover hidden charging demand; passenger-load estimation reallocates trust dynamically and recycles violation residuals into retraining [2604.23696] [2511.13861] [2605.19834]. Second, there is a growing emphasis on embedding physical feasibility directly into estimation. The passenger framework enforces mass conservation and capacity bounds; the buck-converter LEC preserves the nominal outer-loop transfer function while providing a robustness condition; microgrid DLSS explicitly coordinates generator limits and power balance [2605.19834] [2509.02102] [1701.02195]. Third, multiple papers emphasize deployability with limited sensing: distribution-network pseudo-measurements compensate for unmetered nodes, wrist-mounted sensing avoids tip-mounted sensors, LTE cell load is estimated passively from over-the-air control traffic, and EV charging profiles are inferred from aggregated meter data rather than proprietary vehicle data [2109.09873] [2604.23696] [2012.13160] [2511.13861].

A plausible implication is that LEC has become a useful organizing concept wherever the operational variable of interest is only indirectly observable and yet must be acted upon in real time or near real time. In some domains the compensatory action is an injected control signal; in others it is a pseudo-measurement, a forecast-guided restoration policy, a staged shedding schedule, or a state-correction mechanism. The unifying principle is the same: estimation is not treated as an end in itself, but as an intermediate step that enables compensation under uncertainty.

Source: https://www.emergentmind.com/topics/load-estimation-compensation-lec