paper-with-me

홈 › Papers

Global Minimizers of Sigmoid Contrastive Loss

2025-09-23 · Kiril Bangachev, Guy Bresler, Iliyas Noman, Yury Polyanskiy arxiv

The meta-task of obtaining and aligning representations through contrastive pretraining is steadily gaining importance since its introduction in CLIP and ALIGN. In this paper we theoretically explain the advantages of synchronizing with trainable inverse temperature and bias under the sigmoid loss, as implemented in the recent SigLIP and SigLIP2 models of Google DeepMind. Temperature and bias can drive the loss function to zero for a rich class of configurations that we call $(\mathsf{m}, \mathsf{b}_{\mathsf{rel}})$-Constellations. $(\mathsf{m}, \mathsf{b}_{\mathsf{rel}})$-Constellations are a novel combinatorial object related to spherical codes and are parametrized by a margin $\mathsf{m}$ and relative bias $\mathsf{b}_{\mathsf{rel}}$. We use our characterization of constellations to theoretically justify the success of SigLIP on retrieval, to explain the modality gap present in SigLIP and CLIP, and to identify the necessary dimension for producing high-quality representations. Finally, we propose a reparameterization of the sigmoid loss with explicit relative bias, which improves training dynamics in experiments with synthetic data.

📄 PDF Abstract BibTeX arXiv:2509.18552

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the global convergence of gradient descent for wide shallow models with bounded nonlinearities

2026-05-11 · Romain Petit, Clarice Poon, Gabriel Peyré arxiv

A surprising phenomenon in the training of neural networks is the ability of gradient descent to find global minimizers of the training loss despite its non-convexity. Following earlier works, we investigate this behavio…

Analysis of Using Sigmoid Loss for Contrastive Learning

2024-02-20 · Chungpa Lee, Joonhwan Chang, Jy-yong Sohn

Contrastive learning has emerged as a prominent branch of self-supervised learning for several years. Especially, CLIP, which applies contrastive learning to large sets of captioned images, has garnered significant atten…

Contrastive LearningSelf-Supervised Learning

SigCLR: Sigmoid Contrastive Learning of Visual Representations

2024-10-22 · Ömer Veysel Çağatan

We propose SigCLR: Sigmoid Contrastive Learning of Visual Representations. SigCLR utilizes the logistic loss that only operates on pairs and does not require a global view as in the cross-entropy loss used in SimCLR. We …

Contrastive Learning

Sigmoid Loss for Language Image Pre-Training

2023-03-27 · ICCV 2023 1 · Xiaohua Zhai, Basil Mustafa, Alexander Kolesnikov, Lucas Beyer

We propose a simple pairwise Sigmoid loss for Language-Image Pre-training (SigLIP). Unlike standard contrastive learning with softmax normalization, the sigmoid loss operates solely on image-text pairs and does not requi…

Contrastive LearningDisentanglementImage-to-Text RetrievalZero-shot Text-to-Image Retrieval

Characterization of Gradient Dominance and Regularity Conditions for Neural Networks

2017-10-18 · Yi Zhou, Yingbin Liang

The past decade has witnessed a successful application of deep learning to solving many challenging problems in machine learning and artificial intelligence. However, the loss functions of deep neural networks (especiall…