Ensemble Decision Aggregation¶
Combine multiple models, judgments, simulations, or perspectives to reduce single-source error and expose uncertainty.
The Diagnostic Story¶
Symptom: Every decision depends on which model or expert you trust, and opinion swings dramatically whenever one source changes its view. Multiple sources seem to agree, but only because they all draw from the same upstream data. Outlier warnings get averaged away quietly, and months later someone says that dissenting forecast had actually been right.
Pivot: Select diverse sources, generate multiple estimates, aggregate with an explicit rule, inspect the disagreement structure, and decide how to act under spread. The aggregation must keep minority rationales and outlier warnings visible rather than collapsing them into a single consensus number.
Resolution: Dependence on a single fragile source decreases. Forecasts, diagnoses, and recommendations become more robust under uncertainty. The disagreement and spread that would otherwise be hidden remain visible for escalation and hedging, and feedback from outcomes can update member selection and aggregation rules over time.
Reach for this when you hear…¶
[weather forecasting] “Running only one model is fine until the ensemble spread explodes and you realize you've been treating one scenario as the forecast.”
[medical diagnosis] “Three radiologists looked at the same scan and the one who flagged it as worrying got outvoted — we need to surface minority reads, not just report the majority call.”
[investment management] “Our models all agree because they're all trained on the same data set — that's not an ensemble, that's just one opinion running in parallel.”
Mechanisms / Implementations¶
- Ensemble Model: An ensemble model combines multiple predictive models.
- Model Averaging: Pools predictions or parameters from several models.
- Simulation Ensemble: A simulation ensemble generates multiple runs or scenario realizations.
- Expert Panel: An expert panel combines human judgments.
- Scenario Ensemble: A scenario ensemble compares action implications across plausible futures.
- Committee Scoring: Uses multiple reviewers to score, rank, or classify cases.
- Multi-Source Intelligence Synthesis: Combines heterogeneous evidence streams.
- Diversified Forecast Pool: A diversified forecast pool combines forecasts from multiple forecasters, methods, horizons, or data feeds.
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (3)
- Ensemble: Multiple comparable realizations are generated or assembled and analyzed together through a probability model and aggregation rule to characterize a distribution rather than a single trajectory.
- Probability: Quantifies uncertainty and likelihoods.
- Uncertainty: Incomplete knowledge.
Also references 12 related abstractions
- Accountability: Responsibility for actions.
- Bayesian Updating: Update beliefs with evidence.
- Black Box Vs White Box
- Confidence Intervals: Range of plausible values.
- Convergence: Movement toward stable state.
- Delphi Method: Expert consensus iteration.
- Epistemic Justice: Fair knowledge production.
- Groupthink: Conformity overrides realism.
- Hypothesis Testing (Null vs. Alternative): Null vs alternative evaluation.
- Robustness: Maintain functionality under stress.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Predictive Model Ensemble · mechanism family variant · recognized
Aggregates outputs from multiple predictive models to reduce specification fragility and improve calibrated prediction.
Structured Expert Aggregation · governance variant · recognized
Combines independent expert judgments through a structured process that protects diversity before synthesis.
Scenario Ensemble Aggregation · risk or failure variant · recognized
Aggregates implications across multiple plausible scenarios rather than across multiple estimates of one predicted future.
Multi-Source Evidence Fusion · implementation variant · recognized
Combines heterogeneous evidence sources while tracking source independence, reliability, and provenance.