paper-with-me

Papers

Composite Code Sparse Autoencoders for first stage retrieval

2022-04-14 · Carlos Lassance, Thibault Formal, Stephane Clinchant

We propose a Composite Code Sparse Autoencoder (CCSA) approach for Approximate Nearest Neighbor (ANN) search of document representations based on Siamese-BERT models. In Information Retrieval (IR), the ranking pipeline is generally decomposed in two stages: the first stage focus on retrieving a candidate set from the whole collection. The second stage re-ranks the candidate set by relying on more complex models. Recently, Siamese-BERT models have been used as first stage ranker to replace or complement the traditional bag-of-word models. However, indexing and searching a large document collection require efficient similarity search on dense vectors and this is why ANN techniques come into play. Since composite codes are naturally sparse, we first show how CCSA can learn efficient parallel inverted index thanks to an uniformity regularizer. Second, CCSA can be used as a binary quantization method and we propose to combine it with the recent graph based ANN techniques. Our experiments on MSMARCO dataset reveal that CCSA outperforms IVF with product quantization. Furthermore, CCSA binary quantization is beneficial for the index size, and memory usage for the graph-based HNSW method, while maintaining a good level of recall and MRR. Third, we compare with recent supervised quantization methods for image retrieval and find that CCSA is able to outperform them.

📄 PDF Abstract BibTeX arXiv:2204.07023

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalInformation RetrievalQuantizationRetrieval

Methods 이 논문이 사용한 방법론

Sparse Autoencoder A Sparse Autoencoder is a type of autoencoder that employs sparsity to achieve an information bottleneck. Specifically the loss function is constructed so that activations are…

Similar Papers 제목 키워드 기반

Variational Composite Autoencoders

2018-04-12 · Jiangchao Yao, Ivor Tsang, Ya zhang

Learning in the latent variable model is challenging in the presence of the complex data structure or the intractable latent variable. Previous variational autoencoders can be low effective due to the straightforward enc…

Decoder

k-Sparse Autoencoders

2013-12-19 · Alireza Makhzani, Brendan Frey

Recently, it has been observed that when representations are learnt in a way that encourages sparsity, improved performance is obtained on classification tasks. These methods involve combinations of activation functions,…

ClassificationDenoisingGeneral Classification

OrtSAE: Orthogonal Sparse Autoencoders Uncover Atomic Features

2025-09-26 · Anton Korznikov, Andrey Galichin, Alexey Dontsov, Oleg Rogov 외 arxiv

Sparse autoencoders (SAEs) are a technique for sparse decomposition of neural network activations into human-interpretable features. However, current SAEs suffer from feature absorption, where specialized features captur…

Bilinear autoencoders find interpretable manifolds

2026-05-09 · Thomas Dooms, Ward Gauderis, Geraint Wiggins, Jose Oramas arxiv

Sparse autoencoders have become a standard tool for uncovering interpretable latent representations in neural networks. Yet salient concepts often span manifolds that current linear methods cannot capture without post ho…

Analyzing Visual Aircraft Representations with Sparse Autoencoders

2026-06-13 · Deepshik Sharma arxiv

Vision models can achieve strong performance on classification tasks, but the internal representations supporting their predictions are often difficult to interpret. This work investigates whether sparse autoencoders can…