2019 International Conference on Smart Systems and Inventive Technology (ICSSIT) 2019
DOI: 10.1109/icssit46314.2019.8987954
|View full text |Cite
|
Sign up to set email alerts
|

Prediction based Dynamic Load Balancing System for Text to Speech Conversion

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
5
0

Year Published

2020
2020
2021
2021

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(5 citation statements)
references
References 13 publications
0
5
0
Order By: Relevance
“…Most of our work in this paper builds on top the work done by Patil et al [1]. However, there is immense research related to the area of Predictive load balancing and some of the related papers are highlighted in this section.…”
Section: Related Workmentioning
confidence: 99%
See 2 more Smart Citations
“…Most of our work in this paper builds on top the work done by Patil et al [1]. However, there is immense research related to the area of Predictive load balancing and some of the related papers are highlighted in this section.…”
Section: Related Workmentioning
confidence: 99%
“…Patil et al [1] designed a predictive load balancing algorithm for the use case of a Text-to-Speech synthesis application. Their system follows a Master-Slave architecture where the load balancer breaks text input from each request into individual lines and each line is sent to the worker node with minimum current load.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Our proposed system follows the same Master-Slave design as described by Patil et al [1]. However, we have developed a general equation for predicting synthesis time for each server by taking into account information like number of CPU cores, RAM and GPU availability of each server rather than specific linear regression models trained for each server to the pool as described in [1]. We have also compared performance of various predictive models for predicting synthesis time.…”
Section: Proposed Systemmentioning
confidence: 99%
“…The actual request distribution process is described by Algorithm 1. We chose the Lasso Regression model for predicting synthesis time as it provided a lower error rate on our dataset than LinearRegression(chosen by the authors of [1]). The dataset was generated manually using the PredictionLogs table described earlier.…”
Section: A System Designmentioning
confidence: 99%