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

Upsampling01:22

Upsampling

337
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
337
Sensitivity, Specificity, and Predicted Value01:13

Sensitivity, Specificity, and Predicted Value

705
In healthcare diagnostics, laboratory tests play a crucial role in identifying and diagnosing a wide range of medical conditions. However, interpreting test results is not always straightforward. An abnormal test result does not always confirm the presence of a disease, just as a normal result does not guarantee its absence. To assess the reliability of these diagnostic tools, healthcare practitioners rely on two key statistical indicators: sensitivity and specificity.
Sensitivity is the...
705
Downsampling01:20

Downsampling

285
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
285
Accuracy, limits, and approximation01:28

Accuracy, limits, and approximation

567
Accuracy, limits, and approximations are common in many fields, especially in engineering calculations. These concepts are imperative for ensuring that a given value is as close as possible to its true value.
Accuracy is defined as the closeness of the measured value to the true or actual value. In engineering mechanics, repeated measurements are taken during theoretical or experimental analyses to ensure that the result is precise and accurate.
The accuracy of any solution is based on the...
567
Linear Approximation in Frequency Domain01:26

Linear Approximation in Frequency Domain

146
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
146
Sampling Methods: Overview01:06

Sampling Methods: Overview

558
A sample refers to a smaller subset representative of a larger population. In analytical chemistry, studying or analyzing an entire population is often impractical or impossible. Therefore, samples are used to draw inferences and generalize the whole population. The sampling method selects individuals or items from a population to create a sample. Standard sampling methods include random, judgemental, systematic, stratified, and cluster sampling. 
In analytical chemistry, the choice of...
558

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
Same journal

Epidemiological characteristics of amebiasis in Japan from 2001 to 2022.

PloS one·2026
Same journal

Longitudinal associations of academic stress with eating related patterns, nutrition, somatic indicators, and depressive symptoms in university students: A study protocol.

PloS one·2026
Same journal

Pollution removal efficiency enhancement by agricultural biomass additions in constructed wetlands: A framework integrating meta-analysis with explainable machine learning.

PloS one·2026
Same journal

Insulation failure mapping on power transformer bushing using FRA and electrostatic simulation.

PloS one·2026
Same journal

Enhancing medical Q&A systems with multimodal knowledge graphs and dual-layer attention mechanisms.

PloS one·2026
Same journal

UAMP: Consistent video object segmentation with uncertainty-aware memory propagation.

PloS one·2026
See all related articles

Related Experiment Video

Updated: Sep 26, 2025

Data Acquisition Protocol for Determining Embedded Sensitivity Functions
07:46

Data Acquisition Protocol for Determining Embedded Sensitivity Functions

Published on: April 20, 2016

6.2K

SensiMix: Sensitivity-Aware 8-bit index & 1-bit value mixed precision quantization for BERT compression.

Tairen Piao1, Ikhyun Cho1, U Kang1

  • 1Seoul National University, Seoul, Republic of Korea.

Plos One
|April 18, 2022
PubMed
Summary
This summary is machine-generated.

SensiMix compresses BERT models using sensitivity-aware mixed precision quantization. This method significantly reduces model size and inference time while maintaining accuracy for natural language processing tasks.

More Related Videos

Using the Race Model Inequality to Quantify Behavioral Multisensory Integration Effects
08:13

Using the Race Model Inequality to Quantify Behavioral Multisensory Integration Effects

Published on: May 10, 2019

6.5K
Quasi-light Storage for Optical Data Packets
07:45

Quasi-light Storage for Optical Data Packets

Published on: February 6, 2014

11.0K

Related Experiment Videos

Last Updated: Sep 26, 2025

Data Acquisition Protocol for Determining Embedded Sensitivity Functions
07:46

Data Acquisition Protocol for Determining Embedded Sensitivity Functions

Published on: April 20, 2016

6.2K
Using the Race Model Inequality to Quantify Behavioral Multisensory Integration Effects
08:13

Using the Race Model Inequality to Quantify Behavioral Multisensory Integration Effects

Published on: May 10, 2019

6.5K
Quasi-light Storage for Optical Data Packets
07:45

Quasi-light Storage for Optical Data Packets

Published on: February 6, 2014

11.0K

Area of Science:

  • Natural Language Processing (NLP)
  • Machine Learning
  • Model Compression

Background:

  • Pre-trained language models like BERT are powerful but computationally expensive.
  • Large memory footprint and long inference times hinder BERT's practical application.
  • Efficient model compression is crucial for deploying NLP models on resource-constrained devices.

Purpose of the Study:

  • To develop a novel BERT compression method that reduces model size and inference time.
  • To maintain the accuracy of BERT models after compression.
  • To address the trade-off between model efficiency and performance.

Main Methods:

  • Proposed SensiMix (Sensitivity-Aware Mixed Precision Quantization) for BERT compression.
  • Applied 8-bit index quantization to sensitive BERT modules and 1-bit value quantization to insensitive modules.
  • Introduced three novel 1-bit training techniques: Absolute Binary Weight Regularization, Prioritized Training, and Inverse Layer-wise Fine-tuning.
  • Utilized FP16 and XNOR-Count General Matrix Multiplication (GEMM) for optimized inference.

Main Results:

  • SensiMix achieved significant model compression, reducing size by 8x.
  • Inference time was reduced by approximately 80%.
  • Accuracy was maintained across four GLUE downstream tasks without noticeable drops.

Conclusions:

  • SensiMix offers an effective approach to compress BERT models, balancing efficiency and accuracy.
  • The sensitivity-aware quantization strategy and novel training methods are key to minimizing performance degradation.
  • This method enables the deployment of lightweight and fast BERT models for practical NLP applications.