Performance Analysis of Monte Carlo Algorithms in Dense Subgraph Identification
Wanru Guo

TL;DR
This paper introduces the SAA algorithm, combining simulated annealing and stochastic approximation Monte Carlo, which outperforms existing methods in identifying dense subgraphs in networks, with faster convergence and higher success rates.
Contribution
The study presents a novel SAA algorithm that improves dense subgraph detection by outperforming traditional methods in efficiency and accuracy.
Findings
SAA finds denser subgraphs faster than SA and SM.
SAA has a higher success rate in identifying cliques within fixed iterations.
SAA reduces computation time compared to existing algorithms.
Abstract
The exploration of network structures through the lens of graph theory has become a cornerstone in understanding complex systems across diverse fields. Identifying densely connected subgraphs within larger networks is crucial for uncovering functional modules in biological systems, cohesive groups within social networks, and critical paths in technological infrastructures. The most representative approach, the SM algorithm, cannot locate subgraphs with large sizes, therefore cannot identify dense subgraphs; while the SA algorithm previously used by researchers combines simulated annealing and efficient moves for the Markov chain. However, the global optima cannot be guaranteed to be located by the simulated annealing methods including SA unless a logarithmic cooling schedule is used. To this end, our study introduces and evaluates the performance of the Simulated Annealing Algorithm…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Fault Detection and Control Systems
