paper-with-me

Papers

QUEST: Quantized embedding space for transferring knowledge

2019-12-03 · ECCV 2020 8 · Himalaya Jain, Spyros Gidaris, Nikos Komodakis, Patrick Pérez, Matthieu Cord

Knowledge distillation refers to the process of training a compact student network to achieve better accuracy by learning from a high capacity teacher network. Most of the existing knowledge distillation methods direct the student to follow the teacher by matching the teacher's output, feature maps or their distribution. In this work, we propose a novel way to achieve this goal: by distilling the knowledge through a quantized space. According to our method, the teacher's feature maps are quantized to represent the main visual concepts encompassed in the feature maps. The student is then asked to predict the quantized representation, which thus forms the task that the student uses to learn from the teacher. Despite its simplicity, we show that our approach is able to yield results that improve the state of the art on knowledge distillation. To that end, we provide an extensive evaluation across several network architectures and most commonly used benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1912.01540

Code (1)

valeoai/QuEST pytorch

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Transferable Sequential Recommendation via Vector Quantized Meta Learning

2024-11-04 · Zhenrui Yue, Huimin Zeng, Yang Zhang, Julian McAuley 외

While sequential recommendation achieves significant progress on capturing user-item transition patterns, transferring such large-scale recommender systems remains challenging due to the disjoint user and item groups acr…

Meta-LearningQuantizationRecommendation SystemsSequential Recommendation

From Known to the Unknown: Transferring Knowledge to Answer Questions about Novel Visual and Semantic Concepts

2018-11-30 · Moshiur R. Farazi, Salman H. Khan, Nick Barnes

Current Visual Question Answering (VQA) systems can answer intelligent questions about `Known' visual content. However, their performance drops significantly when questions about visually and linguistically `Unknown' con…

Novel ConceptsQuestion AnsweringRetrievalVisual Question Answering+1

Preliminary study on using vector quantization latent spaces for TTS/VC systems with consistent performance

2021-06-25 · Hieu-Thi Luong, Junichi Yamagishi

Generally speaking, the main objective when training a neural speech synthesis system is to synthesize natural and expressive speech from the output layer of the neural network without much attention given to the hidden …

QuantizationSpeaker anonymizationSpeech SynthesisVoice Cloning

Embedding Transfer via Smooth Contrastive Loss

2021-01-01 · Sungyeon Kim, Dongwon Kim, Minsu Cho, Suha Kwak

This paper presents a novel method for embedding transfer, a task of transferring knowledge of a learned embedding model to another. Our method exploits pairwise similarities between samples in the source embedding space…

Metric LearningSemantic SimilaritySemantic Textual Similarity

Zero-Shot Learning posed as a Missing Data Problem

2016-12-02 · Bo Zhao, Botong Wu, Tianfu Wu, Yizhou Wang

This paper presents a method of zero-shot learning (ZSL) which poses ZSL as the missing data problem, rather than the missing label problem. Specifically, most existing ZSL methods focus on learning mapping functions fro…

Zero-Shot Learning