Related Experiment Video
Updated: Aug 5, 2026

03:31
End-To-End Deep Neural Network for Salient Object Detection in Complex Environments
Published on: December 15, 2023
Deep Graph Clustering Framework Based on Confidence-Guided Graph Enhancement and Dual-Negative Sample Contrastive
Qiuming Wang1, Sheng Zhang1, Bing Wu1
1School of Information Engineering, Nanchang Hangkong University, Nanchang 330063, China.
Entropy (Basel, Switzerland)
|July 28, 2026
Summary
This study introduces CGEN, a novel deep graph clustering framework. CGEN enhances graph data and uses contrastive learning to improve clustering accuracy, especially for complex graph structures.
Area of Science:
- Artificial Intelligence
- Machine Learning
- Data Mining
Background:
- Attributed graph clustering is unsupervised node partitioning using graph topology and attributes.
- Current deep methods struggle with local bias, noisy graph editing, and distinguishing hard samples.
Purpose of the Study:
- To propose a deep graph clustering framework, CGEN, addressing limitations of existing methods.
- To enhance clustering performance by integrating graph enhancement and contrastive learning.
Main Methods:
- Developed a local-global dual-view representation learning module to fuse neighborhood attributes and global topology.
- Implemented a confidence-guided conservative graph editing mechanism with multiple constraints and progressive updates.
- Employed a dual-negative sample contrastive learning strategy to improve discriminative ability for hard samples.
Main Results:
- CGEN demonstrated highly competitive performance on four benchmark datasets.
- The framework outperformed state-of-the-art methods across core clustering metrics.
- Effectiveness was validated in overcoming local structural bias, graph editing noise, and hard sample limitations.
Conclusions:
- CGEN offers a robust solution for attributed graph clustering.
- The proposed methods effectively enhance graph representation and discriminative power.
- CGEN significantly advances the state-of-the-art in unsupervised graph clustering.
Related Concept Videos
Cluster Sampling Method
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
Confidence Coefficient
The confidence coefficient is also known as the confidence level or degree of confidence. It is the percent expression for the probability, 1-α, that the confidence interval contains the true population parameter assuming that the confidence interval is obtained after sufficient unbiased sampling; for example, if the CL = 90%, then in 90 out of 100 samples the interval estimate will enclose the true population parameter. Here α is the area under the curve, distributed equally under both the...