paper-with-me

Papers

Adaptive boosting with dynamic weight adjustment

2024-06-01 · Vamsi Sai Ranga Sri Harsha Mangina

Adaptive Boosting with Dynamic Weight Adjustment is an enhancement of the traditional Adaptive boosting commonly known as AdaBoost, a powerful ensemble learning technique. Adaptive Boosting with Dynamic Weight Adjustment technique improves the efficiency and accuracy by dynamically updating the weights of the instances based on prediction error where the weights are updated in proportion to the error rather than updating weights uniformly as we do in traditional Adaboost. Adaptive Boosting with Dynamic Weight Adjustment performs better than Adaptive Boosting as it can handle more complex data relations, allowing our model to handle imbalances and noise better, leading to more accurate and balanced predictions. The proposed model provides a more flexible and effective approach for boosting, particularly in challenging classification tasks.

📄 PDF Abstract BibTeX arXiv:2406.00524

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learning

Similar Papers 제목 키워드 기반

MorphBoost: Self-Organizing Universal Gradient Boosting with Adaptive Tree Morphing

2025-11-17 · Boris Kriuk arxiv

Traditional gradient boosting algorithms employ static tree structures with fixed splitting criteria that remain unchanged throughout training, limiting their ability to adapt to evolving gradient distributions and probl…

Feature Importance

Context-Fidelity Boosting: Enhancing Faithful Generation through Watermark-Inspired Decoding

2026-04-24 · Weixu Zhang, Fanghua Ye, Qiang Gao, Jian Li 외 arxiv

Large language models (LLMs) often produce content that contradicts or overlooks information provided in the input context, a phenomenon known as faithfulness hallucination. In this paper, we propose Context-Fidelity Boo…

Semantic SimilarityQuestion Answering

WOTBoost: Weighted Oversampling Technique in Boosting for imbalanced learning

2019-10-17 · Wenhao Zhang, Ramin Ramezani, Arash Naeim

Machine learning classifiers often stumble over imbalanced datasets where classes are not equally represented. This inherent bias towards the majority class may result in low accuracy in labeling minority class. Imbalanc…

Fraud DetectionGeneral ClassificationIntrusion DetectionNetwork Intrusion Detection

FeDABoost: Fairness Aware Federated Learning with Adaptive Boosting

2025-10-03 · Tharuka Kasthuri Arachchige, Veselka Boeva, Shahrooz Abghari arxiv

This work focuses on improving the performance and fairness of Federated Learning (FL) in non IID settings by enhancing model aggregation and boosting the training of underperforming clients. We propose FeDABoost, a nove…

Federated Learning

Isomorphic Functionalities between Ant Colony and Ensemble Learning: Part II-On the Strength of Weak Learnability and the Boosting Paradigm

2026-03-25 · Ernest Fokoué, Gregory Babbitt, Yuval Levental arxiv

In Part I of this series, we established a rigorous mathematical isomorphism between ant colony decision-making and random forest learning, demonstrating that variance reduction through decorrelation is a universal princ…

Ensemble Learning