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

Difference from Background: Limit of Detection01:05

Difference from Background: Limit of Detection

7.1K
The limit of detection (LOD) is the smallest amount of analyte that can be distinguished from the background noise. The LOD value corresponds to the concentration at which the analyte signal is three times larger than the standard deviation of the blank signal. Below this value, the analyte signal cannot be differentiated from the background noise. It is calculated by dividing the calibration slope by 3 times the standard deviation of the blank signals.
The LOD indicates the presence or absence...
7.1K
Survival Tree01:19

Survival Tree

159
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...
159

You might also read

Related Articles

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

Sort by
Same author

Early antifungal prophylaxis fails to prevent influenza-associated pulmonary aspergillosis in the intensive care unit: author's reponse.

Clinical microbiology and infection : the official publication of the European Society of Clinical Microbiology and Infectious Diseases·2026
Same author

Targeting the glial-fibrotic scar microenvironment after spinal cord injury: From integrated protection to systematic regulation of regenerative balance.

Journal of orthopaedic translation·2026
Same author

Calcium influx drives m6A-dependent RUNX1T1 splicing to promote adipogenic commitment.

Cell reports·2026
Same author

Early antifungal prophylaxis fails to prevent influenza-associated pulmonary aspergillosis in the ICU: a target trial emulation.

Clinical microbiology and infection : the official publication of the European Society of Clinical Microbiology and Infectious Diseases·2026
Same author

Interactive Effects of Temperature and Grain Moisture Content on Quality Deterioration and Volatile Flavour Evolution in Foxtail Millet During Storage.

Foods (Basel, Switzerland)·2026
Same author

Optimized stress transfer interfaces enabled wearable nano-electronics for fatigue driving monitoring.

Microsystems & nanoengineering·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: Sep 12, 2025

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
08:27

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines

Published on: January 5, 2024

1.2K

SFBM: Shared Feature Bias Mitigating for Long-Tailed Image Recognition.

Xinqiao Zhao, Mingjie Sun, Eng Gee Lim

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

    This study introduces a Shared Feature Bias Mitigating (SFBM) framework to improve recognition models dealing with imbalanced datasets. SFBM effectively reduces bias in neural networks, enhancing performance on underrepresented classes.

    More Related Videos

    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

    635
    A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
    08:12

    A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments

    Published on: March 1, 2022

    2.6K

    Related Experiment Videos

    Last Updated: Sep 12, 2025

    Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
    08:27

    Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines

    Published on: January 5, 2024

    1.2K
    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

    635
    A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
    08:12

    A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments

    Published on: March 1, 2022

    2.6K

    Area of Science:

    • Computer Science
    • Artificial Intelligence
    • Machine Learning

    Background:

    • Real-world data often exhibits long-tailed distributions, where a few classes dominate while most have few samples.
    • This imbalance compromises the performance of standard recognition models, leading to misclassifications, especially for tail-class samples.
    • A key issue is shared feature bias in neural networks, where features common to multiple classes are incorrectly prioritized for head classes.

    Purpose of the Study:

    • To address the performance degradation of recognition models caused by long-tailed distributions.
    • To propose a novel framework, Shared Feature Bias Mitigating (SFBM), to correct shared feature bias in neural network classifiers.
    • To enhance the accuracy of recognition models on tail-class data without increasing inference complexity.

    Main Methods:

    • Developed the Shared Feature Bias Mitigating (SFBM) framework.
    • Introduced two parallel classifiers trained concurrently with a baseline classifier using a specialized training loss.
    • Estimated shared feature components in baseline classifier weights using parallel classifier weights.
    • Rectified the baseline classifier by removing estimated shared features and adding class-specific parallel classifier weights.

    Main Results:

    • The SFBM framework demonstrated broad compatibility with various recognition methods.
    • SFBM maintained high computational efficiency, introducing no additional computation during inference.
    • Experiments on CIFAR10/100-LT, ImageNet-LT, and iNaturalist 2018 showed consistent performance boosts across state-of-the-art methods when SFBM was incorporated during training.

    Conclusions:

    • The proposed SFBM framework effectively mitigates shared feature bias in neural network classifiers.
    • SFBM significantly improves the performance of recognition models on long-tailed datasets.
    • The framework offers a computationally efficient and broadly applicable solution for imbalanced learning scenarios.