MLLGOct 16, 2023

An Empirical Study of Self-supervised Learning with Wasserstein Distance

arXiv:2310.10143v22 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in self-supervised learning for researchers, but it is incremental as it builds on existing methods with empirical tuning.

This study tackles the problem of self-supervised learning by empirically investigating the use of Wasserstein distance, specifically Tree-Wasserstein distance, as an alternative to cosine similarity, finding that appropriate combinations with probability models can outperform standard methods like SimCLR, though some combinations fail to train.

In this study, we delve into the problem of self-supervised learning (SSL) utilizing the 1-Wasserstein distance on a tree structure (a.k.a., Tree-Wasserstein distance (TWD)), where TWD is defined as the L1 distance between two tree-embedded vectors. In SSL methods, the cosine similarity is often utilized as an objective function; however, it has not been well studied when utilizing the Wasserstein distance. Training the Wasserstein distance is numerically challenging. Thus, this study empirically investigates a strategy for optimizing the SSL with the Wasserstein distance and finds a stable training procedure. More specifically, we evaluate the combination of two types of TWD (total variation and ClusterTree) and several probability models, including the softmax function, the ArcFace probability model, and simplicial embedding. We propose a simple yet effective Jeffrey divergence-based regularization method to stabilize optimization. Through empirical experiments on STL10, CIFAR10, CIFAR100, and SVHN, we find that a simple combination of the softmax function and TWD can obtain significantly lower results than the standard SimCLR. Moreover, a simple combination of TWD and SimSiam fails to train the model. We find that the model performance depends on the combination of TWD and probability model, and that the Jeffrey divergence regularization helps in model training. Finally, we show that the appropriate combination of the TWD and probability model outperforms cosine similarity-based representation learning.

Foundations

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

Your Notes