Papers
Topics
Authors
Recent
Search
2000 character limit reached

Edge-Based γ-Quasi-Clique Model

Updated 28 January 2026
  • Edge-based γ-quasi-clique is a dense subgraph model defined by a density threshold γ that generalizes cliques by requiring a minimum fraction of potential edges.
  • The model supports rigorous extremal, probabilistic, and algorithmic analyses, with NP-completeness results and innovative MILP formulations enhancing its study.
  • Recent advances leverage energy diffusion, convex relaxations, and multiobjective strategies to efficiently detect, recover, and optimize dense structures in large-scale graphs.

An edge-based γγ-quasi-clique is a fundamental dense subgraph model in graph theory and network science. Given a simple undirected graph G=(V,E)G = (V, E) and density threshold γ(0,1]\gamma \in (0,1], a subset SVS \subseteq V is a γγ-quasi-clique if its induced subgraph satisfies E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}. The model generalizes the classical clique (γ=1\gamma=1) and supports rigorous extremal, probabilistic, and algorithmic analysis. The largest cardinality of such a subset is called the γγ-quasi-clique number of GG and denoted ω(γ)(G)\omega^{(\gamma)}(G). This model has driven progress in extremal combinatorics, random graph theory, planted subgraph detection, and large-scale graph mining (Balister et al., 2018, Bogerd, 2020, Xia et al., 21 Jan 2026, Zhang et al., 6 Aug 2025).

1. Mathematical Definition and Extremal Parameters

Given G=(V,E)G = (V, E)0 and G=(V,E)G = (V, E)1, let G=(V,E)G = (V, E)2 be the set of edges induced by G=(V,E)G = (V, E)3. G=(V,E)G = (V, E)4 is an edge-based G=(V,E)G = (V, E)5-quasi-clique if

G=(V,E)G = (V, E)6

and the G=(V,E)G = (V, E)7-quasi-clique number is

G=(V,E)G = (V, E)8

When G=(V,E)G = (V, E)9, this coincides with the clique number.

In Erdős–Rényi random graphs γ(0,1]\gamma \in (0,1]0, the parameter γ(0,1]\gamma \in (0,1]1 exhibits sharp concentration. Let

γ(0,1]\gamma \in (0,1]2

the Kullback–Leibler divergence γ(0,1]\gamma \in (0,1]3. The two-point concentration theorem states

γ(0,1]\gamma \in (0,1]4

with high probability as γ(0,1]\gamma \in (0,1]5 (Balister et al., 2018, Bogerd, 2020). In inhomogeneous random graphs with kernel γ(0,1]\gamma \in (0,1]6 and edge probability γ(0,1]\gamma \in (0,1]7, the largest γ(0,1]\gamma \in (0,1]8-quasi-clique again satisfies

γ(0,1]\gamma \in (0,1]9

demonstrating that the leading-order behavior depends only on SVS \subseteq V0 (Bogerd, 2020).

2. Algorithmic Complexity and Exact Algorithms

Determining whether SVS \subseteq V1 contains a SVS \subseteq V2-quasi-clique of size at least SVS \subseteq V3 is NP-complete for any fixed SVS \subseteq V4 and SVS \subseteq V5 (Xia et al., 21 Jan 2026). The lack of hereditary property (i.e., induced subgraphs of a SVS \subseteq V6-quasi-clique may not be SVS \subseteq V7-quasi-cliques themselves) limits classical pruning strategies such as those used for cliques or hereditary properties.

Recent major advances include iteratively reducing the maximum SVS \subseteq V8-quasi-clique problem to SVS \subseteq V9-defective clique computations, where a γγ0-defective clique allows for at most γγ1 missing edges and is hereditary. The EQC-Pro algorithm (Xia et al., 21 Jan 2026) uses a bottom-up doubling and binary search approach, achieves γγ2 time with γγ3 (improving on previous γγ4 approaches), leverages dynamic degeneracy-based heuristics, and outperforms QClique/FPCE by up to four orders of magnitude on large real-world graphs.

3. Mathematical Programming and Multiobjective Formulations

