Papers
Topics
Authors
Recent
Search
2000 character limit reached

EReLiFM: Reliability-Aware Residual Flow Meta-Learning

Updated 4 July 2026
  • The paper presents an innovative filter‐expand‐recycle pipeline using evidential loss clustering, residual flow matching, and meta-learning to tackle open-set challenges under noisy labels.
  • The method uses a dedicated UTS-ELC stage for reliable clean/noisy partitioning, followed by domain- and category-conditioned residual flow matching to augment data robustly.
  • Empirical results demonstrate significant gains in Acc, H-score, and OSCR metrics on benchmark datasets, validating the efficacy of the integrated approach.

Evidential Reliability-Aware Residual Flow Meta-Learning (EReLiFM) is a training framework for Open-Set Domain Generalization under Noisy Labels (OSDG-NL) that combines evidential reliability estimation, residual flow matching, and meta-learning to improve known-class recognition and unseen-class rejection in unseen target domains (Peng et al., 14 Oct 2025). The method addresses the joint difficulty of domain shift, open-set recognition, and corrupted source supervision by organizing training into a filter \rightarrow expand \rightarrow recycle pipeline: it first identifies likely clean and noisy samples using Unsupervised Two-Stage Evidential Loss Clustering (UTS-ELC), then trains Domain- and Category-Conditioned Residual Flow Matching (DC-CRFM) on the clean subset, and finally reuses noisy samples through pseudo-labeling and evidential supervision (Peng et al., 14 Oct 2025). Within the broader literature, EReLiFM can be situated as an overview of evidential uncertainty modeling (Yang et al., 10 Oct 2025), residual or flow-based conditional transport (Saragih et al., 25 Mar 2025), and residual reliability modulation (Boulila et al., 23 Apr 2026), while remaining specifically tailored to OSDG-NL (Peng et al., 14 Oct 2025).

1. Task setting and conceptual scope

EReLiFM is defined for Open-Set Domain Generalization under Noisy Labels, where training uses multiple source domains and evaluation is performed on a held-out unseen target domain containing both known and unseen classes (Peng et al., 14 Oct 2025). The label space is partitioned as

Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,

with Yk\mathcal{Y}_k denoting known classes available during training and Yu\mathcal{Y}_u denoting unseen classes that appear only at test time (Peng et al., 14 Oct 2025). Source supervision is itself unreliable because source labels are corrupted.

The paper presents three explicit difficulties. First, domain generalization requires learning from multiple source domains while generalizing to a new target domain. Second, open-set recognition requires the model both to classify known classes and to reject unknown classes. Third, noisy labels corrupt source-domain knowledge, which degrades both closed-set classification and open-set confidence estimates (Peng et al., 14 Oct 2025). The method is motivated partly by the limitations of HyProMeta, which relies on hyperbolic prototypes for clean/noisy separation and label correction but is described as sensitive to noisy early features, limited in clean/noisy partitioning quality, and constrained by interpolation-style augmentation such as MixUp (Peng et al., 14 Oct 2025).

At a high level, EReLiFM replaces prototype-centric noise diagnosis with evidential training-dynamics-based reliability estimation, and replaces linear interpolation augmentation with structured residual flow modeling (Peng et al., 14 Oct 2025). This makes the method distinct from work that uses meta-learning mainly as dynamic hyperparameter control for evidential loss terms, such as the Meta-Policy Controller (MPC), which adapts the KL divergence coefficient and class-specific Dirichlet prior strengths but does not include residual flows, normalizing-flow density modeling, or an episodic task-distribution formulation (Yang et al., 10 Oct 2025).

2. Core architecture and training pipeline

The paper summarizes EReLiFM with the sequence filter \rightarrow expand \rightarrow recycle (Peng et al., 14 Oct 2025). Each stage corresponds to a concrete subsystem.

Component Role Mechanism
UTS-ELC Reliability-aware filtering FINCH + 2-component GMM on evidential loss trajectories
DC-CRFM Structured augmentation Domain- and category-conditioned residual flow matching
Meta-learning stage Joint optimization on clean and noisy data Meta-train on clean/augmented clean, meta-test on noisy samples

In the filter stage, a backbone Mα\mathbf{M}_\alpha is trained on the full noisy training set while recording evidential losses over Ne=10N_e=10 epochs (Peng et al., 14 Oct 2025). These trajectories are used to partition the dataset into

Tclean,Tnoisy.\mathcal{T}_{clean},\quad \mathcal{T}_{noisy}.

