Support Vector Boosting Machine (SVBM)

Version 1.0.0 (896 KB) by Junbo
The source code of Support Vector Boosting Machine (SVBM): Enhancing Classification Performance with AdaBoost and Residual Connections
34 Downloads
Updated 11 Nov 2024
In traditional boosting algorithms, the focus on misclassified training samples emphasizes their importance based on difficulty during the learning process. While using a standard Support Vector Machine (SVM) as a weak learner in an AdaBoost framework can enhance model performance by concentrating on error samples, this approach introduces significant challenges. Specifically, SVMs, characterized by their stability and robustness, may require destabilization to fit the boosting paradigm, which in turn can constrain performance due to reliance on the weighted results from preceding iterations. To address these challenges, we propose the Support Vector Boosting Machine (SVBM), which integrates a novel subsampling process with SVM algorithms and residual connection techniques. This method updates sample weights by considering both the current model's predictions and the outputs from prior rounds, allowing for effective sparsity control. The SVBM framework enhances the ability to form complex decision boundaries, thereby improving classification performance.

Cite As

Junbo (2025). Support Vector Boosting Machine (SVBM) (https://github.com/junbolian/SVBM), GitHub. Retrieved .

Lian, J. (2024). Support Vector Boosting Machine (SVBM): Enhancing Classification Performance with AdaBoost and Residual Connections. ArXiv.

MATLAB Release Compatibility
Created with R2024b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.