Research Papers 论文研究 3d ago Updated 2d ago 更新于 2天前 43

RoBell-RVFL: A Robust Generalized Bell Random Vector Functional Link Network RoBell-RVFL:一种鲁棒广义Bell随机向量函数链接网络

RoBell-RVFL is a robust, lightweight randomized neural network that addresses class imbalance and label noise through a quality-aware, sample-level weighting mechanism It uses a dual-strategy approach: unit weights for minority class samples to preserve their information, and a probability-weighted generalized bell (gbell) membership function in kernel-induced feature space for majority class samples The method suppresses noisy, boundary, and outlier samples within the majority class, enabling l 提出RoBell-RVFL,一种鲁棒轻量级的质量感知广义钟形随机向量函数链接网络,解决类别不平衡与标签噪声问题 采用双策略样本级加权机制:少数类使用单位权重保留信息,多数类通过概率加权广义钟形隶属函数在核诱导特征空间中自适应调节 显式整合局部类别概率和类分布信息到学习过程,实现样本贡献的自适应控制,同时保持RVFL的闭式学习效率 在UCI和KEEL基准数据集上验证,并在高达40%标签噪声下进行鲁棒性测试,显著优于近期SOTA的RVFL变体 证明自适应质量感知样本加权对鲁棒RVFL学习至关重要,传统全局加权方案在噪声和不平衡环境中失效

55
Hot 热度
72
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • RoBell-RVFL is a robust, lightweight randomized neural network that addresses class imbalance and label noise through a quality-aware, sample-level weighting mechanism
  • It uses a dual-strategy approach: unit weights for minority class samples to preserve their information, and a probability-weighted generalized bell (gbell) membership function in kernel-induced feature space for majority class samples
  • The method suppresses noisy, boundary, and outlier samples within the majority class, enabling learning from informative rather than merely abundant samples
  • Extensive evaluations on UCI and KEEL benchmarks show consistent and significant outperformance over state-of-the-art RVFL variants, with robustness maintained under up to 40% label noise
  • The work demonstrates that adaptive, quality-aware sample weighting is essential for robust RVFL learning, rendering conventional global weighting schemes ineffective in noisy and imbalanced environments

Why It Matters

This research addresses a critical gap in randomized neural networks by moving beyond simple class-proportion adjustments to incorporate intra-class distribution and sample quality, which is essential for real-world deployment where data is rarely clean or balanced. For AI practitioners working with imbalanced datasets—particularly in domains like fraud detection, medical diagnosis, or anomaly detection—RoBell-RVFL offers a computationally efficient alternative to expensive resampling or deep learning approaches while maintaining closed-form learning speed.

Technical Details

  • Architecture: Builds on Random Vector Functional Link (RVFL) networks, a class of single-hidden-layer feedforward networks with randomized hidden nodes and closed-form output weight learning
  • Dual-Strategy Weighting: Minority class samples are assigned unit weights to strictly preserve their information; majority class samples are adaptively regulated using a probability-weighted generalized bell (gbell) membership function operating in a kernel-induced feature space
  • Quality-Aware Mechanism: Explicitly incorporates local class probability and class distribution information into the learning process, enabling adaptive control over sample contributions based on their informational value rather than mere abundance
  • Robustness Testing: Evaluated under up to 40% label noise, demonstrating resilience that conventional global weighting schemes fail to achieve
  • Benchmarks: Tested on UCI and KEEL benchmark datasets, outperforming recent state-of-the-art RVFL variants

Industry Insight

  • The shift from global to adaptive, quality-aware sample weighting represents a paradigm shift for imbalanced learning in lightweight neural architectures, suggesting that future RVFL variants should prioritize intra-class distribution modeling over simple oversampling
  • For practitioners dealing with noisy, imbalanced real-world data, RoBell-RVFL offers a compelling trade-off between computational efficiency and robustness, making it suitable for resource-constrained or latency-sensitive applications where deep learning is impractical
  • The demonstrated resilience to 40% label noise highlights the importance of sample-level quality assessment in training pipelines, encouraging the integration of similar weighting mechanisms into broader randomized network frameworks and industrial ML workflows

TL;DR

  • 提出RoBell-RVFL,一种鲁棒轻量级的质量感知广义钟形随机向量函数链接网络,解决类别不平衡与标签噪声问题
  • 采用双策略样本级加权机制:少数类使用单位权重保留信息,多数类通过概率加权广义钟形隶属函数在核诱导特征空间中自适应调节
  • 显式整合局部类别概率和类分布信息到学习过程,实现样本贡献的自适应控制,同时保持RVFL的闭式学习效率
  • 在UCI和KEEL基准数据集上验证,并在高达40%标签噪声下进行鲁棒性测试,显著优于近期SOTA的RVFL变体
  • 证明自适应质量感知样本加权对鲁棒RVFL学习至关重要,传统全局加权方案在噪声和不平衡环境中失效

为什么值得看

本文为随机神经网络在类别不平衡和标签噪声场景下的学习提供了新的质量感知加权思路,突破了传统仅关注类别比例的局限。其双策略设计兼顾了少数类信息保留与多数类噪声抑制,对工业界处理真实世界脏数据具有直接参考价值。

技术解析

  • 核心架构:RoBell-RVFL基于随机向量函数链接网络(RVFL),引入广义钟形(gbell)隶属函数构建概率加权机制,在核诱导特征空间中实现样本级自适应加权。
  • 双策略加权机制:少数类样本采用单位权重确保信息不被稀释;多数类样本通过概率加权广义钟形函数调节影响力,有效抑制噪声点、边界样本和异常值。
  • 学习效率保持:在引入质量感知加权的同时,保留了RVFL网络的闭式解学习特性,避免了迭代优化带来的计算开销。
  • 实验验证:在UCI和KEEL多个基准数据集上进行评估,并设置高达40%的标签噪声进行鲁棒性测试,结果显著优于现有RVFL变体方法。

行业启示

  • 类别不平衡问题的解决需从"比例调整"转向"质量感知",真实场景中样本质量差异比类别比例更影响模型性能。
  • 随机神经网络在工业级脏数据场景下仍有应用潜力,通过引入鲁棒加权机制可显著提升其实际部署价值。
  • 未来研究应关注如何在保持计算效率的同时,进一步融合样本质量评估与分布建模,以应对更复杂的噪声环境。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Training 训练