TLDR: Twin Learning for Dimensionality Reduction
Yannis Kalantidis, Carlos Lassance, Jon Almazan, Diane Larlus

TL;DR
TLDR introduces a scalable, self-supervised approach for dimensionality reduction that leverages nearest neighbors and redundancy reduction loss, achieving improved retrieval performance and compression efficiency across image and document datasets.
Contribution
The paper adapts self-supervised learning to dimensionality reduction, providing a simple, scalable method applicable to various representations with broad utility.
Findings
+4% mAP over PCA on ROxford dataset
Improves DINO performance on ImageNet
Retains performance with 10x compression
Abstract
Dimensionality reduction methods are unsupervised approaches which learn low-dimensional spaces where some properties of the initial space, typically the notion of "neighborhood", are preserved. Such methods usually require propagation on large k-NN graphs or complicated optimization solvers. On the other hand, self-supervised learning approaches, typically used to learn representations from scratch, rely on simple and more scalable frameworks for learning. In this paper, we propose TLDR, a dimensionality reduction method for generic input spaces that is porting the recent self-supervised learning framework of Zbontar et al. (2021) to the specific task of dimensionality reduction, over arbitrary representations. We propose to use nearest neighbors to build pairs from a training set and a redundancy reduction loss to learn an encoder that produces representations invariant across such…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques · AI in cancer detection
MethodsMulti-Head Attention · Attention Is All You Need · Softmax · Layer Normalization · Linear Layer · Dense Connections · Residual Connection · Vision Transformer · Barlow Twins · Principal Components Analysis
