paper-with-me

Papers

Adam: Dense Retrieval Distillation with Adaptive Dark Examples

2022-12-20 · Chongyang Tao, Chang Liu, Tao Shen, Can Xu, Xiubo Geng, Binxing Jiao, Daxin Jiang

To improve the performance of the dual-encoder retriever, one effective approach is knowledge distillation from the cross-encoder ranker. Existing works construct the candidate passages following the supervised learning setting where a query is paired with a positive passage and a batch of negatives. However, through empirical observation, we find that even the hard negatives from advanced methods are still too trivial for the teacher to distinguish, preventing the teacher from transferring abundant dark knowledge to the student through its soft label. To alleviate this issue, we propose ADAM, a knowledge distillation framework that can better transfer the dark knowledge held in the teacher with Adaptive Dark exAMples. Different from previous works that only rely on one positive and hard negatives as candidate passages, we create dark examples that all have moderate relevance to the query through mixing-up and masking in discrete space. Furthermore, as the quality of knowledge held in different training instances varies as measured by the teacher's confidence score, we propose a self-paced distillation strategy that adaptively concentrates on a subset of high-quality instances to conduct our dark-example-based knowledge distillation to help the student learn better. We conduct experiments on two widely-used benchmarks and verify the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2212.10192

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationRetrieval

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

PROD: Progressive Distillation for Dense Retrieval

2022-09-27 · Zhenghao Lin, Yeyun Gong, Xiao Liu, Hang Zhang 외

Knowledge distillation is an effective way to transfer knowledge from a strong teacher to an efficient student model. Ideally, we expect the better the teacher is, the better the student. However, this expectation does n…

Knowledge DistillationNatural QuestionsRetrieval

RocketQAv2: A Joint Training Method for Dense Passage Retrieval and Passage Re-ranking

2021-10-14 · EMNLP 2021 11 · Ruiyang Ren, Yingqi Qu, Jing Liu, Wayne Xin Zhao 외

In various natural language processing tasks, passage retrieval and passage re-ranking are two key procedures in finding and ranking relevant information. Since both the two procedures contribute to the final performance…

Data AugmentationInformation RetrievalNatural QuestionsOpen-Domain Question Answering+4

CAdam: Context-Adaptive Moment Estimation for 3D Gaussian Densification in Generative Distillation

2026-05-20 · SeungJeh Chung, Geonho Park, Misong Kim, HyeongYeop Kang arxiv

Adaptive densification is the engine of 3D Gaussian Splatting (3DGS). However, when transposed to the optimization-based Generative Distillation paradigm, this reconstruction-native mechanism reveals fundamental limitati…

An Adaptive and Momental Bound Method for Stochastic Learning

2019-10-27 · Jianbang Ding, Xuancheng Ren, Ruixuan Luo, Xu sun

Training deep neural networks requires intricate initialization and careful selection of learning rates. The emergence of stochastic gradient optimization methods that use adaptive learning rates based on squared past gr…

Stochastic Optimization

Stereo-Knowledge Distillation from dpMV to Dual Pixels for Light Field Video Reconstruction

2024-05-20 · Aryan Garg, Raghav Mallampali, Akshat Joshi, Shrisudhan Govindarajan 외

Dual pixels contain disparity cues arising from the defocus blur. This disparity information is useful for many vision tasks ranging from autonomous driving to 3D creative realism. However, directly estimating disparity …

Autonomous DrivingKnowledge DistillationVideo Reconstruction