LGNEMay 1, 2017

Forced to Learn: Discovering Disentangled Representations Without Exhaustive Labels

arXiv:1705.00574v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of representation learning for clustering tasks, offering a simple and effective method for improving clustering performance in neural networks, though it appears incremental in nature.

The paper tackled the problem of learning disentangled representations for clustering without exhaustive labels by introducing two novel loss components, which improved KMeans clustering quality, outperforming previous methods with consistent gains in Adjusted Mutual Information scores.

Learning a better representation with neural networks is a challenging problem, which was tackled extensively from different prospectives in the past few years. In this work, we focus on learning a representation that could be used for a clustering task and introduce two novel loss components that substantially improve the quality of produced clusters, are simple to apply to an arbitrary model and cost function, and do not require a complicated training procedure. We evaluate them on two most common types of models, Recurrent Neural Networks and Convolutional Neural Networks, showing that the approach we propose consistently improves the quality of KMeans clustering in terms of Adjusted Mutual Information score and outperforms previously proposed methods.

Foundations

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

Your Notes