123454 of 5
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
Edge-to-Cloud Data Analytics in Remote Industrial Environments
Luleå University of Technology, Department of Computer Science, Electrical and Space Engineering, Computer Science.ORCID iD: 0000-0002-1916-3147
2026 (English)Licentiate thesis, comprehensive summary (Other academic)
Abstract [en]

The Industrial Internet of Things (IIoT) connects vast networks of sensors, machines, and control systems to enable real-time data collection, analysis, and decision-making in industrial settings. This connectivity drives improved operational efficiency, reduced downtime, and enhanced productivity in sectors such as manufacturing, mining, and energy. Traditional architectures, however, rely heavily on cloud computing, which struggles with latency requirements and bandwidth constraints. Distributed edge-to-cloud computing offers a promising alternative by bringing computational resources closer to data sources, thereby enabling faster responses while reducing network demands.

Remote industrial environments present unique difficulties. Network connectivity in underground mines, offshore platforms, and isolated facilities is often intermittent or unavailable. Cloud-centric systems fail under such conditions, leaving critical monitoring gaps that threaten safety and operational continuity. Edge computing addresses these challenges by processing data locally, but questions remain about how existing IoT platforms support key IIoT requirements that edge-to-cloud architectures must satisfy and how systems can maintain reliable operation during connectivity disruptions.

This thesis investigates distributed edge-to-cloud computing for IIoT applications, with particular attention to remote and connectivity-constrained environments. It presents three contributions. First, a comprehensive survey identifies key IIoT requirements from the distributed edge-to-cloud computing perspective and provides a comparative analysis of three prominent IoT platforms. It reveals how each platform addresses the identified key IIoT requirements. Based on this analysis, open challenges and research opportunities are identified for advancing edge-to-cloud systems in industrial contexts.

Second, an experimental study implements and evaluates a fully edge-based data analytics solution for remote industrial environments using an open source platform. The solution combines real-time monitoring, alarm management, and sensor health analysis without dependence on cloud connectivity. Experiments conducted in an underground mining setting with LiDAR perception systems demonstrate low-latency performance and reliable operation under realistic conditions. Performance evaluation in terms of throughput, latency, and failure rate provides practical insights for future deployments in similar settings.

Third, a distributed edge-to-cloud AI architecture is proposed for maintaining prediction capabilities during intermittent connectivity. The architecture deploys machine learning models at both edge and cloud tiers, with a store-and-forward messaging layer that ensures zero data loss during network outages. A case study on methane hazard prediction in underground coal mining validates the approach using over nine million sensor readings from an operational mine. Experiments across three network scenarios demonstrate continuous edge prediction, stable inference latency, and complete data preservation regardless of connectivity conditions.

Together, these contributions advance both understanding and practical application of distributed edge-to-cloud computing in industrial settings. The findings demonstrate that edge-based solutions can operate independently when cloud connectivity fails, that open source platforms provide viable foundations for industrial deployments, and that distributed edge-to-cloud AI architectures can deliver resilient monitoring for safety-critical applications.

Place, publisher, year, edition, pages
Luleå: Luleå University of Technology, 2026.
Series
Licentiate thesis / Luleå University of Technology, ISSN 1402-1757
Keywords [en]
Industrial Internet of Things, Distributed Edge-to-Cloud Computing, Performance Evaluation
National Category
Computer Sciences
Research subject
Pervasive Mobile Computing
Identifiers
URN: urn:nbn:se:ltu:diva-116391ISBN: 978-91-8048-989-8 (print)ISBN: 978-91-8048-990-4 (electronic)OAI: oai:DiVA.org:ltu-116391DiVA, id: diva2:2038261
Presentation
2026-04-14, B231, Luleå University of Technology, Skellefteå, 09:00 (English)
Opponent
Supervisors
Available from: 2026-02-13 Created: 2026-02-13 Last updated: 2026-02-13Bibliographically approved
List of papers
1. Enabling Industrial Internet of Things by Leveraging Distributed Edge-to-Cloud Computing: Challenges and Opportunities
Open this publication in new window or tab >>Enabling Industrial Internet of Things by Leveraging Distributed Edge-to-Cloud Computing: Challenges and Opportunities
2024 (English)In: IEEE Access, E-ISSN 2169-3536, Vol. 12, p. 127294-127308Article in journal (Refereed) Published
Abstract [en]

