<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mw.hh.se/caisr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yuafan</id>
	<title>ISLAB/CAISR - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://mw.hh.se/caisr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yuafan"/>
	<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Special:Contributions/Yuafan"/>
	<updated>2026-04-04T15:07:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3302</id>
		<title>Vehicle Operation Classification</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3302"/>
		<updated>2016-10-26T10:01:05Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Classify modes of operation of Volvo vehicles based on on-board data&lt;br /&gt;
|Keywords=Data Mining, Machine Learning, Ubiquitous Knowledge Discovery&lt;br /&gt;
|TimeFrame=Winter 2016 / Spring 2017&lt;br /&gt;
|References=Time series classification&lt;br /&gt;
&lt;br /&gt;
Unsupervised and semi-supervised clustering&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
With rapid development and growth of interconnected devices, more physical systems are integrated with computer-based systems, e.g. sensors and actuators can be sensed and controlled remotely across the network. It is enticing to analyze sensor data streaming from devices (on large scale), discover interesting patterns and knowledge.&lt;br /&gt;
&lt;br /&gt;
In the ReDi2Service project we have collected approximately 1TB of data from Volvo buses in normal operation. It is interesting to analyse this data from the usage point of view, and come up with good description and/or classification (possibly hierarchical or even an ontology) of vehicle operation. &lt;br /&gt;
&lt;br /&gt;
The data contains both GPS positions, as well as on-board signals such as vehicle speed or engine torque. The goal of the project is to provide a framework for organising the data in a way that will facilitate future access to interesting portions of this data according to multiple criteria.&lt;br /&gt;
&lt;br /&gt;
We are interested in both low-level information (for example, detecting workshop visits, splitting the data into trips from turning the engine on to turning it off, distinguishing between highway and in-city operation, or finding uphill and downhill driving) as well as in more abstract description (is the bus in regular line traffic or performing some other duty, automatically finding similarities and differences between missions, etc).&lt;br /&gt;
&lt;br /&gt;
More details to come...&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3286</id>
		<title>Representation Learning for Deviation Detection</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3286"/>
		<updated>2016-10-25T22:22:21Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Optimise Echo State Networks for time series forecasting and reconstruction. Propose methods, e.g. objective functions, to train Echo State Networks for deviation detection&lt;br /&gt;
|Keywords=Representation learning, Deviation detection, Echo State Network, Optimization, Differential evolution&lt;br /&gt;
|TimeFrame=Winter 2016 / Spring 2017&lt;br /&gt;
|References=[1] Bengio, Yoshua, Aaron Courville, and Pascal Vincent. &amp;quot;Representation learning: A review and new perspectives.&amp;quot; IEEE transactions on pattern analysis and machine intelligence 35.8 (2013): 1798-1828.&lt;br /&gt;
&lt;br /&gt;
[2] Jaeger, Herbert. Tutorial on training recurrent neural networks, covering BPPT, RTRL, EKF and the&amp;quot; echo state network&amp;quot; approach. GMD-Forschungszentrum Informationstechnik, 2002.&lt;br /&gt;
&lt;br /&gt;
[3] Jaeger, Herbert, et al. &amp;quot;Optimization and applications of echo state networks with leaky-integrator neurons.&amp;quot; Neural networks 20.3 (2007): 335-352.&lt;br /&gt;
&lt;br /&gt;
[4] Lukoševičius, Mantas. &amp;quot;A practical guide to applying echo state networks.&amp;quot; Neural networks: Tricks of the trade. Springer Berlin Heidelberg, 2012. 659-686.&lt;br /&gt;
&lt;br /&gt;
[5] Wang, Lin, Zhigang Wang, and Shan Liu. &amp;quot;An effective multivariate time series classification approach using echo state network and adaptive differential evolution algorithm.&amp;quot; Expert Systems with Applications 43 (2016): 237-249.&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; programming skills for implementing machine learning algorithms&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Echo State Network (ESN) is a special class of recurrent neural networks that can be used for supervised learning, e.g. time series forecasting, pattern recognition and deviation detection. The main idea of ESN is to drive a large random, fixed neural network that induce input signal into each neurons. The nonlinear responses of all neurons are combined by a trainable linear combination to a desired output. The network captures temporal features of time series data. Compared to other recurrent neural networks, it can be trained much faster. ESN are characterized by a number of parameters (e.g. network architecture, spectral radius, type of neurons and input scaling etc.). In order to achieve desired performance, these parameters need to be optimized and, preferably, in an efficient way.&lt;br /&gt;
&lt;br /&gt;
There are many applications [0,1,2] ESN can be applied to. ESN can be used for general learning tasks, e.g. time series forecasting, or as representation of the data. In [3,4] ESN is employed to classify time series for fault detection. Similarly, in [6], air pressure signals are encoded into ESNs and anomalies are detected using an unsupervised deviation detection method, called Consensus Self-Organizing Models (COSMO) method. One key feature of COSMO method is the ability to capture and encode characteristics of the signals by using different representations. Generic representation that can be adapted to different type of signals and captures various characteristics is preferred for anomaly detection. Paper [6] demonstrated that ESNs are promising for this purpose. How to optimize the parameters of ESNs for deviation detection can be further investigated. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Objectives:&lt;br /&gt;
&lt;br /&gt;
1. Propose a framework to optimize Echo State Networks for forecasting and reconstructing time series.&lt;br /&gt;
&lt;br /&gt;
2. Use ESNs as self-organizing data representation (can be trained without external supervision) for unsupervised deviation detection. Determine what are the criteria for ESNs to learn interesting characteristics of the time series for deviation detection. Note that, for example, minimizing the reconstruction error does not necessary to be the objective function when train ESNs, but rather how ESNs can be trained to generalize various properties that characterize the observed system.&lt;br /&gt;
&lt;br /&gt;
3. Perform deviation detection (e.g. COSMO method) on both synthetic data and data from real world application based on Echo State Networks and other data representations. Compare and analyze the performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
&lt;br /&gt;
[1] Li, Decai, Min Han, and Jun Wang. &amp;quot;Chaotic time series prediction based on a novel robust echo state network.&amp;quot; IEEE Transactions on Neural Networks and Learning Systems 23.5 (2012): 787-799.&lt;br /&gt;
&lt;br /&gt;
[2] Krause13, André Frank, et al. &amp;quot;Evolutionary Optimization of Echo State Networks: multiple motor pattern learning.&amp;quot; (2010).&lt;br /&gt;
&lt;br /&gt;
[3] Marco Rigamonti et al., &amp;quot;Echo State Network for the Remaining Useful Life Prediction of a Turbofan Engine.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;br /&gt;
&lt;br /&gt;
[4] Chen, Huanhuan, Peter Tiňo, and Xin Yao. &amp;quot;Cognitive fault diagnosis in Tennessee Eastman Process using learning in the model space.&amp;quot; Computers &amp;amp; Chemical Engineering 67 (2014): 33-42.&lt;br /&gt;
&lt;br /&gt;
[5] Quevedo, Joseba, et al. &amp;quot;Combining learning in model space fault diagnosis with data validation/reconstruction: Application to the Barcelona water network.&amp;quot; Engineering Applications of Artificial Intelligence 30 (2014): 18-29.&lt;br /&gt;
&lt;br /&gt;
[6] Fan, Yuantao, et al. &amp;quot;Predicting Air Compressor Failures with Echo State Networks.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3285</id>
		<title>Representation Learning for Deviation Detection</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3285"/>
		<updated>2016-10-25T22:22:03Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Optimise Echo State Networks for time series forecasting and reconstruction. Propose methods, e.g. objective functions, to train Echo State Networks for deviation detection&lt;br /&gt;
|Keywords=Representation learning, Deviation detection, Echo State Network, Optimization, Differential evolution&lt;br /&gt;
|TimeFrame=Winter 2016 / Spring 2017&lt;br /&gt;
|References=[1] Bengio, Yoshua, Aaron Courville, and Pascal Vincent. &amp;quot;Representation learning: A review and new perspectives.&amp;quot; IEEE transactions on pattern analysis and machine intelligence 35.8 (2013): 1798-1828.&lt;br /&gt;
&lt;br /&gt;
[2] Jaeger, Herbert. Tutorial on training recurrent neural networks, covering BPPT, RTRL, EKF and the&amp;quot; echo state network&amp;quot; approach. GMD-Forschungszentrum Informationstechnik, 2002.&lt;br /&gt;
&lt;br /&gt;
[3] Jaeger, Herbert, et al. &amp;quot;Optimization and applications of echo state networks with leaky-integrator neurons.&amp;quot; Neural networks 20.3 (2007): 335-352.&lt;br /&gt;
&lt;br /&gt;
[4] Lukoševičius, Mantas. &amp;quot;A practical guide to applying echo state networks.&amp;quot; Neural networks: Tricks of the trade. Springer Berlin Heidelberg, 2012. 659-686.&lt;br /&gt;
&lt;br /&gt;
[5] Wang, Lin, Zhigang Wang, and Shan Liu. &amp;quot;An effective multivariate time series classification approach using echo state network and adaptive differential evolution algorithm.&amp;quot; Expert Systems with Applications 43 (2016): 237-249.&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; programming skills for implementing machine learning algorithms&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Echo State Network (ESN) is a special class of recurrent neural networks that can be used for supervised learning, e.g. time series forecasting, pattern recognition and deviation detection. The main idea of ESN is to drive a large random, fixed neural network that induce input signal into each neurons. The nonlinear responses of all neurons are combined by a trainable linear combination to a desired output. The network captures temporal features of time series data. Compared to other recurrent neural networks, it can be trained much faster. ESN are characterized by a number of parameters (e.g. network architecture, spectral radius, type of neurons and input scaling etc.). In order to achieve desired performance, these parameters need to be optimized and, preferably, in an efficient way.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many applications [0,1,2] ESN can be applied to. ESN can be used for general learning tasks, e.g. time series forecasting, or as representation of the data. In [3,4] ESN is employed to classify time series for fault detection. Similarly, in [6], air pressure signals are encoded into ESNs and anomalies are detected using an unsupervised deviation detection method, called Consensus Self-Organizing Models (COSMO) method. One key feature of COSMO method is the ability to capture and encode characteristics of the signals by using different representations. Generic representation that can be adapted to different type of signals and captures various characteristics is preferred for anomaly detection. Paper [6] demonstrated that ESNs are promising for this purpose. How to optimize the parameters of ESNs for deviation detection can be further investigated. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Objectives:&lt;br /&gt;
&lt;br /&gt;
1. Propose a framework to optimize Echo State Networks for forecasting and reconstructing time series.&lt;br /&gt;
&lt;br /&gt;
2. Use ESNs as self-organizing data representation (can be trained without external supervision) for unsupervised deviation detection. Determine what are the criteria for ESNs to learn interesting characteristics of the time series for deviation detection. Note that, for example, minimizing the reconstruction error does not necessary to be the objective function when train ESNs, but rather how ESNs can be trained to generalize various properties that characterize the observed system.&lt;br /&gt;
&lt;br /&gt;
3. Perform deviation detection (e.g. COSMO method) on both synthetic data and data from real world application based on Echo State Networks and other data representations. Compare and analyze the performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
&lt;br /&gt;
[1] Li, Decai, Min Han, and Jun Wang. &amp;quot;Chaotic time series prediction based on a novel robust echo state network.&amp;quot; IEEE Transactions on Neural Networks and Learning Systems 23.5 (2012): 787-799.&lt;br /&gt;
&lt;br /&gt;
[2] Krause13, André Frank, et al. &amp;quot;Evolutionary Optimization of Echo State Networks: multiple motor pattern learning.&amp;quot; (2010).&lt;br /&gt;
&lt;br /&gt;
[3] Marco Rigamonti et al., &amp;quot;Echo State Network for the Remaining Useful Life Prediction of a Turbofan Engine.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;br /&gt;
&lt;br /&gt;
[4] Chen, Huanhuan, Peter Tiňo, and Xin Yao. &amp;quot;Cognitive fault diagnosis in Tennessee Eastman Process using learning in the model space.&amp;quot; Computers &amp;amp; Chemical Engineering 67 (2014): 33-42.&lt;br /&gt;
&lt;br /&gt;
[5] Quevedo, Joseba, et al. &amp;quot;Combining learning in model space fault diagnosis with data validation/reconstruction: Application to the Barcelona water network.&amp;quot; Engineering Applications of Artificial Intelligence 30 (2014): 18-29.&lt;br /&gt;
&lt;br /&gt;
[6] Fan, Yuantao, et al. &amp;quot;Predicting Air Compressor Failures with Echo State Networks.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3284</id>
		<title>Representation Learning for Deviation Detection</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3284"/>
		<updated>2016-10-25T22:21:32Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Optimise Echo State Networks for time series forecasting and reconstruction. Propose methods, e.g. objective functions, to train Echo State Networks for deviation detection&lt;br /&gt;
|Keywords=Representation learning, Deviation detection, Echo State Network, Optimization, Differential evolution&lt;br /&gt;
|TimeFrame=Winter 2016 / Spring 2017&lt;br /&gt;
|References=[1] Bengio, Yoshua, Aaron Courville, and Pascal Vincent. &amp;quot;Representation learning: A review and new perspectives.&amp;quot; IEEE transactions on pattern analysis and machine intelligence 35.8 (2013): 1798-1828.&lt;br /&gt;
&lt;br /&gt;
[2] Jaeger, Herbert. Tutorial on training recurrent neural networks, covering BPPT, RTRL, EKF and the&amp;quot; echo state network&amp;quot; approach. GMD-Forschungszentrum Informationstechnik, 2002.&lt;br /&gt;
&lt;br /&gt;
[3] Jaeger, Herbert, et al. &amp;quot;Optimization and applications of echo state networks with leaky-integrator neurons.&amp;quot; Neural networks 20.3 (2007): 335-352.&lt;br /&gt;
&lt;br /&gt;
[4] Lukoševičius, Mantas. &amp;quot;A practical guide to applying echo state networks.&amp;quot; Neural networks: Tricks of the trade. Springer Berlin Heidelberg, 2012. 659-686.&lt;br /&gt;
&lt;br /&gt;
[5] Wang, Lin, Zhigang Wang, and Shan Liu. &amp;quot;An effective multivariate time series classification approach using echo state network and adaptive differential evolution algorithm.&amp;quot; Expert Systems with Applications 43 (2016): 237-249.&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; programming skills for implementing machine learning algorithms&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Echo State Network (ESN) is a special class of recurrent neural networks that can be used for supervised learning, e.g. time series forecasting, pattern recognition and deviation detection. The main idea of ESN is to drive a large random, fixed neural network that induce input signal into each neurons. The nonlinear responses of all neurons are combined by a trainable linear combination to a desired output. The network captures temporal features of time series data. Compared to other recurrent neural networks, it can be trained much faster. ESN are characterized by a number of parameters (e.g. network architecture, spectral radius, type of neurons and input scaling etc.). In order to achieve desired performance, these parameters need to be optimized and, preferably, in an efficient way.&lt;br /&gt;
&lt;br /&gt;
There are many applications [0,1,2] ESN can be applied to. ESN can be used for general learning tasks, e.g. time series forecasting, or as representation of the data. In [3,4] ESN is employed to classify time series for fault detection. Similarly, in [6], air pressure signals are encoded into ESNs and anomalies are detected using an unsupervised deviation detection method, called Consensus Self-Organizing Models (COSMO) method. One key feature of COSMO method is the ability to capture and encode characteristics of the signals by using different representations. Generic representation that can be adapted to different type of signals and captures various characteristics is preferred for anomaly detection. Paper [6] demonstrated that ESNs are promising for this purpose. How to optimize the parameters of ESNs for deviation detection can be further investigated. &lt;br /&gt;
&lt;br /&gt;
Objectives:&lt;br /&gt;
1. Propose a framework to optimize Echo State Networks for forecasting and reconstructing time series.&lt;br /&gt;
2. Use ESNs as self-organizing data representation (can be trained without external supervision) for unsupervised deviation detection. Determine what are the criteria for ESNs to learn interesting characteristics of the time series for deviation detection. Note that, for example, minimizing the reconstruction error does not necessary to be the objective function when train ESNs, but rather how ESNs can be trained to generalize various properties that characterize the observed system.&lt;br /&gt;
3. Perform deviation detection (e.g. COSMO method) on both synthetic data and data from real world application based on Echo State Networks and other data representations. Compare and analyze the performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
&lt;br /&gt;
[1] Li, Decai, Min Han, and Jun Wang. &amp;quot;Chaotic time series prediction based on a novel robust echo state network.&amp;quot; IEEE Transactions on Neural Networks and Learning Systems 23.5 (2012): 787-799.&lt;br /&gt;
&lt;br /&gt;
[2] Krause13, André Frank, et al. &amp;quot;Evolutionary Optimization of Echo State Networks: multiple motor pattern learning.&amp;quot; (2010).&lt;br /&gt;
&lt;br /&gt;
[3] Marco Rigamonti et al., &amp;quot;Echo State Network for the Remaining Useful Life Prediction of a Turbofan Engine.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;br /&gt;
&lt;br /&gt;
[4] Chen, Huanhuan, Peter Tiňo, and Xin Yao. &amp;quot;Cognitive fault diagnosis in Tennessee Eastman Process using learning in the model space.&amp;quot; Computers &amp;amp; Chemical Engineering 67 (2014): 33-42.&lt;br /&gt;
&lt;br /&gt;
[5] Quevedo, Joseba, et al. &amp;quot;Combining learning in model space fault diagnosis with data validation/reconstruction: Application to the Barcelona water network.&amp;quot; Engineering Applications of Artificial Intelligence 30 (2014): 18-29.&lt;br /&gt;
&lt;br /&gt;
[6] Fan, Yuantao, et al. &amp;quot;Predicting Air Compressor Failures with Echo State Networks.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3283</id>
		<title>Representation Learning for Deviation Detection</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3283"/>
		<updated>2016-10-25T22:21:05Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Optimise Echo State Networks for time series forecasting and reconstruction. Propose methods, e.g. objective functions, to train Echo State Networks for deviation detection&lt;br /&gt;
|Keywords=Representation learning, Deviation detection, Echo State Network, Optimization, Differential evolution&lt;br /&gt;
|TimeFrame=Winter 2016 / Spring 2017&lt;br /&gt;
|References=[1] Bengio, Yoshua, Aaron Courville, and Pascal Vincent. &amp;quot;Representation learning: A review and new perspectives.&amp;quot; IEEE transactions on pattern analysis and machine intelligence 35.8 (2013): 1798-1828.&lt;br /&gt;
&lt;br /&gt;
[2] Jaeger, Herbert. Tutorial on training recurrent neural networks, covering BPPT, RTRL, EKF and the&amp;quot; echo state network&amp;quot; approach. GMD-Forschungszentrum Informationstechnik, 2002.&lt;br /&gt;
&lt;br /&gt;
[3] Jaeger, Herbert, et al. &amp;quot;Optimization and applications of echo state networks with leaky-integrator neurons.&amp;quot; Neural networks 20.3 (2007): 335-352.&lt;br /&gt;
&lt;br /&gt;
[4] Lukoševičius, Mantas. &amp;quot;A practical guide to applying echo state networks.&amp;quot; Neural networks: Tricks of the trade. Springer Berlin Heidelberg, 2012. 659-686.&lt;br /&gt;
&lt;br /&gt;
[5] Wang, Lin, Zhigang Wang, and Shan Liu. &amp;quot;An effective multivariate time series classification approach using echo state network and adaptive differential evolution algorithm.&amp;quot; Expert Systems with Applications 43 (2016): 237-249.&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; programming skills for implementing machine learning algorithms&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Echo State Network (ESN) is a special class of recurrent neural networks that can be used for supervised learning, e.g. time series forecasting, pattern recognition and deviation detection. The main idea of ESN is to drive a large random, fixed neural network that induce input signal into each neurons. The nonlinear responses of all neurons are combined by a trainable linear combination to a desired output. The network captures temporal features of time series data. Compared to other recurrent neural networks, it can be trained much faster. ESN are characterized by a number of parameters (e.g. network architecture, spectral radius, type of neurons and input scaling etc.). In order to achieve desired performance, these parameters need to be optimized and, preferably, in an efficient way.&lt;br /&gt;
&lt;br /&gt;
There are many applications [0,1,2] ESN can be applied to. ESN can be used for general learning tasks, e.g. time series forecasting, or as representation of the data. In [3,4] ESN is employed to classify time series for fault detection. Similarly, in [6], air pressure signals are encoded into ESNs and anomalies are detected using an unsupervised deviation detection method, called Consensus Self-Organizing Models (COSMO) method. One key feature of COSMO method is the ability to capture and encode characteristics of the signals by using different representations. Generic representation that can be adapted to different type of signals and captures various characteristics is preferred for anomaly detection. Paper [6] demonstrated that ESNs are promising for this purpose. How to optimize the parameters of ESNs for deviation detection can be further investigated. &lt;br /&gt;
&lt;br /&gt;
Objectives:&lt;br /&gt;
1. Propose a framework to optimize Echo State Networks for forecasting and reconstructing time series.&lt;br /&gt;
2. Use ESNs as self-organizing data representation (can be trained without external supervision) for unsupervised deviation detection. Determine what are the criteria for ESNs to learn interesting characteristics of the time series for deviation detection. Note that, for example, minimizing the reconstruction error does not necessary to be the objective function when train ESNs, but rather how ESNs can be trained to generalize various properties that characterize the observed system.&lt;br /&gt;
3. Perform deviation detection (e.g. COSMO method) on both synthetic data and data from real world application based on Echo State Networks and other data representations. Compare and analyze the performance.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
&lt;br /&gt;
[1] Li, Decai, Min Han, and Jun Wang. &amp;quot;Chaotic time series prediction based on a novel robust echo state network.&amp;quot; IEEE Transactions on Neural Networks and Learning Systems 23.5 (2012): 787-799.&lt;br /&gt;
&lt;br /&gt;
[2] Krause13, André Frank, et al. &amp;quot;Evolutionary Optimization of Echo State Networks: multiple motor pattern learning.&amp;quot; (2010).&lt;br /&gt;
&lt;br /&gt;
[3] Marco Rigamonti et al., &amp;quot;Echo State Network for the Remaining Useful Life Prediction of a Turbofan Engine.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;br /&gt;
&lt;br /&gt;
[4] Chen, Huanhuan, Peter Tiňo, and Xin Yao. &amp;quot;Cognitive fault diagnosis in Tennessee Eastman Process using learning in the model space.&amp;quot; Computers &amp;amp; Chemical Engineering 67 (2014): 33-42.&lt;br /&gt;
&lt;br /&gt;
[5] Quevedo, Joseba, et al. &amp;quot;Combining learning in model space fault diagnosis with data validation/reconstruction: Application to the Barcelona water network.&amp;quot; Engineering Applications of Artificial Intelligence 30 (2014): 18-29.&lt;br /&gt;
&lt;br /&gt;
[6] Fan, Yuantao, et al. &amp;quot;Predicting Air Compressor Failures with Echo State Networks.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3282</id>
		<title>Representation Learning for Deviation Detection</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3282"/>
		<updated>2016-10-25T22:20:26Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Optimise Echo State Networks for time series forecasting and reconstruction. Propose methods, e.g. objective functions, to train Echo State Networks for deviation detection&lt;br /&gt;
|Keywords=Representation learning, Deviation detection, Echo State Network, Optimization, Differential evolution&lt;br /&gt;
|TimeFrame=Winter 2016 / Spring 2017&lt;br /&gt;
|References=[1] Bengio, Yoshua, Aaron Courville, and Pascal Vincent. &amp;quot;Representation learning: A review and new perspectives.&amp;quot; IEEE transactions on pattern analysis and machine intelligence 35.8 (2013): 1798-1828.&lt;br /&gt;
&lt;br /&gt;
[2] Jaeger, Herbert. Tutorial on training recurrent neural networks, covering BPPT, RTRL, EKF and the&amp;quot; echo state network&amp;quot; approach. GMD-Forschungszentrum Informationstechnik, 2002.&lt;br /&gt;
&lt;br /&gt;
[3] Jaeger, Herbert, et al. &amp;quot;Optimization and applications of echo state networks with leaky-integrator neurons.&amp;quot; Neural networks 20.3 (2007): 335-352.&lt;br /&gt;
&lt;br /&gt;
[4] Lukoševičius, Mantas. &amp;quot;A practical guide to applying echo state networks.&amp;quot; Neural networks: Tricks of the trade. Springer Berlin Heidelberg, 2012. 659-686.&lt;br /&gt;
&lt;br /&gt;
[5] Wang, Lin, Zhigang Wang, and Shan Liu. &amp;quot;An effective multivariate time series classification approach using echo state network and adaptive differential evolution algorithm.&amp;quot; Expert Systems with Applications 43 (2016): 237-249.&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; programming skills for implementing machine learning algorithms&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Echo State Network (ESN) is a special class of recurrent neural networks that can be used for supervised learning, e.g. time series forecasting, pattern recognition and deviation detection. The main idea of ESN is to drive a large random, fixed neural network that induce input signal into each neurons. The nonlinear responses of all neurons are combined by a trainable linear combination to a desired output. The network captures temporal features of time series data. Compared to other recurrent neural networks, it can be trained much faster. ESN are characterized by a number of parameters (e.g. network architecture, spectral radius, type of neurons and input scaling etc.). In order to achieve desired performance, these parameters need to be optimized and, preferably, in an efficient way.&lt;br /&gt;
&lt;br /&gt;
There are many applications [0,1,2] ESN can be applied to. ESN can be used for general learning tasks, e.g. time series forecasting, or as representation of the data. In [3,4] ESN is employed to classify time series for fault detection. Similarly, in [6], air pressure signals are encoded into ESNs and anomalies are detected using an unsupervised deviation detection method, called Consensus Self-Organizing Models (COSMO) method. One key feature of COSMO method is the ability to capture and encode characteristics of the signals by using different representations. Generic representation that can be adapted to different type of signals and captures various characteristics is preferred for anomaly detection. Paper [6] demonstrated that ESNs are promising for this purpose. How to optimize the parameters of ESNs for deviation detection can be further investigated. &lt;br /&gt;
&lt;br /&gt;
Objectives:&lt;br /&gt;
1. Propose a framework to optimize Echo State Networks for forecasting and reconstructing time series.&lt;br /&gt;
2. Use ESNs as self-organizing data representation (can be trained without external supervision) for unsupervised deviation detection. Determine what are the criteria for ESNs to learn interesting characteristics of the time series for deviation detection. Note that, for example, minimizing the reconstruction error does not necessary to be the objective function when train ESNs, but rather how ESNs can be trained to generalize various properties that characterize the observed system.&lt;br /&gt;
3. Perform deviation detection (e.g. COSMO method) on both synthetic data and data from real world application based on Echo State Networks and other data representations. Compare and analyze the performance.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
&lt;br /&gt;
[1] Li, Decai, Min Han, and Jun Wang. &amp;quot;Chaotic time series prediction based on a novel robust echo state network.&amp;quot; IEEE Transactions on Neural Networks and Learning Systems 23.5 (2012): 787-799.&lt;br /&gt;
[2] Krause13, André Frank, et al. &amp;quot;Evolutionary Optimization of Echo State Networks: multiple motor pattern learning.&amp;quot; (2010).&lt;br /&gt;
[3] Marco Rigamonti et al., &amp;quot;Echo State Network for the Remaining Useful Life Prediction of a Turbofan Engine.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;br /&gt;
[4] Chen, Huanhuan, Peter Tiňo, and Xin Yao. &amp;quot;Cognitive fault diagnosis in Tennessee Eastman Process using learning in the model space.&amp;quot; Computers &amp;amp; Chemical Engineering 67 (2014): 33-42.&lt;br /&gt;
[5] Quevedo, Joseba, et al. &amp;quot;Combining learning in model space fault diagnosis with data validation/reconstruction: Application to the Barcelona water network.&amp;quot; Engineering Applications of Artificial Intelligence 30 (2014): 18-29.&lt;br /&gt;
[6] Fan, Yuantao, et al. &amp;quot;Predicting Air Compressor Failures with Echo State Networks.&amp;quot; Third European Conference of the Prognostics and Health Management Society 2016, Bilbao, Spain, 5-8 July, 2016. PHM Society, 2016.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3281</id>
		<title>Representation Learning for Deviation Detection</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Representation_Learning_for_Deviation_Detection&amp;diff=3281"/>
		<updated>2016-10-25T22:19:11Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: Created page with &amp;quot;{{StudentProjectTemplate |Summary=Optimise Echo State Networks for time series forecasting and reconstruction. Propose methods, e.g. objective functions, to train Echo State N...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Optimise Echo State Networks for time series forecasting and reconstruction. Propose methods, e.g. objective functions, to train Echo State Networks for deviation detection&lt;br /&gt;
|Keywords=Representation learning, Deviation detection, Echo State Network, Optimization, Differential evolution&lt;br /&gt;
|TimeFrame=Winter 2016 / Spring 2017&lt;br /&gt;
|References=[1] Bengio, Yoshua, Aaron Courville, and Pascal Vincent. &amp;quot;Representation learning: A review and new perspectives.&amp;quot; IEEE transactions on pattern analysis and machine intelligence 35.8 (2013): 1798-1828.&lt;br /&gt;
&lt;br /&gt;
[2] Jaeger, Herbert. Tutorial on training recurrent neural networks, covering BPPT, RTRL, EKF and the&amp;quot; echo state network&amp;quot; approach. GMD-Forschungszentrum Informationstechnik, 2002.&lt;br /&gt;
&lt;br /&gt;
[3] Jaeger, Herbert, et al. &amp;quot;Optimization and applications of echo state networks with leaky-integrator neurons.&amp;quot; Neural networks 20.3 (2007): 335-352.&lt;br /&gt;
&lt;br /&gt;
[4] Lukoševičius, Mantas. &amp;quot;A practical guide to applying echo state networks.&amp;quot; Neural networks: Tricks of the trade. Springer Berlin Heidelberg, 2012. 659-686.&lt;br /&gt;
&lt;br /&gt;
[5] Wang, Lin, Zhigang Wang, and Shan Liu. &amp;quot;An effective multivariate time series classification approach using echo state network and adaptive differential evolution algorithm.&amp;quot; Expert Systems with Applications 43 (2016): 237-249.&lt;br /&gt;
|Prerequisites=Artificial Intelligence and Learning Systems courses; good knowledge of machine learning and neural networks; programming skills for implementing machine learning algorithms&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Echo State Network (ESN) is a special class of recurrent neural networks that can be used for supervised learning, e.g. time series forecasting, pattern recognition and deviation detection. The main idea of ESN is to drive a large random, fixed neural network that induce input signal into each neurons. The nonlinear responses of all neurons are combined by a trainable linear combination to a desired output. The network captures temporal features of time series data. Compared to other recurrent neural networks, it can be trained much faster. ESN are characterized by a number of parameters (e.g. network architecture, spectral radius, type of neurons and input scaling etc.). In order to achieve desired performance, these parameters need to be optimized and, preferably, in an efficient way.&lt;br /&gt;
&lt;br /&gt;
There are many applications [0,1,2] ESN can be applied to. ESN can be used for general learning tasks, e.g. time series forecasting, or as representation of the data. In [3,4] ESN is employed to classify time series for fault detection. Similarly, in [6], air pressure signals are encoded into ESNs and anomalies are detected using an unsupervised deviation detection method, called Consensus Self-Organizing Models (COSMO) method. One key feature of COSMO method is the ability to capture and encode characteristics of the signals by using different representations. Generic representation that can be adapted to different type of signals and captures various characteristics is preferred for anomaly detection. Paper [6] demonstrated that ESNs are promising for this purpose. How to optimize the parameters of ESNs for deviation detection can be further investigated. &lt;br /&gt;
&lt;br /&gt;
Objectives:&lt;br /&gt;
1. Propose a framework to optimize Echo State Networks for forecasting and reconstructing time series.&lt;br /&gt;
2. Use ESNs as self-organizing data representation (can be trained without external supervision) for unsupervised deviation detection. Determine what are the criteria for ESNs to learn interesting characteristics of the time series for deviation detection. Note that, for example, minimizing the reconstruction error does not necessary to be the objective function when train ESNs, but rather how ESNs can be trained to generalize various properties that characterize the observed system.&lt;br /&gt;
3. Perform deviation detection (e.g. COSMO method) on both synthetic data and data from real world application based on Echo State Networks and other data representations. Compare and analyze the performance.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3280</id>
		<title>Vehicle Operation Classification</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3280"/>
		<updated>2016-10-25T20:17:08Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Classify modes of operation of Volvo vehicles based on on-board data&lt;br /&gt;
|Keywords=Data Mining, Machine Learning, Ubiquitous Knowledge Discovery&lt;br /&gt;
|TimeFrame=Winter 2016 / Spring 2017&lt;br /&gt;
|References=Time series classification&lt;br /&gt;
&lt;br /&gt;
Unsupervised and semi-supervised clustering&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
|Prerequisites=Cooperating Intelligent Systems and Learning Systems courses&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
With rapid development and growth of interconnected devices, more physical systems are integrated with computer-based systems, e.g. sensors and actuators can be sensed and controlled remotely across the network. It is enticing to analyze sensor data streaming from devices (on large scale), discover interesting patterns and knowledge.&lt;br /&gt;
&lt;br /&gt;
In the ReDi2Service project we have collected approximately 1TB of data from Volvo buses in normal operation. It is interesting to analyse this data from the usage point of view, and come up with good description and/or classification (possibly hierarchical or even an ontology) of vehicle operation. &lt;br /&gt;
&lt;br /&gt;
The data contains both GPS positions, as well as on-board signals such as vehicle speed or engine torque. The goal of the project is to provide a framework for organising the data in a way that will facilitate future access to interesting portions of this data according to multiple criteria.&lt;br /&gt;
&lt;br /&gt;
We are interested in both low-level information (for example, detecting workshop visits, splitting the data into trips from turning the engine on to turning it off, distinguishing between highway and in-city operation, or finding uphill and downhill driving) as well as in more abstract description (is the bus in regular line traffic or performing some other duty, automatically finding similarities and differences between missions, etc).&lt;br /&gt;
&lt;br /&gt;
More details to come...&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3279</id>
		<title>Vehicle Operation Classification</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3279"/>
		<updated>2016-10-25T20:16:04Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Classify modes of operation of Volvo vehicles based on on-board data&lt;br /&gt;
|Keywords=Data Mining&lt;br /&gt;
|TimeFrame=Winter 2016 / Spring 2017&lt;br /&gt;
|References=Time series classification&lt;br /&gt;
&lt;br /&gt;
Unsupervised and semi-supervised clustering&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
|Prerequisites=Cooperating Intelligent Systems and Learning Systems courses&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
With rapid development and growth of interconnected devices, more physical systems are integrated with computer-based systems, e.g. sensors and actuators can be sensed and controlled remotely across the network. It is enticing to analyze sensor data streaming from devices (on large scale), discover interesting patterns and knowledge.&lt;br /&gt;
&lt;br /&gt;
In the ReDi2Service project we have collected approximately 500GB of data from Volvo buses in normal operation. It is interesting to analyse this data from the usage point of view, and come up with good description and/or classification (possibly hierarchical or even an ontology) of vehicle operation. &lt;br /&gt;
&lt;br /&gt;
The data contains both GPS positions, as well as on-board signals such as vehicle speed or engine torque. The goal of the project is to provide a framework for organising the data in a way that will facilitate future access to interesting portions of this data according to multiple criteria.&lt;br /&gt;
&lt;br /&gt;
We are interested in both low-level information (for example, detecting workshop visits, splitting the data into trips from turning the engine on to turning it off, distinguishing between highway and in-city operation, or finding uphill and downhill driving) as well as in more abstract description (is the bus in regular line traffic or performing some other duty, automatically finding similarities and differences between missions, etc).&lt;br /&gt;
&lt;br /&gt;
More details to come...&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3278</id>
		<title>Vehicle Operation Classification</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3278"/>
		<updated>2016-10-25T19:29:58Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Classify modes of operation of Volvo vehicles based on on-board data&lt;br /&gt;
|Keywords=Data Mining&lt;br /&gt;
|TimeFrame=Spring 2016&lt;br /&gt;
|References=Time series classification&lt;br /&gt;
&lt;br /&gt;
Unsupervised and semi-supervised clustering&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
|Prerequisites=Cooperating Intelligent Systems and Learning Systems courses&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
With rapid development and growth of interconnected devices, more physical systems are integrated with computer-based systems, e.g. sensors and actuators can be sensed and controlled remotely across the network. It is enticing to analyze sensor data streaming from devices (on large scale), discover interesting patterns and knowledge.&lt;br /&gt;
&lt;br /&gt;
In the ReDi2Service project we have collected approximately 500GB of data from Volvo buses in normal operation. It is interesting to analyse this data from the usage point of view, and come up with good description and/or classification (possibly hierarchical or even an ontology) of vehicle operation. &lt;br /&gt;
&lt;br /&gt;
The data contains both GPS positions, as well as on-board signals such as vehicle speed or engine torque. The goal of the project is to provide a framework for organising the data in a way that will facilitate future access to interesting portions of this data according to multiple criteria.&lt;br /&gt;
&lt;br /&gt;
We are interested in both low-level information (for example, detecting workshop visits, splitting the data into trips from turning the engine on to turning it off, distinguishing between highway and in-city operation, or finding uphill and downhill driving) as well as in more abstract description (is the bus in regular line traffic or performing some other duty, automatically finding similarities and differences between missions, etc).&lt;br /&gt;
&lt;br /&gt;
More details to come...&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3277</id>
		<title>Vehicle Operation Classification</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3277"/>
		<updated>2016-10-25T19:28:45Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Classify modes of operation of Volvo vehicles based on on-board data&lt;br /&gt;
|Keywords=Data Mining&lt;br /&gt;
|TimeFrame=Spring 2016&lt;br /&gt;
|References=Time series classification&lt;br /&gt;
&lt;br /&gt;
Unsupervised and semi-supervised clustering&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
|Prerequisites=Cooperating Intelligent Systems and Learning Systems courses&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
With rapid development and growth of interconnected devices, more physical systems are integrated with computer-based systems, e.g. sensors and actuators can be sensed and controlled remotely across the network. It is enticing to analyze sensor data streaming from devices (on a large scale), discover interesting patterns and knowledge.&lt;br /&gt;
&lt;br /&gt;
In the ReDi2Service project we have collected approximately 500GB of data from Volvo buses in normal operation. It is interesting to analyse this data from the usage point of view, and come up with good description and/or classification (possibly hierarchical or even an ontology) of vehicle operation. &lt;br /&gt;
&lt;br /&gt;
The data contains both GPS positions, as well as on-board signals such as vehicle speed or engine torque. The goal of the project is to provide a framework for organising the data in a way that will facilitate future access to interesting portions of this data according to multiple criteria.&lt;br /&gt;
&lt;br /&gt;
We are interested in both low-level information (for example, detecting workshop visits, splitting the data into trips from turning the engine on to turning it off, distinguishing between highway and in-city operation, or finding uphill and downhill driving) as well as in more abstract description (is the bus in regular line traffic or performing some other duty, automatically finding similarities and differences between missions, etc).&lt;br /&gt;
&lt;br /&gt;
More details to come...&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3272</id>
		<title>Vehicle Operation Classification</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Vehicle_Operation_Classification&amp;diff=3272"/>
		<updated>2016-10-25T15:48:38Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Classify modes of operation of Volvo vehicles based on on-board data&lt;br /&gt;
|Keywords=Data Mining&lt;br /&gt;
|TimeFrame=Spring 2016&lt;br /&gt;
|References=Time series classification&lt;br /&gt;
&lt;br /&gt;
Unsupervised and semi-supervised clustering&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
|Prerequisites=Cooperating Intelligent Systems and Learning Systems courses&lt;br /&gt;
|Supervisor=Sławomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
In the ReDi2Service project we have collected approximately 500GB of data from Volvo buses in normal operation. It is interesting to analyse this data from the usage point of view, and come up with good description and/or classification (possibly hierarchical or even an ontology) of vehicle operation. &lt;br /&gt;
&lt;br /&gt;
The data contains both GPS positions, as well as on-board signals such as vehicle speed or engine torque. The goal of the project is to provide a framework for organising the data in a way that will facilitate future access to interesting portions of this data according to multiple criteria.&lt;br /&gt;
&lt;br /&gt;
We are interested in both low-level information (for example, detecting workshop visits, splitting the data into trips from turning the engine on to turning it off, distinguishing between highway and in-city operation, or finding uphill and downhill driving) as well as in more abstract description (is the bus in regular line traffic or performing some other duty, automatically finding similarities and differences between missions, etc).&lt;br /&gt;
&lt;br /&gt;
More details to come...&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=2256</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=2256"/>
		<updated>2015-09-14T09:17:12Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Image=Yuantao_Fan_img2.jpg&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
{{PublicationsList}}&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=RaspberryPiVolvoLogger&amp;diff=1997</id>
		<title>RaspberryPiVolvoLogger</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=RaspberryPiVolvoLogger&amp;diff=1997"/>
		<updated>2015-01-22T14:36:36Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=RaspberryPi-based solution for logging CAN data on Volvo trucks&lt;br /&gt;
|Programme=Embedded and Intelligent Systems, 120 ECTS&lt;br /&gt;
|Keywords=GNU/Linux, CAN interface, Data Mining, Knowledge Representation&lt;br /&gt;
|TimeFrame=Spring 2015&lt;br /&gt;
|References=http://www.raspberrypi.org/&lt;br /&gt;
&lt;br /&gt;
http://lnxpps.de/rpie/&lt;br /&gt;
&lt;br /&gt;
http://islab.hh.se/mediawiki/index.php/ReDi2Service&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=KJ5hMkWPEGY&lt;br /&gt;
|Prerequisites=Basic Linux knowledge, programming competence, possibly electronics experience,&lt;br /&gt;
Cooperating Intelligent Systems or equivalent basic Artificial Intelligence course&lt;br /&gt;
|Supervisor=Slawomir Nowaczyk, Yuantao Fan&lt;br /&gt;
|Examiner=Antanas Verikas&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
In the ReDi2Service project we are working together with Volvo Technology in Göteborg on collecting on-board data from a fleet of buses and comparing individual vehicles against rest of the group to detect faults and component wear. In that project we are using a specialized hardware and software solution, but we are interested in exploring possibilities of using products such as Raspberry Pi http://www.raspberrypi.org/ in order to lower the costs and increase the flexibility. &lt;br /&gt;
&lt;br /&gt;
The purpose of the project is to implement a flexible data logging system and use it to log data transmitted through the CAN interface. Supervised and unsupervised techniques will be used to compress the data, to investigate the relations between the sensors and to identify deviations from normal operation. The system will consist of three separate components. A service for data collection, a process performing analysis on the data and a User Interface. &lt;br /&gt;
All the data will be stored in PostgreSQL DBMS and the data aggregation and compression models will be performed within the database. The system will be implemented for GNU/Linux. The hardware will be based on Raspberry Pi, but with no dependencies from it.&lt;br /&gt;
&lt;br /&gt;
The service will collect the data from the CAN interface and according to some rules store them in the database. The rules will include models for the expected values of the sensors, sensors to monitor, compression methods and sensor limits. If a reading from the CAN does not agree with the model the service transmits an alert to the interface or to the network and keeps a record of the deviation. &lt;br /&gt;
&lt;br /&gt;
The data analysis component will be a process with input from the SQL database and output to the configuration files of the service. The origin and nature of the data will not be taken into account on this part, to keep this tool reusable in other domains. Supervised and unsupervised learning will be used to generate data compression models, to find relations between different sensors, to find visualizations that could depict the variation of the operation of the vehicle and finally to create predictive models and rules about the values of the sensors. The generated rules of compression or prediction will then be used from the service to log only deviations from the model. For the purposes of model creation and data reduction, the techniques that will be tested include Principal component analysis (instance data), neural Autoencoder(instance data), histograms(time series data) and Discrete Fourier Transform (time series data). For the clustering of the modes of operation the algorithms that will be tested include k-means, hierarchical cluster analysis and OPTICS.&lt;br /&gt;
&lt;br /&gt;
The Graphical User Interface will allow customization of the conditions under which the data should be logged, setting rules that will trigger an alert, monitor real time data from the sensors and provide visualizations to the user, constructed either from the data analysis process, or defined by the user. The user feedback on an alert could be possibly used to improve the rules that define normal operation.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=RaspberryPiVolvoLogger&amp;diff=1996</id>
		<title>RaspberryPiVolvoLogger</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=RaspberryPiVolvoLogger&amp;diff=1996"/>
		<updated>2015-01-22T14:36:23Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=RaspberryPi-based solution for logging CAN data on Volvo trucks&lt;br /&gt;
|Programme=Embedded and Intelligent Systems, 120 ECTS&lt;br /&gt;
|Keywords=GNU/Linux, CAN interface, Data Mining, Knowledge Representation&lt;br /&gt;
|TimeFrame=Spring 2015&lt;br /&gt;
|References=http://www.raspberrypi.org/&lt;br /&gt;
&lt;br /&gt;
http://lnxpps.de/rpie/&lt;br /&gt;
&lt;br /&gt;
http://islab.hh.se/mediawiki/index.php/ReDi2Service&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=KJ5hMkWPEGY&lt;br /&gt;
|Prerequisites=Basic Linux knowledge, programming competence, possibly electronics experience,&lt;br /&gt;
Cooperating Intelligent Systems or equivalent basic Artificial Intelligence course&lt;br /&gt;
|Supervisor=Slawomir Nowaczyk, Yuantao Fan,&lt;br /&gt;
|Examiner=Antanas Verikas&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
In the ReDi2Service project we are working together with Volvo Technology in Göteborg on collecting on-board data from a fleet of buses and comparing individual vehicles against rest of the group to detect faults and component wear. In that project we are using a specialized hardware and software solution, but we are interested in exploring possibilities of using products such as Raspberry Pi http://www.raspberrypi.org/ in order to lower the costs and increase the flexibility. &lt;br /&gt;
&lt;br /&gt;
The purpose of the project is to implement a flexible data logging system and use it to log data transmitted through the CAN interface. Supervised and unsupervised techniques will be used to compress the data, to investigate the relations between the sensors and to identify deviations from normal operation. The system will consist of three separate components. A service for data collection, a process performing analysis on the data and a User Interface. &lt;br /&gt;
All the data will be stored in PostgreSQL DBMS and the data aggregation and compression models will be performed within the database. The system will be implemented for GNU/Linux. The hardware will be based on Raspberry Pi, but with no dependencies from it.&lt;br /&gt;
&lt;br /&gt;
The service will collect the data from the CAN interface and according to some rules store them in the database. The rules will include models for the expected values of the sensors, sensors to monitor, compression methods and sensor limits. If a reading from the CAN does not agree with the model the service transmits an alert to the interface or to the network and keeps a record of the deviation. &lt;br /&gt;
&lt;br /&gt;
The data analysis component will be a process with input from the SQL database and output to the configuration files of the service. The origin and nature of the data will not be taken into account on this part, to keep this tool reusable in other domains. Supervised and unsupervised learning will be used to generate data compression models, to find relations between different sensors, to find visualizations that could depict the variation of the operation of the vehicle and finally to create predictive models and rules about the values of the sensors. The generated rules of compression or prediction will then be used from the service to log only deviations from the model. For the purposes of model creation and data reduction, the techniques that will be tested include Principal component analysis (instance data), neural Autoencoder(instance data), histograms(time series data) and Discrete Fourier Transform (time series data). For the clustering of the modes of operation the algorithms that will be tested include k-means, hierarchical cluster analysis and OPTICS.&lt;br /&gt;
&lt;br /&gt;
The Graphical User Interface will allow customization of the conditions under which the data should be logged, setting rules that will trigger an alert, monitor real time data from the sensors and provide visualizations to the user, constructed either from the data analysis process, or defined by the user. The user feedback on an alert could be possibly used to improve the rules that define normal operation.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=RaspberryPiVolvoLogger&amp;diff=1995</id>
		<title>RaspberryPiVolvoLogger</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=RaspberryPiVolvoLogger&amp;diff=1995"/>
		<updated>2015-01-22T14:25:06Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=RaspberryPi-based solution for logging CAN data on Volvo trucks&lt;br /&gt;
|Programme=Embedded and Intelligent Systems, 120 ECTS&lt;br /&gt;
|Keywords=GNU/Linux, CAN interface, Data Mining, Knowledge Representation&lt;br /&gt;
|TimeFrame=Spring 2015&lt;br /&gt;
|References=http://www.raspberrypi.org/&lt;br /&gt;
&lt;br /&gt;
http://lnxpps.de/rpie/&lt;br /&gt;
&lt;br /&gt;
http://islab.hh.se/mediawiki/index.php/ReDi2Service&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=KJ5hMkWPEGY&lt;br /&gt;
|Prerequisites=Basic Linux knowledge, programming competence, possibly electronics experience,&lt;br /&gt;
Cooperating Intelligent Systems or equivalent basic Artificial Intelligence course&lt;br /&gt;
|Supervisor=Slawomir Nowaczyk, Rune Prytz, Yuantao Fan,&lt;br /&gt;
|Examiner=Antanas Verikas&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
In the ReDi2Service project we are working together with Volvo Technology in Göteborg on collecting on-board data from a fleet of buses and comparing individual vehicles against rest of the group to detect faults and component wear. In that project we are using a specialized hardware and software solution, but we are interested in exploring possibilities of using products such as Raspberry Pi http://www.raspberrypi.org/ in order to lower the costs and increase the flexibility. &lt;br /&gt;
&lt;br /&gt;
The purpose of the project is to implement a flexible data logging system and use it to log data transmitted through the CAN interface. Supervised and unsupervised techniques will be used to compress the data, to investigate the relations between the sensors and to identify deviations from normal operation. The system will consist of three separate components. A service for data collection, a process performing analysis on the data and a User Interface. &lt;br /&gt;
All the data will be stored in PostgreSQL DBMS and the data aggregation and compression models will be performed within the database. The system will be implemented for GNU/Linux. The hardware will be based on Raspberry Pi, but with no dependencies from it.&lt;br /&gt;
&lt;br /&gt;
The service will collect the data from the CAN interface and according to some rules store them in the database. The rules will include models for the expected values of the sensors, sensors to monitor, compression methods and sensor limits. If a reading from the CAN does not agree with the model the service transmits an alert to the interface or to the network and keeps a record of the deviation. &lt;br /&gt;
&lt;br /&gt;
The data analysis component will be a process with input from the SQL database and output to the configuration files of the service. The origin and nature of the data will not be taken into account on this part, to keep this tool reusable in other domains. Supervised and unsupervised learning will be used to generate data compression models, to find relations between different sensors, to find visualizations that could depict the variation of the operation of the vehicle and finally to create predictive models and rules about the values of the sensors. The generated rules of compression or prediction will then be used from the service to log only deviations from the model. For the purposes of model creation and data reduction, the techniques that will be tested include Principal component analysis (instance data), neural Autoencoder(instance data), histograms(time series data) and Discrete Fourier Transform (time series data). For the clustering of the modes of operation the algorithms that will be tested include k-means, hierarchical cluster analysis and OPTICS.&lt;br /&gt;
&lt;br /&gt;
The Graphical User Interface will allow customization of the conditions under which the data should be logged, setting rules that will trigger an alert, monitor real time data from the sensors and provide visualizations to the user, constructed either from the data analysis process, or defined by the user. The user feedback on an alert could be possibly used to improve the rules that define normal operation.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=RaspberryPiVolvoLogger&amp;diff=1994</id>
		<title>RaspberryPiVolvoLogger</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=RaspberryPiVolvoLogger&amp;diff=1994"/>
		<updated>2015-01-22T14:21:13Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=RaspberryPi-based solution for logging CAN data on Volvo trucks&lt;br /&gt;
|Keywords=GNU/Linux, CAN interface, Data Mining, Knowledge Representation&lt;br /&gt;
|TimeFrame=Spring 2015&lt;br /&gt;
|References=http://www.raspberrypi.org/&lt;br /&gt;
&lt;br /&gt;
http://lnxpps.de/rpie/&lt;br /&gt;
&lt;br /&gt;
http://islab.hh.se/mediawiki/index.php/ReDi2Service&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=KJ5hMkWPEGY&lt;br /&gt;
|Prerequisites=Basic Linux knowledge, programming competence, possibly electronics experience,&lt;br /&gt;
Cooperating Intelligent Systems or equivalent basic Artificial Intelligence course&lt;br /&gt;
|Supervisor=Slawomir Nowaczyk, Rune Prytz, Yuantao Fan, &lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
In the ReDi2Service project we are working together with Volvo Technology in Göteborg on collecting on-board data from a fleet of buses and comparing individual vehicles against rest of the group to detect faults and component wear. In that project we are using a specialized hardware and software solution, but we are interested in exploring possibilities of using products such as Raspberry Pi http://www.raspberrypi.org/ in order to lower the costs and increase the flexibility. &lt;br /&gt;
&lt;br /&gt;
The purpose of the project is to implement a flexible data logging system and use it to log data transmitted through the CAN interface. Supervised and unsupervised techniques will be used to compress the data, to investigate the relations between the sensors and to identify deviations from normal operation. The system will consist of three separate components. A service for data collection, a process performing analysis on the data and a User Interface. &lt;br /&gt;
All the data will be stored in PostgreSQL DBMS and the data aggregation and compression models will be performed within the database. The system will be implemented for GNU/Linux. The hardware will be based on Raspberry Pi, but with no dependencies from it.&lt;br /&gt;
&lt;br /&gt;
The service will collect the data from the CAN interface and according to some rules store them in the database. The rules will include models for the expected values of the sensors, sensors to monitor, compression methods and sensor limits. If a reading from the CAN does not agree with the model the service transmits an alert to the interface or to the network and keeps a record of the deviation. &lt;br /&gt;
&lt;br /&gt;
The data analysis component will be a process with input from the SQL database and output to the configuration files of the service. The origin and nature of the data will not be taken into account on this part, to keep this tool reusable in other domains. Supervised and unsupervised learning will be used to generate data compression models, to find relations between different sensors, to find visualizations that could depict the variation of the operation of the vehicle and finally to create predictive models and rules about the values of the sensors. The generated rules of compression or prediction will then be used from the service to log only deviations from the model. For the purposes of model creation and data reduction, the techniques that will be tested include Principal component analysis (instance data), neural Autoencoder(instance data), histograms(time series data) and Discrete Fourier Transform (time series data). For the clustering of the modes of operation the algorithms that will be tested include k-means, hierarchical cluster analysis and OPTICS.&lt;br /&gt;
&lt;br /&gt;
The Graphical User Interface will allow customization of the conditions under which the data should be logged, setting rules that will trigger an alert, monitor real time data from the sensors and provide visualizations to the user, constructed either from the data analysis process, or defined by the user. The user feedback on an alert could be possibly used to improve the rules that define normal operation.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1787</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1787"/>
		<updated>2014-10-13T05:57:51Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1786</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1786"/>
		<updated>2014-10-06T04:00:04Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1785</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1785"/>
		<updated>2014-10-04T09:59:36Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Image=Yuantao_Fan_img.jpg&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1784</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1784"/>
		<updated>2014-10-04T09:58:08Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Image=Yuantao Fan img.jpg&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=File:Yuantao_Fan_img.jpg&amp;diff=1783</id>
		<title>File:Yuantao Fan img.jpg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=File:Yuantao_Fan_img.jpg&amp;diff=1783"/>
		<updated>2014-10-04T09:56:35Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: Yuafan uploaded a new version of &amp;amp;quot;File:Yuantao Fan img.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1782</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1782"/>
		<updated>2014-10-04T09:52:46Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Image=Yuantao_Fan_img.jpg&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1781</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1781"/>
		<updated>2014-10-04T09:51:47Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Image=|Yuantao_Fan_img.jpg&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1780</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1780"/>
		<updated>2014-10-04T09:50:34Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Image=Yuantao_Fan_Img.jpg&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1779</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1779"/>
		<updated>2014-10-04T09:50:10Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Image=Yuantao_Fan_img.jpg&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=File:Yuantao_Fan_img.jpg&amp;diff=1778</id>
		<title>File:Yuantao Fan img.jpg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=File:Yuantao_Fan_img.jpg&amp;diff=1778"/>
		<updated>2014-10-04T09:49:00Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=File:In4UptimeInfo.pdf&amp;diff=1615</id>
		<title>File:In4UptimeInfo.pdf</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=File:In4UptimeInfo.pdf&amp;diff=1615"/>
		<updated>2014-05-16T13:28:33Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1614</id>
		<title>In4Uptime</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1614"/>
		<updated>2014-05-16T13:27:51Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title= In4Uptime&lt;br /&gt;
|ContactInformation=Sławomir Nowaczyk&lt;br /&gt;
|ShortDescription= Vehicle diagnostics and predictive maintenance&lt;br /&gt;
|Description=The goal of the project is to keep commercial vehicles in good operational condition, both from a financial and safety point of view. Haulers and transporters require OEMs to provide vehicles having close to 100% uptime. That means no stops, unless planned, as well as guarantees on optimal performance of all components ensuring acceptable levels of CO2 emission and fuel consumption. Utilizing data that comes from sources with different origin, such as on-board, off-board, structured, unstructured, private and public, and by combining information and finding common patterns will allow us to better adapt the service contracts and maintenance plans to the needs of individual customers and individual vehicles. Volvo Technology will coordinate the project and is overall responsible. The other partners of the project are: Volvo Information Technology, Högskolan i Halmstad, Svenska Innovationsinstitutet and Recorded Future.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Sławomir Nowaczyk&lt;br /&gt;
|ProjectDetailsPDF=In4UptimeInfo.pdf&lt;br /&gt;
|FundingMSEK=11&lt;br /&gt;
|ProjectStart=2014/02&lt;br /&gt;
|ProjectEnd=2016/01&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=Volvo Group - Trucks Technology - Advanced Technology and Research&lt;br /&gt;
}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
&amp;lt;!-- {{ShowProjectPublications}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:In4Uptime.png|center|thumb|caption|&amp;quot;In4Uptime&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1613</id>
		<title>Yuantao Fan</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Yuantao_Fan&amp;diff=1613"/>
		<updated>2014-05-16T13:06:30Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Fan&lt;br /&gt;
|Given Name=Yuantao&lt;br /&gt;
|Title=M.Sc.&lt;br /&gt;
|Position=PhD. Candidate&lt;br /&gt;
|Email=yuantao.fan@hh.se&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Office=E513&lt;br /&gt;
|Subject=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=In4Uptime&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Vehicle Diagnostics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertSubjAreas}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&lt;br /&gt;
[[Category:staff]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Arne_N%C3%A5bo&amp;diff=1612</id>
		<title>Arne Nåbo</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Arne_N%C3%A5bo&amp;diff=1612"/>
		<updated>2014-05-16T13:03:39Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: Created page with &amp;quot;{{Person |Family Name=Nåbo |Given Name=Arne |Affiliation=VTI }} {{AssignProjects |project=VICTIg }} Category:academic  &amp;lt;!--Remove or add comments --&amp;gt;  &amp;lt;!-- __NOTOC__ --&amp;gt; ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Nåbo&lt;br /&gt;
|Given Name=Arne&lt;br /&gt;
|Affiliation=VTI&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=VICTIg&lt;br /&gt;
}}&lt;br /&gt;
[[Category:academic]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Jonas_Jansson&amp;diff=1611</id>
		<title>Jonas Jansson</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Jonas_Jansson&amp;diff=1611"/>
		<updated>2014-05-16T13:02:20Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Jansson&lt;br /&gt;
|Given Name=Jonas&lt;br /&gt;
|Affiliation=VTI&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=VICTIg&lt;br /&gt;
}}&lt;br /&gt;
[[Category:academic]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Jonas_Jansson&amp;diff=1610</id>
		<title>Jonas Jansson</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Jonas_Jansson&amp;diff=1610"/>
		<updated>2014-05-16T13:01:45Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Jansson&lt;br /&gt;
|Given Name=Jonas&lt;br /&gt;
|Affiliation=Viktoria Institutet&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=VICTIg&lt;br /&gt;
}}&lt;br /&gt;
[[Category:academic]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Jonas_Jansson&amp;diff=1609</id>
		<title>Jonas Jansson</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Jonas_Jansson&amp;diff=1609"/>
		<updated>2014-05-16T13:00:53Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: Created page with &amp;quot;{{Person |Family Name=Jansson |Given Name=Jonas |Affiliation=Viktoria Institutet }} {{AssignProjects |project=VICTIg }} Category:Staff  &amp;lt;!--Remove or add comments --&amp;gt;  &amp;lt;!-...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Jansson&lt;br /&gt;
|Given Name=Jonas&lt;br /&gt;
|Affiliation=Viktoria Institutet&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=VICTIg&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Staff]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1588</id>
		<title>In4Uptime</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1588"/>
		<updated>2014-05-15T08:37:20Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title= In4Uptime&lt;br /&gt;
|ContactInformation=Sławomir Nowaczyk&lt;br /&gt;
|ShortDescription= Vehicle diagnostics and predictive maintenance&lt;br /&gt;
|Description=The goal of the project is to keep commercial vehicles in good operational condition, both from a financial and safety point of view. Haulers and transporters require OEMs to provide vehicles having close to 100% uptime. That means no stops, unless planned, as well as guarantees on optimal performance of all components ensuring acceptable levels of CO2 emission and fuel consumption. Utilizing data that comes from sources with different origin, such as on-board, off-board, structured, unstructured, private and public, and by combining information and finding common patterns will allow us to better adapt the service contracts and maintenance plans to the needs of individual customers and individual vehicles. Volvo Technology will coordinate the project and is overall responsible. The other partners of the project are: Volvo Information Technology, Högskolan i Halmstad, Svenska Innovationsinstitutet and Recorded Future.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Sławomir Nowaczyk&lt;br /&gt;
|ProjectDetailsPDF=CAISR Poster 2013 AIMS.pdf&lt;br /&gt;
|FundingMSEK=11&lt;br /&gt;
|ProjectStart=2014/02&lt;br /&gt;
|ProjectEnd=2016/01&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=Volvo Group - Trucks Technology - Advanced Technology and Research&lt;br /&gt;
}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
&amp;lt;!-- {{ShowProjectPublications}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:In4Uptime.png|center|thumb|caption|&amp;quot;In4Uptime&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Intelligent_Vehicles&amp;diff=1582</id>
		<title>Intelligent Vehicles</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Intelligent_Vehicles&amp;diff=1582"/>
		<updated>2014-05-14T17:06:39Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title        = Intelligent Vehicles Group&lt;br /&gt;
|header1 = Research in Intelligent Vehicles&lt;br /&gt;
|header2 = [[CAISR]]&lt;br /&gt;
|header3 = &lt;br /&gt;
|header4 = &amp;#039;&amp;#039;&amp;#039;Contact:&amp;#039;&amp;#039;&amp;#039; [[Roland Philippsen]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Funding and Partners ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Funding Agencies !! Academic &amp;amp; Research Institutions !! Industrial Partners&lt;br /&gt;
|-&lt;br /&gt;
| European Commission (CORDIS - Seventh Framework Programme) || Örebro University || Autoliv&lt;br /&gt;
|-&lt;br /&gt;
| KK-stiftelsen || University of Skövde || Volvo Group Trucks Technology&lt;br /&gt;
|-&lt;br /&gt;
| Vinnova || SP Technical Research Institute of Sweden || Toyota Material Handling Europe AB&lt;br /&gt;
|-&lt;br /&gt;
|  || Chalmers University of Technology || Optronic Partner dp AB&lt;br /&gt;
|-&lt;br /&gt;
|  || VTI (the Swedish National Road and Transport Research Institute) || Kollmorgen Särö AB&lt;br /&gt;
|-&lt;br /&gt;
|  || TNO || Volvo Car Corporation&lt;br /&gt;
|-&lt;br /&gt;
|  || Institut de Robòtica i Informàtica Industrial || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
{{#ask: [[Category:Staff]] [[ApplicationArea::Intelligent Vehicles]]&lt;br /&gt;
| ?firstName | ?lastName&lt;br /&gt;
| format=ul&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
* Jawad Masood&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
{{#ask: [[Category:ResearchProject]] [[ApplicationArea::Intelligent Vehicles]] [[ProjectEnd::≥{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}]]&lt;br /&gt;
| ?ContactInformation&lt;br /&gt;
| ?ShortDescription&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== [[AIMS]] (Automatic Inventory and Mapping of Stock) ===&lt;br /&gt;
[[File:Aims semantic.png|thumb|caption|&amp;quot;AIMS&amp;quot;]]&lt;br /&gt;
An intelligent warehouse environment that autonomously builds a map of articles in a warehouse and relates article identity from the warehouse database with the article’s position (metric) and visual appearance in the warehouse.&lt;br /&gt;
* Intelligent warehouse: identity, location, and appearance of articles&lt;br /&gt;
** recognition and clustering&lt;br /&gt;
** 3D perception&lt;br /&gt;
** localization, mapping and map maintenance&lt;br /&gt;
&lt;br /&gt;
=== [[Cargo ANTs]] ===&lt;br /&gt;
[[File:Cargo-ANTS.png|thumb|caption|&amp;quot;Cargo ANTs&amp;quot;]]&lt;br /&gt;
* automated cargo handling ITS&lt;br /&gt;
* AGVs at trucks in ports and terminals&lt;br /&gt;
* multi-vehicle path planning and adaptation&lt;br /&gt;
&lt;br /&gt;
=== [[fuelFEET]] (Fuel FOT Energy Efficient Transport) ===&lt;br /&gt;
[[File:FuelFEET.png|thumb|caption|&amp;quot;fuelFEET&amp;quot;]]&lt;br /&gt;
Explore factors affecting fuel consumption.&lt;br /&gt;
* Fuel FOT Energy Efficient Transport&lt;br /&gt;
* which fuel consumption factors can be influenced by the driver or fleet owner?&lt;br /&gt;
&lt;br /&gt;
=== [[InnoMerge]] ===&lt;br /&gt;
[[File:InnoMerge.png|thumb|caption|&amp;quot;InnoMerge&amp;quot;]]&lt;br /&gt;
* transfer to and from emerging markets&lt;br /&gt;
* uptime &amp;amp; safety&lt;br /&gt;
* diagnostics, maintenance, monitoring&lt;br /&gt;
&lt;br /&gt;
=== [[FFI NG-TEST]] (Next Generation Test) ===&lt;br /&gt;
[[File:NGtest-logo-800x322.jpg|thumb|caption|&amp;quot;NG Test&amp;quot;]]&lt;br /&gt;
Next Generation Test Methods for Active Safety Functions. &amp;quot;NG TEST&amp;quot; aims to move parts of the verification and validation of active safety functions from the proving ground to a complete or partly virtual environment.&lt;br /&gt;
validated virtual testing of next-generation ADAS:&lt;br /&gt;
* CPS modeling, executable math for requirement specification.&lt;br /&gt;
* real-time positioning, rapid accurate positioning on test tracks.&lt;br /&gt;
&lt;br /&gt;
=== [[VICTIg]] (Vehicle ICT Innovation Methodology) ===&lt;br /&gt;
[[File: VICTIg.jpg|thumb|caption|&amp;quot;VICTIg&amp;quot;]]&lt;br /&gt;
* Software intense ICT functions testing&lt;br /&gt;
* Test software function of vehicle cooperative, automated and assisted vehicle driving.&lt;br /&gt;
* Develop different level of driving simulation &lt;br /&gt;
&lt;br /&gt;
=== [[ReDi2Service]] ===&lt;br /&gt;
[[File:R2S.png|thumb|caption|&amp;quot;ReDi2Service&amp;quot;]]&lt;br /&gt;
Algorithms for self-monitoring vehicles, capable of discovering and describing their own operation, as well as detecting deviations from the norm. Data mining across many data streams available on-board a modern truck or bus. Comparing discovered relations across the whole fleet. Faults and component wear can be discovered early and continuously monitored.&lt;br /&gt;
* Remote Diagnostic Tools and Services&lt;br /&gt;
* self-monitor operation and deviations&lt;br /&gt;
* data mining: on-board, maintenance logs, driver comments, engineering expertise&lt;br /&gt;
&lt;br /&gt;
=== [[V-Charge]] ===&lt;br /&gt;
[[File:V-Charge.png|thumb|caption|&amp;quot;V-Charge&amp;quot;]]&lt;br /&gt;
Autonomous navigation in parking structures using consumer car sensor.&lt;br /&gt;
Halmstad University is involved in V-Charge indirectly by supervising PhD student.&lt;br /&gt;
External [http://www.v-charge.eu/ link] to V-Charge webpage.&lt;br /&gt;
&lt;br /&gt;
=== [[In4Uptime]] ===&lt;br /&gt;
[[File:In4Uptime.png|thumb|caption|&amp;quot;In4Uptime&amp;quot;]]&lt;br /&gt;
* Vehicle diagnostics and predictive maintenance&lt;br /&gt;
* on-board data stream mining&lt;br /&gt;
* Data analysis with special focus on developing Component Degradation Models.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1581</id>
		<title>VICTIg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1581"/>
		<updated>2014-05-14T17:05:08Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title=VICTIg&lt;br /&gt;
|ContactInformation=Tony Larsson&lt;br /&gt;
|ShortDescription=Vehicle ICT Innovation Methodology&lt;br /&gt;
|Description=VICTIg is a collaboration project between VTI (Swedish National Road and Transport Research Institute) and Halmstad University, it aims to discover better method for development and test of software functions for cooperative, automated and assisted vehicle driving. The main research question is how to efficiently test such safety critical functions with sufficient coverage. The method could applied on different level of simulation e.g. driving simulator from VTI, Hardware-in-the-loop simulation, etc.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Tony Larsson&lt;br /&gt;
|FundingMSEK=6&lt;br /&gt;
|ProjectStart=2013/11/01&lt;br /&gt;
|ProjectEnd=2016/03/31&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=SAFER&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=VTI&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
{{ShowProjectPublications}}&lt;br /&gt;
&lt;br /&gt;
[[File:VICTIg.jpg|center|thumb|caption|&amp;quot;VICTIg&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Intelligent_Vehicles&amp;diff=1580</id>
		<title>Intelligent Vehicles</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Intelligent_Vehicles&amp;diff=1580"/>
		<updated>2014-05-14T17:02:40Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title        = Intelligent Vehicles Group&lt;br /&gt;
|header1 = Research in Intelligent Vehicles&lt;br /&gt;
|header2 = [[CAISR]]&lt;br /&gt;
|header3 = &lt;br /&gt;
|header4 = &amp;#039;&amp;#039;&amp;#039;Contact:&amp;#039;&amp;#039;&amp;#039; [[Roland Philippsen]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Funding and Partners ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Funding Agencies !! Academic &amp;amp; Research Institutions !! Industrial Partners&lt;br /&gt;
|-&lt;br /&gt;
| European Commission (CORDIS - Seventh Framework Programme) || Örebro University || Autoliv&lt;br /&gt;
|-&lt;br /&gt;
| KK-stiftelsen || University of Skövde || Volvo Group Trucks Technology&lt;br /&gt;
|-&lt;br /&gt;
| Vinnova || SP Technical Research Institute of Sweden || Toyota Material Handling Europe AB&lt;br /&gt;
|-&lt;br /&gt;
|  || Chalmers University of Technology || Optronic Partner dp AB&lt;br /&gt;
|-&lt;br /&gt;
|  || VTI (the Swedish National Road and Transport Research Institute) || Kollmorgen Särö AB&lt;br /&gt;
|-&lt;br /&gt;
|  || TNO || Volvo Car Corporation&lt;br /&gt;
|-&lt;br /&gt;
|  || Institut de Robòtica i Informàtica Industrial || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
{{#ask: [[Category:Staff]] [[ApplicationArea::Intelligent Vehicles]]&lt;br /&gt;
| ?firstName | ?lastName&lt;br /&gt;
| format=ul&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
* Jawad Masood&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
{{#ask: [[Category:ResearchProject]] [[ApplicationArea::Intelligent Vehicles]] [[ProjectEnd::≥{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}}]]&lt;br /&gt;
| ?ContactInformation&lt;br /&gt;
| ?ShortDescription&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== [[AIMS]] (Automatic Inventory and Mapping of Stock) ===&lt;br /&gt;
[[File:Aims semantic.png|thumb|caption|&amp;quot;AIMS&amp;quot;]]&lt;br /&gt;
An intelligent warehouse environment that autonomously builds a map of articles in a warehouse and relates article identity from the warehouse database with the article’s position (metric) and visual appearance in the warehouse.&lt;br /&gt;
* Intelligent warehouse: identity, location, and appearance of articles&lt;br /&gt;
** recognition and clustering&lt;br /&gt;
** 3D perception&lt;br /&gt;
** localization, mapping and map maintenance&lt;br /&gt;
&lt;br /&gt;
=== [[Cargo ANTs]] ===&lt;br /&gt;
[[File:Cargo-ANTS.png|thumb|caption|&amp;quot;Cargo ANTs&amp;quot;]]&lt;br /&gt;
* automated cargo handling ITS&lt;br /&gt;
* AGVs at trucks in ports and terminals&lt;br /&gt;
* multi-vehicle path planning and adaptation&lt;br /&gt;
&lt;br /&gt;
=== [[fuelFEET]] (Fuel FOT Energy Efficient Transport) ===&lt;br /&gt;
[[File:FuelFEET.png|thumb|caption|&amp;quot;fuelFEET&amp;quot;]]&lt;br /&gt;
Explore factors affecting fuel consumption.&lt;br /&gt;
* Fuel FOT Energy Efficient Transport&lt;br /&gt;
* which fuel consumption factors can be influenced by the driver or fleet owner?&lt;br /&gt;
&lt;br /&gt;
=== [[InnoMerge]] ===&lt;br /&gt;
[[File:InnoMerge.png|thumb|caption|&amp;quot;InnoMerge&amp;quot;]]&lt;br /&gt;
* transfer to and from emerging markets&lt;br /&gt;
* uptime &amp;amp; safety&lt;br /&gt;
* diagnostics, maintenance, monitoring&lt;br /&gt;
&lt;br /&gt;
=== [[FFI NG-TEST]] (Next Generation Test) ===&lt;br /&gt;
[[File:NGtest-logo-800x322.jpg|thumb|caption|&amp;quot;NG Test&amp;quot;]]&lt;br /&gt;
Next Generation Test Methods for Active Safety Functions. &amp;quot;NG TEST&amp;quot; aims to move parts of the verification and validation of active safety functions from the proving ground to a complete or partly virtual environment.&lt;br /&gt;
validated virtual testing of next-generation ADAS:&lt;br /&gt;
* CPS modeling, executable math for requirement specification.&lt;br /&gt;
* real-time positioning, rapid accurate positioning on test tracks.&lt;br /&gt;
&lt;br /&gt;
=== [[VICTIg]] (Vehicle ICT Innovation Methodology) ===&lt;br /&gt;
[[File: VICTIg .jpg|thumb|caption|&amp;quot;VICTIg&amp;quot;]]&lt;br /&gt;
* Reduce accident risks beyond current ADAS capabilities&lt;br /&gt;
* Combine the growing type and amount of available sensor data&lt;br /&gt;
* we consult on motion generation (joint IV 2013 paper)&lt;br /&gt;
&lt;br /&gt;
=== [[ReDi2Service]] ===&lt;br /&gt;
[[File:R2S.png|thumb|caption|&amp;quot;ReDi2Service&amp;quot;]]&lt;br /&gt;
Algorithms for self-monitoring vehicles, capable of discovering and describing their own operation, as well as detecting deviations from the norm. Data mining across many data streams available on-board a modern truck or bus. Comparing discovered relations across the whole fleet. Faults and component wear can be discovered early and continuously monitored.&lt;br /&gt;
* Remote Diagnostic Tools and Services&lt;br /&gt;
* self-monitor operation and deviations&lt;br /&gt;
* data mining: on-board, maintenance logs, driver comments, engineering expertise&lt;br /&gt;
&lt;br /&gt;
=== [[V-Charge]] ===&lt;br /&gt;
[[File:V-Charge.png|thumb|caption|&amp;quot;V-Charge&amp;quot;]]&lt;br /&gt;
Autonomous navigation in parking structures using consumer car sensor.&lt;br /&gt;
Halmstad University is involved in V-Charge indirectly by supervising PhD student.&lt;br /&gt;
External [http://www.v-charge.eu/ link] to V-Charge webpage.&lt;br /&gt;
&lt;br /&gt;
=== [[In4Uptime]] ===&lt;br /&gt;
[[File:In4Uptime.png|thumb|caption|&amp;quot;In4Uptime&amp;quot;]]&lt;br /&gt;
* Vehicle diagnostics and predictive maintenance&lt;br /&gt;
* on-board data stream mining&lt;br /&gt;
* Data analysis with special focus on developing Component Degradation Models.&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1579</id>
		<title>In4Uptime</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1579"/>
		<updated>2014-05-14T16:57:41Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title= In4Uptime&lt;br /&gt;
|ContactInformation=Sławomir Nowaczyk&lt;br /&gt;
|ShortDescription= Transportation Efficiency&lt;br /&gt;
|Description=The goal of the project is to keep commercial vehicles in good operational condition, both from a financial and safety point of view. Haulers and transporters require OEMs to provide vehicles having close to 100% uptime. That means no stops, unless planned, as well as guarantees on optimal performance of all components ensuring acceptable levels of CO2 emission and fuel consumption. Utilizing data that comes from sources with different origin, such as on-board, off-board, structured, unstructured, private and public, and by combining information and finding common patterns will allow us to better adapt the service contracts and maintenance plans to the needs of individual customers and individual vehicles. Volvo Technology will coordinate the project and is overall responsible. The other partners of the project are: Volvo Information Technology, Högskolan i Halmstad, Svenska Innovationsinstitutet and Recorded Future.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Sławomir Nowaczyk&lt;br /&gt;
|ProjectDetailsPDF=CAISR Poster 2013 AIMS.pdf&lt;br /&gt;
|FundingMSEK=11&lt;br /&gt;
|ProjectStart=2014/02&lt;br /&gt;
|ProjectEnd=2016/01&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=Volvo Group - Trucks Technology - Advanced Technology and Research&lt;br /&gt;
}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
&amp;lt;!-- {{ShowProjectPublications}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:In4Uptime.png|center|thumb|caption|&amp;quot;In4Uptime&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1578</id>
		<title>VICTIg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1578"/>
		<updated>2014-05-14T16:56:13Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title=VICTIg&lt;br /&gt;
|ContactInformation=Tony Larsson&lt;br /&gt;
|ShortDescription=Vehicle ICT Innovation Methodology&lt;br /&gt;
|Description=VICTIg is a collaboration project between VTI (Swedish National Road and Transport Research Institute) and Halmstad University, the project aims at methods for efficient development and test of the software intense ICT functions enabling modern active safety functions for automated and assisted vehicles using on-board sensors and information exchange via wireless communication enabling cooperative system solutions. The project will develop methods and integrate different tools to address the complex task at hand when developing and testing interacting cooperative vehicle functions. Several state of the art tools such as VTIs advanced driving simulators, models of the road environment and the human driver interface as well as models of sensor data and communication disturbances will be used in the project.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Tony Larsson&lt;br /&gt;
|FundingMSEK=6&lt;br /&gt;
|ProjectStart=2013/11/01&lt;br /&gt;
|ProjectEnd=2016/03/31&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=SAFER&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=VTI&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
{{ShowProjectPublications}}&lt;br /&gt;
&lt;br /&gt;
[[File:VICTIg.jpg|center|thumb|caption|&amp;quot;VICTIg&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1577</id>
		<title>VICTIg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1577"/>
		<updated>2014-05-14T16:55:11Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title=VICTIg&lt;br /&gt;
|ContactInformation=Tony Larsson&lt;br /&gt;
|ShortDescription=Vehicle ICT Innovation Methodology&lt;br /&gt;
|Description=VICTIg is a collaboration project between VTI (Swedish National Road and Transport Research Institute) and Halmstad University, the project aims at methods for efficient development and test of the software intense ICT functions enabling modern active safety functions for automated and assisted vehicles using on-board sensors and information exchange via wireless communication enabling cooperative system solutions. The project will develop methods and integrate different tools to address the complex task at hand when developing and testing interacting cooperative vehicle functions. Several state of the art tools such as VTIs advanced driving simulators, models of the road environment and the human driver interface as well as models of sensor data and communication disturbances will be used in the project.&lt;br /&gt;
&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Tony Larsson&lt;br /&gt;
|FundingMSEK=5?&lt;br /&gt;
|ProjectStart=2013/11/01&lt;br /&gt;
|ProjectEnd=2016/03/31&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=SAFER&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=VTI&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
{{ShowProjectPublications}}&lt;br /&gt;
&lt;br /&gt;
[[File:VICTIg.jpg|center|thumb|caption|&amp;quot;VICTIg&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1576</id>
		<title>VICTIg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1576"/>
		<updated>2014-05-14T16:54:37Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title=VICTIg&lt;br /&gt;
|ContactInformation=Tony Larsson&lt;br /&gt;
|ShortDescription=Vehicle ICT Innovation Methodology&lt;br /&gt;
|Description=VICTIg is a collaboration project between VTI (Swedish National Road and Transport Research Institute) and Halmstad University, the project aims at methods for efficient development and test of the software intense ICT functions enabling modern active safety functions for automated and assisted vehicles using on-board sensors and information exchange via wireless communication enabling cooperative system solutions. The project will develop methods and integrate different tools to address the complex task at hand when developing and testing interacting cooperative vehicle functions. Several state of the art tools such as VTIs advanced driving simulators, models of the road environment and the human driver interface as well as models of sensor data and communication disturbances will be used in the project.&lt;br /&gt;
&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Tony Larsson&lt;br /&gt;
|FundingMSEK=5?&lt;br /&gt;
|ProjectStart=2013/11/01&lt;br /&gt;
|ProjectEnd=2016/03/31&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=SAFER&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=VTI&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:VICTIg.jpg|center|thumb|caption|&amp;quot;VICTIg&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
{{ShowProjectPublications}}&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1575</id>
		<title>In4Uptime</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1575"/>
		<updated>2014-05-14T16:54:28Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title= In4Uptime&lt;br /&gt;
|ContactInformation=Sławomir Nowaczyk&lt;br /&gt;
|ShortDescription= In For Uptime&lt;br /&gt;
|Description=The goal of the project is to keep commercial vehicles in good operational condition, both from a financial and safety point of view. Haulers and transporters require OEMs to provide vehicles having close to 100% uptime. That means no stops, unless planned, as well as guarantees on optimal performance of all components ensuring acceptable levels of CO2 emission and fuel consumption. Utilizing data that comes from sources with different origin, such as on-board, off-board, structured, unstructured, private and public, and by combining information and finding common patterns will allow us to better adapt the service contracts and maintenance plans to the needs of individual customers and individual vehicles. Volvo Technology will coordinate the project and is overall responsible. The other partners of the project are: Volvo Information Technology, Högskolan i Halmstad, Svenska Innovationsinstitutet and Recorded Future.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Sławomir Nowaczyk&lt;br /&gt;
|ProjectDetailsPDF=CAISR Poster 2013 AIMS.pdf&lt;br /&gt;
|FundingMSEK=11&lt;br /&gt;
|ProjectStart=2014/02&lt;br /&gt;
|ProjectEnd=2016/01&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=Volvo Group - Trucks Technology - Advanced Technology and Research&lt;br /&gt;
}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
&amp;lt;!-- {{ShowProjectPublications}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:In4Uptime.png|center|thumb|caption|&amp;quot;In4Uptime&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1574</id>
		<title>In4Uptime</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1574"/>
		<updated>2014-05-14T16:54:04Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title= In4Uptime&lt;br /&gt;
|ContactInformation=Sławomir Nowaczyk&lt;br /&gt;
|ShortDescription= In For Uptime&lt;br /&gt;
|Description=The goal of the project is to keep commercial vehicles in good operational condition, both from a financial and safety point of view. Haulers and transporters require OEMs to provide vehicles having close to 100% uptime. That means no stops, unless planned, as well as guarantees on optimal performance of all components ensuring acceptable levels of CO2 emission and fuel consumption. Utilizing data that comes from sources with different origin, such as on-board, off-board, structured, unstructured, private and public, and by combining information and finding common patterns will allow us to better adapt the service contracts and maintenance plans to the needs of individual customers and individual vehicles. Volvo Technology will coordinate the project and is overall responsible. The other partners of the project are: Volvo Information Technology, Högskolan i Halmstad, Svenska Innovationsinstitutet and Recorded Future.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Sławomir Nowaczyk&lt;br /&gt;
|ProjectDetailsPDF=CAISR Poster 2013 AIMS.pdf&lt;br /&gt;
|FundingMSEK=11&lt;br /&gt;
|ProjectStart=2014/02&lt;br /&gt;
|ProjectEnd=2016/01&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=Volvo Group - Trucks Technology - Advanced Technology and Research&lt;br /&gt;
}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
&amp;lt;!-- {{ShowProjectPublications}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:VICTIg.jpg|center|thumb|caption|&amp;quot;VICTIg&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=File:VICTIg.jpg&amp;diff=1573</id>
		<title>File:VICTIg.jpg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=File:VICTIg.jpg&amp;diff=1573"/>
		<updated>2014-05-14T16:53:42Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1572</id>
		<title>In4Uptime</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1572"/>
		<updated>2014-05-14T16:52:29Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title= In4Uptime&lt;br /&gt;
|ContactInformation=Sławomir Nowaczyk&lt;br /&gt;
|ShortDescription= In For Uptime&lt;br /&gt;
|Description=The goal of the project is to keep commercial vehicles in good operational condition, both from a financial and safety point of view. Haulers and transporters require OEMs to provide vehicles having close to 100% uptime. That means no stops, unless planned, as well as guarantees on optimal performance of all components ensuring acceptable levels of CO2 emission and fuel consumption. Utilizing data that comes from sources with different origin, such as on-board, off-board, structured, unstructured, private and public, and by combining information and finding common patterns will allow us to better adapt the service contracts and maintenance plans to the needs of individual customers and individual vehicles. Volvo Technology will coordinate the project and is overall responsible. The other partners of the project are: Volvo Information Technology, Högskolan i Halmstad, Svenska Innovationsinstitutet and Recorded Future.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Sławomir Nowaczyk&lt;br /&gt;
|ProjectDetailsPDF=CAISR Poster 2013 AIMS.pdf&lt;br /&gt;
|FundingMSEK=11&lt;br /&gt;
|ProjectStart=2014/02&lt;br /&gt;
|ProjectEnd=2016/01&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=Volvo Group - Trucks Technology - Advanced Technology and Research&lt;br /&gt;
}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
&amp;lt;!-- {{ShowProjectPublications}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:In4Uptime.png|center|thumb|caption|&amp;quot;In4Uptime&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1571</id>
		<title>In4Uptime</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1571"/>
		<updated>2014-05-14T16:51:11Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title= In4Uptime&lt;br /&gt;
|ContactInformation=Sławomir Nowaczyk&lt;br /&gt;
|ShortDescription= In For Uptime&lt;br /&gt;
|Description=The goal of the project is to keep commercial vehicles in good operational condition, both from a financial and safety point of view. Haulers and transporters require OEMs to provide vehicles having close to 100% uptime. That means no stops, unless planned, as well as guarantees on optimal performance of all components ensuring acceptable levels of CO2 emission and fuel consumption. Utilizing data that comes from sources with different origin, such as on-board, off-board, structured, unstructured, private and public, and by combining information and finding common patterns will allow us to better adapt the service contracts and maintenance plans to the needs of individual customers and individual vehicles. Volvo Technology will coordinate the project and is overall responsible. The other partners of the project are: Volvo Information Technology, Högskolan i Halmstad, Svenska Innovationsinstitutet and Recorded Future.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Sławomir Nowaczyk&lt;br /&gt;
|FundingMSEK=11&lt;br /&gt;
|ProjectStart=2014/02&lt;br /&gt;
|ProjectEnd=2016/01&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=Volvo Group - Trucks Technology - Advanced Technology and Research&lt;br /&gt;
}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
&amp;lt;!-- {{ShowProjectPublications}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:In4Uptime.png|center|thumb|caption|&amp;quot;In4Uptime&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=File:In4Uptime.png&amp;diff=1570</id>
		<title>File:In4Uptime.png</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=File:In4Uptime.png&amp;diff=1570"/>
		<updated>2014-05-14T16:50:19Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1569</id>
		<title>VICTIg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=VICTIg&amp;diff=1569"/>
		<updated>2014-05-14T16:49:34Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title=VICTIg&lt;br /&gt;
|ContactInformation=Tony Larsson&lt;br /&gt;
|ShortDescription=Vehicle ICT Innovation Methodology&lt;br /&gt;
|Description=VICTIg is a collaboration project between VTI (Swedish National Road and Transport Research Institute) and Halmstad University, the project aims at methods for efficient development and test of the software intense ICT functions enabling modern active safety functions for automated and assisted vehicles using on-board sensors and information exchange via wireless communication enabling cooperative system solutions. The project will develop methods and integrate different tools to address the complex task at hand when developing and testing interacting cooperative vehicle functions. Several state of the art tools such as VTIs advanced driving simulators, models of the road environment and the human driver interface as well as models of sensor data and communication disturbances will be used in the project.&lt;br /&gt;
&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Tony Larsson&lt;br /&gt;
|FundingMSEK=5?&lt;br /&gt;
|ProjectStart=2013/11/01&lt;br /&gt;
|ProjectEnd=2016/03/31&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=SAFER&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=VTI&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:VICTIg.png|thumb|caption|&amp;quot;VICTIg&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
{{ShowProjectPublications}}&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1568</id>
		<title>In4Uptime</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=In4Uptime&amp;diff=1568"/>
		<updated>2014-05-14T16:44:45Z</updated>

		<summary type="html">&lt;p&gt;Yuafan: Created page with &amp;quot;{{ResearchProjInfo |Title= In4Uptime |ContactInformation=Sławomir Nowaczyk |ShortDescription= In For Uptime |Description=Analysis of factors influencing fuel consumption is a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ResearchProjInfo&lt;br /&gt;
|Title= In4Uptime&lt;br /&gt;
|ContactInformation=Sławomir Nowaczyk&lt;br /&gt;
|ShortDescription= In For Uptime&lt;br /&gt;
|Description=Analysis of factors influencing fuel consumption is a very important task both for automotive industry. There is a lot of knowledge already available concerning this topic, but it is poorly organized and often more anecdotal than rigorously verified. Nowadays, however, enough rich datasets from actual vehicle usage are available and a data-mining based approach can be used to not only validate earlier hypotheses, but also to potentially discover unexpected influencing factors.&lt;br /&gt;
|LogotypeFile=Procedure.png&lt;br /&gt;
|ProjectResponsible=Sławomir Nowaczyk&lt;br /&gt;
|FundingMSEK=11&lt;br /&gt;
|ProjectStart=2014/02&lt;br /&gt;
|ProjectEnd=2016/01&lt;br /&gt;
|ApplicationArea=Intelligent Vehicles&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Lctitle=No&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjPartner&lt;br /&gt;
|projectpartner=Volvo Group - Trucks Technology - Advanced Technology and Research&lt;br /&gt;
}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
{{ShowResearchProject}}&lt;br /&gt;
&amp;lt;!-- {{ShowProjectPublications}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:FuelFEET.png|center|thumb|caption|&amp;quot;fuelFEET&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>Yuafan</name></author>
	</entry>
</feed>