paper-with-me

Papers

MNN: Mixed Nearest-Neighbors for Self-Supervised Learning

2023-11-01 · Xianzhong Long, Chen Peng, Yun Li

In contrastive self-supervised learning, positive samples are typically drawn from the same image but in different augmented views, resulting in a relatively limited source of positive samples. An effective way to alleviate this problem is to incorporate the relationship between samples, which involves including the top-K nearest neighbors of positive samples. However, the problem of false neighbors (i.e., neighbors that do not belong to the same category as the positive sample) is an objective but often overlooked challenge due to the query of neighbor samples without supervision information. In this paper, we present a simple self-supervised learning framework called Mixed Nearest-Neighbors for Self-Supervised Learning (MNN). MNN optimizes the influence of neighbor samples on the semantics of positive samples through an intuitive weighting approach and image mixture operations. The results demonstrate that MNN exhibits exceptional generalization performance and training efficiency on four benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2311.00562

Code (1)

pc-cp/mnn 공식 구현 pytorch

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

A Self-Encoder for Learning Nearest Neighbors

2023-06-25 · Armand Boschin, Thomas Bonald, Marc Jeanmougin

We present the self-encoder, a neural network trained to guess the identity of each data sample. Despite its simplicity, it learns a very useful representation of data, in a self-supervised way. Specifically, the self-en…

Deep Nearest Neighbor Anomaly Detection

2020-02-24 · Liron Bergman, Niv Cohen, Yedid Hoshen

Nearest neighbors is a successful and long-standing technique for anomaly detection. Significant progress has been recently achieved by self-supervised deep methods (e.g. RotNet). Self-supervised features however typical…

Anomaly Detection

A Multilabel Classification Framework for Approximate Nearest Neighbor Search

2019-10-18 · Ville Hyvönen, Elias Jääsaari, Teemu Roos

Both supervised and unsupervised machine learning algorithms have been used to learn partition-based index structures for approximate nearest neighbor (ANN) search. Existing supervised algorithms formulate the learning t…

ClassificationGeneral ClassificationMulti-Label Classification

Causal Matrix Completion under Multiple Treatments via Mixed Synthetic Nearest Neighbors

2026-03-12 · Minrui Luo, Zhiheng Zhang arxiv

Synthetic Nearest Neighbors (SNN) provides a principled solution to causal matrix completion under missing-not-at-random (MNAR) by exploiting local low-rank structure through fully observed anchor submatrices. However, i…

pNNCLR: Stochastic Pseudo Neighborhoods for Contrastive Learning based Unsupervised Representation Learning Problems

2023-08-14 · Momojit Biswas, Himanshu Buckchash, Dilip K. Prasad

Nearest neighbor (NN) sampling provides more semantic variations than pre-defined transformations for self-supervised learning (SSL) based image recognition problems. However, its performance is restricted by the quality…

Contrastive LearningRepresentation LearningSelf-Supervised Learning