Download presentation
Presentation is loading. Please wait.
Published byNora Beltz Modified over 5 years ago
1
Ongoing thesis. Analyzing sonar data. Student: Pyojeong Kim
Advisors: Arijit Das, Sean Kragelund, Glenn Cook.
2
UUV & Mine Warfare (mission):
Image Credit: @arijit_da
3
Sonar Data File Each mission generates about GIG to a Terabyte of data. Depends on the duration. Over decades, Terabytes of files have been generated. Files need to be catalogued (using automated techniques). @arijit_da
4
Sonar Data File Each binary file has 2 parts. Metadata
file name, timestamp, latitude, longitude, depth and more. Image Extraction and processing (future thesis topic) @arijit_da
5
Sonar Image Processing.
Image Credit: @arijit_da
6
Cataloging: Classic Hadoop problem.
100s of thousands of files. Same processing on each file. Map Phase is enough to collect metadata. @arijit_da
7
MapReduce. @arijit_da
8
Non Hadoop processing. File format provided by the sonar vendor.
Use Java typecasting to map the raw bytes to the fields. For large number of files: Time consuming on single laptop, desktop, server. @arijit_da
9
Oracle DB Table. @arijit_da
10
Oracle Table Data. @arijit_da
11
HIVE Table. @arijit_da
12
HIVE Table Data. @arijit_da
13
Sqoop: HDFS HIVE back to Oracle DB
Image Credit: @arijit_da
14
Oracle DB &APEX. @arijit_da
15
Hadoop in a box. ImageCredit: https://www.casesbypelican.com/
@arijit_da
16
AI to predict the Depth. Multilayer perceptron (MLP) regression.
Other AI Techniques. @arijit_da
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.