paper-with-me

Papers

Learning by Sorting: Self-supervised Learning with Group Ordering Constraints

2023-01-05 · ICCV 2023 1 · Nina Shvetsova, Felix Petersen, Anna Kukleva, Bernt Schiele, Hilde Kuehne

Contrastive learning has become an important tool in learning representations from unlabeled data mainly relying on the idea of minimizing distance between positive data pairs, e.g., views from the same images, and maximizing distance between negative data pairs, e.g., views from different images. This paper proposes a new variation of the contrastive learning objective, Group Ordering Constraints (GroCo), that leverages the idea of sorting the distances of positive and negative pairs and computing the respective loss based on how many positive pairs have a larger distance than the negative pairs, and thus are not ordered correctly. To this end, the GroCo loss is based on differentiable sorting networks, which enable training with sorting supervision by matching a differentiable permutation matrix, which is produced by sorting a given set of scores, to a respective ground truth permutation matrix. Applying this idea to groupwise pre-ordered inputs of multiple positive and negative pairs allows introducing the GroCo loss with implicit emphasis on strong positives and negatives, leading to better optimization of the local neighborhood. We evaluate the proposed formulation on various self-supervised learning benchmarks and show that it not only leads to improved results compared to vanilla contrastive learning but also shows competitive performance to comparable methods in linear probing and outperforms current methods in k-NN performance.

📄 PDF Abstract BibTeX arXiv:2301.02009

Code (1)

ninatu/learning_by_sorting 공식 구현 pytorch

Tasks

Contrastive LearningSelf-Supervised Image ClassificationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Self-Ordering Point Clouds

2023-04-03 · ICCV 2023 1 · Pengwan Yang, Cees G. M. Snoek, Yuki M. Asano

In this paper we address the task of finding representative subsets of points in a 3D point cloud by means of a point-wise ordering. Only a few works have tried to address this challenging vision problem, all with the he…

Differentiable Sorting Networks for Scalable Sorting and Ranking Supervision

2021-05-09 · Felix Petersen, Christian Borgelt, Hilde Kuehne, Oliver Deussen

Sorting and ranking supervision is a method for training neural networks end-to-end based on ordering constraints. That is, the ground truth order of sets of samples is known, while their absolute values remain unsupervi…

Zero-Shot Wildlife Sorting Using Vision Transformers: Evaluating Clustering and Continuous Similarity Ordering

2025-10-16 · Hugo Markoff, Jevgenijs Galaktionovs arxiv

Camera traps generate millions of wildlife images, yet many datasets contain species that are absent from existing classifiers. This work evaluates zero-shot approaches for organizing unlabeled wildlife imagery using sel…

Dimensionality Reduction

'1'-bit Count-based Sorting Unit to Reduce Link Power in DNN Accelerators

2026-01-20 · Ruichi Han, Yizhi Chen, Tong Lei, Jordi Altayo Gonzalez 외 arxiv

Interconnect power consumption remains a bottleneck in Deep Neural Network (DNN) accelerators. While ordering data based on '1'-bit counts can mitigate this via reduced switching activity, practical hardware sorting impl…

Formulating Neural Sentence Ordering as the Asymmetric Traveling Salesman Problem

2021-08-01 · INLG (ACL) 2021 8 · Vishal Keswani, Harsh Jhamtani

The task of Sentence Ordering refers to rearranging a set of given sentences in a coherent ordering. Prior work (Prabhumoye et al., 2020) models this as an optimal graph traversal (with sentences as nodes, and edges as l…

Combinatorial OptimizationSentenceSentence OrderingTraveling Salesman Problem