Edge Computing for Real-Time IoT Anomaly Detection in Smart Cities | Blazingprojects Postgraduate Thesis
Home / Computer Engineering / Edge Computing for Real-Time IoT Anomaly Detection in Smart Cities

Edge Computing for Real-Time IoT Anomaly Detection in Smart Cities

 

Table Of Contents


Chapter ONE

INTRODUCTION

  • 1.1Introduction
  • 1.2Background of the Study
  • 1.3Statement of the Problem
  • 1.4Aim and Objectives of the Study
  • 1.5Research Questions
  • 1.6Research Hypotheses
  • 1.7Significance of the Study
  • 1.8Scope and Delimitation of the Study
  • 1.9Limitations of the Study
  • 1.10Organisation of the Study
  • 1.11Operational Definition of Terms

Chapter TWO

LITERATURE REVIEW

  • 2.1Conceptual Review: Edge Computing and IoT Anomaly Detection in Smart Cities
  • 2.2Conceptual Review: Real-Time Data Analytics in Edge Environments
  • 2.3Theoretical Framework: Transactional Context Theory as Applied to Edge-Driven Anomaly Detection
  • 2.4Theoretical Framework: Distributed Cognition in Edge-Cloud Collaboration
  • 2.5Empirical Review: Edge Computing Architectures for Smart City Analytics
  • 2.6Empirical Review: Anomaly Detection Techniques in IoT Networks
  • 2.7Empirical Review: Resource Management and Latency in Edge-Cloud Systems
  • 2.8Empirical Review: Data Privacy and Security Considerations in Edge IoT
  • 2.9Empirical Review: Fault Tolerance and Reliability in Edge Inference
  • 2.10Empirical Review: Open Datasets and Benchmarking for Edge IoT Anomaly Detection
  • 2.11Gaps in the Literature Identified
  • 2.12Conceptual Model: Integrated Edge-Cloud Anomaly Detection Framework

Chapter THREE

SYSTEM DESIGN AND IMPLEMENTATION

  • 3.1Research Design: Field-Based Evaluation of an Edge-Enabled Anomaly Detection System
  • 3.2Philosophical Paradigm: Postpositivist Mixed-Methods Approach
  • 3.3Population of the Study: Urban Smart-City IoT Deployment Environments
  • 3.4Sample Size and Sampling Technique: Stratified Random Sampling of Municipal Sensors and Gateways
  • 3.5Sources and Instruments of Data Collection: Edge Platform Logs, Network Metrics, and Ground-Truth Anomalies
  • 3.6Validity and Reliability of Instruments: Validation with Ground-Truth Simulations and Test-Retest Reliability
  • 3.7Data Collection Procedure: Deployment in Pilot Zones and Continuous Monitoring
  • 3.8Data Management and Privacy Considerations: Anonymization and Access Control
  • 3.9Data Analysis Methods: Statistical, Machine Learning-Based, and Temporal Analysis
  • 3.10Model Specification: Spatio-Temporal Anomaly Scoring Model for Edge Inference
  • 3.11Ethical Considerations: Informed Consent, Data Privacy, and Risk Mitigation

Chapter FOUR

SYSTEM TESTING AND EVALUATION

  • ANALYSIS AND DISCUSSION OF FINDINGS
  • 4.1Data Presentation: Edge Node-Level Performance Metrics and Anomaly Flags
  • 4.2Descriptive Analysis: Latency, Throughput, and Resource Utilization
  • 4.3Hypotheses Testing: Impact of Edge Locality on Anomaly Detection Rate
  • 4.4Hypotheses Testing: Effect of Model Complexity on Detection Accuracy
  • 4.5Temporal Trends and Seasonality in Anomaly Occurrence
  • 4.6Spatial Analysis: Localization of Anomalies Across City Sectors
  • 4.7Interpretation of Results: Alignment with Theoretical Frameworks
  • 4.8Discussion: Implications for Smart-City Operations and Policy

Chapter FIVE

SUMMARY, CONCLUSION AND RECOMMENDATIONS

  • CONCLUSION AND RECOMMENDATIONS
  • 5.1Summary of Findings
  • 5.2Conclusion
  • 5.3Contribution to Knowledge: Advances in Edge-Based Real-Time Anomaly Detection
  • 5.4Practical Implications for City Administrations and IoT Vendors
  • 5.5Recommendations for Deployment and Operation
  • 5.6Suggestions for Further Studies

Thesis Abstract

