DSAIDMSIOCFeb 23, 2020

Mixed Integer Programming for Searching Maximum Quasi-Bicliques

arXiv:2002.09880v1
AI Analysis

This work addresses a graph analysis problem for researchers in data mining or network analysis, but it appears incremental as it builds on existing quasi-biclique and biclustering methods.

The paper tackles the problem of finding maximal quasi-bicliques in bipartite graphs by proposing Mixed Integer Programming (MIP) models and an alternative biclustering-inspired model to maximize size and density, with results tested for efficiency.

This paper is related to the problem of finding the maximal quasi-bicliques in a bipartite graph (bigraph). A quasi-biclique in the bigraph is its "almost" complete subgraph. The relaxation of completeness can be understood variously; here, we assume that the subgraph is a $γ$-quasi-biclique if it lacks a certain number of edges to form a biclique such that its density is at least $γ\in (0,1]$. For a bigraph and fixed $γ$, the problem of searching for the maximal quasi-biclique consists of finding a subset of vertices of the bigraph such that the induced subgraph is a quasi-biclique and its size is maximal for a given graph. Several models based on Mixed Integer Programming (MIP) to search for a quasi-biclique are proposed and tested for working efficiency. An alternative model inspired by biclustering is formulated and tested; this model simultaneously maximizes both the size of the quasi-biclique and its density, using the least-square criterion similar to the one exploited by triclustering \textsc{TriBox}.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes