CVLGDec 25, 2024

DiFiC: Your Diffusion Model Holds the Secret to Fine-Grained Clustering

arXiv:2412.18838v12 citationsh-index: 13
Originality Incremental advance
AI Analysis

It addresses the challenge of capturing subtle differences in fine-grained image clustering, which is incremental by building on diffusion models.

The paper tackles fine-grained clustering by using a conditional diffusion model to deduce textual conditions from images, outperforming state-of-the-art methods on four benchmarks.

Fine-grained clustering is a practical yet challenging task, whose essence lies in capturing the subtle differences between instances of different classes. Such subtle differences can be easily disrupted by data augmentation or be overwhelmed by redundant information in data, leading to significant performance degradation for existing clustering methods. In this work, we introduce DiFiC a fine-grained clustering method building upon the conditional diffusion model. Distinct from existing works that focus on extracting discriminative features from images, DiFiC resorts to deducing the textual conditions used for image generation. To distill more precise and clustering-favorable object semantics, DiFiC further regularizes the diffusion target and guides the distillation process utilizing neighborhood similarity. Extensive experiments demonstrate that DiFiC outperforms both state-of-the-art discriminative and generative clustering methods on four fine-grained image clustering benchmarks. We hope the success of DiFiC will inspire future research to unlock the potential of diffusion models in tasks beyond generation. The code will be released.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes