---
title: Fairness-Aware Multi-View Evidential Learning (FAML)
url: https://www.emergentmind.com/topics/fairness-aware-multi-view-evidential-learning-faml
type: topic
---

# Fairness-Aware Multi-View Evidential Learning (FAML)

Searching arXiv for the cited FAML paper and closely related multi-view evidential/fairness work.
arXiv search query: 2508.12997 Fairness-Aware Multi-view Evidential Learning with Adaptive Prior
Fairness-Aware Multi-view Evidential Learning (FAML) is a multi-view evidential learning framework that addresses what its authors term the **Biased Evidential Multi-view Learning (BEML)** problem: the tendency of view-specific evidential models to assign disproportionately strong evidence to data-rich classes, thereby skewing both prediction and uncertainty estimation [2508.12997]. In FAML, “fairness” denotes **balanced evidence allocation across classes** rather than demographic fairness over sensitive groups. The method combines view-specific evidential prediction, an adaptive prior derived from training trajectory, an explicit fairness constraint based on class-wise evidence variance, and an opinion alignment mechanism for multi-view fusion, with the stated goal of improving both classification performance and the reliability of uncertainty estimation [2508.12997].

## 1. Problem formulation and the meaning of fairness

FAML considers supervised multi-view classification with dataset
\[
D=\left\{\left\{x_n^v\right\}_{v=1}^V, y_n\right\}_{n=1}^N,
\]
where \(x_n^v \in \mathbb{R}^{d_v}\) is the feature vector of instance \(n\) in view \(v\), \(y_n \in \{1,\dots,K\}\) is the class label, \(V\) is the number of views, and \(K\) is the number of classes [2508.12997]. The target setting is explicitly imbalanced: training data are constructed to contain head, medium, and tail regions by sampling with a Pareto distribution, while test sets remain balanced.

The motivating observation is that prior multi-view evidential learning commonly assumes that view-specific evidence learning is already reliable and concentrates methodological effort on the fusion stage. FAML challenges that premise by arguing that evidence generation itself is systematically biased on imbalanced real-world data. The paper states that samples tend to be assigned more evidence to support data-rich classes, minority or tail classes tend to receive less supportive evidence even when correctly classified, and uncertainty therefore becomes unreliable: some wrong predictions toward head classes become overconfident, while some correct predictions for tail classes become underconfident [2508.12997].

This is formalized as the BEML problem. The paper states that, for fair evidence allocation, the expected evidence assigned to the ground-truth class should be comparable across classes in each view:
\[
\mathbb{E}_{(x, y=k) \in D}\left[e_k^v(x)\right] \approx \mathbb{E}_{(x, y=k') \in D}\left[e_{k'}^v(x)\right], \quad \forall k,k' \in \{1,\dots,K\}.
\]
Accordingly, the method’s notion of fairness is class-wise: it seeks to prevent the model from systematically assigning stronger supportive evidence to head classes merely because they are data-rich [2508.12997].

A persistent source of confusion is the word “fairness.” In FAML, fairness is **not** defined over protected groups, demographic parity, or equalized odds. It is defined as balanced evidence support across classes. This makes FAML a fairness method in the sense of evidence allocation and calibration under class imbalance, not in the sense used by demographic fairness literature.

## 2. Evidential and subjective-logic foundations

FAML is built on the standard evidential deep learning pipeline in which each view-specific network outputs a nonnegative evidence vector
\[
\mathbf{e} = \{e_1,\dots,e_K\}, \qquad e_k \ge 0.
\]
Under the standard mapping, Dirichlet concentration parameters are
\[
\alpha_k = e_k + 1,
\]
with Dirichlet strength
\[
S = \sum_{k=1}^K \alpha_k.
\]
Subjective-logic belief masses and uncertainty are then
\[
b_k = \frac{e_k}{S} = \frac{\alpha_k - 1}{S}, \qquad
u = 1 - \sum_{k=1}^K b_k = \frac{K}{S},
\]
and the projected class probability is
\[
P_k = b_k + a_k u,
\]
where \(a_k\) is the base rate [2508.12997].

