vix.ing · top · new · best · stats · spec

Simple and Effective Balance of Contrastive Losses

2021/12/22 by Arnaud Sors, Rafael Sampaio de Rezende, Sors, Arnaud +5
Computer Science · #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Face recognition and analysis #Human Pose and Action Recognition #Machine Learning (cs.LG) #Video Surveillance and Tracking Methods

paper · pdf · doi:10.48550/arxiv.2112.11743

openalex publication_date 2021/12/22 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Contrastive losses have long been a key ingredient of deep metric learning and are now becoming more popular due to the success of self-supervised learning. Recent research has shown the benefit of decomposing such losses into two sub-losses which act in a complementary way when learning the representation network: a positive term and an entropy term. Although the overall loss is thus defined as a combination of two terms, the balance of these two terms is often hidden behind implementation details and is largely ignored and sub-optimal in practice. In this work, we approach the balance of contrastive losses as a hyper-parameter optimization problem, and propose a coordinate descent-based search method that efficiently find the hyper-parameters that optimize evaluation performance. In the process, we extend existing balance analyses to the contrastive margin loss, include batch size in the balance, and explain how to aggregate loss elements from the batch to maintain near-optimal performance over a larger range of batch sizes. Extensive experiments with benchmarks from deep metric learning and self-supervised learning show that optimal hyper-parameters are found faster with our method than with other common search methods.

Related