paper-with-me

Papers

Can Boosting with SVM as Week Learners Help?

2016-04-18 · Dinesh Govindaraj

Object recognition in images involves identifying objects with partial occlusions, viewpoint changes, varying illumination, cluttered backgrounds. Recent work in object recognition uses machine learning techniques SVM-KNN, Local Ensemble Kernel Learning, Multiple Kernel Learning. In this paper, we want to utilize SVM as week learners in AdaBoost. Experiments are done with classifiers like near- est neighbor, k-nearest neighbor, Support vector machines, Local learning(SVM- KNN) and AdaBoost. Models use Scale-Invariant descriptors and Pyramid his- togram of gradient descriptors. AdaBoost is trained with set of week classifier as SVMs, each with kernel distance function on different descriptors. Results shows AdaBoost with SVM outperform other methods for Object Categorization dataset.

📄 PDF Abstract BibTeX arXiv:1604.05242

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject CategorizationObject Recognition

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Overview of AdaBoost : Reconciling its views to better understand its dynamics

2023-10-06 · Perceval Beja-Battais

Boosting methods have been introduced in the late 1980's. They were born following the theoritical aspect of PAC learning. The main idea of boosting methods is to combine weak learners to obtain a strong learner. The wea…

PAC learning

BGADAM: Boosting based Genetic-Evolutionary ADAM for Neural Network Optimization

2019-07-26 · Jiyang Bai, Yuxiang Ren, Jiawei Zhang

For various optimization methods, gradient descent-based algorithms can achieve outstanding performance and have been widely used in various tasks. Among those commonly used algorithms, ADAM owns many advantages such as …

Soft Gradient Boosting Machine

2020-06-07 · Ji Feng, Yi-Xuan Xu, Yuan Jiang, Zhi-Hua Zhou

Gradient Boosting Machine has proven to be one successful function approximator and has been widely used in a variety of areas. However, since the training procedure of each base learner has to take the sequential order,…

Incremental Learning

Sample-Near-Optimal Agnostic Boosting with Improved Running Time

2026-01-16 · Arthur da Cunha, Mikael Møller Høgsgaard, Andrea Paudice arxiv

Boosting is a powerful method that turns weak learners, which perform only slightly better than random guessing, into strong learners with high accuracy. While boosting is well understood in the classic setting, it is le…

Local Boosting for Weakly-Supervised Learning

2023-06-05 · Rongzhi Zhang, Yue Yu, Jiaming Shen, Xiquan Cui 외

Boosting is a commonly used technique to enhance the performance of a set of base models by combining them into a strong ensemble model. Though widely adopted, boosting is typically used in supervised learning where the …

Weakly-supervised Learning