These quantities have the usual evidential interpretation. Larger evidence increases \(S\), which lowers \(u\); low evidence implies high uncertainty. A view-specific prediction is represented as a multinomial opinion
\[
\mathcal{O} = (\mathbf{b}, u).
\]
Confidence is therefore not treated as a separate learned scalar, but is induced by the interaction between class probability, total evidence strength, and residual uncertainty.

The supervised evidential loss used by FAML is the expected cross-entropy under the Dirichlet posterior. For sample \(n\),
\[
L_{ace}(\hat{\boldsymbol{\alpha}}_n)
=
\int
\left[
\sum_{k=1}^K -y_{nk}\log p_{nk}
\right]
\frac{\prod_{k=1}^K p_{nk}^{\hat{\alpha}_{nk}-1}}
{B(\hat{\boldsymbol{\alpha}}_n)}
\, d\mathbf{p}_n
=
\sum_{k=1}^K
y_{nk}\left(\psi(S_n)-\psi(\hat{\alpha}_{nk})\right),
\]
where \(S_n = \sum_k \hat{\alpha}_{nk}\), \(y_{nk}\) is one-hot, \(B(\cdot)\) is the multivariate Beta function, and \(\psi(\cdot)\) is the digamma function [2508.12997].

This construction situates FAML squarely within evidential multi-view learning rather than ordinary probabilistic ensembling. The method’s novelty is not the Dirichlet machinery itself, but the claim that the evidence-generation process before fusion is biased and requires explicit correction.

## 3. Adaptive prior and explicit fairness regularization

FAML departs from standard evidential deep learning by replacing the fixed uniform prior with an adaptive class-specific prior based on training trajectory. The paper defines the correctness indicator
\[
\kappa(y_n, f_\theta(x_n))=
\begin{cases}
1, & \text{if } y_n = f_\theta(x_n),\\
0, & \text{if } y_n \neq f_\theta(x_n).
\end{cases}
\]
For class \(k\), the adaptive prior is
\[
\beta_k = \gamma \cdot \frac{N_k}{\sum_{n:y_n=k} \kappa(y_n, f_\theta(x_n))},
\]
where \(N_k\) is the number of training samples in class \(k\) and \(\gamma\) controls prior strength [2508.12997]. The Dirichlet concentration is then modified to
\[
\hat{\alpha}_k = e_k + \beta_k.
\]

The intended effect is corrective. When a class has fewer correct predictions relative to its sample count, \(\beta_k\) becomes larger, providing additional prior support to an underperforming class. Conversely, classes already being learned well receive less correction. The paper states two propositions about this mechanism. First, the adaptive training-trajectory-based prior is a generalized form of the uniform prior employed by standard evidential deep learning and progressively converges to the uniform prior under ideal training conditions. Second, the adaptive prior implicitly reformulates the base rate in the projected probability of a subjective opinion, increasing predictive probability mass for underperforming classes through biased uncertainty allocation [2508.12997].

FAML complements this implicit calibration with an explicit fairness term. The paper defines the **Fairness Degree** as the variance of class-wise average evidence:
\[
\mathcal{FD}(\{e_n\}_{n=1}^N)
=
\operatorname{Var}(\{\bar{e}_k\}_{k=1}^K)
=
\frac{1}{K}\sum_{k=1}^K(\bar{e}_k-\bar{e})^2,
\]
where \(\bar{e}_k\) is the average evidence for class \(k\) and \(\bar{e}\) is the global average over class-wise evidence means [2508.12997]. High variance indicates that some classes systematically receive much more evidence than others; minimizing this term encourages a more balanced evidence profile.

The fairness-augmented classification loss is
\[
\mathcal{L}_{acc}(\hat{\boldsymbol{\alpha}}_n)
=
\mathcal{L}_{ace}(\hat{\boldsymbol{\alpha}}_n)
+
\lambda \cdot \mathcal{FD}(\{e_n\}_{n=1}^N).
\]
The paper states that \(\lambda\) is gradually changed from \(0\) to \(1\) during training, so the fairness constraint is introduced progressively rather than dominating the earliest optimization phase [2508.12997].

This pairing of adaptive prior and evidence-variance regularization is the conceptual center of FAML. One corrects class imbalance through prior adjustment; the other directly constrains disparity in evidence allocation. Taken together, they shift the fairness question from output labels to the internal evidential substrate.

