Related Experiment Video
Updated: Jul 24, 2025

16:14
Trajectory Data Analyses for Pedestrian Space-time Activity Study
Published on: February 25, 2013
13.6K
Leveraging History to Predict Infrequent Abnormal Transfers in Distributed Workflows.
Robin Shao1, Alex Sim2, Kesheng Wu2
1EECS, University of California at Berkeley, Berkeley, CA 94720, USA.
Sensors (Basel, Switzerland)
|July 8, 2023
Summary
This study predicts slow network connections in scientific computing by analyzing traffic logs. Undersampling normal data significantly improves machine learning model accuracy for identifying performance bottlenecks.
Area of Science:
- Scientific computing
- Network performance analysis
- Machine learning applications
Background:
- Distributed data-intensive applications in scientific computing depend on efficient data sharing.
- Slow network connections create significant bottlenecks in distributed workflows, impacting research progress.
- Identifying these slow connections is challenging due to their low frequency in well-maintained networks.
Purpose of the Study:
- To develop a predictive model for identifying slow network connections in scientific computing environments.
- To address the class-imbalance problem inherent in detecting rare events like slow data transfers.
- To evaluate the effectiveness of stratified sampling techniques in improving machine learning model performance.
Main Methods:
- Analysis of network traffic logs from January 2021 to August 2022 at the National Energy Research Scientific Computing Center (NERSC).
- Feature engineering based on historical network traffic patterns to identify low-performing data transfers.
- Application and comparison of various stratified sampling techniques to mitigate class imbalance.
- Training and evaluation of machine learning models using balanced datasets.
Main Results:
- A set of history-based features was defined for detecting slow data transfers.
- Stratified sampling, specifically undersampling normal connections, proved highly effective for model training.
- The developed model achieved a high F1 score of 0.926 in predicting slow connections.
Conclusions:
- Predicting slow network connections in scientific computing is feasible and crucial for workflow optimization.
- Undersampling normal data is a simple yet powerful technique to overcome class imbalance in this domain.
- The findings offer a practical approach to enhance the reliability and efficiency of distributed scientific computing.
Related Concept Videos
Steps in Outbreak Investigation
154
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
154
Distribution Reliability and Automation
134
Distribution reliability in electrical power systems is critical for ensuring an uninterrupted power supply to consumers at minimal cost. According to IEEE Standard Terms, reliability is the probability that a device will function without failure over a specified time period or amount of usage. For electric power distribution, this translates to maintaining continuous power supply and addressing customer concerns over power outages. Several indices, as defined by IEEE Standard 1366-2012, are...
134
Distributed Loads: Problem Solving
678
Beams are structural elements commonly employed in engineering applications requiring different load-carrying capacities. The first step in analyzing a beam under a distributed load is to simplify the problem by dividing the load into smaller regions, which allows one to consider each region separately and calculate the magnitude of the equivalent resultant load acting on each portion of the beam. The magnitude of the equivalent resultant load for each region can be determined by calculating...
678
Regression Toward the Mean
6.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.3K
Unusual Results
3.2K
Unusual results are those that have a very low chance of occurring. Unusual results can be identified using probabilities and the range rule of thumb. In problems involving probability, unusual results can be observed in 2 instances – an unusually high number of successes or an unusually low number of successes.
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value =...
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value =...
3.2K
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K

