RoBell-RVFL Boosts Robustness in Imbalanced Data Learning

A. Rahaman, A. Quadir, M. Tanveer· August 19, 2026 View original

Key takeaways

  • RoBell-RVFL is a robust randomized neural network for imbalanced data.
  • It uses adaptive, quality-aware sample weighting for majority classes.
  • The model preserves minority class information while suppressing noise.
  • RoBell-RVFL significantly outperforms other RVFL variants in noisy, imbalanced settings.

Who benefits

BFSIHealthcareCybersecurityManufacturingRetail

Summary

RoBell-RVFL is a new quality-aware randomized neural network that addresses class imbalance and label noise by adaptively weighting majority class samples using a generalized bell membership function. It preserves minority class information while suppressing noisy and outlier majority samples, significantly outperforming existing RVFL variants.

In real-world datasets, the prevalence of majority classes often biases randomized neural networks, causing them to overlook critical minority samples. While methods like SMOTE and class-weighted loss functions attempt to balance class proportions, they frequently neglect intra-class distribution, leaving them vulnerable to label noise and outliers. This paper introduces RoBell-RVFL, a robust and lightweight generalized bell random vector functional link network designed to tackle these challenges. RoBell-RVFL employs a dual-strategy, sample-level weighting mechanism. It strictly preserves information from minority classes by assigning unit weights. Simultaneously, it adaptively regulates the influence of majority class samples using a probability-weighted generalized bell (gbell) membership function within a kernel-induced feature space. This innovative design effectively suppresses noisy, boundary, and outlier samples within the majority class, enabling the network to learn from truly informative data points rather than merely abundant ones. By explicitly incorporating local class probability and class distribution information, RoBell-RVFL achieves adaptive control over sample contributions without sacrificing the computational efficiency inherent to RVFL networks. Extensive evaluations on UCI and KEEL benchmark datasets, including robustness tests with up to 40% label noise, demonstrate that RoBell-RVFL consistently and significantly outperforms recent state-of-the-art RVFL variants, proving the importance of quality-aware sample weighting in noisy and imbalanced environments.

Why it matters

Data scientists and machine learning engineers can leverage RoBell-RVFL to build more robust and accurate models, especially when dealing with real-world imbalanced datasets and noisy labels, which are common in many business applications.

How to implement this in your domain

  1. 1Assess existing machine learning models for performance degradation on imbalanced datasets or in the presence of label noise.
  2. 2Investigate RoBell-RVFL as a potential solution for classification tasks where minority classes are critical but underrepresented.
  3. 3Experiment with implementing RoBell-RVFL in your data science workflows, particularly for fraud detection, medical diagnosis, or rare event prediction.
  4. 4Compare RoBell-RVFL's performance against current methods like SMOTE or class-weighted loss functions on your specific datasets.
  5. 5Train data science teams on advanced techniques for handling class imbalance and label noise, including quality-aware weighting.

Original post by A. Rahaman, A. Quadir, M. Tanveer

"arXiv:2608.16965v1 Announce Type: new Abstract: The dominance of majority classes in real-world datasets poses a fundamental challenge to randomized neural networks, often biasing decision boundaries and overlooking critical minority samples. Existing remedies, such as synthetic…"

View on X

Originally posted by A. Rahaman, A. Quadir, M. Tanveer on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools