<?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>Computer vision for dummies &#187; accelerometer</title>
	<atom:link href="https://www.visiondummy.com/tag/accelerometer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.visiondummy.com</link>
	<description>A blog about intelligent algorithms, machine learning, computer vision, datamining and more.</description>
	<lastBuildDate>Tue, 04 May 2021 14:17:31 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.39</generator>
	<item>
		<title>Hybrid deep learning for modeling driving behavior from sensor data</title>
		<link>https://www.visiondummy.com/2017/09/hybrid-deep-learning/</link>
		<comments>https://www.visiondummy.com/2017/09/hybrid-deep-learning/#comments</comments>
		<pubDate>Mon, 25 Sep 2017 17:38:57 +0000</pubDate>
		<dc:creator><![CDATA[Vincent Spruyt]]></dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[accelerometer]]></category>
		<category><![CDATA[CNN]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[gyroscope]]></category>
		<category><![CDATA[LSTM]]></category>
		<category><![CDATA[Neural network]]></category>
		<category><![CDATA[sensor data]]></category>

		<guid isPermaLink="false">http://www.visiondummy.com/?p=1013</guid>
		<description><![CDATA[<p>Usage based insurance solutions where smartphone sensor data is used to analyze the driver&#8217;s behavior are becoming prevalent these days. However, a major shortcoming of most solutions on the market today, is the fact that trips where the user was a passenger, e.g. taxi trips, get included in the user&#8217;s risk profile. At Sentiance, we [...]</p>
<p>The post <a rel="nofollow" href="https://www.visiondummy.com/2017/09/hybrid-deep-learning/">Hybrid deep learning for modeling driving behavior from sensor data</a> appeared first on <a rel="nofollow" href="https://www.visiondummy.com">Computer vision for dummies</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>Learning Driver DNA</h2>
<p><a href="http://www.sentiance.com/2017/09/25/deep-learning-on-passenger-and-driver-behavior-analysis-using-sensor-data/" title="Usage based insurance by smartphone sensor data" rel="noopener" target="_blank">Usage based insurance</a> solutions where smartphone sensor data is used to analyze the driver&#8217;s behavior are becoming prevalent these days. However, a major shortcoming of most solutions on the market today, is the fact that trips where the user was a passenger, e.g. taxi trips, get included in the user&#8217;s risk profile.</p>
<div id="attachment_1016" style="width: 778px" class="wp-caption aligncenter"><a href="http://www.visiondummy.com/wp-content/uploads/2017/09/sensordata.png"><img src="http://www.visiondummy.com/wp-content/uploads/2017/09/sensordata.png" alt="Accelerometer and gyroscope data can be used to estimate a user&#039;s driving behavior." width="768" height="279" class="size-full wp-image-1016" /></a><p class="wp-caption-text">Accelerometer and gyroscope data can be used to estimate a user&#8217;s driving behavior.</p></div>
<p>At <a href="http://www.sentiance.com/2017/09/25/deep-learning-on-passenger-and-driver-behavior-analysis-using-sensor-data/" title="Sentiance" rel="noopener" target="_blank">Sentiance</a>, we developed a deep learning based solution that gradually learns to model the user&#8217;s driving behavior, and that can be used to detect and remove those trips where the user was actually a passenger.</p>
<p>The input to our deep neural network is raw accelerometer and gyroscope data. A convolutional neural network is used to learn low-level features that describe the user specific driving characteristics, whereas an LSTM layer is stacked on top of the convolutional block to model long-term temporal dependencies within the sensor data.</p>
<p>The goal of this project was to let the neural network learn a feature space in which trips with a similar driving behavior appear close to each other, while the cosine distance between trips with distinct kinds of driving behavior should be large. Since it is difficult and expensive to gather large amounts of labelled data in this case, we applied a clever transfer learning trick; The network was initially trained with thousands of userIDs as output labels, and was forced to learn to classify which trip originated from which user. Once convergence was reached, we chopped of the top soft-max layer of the network, and used the dense layer directly as our feature space.</p>
<div id="attachment_1020" style="width: 778px" class="wp-caption aligncenter"><a href="http://www.visiondummy.com/wp-content/uploads/2017/09/deep_neural_network.png"><img src="http://www.visiondummy.com/wp-content/uploads/2017/09/deep_neural_network.png" alt="Transfer learning was used by training the network to perform a related task, and then using one of the dense layers directly as our feature space for the real task at hand." width="768" height="643" class="size-full wp-image-1020" /></a><p class="wp-caption-text">Transfer learning was used by training the network to perform a related task, and then using one of the dense layers directly as our feature space for the real task at hand.</p></div>
<p>Basically, this allowed the network to learn a metric space that we can then use for clustering or outlier detection, even on trips for new users that never appeared in our training data.</p>
<p>Check out our latest blog post at Sentiance that describes the model and approach in details: <a href="http://www.sentiance.com/2017/09/25/deep-learning-on-passenger-and-driver-behavior-analysis-using-sensor-data/" title="Applying deep learning to distinguish drivers from passengers using sensor data" rel="noopener" target="_blank">Applying deep learning to distinguish drivers from passengers using sensor data<br />
</a></p>
<p>The post <a rel="nofollow" href="https://www.visiondummy.com/2017/09/hybrid-deep-learning/">Hybrid deep learning for modeling driving behavior from sensor data</a> appeared first on <a rel="nofollow" href="https://www.visiondummy.com">Computer vision for dummies</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.visiondummy.com/2017/09/hybrid-deep-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk: enhanced
Database Caching using disk
Object Caching 618/880 objects using disk

 Served from: www.visiondummy.com @ 2026-05-01 13:59:48 by W3 Total Cache -->