The method treats these trajectories as reliability signals rather than relying on feature prototypes (Peng et al., 14 Oct 2025).

In the expand stage, only the clean subset is used to train DC-CRFM, a conditional residual flow model that learns residual distributions for two transition types: domain residuals for same-category cross-domain variation, and category residuals for same-domain cross-category variation (Peng et al., 14 Oct 2025). These residuals are added to clean samples to form augmented batches.

In the recycle stage, noisy samples are reintroduced in a meta-test objective. Pseudo-labels are obtained from the most confident prediction,

\rightarrow0

and combined with evidential learning and a cross-entropy term on the original noisy label (Peng et al., 14 Oct 2025). The paper describes this as optimizing the model such that the update direction on the clean set maximizes the loss decrease on the noisy set, although the body instantiates this procedurally rather than through an explicit MAML-style bilevel gradient equation (Peng et al., 14 Oct 2025).

This design places EReLiFM within a broader class of systems that use learned residual transformations and reliability-aware supervision, but its combination is specific: reliability estimation precedes flow-based augmentation, and augmentation precedes cautious noisy-data reuse (Peng et al., 14 Oct 2025).

3. Evidential reliability awareness and UTS-ELC

The evidential component appears in two places: reliability diagnosis and meta-test supervision (Peng et al., 14 Oct 2025). The evidential learning loss is written as

\rightarrow1

where the intended semantics are that \rightarrow2 is the evidence for class \rightarrow3, the Dirichlet parameter is \rightarrow4, and \rightarrow5 is the Dirichlet strength (Peng et al., 14 Oct 2025). The notation is described in the source as somewhat nonstandard and slightly ambiguous, but the evidential interpretation is explicit.

For each sample, the evidential loss is recorded across epochs as

\rightarrow6

and these trajectory vectors form the feature set for partitioning (Peng et al., 14 Oct 2025). Clustering is performed separately within each source-domain and known-class subset: \rightarrow7

\rightarrow8

Partition-level averages are then computed,

\rightarrow9

and a 2-component GMM assigns lower-average-loss components to the clean group and higher-average-loss components to the noisy group (Peng et al., 14 Oct 2025).

The paper’s rationale is that embedding geometry can be unreliable under noisy labels, whereas training dynamics provide a stronger signal: clean samples generally fit earlier and show lower or more stable evidential losses, while noisy samples remain high-loss or erratic longer (Peng et al., 14 Oct 2025). The per-domain, per-class grouping is intended to avoid confounding due to heterogeneous difficulty across domains and categories. A related but distinct theme appears in the dynamic evidential calibration literature, where reliability is also treated as a first-class objective, but there the emphasis is on meta-controlling the KL coefficient and class-specific Dirichlet prior during training rather than on clustering per-sample loss trajectories (Yang et al., 10 Oct 2025).

A plausible implication is that EReLiFM’s evidential reliability notion is more diagnostic than purely probabilistic: it uses evidence not only to quantify uncertainty in prediction, but also to identify which training samples are trustworthy enough to support later residual-flow learning.

4. Residual flow matching and structured augmentation

The paper defines Residual Flow Matching (RFM) as modeling residual distributions rather than direct sample generation (Peng et al., 14 Oct 2025). Given a source sample Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,0, a target sample Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,1, and a condition Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,2, the target residual is

Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,3

Training uses the objective

Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,4

with Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,5 and Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,6 (Peng et al., 14 Oct 2025). At generation time, the model integrates

Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,7

starting from Gaussian noise to produce a residual sample Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,8, and then constructs the augmentation

Y=YkYu,\mathcal{Y}=\mathcal{Y}_k \cup \mathcal{Y}_u,9

The paper interprets this as enabling “diverse and uncertainty-aware transfer paths” beyond interpolation-based augmentation (Peng et al., 14 Oct 2025).

The method distinguishes two conditional residual families. Domain residuals keep the category fixed while changing domain: Yk\mathcal{Y}_k0 whereas category residuals keep the domain fixed while changing category: Yk\mathcal{Y}_k1 Algorithmically, domain residuals form Yk\mathcal{Y}_k2 and category residuals form Yk\mathcal{Y}_k3 by adding sampled residuals to clean batches (Peng et al., 14 Oct 2025). Category-residual samples are assigned an additional class Yk\mathcal{Y}_k4, intended to improve awareness of unknown or open classes (Peng et al., 14 Oct 2025).

This use of flows differs from FLoWN, where conditional flow matching is applied in latent space to generate task-specific neural network parameters for few-shot adaptation (Saragih et al., 25 Mar 2025). FLoWN learns a conditional ODE

