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

Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

7.5K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.5K
Compensation Mechanisms01:28

Compensation Mechanisms

449
The human body employs intricate mechanisms to counteract changes in blood pH, preventing conditions like acidosis (pH < 7.35) and alkalosis (pH > 7.45). These compensatory responses aim to restore normal arterial blood pH by engaging respiratory or renal systems, depending on the source of the imbalance.
Respiratory Compensation
This mechanism addresses metabolic-induced pH imbalances by adjusting breathing rates. Respiratory compensation begins within minutes of detecting a pH...
449
Residual Plots01:07

Residual Plots

4.7K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
4.7K
Multi-input and Multi-variable systems01:22

Multi-input and Multi-variable systems

134
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
134
Survival Tree01:19

Survival Tree

125
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...
125
Multiple Regression01:25

Multiple Regression

3.1K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.1K

You might also read

Related Articles

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

Sort by
Same author

Triplet Adaptation Framework for Robust Semi-Supervised Learning.

IEEE transactions on pattern analysis and machine intelligenceยท2024
Same author

A Comprehensive Framework for Long-Tailed Learning via Pretraining and Normalization.

IEEE transactions on neural networks and learning systemsยท2022
Same author

Motion Feature Aggregation for Video-Based Person Re-Identification.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Societyยท2022
Same author

Interactive Regression and Classification for Dense Object Detector.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Societyยท2022
Same author

PRDP: Person Reidentification With Dirty and Poor Data.

IEEE transactions on cyberneticsยท2021
Same author

Location Sensitive Network for Human Instance Segmentation.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Societyยท2021
Same journal

HardFlow: Hard-Constrained Sampling for Flow-Matching Models Via Trajectory Optimization.

IEEE transactions on pattern analysis and machine intelligenceยท2026
Same journal

Industrial Brain: Self-Evolving Neuro-Symbolic Autonomy with Causal Resilience for Cyber-Physical Systems.

IEEE transactions on pattern analysis and machine intelligenceยท2026
Same journal

Adaptive Hardness-Driven Dictionary Distillation for Incomplete Streaming View Clustering.

IEEE transactions on pattern analysis and machine intelligenceยท2026
Same journal

Mixture of Global and Local Experts with Diffusion Transformer for Controllable Face Generation.

IEEE transactions on pattern analysis and machine intelligenceยท2026
Same journal

Task-KV: Task-aware KV Cache Optimization via Semantic Differentiation of Attention Heads.

IEEE transactions on pattern analysis and machine intelligenceยท2026
Same journal

Achieving Text-based Person Retrieval with Any Granularity.

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

Related Experiment Video

Updated: Jul 30, 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

591

Dual Compensation Residual Networks for Class Imbalanced Learning.

Ruibing Hou, Hong Chang, Bingpeng Ma

    IEEE Transactions on Pattern Analysis and Machine Intelligence
    |May 12, 2023
    PubMed
    Summary
    This summary is machine-generated.

    Dual Compensation Residual Networks address class-imbalanced data by mitigating overfitting on tail classes and underfitting on head classes. This novel approach improves deep learning model performance on imbalanced datasets.

    More Related Videos

    Integrated Compensatory Responses in a Human Model of Hemorrhage
    07:57

    Integrated Compensatory Responses in a Human Model of Hemorrhage

    Published on: November 20, 2016

    12.6K

    Related Experiment Videos

    Last Updated: Jul 30, 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

    591
    Integrated Compensatory Responses in a Human Model of Hemorrhage
    07:57

    Integrated Compensatory Responses in a Human Model of Hemorrhage

    Published on: November 20, 2016

    12.6K

    Area of Science:

    • Computer Science
    • Artificial Intelligence
    • Machine Learning

    Background:

    • Deep learning models struggle with class-imbalanced datasets, leading to poor generalization.
    • Existing re-balancing methods often cause overfitting on minority (tail) classes and underfitting on majority (head) classes.

    Purpose of the Study:

    • To propose Dual Compensation Residual Networks (DCRN) for improved performance on class-imbalanced data.
    • To address the challenges of fitting both tail and head classes effectively.

    Main Methods:

    • Introduced dual Feature Compensation Module (FCM) and Logit Compensation Module (LCM) to combat overfitting by correcting feature drift in tail classes.
    • Developed a Residual Balanced Multi-Proxies Classifier (RBMC) to alleviate underfitting by enhancing head class learning through uniform learning with a residual path.

    Main Results:

    • The proposed FCM and LCM modules effectively estimate and compensate for feature drift in tail classes.
    • The RBMC classifier improves learning of head classes by utilizing a residual learning path.
    • Experiments on Long-tailed and Class-Incremental benchmarks demonstrate the method's efficacy.

    Conclusions:

    • Dual Compensation Residual Networks offer a robust solution for learning generalizable representations and classifiers on imbalanced datasets.
    • The DCRN approach successfully balances performance across both head and tail classes, outperforming existing methods.