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

Maximizing the Directional Derivative01:25

Maximizing the Directional Derivative

The directional derivative is a central concept in multivariable calculus that describes how a function changes at a given point when moving in a specified direction. This direction is represented by a unit vector, ensuring that only the orientation influences the rate of change. By varying the direction, different rates of change can be observed, demonstrating that the directional derivative depends strongly on the chosen direction.The directional derivative is computed using the gradient...
Gradient Vectors and Their Applications01:19

Gradient Vectors and Their Applications

Every point on a topographical map corresponds to a particular elevation, so the landscape can be modeled as a surface whose height depends on horizontal position. From any given location, a hiker may face infinitely many directions, but only one direction produces the fastest possible increase in elevation. This unique route is called the direction of steepest ascent, and in multivariable calculus, it is represented by the gradient vector of the elevation function.The gradient vector points...
Introduction to Scalers01:21

Introduction to Scalers

Many familiar physical quantities can be specified completely by giving a single number and the appropriate unit. For example, "a class period lasts 50 min," or "the gas tank in my car holds 65 L," or "the distance between the two posts is 100 m." A physical quantity that can be specified completely in this manner is called a scalar quantity. The word "scalar" is a synonym for "number." Time, mass, distance, length, volume, temperature, and energy are some examples of scalar quantities.
Scalar...
Gradient Fields01:27

Gradient Fields

A gradient field is a vector field derived from a scalar field. A scalar field assigns a single numerical value to every point in space, such as temperature, pressure, or electric potential. The gradient field describes how that value changes from point to point. It gives both the direction of the fastest increase and the rate of change in that direction.For a scalar field f(x, y), the gradient is written as\begin{equation*}\nabla f=\left\langle \jfrac{\partial f}{\partial x},\jfrac{\partial...
Significance of the Gradient Vector01:27

Significance of the Gradient Vector

A surface defined by a function of two variables can be understood by examining how it changes along specific directions. When one variable is held constant, the surface reduces to a curve that reflects variation in the other variable. For example, fixing one variable and moving parallel to a coordinate axis produces a cross-sectional curve. The slope of this curve at a given point represents how the function changes in that particular direction, providing a measure of local steepness.By...
Calibration Curves: Linear Least Squares01:20

Calibration Curves: Linear Least Squares

A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...

You might also read

Related Articles

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

Sort by
Same author

HAD: Hierarchical Asymmetric Distillation to Bridge Spatio-Temporal Gaps in Event-Based Object Tracking.

IEEE transactions on neural networks and learning systems·2026
Same author

Continuous solar-driven recycling of lithium-ion battery cathode materials enabled by a stable benzobisthiazole-linked polymeric photocatalyst.

Nature communications·2026
Same author

Development of a scientific version TPS workflow for BNCT dosimetry based on DICOM and Monte Carlo engine.

Physical and engineering sciences in medicine·2026
Same author

Curcumin-Embedded Magnesium-Polyphenol Network Hydrogel for Dual Delivery of aPD1 and Promotion of Pleural Sealing in Lung Cancer Immunotherapy.

Advanced healthcare materials·2026
Same author

Metformin attenuates lens epithelial cell senescence by suppressing cGAS-STING via SIRT1-PGC-1α-mediated mitochondrial fission.

Experimental gerontology·2026
Same author

Giant nonreciprocal chirality in photonic quasi-BIC systems.

Optics letters·2026
Same journal

Observer-based ADP for secure resource allocation in high-order nonlinear multi-agent systems under FDI attacks.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Concept mask-aware pruning and augmentation for few sample model compression.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Hindsight-based state space exploration via counterfactual intrinsic reward assignment.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

Integrating visual and language cues via state space models for medical image segmentation.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

DNA: Improving text-based person search through distillation learning, negated relation-aware learning, and augmented representation learning.

Neural networks : the official journal of the International Neural Network Society·2026
Same journal

MCFusion-DDI: Multimodal cross-attention fusion of local-global features and latent drug associations for explainable DDI prediction.

Neural networks : the official journal of the International Neural Network Society·2026
See all related articles

Related Experiment Videos

Directly training on quantized model via gradient scale correction for edge device.

Dewang Zhang1, Jingling Yuan2, Yu Zhou3

  • 1Sanya Science and Education Innovation Park of Wuhan University of Technology, Sanya, 572025, China; School of Artificial Intelligence, Hainan Normal University, Haikou, 571158, China; Hubei Key Laboratory of Transportation Internet of Things, School of Computer Science and Artificial Intelligence, Wuhan University of Technology, Wuhan, 430070, China.

Neural Networks : the Official Journal of the International Neural Network Society
|June 22, 2026
PubMed
Summary
This summary is machine-generated.

This study introduces Gradient Scale Correction and Activation Loss (GSC-AL), a new method for training quantized models on edge devices. GSC-AL improves model accuracy by addressing quantization challenges during training, enhancing performance significantly.

Keywords:
Edge deviceEfficient trainingNeural networkParameters updateQuantization

Related Experiment Videos

Area of Science:

  • Artificial Intelligence
  • Machine Learning
  • Computer Vision

Background:

  • Quantization is crucial for deploying deep learning models on resource-constrained edge devices.
  • Training quantized models directly on edge devices is challenging due to computational limitations and security concerns with data transfer.
  • Existing methods fail to effectively train quantized neural networks on edge devices.

Purpose of the Study:

  • To develop a novel training method for quantized models on edge devices that overcomes current limitations.
  • To enhance the security and efficiency of adapting pre-trained models to private data on edge devices.
  • To improve the predictive performance of quantized models trained directly on edge hardware.

Main Methods:

  • Proposed a novel training method named Gradient Scale Correction and Activation Loss (GSC-AL).
  • Introduced Gradient Scale Correction (GSC) to manage gradient and weight mismatches during quantized model training.
  • Incorporated Activation Loss (AL) to mitigate quantization errors and activation truncation issues.

Main Results:

  • The GSC-AL method was validated on seven datasets using ResNet18 and MobileNetV2.
  • Significant improvements in model predictive performance were observed.
  • Achieved a 41% increase in training accuracy compared to existing methods.

Conclusions:

  • The GSC-AL method effectively enables direct training of quantized models on edge devices.
  • This approach enhances model accuracy and addresses security concerns associated with data handling.
  • The proposed method offers a promising solution for efficient and secure edge AI deployment.