This study investigates the deployment of edge computing for real-time anomaly detection in Internet of Things (IoT) installations across smart city environments, addressing the challenge of timely and accurate identification of anomalous sensor behavior while reducing centralized cloud dependency and network latency. The problem is rooted in the need to detect safety-critical and operational anomalies—such as traffic sensor faults, environmental parameter outliers, and device compromise—within the stringent latency bounds required for autonomous control and urban management systems. The aim is to design, implement, and evaluate an edge-assisted anomaly detection framework that leverages distributed processing, online learning, and explainable AI to enhance detection accuracy, reduce false positives, and enable rapid incident response. Specific objectives include (1) to develop an edge-centric architecture that supports local feature extraction, incremental model updating, and secure data transmission; (2) to compare supervised, unsupervised, and semi-supervised learning approaches for real-time anomaly detection on resource-constrained edge devices; (3) to assess the impact of data heterogeneity and concept drift on detection performance over time; (4) to evaluate latency, energy consumption, and fault tolerance under varying network conditions; and (5) to provide actionable guidelines for deployment in heterogeneous urban IoT ecosystems. The methodology adopts a mixed-methods, field-oriented design conducted in three metropolitan districts with diverse IoT deployments, comprising a population of approximately 2,500 edge-enabled sensors and gateways across transportation, environmental monitoring, and public safety domains. A stratified sampling strategy yields 40 representative edge nodes for in-depth experimentation, supplemented by synthetic fault injection to simulate anomalies at scale. Data collection employs (i) continuous streaming telemetry from sensor benches, (ii) labeled incident records from city operation centers, and (iii) resource metrics (CPU, memory, energy) from edge devices over a nine-month observation period. Instruments include a standardized anomaly labeling schema, real-time logging dashboards, and a suite of API-driven measurement tools. Validity and reliability are ensured through calibration against a ground-truth dataset, cross-validation across three distinct city sectors, and repeatability of experiments using containerized edge environments. Analytical procedures combine statistical and machine learning techniques. Descriptive statistics summarize data characteristics and incidence rates of anomalies. For predictive modeling, a comparative evaluation of online algorithms is conducted, including incremental k-means, isolation forest, one-class SVM, and online gradient-boosted trees, augmented with concept-drift detection using DDM and EDDM methods. A hierarchical ensemble approach aggregates local edge decisions with a central aggregator, applying weighted majority voting and confidence scoring to produce robust detections. Temporal analysis employs time-series methods such as ARIMA and Prophet to model normal sensor behavior, while causality-inspired analysis investigates antecedent conditions using Granger causality tests. Explainability is addressed via SHAP analysis and model-agnostic explanations to ensure operator trust. Performance is measured against key metrics detection latency (ms to decision), detection accuracy (F1-score), false positive rate, energy consumption per inference, and system resilience under network interruptions. The study also models the cost-benefit implications of edge versus cloud processing through a simple stochastic cost model. Expected findings indicate that edge-enabled, online ensemble methods outperform cloud-centric baselines in latency and resilience, with acceptable accuracy trade-offs under constrained compute. The investigation anticipates that incorporating drift detection improves long-term performance, while hybrid local-global architectures balance immediacy and global situational awareness. Theoretical contributions are framed within the context of distributed AI and edge computing diffusion, extending the application of the contextual anomaly detection paradigm to heterogeneous urban IoT ecosystems. Practically, results provide deployment guidelines for city planners and operators, including resource provisioning, security considerations, and model governance protocols. The study concludes that edge-centric anomaly detection enhances real-time situational awareness in smart cities, enables faster incident response, and reduces data movement to the cloud without compromising detection quality. Recommendations include standardized interfaces for heterogeneous sensors, adaptive sampling strategies to manage energy budgets, and ongoing model retraining mechanisms to mitigate concept drift, alongside avenues for future work on transfer learning across districts and deeper exploration of explainable AI in mission-critical urban contexts.

Thesis Overview

