AIJul 8, 2024

Contrastive Learning of Preferences with a Contextual InfoNCE Loss

arXiv:2407.05898v18 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in preference learning for domains like collectable card games, offering an incremental improvement over existing methods.

The paper tackled the problem of contextual preference ranking where a single preferred action is compared against multiple choices, which increases complexity and skews distributions, by adapting the CLIP framework with a modified InfoNCE loss; the result was a model that outperformed previous work using triplet loss in collectable card games, alleviating issues with triplet mining.

A common problem in contextual preference ranking is that a single preferred action is compared against several choices, thereby blowing up the complexity and skewing the preference distribution. In this work, we show how one can solve this problem via a suitable adaptation of the CLIP framework.This adaptation is not entirely straight-forward, because although the InfoNCE loss used by CLIP has achieved great success in computer vision and multi-modal domains, its batch-construction technique requires the ability to compare arbitrary items, and is not well-defined if one item has multiple positive associations in the same batch. We empirically demonstrate the utility of our adapted version of the InfoNCE loss in the domain of collectable card games, where we aim to learn an embedding space that captures the associations between single cards and whole card pools based on human selections. Such selection data only exists for restricted choices, thus generating concrete preferences of one item over a set of other items rather than a perfect fit between the card and the pool. Our results show that vanilla CLIP does not perform well due to the aforementioned intuitive issues. However, by adapting CLIP to the problem, we receive a model outperforming previous work trained with the triplet loss, while also alleviating problems associated with mining triplets.

Foundations

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

Your Notes