paper-with-me

홈 › Papers

On Compressing U-net Using Knowledge Distillation

2018-12-01 · Karttikeya Mangalam, Mathieu Salzamann

We study the use of knowledge distillation to compress the U-net architecture. We show that, while standard distillation is not sufficient to reliably train a compressed U-net, introducing other regularization methods, such as batch normalization and class re-weighting, in knowledge distillation significantly improves the training process. This allows us to compress a U-net by over 1000x, i.e., to 0.1% of its original number of parameters, at a negligible decrease in performance.

📄 PDF Abstract BibTeX arXiv:1812.00249

Code (0)

등록된 구현이 없습니다.

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.…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Tree Knowledge Distillation for Compressing Transformer-Based Language Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Knowledge distillation has emerged as a promising technique for compressing neural language models. However, most knowledge distillation methods focus on extracting the ``knowledge'' from a teacher network to guide the t…

Knowledge Distillation

An Empirical Study of Leveraging Knowledge Distillation for Compressing Multilingual Neural Machine Translation Models

2023-04-19 · Varun Gumma, Raj Dabre, Pratyush Kumar

Knowledge distillation (KD) is a well-known method for compressing neural models. However, works focusing on distilling knowledge from large multilingual neural machine translation (MNMT) models into smaller ones are pra…

Knowledge DistillationMachine TranslationTranslation

PPC-GPT: Federated Task-Specific Compression of Large Language Models via Pruning and Chain-of-Thought Distillation

2025-02-21 · Tao Fan, Guoqiang Ma, Yuanfeng Song, Lixin Fan 외

Compressing Large Language Models (LLMs) into task-specific Small Language Models (SLMs) encounters two significant challenges: safeguarding domain-specific knowledge privacy and managing limited resources. To tackle the…

Knowledge DistillationPrivacy PreservingText Generation

A Comprehensive Review of Knowledge Distillation in Computer Vision

2024-04-01 · Gousia Habib, Tausifa Jan Saleem, Sheikh Musa Kaleem, Tufail Rouf 외

Deep learning techniques have been demonstrated to surpass preceding cutting-edge machine learning techniques in recent years, with computer vision being one of the most prominent examples. However, deep learning models …

Deep LearningKnowledge Distillation

LAPTOP-Diff: Layer Pruning and Normalized Distillation for Compressing Diffusion Models

2024-04-17 · Dingkun Zhang, Sijia Li, Chen Chen, Qingsong Xie 외

In the era of AIGC, the demand for low-budget or even on-device applications of diffusion models emerged. In terms of compressing the Stable Diffusion models (SDMs), several approaches have been proposed, and most of the…

Knowledge Distillation