paper-with-me

Papers

Fuzzy Cluster-Aware Contrastive Clustering for Time Series

2025-03-28 · Congyu Wang, Mingjing Du, Xiang Jiang, Yongquan Dong

The rapid growth of unlabeled time series data, driven by the Internet of Things (IoT), poses significant challenges in uncovering underlying patterns. Traditional unsupervised clustering methods often fail to capture the complex nature of time series data. Recent deep learning-based clustering approaches, while effective, struggle with insufficient representation learning and the integration of clustering objectives. To address these issues, we propose a fuzzy cluster-aware contrastive clustering framework (FCACC) that jointly optimizes representation learning and clustering. Our approach introduces a novel three-view data augmentation strategy to enhance feature extraction by leveraging various characteristics of time series data. Additionally, we propose a cluster-aware hard negative sample generation mechanism that dynamically constructs high-quality negative samples using clustering structure information, thereby improving the model's discriminative ability. By leveraging fuzzy clustering, FCACC dynamically generates cluster structures to guide the contrastive learning process, resulting in more accurate clustering. Extensive experiments on 40 benchmark datasets show that FCACC outperforms the selected baseline methods (eight in total), providing an effective solution for unsupervised time series learning.

📄 PDF Abstract BibTeX arXiv:2503.22211

Code (1)

du-team/fcacc 공식 구현 pytorch

Tasks

ClusteringContrastive LearningData AugmentationRepresentation LearningTime Series

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

UMAP Is Spectral Clustering on the Fuzzy Nearest-Neighbor Graph

2026-02-12 · Yang Yang arxiv

UMAP (Uniform Manifold Approximation and Projection) is among the most widely used algorithms for non linear dimensionality reduction and data visualisation. Despite its popularity, and despite being presented through th…

Dimensionality ReductionContrastive Learning

Anomaly Detection in Time Series of EDFA Pump Currents to Monitor Degeneration Processes using Fuzzy Clustering

2024-08-12 · Dominic Schneider, Lutz Rapp, Christoph Ament

This article proposes a novel fuzzy clustering based anomaly detection method for pump current time series of EDFA systems. The proposed change detection framework (CDF) strategically combines the advantages of entropy a…

Anomaly DetectionChange DetectionClusteringTime Series

Transfer Prototype-based Fuzzy Clustering

2014-09-19 · Zhaohong Deng, Yizhang Jiang, Fu-Lai Chung, Hisao Ishibuchi 외

The traditional prototype based clustering methods, such as the well-known fuzzy c-mean (FCM) algorithm, usually need sufficient data to find a good clustering partition. If the available data is limited or scarce, most …

ClusteringTransfer Learning

Fuzzy c-ordered-means clustering

2014-12-07 · ScienceDirect 2014 12 · Jacek M. Leski

Fuzzy clustering helps to find natural vague boundaries in data. The fuzzy c-means method is one of the most popular clustering methods based on minimization of a criterion function. However, one of the greatest disadva…

Clustering

A Comparative study Between Fuzzy Clustering Algorithm and Hard Clustering Algorithm

2014-04-24 · Dibya Jyoti Bora, Dr. Anil Kumar Gupta

Data clustering is an important area of data mining. This is an unsupervised study where data of similar types are put into one cluster while data of another types are put into different cluster. Fuzzy C means is a very …

Clustering