Yk\mathcal{Y}_k5

over latent encodings of weights, conditioned on support data, and is best understood as a latent conditional weight generator (Saragih et al., 25 Mar 2025). By contrast, EReLiFM’s equations are written in terms of image-like variables Yk\mathcal{Y}_k6, so the residuals are modeled in sample space rather than weight space (Peng et al., 14 Oct 2025). The connection is therefore conceptual rather than architectural: both use conditional transport, but only EReLiFM uses it to synthesize structured cross-domain and cross-category residuals for OSDG-NL.

5. Meta-learning formulation and optimization behavior

The meta-learning stage is organized around a clean/noisy split (Peng et al., 14 Oct 2025). On clean and flow-augmented clean data, the meta-train loss is

Yk\mathcal{Y}_k7

Here the original clean sample retains its known-class label, domain-residual augmentations keep the same category label, and category-residual augmentations are assigned to the additional class Yk\mathcal{Y}_k8 (Peng et al., 14 Oct 2025).

For noisy samples, the meta-test objective uses both pseudo-labels and original noisy labels: Yk\mathcal{Y}_k9

Yu\mathcal{Y}_u0

The final objective is

Yu\mathcal{Y}_u1

The paper does not provide explicit weighting coefficients between these losses; the faithful reading is that they are summed directly (Peng et al., 14 Oct 2025).

The evidential pseudo-label loss is justified as a correction mechanism, while the cross-entropy term on the original noisy labels is retained because some samples in the noisy split may in fact be clean but hard examples incorrectly partitioned by the filter stage (Peng et al., 14 Oct 2025). The method therefore does not simply discard noisy data or replace them wholesale with pseudo-labels. Instead, it uses what the paper calls a “competition” between pseudo-label and original label to make training more robust to imperfect clean/noisy separation (Peng et al., 14 Oct 2025).

The abstract states that “the model is optimized such that the update direction on the clean set maximizes the loss decrease on the noisy set,” but the body does not provide a full second-order MAML-style derivation (Peng et al., 14 Oct 2025). This has interpretive importance. EReLiFM is meta-learning in the sense of decoupled clean/noisy task roles inside a joint optimization framework, not in the strict sense of a formally written inner/outer-loop higher-order objective. This distinguishes it from both classical episodic meta-learning and from meta-controllers such as MPC, where a policy network explicitly learns how to configure evidential loss parameters over time through REINFORCE-style policy gradients (Yang et al., 10 Oct 2025).

A useful contrast also arises with Trust-SSL, where reliability enters learning through a stop-gradient additive residual term rather than multiplicative gating (Boulila et al., 23 Apr 2026). EReLiFM does not adopt that specific mechanism, but the comparison clarifies that “residual” can refer to different loci of intervention: EReLiFM uses residuals as learned transport objects for augmentation, whereas Trust-SSL uses residual reliability modulation in the loss (Boulila et al., 23 Apr 2026).

EReLiFM is evaluated on PACS, DigitsDG, and TerraInc, under symmetric label noise rates of Yu\mathcal{Y}_u2, Yu\mathcal{Y}_u3, and Yu\mathcal{Y}_u4, and asymmetric noise at Yu\mathcal{Y}_u5 generated according to semantic similarity using BERT textual features and cosine similarity (Peng et al., 14 Oct 2025). The principal metrics are Acc, H-score, and OSCR, with

Yu\mathcal{Y}_u6

The paper emphasizes OSCR as the main threshold-free metric for open-set classification and rejection quality (Peng et al., 14 Oct 2025).

On PACS with ResNet18, compared with HyProMeta, EReLiFM improves average metrics by Yu\mathcal{Y}_u7 Acc, Yu\mathcal{Y}_u8 H-score, and Yu\mathcal{Y}_u9 OSCR at \rightarrow0 symmetric noise, by \rightarrow1, \rightarrow2, and \rightarrow3 at \rightarrow4 symmetric noise, by \rightarrow5, \rightarrow6, and \rightarrow7 at \rightarrow8 symmetric noise, and by \rightarrow9, \rightarrow0, and \rightarrow1 at \rightarrow2 asymmetric noise (Peng et al., 14 Oct 2025). On PACS with ViT-Base, average OSCR increases from \rightarrow3 to \rightarrow4 at \rightarrow5 symmetric noise, from \rightarrow6 to \rightarrow7 at \rightarrow8, from \rightarrow9 to Mα\mathbf{M}_\alpha0 at Mα\mathbf{M}_\alpha1, and from Mα\mathbf{M}_\alpha2 to Mα\mathbf{M}_\alpha3 at Mα\mathbf{M}_\alpha4 asymmetric noise (Peng et al., 14 Oct 2025). On DigitsDG with ConvNet, average OSCR rises from Mα\mathbf{M}_\alpha5 to Mα\mathbf{M}_\alpha6, Mα\mathbf{M}_\alpha7 to Mα\mathbf{M}_\alpha8, Mα\mathbf{M}_\alpha9 to Ne=10N_e=100, and Ne=10N_e=101 to Ne=10N_e=102 across the same four noise settings (Peng et al., 14 Oct 2025).