## 4. Opinion alignment and multi-view fusion

FAML argues that evidence bias is not only class-dependent but also view-specific. One view may incorrectly favor one data-rich class, another view a different one. To mitigate this, the method introduces an opinion alignment mechanism before or during fusion [2508.12997].

For two views \(A\) and \(B\), the paper defines confidence-weighted evidence aggregation as
\[
e_k
=
\frac{(1-u^A)e_k^A + (1-u^B)e_k^B}{2-u^A-u^B}
=
\frac{c^A}{c^A+c^B} e_k^A + \frac{c^B}{c^A+c^B} e_k^B,
\]
where
\[
c^A = 1-u^A, \qquad c^B = 1-u^B.
\]
Thus more certain views contribute more strongly to the aggregated evidence [2508.12997].

To measure disagreement across views, FAML uses the variance of the Dirichlet. For class \(k\) in view \(v\),
\[
\operatorname{Var}(\alpha_k^v)
=
\frac{\alpha_k\left(\sum_{k=1}^K \alpha_k-\alpha_k\right)}
{\left(\sum_{k=1}^K \alpha_k\right)^2\left(\sum_{k=1}^K \alpha_k+1\right)}
=
\frac{p_k^v(1-p_k^v)u^v}{K+u^v}.
\]
The **dissonance degree** between two views is then
\[
\mathcal{O}_{\mathrm{con}}(\mathcal{O}^A,\mathcal{O}^B)
=
\sum_{k=1}^K
\left|
\operatorname{Var}(\alpha_k^A)-\operatorname{Var}(\alpha_k^B)
\right|,
\]
and the consistency loss over all views is
\[
\mathcal{L}_{con}
=
\sum_{p=1}^V \sum_{p\neq q}^V
\mathcal{O}_{\mathrm{con}}(\mathcal{O}_n^p,\mathcal{O}_n^q).
\]
Minimizing this term encourages views to maintain more consistent uncertainty-aware opinions, reducing the chance that one confidently biased view will dominate the fused decision [2508.12997].

The overall loss is class-balanced:
\[
\mathcal{L}
=
\frac{1}{N_{y_n}}
\left[
\mathcal{L}_{acc}(\hat{\boldsymbol{\alpha}}_n)
+
\sum_{v=1}^V \mathcal{L}_{acc}(\hat{\boldsymbol{\alpha}}_n^v)
\right]
+
\beta \cdot \mathcal{L}_{con},
\]
where \(N_{y_n}\) is the number of samples in the class of sample \(n\)’s label, \(\beta\) weights opinion consistency, and both fused and per-view outputs are supervised [2508.12997].

Although the paper references Subjective Logic and trusted multi-view evidence aggregation, the fusion actually used in FAML is the above confidence-weighted evidence combination rather than an explicit Dempster–Shafer orthogonal sum. This distinction matters because FAML’s contribution lies less in a new fusion algebra than in bias-aware evidence generation and alignment.

## 5. Optimization protocol and empirical behavior

FAML uses view-specific evidential networks implemented as fully connected networks with a ReLU layer, trained in PyTorch 1.13.1 with Adam, \(L_2\)-norm regularization, and 200 epochs; results are reported over 5 random seeds as mean \(\pm\) standard deviation [2508.12997]. The adaptive prior is not updated in the earliest phase. The paper states that prior adjustment starts after 20 epochs and is refreshed every 5 epochs thereafter, because early predictions are too unstable to support reliable class-wise calibration.

The experimental benchmark contains five real-world multi-view datasets: Handwritten, Animal, Scene15, YaleB, and Caltech-101 [2508.12997]. Baselines include single-view evidential methods—TLC, I-EDL, and R-EDL—and multi-view evidential methods—TMC, CCML, and ECML. Performance is reported with **ACC** and **ECE**, together with Head, Med, and Tail splits.

