paper-with-me

Papers

Multi-Stage Transfer Learning with an Application to Selection Process

2020-06-01 · Andre Mendes, Julian Togelius, Leandro dos Santos Coelho

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 performance of classifiers in the latter stages. By transferring weights from simpler neural networks trained in larger datasets, we able to fine-tune more complex neural networks in the latter stages without overfitting due to the small sample size. We show that it is possible to control the trade-off between conserving knowledge and fine-tuning using a simple probabilistic map. Experiments using real-world data demonstrate the efficacy of our approach as it outperforms other state-of-the-art methods for transfer learning and regularization.

📄 PDF Abstract BibTeX arXiv:2006.01276

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Greedy Selection under Independent Increments: A Toy Model Analysis

2025-06-22 · Huitao Yang

We study an iterative selection problem over N i.i.d. discrete-time stochastic processes with independent increments. At each stage, a fixed number of processes are retained based on their observed values. Under this sim…

Transfer Learning in $\ell_1$ Regularized Regression: Hyperparameter Selection Strategy based on Sharp Asymptotic Analysis

2024-09-26 · Koki Okajima, Tomoyuki Obuchi

Transfer learning techniques aim to leverage information from multiple related datasets to enhance prediction quality against a target dataset. Such methods have been adopted in the context of high-dimensional sparse reg…

Transfer Learning

Open Continual Feature Selection via Granular-Ball Knowledge Transfer

2024-03-15 · Xuemei Cao, Xin Yang, Shuyin Xia, Guoyin Wang 외

This paper presents a novel framework for continual feature selection (CFS) in data preprocessing, particularly in the context of an open and dynamic environment where unknown classes may emerge. CFS encounters two prima…

Continual Learningfeature selectionTransfer Learning

Hierarchical Projection for Adaptive Knowledge Transfer

2026-06-07 · Samhita Pal, Tian Gu arxiv

Modern data-driven applications increasingly involve learning from multiple heterogeneous sources, where a target dataset is limited but related information is available across domains. Naively combining these sources ca…

Transfer Learning

Optimising the Performance of Convolutional Neural Networks across Computing Systems using Transfer Learning

2020-10-20 · Rik Mulder, Valentin Radu, Christophe Dubach

The choice of convolutional routines (primitives) to implement neural networks has a tremendous impact on their inference performance (execution speed) on a given hardware platform. To optimise a neural network by primit…

Transfer Learning