paper-with-me

Papers

Clustering-Oriented Representation Learning with Attractive-Repulsive Loss

2018-12-18 · Kian Kenyon-Dean, Andre Cianflone, Lucas Page-Caccia, Guillaume Rabusseau, Jackie Chi Kit Cheung, Doina Precup

The standard loss function used to train neural network classifiers, categorical cross-entropy (CCE), seeks to maximize accuracy on the training data; building useful representations is not a necessary byproduct of this objective. In this work, we propose clustering-oriented representation learning (COREL) as an alternative to CCE in the context of a generalized attractive-repulsive loss framework. COREL has the consequence of building latent representations that collectively exhibit the quality of natural clustering within the latent space of the final hidden layer, according to a predefined similarity function. Despite being simple to implement, COREL variants outperform or perform equivalently to CCE in a variety of scenarios, including image and news article classification using both feed-forward and convolutional neural networks. Analysis of the latent spaces created with different similarity functions facilitates insights on the different use cases COREL variants can satisfy, where the Cosine-COREL variant makes a consistently clusterable latent space, while Gaussian-COREL consistently obtains better classification accuracy than CCE.

📄 PDF Abstract BibTeX arXiv:1812.07627

Code (1)

kiankd/corel2019 공식 구현 pytorch

Tasks

ClusteringGeneral ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Seed-Point Detection of Clumped Convex Objects by Short-Range Attractive Long-Range Repulsive Particle Clustering

2018-04-11 · James Kapaldo, Xu Han, Domingo Mery

Locating the center of convex objects is important in both image processing and unsupervised machine learning/data clustering fields. The automated analysis of biological images uses both of these fields for locating cel…

Clustering

The Mutex Watershed and its Objective: Efficient, Parameter-Free Graph Partitioning

2019-04-25 · Steffen Wolf, Alberto Bailoni, Constantin Pape, Nasim Rahaman 외

Image partitioning, or segmentation without semantics, is the task of decomposing an image into distinct segments, or equivalently to detect closed contours. Most prior work either requires seeds, one per segment; or a t…

Clusteringgraph partitioningSegmentation

The Mutex Watershed: Efficient, Parameter-Free Image Partitioning

2018-09-01 · ECCV 2018 9 · Steffen Wolf, Constantin Pape, Alberto Bailoni, Nasim Rahaman 외

Image partitioning, or segmentation without semantics, is the task of decomposing an image into distinct segments; or equivalently, the task of detecting closed contours in an image. Most prior work either requires seeds…

Clusteringgraph partitioningSegmentation

Distribution Agnostic Symbolic Representations for Time Series Dimensionality Reduction and Online Anomaly Detection

2021-05-20 · Konstantinos Bountrogiannis, George Tzagkarakis, Panagiotis Tsakalides

Due to the importance of the lower bounding distances and the attractiveness of symbolic representations, the family of symbolic aggregate approximations (SAX) has been used extensively for encoding time series data. How…

Anomaly DetectionClusteringDensity EstimationDimensionality Reduction+3

Motion Trajectory Segmentation via Minimum Cost Multicuts

2015-12-01 · ICCV 2015 12 · Margret Keuper, Bjoern Andres, Thomas Brox

For the segmentation of moving objects in videos, the analysis of long-term point trajectories has been very popular recently. In this paper, we formulate the segmentation of a video sequence based on point trajectories …

ClusteringSegmentationUnsupervised Video Object Segmentation