Using Facially Expressive Robots to Increase Realism in Patient Simulation

Total Page:16

File Type:pdf, Size:1020Kb

Using Facially Expressive Robots to Increase Realism in Patient Simulation USING FACIALLY EXPRESSIVE ROBOTS TO INCREASE REALISM IN PATIENT SIMULATION A Dissertation Submitted to the Graduate School of the University of Notre Dame in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy by Maryam Moosaei Laurel D. Riek, Director Graduate Program in Computer Science and Engineering Notre Dame, Indiana July 2017 USING FACIALLY EXPRESSIVE ROBOTS TO INCREASE REALISM IN PATIENT SIMULATION Abstract by Maryam Moosaei Social robots are a category of robots that can have social interaction with humans. The presence of these robots is growing in different fields such as healthcare, entertain- ment, assisted living, rehabilitation, and education. Within these domains, human robot interaction (HRI) researchers have worked on enabling social robots to interact more natu- rally with people using different verbal and nonverbal channels. Considering that most of human-human interactions are non-verbal, it is worth considering how to enable robots to both recognize and synthesize non-verbal behavior. My research focuses on synthesizing facial expressions, a type of nonverbal behavior, on social robots. During my research, I developed several new algorithms for synthe- sizing facial expressions on robots and avatars, and experimentally explored how these expressions were perceived. I also developed a new control system for operators which automates synthesizing expressions on a robotic head. Additionally, I worked on building a new robotic head, capable of expressing a wide range of expressions, which will serve as a next generation of patient simulators. My work explores the application of facially expressive robots in patient simulation. Robotic Patient Simulators (RPS) systems are the most frequent application of humanoid robots. They are human-sized robots that can breathe, bleed, react to medication, and convey hundreds of different biosignals. RPSs enable clinical learners to safely practice Maryam Moosaei clinical skills without harming real patients, and can include: patient communication, pa- tient condition assessment, and procedural practice. Although commonly used in clinical education, one capability of RPSs is in need of at- tention: enabling face-to-face interactions between RPSs and learners. Despite the impor- tance of patients’ facial expressions in making diagnostic decisions, commercially avail- able RPS systems are not currently equipped with expressive faces. They have static faces that cannot express any visual pathological signs or distress. Therefore, clinicians can fall into the poor habit of not paying attention to a patient’s face, which can result in them going down an incorrect diagnostic path. One motivation behind my research is to make RPSs more realistic by enabling them to convey realistic, clinically-relevant, patient-driven facial expressions to clinical trainees. We have designed a new type of RPS with a wider range of expressivity, including the ability to express pain, neurological impairment, and other pathologies in its face. By de- veloping expressive RPSs, our work serves as a next generation educational tool for clinical learners to practice face-to-face communication, diagnosis, and treatment with patients in simulation. As the application of robots in healthcare continues to grow, expressive robots are another tool that can aid the clinical workforce by considerably improving the realism and delity of patient simulation. During the course of my research, I completed four main projects and designed several new algorithms to synthesize different expressions and pathologies on RPSs. First, I designed a framework for generalizing synthesis of facial expressions on robots and avatars with different degrees of freedom. Then, I implemented this framework as an ROS-based module and used it for performing facial expression synthesis on different robots and virtual avatars. Currently, researchers cannot transfer the facial expression syn- thesis software developed for a particular robot to another robot, due to having different hardware. Using ROS, I developed a general solution that is one of the first attempts to address this problem. Maryam Moosaei Second, I used this framework to synthesize patient-driven facial expressions of pain on virtual avatars, and studied the effect of an avatar’s gender on pain perception. We found that participants were able to distinguish pain from commonly conflated expressions (anger and disgust), and showed that patient-driven pain synthesis can be a valuable alter- native to laborious key-frame animation techniques, This was one of the first attempts to perform automatic synthesis of patient driven expressions on avatars without the need of an animation expert. Automatic patient driven facial expression synthesis will reduce the time and cost needed for operators of RPS systems. Third, I synthesized patient-driven facial expressions of pain on a humanoid robot and its virtual model, with the objective of exploring how having a clinical education can affect pain detection accuracy. We found that clinicians have lower overall accuracy in detecting synthesized pain in comparison with lay participants. This supported other findings in the literature, showing that there is a need to improve clinical learners’ skills in decoding ex- pressions in patients. Furthermore, we explored the effect of embodiment (robot, avatar) on pain perception by both clinicians and lay participants. We found that all participants are overall less accurate in detecting pain from a humanoid robot in comparison to a compa- rable virtual avatar. Considering these effects are important when using expressive robots and avatars as an educational tool for clinical learners. Fourth, I developed a computational (mask) model of atypical facial expressions such as stroke and Bell’s Palsy. We used our developed computational model to perform masked synthesis on a virtual avatar and ran an experiment to evaluate the similarity of the syn- thesized expressions to real patients. Additionally, we used our developed mask model to design a shared control system for controlling an expressive robotic face. My work has multiple contributions for both the HRI and healthcare communities. First, I explored a novel application of facially expressive robots, patient simulation, which is a relatively unexplored area in the HRI literature. Second, I designed a generalized framework for synthesizing facial expressions on robots and avatars. My third contribu- Maryam Moosaei tion was to design new methods for synthesizing naturalistic patient-driven expressions and pathologies on RPSs. Experiments validating my approach showed that the embodi- ment or gender of the RPS can affect perception of their expressions. Fourth, I developed a computational model of atypical expressions and used this model to synthesize Bell’s palsy on a virtual avatar. This model can be used as part of an educational tool to help clinicians improve their diagnosis of conditions like Bell’s palsy, stroke, and Parkinson’s disease. Finally, I used this mask model to develop a shared control system for controlling a robotic face. This control model automates the job of controlling an RPS’s expressions for simulation operators. My work enables the HRI community to explore new applications of social robots and expand their presence in our daily lives. Moreover, my work will inform the design and development of the next generation of PRSs that are able to express visual signs of diseases, distress, and pathologies. By providing better technology, we can improve how clinicians are being trained and this will eventually improve patient outcomes. CONTENTS FIGURES . vi TABLES . viii ACKNOWLEDGMENTS . ix CHAPTER 1: INTRODUCTION . .1 1.1 Motivation and Scope . .1 1.2 Contribution . .3 1.3 Publications . .4 1.4 Ethical Procedures . .5 1.5 Dissertation Overview . .5 CHAPTER 2: BACKGROUND . .7 2.1 Emotional Space . .9 2.2 Common Techniques for Synthesizing Facial Expressions . 11 2.2.1 Facial Feature Tracking and Extraction . 11 2.2.2 Keyframe Synthesis . 13 2.2.3 Performance Driven Synthesis . 14 2.3 Synthesizing Facial Expressions on Patient Simulators . 17 2.4 Chapter Summary . 18 CHAPTER 3: EVALUATING FACIAL EXPRESSION SYNTHESIS ON ROBOTS 20 3.1 Background . 20 3.1.1 Subjective Evaluation . 22 3.1.2 Expert Evaluation . 25 3.1.3 Computational Evaluation . 26 3.2 Proposed Method Based on Computing Subjective and Computational Eval- uation Methods . 27 3.3 Challenges in Synthesis Evaluation . 29 3.4 Chapter Summary . 31 ii CHAPTER 4: PAIN SYNTHESIS ON VIRTUAL AVATARS . 32 4.1 Background . 34 4.2 Methodology . 35 4.2.1 Source Video Acquisition . 36 4.2.2 Feature Extraction . 37 4.2.3 Avatar Model Creation . 37 4.2.4 Stimuli Creation and Labeling . 39 4.2.5 Main Experiment . 41 4.3 Results . 42 4.3.1 Summary of Key Findings . 42 4.3.2 Regression Method . 42 4.4 Discussion . 46 4.5 Chapter Summary . 47 4.6 Acknowledgment of Work Distribution . 48 CHAPTER 5: PAIN SYNTHESIS ON ROBOTS . 49 5.1 Introduction . 49 5.1.1 Our Work and Contribution . 49 5.2 Methodology . 52 5.2.1 Background . 52 5.2.2 Overview of Our Work . 54 5.2.3 Source Video Acquisition . 55 5.2.4 Feature Extraction . 57 5.2.5 Humanoid Robot . 57 5.2.6 Avatar Model Creation . 58 5.2.7 Stimuli Creation and Labeling . 58 5.2.8 Pilot Study . 60 5.2.9 Main Experiment . 62 5.3 Results . 64 5.3.1 Regression Method . 64 5.3.2 ANOVA Method . 67 5.4 Discussion . 69 5.5 Chapter Summary . 72 5.6 Acknowledgment of Work Distribution . 73 CHAPTER 6: DESIGNING AND CONTROLLING AN EXPRESSIVE ROBOT . 74 6.1 Proposed Method . 75 6.1.1 ROS Implementation . 76 6.1.2 An Example of Our Method . 78 6.2 Validation . 82 6.2.1 Simulation-based Evaluation . 82 6.2.2 Physical Robot Evaluation . 85 6.3 General Discussion . 87 iii 6.4 Chapter Summary . 88 6.4.1 Acknowledgment of Work Distribution . 89 CHAPTER 7: MASKED SYNTHESIS . 90 7.1 Background . 91 7.2 Impact . 95 7.3 Research Questions . 96 7.4 Acquire Videos of Patients with Stroke and BP and Extract Facial Features Using CLMs .
Recommended publications
  • Science Fiction in Argentina: Technologies of the Text in A
    Revised Pages Science Fiction in Argentina Revised Pages DIGITALCULTUREBOOKS, an imprint of the University of Michigan Press, is dedicated to publishing work in new media studies and the emerging field of digital humanities. Revised Pages Science Fiction in Argentina Technologies of the Text in a Material Multiverse Joanna Page University of Michigan Press Ann Arbor Revised Pages Copyright © 2016 by Joanna Page Some rights reserved This work is licensed under the Creative Commons Attribution- Noncommercial- No Derivative Works 3.0 United States License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. Published in the United States of America by the University of Michigan Press Manufactured in the United States of America c Printed on acid- free paper 2019 2018 2017 2016 4 3 2 1 A CIP catalog record for this book is available from the British Library. Library of Congress Cataloging- in- Publication Data Names: Page, Joanna, 1974– author. Title: Science fiction in Argentina : technologies of the text in a material multiverse / Joanna Page. Description: Ann Arbor : University of Michigan Press, [2016] | Includes bibliographical references and index. Identifiers: LCCN 2015044531| ISBN 9780472073108 (hardback : acid- free paper) | ISBN 9780472053100 (paperback : acid- free paper) | ISBN 9780472121878 (e- book) Subjects: LCSH: Science fiction, Argentine— History and criticism. | Literature and technology— Argentina. | Fantasy fiction, Argentine— History and criticism. | BISAC: LITERARY CRITICISM / Science Fiction & Fantasy. | LITERARY CRITICISM / Caribbean & Latin American. Classification: LCC PQ7707.S34 P34 2016 | DDC 860.9/35882— dc23 LC record available at http://lccn.loc.gov/2015044531 http://dx.doi.org/10.3998/dcbooks.13607062.0001.001 Revised Pages To my brother, who came into this world to disrupt my neat ordering of it, a talent I now admire.
    [Show full text]
  • Robotic Pets in Human Lives: Implications for the Human–Animal Bond and for Human Relationships with Personified Technologies ∗ Gail F
    Journal of Social Issues, Vol. 65, No. 3, 2009, pp. 545--567 Robotic Pets in Human Lives: Implications for the Human–Animal Bond and for Human Relationships with Personified Technologies ∗ Gail F. Melson Purdue University Peter H. Kahn, Jr. University of Washington Alan Beck Purdue University Batya Friedman University of Washington Robotic “pets” are being marketed as social companions and are used in the emerging field of robot-assisted activities, including robot-assisted therapy (RAA). However,the limits to and potential of robotic analogues of living animals as social and therapeutic partners remain unclear. Do children and adults view robotic pets as “animal-like,” “machine-like,” or some combination of both? How do social behaviors differ toward a robotic versus living dog? To address these issues, we synthesized data from three studies of the robotic dog AIBO: (1) a content analysis of 6,438 Internet postings by 182 adult AIBO owners; (2) observations ∗ Correspondence concerning this article should be addressed to Gail F. Melson, Depart- ment of CDFS, 101 Gates Road, Purdue University, West Lafayette, IN 47907-20202 [e-mail: [email protected]]. We thank Brian Gill for assistance with statistical analyses. We also thank the following individuals (in alphabetical order) for assistance with data collection, transcript preparation, and coding: Jocelyne Albert, Nathan Freier, Erik Garrett, Oana Georgescu, Brian Gilbert, Jennifer Hagman, Migume Inoue, and Trace Roberts. This material is based on work supported by the National Science Foundation under Grant No. IIS-0102558 and IIS-0325035. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation.
    [Show full text]
  • Robots: Everywhere Around Us [A Dream Coming True]
    Institute of Electrical and Electronics Engineers (IEEE) Robotics & Automation Society Egypt Chapter Robots: Everywhere around us [A Dream Coming True] Prepared by: Dr. Alaa Khamis, Egypt Chapter Chair Presented by: Eng. Omar Mahmoud http://www.ras-egypt.org/ MUSES_SECRET:© Dr. Alaa Khamis, ORF IEEE-RE RAS Project – Egypt - Chapter© PAMI – Research Robots: Around Group –us University Everywhere of Waterloo 1/221 Outline • IEEE RAS – Egypt Chapter MUSES_SECRET:• What ORFis- REa Project Robot? - © PAMI Research Group – University of Waterloo • What is Robotics? • Science Fiction • Science Facts • Robots Today • Robots’ Future MUSES_SECRET:© Dr. Alaa Khamis, ORF IEEE-RE RAS Project – Egypt - Chapter© PAMI – Research Robots: Around Group –us University Everywhere of Waterloo 2/222 Outline • IEEE RAS – Egypt Chapter MUSES_SECRET:• What ORFis- REa Project Robot? - © PAMI Research Group – University of Waterloo • What is Robotics? • Science Fiction • Science Facts • Robots Today • Robots’ Future MUSES_SECRET:© Dr. Alaa Khamis, ORF IEEE-RE RAS Project – Egypt - Chapter© PAMI – Research Robots: Around Group –us University Everywhere of Waterloo 3/223 IEEE RAS – Egypt Chapter Established in Sept. 2011 to become the meeting place of choice for the robotics and automation community in Egypt. MUSES_SECRET:© Dr. Alaa Khamis, ORF IEEE-RE RAS Project – Egypt - Chapter© PAMI – Research Robots: Around Group –us University Everywhere of Waterloo 4/224 IEEE RAS – Egypt Chapter • Conferences & Workshops • Seminars & Webinars • Free Courses • Robotic Competitions MUSES_SECRET:© Dr. Alaa Khamis, ORF IEEE-RE RAS Project – Egypt - Chapter© PAMI – Research Robots: Around Group –us University Everywhere of Waterloo 5/225 Conferences & Workshops MUSES_SECRET:© Dr. Alaa Khamis, ORF IEEE-RE RAS Project – Egypt - Chapter© PAMI – Research Robots: Around Group –us University Everywhere of Waterloo 6/226 ICET 2012 http://landminefree.org/ http://www.icet-guc.org/2012/ MUSES_SECRET:© Dr.
    [Show full text]
  • Cybernetic Human HRP-4C: a Humanoid Robot with Human-Like Proportions
    Cybernetic Human HRP-4C: A humanoid robot with human-like proportions Shuuji KAJITA, Kenji KANEKO, Fumio KANEIRO, Kensuke HARADA, Mitsuharu MORISAWA, Shin’ichiro NAKAOKA, Kanako MIURA, Kiyoshi FUJIWARA, Ee Sian NEO, Isao HARA, Kazuhito YOKOI, Hirohisa HIRUKAWA Abstract Cybernetic human HRP-4C is a humanoid robot whose body dimensions were designed to match the average Japanese young female. In this paper, we ex- plain the aim of the development, realization of human-like shape and dimensions, research to realize human-like motion and interactions using speech recognition. 1 Introduction Cybernetics studies the dynamics of information as a common principle of com- plex systems which have goals or purposes. The systems can be machines, animals or a social systems, therefore, cybernetics is multidiciplinary from its nature. Since Norbert Wiener advocated the concept in his book in 1948[1], the term has widely spreaded into academic and pop culture. At present, cybernetics has diverged into robotics, control theory, artificial intelligence and many other research fields, how- ever, the original unified concept has not yet lost its glory. Robotics is one of the biggest streams that branched out from cybernetics, and its goal is to create a useful system by combining mechanical devices with information technology. From a practical point of view, a robot does not have to be humanoid; nevertheless we believe the concept of cybernetics can justify the research of hu- manoid robots for it can be an effective hub of multidiciplinary research. WABOT-1,
    [Show full text]
  • Modelling User Preference for Embodied Artificial Intelligence and Appearance in Realistic Humanoid Robots
    Article Modelling User Preference for Embodied Artificial Intelligence and Appearance in Realistic Humanoid Robots Carl Strathearn 1,* and Minhua Ma 2,* 1 School of Computing and Digital Technologies, Staffordshire University, Staffordshire ST4 2DE, UK 2 Falmouth University, Penryn Campus, Penryn TR10 9FE, UK * Correspondence: [email protected] (C.S.); [email protected] (M.M.) Received: 29 June 2020; Accepted: 29 July 2020; Published: 31 July 2020 Abstract: Realistic humanoid robots (RHRs) with embodied artificial intelligence (EAI) have numerous applications in society as the human face is the most natural interface for communication and the human body the most effective form for traversing the manmade areas of the planet. Thus, developing RHRs with high degrees of human-likeness provides a life-like vessel for humans to physically and naturally interact with technology in a manner insurmountable to any other form of non-biological human emulation. This study outlines a human–robot interaction (HRI) experiment employing two automated RHRs with a contrasting appearance and personality. The selective sample group employed in this study is composed of 20 individuals, categorised by age and gender for a diverse statistical analysis. Galvanic skin response, facial expression analysis, and AI analytics permitted cross-analysis of biometric and AI data with participant testimonies to reify the results. This study concludes that younger test subjects preferred HRI with a younger-looking RHR and the more senior age group with an older looking RHR. Moreover, the female test group preferred HRI with an RHR with a younger appearance and male subjects with an older looking RHR.
    [Show full text]
  • Design and Realization of a Humanoid Robot for Fast and Autonomous Bipedal Locomotion
    TECHNISCHE UNIVERSITÄT MÜNCHEN Lehrstuhl für Angewandte Mechanik Design and Realization of a Humanoid Robot for Fast and Autonomous Bipedal Locomotion Entwurf und Realisierung eines Humanoiden Roboters für Schnelles und Autonomes Laufen Dipl.-Ing. Univ. Sebastian Lohmeier Vollständiger Abdruck der von der Fakultät für Maschinenwesen der Technischen Universität München zur Erlangung des akademischen Grades eines Doktor-Ingenieurs (Dr.-Ing.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr.-Ing. Udo Lindemann Prüfer der Dissertation: 1. Univ.-Prof. Dr.-Ing. habil. Heinz Ulbrich 2. Univ.-Prof. Dr.-Ing. Horst Baier Die Dissertation wurde am 2. Juni 2010 bei der Technischen Universität München eingereicht und durch die Fakultät für Maschinenwesen am 21. Oktober 2010 angenommen. Colophon The original source for this thesis was edited in GNU Emacs and aucTEX, typeset using pdfLATEX in an automated process using GNU make, and output as PDF. The document was compiled with the LATEX 2" class AMdiss (based on the KOMA-Script class scrreprt). AMdiss is part of the AMclasses bundle that was developed by the author for writing term papers, Diploma theses and dissertations at the Institute of Applied Mechanics, Technische Universität München. Photographs and CAD screenshots were processed and enhanced with THE GIMP. Most vector graphics were drawn with CorelDraw X3, exported as Encapsulated PostScript, and edited with psfrag to obtain high-quality labeling. Some smaller and text-heavy graphics (flowcharts, etc.), as well as diagrams were created using PSTricks. The plot raw data were preprocessed with Matlab. In order to use the PostScript- based LATEX packages with pdfLATEX, a toolchain based on pst-pdf and Ghostscript was used.
    [Show full text]
  • Ph. D. Thesis Stable Locomotion of Humanoid Robots Based
    Ph. D. Thesis Stable locomotion of humanoid robots based on mass concentrated model Author: Mario Ricardo Arbul´uSaavedra Director: Carlos Balaguer Bernaldo de Quiros, Ph. D. Department of System and Automation Engineering Legan´es, October 2008 i Ph. D. Thesis Stable locomotion of humanoid robots based on mass concentrated model Author: Mario Ricardo Arbul´uSaavedra Director: Carlos Balaguer Bernaldo de Quiros, Ph. D. Signature of the board: Signature President Vocal Vocal Vocal Secretary Rating: Legan´es, de de Contents 1 Introduction 1 1.1 HistoryofRobots........................... 2 1.1.1 Industrialrobotsstory. 2 1.1.2 Servicerobots......................... 4 1.1.3 Science fiction and robots currently . 10 1.2 Walkingrobots ............................ 10 1.2.1 Outline ............................ 10 1.2.2 Themes of legged robots . 13 1.2.3 Alternative mechanisms of locomotion: Wheeled robots, tracked robots, active cords . 15 1.3 Why study legged machines? . 20 1.4 What control mechanisms do humans and animals use? . 25 1.5 What are problems of biped control? . 27 1.6 Features and applications of humanoid robots with biped loco- motion................................. 29 1.7 Objectives............................... 30 1.8 Thesiscontents ............................ 33 2 Humanoid robots 35 2.1 Human evolution to biped locomotion, intelligence and bipedalism 36 2.2 Types of researches on humanoid robots . 37 2.3 Main humanoid robot research projects . 38 2.3.1 The Humanoid Robot at Waseda University . 38 2.3.2 Hondarobots......................... 47 2.3.3 TheHRPproject....................... 51 2.4 Other humanoids . 54 2.4.1 The Johnnie project . 54 2.4.2 The Robonaut project . 55 2.4.3 The COG project .
    [Show full text]
  • Are You There, God? It's I, Robot: Examining The
    ARE YOU THERE, GOD? IT’S I, ROBOT: EXAMINING THE HUMANITY OF ANDROIDS AND CYBORGS THROUGH YOUNG ADULT FICTION BY EMILY ANSUSINHA A Thesis Submitted to the Graduate Faculty of WAKE FOREST UNIVERSITY GRADUATE SCHOOL OF ARTS AND SCIENCES in Partial Fulfillment of the Requirements for the Degree of MASTER OF ARTS Bioethics May 2014 Winston-Salem, North Carolina Approved By: Nancy King, J.D., Advisor Michael Hyde, Ph.D., Chair Kevin Jung, Ph.D. ACKNOWLEDGMENTS I would like to give a very large thank you to my adviser, Nancy King, for her patience and encouragement during the writing process. Thanks also go to Michael Hyde and Kevin Jung for serving on my committee and to all the faculty and staff at the Wake Forest Center for Bioethics, Health, and Society. Being a part of the Bioethics program at Wake Forest has been a truly rewarding experience. A special thank you to Katherine Pinard and McIntyre’s Books; this thesis would not have been possible without her book recommendations and donations. I would also like to thank my family for their continued support in all my academic pursuits. Last but not least, thank you to Professor Mohammad Khalil for changing the course of my academic career by introducing me to the Bioethics field. ii TABLE OF CONTENTS List of Tables and Figures ................................................................................... iv List of Abbreviations ............................................................................................. iv Abstract ................................................................................................................
    [Show full text]
  • Designing Humanoid Robots with Novel Roles and Social Abilities
    Lovotics Dimitrova and Wagatsuma, Lovotics 2015, 3:1 ISSN: 2090-9888 Lovotics DOI: 10.4172/2090-9888.1000112 Review Article Open Access Designing Humanoid Robots with Novel Roles and Social Abilities Maya Dimitrova1,2* and Hiroaki Wagatsuma2,3 1Institute of Systems Engineering and Robotics, Bulgarian Academy of Sciences (BAS), Sofia, Bulgaria 2Graduate School of Life Science and Systems Engineering, Kyushu Institute of Technology, Japan 3RIKEN BSI, 2-1, Hirosawa, Wako-shi, Saitama, 351-0198, Japan Abstract This mini-review describes aspects of human-robot interaction to be taken into account when designing humanoid robots with novel roles and social abilities. The review accentuates the psychological complexity that is necessary to be made inherent in the design of humanoid robotic technology. Some recent studies of robot acceptance are summarized leading to the proposal for more complex synthetic sensors being needed in novel humanoid robots. The perspective is designing based on modeling attitude (the social level of human robot interaction), but not opinion (psychological level), which can be a valuable aim for humanoid robotics. Keywords: Humanoid robots; Synthetic sensors; Uncanny valley; communicative intentions similarly to the way people perceive them at Psychology; Behavior; Attitude; Modeling some subtle level of awareness. The term ‘affection’ is becoming more and more characteristic of the process of natural and intuitive human- Introduction robot interaction, when the anthropomorphism is the underlying notion of this process according to [7], calling for the design of an ‘affection The interest in humanoid robotics is constantly increasing and sensor’, i.e. for modeling of complex multidimensional aspects of the is motivating novel solutions for personal assistance, elderly care, psychological side of the human-robot interaction process.
    [Show full text]
  • Humanoid Teensize Open Platform Nimbro-OP
    Proceedings of 17th RoboCup International Symposium, Eindhoven, Netherlands, 2013 Humanoid TeenSize Open Platform NimbRo-OP Max Schwarz, Julio Pastrana, Philipp Allgeuer, Michael Schreiber, Sebastian Schueller, Marcell Missura and Sven Behnke Autonomous Intelligent Systems, Computer Science, Univ. of Bonn, Germany fschwarzm, schuell1, [email protected] fpastrana, allgeuer, schreiber, [email protected] http://ais.uni-bonn.de/nimbro/OP Abstract. In recent years, the introduction of affordable platforms in the KidSize class of the Humanoid League has had a positive impact on the performance of soccer robots. The lack of readily available larger robots, however, severely affects the number of participants in Teen- and AdultSize and consequently the progress of research that focuses on the challenges arising with robots of larger weight and size. This paper presents the first hardware release of a low cost Humanoid TeenSize open platform for research, the first software release, and the current state of ROS-based software development. The NimbRo-OP robot was designed to be easily manufactured, assembled, repaired, and modified. It is equipped with a wide-angle camera, ample computing power, and enough torque to enable full-body motions, such as dynamic bipedal locomotion, kicking, and getting up. 1 Introduction Low-cost and easy to maintain standardized hardware platforms, such as the DARwIn-OP [1], have had a positive impact on the performance of teams in the KidSize class of the RoboCup Humanoid League. They lower the barrier for new teams to enter the league and make maintaining a soccer team with the required number of players easier. Out-of-the-box capabilities like walking and kicking allow the research groups to focus on higher-level perceptual or behavioral skills, which increases the quality of the games and, hence, the attractiveness of RoboCup for visitors and media.
    [Show full text]
  • Posthumanism in Latin American Science Fiction Between 1960-1999
    University of Kentucky UKnowledge Theses and Dissertations--Hispanic Studies Hispanic Studies 2015 For the Love of Robots: Posthumanism in Latin American Science Fiction Between 1960-1999 Grace A. Martin University of Kentucky, [email protected] Right click to open a feedback form in a new tab to let us know how this document benefits ou.y Recommended Citation Martin, Grace A., "For the Love of Robots: Posthumanism in Latin American Science Fiction Between 1960-1999" (2015). Theses and Dissertations--Hispanic Studies. 21. https://uknowledge.uky.edu/hisp_etds/21 This Doctoral Dissertation is brought to you for free and open access by the Hispanic Studies at UKnowledge. It has been accepted for inclusion in Theses and Dissertations--Hispanic Studies by an authorized administrator of UKnowledge. For more information, please contact [email protected]. STUDENT AGREEMENT: I represent that my thesis or dissertation and abstract are my original work. Proper attribution has been given to all outside sources. I understand that I am solely responsible for obtaining any needed copyright permissions. I have obtained needed written permission statement(s) from the owner(s) of each third-party copyrighted matter to be included in my work, allowing electronic distribution (if such use is not permitted by the fair use doctrine) which will be submitted to UKnowledge as Additional File. I hereby grant to The University of Kentucky and its agents the irrevocable, non-exclusive, and royalty-free license to archive and make accessible my work in whole or in part in all forms of media, now or hereafter known. I agree that the document mentioned above may be made available immediately for worldwide access unless an embargo applies.
    [Show full text]
  • Android Science - Toward a New Cross-Interdisciplinary Framework
    Android Science - Toward a new cross-interdisciplinary framework - Hiroshi ISHIGURO Department of Adaptive Machine Systems, Osaka University [email protected] 1 Android science Appearance and behavior In the evaluation of interactive robots, the performance measures are sub- jective impression of human subjects who interact with the robot and their unconscious reactions, such as synchronized human behaviors in the interac- tions and eye movements. Obviously, both the appearance and behavior of the robots are important factors in this evaluation. There are many technical reports that compare robots with di®erent behaviors. However nobody has focused on appearance in the previous robotics. There many empirical discussions on very simpli¯ed static robots, say dolls. Designing the robot's appearance, especially to give it a humanoid one, was always a role of the industrial designer. However we con- sider this to be a serious problem for developing and evaluating interactive robots. Appearance and behavior are tightly coupled with both each other and these problems, as the results of evaluation change with appearance. In our previous work, we developed several humanoids for communicating with people [3][4][5], as shown in Figure 1. We empirically know the e®ect of appear- ance is as signi¯cant as behaviors in communication. Human brain functions that recognize people support our empirical knowledge. Android Science To tackle the problem of appearance and behavior, two approaches are nec- essary: one from robotics and the other from cognitive science. The ap- proach from robotics tries to build very humanlike robots based on knowl- edge from cognitive science.
    [Show full text]