{"id":{"repo_id":"regina","oai_identifier":"oai:uregina.scholaris.ca:10294/15033"},"canonical_url":"https://search.dev.ndltd.org/etd/regina/oai:uregina.scholaris.ca:10294/15033","repository":{"repo_id":"regina","name":"University of Regina","base_url":"https://uregina.scholaris.ca/server/oai/request"},"display":{"title":"Personalized and Communication Cost Reduction Models in Federated Learning","abstract":"Artificial Intelligence (AI) has widespread applications, including adding personalization to the customer experience, or lifestyle recommendations that sometimes raise concern regarding data privacy; especially in medical applications. Federated learning is used to solve this problem of user privacy. Most of the federated models are implemented by connecting billions of edge devices for privacy-preserved, on-device training. However, edge devices have limited network resources, which causes hindrance to effective communication of the machine learning models. Researchers have used several techniques like quantization and asynchronous updates to reduce the communication costs, but these techniques cause an improvement of just 10-15%. Furthermore, most of the current personalized machine learning models are trained by accessing the user information from a centralized machine learning server. This research proposes two models that provide solutions to the above communication cost and personalization problems in federated learning. The first proposed model is Federated Learning with Improved Communication Cost (FLICC), which effectively reduces the communication cost by around 40%. The model provides an efficient communication method by transmitting around 60% of the model parameters in each communication round. To prove that the model reduces the communication cost, we conducted experiments on convolutional neural networks, multi-layer perceptron, and long short-term memory networks using the MNIST, CIFAR-10 and NN5 datasets. These experiments successfully prove the efficacy of the FLICC model as we achieve competitive results compared to conventional federated learning models while reducing the communication cost. The second proposed model is the Personalized Federated Learning (PFL) Model, trained using privacy preserved machine learning techniques and abides by data privacy laws like GDPR (General Data Protection Regulation). In this model, the clients are clustered based on their similar metadata, and the PFL model is sent for on-device training on those clusters to provide personalized results to the users in the cluster. The proposed hypothesis has been proved using the LSTM model on the MIMIC III dataset with series of medical records of different patients. Experiments and results show that the PFL model provides better results in terms of MSE, MAPE, and SMAPE evaluation metrics compared to the conventional federated learning model. The results from both models posit they can solve the problem of communication overhead and personalization in a federated setting.","abstract_html":"Artificial Intelligence (AI) has widespread applications, including adding personalization to the customer experience, or lifestyle recommendations that sometimes raise concern regarding data privacy; especially in medical applications. Federated learning is used to solve this problem of user privacy. Most of the federated models are implemented by connecting billions of edge devices for privacy-preserved, on-device training. However, edge devices have limited network resources, which causes hindrance to effective communication of the machine learning models. Researchers have used several techniques like quantization and asynchronous updates to reduce the communication costs, but these techniques cause an improvement of just 10-15%. Furthermore, most of the current personalized machine learning models are trained by accessing the user information from a centralized machine learning server. This research proposes two models that provide solutions to the above communication cost and personalization problems in federated learning. The first proposed model is Federated Learning with Improved Communication Cost (FLICC), which effectively reduces the communication cost by around 40%. The model provides an efficient communication method by transmitting around 60% of the model parameters in each communication round. To prove that the model reduces the communication cost, we conducted experiments on convolutional neural networks, multi-layer perceptron, and long short-term memory networks using the MNIST, CIFAR-10 and NN5 datasets. These experiments successfully prove the efficacy of the FLICC model as we achieve competitive results compared to conventional federated learning models while reducing the communication cost. The second proposed model is the Personalized Federated Learning (PFL) Model, trained using privacy preserved machine learning techniques and abides by data privacy laws like GDPR (General Data Protection Regulation). In this model, the clients are clustered based on their similar metadata, and the PFL model is sent for on-device training on those clusters to provide personalized results to the users in the cluster. The proposed hypothesis has been proved using the LSTM model on the MIMIC III dataset with series of medical records of different patients. Experiments and results show that the PFL model provides better results in terms of MSE, MAPE, and SMAPE evaluation metrics compared to the conventional federated learning model. The results from both models posit they can solve the problem of communication overhead and personalization in a federated setting.","abstract_has_math":false,"creators":["Tandra, Sandeep Reddy"],"institution":"Faculty of Graduate Studies and Research, University of Regina","degree_name":"Master of Science (MSc)","degree_level":"Master&apos;s","degree_discipline":"Computer Science","degree_department":null,"school":null,"contributors":[],"advisors":["Manashty, Alireza"],"committee_chairs":[],"committee_members":["Yao, JingTao"],"year":2022,"date_issued":"2022-01","date_published":"2022-01","updated_at":"2026-07-24T04:03:41Z","subjects":[],"languages":["en"],"rights":[],"rights_urls":[],"identifier_entries":[{"key":"dc:identifier.doi","label":"DOI","values":["https://doi.org/10.82465/4661"],"render_values":[{"text":"https://doi.org/10.82465/4661","href":"https://doi.org/10.82465/4661","code":true}]}]},"links":{"outbound_url":"https://hdl.handle.net/10294/15033","outbound_label":"Handle","outbound_source":"dc:identifier.uri"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:contributor.advisor","label":"Advisor","values":["Manashty, Alireza"]},{"key":"dc:contributor.committeemember","label":"Committee Member","values":["Yao, JingTao"]},{"key":"dc:creator","label":"Author","values":["Tandra, Sandeep Reddy"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:date.accessioned","label":"Dc Date Accessioned","values":["2022-08-05T17:50:24Z"]},{"key":"dc:date.available","label":"Dc Date Available","values":["2022-08-05T17:50:24Z"]},{"key":"dc:date.issued","label":"Date","values":["2022-01"]},{"key":"dc:publisher","label":"Institution","values":["Faculty of Graduate Studies and Research, University of Regina"]},{"key":"dc:type","label":"Dc Type","values":["master thesis"]},{"key":"thesis:degree_discipline","label":"Discipline","values":["Computer Science"]},{"key":"thesis:degree_level","label":"Degree Level","values":["Master&apos;s"]},{"key":"thesis:degree_name","label":"Degree Name","values":["Master of Science (MSc)"]},{"key":"thesis:institution_name","label":"Thesis Institution Name","values":["Faculty of Graduate Studies and Research, University of Regina"]}]},{"id":"language_rights","label":"Language and Rights","entries":[{"key":"dc:language.iso","label":"Language (ISO)","values":["en"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier.doi","label":"DOI","values":["https://doi.org/10.82465/4661"]},{"key":"dc:identifier.uri","label":"Identifier URI","values":["https://hdl.handle.net/10294/15033"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description","label":"Description","values":["A Thesis Submitted to the Faculty of Graduate Studies and Research In Partial Fulfillment of the Requirements for the Degree of Master of Science in Computer Science, University of Regina. xi, 80 p."]},{"key":"dc:description.abstract","label":"Abstract","values":["Artificial Intelligence (AI) has widespread applications, including adding personalization to the customer experience, or lifestyle recommendations that sometimes raise concern regarding data privacy; especially in medical applications. Federated learning is used to solve this problem of user privacy. Most of the federated models are implemented by connecting billions of edge devices for privacy-preserved, on-device training. However, edge devices have limited network resources, which causes hindrance to effective communication of the machine learning models. Researchers have used several techniques like quantization and asynchronous updates to reduce the communication costs, but these techniques cause an improvement of just 10-15%. Furthermore, most of the current personalized machine learning models are trained by accessing the user information from a centralized machine learning server. This research proposes two models that provide solutions to the above communication cost and personalization problems in federated learning. The first proposed model is Federated Learning with Improved Communication Cost (FLICC), which effectively reduces the communication cost by around 40%. The model provides an efficient communication method by transmitting around 60% of the model parameters in each communication round. To prove that the model reduces the communication cost, we conducted experiments on convolutional neural networks, multi-layer perceptron, and long short-term memory networks using the MNIST, CIFAR-10 and NN5 datasets. These experiments successfully prove the efficacy of the FLICC model as we achieve competitive results compared to conventional federated learning models while reducing the communication cost. The second proposed model is the Personalized Federated Learning (PFL) Model, trained using privacy preserved machine learning techniques and abides by data privacy laws like GDPR (General Data Protection Regulation). In this model, the clients are clustered based on their similar metadata, and the PFL model is sent for on-device training on those clusters to provide personalized results to the users in the cluster. The proposed hypothesis has been proved using the LSTM model on the MIMIC III dataset with series of medical records of different patients. Experiments and results show that the PFL model provides better results in terms of MSE, MAPE, and SMAPE evaluation metrics compared to the conventional federated learning model. The results from both models posit they can solve the problem of communication overhead and personalization in a federated setting."]},{"key":"dc:title","label":"Title","values":["Personalized and Communication Cost Reduction Models in Federated Learning"]}]}],"canonical_facts":{"dc:contributor.advisor":["Manashty, Alireza"],"dc:contributor.committeemember":["Yao, JingTao"],"dc:creator":["Tandra, Sandeep Reddy"],"dc:date.accessioned":["2022-08-05T17:50:24Z"],"dc:date.available":["2022-08-05T17:50:24Z"],"dc:date.issued":["2022-01"],"dc:description":["A Thesis Submitted to the Faculty of Graduate Studies and Research In Partial Fulfillment of the Requirements for the Degree of Master of Science in Computer Science, University of Regina. xi, 80 p."],"dc:description.abstract":["Artificial Intelligence (AI) has widespread applications, including adding personalization to the customer experience, or lifestyle recommendations that sometimes raise concern regarding data privacy; especially in medical applications. Federated learning is used to solve this problem of user privacy. Most of the federated models are implemented by connecting billions of edge devices for privacy-preserved, on-device training. However, edge devices have limited network resources, which causes hindrance to effective communication of the machine learning models. Researchers have used several techniques like quantization and asynchronous updates to reduce the communication costs, but these techniques cause an improvement of just 10-15%. Furthermore, most of the current personalized machine learning models are trained by accessing the user information from a centralized machine learning server. This research proposes two models that provide solutions to the above communication cost and personalization problems in federated learning. The first proposed model is Federated Learning with Improved Communication Cost (FLICC), which effectively reduces the communication cost by around 40%. The model provides an efficient communication method by transmitting around 60% of the model parameters in each communication round. To prove that the model reduces the communication cost, we conducted experiments on convolutional neural networks, multi-layer perceptron, and long short-term memory networks using the MNIST, CIFAR-10 and NN5 datasets. These experiments successfully prove the efficacy of the FLICC model as we achieve competitive results compared to conventional federated learning models while reducing the communication cost. The second proposed model is the Personalized Federated Learning (PFL) Model, trained using privacy preserved machine learning techniques and abides by data privacy laws like GDPR (General Data Protection Regulation). In this model, the clients are clustered based on their similar metadata, and the PFL model is sent for on-device training on those clusters to provide personalized results to the users in the cluster. The proposed hypothesis has been proved using the LSTM model on the MIMIC III dataset with series of medical records of different patients. Experiments and results show that the PFL model provides better results in terms of MSE, MAPE, and SMAPE evaluation metrics compared to the conventional federated learning model. The results from both models posit they can solve the problem of communication overhead and personalization in a federated setting."],"dc:identifier.doi":["https://doi.org/10.82465/4661"],"dc:identifier.uri":["https://hdl.handle.net/10294/15033"],"dc:language.iso":["en"],"dc:publisher":["Faculty of Graduate Studies and Research, University of Regina"],"dc:title":["Personalized and Communication Cost Reduction Models in Federated Learning"],"dc:type":["master thesis"],"thesis:degree_discipline":["Computer Science"],"thesis:degree_level":["Master&apos;s"],"thesis:degree_name":["Master of Science (MSc)"],"thesis:institution_name":["Faculty of Graduate Studies and Research, University of Regina"]},"updated_at":"2026-07-24T04:03:41Z"}