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

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...
Generalization, Discrimination, and Extinction01:24

Generalization, Discrimination, and Extinction

Generalization, discrimination, and extinction are key concepts in operant conditioning that influence how behaviors are learned and maintained.
Generalization occurs when a behavior reinforced in one context is performed in similar situations. For instance, a student who studies diligently for calculus and receives excellent grades might apply the same study habits to psychology and history, expecting similar results. Generalization shows how learning in one setting can influence behavior in...
Cascaded Op Amps01:16

Cascaded Op Amps

Operational amplifiers (op-amps) are versatile electronic components that can be interconnected in a cascade - one after another in a linear sequence. This cascading is possible due to their infinite input resistance and zero output resistance, allowing them to maintain their input-output relationships even when connected in series.
In a cascaded system, each op-amp is referred to as a stage. The output of one stage drives the input of the subsequent stage. As the input signal passes through...
Aggregates Classification01:29

Aggregates Classification

Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...

You might also read

Related Articles

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

Sort by
Same author

Combining graph neural networks and transformers for few-shot nuclear receptor binding activity prediction.

Journal of cheminformatics·2024
Same author

A Hybrid GNN Approach for Improved Molecular Property Prediction.

Journal of computational biology : a journal of computational molecular cell biology·2024
Same author

Predicting drug activity against cancer through genomic profiles and SMILES.

Artificial intelligence in medicine·2024
Same author

Adaptive reinforcement learning for task scheduling in aircraft maintenance.

Scientific reports·2023
Same author

Video action recognition collaborative learning with dynamics via PSO-ConvNet Transformer.

Scientific reports·2023
Same author

Correction to: Designing optimized drug candidates with Generative Adversarial Network.

Journal of cheminformatics·2022
Same journal

An Evolutionary Algorithm Assisted by an Ensemble of Pareto-Optimal Surrogate Models.

IEEE transactions on cybernetics·2026
Same journal

A Quantum Self-Attention Neural Network Model on Quantum Circuits.

IEEE transactions on cybernetics·2026
Same journal

Semi-Explicit Solution of Some Discrete-Time Higher-Order-Cost Mean-Field-Type Control.

IEEE transactions on cybernetics·2026
Same journal

A Novel One-Step Small Object Detector for Autonomous Aerial Vehicles.

IEEE transactions on cybernetics·2026
Same journal

Online Data-Driven-Based Optimal Output Tracking Control Without Initial Stabilizing Policy.

IEEE transactions on cybernetics·2026
Same journal

Digital Redesign-Based Interval State Estimation for Continuous Systems With Aperiodic Discrete Measurements.

IEEE transactions on cybernetics·2026
See all related articles

Related Experiment Video

Updated: May 10, 2026

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
12:18

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment

Published on: January 11, 2020

Improving the generalization capacity of cascade classifiers.

Oswaldo Ludwig, Urbano Nunes, Bernardete Ribeiro

    IEEE Transactions on Cybernetics
    |June 13, 2013
    PubMed
    Summary
    This summary is machine-generated.

    This study enhances cascade classifiers for object detection by controlling complexity to prevent overfitting. New methods improve generalization capacity and forecast optimal stage numbers using novel bounds.

    Related Experiment Videos

    Last Updated: May 10, 2026

    A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
    12:18

    A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment

    Published on: January 11, 2020

    Area of Science:

    • Computer Vision
    • Machine Learning
    • Pattern Recognition

    Background:

    • Cascade classifiers are widely used in object detection for efficiency in real-time applications.
    • However, cascade classifiers, like other ensemble methods, are prone to overfitting due to high Vapnik-Chervonenkis (VC) dimension.
    • Overfitting compromises the generalization capacity of the model, limiting its performance on unseen data.

    Purpose of the Study:

    • To improve the generalization capacity of cascade classifiers.
    • To control the complexity of cascade classifiers by integrating feature extractor parameters into Support Vector Machine (SVM) training.
    • To derive bounds on false positive (FP) and true positive (TP) rates for determining the optimal number of cascade stages.

    Main Methods:

    • Integrated the parameter setting of image descriptors (feature extractors) into the maximum-margin framework of SVM training.
    • Derived theoretical bounds on the false positive rate (FP) and true positive rate (TP) using Vapnik-Chervonenkis (VC)-style analysis.
    • Developed an enveloping receiver operating curve (EROC) by plotting the derived FP and TP bounds.
    • Forecasted the optimal number of cascade stages by comparing EROCs for cascades with varying numbers of stages.

    Main Results:

    • Demonstrated a method to control cascade classifier complexity by optimizing feature extractor parameters within the SVM framework.
    • Established theoretical bounds on FP and TP rates, providing a principled way to analyze cascade classifier performance.
    • Introduced the EROC as a novel tool for visualizing and comparing the performance bounds of different cascade configurations.
    • Successfully forecasted the optimal number of cascade stages by analyzing EROC curves.

    Conclusions:

    • The proposed approach effectively enhances the generalization capacity of cascade classifiers by controlling their complexity.
    • The VC-style analysis and derived bounds offer a robust theoretical foundation for designing and optimizing cascade classifiers.
    • The EROC provides a valuable tool for selecting the optimal number of stages, leading to improved object detection performance.