paper-with-me

홈 › Papers

Less is More: Pretrain a Strong Siamese Encoder for Dense Text Retrieval Using a Weak Decoder

2021-11-01 · EMNLP 2021 11 · Shuqi Lu, Di He, Chenyan Xiong, Guolin Ke, Waleed Malik, Zhicheng Dou, Paul Bennett, Tie-Yan Liu, Arnold Overwijk

Dense retrieval requires high-quality text sequence embeddings to support effective search in the representation space. Autoencoder-based language models are appealing in dense retrieval as they train the encoder to output high-quality embedding that can reconstruct the input texts. However, in this paper, we provide theoretical analyses and show empirically that an autoencoder language model with a low reconstruction loss may not provide good sequence representations because the decoder may take shortcuts by exploiting language patterns. To address this, we propose a new self-learning method that pre-trains the autoencoder using a weak decoder, with restricted capacity and attention flexibility to push the encoder to provide better text representations. Our experiments on web search, news recommendation, and open domain question answering show that our pre-trained model significantly boosts the effectiveness and few-shot ability of dense retrieval models. Our code is available at https://github.com/microsoft/SEED-Encoder/.

📄 PDF Abstract BibTeX

Code (1)

microsoft/seed-encoder 공식 구현 pytorch

Tasks

DecoderLanguage ModelingLanguage ModellingNews RecommendationOpen-Domain Question AnsweringQuestion AnsweringRetrievalSelf-LearningText Retrieval

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

Stochastic Siamese MAE Pretraining for Longitudinal Medical Images

2025-12-29 · Taha Emre, Arunava Chakravarty, Thomas Pinetz, Dmitrii Lachinov 외 arxiv

Temporally aware image representations are crucial for capturing disease progression in 3D volumes of longitudinal medical datasets. However, recent state-of-the-art self-supervised learning approaches like Masked Autoen…

Self-Supervised LearningRepresentation Learning

Self-Supervised Siamese Autoencoders

2023-04-05 · Friederike Baier, Sebastian Mair, Samuel G. Fadel

In contrast to fully-supervised models, self-supervised representation learning only needs a fraction of data to be labeled and often achieves the same or even higher downstream performance. The goal is to pre-train deep…

Denoisingimage-classificationImage ClassificationRepresentation Learning

SiENet: Siamese Expansion Network for Image Extrapolation

2020-07-08 · Xiaofeng Zhang, Feng Chen, Cailing Wang, Songsong Wu 외

Different from image inpainting, image outpainting has relative less context in the image center to capture and more content at the image border to predict. Therefore, classical encoder-decoder pipeline of existing metho…

DecoderImage InpaintingImage Outpainting

Joint Triplet Autoencoder for Histopathological Colon Cancer Nuclei Retrieval

2021-05-21 · Satya Rajendra Singh, Shiv Ram Dubey, Shruthi MS, Sairathan Ventrapragada 외

Deep learning has shown a great improvement in the performance of visual tasks. Image retrieval is the task of extracting the visually similar images from a database for a query image. The feature matching is performed t…

Deep LearningImage RetrievalRetrievalTriplet

SiamJEPA: On the Role of Siamese Student Encoders in JEPA

2026-07-04 · Makoto Yamada hf

Recently, Joint Embedding Predictive Architectures (JEPAs) have attracted significant attention in the computer vision and machine learning communities as a promising framework for self-supervised representation learning…

Representation Learning