paper-with-me

Papers

Boosting Data Reduction for the Maximum Weight Independent Set Problem Using Increasing Transformations

2020-08-12 · Alexander Gellner, Sebastian Lamm, Christian Schulz, Darren Strash, Bogdán Zaválnij

Given a vertex-weighted graph, the maximum weight independent set problem asks for a pair-wise non-adjacent set of vertices such that the sum of their weights is maximum. The branch-and-reduce paradigm is the de facto standard approach to solve the problem to optimality in practice. In this paradigm, data reduction rules are applied to decrease the problem size. These data reduction rules ensure that given an optimum solution on the new (smaller) input, one can quickly construct an optimum solution on the original input. We introduce new generalized data reduction and transformation rules for the problem. A key feature of our work is that some transformation rules can increase the size of the input. Surprisingly, these so-called increasing transformations can simplify the problem and also open up the reduction space to yield even smaller irreducible graphs later throughout the algorithm. In experiments, our algorithm computes significantly smaller irreducible graphs on all except one instance, solves more instances to optimality than previously possible, is up to two orders of magnitude faster than the best state-of-the-art solver, and finds higher-quality solutions than heuristic solvers DynWVC and HILS on many instances. While the increasing transformations are only efficient enough for preprocessing at this time, we see this as a critical initial step towards a new branch-and-transform paradigm.

📄 PDF Abstract BibTeX arXiv:2008.05180

Code (1)

karlsruhemis/kamis 공식 구현

Similar Papers 제목 키워드 기반

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

Maximum Entropy Weighted Independent Set Pooling for Graph Neural Networks

2021-07-03 · Amirhossein Nouranizadeh, Mohammadjavad Matinkia, Mohammad Rahmati, Reza Safabakhsh

In this paper, we propose a novel pooling layer for graph neural networks based on maximizing the mutual information between the pooled graph and the input graph. Since the maximum mutual information is difficult to comp…

Combinatorial OptimizationGraph ClassificationGraph Neural NetworkInductive Bias

Improved Exact and Heuristic Algorithms for Maximum Weight Clique

2023-02-01 · Roman Erhardt, Kathrin Hanauer, Nils Kriege, Christian Schulz 외

We propose improved exact and heuristic algorithms for solving the maximum weight clique problem, a well-known problem in graph theory with many applications. Our algorithms interleave successful techniques from related …

The Theory Behind Overfitting, Cross Validation, Regularization, Bagging, and Boosting: Tutorial

2019-05-28 · Benyamin Ghojogh, Mark Crowley

In this tutorial paper, we first define mean squared error, variance, covariance, and bias of both random variables and classification/predictor models. Then, we formulate the true and generalization errors of the model …

L2 Regularization

Online Agnostic Multiclass Boosting

2022-05-30 · Vinod Raman, Ambuj Tewari

Boosting is a fundamental approach in machine learning that enjoys both strong theoretical and practical guarantees. At a high-level, boosting algorithms cleverly aggregate weak learners to generate predictions with arbi…

Binary Classification