LGAIMLFeb 14, 2018

Learning Deep Disentangled Embeddings with the F-Statistic Loss

arXiv:1802.05312v2236 citations
Originality Highly original
AI Analysis

This work addresses the need for more interpretable and generalizable representations in machine learning, combining two active research lines into a new paradigm.

The paper tackles the problem of learning deep embeddings that are both useful for few-shot learning and disentangled for interpretability, by proposing a novel F-statistic loss function. The method matches or beats state-of-the-art on recall@k and few-shot learning tasks, and outperforms alternatives on disentangling metrics like modularity and explicitness.

Deep-embedding methods aim to discover representations of a domain that make explicit the domain's class structure and thereby support few-shot learning. Disentangling methods aim to make explicit compositional or factorial structure. We combine these two active but independent lines of research and propose a new paradigm suitable for both goals. We propose and evaluate a novel loss function based on the $F$ statistic, which describes the separation of two or more distributions. By ensuring that distinct classes are well separated on a subset of embedding dimensions, we obtain embeddings that are useful for few-shot learning. By not requiring separation on all dimensions, we encourage the discovery of disentangled representations. Our embedding method matches or beats state-of-the-art, as evaluated by performance on recall@$k$ and few-shot learning tasks. Our method also obtains performance superior to a variety of alternatives on disentangling, as evaluated by two key properties of a disentangled representation: modularity and explicitness. The goal of our work is to obtain more interpretable, manipulable, and generalizable deep representations of concepts and categories.

Code Implementations3 repos
Foundations

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

Your Notes