Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Edge Computing Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Applications of Edge Computing
(section)
Page
Discussion
British English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Upload file
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===8.4.1 AI and Edge Processing=== As discussed in the previous sections, AUVs require specialized processing hardware that balances computational power, energy efficiency, and ruggedization for deep-sea environments. This section examines state-of-the-art approaches to implementing AI at the edge in underwater systems, covering hardware platforms, optimized algorithms, and emerging trends in the field. * '''Hardware Solutions''' # '''GPU-Powered Systems''' :: Embedded GPU systems balance computational performance with power efficiency. :: * NVIDIA Jetson AGX Orin (50-200 TOPS) for real-time sonar processing. It performs around 32-200 trillion operations per second (TOPS). In efficiency mode (15W), it can process sonar images at 5-10 frames per second (FPS). :: * Qualcomm QCS6490 has integrated 5G capabilities. This enables AUVs operating near the surface to maintain communication while performing edge processing tasks. # '''Field-Programmable Gate Arrays (FPGAs)''' :: FPGAs can be reconfigured and can be easily adapted to different mission requirements. They combine AI engines with programmable logic, consuming only 8-15W while performing real-time object detection. :: * Use Case: The BlueROV2 platform uses Xilinx Versal ACAP for underwater infrastructure inspection with 95% defect detection accuracy. The Xilinx Versal ACAP runs low-power (8-15W) convolutional neural networks. :: * Intel Cyclone V SoC is another such FPGA that consumes even less power (<5W). It is usually used for swarm AUV applications which require only basic edge processing. [[File:841.png|thumb|400px]] * '''Software solutions: Optimized AI Models''' # '''Model Optimization''' :: There are several techniques to optimize factors such as memory usage, power consumption, and accuracy of AI models to fit the constraints of AUVs. Here are a few: :: * Quantization, a technique that reduces numerical precision from 32-bit floating point to 8-bit integers. this leads to a 4x reduction in model size with minimal accuracy loss (<1%). :: * Pruning is the process of removing redundant neural network connections. This eliminates unnecessary parameters while maintaining 95% performance again leading to a smaller model size. :: * Knowledge Distillation is another powerful model size reduction technique where a large "teacher" model trains a smaller "student" model. The smaller model is then deployed reducing model complexity while preserving accuracy. # ''' Model Architecture''' :: Recent advances in neural network design have produced several architectures that can be particularly suited for underwater edge applications. : Apart from model optimization and choosing the right architecture for specific use-cases, certain implementation techniques such as data pre-processing and selective transmission of processed results can be used improve the performance of these AI models. '''Case Study: MBARI's Benthic Observer''' The Monterey Bay Aquarium Research Institute (MBARI) achieved a 70% reduction in AI power consumption by using some of the strategies discussed above. The Observer uses TensorRT-optimized models with dynamic voltage and frequency scaling and adaptive sampling strategies.
Summary:
Please note that all contributions to Edge Computing Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Edge Computing Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)