paper-with-me

홈 › Papers

A stochastic approach to handle knapsack problems in the creation of ensembles

2020-04-17 · Andras Hajdu, Gyorgy Terdik, Attila Tiba, Henrietta Toman

Ensemble-based methods are highly popular approaches that increase the accuracy of a decision by aggregating the opinions of individual voters. The common point is to maximize accuracy; however, a natural limitation occurs if incremental costs are also assigned to the individual voters. Consequently, we investigate creating ensembles under an additional constraint on the total cost of the members. This task can be formulated as a knapsack problem, where the energy is the ensemble accuracy formed by some aggregation rules. However, the generally applied aggregation rules lead to a nonseparable energy function, which takes the common solution tools -- such as dynamic programming -- out of action. We introduce a novel stochastic approach that considers the energy as the joint probability function of the member accuracies. This type of knowledge can be efficiently incorporated in a stochastic search process as a stopping rule, since we have the information on the expected accuracy or, alternatively, the probability of finding more accurate ensembles. Experimental analyses of the created ensembles of pattern classifiers and object detectors confirm the efficiency of our approach. Moreover, we propose a novel stochastic search strategy that better fits the energy, compared with general approaches such as simulated annealing.

📄 PDF Abstract BibTeX arXiv:2004.08101

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimizing Majority Voting Based Systems Under a Resource Constraint for Multiclass Problems

2019-04-08 · Attila Tiba, Andras Hajdu, Gyorgy Terdik, Henrietta Toman

Ensemble-based approaches are very effective in various fields in raising the accuracy of its individual members, when some voting rule is applied for aggregating the individual decisions. In this paper, we investigate h…

General Classification

On the Use of Bi-Objective Evolutionary Algorithms for the Stochastic MKP under Dynamic Constraints

2026-04-13 · Ishara Hewa Pathiranage, Aneta Neumann arxiv

The multiple knapsack problem (MKP) generalizes the classical knapsack problem by assigning items to multiple knapsacks subject to capacity constraints. It is used to model many real-world resource allocation and schedul…

Evolutionary Multi-Objective Algorithms for the Knapsack Problems with Stochastic Profits

2023-03-03 · Kokila Perera, Aneta Neumann, Frank Neumann

Evolutionary multi-objective algorithms have been widely shown to be successful when utilized for a variety of stochastic combinatorial optimization problems. Chance constrained optimization plays an important role in co…

Combinatorial OptimizationEvolutionary Algorithms

Bandits with Replenishable Knapsacks: the Best of both Worlds

2023-06-14 · Martino Bernasconi, Matteo Castiglioni, Andrea Celli, Federico Fusco

The bandits with knapsack (BwK) framework models online decision-making problems in which an agent makes a sequence of decisions subject to resource consumption constraints. The traditional model assumes that each action…

Decision Making

Evolutionary Algorithm for Chance Constrained Quadratic Multiple Knapsack Problem

2025-11-04 · Kokila Kasuni Perera, Aneta Neumann arxiv

Quadratic multiple knapsack problem (QMKP) is a combinatorial optimisation problem characterised by multiple weight capacity constraints and a profit function that combines linear and quadratic profits. We study a stocha…