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 Experiment Videos

Exploring the Stochastic Regularisation in Normalisation Layers for Semi-Supervised Learning.

Changrui Chen, Jungong Han, Kurt Debattista

    IEEE Transactions on Pattern Analysis and Machine Intelligence
    |June 16, 2026
    PubMed
    Summary
    This summary is machine-generated.

    Related Concept Videos

    Survival Tree01:19

    Survival Tree

    Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
     Building a Survival Tree
    Constructing a survival tree begins...

    You might also read

    Related Articles

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

    Sort by
    Same author

    Embodied Spatial Affordance: Spatial-Aware Affordance Learning for Embodied Navigation and Manipulation.

    IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
    Same author

    Paving the Way for Point Cloud Video Representation Learning Using a PDE Model.

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

    ConsDreamer: Advancing Multi-View Consistency for Zero-Shot Text-to-3D Generation.

    IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
    Same author

    Improving anomaly detection with foundation-model synthesis and wavelet-domain attention.

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

    Semi-Negative Contrastive Subclass Discriminative Network for Compositional Zero-Shot Learning.

    IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
    Same author

    Parameter-Efficient Fine-Tuning for Continual Learning: A Neural Tangent Kernel Perspective.

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

    Relation DETR+: Exploring Explicit Position Relation Prior for Dense Prediction.

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

    RBF++: Quantifying and Optimizing Reasoning Boundaries across Measurable and Unmeasurable Capabilities for Chain-of-Thought Reasoning.

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

    CAFE: Cross-View Adaptive Fusion and Cluster Center Enhancement for Robust Multi-View Clustering.

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

    DIVER: Reinforced Diffusion Breaks Imitation Bottlenecks in End-to-End Autonomous Driving.

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

    Ethics-Aware Safe Reinforcement Learning for Rare-Event Risk Control in Interactive Urban Driving.

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

    Learning Shape Anchors for Holistic Indoor Scene Understanding.

    IEEE transactions on pattern analysis and machine intelligence·2026
    See all related articles

    Semi-supervised learning benefits from moderate stochastic regularization in normalization layers. Novel Shuffle Layer Normalisation (SLN) and Shuffle Group Normalisation (SGN) enhance model robustness and performance.

    Area of Science:

    • Deep Learning
    • Machine Learning
    • Computer Vision
    • Natural Language Processing
    • Audio Processing

    Background:

    • Semi-supervised learning (SSL) reduces reliance on labeled data but often overlooks architectural suitability.
    • Existing normalization layers like Batch Normalization (BN), Group Normalization (GN), and Layer Normalization (LN) have limitations in SSL.
    • Unrestricted stochastic regularization from BN can degrade performance with mismatched label distributions; deterministic methods like GN/LN can be suboptimal.

    Purpose of the Study:

    • To investigate the impact of normalization layer stochastic regularization on semi-supervised learning.
    • To propose novel normalization techniques that introduce controllable randomness for improved SSL performance.
    • To address confirmation bias and enhance the robustness and effectiveness of SSL models.

    Related Experiment Videos

    Main Methods:

    • Analysis of stochastic regularization's impact on optimization gradient stability in SSL.
    • Proposal of Shuffle Layer Normalisation (SLN) and Shuffle Group Normalisation (SGN) introducing controllable randomness.
    • Experimental validation across diverse datasets (image, text, audio) using state-of-the-art SSL algorithms.

    Main Results:

    • The degree of stochastic regularization critically affects optimization gradient stability and SSL performance.
    • SLN/SGN introduce controllable randomness into deterministic normalization layers without increasing parameters.
    • Experiments show significant performance enhancement of SSL algorithms using SLN/SGN across modalities.

    Conclusions:

    • A moderate level of stochastic regularization is crucial for robust convergence and generalization in SSL.
    • SLN/SGN offer a novel approach to enhance SSL by providing tunable regularization.
    • The proposed methods are compatible with pre-trained parameters and various backbone architectures (CNNs, Transformers).