The edge-based γγ5-quasi-clique problem is naturally formulated as a Mixed Integer Linear Program (MILP). For MQC, the following formulation holds (Santos et al., 2024, Santos et al., 2024): γγ6 with γγ7 iff vertex γγ8 belongs to γγ9, E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}0 iff E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}1.

Multiobjective formulations simultaneously maximize both density and cardinality (the Multiobjective Quasi-Clique Problem, MOQC). Scalarization approaches such as ε-constraint and weighted-sum are efficient due to the total unimodularity of the LP relaxations, and a three-phase strategy combining dichotomic search, local search exploiting quasi-heredity, and ε-constraint fill-in provides strong empirical performance on real-world networks (Santos et al., 2024).

4. Heuristic Algorithms and Scalable Approaches

On large-scale graphs, exact methods remain challenging; thus, heuristics such as diffusion-based clustering and degeneracy ordering are used. The EDQC algorithm (Zhang et al., 6 Aug 2025) introduces an energy-diffusion approach: energy is propagated stochastically from seed nodes, with high-energy vertices indicating structural cohesion. EDQC sidesteps explicit candidate enumeration, providing competitive speed and higher solution quality than previous metaheuristics while maintaining low solution variance.

Dynamic heuristics in the EQC-Pro framework further raise lower bounds within the search and can iteratively expand solutions via degeneracy and neighborhood search. These procedures exploit quasi-hereditary properties and local extension rules to efficiently traverse the search landscape (Xia et al., 21 Jan 2026).

5. Planted Quasi-Clique Recovery and Convex Relaxations

For the detection and recovery of planted E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}2-quasi-cliques in noisy environments, convex optimization approaches grounded in robust PCA and matrix decomposition have been proposed. The rank-sparsity (low-rank plus sparse) matrix decomposition attempts to extract the quasi-clique adjacency via nuclear norm and E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}3 penalties with explicit guarantees (Abdulsalaam et al., 2022): E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}4 When the planted subgraph satisfies certain incoherence and sampling conditions (E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}5), exact recovery is possible with high probability, as certified by a dual variable constructed using a golfing scheme (Abdulsalaam et al., 2022).

6. Structural, Probabilistic, and Query-Theoretic Insights

The edge-based E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}6-quasi-clique model possesses rich structural and probabilistic properties:

  • In random graphs, E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}7 exhibits two-point concentration near its mean, governed by large deviation rates E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}8 or E(S)γ(S2)|E(S)| \geq \gamma \cdot \binom{|S|}{2}9 (Balister et al., 2018, Bogerd, 2020).
  • As γ=1\gamma=10, the rate approaches zero and quasi-cliques grow larger; for small γ=1\gamma=11 expansions exist to characterize the thresholds (Balister et al., 2018).
  • In query-limited models, the largest discoverable γ=1\gamma=12-quasi-clique (or dense subgraph) in γ=1\gamma=13, under γ=1\gamma=14 adjacency queries and γ=1\gamma=15 adaptive rounds, is sharply bounded by combinatorial anti-matching arguments:

γ=1\gamma=16

where γ=1\gamma=17 is a universal constant determined by edge-label/matching combinatorics (Csóka et al., 2023). These bounds are tight in regimes of high query-complexity or adaptivity.

7. Extensions: Connectivity, Biobjective Models, and Further Directions

Classical MQC and DKS formulations can yield disconnected subgraphs, which are often undesirable. Flow-based constraints (C-STree, C-Flow) have been incorporated into MILPs to enforce connectedness of the returned subgraphs. This ensures practical relevance in domains where connectivity is essential and delivers near-optimal solution rates and reduced runtimes on sparse real networks (Santos et al., 2024).

The multiobjective view (size vs. density) allows the computed Pareto front to capture efficiency tradeoffs between small, dense and large, sparser quasi-cliques. Algorithms recover supported Pareto points via dichotomic LP search, filling in non-supported points using ε-constraint approaches, and exploit structural properties such as quasi-heredity and degree-extension (Santos et al., 2024).

Further open directions include tightening query-complexity lower bounds for subpolynomial adaptivity, improving worst-case fixed-parameter complexity in exact algorithms, and developing robust methodologies for noisy, multi-layer, or attributed network settings.


References

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Edge-Based $γ$-Quasi-Clique Model.