Skip to content
OpenTrain AIFor AI Companies

Efficient Enumeration of the Optimal Solutions to the Correlation Clustering problem

Nejat Arinik, Vincent Labatut, Rosa FigueiredoPublished Jan 13, 2023
arXiv PDF DOI
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Missing
Not verified yet
Time to first repro
A few hours
Fast first run
Risk flags
1
Review before use

Abstract

Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.

According to the structural balance theory, a signed graph is considered structurally balanced when it can be partitioned into a number of modules such that positive and negative edges are respectively located inside and between the modules. In practice, real-world networks are rarely structurally balanced, though. In this case, one may want to measure the magnitude of their imbalance, and to identify the set of edges causing this imbalance. The correlation clustering (CC) problem precisely consists in looking for the signed graph partition having the least imbalance. Recently, it has been shown that the space of the optimal solutions of the CC problem can be constituted of numerous and diverse optimal solutions. Yet, this space is difficult to explore, as the CC problem is NP-hard, and exact approaches do not scale well even when looking for a single optimal solution. To alleviate this issue, in this work we propose an efficient enumeration method allowing to retrieve the complete space of optimal solutions of the CC problem. It combines an exhaustive enumeration strategy with neighborhoods of varying sizes, to achieve computational effectiveness. Results obtained for middle-sized networks confirm the usefulness of our method.

Results and benchmarks

Freshness tier: cold
According to the structural balance theory, a signed graph is considered structurally balanced when it can be partitioned into a number of modules such that positive and negative edges are respectively located inside and between the modules.

Implementation

Historical official implementation (not recommended for new builds)

Why this implementation
Confidence: low

This is primarily a method paper. Reproduce it within a maintained framework baseline instead of chasing paper-specific repos.

Open compnet/enumcc
Reproduction risks
  • No maintained paper-verified implementation is currently available
  • No direct maintained implementation is currently verified.
  • Only historical official repository was found: compnet/enumcc.
  • No maintained paper-verified implementation met reliability thresholds.

Compare implementation paths

Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.

compnet/enumcc
historical official
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
0
Last push
Oct 5, 2024 (690d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
0
Last push
Oct 5, 2024 (690d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases
CompNet/Sosocc
alternative
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
0
Last push
Oct 5, 2024 (690d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases

Reproduction readiness

Time to first repro: hours
Last checked: Aug 26, 2026

Major work

No dependency manifest, manual reconstruction required

  • compnet/enumcc has no requirements.txt, environment.yml, pyproject.toml, or Dockerfile.
  • You will need to reverse-engineer dependencies from import statements in the source code.
  • Last push was 690 days ago.
Open compnet/enumcc

Repositories and ecosystem

Official

  • CompNet/SignedStabilityBenchmark

    0 stars · 0 forks · Last push Oct 5, 2024 · GPL-3.0 license

  • CompNet/Sosocc
    Confidence: High

    Space of Optimal Solutions of the Correlation Clustering Problem

    0 stars · 0 forks · Last push Oct 5, 2024 · LGPL-3.0 license

Community

No additional community repositories detected yet.

Hugging Face artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.

Tip: start with models, then check datasets and spaces if you need evaluation data or demos.

Research context

2

Citations

46

References

Tasks

Enumeration, Partition (number theory), Cluster analysis, Graph, Space (punctuation), Set (abstract data type), Graph partition, Combinatorics

Methods

Mathematical optimization

Domains

Mathematics, Physics and Astronomy, Statistical and Nonlinear Physics

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).