Comparative Analysis of Edge AI Frameworks in Real-Time Inference | Blazingprojects Postgraduate Thesis
Home / Computer Science / Comparative Analysis of Edge AI Frameworks in Real-Time Inference

Comparative Analysis of Edge AI Frameworks in Real-Time Inference

 

Table Of Contents


Chapter ONE

INTRODUCTION

  • 1.1Introduction: Rationale for Edge AI in Real-Time Inference
  • 1.2Background of the Study: Edge Computing Ecosystem and AI Workloads
  • 1.3Statement of the Problem: Performance-Accuracy Trade-offs in Edge Frameworks
  • 1.4Aim and Objectives of the Study: Benchmarking Edge AI Frameworks for Real-Time Inference
  • 1.5Research Questions: Comparative Capabilities and Limitations Across Frameworks
  • 1.6Research Hypotheses: H1–H4 on Latency, Throughput, Accuracy, and Resource Utilization
  • 1.7Significance of the Study: Implications for Deployments in Industrial and IoT Settings
  • 1.8Scope and Delimitation of the Study: Frameworks, Datasets, and Edge Hardware Configurations
  • 1.9Limitations of the Study: External Validity and Measurement Constraints
  • 1.10Organisation of the Study: Chapter-by-Chapter Roadmap
  • 1.11Operational Definition of Terms: Key Concepts in Edge AI and Inference

Chapter TWO

LITERATURE REVIEW

  • 2.1Conceptual Review: Edge AI, Real-Time Inference, and On-Device Inference Paradigms
  • 2.2Theoretical Framework: Embedded Systems Theory and Real-Time Computing Principles
  • 2.3Theoretical Framework: Resource-Aware Scheduling and Model Compression Theories
  • 2.4Empirical Review: Benchmark Studies of Edge AI Frameworks
  • 2.5Empirical Review: Accuracy-Latency Trade-offs Across Frameworks
  • 2.6Empirical Review: Resource Utilization on Diverse Edge Hardware
  • 2.7Empirical Review: Deployment Case Studies in Industry
  • 4.0and Smart Cities
  • 2.8Identified Gaps in the Literature: Inconsistent Benchmarking, Limited Real-World Datasets
  • 2.9Conceptual Model: Integrating Framework Capabilities with Real-Time Constraints
  • 2.10Summary of Review and Key Takeaways
  • 2.11Conceptual Model or Summary Diagram: Relationships Among Frameworks, Metrics, and Deployments

Chapter THREE

SYSTEM DESIGN AND IMPLEMENTATION

  • 3.1Research Design: Comparative Cross-Sectional Benchmarking Study
  • 3.2Philosophical Paradigm: Pragmatism and Mixed Methods Justification
  • 3.3Population of the Study: Edge AI Frameworks, Models, and Datasets
  • 3.4Sample Size and Sampling Technique: Selection Criteria for Frameworks and Datasets
  • 3.5Sources and Instruments of Data Collection: Benchmark Suites, Profiling Tools, and Real-Time Traces
  • 3.6Validity and Reliability of Instruments: Calibration, Reproducibility, and Inter-Observer Reliability
  • 3.7Data Collection Procedures: Experimental Setup and Reproducible Protocols
  • 3.8Data Analysis Techniques: Statistical Comparisons and Performance Modelling
  • 3.9Model Specification or Analytical Framework: Latency-Throughput-Accuracy-MR Trade-offs
  • 3.10Ethical Considerations: Data Handling, Privacy, and Responsible AI Practices

Chapter FOUR

SYSTEM TESTING AND EVALUATION

  • ANALYSIS AND DISCUSSION OF FINDINGS
  • 4.1Data Presentation: Benchmark Matrix Across Frameworks and Datasets
  • 4.2Descriptive Analysis: Baseline Metrics and Distributional Characteristics
  • 4.3Hypotheses Testing: Latency and Throughput Comparisons Across Frameworks
  • 4.4Hypotheses Testing: Accuracy Under Real-Time Constraints
  • 4.5Hypotheses Testing: Resource Utilization and Energy Efficiency
  • 4.6Interpretations: What Do the Results Imply for Real-World Deployments
  • 4.7Discussion: Alignment with Theoretical Frameworks and Empirical Literature
  • 4.8Synthesis: Strengths, Weaknesses, and Practical Guidance

Chapter FIVE

