paper-with-me

홈 › Papers

GradMix: Multi-source Transfer across Domains and Tasks

2020-02-09 · Junnan Li, Ziwei Xu, Yongkang Wong, Qi Zhao, Mohan Kankanhalli

The computer vision community is witnessing an unprecedented rate of new tasks being proposed and addressed, thanks to the deep convolutional networks' capability to find complex mappings from X to Y. The advent of each task often accompanies the release of a large-scale annotated dataset, for supervised training of deep network. However, it is expensive and time-consuming to manually label sufficient amount of training data. Therefore, it is important to develop algorithms that can leverage off-the-shelf labeled dataset to learn useful knowledge for the target task. While previous works mostly focus on transfer learning from a single source, we study multi-source transfer across domains and tasks (MS-DTT), in a semi-supervised setting. We propose GradMix, a model-agnostic method applicable to any model trained with gradient-based learning rule, to transfer knowledge via gradient descent by weighting and mixing the gradients from all sources during training. GradMix follows a meta-learning objective, which assigns layer-wise weights to the source gradients, such that the combined gradient follows the direction that minimize the loss for a small set of samples from the target dataset. In addition, we propose to adaptively adjust the learning rate for each mini-batch based on its importance to the target task, and a pseudo-labeling method to leverage the unlabeled samples in the target domain. We conduct MS-DTT experiments on two tasks: digit recognition and action recognition, and demonstrate the advantageous performance of the proposed method against multiple baselines.

📄 PDF Abstract BibTeX arXiv:2002.03264

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionMeta-LearningTransfer Learning

Similar Papers 제목 키워드 기반

GradMix for nuclei segmentation and classification in imbalanced pathology image datasets

2022-10-24 · Tan Nhu Nhat Doan, Kyungeun Kim, Boram Song, Jin Tae Kwak

An automated segmentation and classification of nuclei is an essential task in digital pathology. The current deep learning-based approaches require a vast amount of annotated datasets by pathologists. However, the exist…

ClassificationData AugmentationSegmentation

Informed Mixing -- Improving Open Set Recognition via Attribution-based Augmentation

2025-05-19 · Jiawen Xu, Odej Kao, Margret Keuper

Open set recognition (OSR) is devised to address the problem of detecting novel classes during model inference. Even in recent vision models, this remains an open issue which is receiving increasing attention. Thereby, a…

Data AugmentationOpen Set LearningOut-of-Distribution DetectionSelf-Supervised Learning

GradMix: Gradient-based Selective Mixup for Robust Data Augmentation in Class-Incremental Learning

2025-05-13 · Minsu Kim, Seong-Hyeon Hwang, Steven Euijong Whang

In the context of continual learning, acquiring new knowledge while maintaining previous knowledge presents a significant challenge. Existing methods often use experience replay techniques that store a small portion of p…

class-incremental learningClass Incremental LearningContinual LearningData Augmentation+1

Dynamic Transfer for Multi-Source Domain Adaptation

2021-03-19 · CVPR 2021 1 · Yunsheng Li, Lu Yuan, Yinpeng Chen, Pei Wang 외

Recent works of multi-source domain adaptation focus on learning a domain-agnostic model, of which the parameters are static. However, such a static model is difficult to handle conflicts across multiple domains, and suf…

Domain Adaptation

ASALT: Adaptive State Alignment for Lateral Transfer in Multi-agent Reinforcement Learning

2026-06-23 · Anurag Akula, Satheesh K. Perepu, Abhishek Sarkar, Kaushik Dey arxiv

Multi-agent reinforcement learning (MARL) addresses the problem of training multiple agents that pursue collaborative, competitive, or mixed objectives. Prior work has investigated transfer learning between source and ta…

Multi-agent Reinforcement LearningTransfer Learning