paper-with-me

Papers

Learning Rich Nearest Neighbor Representations from Self-supervised Ensembles

2021-10-19 · Bram Wallace, Devansh Arpit, Huan Wang, Caiming Xiong

Pretraining convolutional neural networks via self-supervision, and applying them in transfer learning, is an incredibly fast-growing field that is rapidly and iteratively improving performance across practically all image domains. Meanwhile, model ensembling is one of the most universally applicable techniques in supervised learning literature and practice, offering a simple solution to reliably improve performance. But how to optimally combine self-supervised models to maximize representation quality has largely remained unaddressed. In this work, we provide a framework to perform self-supervised model ensembling via a novel method of learning representations directly through gradient descent at inference time. This technique improves representation quality, as measured by k-nearest neighbors, both on the in-domain dataset and in the transfer setting, with models transferable from the former setting to the latter. Additionally, this direct learning of feature through backpropagation improves representations from even a single model, echoing the improvements found in self-distillation.

📄 PDF Abstract BibTeX arXiv:2110.10293

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Unsupervised visualization of image datasets using contrastive learning

2022-10-18 · Jan Niklas Böhm, Philipp Berens, Dmitry Kobak

Visualization methods based on the nearest neighbor graph, such as t-SNE or UMAP, are widely used for visualizing high-dimensional data. Yet, these approaches only produce meaningful results if the nearest neighbors them…

Contrastive LearningData Augmentation

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

Geometric Analysis of Self-Supervised Vision Representations for Semantic Image Retrieval

2026-04-27 · Esteban Rodríguez-Betancourt, Edgar Casasola-Murillo arxiv

Content-based image retrieval (CBIR) systems enable users to search images based on visual content instead of relying on metadata. The text domain has benefited from vector search of representations created with unsuperv…

Content-Based Image RetrievalSelf-Supervised LearningSemantic Retrieval

With a Little Help from My Friends: Nearest-Neighbor Contrastive Learning of Visual Representations

2021-04-29 · ICCV 2021 10 · Debidatta Dwibedi, Yusuf Aytar, Jonathan Tompson, Pierre Sermanet 외

Self-supervised learning algorithms based on instance discrimination train encoders to be invariant to pre-defined transformations of the same instance. While most methods treat different views of the same image as posit…

Contrastive LearningFine-Grained Image ClassificationImage ClassificationSelf-Supervised Image Classification+3

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 allevi…

Self-Supervised Learning