LGCVMLFeb 26, 2020

A Comprehensive Approach to Unsupervised Embedding Learning based on AND Algorithm

arXiv:2002.12158v11 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of extracting representations without labels, which is critical for supervised learning tasks, though it appears incremental as an extension of current state-of-the-art models.

The paper tackles unsupervised embedding learning by proposing Super-AND, a new approach that outperforms existing methods with 89.2% accuracy on CIFAR-10 image classification.

Unsupervised embedding learning aims to extract good representation from data without the need for any manual labels, which has been a critical challenge in many supervised learning tasks. This paper proposes a new unsupervised embedding approach, called Super-AND, which extends the current state-of-the-art model. Super-AND has its unique set of losses that can gather similar samples nearby within a low-density space while keeping invariant features intact against data augmentation. Super-AND outperforms all existing approaches and achieves an accuracy of 89.2% on the image classification task for CIFAR-10. We discuss the practical implications of this method in assisting semi-supervised tasks.

Code Implementations1 repo
Foundations

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

Your Notes