paper-with-me

홈 › Papers

A Contrastive Pre-training Approach to Learn Discriminative Autoencoder for Dense Retrieval

2022-08-21 · Xinyu Ma, Ruqing Zhang, Jiafeng Guo, Yixing Fan, Xueqi Cheng

Dense retrieval (DR) has shown promising results in information retrieval. In essence, DR requires high-quality text representations to support effective search in the representation space. Recent studies have shown that pre-trained autoencoder-based language models with a weak decoder can provide high-quality text representations, boosting the effectiveness and few-shot ability of DR models. However, even a weak autoregressive decoder has the bypass effect on the encoder. More importantly, the discriminative ability of learned representations may be limited since each token is treated equally important in decoding the input texts. To address the above problems, in this paper, we propose a contrastive pre-training approach to learn a discriminative autoencoder with a lightweight multi-layer perception (MLP) decoder. The basic idea is to generate word distributions of input text in a non-autoregressive fashion and pull the word distributions of two masked versions of one text close while pushing away from others. We theoretically show that our contrastive strategy can suppress the common words and highlight the representative words in decoding, leading to discriminative representations. Empirical results show that our method can significantly outperform the state-of-the-art autoencoder-based language models and other pre-trained models for dense retrieval.

📄 PDF Abstract BibTeX arXiv:2208.09846

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

Pre-train a Discriminative Text Encoder for Dense Retrieval via Contrastive Span Prediction

2022-04-22 · Xinyu Ma, Jiafeng Guo, Ruqing Zhang, Yixing Fan 외

Dense retrieval has shown promising results in many information retrieval (IR) related tasks, whose foundation is high-quality text representation learning for effective search. Some recent studies have shown that autoen…

Contrastive LearningDecoderInformation RetrievalRepresentation Learning+1

Denoising Diffusion Autoencoders are Unified Self-supervised Learners

2023-03-17 · ICCV 2023 1 · Weilai Xiang, Hongyu Yang, Di Huang, Yunhong Wang

Inspired by recent advances in diffusion models, which are reminiscent of denoising autoencoders, we investigate whether they can acquire discriminative representations for classification via generative pre-training. Thi…

Contrastive LearningDenoisingImage GenerationLinear evaluation+2

Towards improving discriminative reconstruction via simultaneous dense and sparse coding

2020-06-16 · Abiy Tasissa, Emmanouil Theodosis, Bahareh Tolooshams, Demba Ba

Discriminative features extracted from the sparse coding model have been shown to perform well for classification. Recent deep learning architectures have further improved reconstruction in inverse problems by considerin…

Compressive SensingDictionary Learning

Contrastive Attention Network with Dense Field Estimation for Face Completion

2021-12-20 · Xin Ma, Xiaoqiang Zhou, Huaibo Huang, Gengyun Jia 외

Most modern face completion approaches adopt an autoencoder or its variants to restore missing regions in face images. Encoders are often utilized to learn powerful representations that play an important role in meeting …

DecoderFace RecognitionFacial Inpainting

More Robust Dense Retrieval with Contrastive Dual Learning

2021-07-16 · Yizhi Li, Zhenghao Liu, Chenyan Xiong, Zhiyuan Liu

Dense retrieval conducts text retrieval in the embedding space and has shown many advantages compared to sparse retrieval. Existing dense retrievers optimize representations of queries and documents with contrastive trai…

Contrastive LearningInformation RetrievalRetrievalText Retrieval