Edge Computing for Real-Time IoT Anomaly Detection in Smart Cities aims to detect unusual or faulty behavior in Internet of Things devices and data streams as they occur, by processing data close to where it is generated rather than sending everything to a central cloud. This approach reduces latency, saves bandwidth, and enables faster responses to faults or security threats in urban systems such as traffic signals, energy networks, and environmental sensors. The core problem addressed is the need for timely and reliable anomaly detection in densely deployed IoT environments where traditional cloud-centric methods struggle with latency, privacy concerns, and network constraints. Why it matters: Smart city infrastructures rely on continuous data flows to operate safely and efficiently. Delays in detecting anomalies can lead to cascading failures, safety risks, and wasted resources. Edge computing brings computation to the edge of the network (on gateways, micro data centers, or device-level processing), enabling near-instantaneous analysis and decision-making. What the research covers and how it proceeds: - Scope and data sources: A heterogeneous set of IoT devices common in smart cities (traffic cameras, air quality sensors, smart meters) will be studied. Data will be collected from a 6-month pilot deployment in a mid-sized city district, with about 200 sensors generating time-series data and event logs. - Data collection: Logs and telemetry from sensors, including timestamps, sensor readings, metadata, and labeled anomaly events (where available) or simulated fault injections to create a labeled dataset. - Analysis approach: Build and compare lightweight anomaly detection models suitable for edge deployment, such as streaming statistical methods (ARIMA, z-score) and compact machine learning models (isolation forests, lightweight LSTM or temporal convolution networks). Data preprocessing and feature extraction will focus on time-series features, sudden value jumps, and cross-sensor correlations. - Evaluation: Performance will be assessed on detection accuracy, precision/recall, false alarm rate, and latency from data generation to anomaly decision. A baseline cloud-centric approach will be contrasted to quantify edge-specific gains. A cost-benefit analysis will consider bandwidth, energy use, and response time. - Theory and framework: The study will apply the anomaly detection theory for streaming data and the edge computing paradigm, with practical guidance grounded in the IoT security and resilience literature. Expected contribution and outcome: The work will provide a validated, scalable framework for real-time anomaly detection at the network edge in smart cities, including model configurations suitable for resource-constrained devices, deployment guidelines, and an empirical comparison showing reduced latency and bandwidth requirements. The study aims to deliver practical recommendations for practitioners and researchers, enabling faster fault isolation, improved system reliability, and enhanced urban resilience.

Blazingprojects Mobile App

📚 Over 50,000 Research Thesis
📱 100% Offline: No internet needed
📝 Over 98 Departments
🔍 Thesis-to-Journal Publication
🎓 Undergraduate/Postgraduate Thesis
📥 Instant Whatsapp/Email Delivery

Blazingprojects App

Related Research

Economics. 4 min read

Impact of Microcredit on Female Entrepreneurship and Poverty Reduction in Rural Indi...

The study investigates how microcredit programs influence women starting and growing small businesses in rural India, and how these efforts affect poverty level...

BP
Blazingprojects
Read more →
Economics education. 2 min read

Assessing Active Learning Impacts in Introductory Economics Courses ...

Assessing Active Learning Impacts in Introductory Economics Courses is a research project that investigates whether replacing or augmenting traditional lectures...

BP
Blazingprojects
Read more →
Dermatology. 3 min read

Assessment of teledermatology effectiveness in rural skin cancer triage and follow-u...

Teledermatology refers to the use of telecommunications technology to exchange medical information about skin conditions, enabling remote diagnosis, triage, and...

BP
Blazingprojects
Read more →
Dentistry. 4 min read

Impact of Air Abrasion and Laser Techniques on Enamel Demineralization in Early Orth...

This research examines how air abrasion and laser techniques used during early orthodontic care affect the prevention or reduction of enamel demineralization ar...

BP
Blazingprojects
Read more →
Computer Science. 4 min read

Evaluating Edge AI for Real-Time Industrial Anomaly Detection...

Evaluating Edge AI for Real-Time Industrial Anomaly Detection is a research topic focused on using edge computing devices (such as embedded GPUs or specialized ...

BP
Blazingprojects
Read more →
Computer Engineering. 2 min read

Edge Computing for Real-Time IoT Anomaly Detection in Smart Cities...

Edge Computing for Real-Time IoT Anomaly Detection in Smart Cities aims to detect unusual or faulty behavior in Internet of Things devices and data streams as t...

BP
Blazingprojects
Read more →
Computer Education. 2 min read

Impact of Gamified Learning on Primary Students’ Digital Literacy Skills ...

This research investigates how using gamified learning activities influences the digital literacy skills of elementary school students. Digital literacy here re...

BP
Blazingprojects
Read more →
Co-operative economi. 2 min read

Impact of Cooperative Governance on Microcredit Access in Rural India...

This research investigates how the way cooperatives are governed affects the ability of rural residents in India to access microcredit. It looks at whether stro...

BP
Blazingprojects
Read more →
Civil engineering. 2 min read

Assessment of pavement distress and performance under mixed traffic in urban highway...

This research investigates how pavements on urban highways perform when they carry mixed traffic, including cars, buses, trucks, and informal vehicles, and how ...

BP
Blazingprojects
Read more →
WhatsApp Click here to chat with us