Table of Contents
Fetching ...

Efficient Antagonistic k-plex Enumeration in Signed Graphs

Lantian Xu, Rong-Hua Li, Dong Wen, Qiangqiang Dai, Guoren Wang, Lu Qin

TL;DR

The proposed model guarantees that the resulting subgraph is a k-plex and can be divided into two sub-k-plexes, both of which have positive inner edges and negative outer edges.

Abstract

A signed graph is a graph where each edge receives a sign, positive or negative. The signed graph model has been used in many real applications, such as protein complex discovery and social network analysis. Finding cohesive subgraphs in signed graphs is a fundamental problem. A k-plex is a common model for cohesive subgraphs in which every vertex is adjacent to all but at most k vertices within the subgraph. In this paper, we propose the model of size-constrained antagonistic k-plex in a signed graph. The proposed model guarantees that the resulting subgraph is a k-plex and can be divided into two sub-k-plexes, both of which have positive inner edges and negative outer edges. This paper aims to identify all maximal antagonistic k-plexes in a signed graph. Through rigorous analysis, we show that the problem is NP-Hardness. We propose a novel framework for maximal antagonistic k-plexes utilizing set enumeration. Efficiency is improved through pivot pruning and early termination based on the color bound. Preprocessing techniques based on degree and dichromatic graphs effectively narrow the search space before enumeration. Extensive experiments on real-world datasets demonstrate our algorithm's efficiency, effectiveness, and scalability.

Efficient Antagonistic k-plex Enumeration in Signed Graphs

TL;DR

The proposed model guarantees that the resulting subgraph is a k-plex and can be divided into two sub-k-plexes, both of which have positive inner edges and negative outer edges.

Abstract

A signed graph is a graph where each edge receives a sign, positive or negative. The signed graph model has been used in many real applications, such as protein complex discovery and social network analysis. Finding cohesive subgraphs in signed graphs is a fundamental problem. A k-plex is a common model for cohesive subgraphs in which every vertex is adjacent to all but at most k vertices within the subgraph. In this paper, we propose the model of size-constrained antagonistic k-plex in a signed graph. The proposed model guarantees that the resulting subgraph is a k-plex and can be divided into two sub-k-plexes, both of which have positive inner edges and negative outer edges. This paper aims to identify all maximal antagonistic k-plexes in a signed graph. Through rigorous analysis, we show that the problem is NP-Hardness. We propose a novel framework for maximal antagonistic k-plexes utilizing set enumeration. Efficiency is improved through pivot pruning and early termination based on the color bound. Preprocessing techniques based on degree and dichromatic graphs effectively narrow the search space before enumeration. Extensive experiments on real-world datasets demonstrate our algorithm's efficiency, effectiveness, and scalability.

Paper Structure

This paper contains 15 sections, 16 theorems, 2 equations, 13 figures, 1 table, 7 algorithms.

Key Result

Lemma 1

Given a $k$-plex $C$ with the size of $s$, $C$ is connected and the diameter of $C$ is at most $2$ if $s \geq 2k-1$.

Figures (13)

  • Figure 1: Balanced graph
  • Figure 2: Maximal antagonistic $k$-plex
  • Figure 3: Running example
  • Figure 4: Color bound example
  • Figure 5: DichromaticOnehop example
  • ...and 8 more figures

Theorems & Definitions (36)

  • Definition 1: Antagonistic Graphchen2020efficient
  • Definition 2: Maximal Antagonistic $k$-plex
  • Lemma 1: Bounded Diameter seidman1978graph
  • Example 1
  • Theorem 1: Problem Hardness
  • proof
  • Lemma 2
  • proof
  • Theorem 2: Correctness
  • proof
  • ...and 26 more