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

Aggregates Classification01:29

Aggregates Classification

730
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...
730
Survival Tree01:19

Survival Tree

311
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...
311
Mean Absolute Deviation01:13

Mean Absolute Deviation

3.2K
The mean absolute deviation is also a measure of the variability of data in a sample. It is the absolute value of the average difference between the data values and the mean.
Let us consider a dataset containing the number of unsold cupcakes in five shops: 10, 15, 8, 7, and 10. Initially, calculate the sample mean. Then calculate the deviation, or the difference, between each data value and the mean. Next, the absolute values of these deviations are added and divided by the sample size to...
3.2K
Weighted Mean00:57

Weighted Mean

6.1K
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
6.1K
Types of Aggregate Grading01:15

Types of Aggregate Grading

1.2K
Aggregate grading is crucial in economically obtaining a concrete mix with adequate strength, reasonable workability, and minimal segregation. There are four types of aggregate gradation: well-graded, uniformly (or one-sized) graded, gap-graded, and open-graded.
Well-graded aggregates include a complete range of necessary size fractions that fit together to create a dense matrix with minimal voids, represented by a smooth, continuous gradation curve. This type of grading ensures good...
1.2K
Quantifying and Rejecting Outliers: The Grubbs Test01:02

Quantifying and Rejecting Outliers: The Grubbs Test

3.4K
Sometimes, a data set can have a recorded numerical observation that greatly  deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier.  To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
3.4K

You might also read

Related Articles

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

Sort by
Same author

Forensics Adapter: Unleashing CLIP for Generalizable Face Forgery Detection.

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

Modified Huanglian Wendan Decoction improves prediabetic renal injury by activating the AMPK/ULK1 pathway to restore autophagy and suppress inflammation.

International immunopharmacology·2026
Same author

A case of <i>Nocardia asiatica</i> pneumonia: Relapse caused by trimethoprim-sulfamethoxazole treatment nonadherence.

IDCases·2026
Same author

Iron Dysregulation and Vascular Diseases: A Contemporary Review.

Journal of the American Heart Association·2026
Same author

Seeking Flat Minima Over Diverse Surrogates for Improved Adversarial Transferability: A Theoretical Framework and Algorithmic Instantiation.

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

Endothelial Transcription Factor EB Protects Against Doxorubicin-Induced Endothelial Toxicity and Cardiac Dysfunction.

Circulation·2025
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

Related Experiment Videos

Average Top-k Aggregate Loss for Supervised Learning.

Siwei Lyu, Yanbo Fan, Yiming Ying

    IEEE Transactions on Pattern Analysis and Machine Intelligence
    |August 6, 2020
    PubMed
    Summary
    This summary is machine-generated.

    We introduce the average top-k (ATk) loss, a flexible new aggregate loss for supervised learning. ATk loss generalizes existing methods and adapts to diverse data distributions, enhancing model performance across various tasks.

    Related Experiment Videos

    Area of Science:

    • Machine Learning
    • Supervised Learning
    • Optimization

    Background:

    • Standard aggregate losses like average loss and maximum loss have limitations in adapting to varied data distributions.
    • Existing methods may not offer sufficient flexibility for optimizing supervised learning models across diverse datasets.

    Purpose of the Study:

    • Introduce the average top-k (ATk) loss as a novel aggregate loss function for supervised learning.
    • Demonstrate the ATk loss's ability to generalize existing aggregate losses and adapt to different data distributions.
    • Investigate the theoretical properties and practical applicability of the ATk loss in classification and regression tasks.

    Main Methods:

    • Defined the ATk loss as the average of the k largest individual losses in a training set.
    • Analyzed the ATk loss's convexity and its compatibility with various individual loss functions.
    • Studied classification calibration and derived error bounds for ATk-SVM models.
    • Conducted experiments on synthetic and real-world datasets for binary/multi-class classification and regression.

    Main Results:

    • The ATk loss serves as a natural generalization of average and maximum losses.
    • ATk loss offers enhanced adaptability to different data distributions through the parameter k.
    • The ATk loss maintains convexity and computational efficiency.
    • Empirical results validate the effectiveness of ATk loss in diverse supervised learning scenarios.

    Conclusions:

    • The ATk loss provides a flexible and robust alternative to existing aggregate loss functions.
    • Minimum average top-k learning is applicable to a wide range of supervised learning problems.
    • The ATk loss framework offers improved performance and adaptability in machine learning models.