paper-with-me

Papers

Algorithms for Boolean Matrix Factorization using Integer Programming

2023-05-17 · Christos Kolomvakis, Arnaud Vandaele, Nicolas Gillis

Boolean matrix factorization (BMF) approximates a given binary input matrix as the product of two smaller binary factors. As opposed to binary matrix factorization which uses standard arithmetic, BMF uses the Boolean OR and Boolean AND operations to perform matrix products, which leads to lower reconstruction errors. BMF is an NP-hard problem. In this paper, we first propose an alternating optimization (AO) strategy that solves the subproblem in one factor matrix in BMF using an integer program (IP). We also provide two ways to initialize the factors within AO. Then, we show how several solutions of BMF can be combined optimally using another IP. This allows us to come up with a new algorithm: it generates several solutions using AO and then combines them in an optimal way. Experiments show that our algorithms (available on gitlab) outperform the state of the art on medium-scale problems.

📄 PDF Abstract BibTeX arXiv:2305.10185

Code (1)

https://gitlab.com/ngillis/booleanmf 공식 구현

Methods 이 논문이 사용한 방법론

AO This study proposes an efficient metaheuristic algorithm called the Artemisinin Optimization (AO) algorithm. This algorithm draws inspiration from the process of artemisinin…

Similar Papers 제목 키워드 기반

Algorithms for Boolean Matrix Factorization using Integer Programming and Heuristics

2025-12-03 · Christos Kolomvakis, Thomas Bobille, Arnaud Vandaele, Nicolas Gillis arxiv

Boolean matrix factorization (BMF) approximates a given binary input matrix as the product of two smaller binary factors. Unlike binary matrix factorization based on standard arithmetic, BMF employs the Boolean OR and AN…

Boolean and $\mathbb{F}_p$-Matrix Factorization: From Theory to Practice

2022-07-25 · Fedor Fomin, Fahad Panolan, Anurag Patil, Adil Tanveer

Boolean Matrix Factorization (BMF) aims to find an approximation of a given binary matrix as the Boolean product of two low-rank binary matrices. Binary data is ubiquitous in many fields, and representing data by binary …

Low-Rank Boolean Matrix Approximation by Integer Programming

2018-03-13 · Reka Kovacs, Oktay Gunluk, Raphael Hauser

Low-rank approximations of data matrices are an important dimensionality reduction tool in machine learning and regression analysis. We consider the case of categorical variables, where it can be formulated as the proble…

BIG-bench Machine LearningDimensionality Reductionregression

Binary Matrix Factorisation and Completion via Integer Programming

2021-06-25 · Reka A. Kovacs, Oktay Gunluk, Raphael A. Hauser

Binary matrix factorisation is an essential tool for identifying discrete patterns in binary data. In this paper we consider the rank-k binary matrix factorisation problem (k-BMF) under Boolean arithmetic: we are given a…

From-Below Boolean Matrix Factorization Algorithm Based on MDL

2019-01-28 · Tatiana Makhalova, Martin Trnecka

During the past few years Boolean matrix factorization (BMF) has become an important direction in data analysis. The minimum description length principle (MDL) was successfully adapted in BMF for the model order selectio…