paper-with-me

Papers

Fast-Fourier-Forecasting Resource Utilisation in Distributed Systems

2020-01-13 · Paul J. Pritz, Daniel Perez, Kin K. Leung

Distributed computing systems often consist of hundreds of nodes, executing tasks with different resource requirements. Efficient resource provisioning and task scheduling in such systems are non-trivial and require close monitoring and accurate forecasting of the state of the system, specifically resource utilisation at its constituent machines. Two challenges present themselves towards these objectives. First, collecting monitoring data entails substantial communication overhead. This overhead can be prohibitively high, especially in networks where bandwidth is limited. Second, forecasting models to predict resource utilisation should be accurate and need to exhibit high inference speed. Mission critical scheduling and resource allocation algorithms use these predictions and rely on their immediate availability. To address the first challenge, we present a communication-efficient data collection mechanism. Resource utilisation data is collected at the individual machines in the system and transmitted to a central controller in batches. Each batch is processed by an adaptive data-reduction algorithm based on Fourier transforms and truncation in the frequency domain. We show that the proposed mechanism leads to a significant reduction in communication overhead while incurring only minimal error and adhering to accuracy guarantees. To address the second challenge, we propose a deep learning architecture using complex Gated Recurrent Units to forecast resource utilisation. This architecture is directly integrated with the above data collection mechanism to improve inference speed of our forecasting model. Using two real-world datasets, we demonstrate the effectiveness of our approach, both in terms of forecasting accuracy and inference speed. Our approach resolves challenges encountered in resource provisioning frameworks and can be applied to other forecasting problems.

📄 PDF Abstract BibTeX arXiv:2001.04281

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed ComputingScheduling

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

FourCastNet: A Global Data-driven High-resolution Weather Model using Adaptive Fourier Neural Operators

2022-02-22 · Jaideep Pathak, Shashank Subramanian, Peter Harrington, Sanjeev Raja 외

FourCastNet, short for Fourier Forecasting Neural Network, is a global data-driven weather forecasting model that provides accurate short to medium-range global predictions at $0.25^{\circ}$ resolution. FourCastNet accur…

Weather Forecasting

Interlocking Backpropagation: Improving depthwise model-parallelism

2020-10-08 · Aidan N. Gomez, Oscar Key, Kuba Perlin, Stephen Gou 외

The number of parameters in state of the art neural networks has drastically increased in recent years. This surge of interest in large scale neural networks has motivated the development of new distributed training stra…

image-classificationImage Classificationmodel

Efficient Algorithms for t-distributed Stochastic Neighborhood Embedding

2017-12-25 · George C. Linderman, Manas Rachh, Jeremy G. Hoskins, Stefan Steinerberger 외

t-distributed Stochastic Neighborhood Embedding (t-SNE) is a method for dimensionality reduction and visualization that has become widely popular in recent years. Efficient implementations of t-SNE are available, but the…

Dimensionality Reduction

From Fourier to Koopman: Spectral Methods for Long-term Time Series Prediction

2020-04-01 · Henning Lange, Steven L. Brunton, Nathan Kutz

We propose spectral methods for long-term forecasting of temporal signals stemming from linear and nonlinear quasi-periodic dynamical systems. For linear signals, we introduce an algorithm with similarities to the Fourie…

Time SeriesTime Series AnalysisTime Series PredictionUncertainty Quantification

A Fast Power Spectrum Sensing Solution for Generalized Coprime Sampling

2023-11-23 · Kaili Jiang, Dechang Wang, Kailun Tian, HanCong Feng 외

The growing scarcity of spectrum resources, wideband spectrum sensing is required to process a prohibitive volume of data at a high sampling rate. For some applications, spectrum estimation only requires second-order sta…