CVLGMLOct 15, 2019

Supervised Encoding for Discrete Representation Learning

arXiv:1910.11067v14 citations
Originality Incremental advance
AI Analysis

This addresses interpretability issues in supervised learning for researchers and practitioners, though it appears incremental as it builds on existing encoding and clustering methods.

The paper tackles the lack of interpretability in supervised classification by proposing Supervised-Encoding Quantizer (SEQ), which clusters encoded features to create an interpretable graph where each cluster represents a data style, enabling style transfer guidance.

Classical supervised classification tasks search for a nonlinear mapping that maps each encoded feature directly to a probability mass over the labels. Such a learning framework typically lacks the intuition that encoded features from the same class tend to be similar and thus has little interpretability for the learned features. In this paper, we propose a novel supervised learning model named Supervised-Encoding Quantizer (SEQ). The SEQ applies a quantizer to cluster and classify the encoded features. We found that the quantizer provides an interpretable graph where each cluster in the graph represents a class of data samples that have a particular style. We also trained a decoder that can decode convex combinations of the encoded features from similar and different clusters and provide guidance on style transfer between sub-classes.

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