paper-with-me

홈 › Papers

FEED: Feature-level Ensemble Effect for knowledge Distillation

2019-05-01 · ICLR 2019 5 · SeongUk Park, Nojun Kwak

This paper proposes a versatile and powerful training algorithm named Feature-level Ensemble Effect for knowledge Distillation(FEED), which is inspired by the work of factor transfer. The factor transfer is one of the knowledge transfer methods that improves the performance of a student network with a strong teacher network. It transfers the knowledge of a teacher in the feature map level using high-capacity teacher network, and our training algorithm FEED is an extension of it. FEED aims to transfer ensemble knowledge, using either multiple teachers in parallel or multiple training sequences. Adapting the peer-teaching framework, we introduce a couple of training algorithms that transfer ensemble knowledge to the student at the feature map level, both of which help the student network find more generalized solutions in the parameter space. Experimental results on CIFAR-100 and ImageNet show that our method, FEED, has clear performance enhancements,without introducing any additional parameters or computations at test time.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTransfer Learning

Similar Papers 제목 키워드 기반

FEED: Feature-level Ensemble for Knowledge Distillation

2019-09-24 · SeongUk Park, Nojun Kwak

Knowledge Distillation (KD) aims to transfer knowledge in a teacher-student framework, by providing the predictions of the teacher network to the student network in the training stage to help the student network generali…

Knowledge Distillation

Dimensional emotion recognition using visual and textual cues

2018-05-03 · Pedro M. Ferreira, Diogo Pernes, Kelwin Fernandes, Ana Rebelo 외

This paper addresses the problem of automatic emotion recognition in the scope of the One-Minute Gradual-Emotional Behavior challenge (OMG-Emotion challenge). The underlying objective of the challenge is the automatic es…

Emotion Recognition

An ensemble-based framework for mispronunciation detection of Arabic phonemes

2023-01-03 · Sukru Selim Calik, Ayhan Kucukmanisa, Zeynep Hilal Kilimci

Determination of mispronunciations and ensuring feedback to users are maintained by computer-assisted language learning (CALL) systems. In this work, we introduce an ensemble model that defines the mispronunciation of Ar…

Ensemble Learning

Adaptive Model Ensemble for Continual Learning

2025-09-24 · Yuchuan Mao, Zhi Gao, Xiaomeng Fan, Yuwei Wu 외 arxiv

Model ensemble is an effective strategy in continual learning, which alleviates catastrophic forgetting by interpolating model parameters, achieving knowledge fusion learned from different tasks. However, existing model …

Continual Learning

Revisiting Vision Transformer from the View of Path Ensemble

2023-08-12 · ICCV 2023 1 · Shuning Chang, Pichao Wang, Hao Luo, Fan Wang 외

Vision Transformers (ViTs) are normally regarded as a stack of transformer layers. In this work, we propose a novel view of ViTs showing that they can be seen as ensemble networks containing multiple parallel paths with …