<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Machine Learning Archives - Scout Aerial Australia</title>
	<atom:link href="https://www.scoutaerial.com.au/tag/machine-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.scoutaerial.com.au/tag/machine-learning/</link>
	<description>Remote Sensing and Geospatial Solutions</description>
	<lastBuildDate>Fri, 03 Nov 2017 02:55:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://www.scoutaerial.com.au/wp-content/uploads/2022/10/cropped-scoutaus_icon-32x32.png</url>
	<title>Machine Learning Archives - Scout Aerial Australia</title>
	<link>https://www.scoutaerial.com.au/tag/machine-learning/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Real-Time Automated Shark Detection System</title>
		<link>https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/</link>
					<comments>https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/#respond</comments>
		
		<dc:creator><![CDATA[Scout Aerial]]></dc:creator>
		<pubDate>Fri, 03 Nov 2017 02:43:00 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Case Study]]></category>
		<category><![CDATA[Algorithm Development]]></category>
		<category><![CDATA[Coastal Mapping]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Shark Detection]]></category>
		<category><![CDATA[Surveillance]]></category>
		<guid isPermaLink="false">http://www.scoutaerial.com.au/?p=7570</guid>

					<description><![CDATA[<p>The post <a href="https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/">Real-Time Automated Shark Detection System</a> appeared first on <a href="https://www.scoutaerial.com.au">Scout Aerial Australia</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div  data-mk-stretch-content="true" class="wpb_row vc_row vc_row-fluid jupiter-donut- mk-fullwidth-false  attched-false     js-master-row  mk-grid">
				
<div class="vc_col-sm-12 wpb_column column_container  jupiter-donut- _ jupiter-donut-height-full">
	
<div id="padding-2" class="mk-padding-divider jupiter-donut-  jupiter-donut-clearfix"></div>


<div id="text-block-3" class="mk-text-block  jupiter-donut- ">

	
	<p>Scout Aerial has been working on an automated shark detection algorithm for the past twelve months and this report details some of the results that were achieved during testing. Due to the innovative approach to this project, Scout Aerial needed a lot of sample data in order to build a baseline algorithm. Once we have identified the data requirements, and have developed a machine learning tool for this algorithm, we can then build a solution that is scalable and suited to the shark management process. By undertaking a pilot project, we are able to collect the data required, identify the particular environments (type and state), build a base algorithm and understand the scale requirements.</p>
<p>The main focus has been on training the algorithm which is an extremely manual process. A team of four pilots, two aircraft and supporting hardware and software was sent to test the real-time system.</p>
<p>We also have been working on the hardware design so that it may be attached to any RPA and will be fit-for-purpose.  The hardware can be offered in multiple configurations or “as-required” (multispectral, RGB, NIR,) and we will collect different data samples in order to “train” the base algorithm in “layers” to make it more accurate over time.</p>
<p>In regards to developing an algorithm,  the required specification aids in the identification and reduction of subconscious biases. By using an algorithm, decision making<strong> </strong>becomes a more rational process.</p>
<p>In additional to making the process more rational, use of an algorithm will make the process more efficient and more consistent. Efficiency is an inherent result of the analysis and specification process. Consistency comes from both the use of the same specified process and increased skill in applying the process. An algorithm develops and becomes “self-learning” over time, meaning a constant improvement in efficiency. The very first step to developing an algorithm is the collection of data that will be used as the foundation to build it.</p>

	<div class="clearboth"></div>
</div>

<div  class="mk-image mk-image-4 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1024px;"><div  class="mk-image-holder" style="max-width: 1024px;"><div class="mk-image-inner  "><img fetchpriority="high" decoding="async" class="lightbox-false" alt="shark_detection_algorithm_development_workflow" title="shark_detection_algorithm_development_workflow" width="1024" height="423" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_algorithm_development_workflow.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">Algorithm development workflow</span></div></div><div class="clearboth"></div></div></div>
<div id="text-block-5" class="mk-text-block  jupiter-donut- ">

	
	<p><strong>Step 1a</strong>: Select dataset for training, historical and actual</p>
<p><strong>Step 1b</strong>: The smaller part of the dataset is considered for testing.</p>
<p><strong>Step 2a</strong>: The training dataset is passed to an ML algorithm like Linear Regression.</p>
<p><strong>Step 2b</strong>: The testing dataset is populated and kept ready for evaluating.</p>
<p><strong>Step 3a</strong>: The algorithm is applied to each data point from the training dataset.</p>
<p><strong>Step 3b</strong>: The parameters are then applied to the test dataset to compare the outcome.</p>
<p><strong>Step 3c</strong>: This process is iterated till the algorithm generates values that are a close match to the test data.</p>
<p><strong>Step 4</strong>: The final model is evolved with the right set of parameters tuned for the given dataset.</p>
<p><strong>Step 5</strong>: The model is used in production to predict based on the new data points.</p>
<p>The data output can be in many forms. We have chosen SMS with an Alert and geolocation, this can be attached to a KML and opened immediately in Google Earth. This can easily be pushed into an App if required. See below an example:</p>

	<div class="clearboth"></div>
</div>

<div  class="mk-image mk-image-6 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 338px;"><div  class="mk-image-holder" style="max-width: 338px;"><div class="mk-image-inner  "><img decoding="async" class="lightbox-false" alt="shark_detection_sms_alert" title="shark_detection_sms_alert" width="338" height="600" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_sms_alert.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">SMS alert</span></div></div><div class="clearboth"></div></div></div><div  class="mk-image mk-image-7 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1909px;"><div  class="mk-image-holder" style="max-width: 1909px;"><div class="mk-image-inner  "><img decoding="async" class="lightbox-false" alt="shark_detection_report" title="shark_detection_report" width="1909" height="1029" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_report.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">Shark detection report with geolocation</span></div></div><div class="clearboth"></div></div></div><div  class="mk-image mk-image-8 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 640px;"><div  class="mk-image-holder" style="max-width: 640px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="shark_detection_report_detail_1" title="shark_detection_report_detail_1" width="640" height="480" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_report_detail_1.jpg" /></div><div class="mk-image-caption"><span class="mk-caption-title">Photo of the spotted shark</span></div></div><div class="clearboth"></div></div></div><div  class="mk-image mk-image-9 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1134px;"><div  class="mk-image-holder" style="max-width: 1134px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="shark_detection_report_detail_2" title="shark_detection_report_detail_2" width="1134" height="771" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_report_detail_2.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">Additional information can be extracted from spotted sharks</span></div></div><div class="clearboth"></div></div></div>
<div id="text-block-10" class="mk-text-block  jupiter-donut- ">

	
	<p><a href="http://scoutaerial.com.au/contact-us">Get in contact</a> with us today if you are interested in getting an algorithm or computer vision system developed to reduce your workload. Once developed, these tools can increase your efficiency drastically. Using technology to create change for the better, get onboard!</p>

	<div class="clearboth"></div>
</div>

</div>
	</div>

<p>The post <a href="https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/">Real-Time Automated Shark Detection System</a> appeared first on <a href="https://www.scoutaerial.com.au">Scout Aerial Australia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Machine Learning for detecting sharks</title>
		<link>https://www.scoutaerial.com.au/article-sharkdetection/</link>
					<comments>https://www.scoutaerial.com.au/article-sharkdetection/#respond</comments>
		
		<dc:creator><![CDATA[Scout Aerial]]></dc:creator>
		<pubDate>Tue, 04 Apr 2017 17:55:10 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Aerial Survey]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Identification]]></category>
		<category><![CDATA[Inspection]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Monitoring]]></category>
		<guid isPermaLink="false">http://www.scoutaerial.com.au/?p=7238</guid>

					<description><![CDATA[<p>Nunc accumsan orci ac justo sollicitudin, ullamcorper porttitor nulla vestibulum. Praesent pellentesque, erat vel aliquet vehicula, urna turpis bibendum dui, vel mattis nisl quam eget enim. Maecenas vel libero rhoncus, rhoncus purus quis, varius lectus. In posuere ullamcorper odio, eu gravida orci vestibulum nec.</p>
<p>The post <a href="https://www.scoutaerial.com.au/article-sharkdetection/">Machine Learning for detecting sharks</a> appeared first on <a href="https://www.scoutaerial.com.au">Scout Aerial Australia</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div  data-mk-stretch-content="true" class="wpb_row vc_row vc_row-fluid jupiter-donut- mk-fullwidth-false  attched-false     js-master-row  mk-grid">
				
<div class="vc_col-sm-12 wpb_column column_container  jupiter-donut- _ jupiter-donut-height-full">
	
<div id="padding-12" class="mk-padding-divider jupiter-donut-  jupiter-donut-clearfix"></div>


<div id="text-block-13" class="mk-text-block  jupiter-donut- ">

	
	<p>The identification of animals and objects in complex environments is an area of computer vision which has largely been neglected due to high expense of datasets and intensive computational requirements for analysis.  The challenges of identifying sharks and aquatic animals in environments littered with surfers, rocks and various other possible false positives required the development of a system incorporating the newest forms of computer vision machine learning. Simple methods such as color separation, intensity histograms and optical flow are all thrown off by the ever changing complex environment of the ocean.  For this reason a machine learning method that gradually improves with larger and larger datasets was the best solution.</p>

	<div class="clearboth"></div>
</div>


<div id="padding-14" class="mk-padding-divider jupiter-donut-  jupiter-donut-clearfix"></div>


<div id="text-block-15" class="mk-text-block  jupiter-donut- ">

	
	<p>The development of this system needs to overcome a few large obstacles that are present in this dynamic environment</p>
<ul>
<li>Ability to identify sharks from a minimum 60 meters altitude from a fast moving drone</li>
<li>Detection through the highly changing environment of waves, glare and shadows created from the changing ocean</li>
<li>False positives from surfers and a range of other marine life</li>
<li>Ability to be run on an onboard single board computer</li>
</ul>
<div id="attachment_7243" style="width: 768px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-7243" class="wp-image-7243" src="http://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-difficultenvironment-1024x583.png" alt="sharkdetection-difficultenvironment" width="758" height="431" srcset="https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-difficultenvironment-1024x583.png 1024w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-difficultenvironment-300x171.png 300w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-difficultenvironment-768x437.png 768w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-difficultenvironment-330x188.png 330w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-difficultenvironment-728x414.png 728w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-difficultenvironment-414x236.png 414w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-difficultenvironment.png 1209w" sizes="(max-width: 758px) 100vw, 758px" /><p id="caption-attachment-7243" class="wp-caption-text">Examples of difficult environments</p></div>
<p>With use of machine learning methods the ability to essentially train out specific problematic areas and accentuate features of the shark for easier detection become feasible.  This has required the use of immensely huge datasets with over 50,000 individual images being utilized in order to successfully differentiate between the aggressive ocean and the targeted entity.  The result has been extremely successful over other techniques with low false positives and high identification in extremely complicated environments. The problems of waves, shadows and rocks have all been slowly trained out to a point where blind runs of unseen datasets produce high identification rates and low false positives.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-large wp-image-7240" src="http://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection1-1024x400.png" alt="sharkdetection-drones1" width="1024" height="400" srcset="https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection1-1024x400.png 1024w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection1-300x117.png 300w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection1-768x300.png 768w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection1-330x129.png 330w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection1-736x288.png 736w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection1-414x162.png 414w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection1.png 1116w" sizes="(max-width: 1024px) 100vw, 1024px" /><img loading="lazy" decoding="async" class="alignnone size-large wp-image-7241" src="http://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection2-1024x403.png" alt="sharkdetection-drones2" width="1024" height="403" srcset="https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection2-1024x403.png 1024w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection2-300x118.png 300w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection2-768x302.png 768w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection2-330x130.png 330w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection2-736x289.png 736w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection2-414x163.png 414w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection2.png 1114w" sizes="(max-width: 1024px) 100vw, 1024px" /><img loading="lazy" decoding="async" class="alignnone size-large wp-image-7242" src="http://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection3-1024x403.png" alt="sharkdetection-drones3" width="1024" height="403" srcset="https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection3-1024x403.png 1024w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection3-300x118.png 300w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection3-768x302.png 768w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection3-1100x434.png 1100w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection3-330x130.png 330w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection3-736x290.png 736w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection3-414x163.png 414w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection3.png 1102w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>The capabilities of this machine learning technique are near endless with the addition of more computational power the ability to run identification of multiple animals and objects can be undertaken. This can lead to a huge new range of possibilities in creating specific scenarios for warning systems and data collection.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-large wp-image-7239" src="http://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-1024x713.png" alt="sharkdetection-drones" width="1024" height="713" srcset="https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-1024x713.png 1024w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-300x209.png 300w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-768x535.png 768w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-330x230.png 330w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-260x180.png 260w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-594x414.png 594w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-414x288.png 414w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection-600x417.png 600w, https://www.scoutaerial.com.au/wp-content/uploads/2017/06/sharkdetection.png 1031w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Do you have a similar project in mind? Want to successfully integrate remotely piloted aircraft into your operation?  We would love to help you turn your idea into practical results. <a href="http://www.scoutaerial.com.au/contact-us/">Contact us today. </a></p>

	<div class="clearboth"></div>
</div>

</div>
	</div>

<p>The post <a href="https://www.scoutaerial.com.au/article-sharkdetection/">Machine Learning for detecting sharks</a> appeared first on <a href="https://www.scoutaerial.com.au">Scout Aerial Australia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.scoutaerial.com.au/article-sharkdetection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
