Difference between revisions of "Old Name of the new project"

From CERES
Jump to: navigation, search
m (Nicholas moved page Name of the new project to Old Name of the new project without leaving a redirect)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 
{{StudentProjectTemplate
 
{{StudentProjectTemplate
|Summary=Using stock devices for unobtrusive fall detection
+
|Summary=Model-based Design of a Sailboat Autopilot
 
|Programme=EIS Masters 15hpc
 
|Programme=EIS Masters 15hpc
 
|Keywords=Smart homes, pervasive computing, DiaSuite
 
|Keywords=Smart homes, pervasive computing, DiaSuite
Line 8: Line 8:
 
|Supervisor=Walid Taha
 
|Supervisor=Walid Taha
 
|Examiner=Mohammad Reza Mousavi
 
|Examiner=Mohammad Reza Mousavi
|Level=Flexible
+
|Level=Master
 
|Status=Open
 
|Status=Open
 
}}
 
}}
The core research question is to whether stock devices can be used to effectively detect fall events in the home.
+
The core research question is to whether we can use Acumen for model-based design. This thesis aims to demonstrate this using a case study with a prototype sailboat. Technical challenges include modeling, instrumentation, localization, communication, and control
  
This project will be aligned with ongoing work at Charles Consel's research group at INRIA Bordeaux, France.
+
The first component of the work is build a prototype compiler that can target an embedded microcontroller platform (such as an arduino, raspberry pi, etc). This involves first selecting a series of more sophisticated examples that illustrate key features of controllers written within one Acumen object. For the purposes of synthesis the Acumen language itself may be extended with some specialized annotations that support this generation task and do not interfere with the semantics of Acumen models otherwise. Examples of such annotations may include special variable names that can be found on the target platform, special characteristics such as clock rate, etc.  Next, corresponding "generated" C or Java code is written by hand and tested extensively. Then, a BNF for a sufficient subset of C or Java is defined in Scala. Next, an interpreter is written for this subset (to enable fast testing of the translator). Then, a translator that automates this translation is written. Then, property-based tests are built for this interpreter. Next, a pretty-printer that generates an ASCII file for compilation on the target domain is built, and all collected examples are used to generate this translation. Finally, a collection of performance benchmarks are developed and used to evaluate the timing accuracy of of the results of the compiler. It should be noted here that this not raw performance, but rather, accuracy in terms of consistency of the timing characteristics and overall behavior of what happens on the target platform compared to what happens on the model. Some data logging and data download capabilities may be added to support this type of comparison.
  
The research question involves primarily building a fall detection system using readily available components using the DiaSuite platform, and then evaluating it effectiveness at detecting falls.
+
The second component is to identify related work about sail boat control, to read it, and write a coherent overview of this literature, and position the results in the context of this literature.
  
The first component of the work is learn how DiaSuite works and make an installation at the HH smart home environment.
+
The third component of the work is to model the robot in Acumen based on a suitable physical prototype that can be used for physical testing. Data-collection facilities developed in the first part should be used to evaluate the accurate of the simulations and the actual performance of the boat. A clear method should be developed to separate error from measurement and actual error in performance (such as the actual position and direction of the boat).
  
The second component is to identify a base line fall detection device that can be used for comparing the new solution.
+
The fourth component is writing up the results of the work.
 
+
The third component is a state of the art review.
+
 
+
The fourth is to use DiaSuite to explore multiple options for detecting falls, including smart phones, basic motion sensors, specialized motion sensors (such as the kinect), and others.
+
 
+
The fifth component is the evaluation of detection methods that have been developed in the project. This involves using the models to test the tools to see if they are able to produce the expected results in a satisfactory manner.
+
 
+
The sixth component is writing up the results of the work.
+
  
 
References:
 
References:
  
* https://hal.inria.fr/hal-00702909/file/diasuite.pdf
+
* https://www.ensta-bretagne.fr/jaulin/paper_jaulin_irsc12.pdf
* https://www.ncbi.nlm.nih.gov/pubmed/21096573
+
* https://www.youtube.com/watch?v=ZkMAR5gP-bw
* http://subs.emis.de/LNI/Proceedings/Proceedings208/1456.pdf
+
* https://www.archives-ouvertes.fr/hal-00628434/document
* http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6610594
+
* https://www.ensta-bretagne.fr/jaulin/paper_lebars_irsc12.pdf
* http://link.springer.com/chapter/10.1007%2F978-3-642-40261-6_55
+

Latest revision as of 12:26, 11 November 2016

Title Old Name of the new project
Summary Model-based Design of a Sailboat Autopilot
Keywords Smart homes, pervasive computing, DiaSuite
TimeFrame 6 months
References Contact instructor
Prerequisites DA8003 Cyber-Physical Systems
Author
Supervisor Walid Taha
Level Master
Status Open

Generate PDF template

The core research question is to whether we can use Acumen for model-based design. This thesis aims to demonstrate this using a case study with a prototype sailboat. Technical challenges include modeling, instrumentation, localization, communication, and control

The first component of the work is build a prototype compiler that can target an embedded microcontroller platform (such as an arduino, raspberry pi, etc). This involves first selecting a series of more sophisticated examples that illustrate key features of controllers written within one Acumen object. For the purposes of synthesis the Acumen language itself may be extended with some specialized annotations that support this generation task and do not interfere with the semantics of Acumen models otherwise. Examples of such annotations may include special variable names that can be found on the target platform, special characteristics such as clock rate, etc. Next, corresponding "generated" C or Java code is written by hand and tested extensively. Then, a BNF for a sufficient subset of C or Java is defined in Scala. Next, an interpreter is written for this subset (to enable fast testing of the translator). Then, a translator that automates this translation is written. Then, property-based tests are built for this interpreter. Next, a pretty-printer that generates an ASCII file for compilation on the target domain is built, and all collected examples are used to generate this translation. Finally, a collection of performance benchmarks are developed and used to evaluate the timing accuracy of of the results of the compiler. It should be noted here that this not raw performance, but rather, accuracy in terms of consistency of the timing characteristics and overall behavior of what happens on the target platform compared to what happens on the model. Some data logging and data download capabilities may be added to support this type of comparison.

The second component is to identify related work about sail boat control, to read it, and write a coherent overview of this literature, and position the results in the context of this literature.

The third component of the work is to model the robot in Acumen based on a suitable physical prototype that can be used for physical testing. Data-collection facilities developed in the first part should be used to evaluate the accurate of the simulations and the actual performance of the boat. A clear method should be developed to separate error from measurement and actual error in performance (such as the actual position and direction of the boat).

The fourth component is writing up the results of the work.

References: