Belief Rule Base (RIMER)
Belief Rule-Base Inference (RIMER) · Also known as: RIMER, Belief Rule-Based System, BRB System, İnanç Kural Tabanlı Çıkarım
Belief Rule Base (BRB), introduced by Yang et al. in 2006 under the RIMER framework, is an expert-system inference methodology that extends classical if-then rules by attaching belief degree distributions to rule consequents. It combines rule-based reasoning with the Evidential Reasoning (ER) approach, enabling the representation and propagation of uncertainty, incompleteness, and vagueness in complex decision problems across engineering, risk assessment, and management domains.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
BRB is appropriate when expert knowledge can be elicited as conditional rules but outcomes are inherently uncertain or partially known, and crisp rule-based or plain fuzzy systems are insufficient. It suits small-to-medium attribute spaces where rules can be enumerated. Assumptions include the availability of domain experts for rule elicitation and the ability to assign belief distributions to consequents. It is less suited to high-dimensional data-rich settings where machine learning classifiers trained on large datasets would outperform expert-defined rule systems. Alternatives include fuzzy rule-based systems when uncertainty is purely linguistic, or Bayesian networks when causal structure is known.
Strengths & limitations
- Explicitly handles incomplete and uncertain knowledge through belief degree distributions, preserving ignorance rather than forcing spurious certainty.
- Transparent, auditable rule structure that domain experts can inspect, validate, and update without retraining.
- Integrates quantitative rule weights and attribute weights, enabling sensitivity analysis and rule optimization.
- Grounded in Dempster-Shafer theory, providing a theoretically consistent aggregation mechanism for combining multiple expert rules.
- Rule base size grows exponentially with the number of antecedent attributes and their referential values, making large input spaces impractical to enumerate manually.
- Elicitation of belief degree distributions from experts is cognitively demanding and may introduce subjective bias.
- Parameter optimization (rule weights, attribute weights) requires nonlinear programming and can converge to local optima.
- Performance depends heavily on the quality and completeness of expert knowledge; poorly elicited rules yield unreliable inferences.
Frequently asked
How does BRB differ from a standard fuzzy rule-based system?
Fuzzy rule-based systems assign a single crisp or fuzzy output to each rule's consequent. BRB attaches a full belief degree distribution over multiple consequent grades to each rule, enabling explicit representation of incompleteness (total belief less than one) and conflict between grades. The ER aggregation algorithm, rooted in Dempster-Shafer theory, is also more principled than conventional fuzzy aggregation operators.
Can BRB parameters be learned from data rather than elicited from experts?
Yes. Rule weights, attribute weights, and belief degrees can be optimized using training data by minimizing a prediction error criterion through nonlinear programming. This hybrid approach blends expert-encoded structure with data-driven parameter refinement, allowing BRB to be applied even when full expert elicitation is infeasible, as long as an initial rule skeleton can be defined.
What is the role of the normalization constant μ in the ER aggregation formula?
The constant μ ensures that the combined belief degrees across all consequent grades and the residual ignorance term sum to one after aggregation. It absorbs the joint conflict among all activated rules under Dempster's combination logic, making the final belief distribution a valid probability-like assignment. Without this normalization, the aggregated degrees would be unnormalized and uninterpretable as confidence values.
Sources
- Yang, J.-B., Liu, J., Wang, J., Sii, H.-S., & Wang, H.-W. (2006). Belief rule-base inference methodology using the evidential reasoning approach—RIMER. IEEE Transactions on Systems, Man, and Cybernetics—Part A, 36(2), 266–285. DOI: 10.1109/TSMCA.2005.851270 ↗
How to cite this page
ScholarGate. (2026, June 2). Belief Rule-Base Inference (RIMER). ScholarGate. https://scholargate.app/en/soft-computing/belief-rule-base
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Dempster-Shafer TheorySoft Computing↔ compare
- Fuzzy Cognitive MapsSoft Computing↔ compare
- Rule InductionMachine learning↔ compare