paper-with-me

Papers

Evidence Transfer for Improving Clustering Tasks Using External Categorical Evidence

2018-11-09 · Athanasios Davvetas, Iraklis A. Klampanos, Vangelis Karkaletsis

In this paper we introduce evidence transfer for clustering, a deep learning method that can incrementally manipulate the latent representations of an autoencoder, according to external categorical evidence, in order to improve a clustering outcome. By evidence transfer we define the process by which the categorical outcome of an external, auxiliary task is exploited to improve a primary task, in this case representation learning for clustering. Our proposed method makes no assumptions regarding the categorical evidence presented, nor the structure of the latent space. We compare our method, against the baseline solution by performing k-means clustering before and after its deployment. Experiments with three different kinds of evidence show that our method effectively manipulates the latent representations when introduced with real corresponding evidence, while remaining robust when presented with low quality evidence.

📄 PDF Abstract BibTeX arXiv:1811.03909

Code (1)

davidath/evitrac 공식 구현 tf

Tasks

ClusteringRepresentation Learning

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Learning Improved Representations by Transferring Incomplete Evidence Across Heterogeneous Tasks

2019-12-22 · Athanasios Davvetas, Iraklis A. Klampanos

Acquiring ground truth labels for unlabelled data can be a costly procedure, since it often requires manual labour that is error-prone. Consequently, the available amount of labelled data is increasingly reduced due to t…

Representation Learning

Order is All You Need for Categorical Data Clustering

2024-11-19 · Yiqun Zhang, Mingjie Zhao, Hong Jia, Yang Lu 외

Categorical data composed of qualitative valued attributes are ubiquitous in machine learning tasks. Due to the lack of well-defined metric space, categorical data distributions are difficult to be intuitively understood…

AllAttributeCategorical data clusteringClustering

Robust Categorical Data Clustering Guided by Multi-Granular Competitive Learning

2026-01-23 · Shenghong Cai, Yiqun Zhang, Xiaopeng Luo, Yiu-Ming Cheung 외 arxiv

Data set composed of categorical features is very common in big data analysis tasks. Since categorical features are usually with a limited number of qualitative possible values, the nested granular cluster effect is prev…

nTreeClus: a Tree-based Sequence Encoder for Clustering Categorical Series

2021-02-20 · Hadi Jahanshahi, Mustafa Gokce Baydogan

The overwhelming presence of categorical/sequential data in diverse domains emphasizes the importance of sequence mining. The challenging nature of sequences proves the need for continuing research to find a more accurat…

ClusteringTime SeriesTime Series Analysis

Learning to cluster in order to transfer across domains and tasks

2017-11-28 · ICLR 2018 1 · Yen-Chang Hsu, Zhaoyang Lv, Zsolt Kira

This paper introduces a novel method to perform transfer learning across domains and tasks, formulating it as a problem of learning to cluster. The key insight is that, in addition to features, we can transfer similarity…

ClusteringConstrained ClusteringDomain AdaptationTransfer Learning+1