paper-with-me

홈 › Papers

Back to Basics: A Simple Recipe for Improving Out-of-Domain Retrieval in Dense Encoders

2023-11-16 · Hyunji Lee, Luca Soldaini, Arman Cohan, Minjoon Seo, Kyle Lo

Prevailing research practice today often relies on training dense retrievers on existing large datasets such as MSMARCO and then experimenting with ways to improve zero-shot generalization capabilities to unseen domains. While prior work has tackled this challenge through resource-intensive steps such as data augmentation, architectural modifications, increasing model size, or even further base model pretraining, comparatively little investigation has examined whether the training procedures themselves can be improved to yield better generalization capabilities in the resulting models. In this work, we recommend a simple recipe for training dense encoders: Train on MSMARCO with parameter-efficient methods, such as LoRA, and opt for using in-batch negatives unless given well-constructed hard negatives. We validate these recommendations using the BEIR benchmark and find results are persistent across choice of dense encoder and base model size and are complementary to other resource-intensive strategies for out-of-domain generalization such as architectural modifications or additional pretraining. We hope that this thorough and impartial study around various training techniques, which augments other resource-intensive methods, offers practical insights for developing a dense retrieval model that effectively generalizes, even when trained on a single dataset.

📄 PDF Abstract BibTeX arXiv:2311.09765

Code (1)

amy-hyunji/lora-for-retrieval 공식 구현 pytorch

Tasks

Data AugmentationDomain GeneralizationRetrievalZero-shot Generalization

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Rescaling MLM-Head for Neural Sparse Retrieval

2026-06-17 · Youngjoon Jang, Seongtae Hong, Jonah Turner, Heuiseok Lim arxiv

Learned sparse retrieval (LSR) models such as SPLADE have traditionally used BERT-style masked language models as backbone encoders. A natural expectation is that replacing BERT with stronger pretrained encoders should i…

Towards Unbiased Cross-Modal Representation Learning for Food Image-to-Recipe Retrieval

2025-11-19 · Qing Wang, Chong-Wah Ngo, Ee-Peng Lim arxiv

This paper addresses the challenges of learning representations for recipes and food images in the cross-modal retrieval problem. As the relationship between a recipe and its cooked dish is cause-and-effect, treating a r…

Representation LearningCross-Modal Retrieval

Cross-lingual Adaptation for Recipe Retrieval with Mixup

2022-05-08 · Bin Zhu, Chong-Wah Ngo, Jingjing Chen, Wing-Kwong Chan

Cross-modal recipe retrieval has attracted research attention in recent years, thanks to the availability of large-scale paired data for training. Nevertheless, obtaining adequate recipe-image pairs covering the majority…

Domain AdaptationRetrievalUnsupervised Domain Adaptation

Back to Basics: Let Denoising Generative Models Denoise

2025-11-17 · Tianhong Li, Kaiming He arxiv

Today's denoising diffusion models do not "denoise" in the classical sense, i.e., they do not directly predict clean images. Rather, the neural networks predict noise or a noised quantity. In this paper, we suggest that …

An Empirical Study of Training Self-Supervised Vision Transformers

2021-04-05 · ICCV 2021 10 · Xinlei Chen, Saining Xie, Kaiming He

This paper does not describe a novel method. Instead, it studies a straightforward, incremental, yet must-know baseline given the recent progress in computer vision: self-supervised learning for Vision Transformers (ViT)…

Out-of-Distribution GeneralizationSelf-Supervised Image ClassificationSelf-Supervised Learning