| Dataset | ACC | ECE |
|---|---:|---:|
| Handwritten | \(94.2 \pm 0.3\) | \(18.9 \pm 1.6\) |
| Animal | \(76.2 \pm 0.4\) | \(10.5 \pm 1.0\) |
| Scene15 | \(57.2 \pm 1.3\) | \(11.2 \pm 3.6\) |
| YaleB | \(90.4 \pm 0.7\) | \(16.3 \pm 3.4\) |
| Caltech-101 | \(87.1 \pm 0.9\) | \(16.1 \pm 3.7\) |

The paper reports that FAML achieves the best overall ACC on all five datasets and the lowest overall ECE on every dataset [2508.12997]. Tail-class results are especially emphasized: Handwritten tail \(92.5\), Animal tail \(58.4\), Scene15 tail \(46.3\), YaleB tail \(87.4\), and Caltech-101 tail \(72.8\). The empirical claim is therefore not only higher overall accuracy, but stronger behavior precisely where evidence bias is expected to be most severe.

The ablation on Caltech-101 isolates the main components. The configuration with no adaptive prior, no fairness, and no consistency attains \(73.8 \pm 2.2\); adaptive prior only reaches \(79.1 \pm 0.5\); adaptive prior plus fairness reaches \(84.3 \pm 0.2\); adaptive prior plus consistency reaches \(80.0 \pm 0.9\); and the full model reaches \(87.1 \pm 0.9\) [2508.12997]. These numbers support the paper’s interpretation that all three ingredients matter, with the fairness constraint contributing more than the consistency term in this setting.

Qualitative analyses reinforce the same point. On Animal, TMC is reported to yield low uncertainty for head classes and much higher uncertainty for medium and tail classes, whereas FAML produces more uniform and lower uncertainty. On Handwritten, TMC is reported to collect much more evidence for data-rich classes, whereas FAML yields more balanced average evidence across categories [2508.12997]. This suggests that FAML improves not just output calibration but the internal distribution of evidential support.

## 6. Relation to adjacent research and broader interpretation

FAML belongs to a line of trusted multi-view evidential methods initiated by work such as TMC, which introduced per-view evidence extraction, Dirichlet opinions, and uncertainty-aware fusion through subjective logic and Dempster–Shafer style combination [2204.11423]. Later work such as ECML emphasized conflictive multi-view learning and fusion rules that can increase or decrease uncertainty depending on incoming view reliability [2402.16897], while TMUR argued that independently estimated view uncertainties are not necessarily numerically comparable and proposed unified global routing instead of branch-local arbitration [2604.09288]. Relative to these systems, FAML’s central claim is different: the evidence-generation stage itself is biased and requires correction before fusion [2508.12997].

The paper also sits near, but not inside, the demographic fairness literature on multi-view learning. FairMVC injects group fairness into soft cluster assignment so that the fraction of different groups in each cluster is approximately identical to the entire data set, and AFMVC moves fairness intervention into representation learning through adversarial removal of sensitive information from latent features [2302.05788; 2508.04071]. Those methods study group fairness over sensitive attributes, whereas FAML studies class-wise fairness in evidence support. The shared vocabulary can be misleading, but the underlying objectives differ substantially.

A plausible implication is that FAML addresses a calibration and allocation problem that many evidential multi-view systems leave implicit. The method does not ask whether uncertainty is merely available; it asks whether evidence is being learned equitably across classes before uncertainty is computed. This suggests a broader reinterpretation of evidential learning: trustworthiness may depend as much on how evidence is distributed across categories as on the formal correctness of the fusion operator.

At the same time, FAML has clear scope conditions. Its fairness notion is class-level only. It does not model protected attributes, subgroup disparities, demographic parity, or equalized odds [2508.12997]. The adaptive prior relies on training correctness, so noisy labels or unstable early optimization can affect prior estimates. The variance-based fairness term may also be coarse when intrinsic class difficulty differs substantially. These are not contradictions of the method’s stated goals, but they delimit its meaning.

Within multi-view evidential learning, FAML’s enduring contribution is the reframing of the central question. Earlier work often asked how to fuse evidence under noise, conflict, incompleteness, or incomparable scales [2204.11423; 2402.16897; 2604.09288]. FAML adds a prior question: **is the evidence itself being learned fairly?** [2508.12997]

Source: https://www.emergentmind.com/topics/fairness-aware-multi-view-evidential-learning-faml