Multi-Stage Transfer Learning with an Application to Selection Process
Andre Mendes, Julian Togelius, Leandro dos Santos Coelho

TL;DR
This paper introduces Multi-Stage Transfer Learning (MSGTL), a novel approach that leverages knowledge from simpler classifiers in early stages to enhance the performance of complex classifiers in later stages of multi-stage decision processes, especially in selection scenarios.
Contribution
The paper proposes MSGTL, a transfer learning method that uses weight transfer from simple to complex neural networks across stages, improving performance and reducing overfitting in multi-stage selection processes.
Findings
MSGTL outperforms state-of-the-art transfer learning methods.
It effectively balances knowledge preservation and fine-tuning.
Experimental results validate its superiority on real-world data.
Abstract
In multi-stage processes, decisions happen in an ordered sequence of stages. Many of them have the structure of dual funnel problem: as the sample size decreases from one stage to the other, the information increases. A related example is a selection process, where applicants apply for a position, prize, or grant. In each stage, more applicants are evaluated and filtered out, and from the remaining ones, more information is collected. In the last stage, decision-makers use all available information to make their final decision. To train a classifier for each stage becomes impracticable as they can underfit due to the low dimensionality in early stages or overfit due to the small sample size in the latter stages. In this work, we proposed a \textit{Multi-StaGe Transfer Learning} (MSGTL) approach that uses knowledge from simple classifiers trained in early stages to improve the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Algorithms · Topic Modeling