The Industrial Internet of Things (IIoT) promises automation, efficiency, and data-driven decision-making by real-time data collection and analysis. However, traditional IIoT architectures are cloud-centric and, therefore, struggle to handle large volumes of data, edge bandwidth constraints, and data confidentiality. Distributed edge-to-cloud computing emerges as a potential solution, also paving the ground for edge-to-cloud data analytics and distributed Artificial Intelligence (AI) to obtain insights for decision-making and predictive maintenance. Despite the potential, however, there is a lack of comprehensive studies identifying key requirements for distributed edge-to-cloud IIoT and analyzing to what extent emerging IoT platforms meet those requirements. The scope of this article is to survey existing literature to identify key requirements in IIoT from the perspective of distributed edge-to-cloud computing. We provide a comparative analysis of three prominent IoT platforms, namely ThingsBoard, Eclipse Ditto, and Microsoft Azure IoT, and assess how these platforms meet the key IIoT requirements. Finally, we identify open challenges and potential research opportunities based on the insights gained from the analysis of the three IoT platforms, thereby setting the stage for future work.

Place, publisher, year, edition, pages
IEEE, 2024
Keywords
Industrial Internet of Things (IIoT), Edge-to-Cloud Computing, Data Analytics, IoT Platforms
National Category
Communication Systems
Research subject
Pervasive Mobile Computing; Cyber-Physical Systems; Cyber Security
Identifiers
urn:nbn:se:ltu:diva-110011 (URN)10.1109/ACCESS.2024.3454812 (DOI)001315996600001 ()2-s2.0-85203417795 (Scopus ID)
Note

Validerad;2024;Nivå 2;2024-11-18 (signyg);

Funder: Green Transition North project co-funded by European Union (20359796);

Full text license: CC BY-NC-ND

Available from: 2024-09-17 Created: 2024-09-17 Last updated: 2026-02-13Bibliographically approved
2. Edge Data Analytics in Remote Industrial Environments: An Experimental Study
Open this publication in new window or tab >>Edge Data Analytics in Remote Industrial Environments: An Experimental Study
2025 (English)In: 2025 10th International Conference on Fog and Mobile Edge Computing (FMEC) / [ed] Muhannad Quwaider, Sadi Alawadi, Yaser Jararweh, Institute of Electrical and Electronics Engineers (IEEE), 2025, p. 105-112Conference paper, Published paper (Refereed)
Abstract [en]

Edge computing is emerging as a transformative approach in Industrial Internet of Things (IIoT) applications, particularly within remote industrial environments where cloud connectivity is unreliable. This study investigates a fully edge-based data analytics solution using an open source platform to enhance real-time monitoring, alarm systems, and sensor health analysis without reliance on cloud infrastructure. The experimental setup utilizes Flasheye's LiDAR perception system (which monitors areas in underground mining) integrated with MQTT to process and visualize data on ThingsBoard, focusing on critical parameters such as throughput, latency, and failure rate. Evaluation results demonstrate that this edge-based approach supports low-latency performance and reliable alarm management, underscoring the practicality of localized analytics for remote industrial operations. By implementing and evaluating an open source edge computing solution in remote industrial environments, the study contributes a fully edge-based data analytics solution for IIoT deployments, enhancing operational efficiency and safety in connectivity-limited environments.

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers (IEEE), 2025
Keywords
Edge Analytics, Remote Industrial Environments, Real-time Monitoring, Performance Evaluation
National Category
Computer Sciences
Research subject
Pervasive Mobile Computing; Cyber-Physical Systems; Cyber Security
Identifiers
urn:nbn:se:ltu:diva-114469 (URN)10.1109/FMEC65595.2025.11119367 (DOI)2-s2.0-105016144532 (Scopus ID)
Conference
10th International Conference on Fog and Mobile Edge Computing (FMEC), May 19-22, 2025, Tampa, USA
Funder
Vinnova, 2021-03663
Note

ISBN for host publication: 979-8-3315-4424-9;

Funder: European Regional Development Fund and the Green Transition North-smart energy systems-project (GTN-SE) (no.20359797);

Available from: 2025-08-28 Created: 2025-08-28 Last updated: 2026-02-13Bibliographically approved

Open Access in DiVA

No full text in DiVA

Authority records

Jamil, Mohammad Newaj

Search in DiVA

By author/editor
Jamil, Mohammad Newaj
By organisation
Computer Science
Computer Sciences

Search outside of DiVA

GoogleGoogle Scholar

isbn
urn-nbn

Altmetric score

isbn
urn-nbn
Total: 189 hits
123454 of 5
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf