Changes between Version 96 and Version 97 of Other/Summer/2023/Inference
- Timestamp:
- Aug 8, 2023, 3:41:47 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Inference
v96 v97 8 8 9 9 <p><span style="color:#800000; font-weight: bold;">Objective:</span> The purpose of this project is to use ORBIT in order to design experiments which will analyze the training and prediction of various ML models across multiple edge devices. Additionally, students will develop a latency profiling framework for MEC-assisted machine learning using cutting edge techniques such as splitting model computing and early exit. They will then analyze these models for latency and accuracy tradeoff analysis, along with measuring network delays.</p> 10 11 <p><span style="color:#800000; font-weight: bold;">Final Poster with Results:</span> 10 12 11 13 … … 113 115 * After analyzing latency, move on to accuracy tradeoffs using different thresholds 114 116 117 == Week 8 118 **Summary** 119 * Explored different research questions with the data collected 120 * Limited CPU power in terminal to imitate mobile devices 121 * Implemented different threshold values based on confidence for sending the data to the edge and server for inference 122 * Generated graphs for threshold vs latency 123 **Next Steps** 124 * Use PTP timing to get more precise time measurements 125 * After analyzing latency, move on to accuracy tradeoffs using different thresholds 126 127 115 128 == Links to Presentations 116 129