paper-with-me

Papers

Supervised Stochastic Neighbor Embedding Using Contrastive Learning

2023-09-15 · Yi Zhang

Stochastic neighbor embedding (SNE) methods $t$-SNE, UMAP are two most popular dimensionality reduction methods for data visualization. Contrastive learning, especially self-supervised contrastive learning (SSCL), has showed great success in embedding features from unlabeled data. The conceptual connection between SNE and SSCL has been exploited. In this work, within the scope of preserving neighboring information of a dataset, we extend the self-supervised contrastive approach to the fully-supervised setting, allowing us to effectively leverage label information. Clusters of samples belonging to the same class are pulled together in low-dimensional embedding space, while simultaneously pushing apart clusters of samples from different classes.

📄 PDF Abstract BibTeX arXiv:2309.08077

Code (1)

imyizhang/manifold-learn 공식 구현 pytorch

Tasks

Contrastive LearningData VisualizationDimensionality Reduction

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Your Contrastive Learning Is Secretly Doing Stochastic Neighbor Embedding

2022-05-30 · Tianyang Hu, Zhili Liu, Fengwei Zhou, Wenjia Wang 외

Contrastive learning, especially self-supervised contrastive learning (SSCL), has achieved great success in extracting powerful features from unlabeled data. In this work, we contribute to the theoretical understanding o…

Contrastive LearningData AugmentationData VisualizationOut-of-Distribution Generalization

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

Unsupervised Data-Efficient Cross-Modal Retrieval with Global-Neighborhood Alignment Hashing

2026-06-30 · Runhao Li, Xiaoxu Ma, Zhenyu Weng, Yue Zhang 외 arxiv

Compared to supervised cross-modal hashing (CMH), unsupervised CMH reduces the reliance on manual labeling by learning binary codes from unlabeled image-text pairs. However, existing unsupervised CMH methods often rely o…

Cross-Modal RetrievalContrastive Learning

Revisiting Contrastive Learning through the Lens of Neighborhood Component Analysis: an Integrated Framework

2021-12-08 · Ching-Yun Ko, Jeet Mohapatra, Sijia Liu, Pin-Yu Chen 외

As a seminal tool in self-supervised representation learning, contrastive learning has gained unprecedented attention in recent years. In essence, contrastive learning aims to leverage pairs of positive and negative samp…

Contrastive LearningRepresentation Learning

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