paper-with-me

Papers

Beyond without Forgetting: Multi-Task Learning for Classification with Disjoint Datasets

2020-03-15 · Yan Hong, Li Niu, Jianfu Zhang, Liqing Zhang

Multi-task Learning (MTL) for classification with disjoint datasets aims to explore MTL when one task only has one labeled dataset. In existing methods, for each task, the unlabeled datasets are not fully exploited to facilitate this task. Inspired by semi-supervised learning, we use unlabeled datasets with pseudo labels to facilitate each task. However, there are two major issues: 1) the pseudo labels are very noisy; 2) the unlabeled datasets and the labeled dataset for each task has considerable data distribution mismatch. To address these issues, we propose our MTL with Selective Augmentation (MTL-SA) method to select the training samples in unlabeled datasets with confident pseudo labels and close data distribution to the labeled dataset. Then, we use the selected training samples to add information and use the remaining training samples to preserve information. Extensive experiments on face-centric and human-centric applications demonstrate the effectiveness of our MTL-SA method.

📄 PDF Abstract BibTeX arXiv:2003.06746

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMulti-Task Learning

Similar Papers 제목 키워드 기반

Fine-Tuning Without Forgetting via Loss-Adaptive Learning Rates

2026-05-19 · Parjanya Prajakta Prashant, Jiongli Zhu, Aldan Creo, Babak Salimi arxiv

Fine-tuning large language models on new data improves task performance but degrades capabilities learned during pretraining, a phenomenon known as catastrophic forgetting. Existing methods mitigate this by modifying the…

Overcoming Catastrophic Forgetting in Massively Multilingual Continual Learning

2023-05-25 · Genta Indra Winata, Lingjue Xie, Karthik Radhakrishnan, Shijie Wu 외

Real-life multilingual systems should be able to efficiently incorporate new languages as data distributions fed to the system evolve and shift over time. To do this, systems need to handle the issue of catastrophic forg…

Continual LearningScheduling

Beyond Anti-Forgetting: Multimodal Continual Instruction Tuning with Positive Forward Transfer

2024-01-17 · Junhao Zheng, Qianli Ma, Zhen Liu, Binquan Wu 외

Multimodal Continual Instruction Tuning (MCIT) enables Multimodal Large Language Models (MLLMs) to meet continuously emerging requirements without expensive retraining. MCIT faces two major obstacles: catastrophic forget…

Pseudo-Rehearsal: Achieving Deep Reinforcement Learning without Catastrophic Forgetting

2018-12-06 · Craig Atkinson, Brendan McCane, Lech Szymanski, Anthony Robins

Neural networks can achieve excellent results in a wide variety of applications. However, when they attempt to sequentially learn, they tend to learn the new task while catastrophically forgetting previous ones. We propo…

Atari GamesContinual LearningDeep Reinforcement Learningimage-classification+4

Adversarial Continual Learning

2020-03-21 · ECCV 2020 8 · Sayna Ebrahimi, Franziska Meier, Roberto Calandra, Trevor Darrell 외

Continual learning aims to learn new tasks without forgetting previously learned ones. We hypothesize that representations learned to solve each task in a sequence have a shared structure while containing some task-speci…

Continual Learningimage-classificationImage Classification