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

PD Controller: Design01:26

PD Controller: Design

553
In automotive engineering, car suspension systems often employ Proportional Derivative (PD) controllers to enhance performance. PD controllers are utilized to adjust the damping force in response to road conditions. A controller, acting as an amplifier with a constant gain, demonstrates proportional control, with output directly mirroring input.
Designing a continuous-data controller requires selecting and linking components like adders and integrators, which are fundamental in Proportional,...
553
PI Controller: Design01:24

PI Controller: Design

1.1K
Proportional Integral (PI) controllers are a fundamental component in modern control systems, widely used to enhance performance and mitigate steady-state errors. They are particularly effective in applications such as automatic brightness adjustment on smartphones, where they excel at mitigating steady-state errors for step-function inputs. Unlike PD controllers, which require time-varying errors to function optimally, PI controllers leverage their integral component to address residual...
1.1K
Neural Regulation01:37

Neural Regulation

43.0K
Digestion begins with a cephalic phase that prepares the digestive system to receive food. When our brain processes visual or olfactory information about food, it triggers impulses in the cranial nerves innervating the salivary glands and stomach to prepare for food.
43.0K
PID Controller01:19

PID Controller

583
Proportional-Integral-Derivative (PID) controllers are widely used in various control systems to enhance stability and performance. In a thermostat, it adjusts heating or cooling based on the temperature difference between the actual and desired levels. They are often used in automotive speed systems, effectively managing sudden speed changes while maintaining a constant speed under varying conditions. On the other hand, PI controllers, commonly employed in voltage regulation, enhance stability...
583
Neural Circuits01:25

Neural Circuits

2.5K
Neural circuits and neuronal pools are two of the main structures found in the nervous system. Neural circuits are networks of neurons that work together to carry out a specific task or process. They consist of interconnected neurons and glial cells, which provide structural and metabolic support.
Neuronal pools are collections of nerve cells with similar functions and interact through chemical and electrical signals. These pools include both interneurons (the central neural circuit nodes that...
2.5K
Time-Domain Interpretation of PD Control01:07

Time-Domain Interpretation of PD Control

326
Proportional-Derivative (PD) control is a widely used control method in various engineering systems to enhance stability and performance. In a system with only proportional control, common issues include high maximum overshoot and oscillation, observed in both the error signal and its rate of change. This behavior can be divided into three distinct phases: initial overshoot, subsequent undershoot, and gradual stabilization.
Consider the example of control of motor torque. Initially, a positive...
326

You might also read

Related Articles

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

Sort by
Same author

Development and validation of an event-specific detection method for WYN029GmA soybean based on TaqMan qPCR.

Frontiers in plant science·2026
Same author

Isolation, identification and pathogenicity analysis of a virulent duck enteritis virus strain causing outbreak in vaccinated duck flocks.

Poultry science·2026
Same author

DiRIC: Diffusion Prior Refinement for Efficient Low-rate Image Compression.

IEEE transactions on pattern analysis and machine intelligence·2026
Same author

Corrigendum to "RESEARCH NOTE: First Report of Very Virulent Infectious Bursal Disease Virus in Benin: Molecular Characterization and Implications for Transboundary Spread" [Poultry Science, Volume 104, 2025, 105966].

Poultry science·2026
Same author

Photorealistic 3D Holographic Display with Natural Defocus Effect.

Nature communications·2026
Same author

Isolation, characterization and whole-genome analysis of a potentially novel strain of duck hepatitis A virus type 3 from a vaccinated duck flock in China.

Frontiers in microbiology·2026
Same journal

Granular Ball-Based Noise-Resistant Fuzzy Multineighborhood Feature Selection via Label Enhancement and Feature Graph.

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

Fighting Evolving Spam With ARTMAP Models: A Noise-Resilient Online Detection Framework.

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

HyperSAT: Unsupervised Hypergraph Neural Networks for Weighted MaxSAT Problems.

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

Negation of Basic Belief Assignment in Multisource Information Fusion on Dempster-Shafer Theory With Applications in Pattern Classification.

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

Intervention Feasible Region and Driver Risk Capacity Aware Human-Machine Collaborative Safe Trajectory Planning.

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

A Unified Differential Denoising Learning Framework With a Pre-Trained Model and Fuzzy Graph Networks for Drug-Drug Interaction Prediction.

IEEE transactions on neural networks and learning systems·2026
See all related articles

Related Experiment Video

Updated: Dec 29, 2025

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

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.9K

PID Controller-Based Stochastic Optimization Acceleration for Deep Neural Networks.

Haoqian Wang, Yi Luo, Wangpeng An

    IEEE Transactions on Neural Networks and Learning Systems
    |February 4, 2020
    PubMed
    Summary
    This summary is machine-generated.

    We introduce a novel proportional-integral-derivative (PID) optimizer to accelerate deep neural network (DNN) training. This new method overcomes the overshoot issue common in stochastic gradient descent-momentum (SGD-M), achieving faster convergence and competitive accuracy.

    Related Experiment Videos

    Last Updated: Dec 29, 2025

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

    Deep Neural Networks for Image-Based Dietary Assessment

    Published on: March 13, 2021

    9.9K

    Area of Science:

    • Artificial Intelligence
    • Machine Learning
    • Optimization Algorithms

    Background:

    • Deep neural networks (DNNs) are powerful tools in computer vision and pattern recognition.
    • Training DNNs can be computationally intensive and time-consuming.
    • Stochastic Gradient Descent with Momentum (SGD-M) is a common optimizer but suffers from issues like overshoot, slowing convergence.

    Purpose of the Study:

    • To develop a more efficient optimizer for deep neural networks.
    • To address the convergence speed limitations of existing optimizers like SGD-M.
    • To improve the training process of DNNs by mitigating the overshoot phenomenon.

    Main Methods:

    • Investigated the relationship between Proportional-Integral-Derivative (PID) control and SGD-M.
    • Proposed a novel PID-based optimization algorithm for DNN parameter updates.
    • Exploited past, current, and changes in gradients for parameter updates.

    Main Results:

    • The proposed PID optimizer effectively alleviates the overshoot problem inherent in SGD-M.
    • Achieved up to 50% acceleration in training time for popular DNN architectures.
    • Maintained competitive accuracy compared to existing methods.
    • Demonstrated effectiveness on benchmark datasets like CIFAR10, CIFAR100, Tiny-ImageNet, and PTB for computer vision and natural language processing tasks.

    Conclusions:

    • The PID-based optimization algorithm offers a significant improvement in DNN training efficiency.
    • This method accelerates convergence while preserving model accuracy.
    • The approach is validated across diverse computer vision and NLP tasks and datasets.