Details

A Practical Introduction to Human-in-the-Loop Cyber-Physical Systems


A Practical Introduction to Human-in-the-Loop Cyber-Physical Systems


IEEE Press 1. Aufl.

von: David Nunes, Jorge Sa Silva, Fernando Boavida

97,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 08.11.2017
ISBN/EAN: 9781119377788
Sprache: englisch
Anzahl Seiten: 320

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p><b>The first book focusing on one of the hottest new topics in Internet of Things systems research and development</b></p> <p>Studies estimate that by 2020 we will have a vast Internet of Things (IoT) network comprising 26 billion connected devices, including everything from light bulbs to refrigerators, coffee makers to cars. From the beginning, the concept of cyber-physical systems (CPS), or the sensing and control of physical phenomena through networks of devices that work together to achieve common goals, has been implicit in the IoT enterprise. This book focuses on the increasingly hot topic of Human-in-the-loop Cyber-Physical Systems (HiTLCPS)—CPSs that incorporate human responses in IoT equation.</p> <p>Why have we not yet integrated the human component into CPSs? What are the major challenges to achieving HiTLCPS? How can we take advantage of ubiquitous sensing platforms, such as smartphones and personal devices to achieve that goal? While mature HiTLCPS designs have yet to be achieved, or a general consensus reached on underlying HiTLCPS requirements, principles, and theory, researchers and developers worldwide are on the cusp of realizing them. With contributions from researchers at the cutting edge of HiTLCPS R&D, this book addresses many of these questions from the theoretical and practical points of view.</p> <ul> <li>An essential primer on a rapidly emerging Internet-of-Things concept, focusing on human-centric applications</li> <li>Discusses new topics which, until now, have only been available in research papers scattered throughout the world literature</li> <li>Addressed fundamental concepts in depth while providing practical insights into the development of complete HiTLCPS systems</li> <li>Includes a companion website containing full source-code for all of the applications described</li> </ul> <p>This book is an indispensable resource for researchers and app developers eager to explore HiTL concepts and include them into their designs. It is also an excellent primer for advanced undergraduates and graduate students studying IoT, CPS, and HiTLCPS.</p>
<p>List of Figures xi</p> <p>List of Tables xvii</p> <p>Foreword xix</p> <p>Preface xxi</p> <p>Acknowledgments xxiii</p> <p>List of Abbreviations xxv</p> <p>About the CompanionWebsite xxvii</p> <p><b>1 Introduction 1</b></p> <p>1.1 The Rise of Cyber-Physical Systems 1</p> <p>1.2 Humans as Elements of Cyber-Physical Systems 4</p> <p>1.3 Objectives and Structure 7</p> <p><b>Part I Evolution and Theory 9</b></p> <p><b>2 Evolution of HiTL Technologies 11</b></p> <p>2.1 "Things", Sensors, and the RealWorld 11</p> <p>2.2 Human Sensing and Virtual Communities 17</p> <p>2.3 In Summary... 23</p> <p><b>3 TheoryofHiTLCPSs 25</b></p> <p>3.1 Taxonomies for HiTLCPSs 25</p> <p>3.2 Data Acquisition 28</p> <p>3.2.1 Humans as Sets of Sensors 28</p> <p>3.2.2 Humans as Communication Nodes 29</p> <p>3.3 State Inference 30</p> <p>3.3.1 Human Nature 30</p> <p>3.3.2 Humans as Processing Nodes 31</p> <p>3.4 Actuation 31</p> <p>3.4.1 Humans and Robots as Actuators 31</p> <p>3.5 In Summary... 32</p> <p><b>4 HITL Technologies and Applications 35</b></p> <p>4.1 Technologies for Supporting HiTLCPS 35</p> <p>4.1.1 Data Acquisition 35</p> <p>4.1.2 State Inference 39</p> <p>4.1.3 Actuation 42</p> <p>4.2 Experimental Projects 45</p> <p>4.2.1 HiTL in Industry and at Home 46</p> <p>4.2.2 HiTL in Healthcare 48</p> <p>4.2.3 HiTL in Smartphones and Social Networking 51</p> <p>4.3 In Summary... 56</p> <p>Part II Human-in-the-Loop: Hands-On 57</p> <p><b>5 ASampleApp 59</b></p> <p>5.1 A Sample Behavior Change Intervention App 59</p> <p>5.2 The Sample App’s Base Architecture 60</p> <p>5.2.1 The Android App 60</p> <p>5.2.2 The Server 65</p> <p>5.3 Enhancing the Sample App with HiTL Emotion-awareness 66</p> <p>5.3.1 Choosing a Machine Learning Technique 67</p> <p>5.3.2 Implementing Emotion-awareness 68</p> <p>5.4 In Summary... 71</p> <p><b>6 Setting up the Development Environment 73</b></p> <p>6.1 Installing Android Studio 73</p> <p>6.2 Cloning the Android Project 77</p> <p>6.3 Deploying the Server 85</p> <p>6.3.1 Installing the Software and Cloning the Server’s Project 85</p> <p>6.3.2 Obtaining a Foursquare®’s Client ID and Client Secret 88</p> <p>6.3.3 Setting up the Database 91</p> <p>6.3.4 Deploying the Server on Tomcat 7 95</p> <p>6.4 Testing the Sample App 99</p> <p>6.5 In Summary... 101</p> <p><b>7 Data Acquisition 103</b></p> <p>7.1 Creating the EmotionTasker 103</p> <p>7.2 Processing Sensory Data 110</p> <p>7.3 In Summary... 118</p> <p><b>8 StateInference 121</b></p> <p>8.1 Implementing a Neural Network 121</p> <p>8.2 Requesting User Feedback 125</p> <p>8.2.1 Creating the EmotionFeedback Activity 125</p> <p>8.2.2 Implementing the EmotionSpace View 127</p> <p>8.2.3 Finishing EmotionFeedback 151</p> <p>8.2.4 Showing a Feedback Request Notification 158</p> <p>8.3 Processing User Feedback 168</p> <p>8.3.1 Processing Feedback on the EmotionTasker 168</p> <p>8.3.2 Training the Neural Network 170</p> <p>8.3.3 Sending Emotional Information to the Server 173</p> <p>8.4 In Summary... 176</p> <p><b>9 Actuation 179</b></p> <p>9.1 Handling Emotions on the Server 179</p> <p>9.1.1 Parsing JSON Requests 180</p> <p>9.1.2 Creating theWeb Interface 189</p> <p>9.1.3 Creating the Server’s BackgroundThread 190</p> <p>9.1.4 Processing Incoming Emotions 192</p> <p>9.1.5 Pruning Outdated Emotions 208</p> <p>9.2 Finishing up EmotionTasker 210</p> <p>9.2.1 Handling ANN Output 212</p> <p>9.2.2 Posting New Emotion Inferences 217</p> <p>9.3 Providing Positive Reinforcement 226</p> <p>9.3.1 Creating a Motivational Dialog Box 226</p> <p>9.3.2 Enabling the Emotion Heatmaps 234</p> <p>9.4 In Summary… 237</p> <p><b>Part III Future of Human-In-the-Loop Cyber-Physical Systems 239</b></p> <p><b>10 Requirements and Challenges for HiTL Applications 241</b></p> <p>10.1 Resilience 241</p> <p>10.2 Security and Privacy 242</p> <p>10.3 Standard Communications 244</p> <p>10.4 Localization 248</p> <p>10.5 State Inference 248</p> <p>10.6 Safety 250</p> <p>10.7 In Summary… 250</p> <p><b>11 Human-in-the-Loop Constraints 253</b></p> <p>11.1 Technical Limitations 253</p> <p>11.2 Ethical limitations 256</p> <p>A EmotionTasker’s full code 261</p> <p>References 275</p> <p>Index 289</p>
<p> <strong>David Nunes, PhD</strong> is an information systems advisor and software developer at the Central Portuguese Bank. He holds a Masters degree in Bioinformatics, and a PhD in Informatics, both from the University of Coimbra, Portugal. <p> <strong>Jorge Sá Silva, PhD</strong> is an Assistant Professor in the Department of Informatics Engineering at the tUniversity of Coimbra, Portugal. <p> <strong>Fernando Boavida, PhD</strong> is a Professor in the Department of Informatics Engineering at the University of Coimbra and founder of the University's Laboratory of Communications and Telematics of DEI.
<p> <strong>The first book focusing on one of the hottest new topics in Internet-of-Things systems research and development</strong> <p> Studies estimate that by 2020 we will have a vast Internet-of-Things (IoT) network comprising 26 billion connected devices, including everything from light bulbs to refrigerators, coffee makers to cars. From the beginning, the concept of cyber-physical systems (CPS), or the sensing and control of physical phenomena through networks of devices that work together to achieve common goals, has been implicit in the IoT enterprise. This book focuses on the increasingly hot topic of <em>Human-in-the-Loop Cyber-Physical Systems</em> (HiTLCPS)—CPS that incorporate human responses in the IoT equation. <p> Why have we not yet integrated the human component into CPS? What are the major challenges to achieving HiTLCPS? How can we take advantage of ubiquitous sensing platforms, such as smartphones and personal devices to achieve that goal? While mature HiTLCPS designs have yet to be achieved, or a general consensus reached on underlying HiTLCPS requirements, principles, and theory, researchers and developers worldwide are on the cusp of realizing them. With contributions from researchers at the cutting edge of HiTLCPS R&D, this book addresses many of these questions from the theoretical and practical points of view. <ul> <li>An essential primer on a rapidly emerging Internet-of-Things concept, focusing on human-centric applications.</li> <li>Discusses new topics which, until now, have only been available in research papers scattered throughout international literature</li> <li>Addresses fundamental concepts in depth while providing practical insights into the development of complete HiTLCPS</li> <li>Includes a companion website containing full source-code for all of the applications described</li> </ul> <br> <p> This book is an indispensable resource for researchers and app developers eager to explore HiTL concepts and include them in their designs. It is also an excellent primer for advanced undergraduates and graduate students studying IoT, CPS, and HiTLCPS.

Diese Produkte könnten Sie auch interessieren:

Strategies to the Prediction, Mitigation and Management of Product Obsolescence
Strategies to the Prediction, Mitigation and Management of Product Obsolescence
von: Bjoern Bartels, Ulrich Ermel, Peter Sandborn, Michael G. Pecht
PDF ebook
116,99 €