Ablations attribute these gains to each major component. Removing DC-CRFM causes large OSCR drops on DigitsDG under Ne=10N_e=103 symmetric noise, for example from Ne=10N_e=104 to Ne=10N_e=105 on mnist and from Ne=10N_e=106 to Ne=10N_e=107 on syn (Peng et al., 14 Oct 2025). Replacing DC-CRFM with MixUp lowers OSCR to Ne=10N_e=108 on mnist and Ne=10N_e=109 on syn, supporting the claim that residual flow augmentation is not equivalent to interpolation (Peng et al., 14 Oct 2025). Removing UTS-ELC or replacing evidential loss clustering with non-evidential loss clustering also degrades performance, indicating that filtering before residual learning is important and that evidential trajectories are specifically useful (Peng et al., 14 Oct 2025). In the meta-test stage, removing Tclean,Tnoisy.\mathcal{T}_{clean},\quad \mathcal{T}_{noisy}.0 or removing Tclean,Tnoisy.\mathcal{T}_{clean},\quad \mathcal{T}_{noisy}.1 both harms OSCR, showing that both pseudo-label correction and original-label retention contribute (Peng et al., 14 Oct 2025).

Several interpretive cautions follow from the source. Performance gains remain but are smaller under extreme noise, especially Tclean,Tnoisy.\mathcal{T}_{clean},\quad \mathcal{T}_{noisy}.2 symmetric noise (Peng et al., 14 Oct 2025). The method is image-specific in its published form, and the mathematical treatment of meta-learning is more procedural than formally bilevel (Peng et al., 14 Oct 2025). The phrase “residual flow” should also be understood in the paper’s own sense—learning conditional distributions over residuals Tclean,Tnoisy.\mathcal{T}_{clean},\quad \mathcal{T}_{noisy}.3—rather than as a claim about invertible residual-flow architectures or likelihood-based normalizing flows (Peng et al., 14 Oct 2025). By comparison, FLoWN supplies a clearer flow-matching formalism in latent parameter space (Saragih et al., 25 Mar 2025), and Trust-SSL supplies a clear design principle for reliability-aware residual modulation, but neither paper addresses OSDG-NL directly (Saragih et al., 25 Mar 2025, Boulila et al., 23 Apr 2026).

Within the evidential literature, EReLiFM’s reliability notion is closer to sample trustworthiness under training dynamics than to the dynamic calibration objective of MPC (Yang et al., 10 Oct 2025), and closer to clean/noisy partition quality plus pseudo-label correction than to the weakly supervised bag-instance uncertainty estimation of MIREL, which derives a residual operator

Tclean,Tnoisy.\mathcal{T}_{clean},\quad \mathcal{T}_{noisy}.4

for Multi-Instance Uncertainty Estimation under weak supervision (Liu et al., 2024). A plausible implication is that these related works illuminate different parts of the EReLiFM name: MPC sharpens the “reliability-aware” and dynamic evidential aspects, FLoWN sharpens the flow-matching viewpoint, Trust-SSL clarifies residual reliability modulation, and MIREL shows how residual evidential correction can be structurally meaningful even without flow or meta-learning (Yang et al., 10 Oct 2025, Saragih et al., 25 Mar 2025, Boulila et al., 23 Apr 2026, Liu et al., 2024).

EReLiFM’s central contribution is therefore not a single new module but a coordinated sequence: evidential reliability estimation to select trustworthy supervision, conditional residual flow matching to enlarge clean supervision with structured domain and category variation, and meta-learning-style reuse of noisy data through pseudo-labels and original-label regularization (Peng et al., 14 Oct 2025). Empirically, the paper reports that this combination yields state-of-the-art performance on OSDG-NL benchmarks and especially strong gains in OSCR (Peng et al., 14 Oct 2025).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Evidential Reliability-Aware Residual Flow Meta-Learning (EReLiFM).