Weighted consensus is an aggregation technique where the contributions of individual models, agents, or data sources are combined based on assigned weights, which typically reflect their estimated confidence, historical accuracy, or reliability. Unlike simple averaging or majority voting, this method produces a final output that is a weighted sum or weighted average, allowing more trustworthy or precise contributors to exert greater influence on the collective decision. It is a core mechanism for improving the robustness and accuracy of predictions in ensemble machine learning and for resolving conflicts in distributed multi-agent systems.
