Giter VIP home page Giter VIP logo

combinatorial-cluster-deletion's Introduction

Combinatorial Approximations for Cluster Deletion: Simpler, Faster, and Better

Code for fast combinatorial methods to solve cluster deletion (DegMFP and RatMFP) and combinatorial solver for STC-LP.

Repo for the ICML 2024 paper:

Combinatorial Approximations for Cluster Deletion: Simpler, Faster, and Better

arXiv ICML 2024

Code Organization

Experiments

The experiments can be found in the Experiments folder. run-cd-functions.jl contains the code to run a single instance of the cluster deletion problem with a given method. The experiments are separated between CD-experiments and merge-experiments, with

The CD-experiments folder contains the experiments for the cluster deletion problem.

  • run_many_main.jl runs all the experiments from the paper
  • cd-table-print-results.jl prints the results from the experiments in a table format and plots the figures
  • mpf-tests.jl can be used to run the MFP methods faster

Methods

You can find the implementations for the deterministic MFP methods (DegMFP and RatMFP) in src/run_cd_functions.jl.

The implementation for the combinatorial solver for STC-LP can be found in src/cd_lp_minst_relaxations.jl.

Data

This repo contains some small toy graphs in the folder data/smallgraphs.

Most of the standardized graphs used in the experiments can be downloaded from google drive. These graphs are in the format needed to run the experiments.

Instead, the graphs used in the paper can be downloaded from suitesparse.com and standardized using the data/standardize-snap-graphs.jl script.

Acknowledgements

Our implementation is based on nveldt's repo FastCC-via-STC.

Reference

If you find our work helpful, please cite our paper:

@misc{balmaseda2024combinatorial,
  title={Combinatorial Approximations for Cluster Deletion: Simpler, Faster, and Better}, 
  author={Vicente Balmaseda and Ying Xu and Yixin Cao and Nate Veldt},
  year={2024},
  eprint={2404.16131},
  archivePrefix={arXiv},
  primaryClass={cs.DS}
}

combinatorial-cluster-deletion's People

Contributors

vibalcam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.