DUA-D2C: Dynamic Uncertainty Aware Method for Overfitting Remediation in Deep Learning
Md. Saiful Bari Siddiqui, Md Mohaiminul Islam, Md. Golam Rabiul Alam

TL;DR
DUA-D2C is a novel method that dynamically weights ensemble models based on their uncertainty and validation performance, significantly improving overfitting mitigation and generalization in deep learning.
Contribution
It introduces a dynamic, uncertainty-aware aggregation technique for the Divide2Conquer framework, enhancing overfitting remediation in deep learning models.
Findings
Significant improvement in generalization across multiple benchmark datasets.
Effective combination with existing regularization methods.
Enhanced decision boundary robustness and reduced overfitting.
Abstract
Overfitting remains a significant challenge in deep learning, often arising from data outliers, noise, and limited training data. To address this, the Divide2Conquer (D2C) method was previously proposed, which partitions training data into multiple subsets and trains identical models independently on each. This strategy enables learning more consistent patterns while minimizing the influence of individual outliers and noise. However, D2C's standard aggregation typically treats all subset models equally or based on fixed heuristics (like data size), potentially underutilizing information about their varying generalization capabilities. Building upon this foundation, we introduce Dynamic Uncertainty-Aware Divide2Conquer (DUA-D2C), an advanced technique that refines the aggregation process. DUA-D2C dynamically weights the contributions of subset models based on their performance on a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Neural Networks and Applications
