TDCC: A Trustworthy Deep Credal Clustering Method for Uncertain Data
Abstract:
Deep clustering has achieved remarkable success in handling various types of real-world data, but often suffers from overconfidence, forcing ambiguous samples into specific clusters even when the evidence is insufficient. To address this limitation, we propose trustworthy deep credal clustering, a novel framework for uncertainty that integrates deep neural networks with the Dempster-Shafer Theory of evidence (DST). This method leverages credal cluster structures to enhance the model's robustness against uncertain data. Our model can refrain from assigning uncertain samples to a specific cluster, thereby reducing errors and enhancing the model's trustworthiness. Theoretically, we derive closed-form solutions for updating cluster memberships and prototypes, employing a coordinate descent strategy to rigorously optimize the objective function. Experiments on various datasets confirm that our proposed trustworthy clustering method leads to enhanced overall clustering effectiveness. Code is available at https://github.com/H1nkik/Trustworthy-Clustering.
Related Concept Videos
Confidence Coefficient
Cluster Sampling Method
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...
Uncertainty: Confidence Intervals
Interpretation of Confidence Intervals
Confidence intervals have confidence coefficients that are crucial for their interpretation. The most common confidence coefficients are 0.90, 0.95, and 0.99, which can be written as percentages–90%, 95%, and 99%, respectively.
Suppose a person calculates a confidence interval with a confidence coefficient of 0.95. In that case, they can...
Uncertainty: Overview
Confidence Intervals
A...


