Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Transformers with Off-Nominal Turns Ratios01:25

Transformers with Off-Nominal Turns Ratios

182
In scenarios involving parallel transformers with disparate ratings, developing per-unit models requires accommodating off-nominal turns ratios. This situation arises when the selected base voltages are not proportional to the transformer’s voltage ratings. Consider a transformer where the rated voltages are related by the term a. If the chosen voltage bases satisfy a relationship involving term b, term c is defined as the ratio of these bases. This ratio is then substituted into the...
182
Energy Losses in Transformers01:21

Energy Losses in Transformers

907
In an ideal transformer, it is assumed that there are no energy losses, and, hence, all the power at the primary winding is transferred to the secondary winding. However, in reality,  the transformers always have some energy losses, and, hence, the output power obtained at the secondary winding is less than the input power at the primary winding due to energy losses.
There are four main reasons for energy losses in transformers.
The first cause can be  the high resistance of the...
907
Transformers in Distribution System01:27

Transformers in Distribution System

127
Transformers in distribution systems can be broadly categorized into distribution substation transformers and other distribution transformers. They are crucial for stepping down high transmission voltages to levels suitable for distribution and end-user applications.
Distribution substation transformers come in various ratings and typically use mineral oil for insulation and cooling. To prevent moisture and air from entering the oil, some transformers use an inert gas like nitrogen to fill the...
127
The Ideal Transformer01:26

The Ideal Transformer

434
In single-phase two-winding transformers, two windings are coiled around a magnetic core characterized by cross-sectional area A and magnetic permeability μ. A phasor current i1 enters the left winding while i2 exits the right winding, establishing the fundamental working of the transformer through electromagnetic principles.
Ampere's Law forms the basis of understanding the magnetic field within the transformer. It states that the integral of the magnetic field intensity's...
434
Types Of Transformers01:16

Types Of Transformers

1.0K
Transformers can provide desired voltages to a circuit by modifying the number of turns in the secondary windings.
If the ratio of the number of turns in the secondary winding to that of the primary winding is greater than one, then the transformer is said to be a step-up transformer. In a step-up transformer, the voltage at the secondary winding is greater than the voltage applied at the primary winding.
However, if this ratio is less than one, the transformer is said to be a step-down...
1.0K
Three-Winding Transformers01:19

Three-Winding Transformers

269
Three identical single-phase transformers can be configured to form a three-phase transformer connection, which involves high-voltage and low-voltage windings. The high-voltage windings are denoted by capital letters A-B-C, while the low-voltage windings are labeled with lowercase letters a-b-c, representing their respective phases. This notation helps distinguish between the high and low voltage sides of the transformer.
In the per-unit equivalent circuit of a grounded Y-Y three-phase...
269

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

CatDive: A simple yet effective method for maximizing category diversity in sequential recommendation.

PloS one·2026
Same author

Offline and online coupled tensor factorization with knowledge graph.

PloS one·2025
Same author

Accurate semi-supervised automatic speech recognition for ordinary and characterized speeches via multi-hypotheses-based curriculum learning.

PloS one·2025
Same author

Threshold-based exploitation of noisy label in black-box unsupervised domain adaptation.

PloS one·2025
Same author

Accurate multi-behavior sequence-aware recommendation via graph convolution networks.

PloS one·2025
Same author

Dependency-aware action planning for smart home.

PloS one·2024

Related Experiment Video

Updated: Jul 24, 2025

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

325

PET: Parameter-efficient Knowledge Distillation on Transformer.

Hyojin Jeon1, Seungcheol Park1, Jin-Gee Kim1

  • 1Department of Computer Science and Engineering, Seoul National University, Seoul, Republic of Korea.

Plos One
|July 6, 2023
PubMed
Summary

This study introduces Parameter-Efficient knowledge distillation on Transformer (PET), a method for creating smaller, faster Transformer models. PET effectively compresses both encoder and decoder components, significantly improving efficiency for natural language processing tasks.

More Related Videos

A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images
04:23

A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images

Published on: April 21, 2023

1.9K
Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.2K

Related Experiment Videos

Last Updated: Jul 24, 2025

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

325
A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images
04:23

A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images

Published on: April 21, 2023

1.9K
Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.2K

Area of Science:

  • Natural Language Processing
  • Machine Learning
  • Artificial Intelligence

Background:

  • Transformer models offer significant performance gains in NLP tasks.
  • Large Transformer models present deployment challenges due to size, computational cost, and inference time.
  • Existing compression methods often overlook the decoder, which contributes significantly to inference latency.

Purpose of the Study:

  • To develop an efficient Transformer compression method that reduces the size of both encoder and decoder.
  • To maintain the performance of large Transformer models in a compressed format.
  • To enable deployment of Transformer models on resource-constrained devices.

Main Methods:

  • Parameter-Efficient knowledge distillation on Transformer (PET) utilizes efficient weight sharing between parameter groups.
  • PET incorporates a warm-up process with a simplified task to enhance knowledge distillation gains.
  • The method focuses on compressing both the encoder and decoder components of Transformer models.

Main Results:

  • PET significantly reduces memory usage and accelerates inference speed compared to uncompressed models.
  • On the IWSLT'14 EN→DE machine translation task, PET achieved an 81.20% reduction in memory and a 45.15% increase in inference speed.
  • The compression resulted in a minor decrease of only 0.27 in BLEU score, demonstrating performance retention.

Conclusions:

  • PET offers an effective solution for compressing large Transformer models for efficient deployment.
  • The method outperforms existing Transformer compression techniques, particularly in machine translation.
  • PET enables significant efficiency gains without substantial performance degradation, making large models more accessible.