SUMMARY, CONCLUSION AND RECOMMENDATIONS

  • CONCLUSION AND RECOMMENDATIONS
  • 5.1Summary of Findings: Key Insights from Cross-Framework Benchmarking
  • 5.2Conclusion: Implications for Edge AI Framework Selection in Real-Time Inference
  • 5.3Contribution to Knowledge: Advances in Benchmarking Methodology and Framework Evaluation
  • 5.4Recommendations: Framework Selection, Optimizations, and Deployment Strategies
  • 5.5Suggestions for Further Studies: Open Problems and Emerging Workloads

Thesis Abstract

Recent advances in edge computing have amplified the deployment of AI inference at the network edge, yet developers face a trade-off between latency, energy consumption, model accuracy, and resource visibility across heterogeneous edge devices and frameworks. This study addresses the problem of selecting and configuring edge AI frameworks to optimize real-time inference across diverse edge hardware, networks, and application domains. The aim is to conduct a rigorous comparative analysis of leading edge AI frameworks—TensorFlow Lite, PyTorch Mobile, OpenVINO, and Nvidia Jetson Inference—evaluating their performance, energy efficiency, and deployment simplicity in constrained environments. Specific objectives include (1) quantify latency, throughput, and end-to-end inference accuracy for common computer vision workloads (object detection and segmentation) under varying batch sizes (1–16) and input resolutions (224×224 to 640×480); (2) assess resource utilization (CPU/GPU utilization, memory footprint, and power consumption) on representative devices (Raspberry Pi 4, Nvidia Jetson Nano, and Intel NUC running Linux); (3) analyze framework-specific optimizations such as model quantization, operator fusion, and hardware acceleration; (4) evaluate ease of deployment, portability, and maintainability via a standardized benchmarking suite and developer surveys; and (5) synthesize guidelines for framework selection aligned with application requirements. The methodology adopts a mixed-methods, cross-sectional design. The population comprises widely used edge devices and AI models suitable for real-time inference. A stratified purposive sample of 60 edge deployments (15 per framework) across three device classes will be examined. Data collection will combine quantitative measurements from a controlled benchmark environment—utilizing a standardized workload suite consisting of YOLOv5n, MobileNetV3, and DeepLabV3Lite models—and qualitative inputs from semi-structured interviews with system engineers and developers. Instruments include a benchmark harness generating synthetic video streams at 15–60 frames per second, a power profiling tool (RAPL/Intel Power Gadget and NVIDIA's nvidia-smi) for energy measurement, and a survey instrument for deployment experience. Validity and reliability will be established through pilot testing (n=6), triangulation across hardware, software, and human factors, and inter-rater reliability checks for qualitative coding (Cohen’s kappa ? 0.80). Data analysis will proceed in three phases. First, descriptive statistics will profile performance metrics (latency, throughput, accuracy) and resource usage. Second, inferential analyses will apply repeated-measures ANOVA to compare frameworks across devices and tasks, with post hoc pairwise comparisons adjusted by Bonferroni correction. Third, regression analyses will model the relationship between framework optimizations (quantization level, operator fusion) and observed latency and energy consumption. A sensitivity analysis will examine the robustness of results to network variations and device thermal throttling. The study will also incorporate a theoretical lens drawn from the Technology-Organisation-Environment (TOE) framework and the Resource-Based View (RBV) to interpret framework adoption and performance in real-world edge ecosystems. Expected findings anticipate framework-dependent performance envelopes TensorFlow Lite and PyTorch Mobile may offer greater model flexibility but exhibit higher variance in latency on CPU-bound devices; OpenVINO is expected to yield superior inference speed on Intel-based hardware due to optimized kernels; Nvidia Jetson Inference is anticipated to deliver best end-to-end performance on GPU-enabled platforms but with higher energy costs. Quantization and hardware acceleration are likely to yield substantial reductions in latency and energy, particularly for smaller models. The study will contribute to knowledge by providing a rigorous, end-to-end comparative benchmark and actionable decision criteria for practitioners selecting edge AI frameworks for real-time inference under resource constraints. Conclusions will articulate a framework-selection decision model balancing latency, energy efficiency, accuracy, and deployment complexity, along with a set of best-practice recommendations for pre-deployment profiling, model optimization, and hardware-software co-design. Recommendations will include framework-specific guidance for quantization schemes, operator support priorities, and device-architecture alignment to maximize real-time inference performance, with implications for edge AI deployment standards and future research on unified benchmarking methodologies.

Thesis Overview

Edge AI refers to running artificial intelligence models directly on edge devices such as smartphones, embedded sensors, or local gateways, rather than in a centralized data center. The topic compares different edge AI frameworks to determine which are most effective for real-time inference in practical applications like smart cameras, IoT robots, or industrial sensors. This matters because performance, energy efficiency, latency, and resource usage at the edge directly influence user experience, privacy, and operational cost in real-world deployments. The central problem is the lack of comprehensive, controlled comparisons across popular edge AI frameworks in real-time conditions. Many studies evaluate a single framework or rely on laboratory benchmarks that do not reflect constraints such as limited CPU/GPU, memory, power budgets, network variability, and diverse hardware. The gap is a cross-sectional analysis that systematically benchmarks multiple frameworks on identical tasks and hardware to reveal trade-offs and suitability for specific use cases. Research plan in brief: - Define a set of representative real-time tasks (e.g., object detection, anomaly detection, and speech recognition) and select benchmark models suitable for edge deployment. - Choose a common hardware platform (for example, a mid-range edge device with 8 GB RAM and a spin of a low-power GPU) to run all frameworks. - Identify a set of edge AI frameworks (e.g., TensorFlow Lite, ONNX Runtime, and PyTorch Mobile) and configure each for parity in model inputs and outputs. - Data collection: run standardized workloads with diverse input streams (video at 15–30 FPS, audio snippets, sensor data) over sessions totaling 100 hours of inference time. - Metrics: latency (end-to-end and per-layer), throughput, energy consumption, memory usage, model accuracy, and startup overhead. - Analysis: perform descriptive statistics to compare central tendencies and variances; use repeated-measures ANOVA to assess framework differences across tasks; conduct post hoc tests to identify pairwise distinctions; provide qualitative notes on ease of integration, tooling, and debugging. - Validation: reproduce a subset of experiments on a second device to test generalizability. Expected contributions include a robust performance taxonomy of edge frameworks under real-time constraints, practical guidance for practitioners selecting frameworks for specific edge workloads, and insights into optimization opportunities. The outcome should clarify the trade-offs between latency, energy efficiency, and accuracy, enabling informed deployment decisions and stimulating further research on optimizing edge inference pipelines.

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

Food technology. 2 min read

Comparative Analysis of Plant-Based Meat Substitutes Across Markets...

This research examines plant-based meat substitutes sold in different markets to understand how products, consumer responses, and market dynamics vary across re...

BP
Blazingprojects
Read more →
Food Science and Tec. 2 min read

Comparative Analysis of Dietary Fiber in Fermented Plant-Based Yogurts...

This research investigates how much and what types of dietary fiber are present in fermented plant-based yogurts, and how these fiber profiles compare across di...

BP
Blazingprojects
Read more →
Fine and applied art. 2 min read

Comparative Evolution of Public Art and Street Murals in Urban Europe...

This research compares how public art and street murals have evolved across major European cities, focusing on differences and similarities in style, purpose, g...

BP
Blazingprojects
Read more →
Estate management. 2 min read

Comparative Analysis of Urban Mixed-Use Redevelopment Valuation Practices...

This research investigates how valuers determine the worth of urban areas undergoing mixed-use redevelopment, comparing practices across multiple cities to iden...

BP
Blazingprojects
Read more →
English and Literary. 3 min read

Comparative Postcolonial Adaptation: Cinema in UK and Nigerian Literatures...

This research examines how postcolonial themes and narratives are translated from literature into cinema, comparing works produced in the United Kingdom with Ni...

BP
Blazingprojects
Read more →
Electrical electroni. 4 min read

Comparative Analysis of Energy Efficiency in Heterogeneous Wireless Sensor Networks...

This research explores how energy efficiency can be optimized in heterogeneous wireless sensor networks (HWSNs), where sensors with different capabilities (batt...

BP
Blazingprojects
Read more →
Economics. 4 min read

Comparative Analysis of Gig Economy Regulation and Labor Outcomes Across Countries...

This research examines how regulations governing the gig economy affect worker outcomes across different countries. It focuses on platforms such as ride-hailing...

BP
Blazingprojects
Read more →
Economics education. 2 min read

Comparative Analysis of Economic Literacy Across High Schools in Europe...

This research examines how well high school students in Europe understand economics, comparing levels of economic literacy across countries, curricula, and clas...

BP
Blazingprojects
Read more →
Dermatology. 3 min read

Comparative Analysis of Dermatology Telemedicine vs. In-Person Outcomes for Acne ...

This research compares outcomes for acne treatment when care is delivered via telemedicine versus traditional in-person dermatology visits. It examines whether ...

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