paper-with-me

Papers

Totally Corrective Boosting with Cardinality Penalization

2015-04-07 · Vasil S. Denchev, Nan Ding, Shin Matsushima, S. V. N. Vishwanathan, Hartmut Neven

We propose a totally corrective boosting algorithm with explicit cardinality regularization. The resulting combinatorial optimization problems are not known to be efficiently solvable with existing classical methods, but emerging quantum optimization technology gives hope for achieving sparser models in practice. In order to demonstrate the utility of our algorithm, we use a distributed classical heuristic optimizer as a stand-in for quantum hardware. Even though this evaluation methodology incurs large time and resource costs on classical computing machinery, it allows us to gauge the potential gains in generalization performance and sparsity of the resulting boosted ensembles. Our experimental results on public data sets commonly used for benchmarking of boosting algorithms decidedly demonstrate the existence of such advantages. If actual quantum optimization were to be used with this algorithm in the future, we would expect equivalent or superior results at much smaller time and energy costs during training. Moreover, studying cardinality-penalized boosting also sheds light on why unregularized boosting algorithms with early stopping often yield better results than their counterparts with explicit convex regularization: Early stopping performs suboptimal cardinality regularization. The results that we present here indicate it is beneficial to explicitly solve the combinatorial problem still left open at early termination.

📄 PDF Abstract BibTeX arXiv:1504.01446

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingCombinatorial Optimization

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Boosting Revisited: Benchmarking and Advancing LP-Based Ensemble Methods

2025-07-24 · Fabian Akkerman, Julien Ferry, Christian Artigues, Emmanuel Hebrard 외 arxiv

Despite their theoretical appeal, totally corrective boosting methods based on linear programming have received limited empirical attention. In this paper, we conduct the first large-scale experimental study of six LP-ba…

On the Dual Formulation of Boosting Algorithms

2009-01-23 · Chunhua Shen, Hanxi Li

We study boosting algorithms from a new perspective. We show that the Lagrange dual problems of AdaBoost, LogitBoost and soft-margin LPBoost with generalized hinge loss are all entropy maximization problems. By looking a…

A scalable stage-wise approach to large-margin multi-class loss based boosting

2013-07-21 · Sakrapee Paisitkriangkrai, Chunhua Shen, Anton Van Den Hengel

We present a scalable and effective classification model to train multi-class boosting for multi-class classification problems. Shen and Hao introduced a direct formulation of multi- class boosting in the sense that it d…

ClassificationGeneral ClassificationMulti-class Classification

A Comparison of Machine Learning Methods for Data with High-Cardinality Categorical Variables

2023-07-05 · Fabio Sigrist

High-cardinality categorical variables are variables for which the number of different levels is large relative to the sample size of a data set, or in other words, there are few data points per level. Machine learning m…

Fully-Corrective Gradient Boosting with Squared Hinge: Fast Learning Rates and Early Stopping

2020-04-01 · Jinshan Zeng, Min Zhang, Shao-Bo Lin

Boosting is a well-known method for improving the accuracy of weak learners in machine learning. However, its theoretical generalization guarantee is missing in literature. In this paper, we propose an efficient boosting…

Binary ClassificationGeneral Classification