ScatterAI
Issue #5 · March 15, 2026

Static ensemble weights fail in non-stationary environments, and coherence between models carries the signal you're missing

Research

01 [Evaluation] Static ensemble weights fail in non-stationary environments, and coherence between models carries the signal you’re missing

Traditional ensembles assign fixed weights to constituent models, or learn those weights offline. Both approaches assume the environment is stable enough for historical performance rankings to stay valid. In sequential decision-making, that assumption breaks constantly: task distributions shift, some models degrade on specific sub-domains, and yesterday’s best model may be today’s worst.

EARCP (Ensemble Auto-Régulé par Cohérence et Performance) updates model weights online after every decision, combining two signals: individual model accuracy and inter-model coherence (how much a given model agrees with the consensus of the ensemble). The coherence term acts as a regularizer — when a model diverges from the group, its weight is suppressed even if its recent point accuracy looks acceptable. The update rule derives from multiplicative weight (exponentiated gradient) algorithms, which carry formal regret bounds guaranteeing that cumulative loss approaches the best fixed-weight combination in hindsight. The coherence regularization is the novel addition: it penalizes models that drift from ensemble consensus, reducing variance in non-stationary regimes without sacrificing the theoretical guarantees.

One honest limitation: regret bounds hold under the theoretical framework’s assumptions, and the paper’s empirical validation scope isn’t specified in the abstract. Real-world performance on a specific task distribution will require direct benchmarking. For teams running heterogeneous model ensembles in production pipelines where input distribution shifts over time (recommendation systems, adaptive agents, multi-step planning), this is a principled replacement for static weighting with a lower risk of silent degradation.

Key takeaways:

Source: EARCP: Self-Regulating Coherence-Aware Ensemble Architecture for Sequential Decision Making