paper-with-me

Papers

Collaboration by Competition: Self-coordinated Knowledge Amalgamation for Multi-talent Student Learning

2020-08-01 · ECCV 2020 8 · Sihui Luo, Wenwen Pan, Xinchao Wang, Dazhou Wang, Haihong Tang, Mingli Song

A vast number of well-trained deep networks have been released by developers online for plug-and-play use. These networks specialize in different tasks and in many cases, the data and annotations used to train them are not publicly available. In this paper, we study how to reuse such heterogeneous pre-trained models as teachers, and build a versatile and compact student model, without accessing human annotations. To this end, we propose a self-coordinate knowledge amalgamation network (SOKA-Net) for learning the multi-talent student model. This is achieved via a dual-step adaptive competitive-cooperation training approach, where the knowledge of the heterogeneous teachers are in the first step amalgamated to guide the shared parameter learning of the student network, and followed by a gradient-based competition-balancing strategy to learn the multi-head prediction network as well as the loss weightings of the distinct tasks in the second step. The two steps, which we term as the collaboration and competition step respectively, are performed alternatively until the balance of the competition is reached for the ultimate collaboration. Experimental results demonstrate that, the learned student not only comes with a smaller size but all achieves performances on par with or even superior to those of the teachers.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Regulated Data-Free Knowledge Amalgamation for Text Classification

2024-06-16 · Prashanth Vijayaraghavan, Hongzhi Wang, Luyao Shi, Tyler Baldwin 외

Recently, there has been a growing availability of pre-trained text models on various model repositories. These models greatly reduce the cost of training new models from scratch as they can be fine-tuned for specific ta…

text-classificationText ClassificationTransfer Learning

Knowledge Amalgamation for Object Detection with Transformers

2022-03-07 · Haofei Zhang, Feng Mao, Mengqi Xue, Gongfan Fang 외

Knowledge amalgamation (KA) is a novel deep model reusing task aiming to transfer knowledge from several well-trained teachers to a multi-talented and compact student. Currently, most of these approaches are tailored for…

Objectobject-detectionObject Detection

Contrastive Knowledge Amalgamation for Unsupervised Image Classification

2023-07-27 · Shangde Gao, Yichao Fu, Ke Liu, Yuqiang Han

Knowledge amalgamation (KA) aims to learn a compact student model to handle the joint objective from multiple teacher models that are are specialized for their own tasks respectively. Current methods focus on coarsely al…

Classificationimage-classificationImage ClassificationUnsupervised Image Classification

TeamLoRA: Boosting Low-Rank Adaptation with Expert Collaboration and Competition

2024-08-19 · Tianwei Lin, Jiang Liu, Wenqiao Zhang, Zhaocheng Li 외

While Parameter-Efficient Fine-Tuning (PEFT) methods like LoRA have effectively addressed GPU memory constraints during fine-tuning, their performance often falls short, especially in multidimensional task scenarios. To …

GPUMulti-Task Learningparameter-efficient fine-tuningVisual Question Answering

Towards Collaborative Question Answering: A Preliminary Study

2022-01-24 · Xiangkun Hu, Hang Yan, Qipeng Guo, Xipeng Qiu 외

Knowledge and expertise in the real-world can be disjointedly owned. To solve a complex question, collaboration among experts is often called for. In this paper, we propose CollabQA, a novel QA task in which several expe…

Question Answering