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

Reducing Line Loss01:18

Reducing Line Loss

223
In a three-phase circuit, line loss is an indicator of energy dissipated as heat due to the resistance of transmission lines. To address this, incorporating transformers into the system—a step-up transformer at the source and a step-down transformer at the load—is a strategic solution. Two three-phase transformers are introduced to improve this.
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss...
223
Convolution Properties I01:20

Convolution Properties I

296
Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
296
Convolution Properties II01:17

Convolution Properties II

335
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
335
Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

504
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
504
Line Loss01:10

Line Loss

346
The different configurations of source-load connections include wye (star) and delta connections. The relationship between line and phase voltages and currents varies depending on the configuration. When the source is supplying power, it is transmitted through the wires to the load, and during this transmission, some power is absorbed by the wires, leading to line loss.
Line loss impacts power delivery efficiency in a balanced three-phase circuit. The symmetry in such a circuit simplifies the...
346
Neural Circuits01:25

Neural Circuits

1.9K
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...
1.9K

You might also read

Related Articles

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

Sort by
Same author

Machine Learning-Driven Prediction of Intensive Care Units Mortality and Length of Stay: A 11-Year Retrospective Study in Hong Kong Public Hospitals.

Journal of medical systems·2026
Same author

A High-Accuracy Probabilistic-Based Sigmoid Approximator Incorporating Memory-Saving and Time-Efficient Strategies.

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

D2Vformer: A Flexible Time-Series Prediction Model Based on Time-Position Embedding.

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

A Fast Wang kWTA With Application in Sealed-Bid Uniform Price Auction.

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

Robust Fault-Aware Extreme Learning Machine Based on Maximum Correntropy.

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

Analysis and Design of a Distributed kWTA With Application in Sealed-Bid Auctions With Bidding Price Privacy Protection.

IEEE transactions on neural networks and learning systems·2025
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: Oct 23, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

708

Constrained Center Loss for Convolutional Neural Networks.

Zhanglei Shi, Hao Wang, Chi-Sing Leung

    IEEE Transactions on Neural Networks and Learning Systems
    |August 24, 2021
    PubMed
    Summary
    This summary is machine-generated.

    This study introduces a constrained center loss (CCL) algorithm to improve feature learning in convolutional neural networks (CNNs). By enhancing intra-class compactness, the new method achieves superior performance on benchmark datasets.

    More Related Videos

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

    Deep Neural Networks for Image-Based Dietary Assessment

    Published on: March 13, 2021

    9.5K

    Related Experiment Videos

    Last Updated: Oct 23, 2025

    Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
    03:31

    Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

    Published on: December 15, 2023

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

    Deep Neural Networks for Image-Based Dietary Assessment

    Published on: March 13, 2021

    9.5K

    Area of Science:

    • Computer Science
    • Machine Learning
    • Deep Learning

    Background:

    • Convolutional Neural Networks (CNNs) transform input data into feature vectors for classification.
    • Standard softmax loss in CNNs often neglects the compactness of features within the same class.
    • This limitation can hinder the robustness and discriminative power of learned features.

    Purpose of the Study:

    • To propose a constrained center loss (CCL) algorithm for more robust feature extraction in CNNs.
    • To enhance the intra-class compactness of feature representations.
    • To improve the overall performance of CNNs in classification tasks.

    Main Methods:

    • A novel training objective combining softmax loss and CCL is introduced.
    • CCL aims to cluster feature vectors from the same class together.
    • An alternative learning strategy updates CNN weights and cluster centers iteratively, distinct from standard stochastic gradient descent (SGD).
    • A simplified CCL (SCCL) algorithm is also proposed.

    Main Results:

    • Experiments on six benchmark datasets demonstrate the effectiveness of the proposed methods.
    • The CCL-based algorithm significantly improves feature representation by enforcing intra-class compactness.
    • Both CCL and SCCL algorithms outperform several existing state-of-the-art approaches.

    Conclusions:

    • The proposed CCL and SCCL algorithms offer a more effective approach to feature learning in CNNs.
    • Enforcing intra-class compactness alongside class separation leads to more robust feature extraction.
    • The alternative learning strategy provides an efficient way to train CNNs with CCL.