paper-with-me

Papers

Optimizing the Noise in Self-Supervised Learning: from Importance Sampling to Noise-Contrastive Estimation

2023-01-23 · Omar Chehab, Alexandre Gramfort, Aapo Hyvarinen

Self-supervised learning is an increasingly popular approach to unsupervised learning, achieving state-of-the-art results. A prevalent approach consists in contrasting data points and noise points within a classification task: this requires a good noise distribution which is notoriously hard to specify. While a comprehensive theory is missing, it is widely assumed that the optimal noise distribution should in practice be made equal to the data distribution, as in Generative Adversarial Networks (GANs). We here empirically and theoretically challenge this assumption. We turn to Noise-Contrastive Estimation (NCE) which grounds this self-supervised task as an estimation problem of an energy-based model of the data. This ties the optimality of the noise distribution to the sample efficiency of the estimator, which is rigorously defined as its asymptotic variance, or mean-squared error. In the special case where the normalization constant only is unknown, we show that NCE recovers a family of Importance Sampling estimators for which the optimal noise is indeed equal to the data distribution. However, in the general case where the energy is also unknown, we prove that the optimal noise density is the data density multiplied by a correction term based on the Fisher score. In particular, the optimal noise distribution is different from the data distribution, and is even from a different family. Nevertheless, we soberly conclude that the optimal noise may be hard to sample from, and the gain in efficiency can be modest compared to choosing the noise distribution equal to the data's.

📄 PDF Abstract BibTeX arXiv:2301.09696

Code (1)

l-omar-chehab/nce-noise-var 공식 구현 pytorch

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Noise2Same: Optimizing A Self-Supervised Bound for Image Denoising

2020-10-22 · NeurIPS 2020 12 · Yaochen Xie, Zhengyang Wang, Shuiwang Ji

Self-supervised frameworks that learn denoising models with merely individual noisy images have shown strong capability and promising performance in various image denoising tasks. Existing self-supervised denoising frame…

DenoisingImage Denoising

External Patch-Based Image Restoration Using Importance Sampling

2018-07-09 · Milad Niknejad, Jose M. Bioucas-Dias, Mario A. T. Figueiredo

This paper introduces a new approach to patch-based image restoration based on external datasets and importance sampling. The Minimum Mean Squared Error (MMSE) estimate of the image patches, the computation of which requ…

Image Restoration

CycleCL: Self-supervised Learning for Periodic Videos

2023-11-05 · Matteo Destro, Michael Gygli

Analyzing periodic video sequences is a key topic in applications such as automatic production systems, remote sensing, medical applications, or physical training. An example is counting repetitions of a physical exercis…

Contrastive LearningSelf-Supervised LearningTriplet

Next-Scale Prediction: A Self-Supervised Approach for Real-World Image Denoising

2025-12-24 · Yiwen Shan, Haiyu Zhao, Peng Hu, Xi Peng 외 arxiv

Self-supervised real-world image denoising remains a fundamental challenge, arising from the antagonistic trade-off between decorrelating spatially structured noise and preserving high-frequency details. Existing blind-s…

Image Denoising

Self-Normalized Importance Sampling for Neural Language Modeling

2021-11-11 · Zijian Yang, Yingbo Gao, Alexander Gerstenberger, Jintao Jiang 외

To mitigate the problem of having to traverse over the full vocabulary in the softmax normalization of a neural language model, sampling-based training criteria are proposed and investigated in the context of large vocab…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2