Towards the Automatic Invention of Simple Mixed Reality Games

Total Page:16

File Type:pdf, Size:1020Kb

Towards the Automatic Invention of Simple Mixed Reality Games Towards the automatic invention of simple mixed reality games Robin Baumgarten, Maria Nika, Jeremy Gow and Simon Colton1 Abstract. The invention of mixed reality games that combine vir- Mixed reality games present a suitable domain for this approach, tual and physical play offers a rich and challenging application area because the computer is already a natural part of the game, and would for AI techniques. We look at the possibility of using descriptive ma- not have to be artificially introduced into play. However, they also chine learning to automatically invent simple mixed reality games. present a challenging domain, partly because the physical data can Specifically, we demonstrate that the HR learning system can gen- be complex and noisy, and partly because of the typical complexity erate coherent domain knowledge from the noisy play data gathered of the game mechanics from a number of simple physical games. We describe how this could We demonstrate here that the HR system [2] is capable of extract- be used to support mixed reality game invention, and discuss the ing sensible domain knowledge from physical play data, obtained prospects for further work in this area. from location tracking of two players engaged in relatively simple physical games, such as Tag (sections 3 and 4). Applying descriptive learning to physical data is an essential first step for the invention of 1 Introduction mixed reality games. We then argue (in section 5) that this knowl- Using AI techniques for game design is not nearly as well researched edge can be used to invent new games, as well as discussing other as using AI for avatars and for non-player characters, even though directions for this work. there is clearly potential to enhance the creativity of game design- ers. We look here at the possibility of using a descriptive learning 2 Background approach to automatically invent simple mixed reality games. Descriptive learning allows interesting concepts and properties 2.1 Descriptive learning & HR of a domain to be discovered from observations, without being re- In a descriptive machine learning setting, an agent attempts to dis- stricted to any particular learning goal. Applied to games, it has the cover a theory that describes a data set. The theory can consist of potential to automatically discover game-specific domain knowledge example objects, concepts which categorise examples, conjectures (rules, strategies etc.) from observed play. This knowledge could help which make claims about concepts, and explanations which support artificial agents fill a number of roles, without the necessity for pro- conjectures. This exploratory behaviour lacks a specific goal, and viding game knowledge to the agent ahead of play. These include: can be contrasted with predictive learning where the goal is to solve a specific categorisation problem. Logic-based descriptive learning Game Player So-called general game playing agents can play un- systems include HR [2], CLAUDIEN [13] and WARMR [7]. seen games without being told game rules or strategies [8]. HR is a theory formation system which generates a theory starting Game Mediator Agents could mediate play between humans, e.g. from an initial collection of example objects, in addition to a set of taking on the role of a referee or coach. initial concepts and a set of axioms which relate the concepts, usually Game Inventor Domain knowledge could be used as a basis for expressed in first-order logic. New concepts are constructed from the constructing new rule sets. existing set using production rules, employing heuristic search based on various measures of interestingness [5] to control exploration of The advantage of using descriptive rather than predictive machine the concept space. HR has 17 production rules which each form a learning (see section 2) is that there is no specific goal, and we can new concept by various syntactic manipulations and combinations of simultaneously find hypotheses describing the environment and the existing concept definitions. The production rules that we used in the particular game being played, which allows a greater understanding application here were: to be developed, e.g. to support game invention. In addition, descriptive learning systems can start with background Compose Conjoins the literals of two input concepts. concepts but no data, and — through the use of third party systems Exists Abstracts ground values to existential variables. such as constraint solvers, model generators and computer algebra Match Unifies distinct variables within a single input concept. systems — can invent concepts and flesh them out with examples Negate Negates literals within a definition. [1]. Such abilities would allow agents to operate in a wider range Size Counts the size of the success set of a clause. of applications, e.g. social environments where humans are creating, Split Instantiates variables in a definition. playing and developing their own games. We envision agents that can Conjectures are formed by HR during the concept search, by ob- join in such social play as a player, mediator or inventor. serving patterns in the sets of known examples that the concepts ap- 1 The Computational Creativity Group, Department of Computing, Imperial ply to. For instance, if HR noticed that the example set of a newly- College London, UK. Contact email: [email protected] formed concept was exactly the same as that of a previously defined concept, it would make an equivalence conjecture stating that the two 3 Mining conjectures from physical data definitions are logically equivalent. Conjectures can be proved from known axioms and theorems either internally or using a third-party We took a three stage approach to generating domain knowledge automated theorem prover: this can add theorems to the theory or, if from observations of physical game playing: the proof is based on a very simple subset of background knowledge, Data gathering Play data was collected from multiple rounds of it can be used to remove trivial conjectures from the theory. several games (section 3.1). Note that in domains where the data may be noisy, HR is able Data encoding Logic based descriptive learning systems, like HR, to make near-equivalences, i.e., equivalence conjectures where the require input in the form of logical statements. For each game, the truth of the conjecture is only partially supported by the data. The play data was encoded as a set of ground first order predicates. user is able to set a parameter for the minimum fidelity of conjectures These predicates were hand-crafted to describe the physical do- (usually in the range 60-80%). For instance, if the user set the value to main (e.g. relative positions in physical space), but are not game- be 75% and HR reported the conjecture that A ↔ B, then this means specific (section 3.2). that, of all examples which satisfy either property A or property B, Descriptive learning We used HR to form a theory about the data at least 75% of them satisfy both properties. The user is also able to in the given encoding. HR’s theory investigation tools to help us specify that the calculation of the fidelity is carried out on only the identify the most interesting conjectures which described the ac- positive examples of the concepts. This tends to avoid the reporting tions of the players in the game (section 3.3). of near-equivalences between concepts for which the examples are mainly negative, for instance the false conjecture in number theory The approach is independent of the games studied here, and could be that the concept of square numbers is equivalent to the concept of generalised to other game domains — providing suitable data encod- prime numbers. While there is no overlap in the positive examples ings can be designed. of these concepts, the sparsity of examples on the number line mean that this conjecture has 65% fidelity over the numbers 1 to 100. As mentioned above, HR’s search is driven by heuristic measures 3.1 Data gathering of interestingness. These measures can also be used to filter and sort the concepts and conjectures in HR’s output. The two measures we The Ubisense location tracking system [16] was installed in a use here are applicability and fidelity of conjectures. Applicability is medium sized room (approx. 10m by 6m). Each player carried a defined as the number of examples that a conjecture relates. Hence, tracking ‘tag’ with a single button which they could use to provide conjecture about even prime numbers score very low for applicabil- additional play data (see Figure 1). To increase the accuracy of the ity, as they only describe the number 2. Fidelity is measured as the location tracking, the players walked rather than ran, and players re- proportion of examples that support a conjecture, for instance the mained in sight of the location sensors. Because of these artificial conjecture that prime numbers are odd, while false, scores highly for constraints, the games were more simulated than played, although fidelity, because it is nearly true — with only one exception. they were still engaging physical activities for the players involved. HR has been applied to a variety of domains, most notably math- A more sophisticated approach (e.g. with better tracking technology) ematical domains where it has been used to make some interesting might remove these artificial constraints. discoveries [6]. Of particular relevance to mixed reality games is the We chose three simple physical games, plus one structured physi- extension of HR to work with noisy data in order to learn about the cal activity: rules of a dice game from vision data [14]. Tag One player attempts to catch the other, and when caught they swap roles. Both players constantly clicked their button to indicate they were still more than one metre apart.
Recommended publications
  • The Influence of Mixed Reality on Satisfaction and Brand Loyalty: a Brand Equity Perspective
    Preprints (www.preprints.org) | NOT PEER-REVIEWED | Posted: 31 January 2020 doi:10.20944/preprints202001.0384.v1 Peer-reviewed version available at Sustainability 2020, 12, 2956; doi:10.3390/su12072956 The Influence of Mixed Reality on Satisfaction and Brand Loyalty: A Brand Equity Perspective Sujin Bae, Ph.D. Candidate School of Management, Kyung Hee University Kyung Hee Dae Ro 26, Dong Dae Mun Gu Seoul 02447, Korea Tel: +82 2 961 9491, E-Mail: [email protected] Timothy Hyungsoo Jung, Ph.D. Director of Creative AR & VR Hub Faculty of Business and Law Manchester Metropolitan University, Righton Building, Cavendish Street, Manchester M15 6BG, UK Tel: +44 161-247-2701, Email: [email protected] Natasha Moorhouse, Ph.D. Research Associate Faculty of Business and Law Manchester Metropolitan University All Saints Building, All Saints, Manchester M15 6BH, UK E-Mail: [email protected] Minjeong Suh, Ph.D. Adjunct Professor Graduate school of international tourism, Hanyang University 222, Wangsimni-ro, Seongdong-gu Seoul 04763, Korea Tel: +82 (0)10 5444 4706, E-Mail: [email protected] Ohbyung Kwon,* Ph.D. School of Management, Kyung Hee University Kyung Hee Dae Ro 26, Dong Dae Mun Gu Seoul 02447, Korea Tel: +82 2 961 2148, E-Mail: [email protected] * Corresponding author. © 2020 by the author(s). Distributed under a Creative Commons CC BY license. Preprints (www.preprints.org) | NOT PEER-REVIEWED | Posted: 31 January 2020 doi:10.20944/preprints202001.0384.v1 Peer-reviewed version available at Sustainability 2020, 12, 2956; doi:10.3390/su12072956 The Influence of Mixed Reality on Satisfaction and Brand Loyalty: A Brand Equity Perspective Abstract Mixed reality technology is being increasingly used in cultural heritage attractions to enhance visitors’ experience.
    [Show full text]
  • Introduction to Minitrack: Mixed, Augmented and Virtual Reality: Co- Designed Services and Applications
    Proceedings of the 52nd Hawaii International Conference on System Sciences | 2019 Introduction to Minitrack: Mixed, Augmented and Virtual Reality: Co- designed Services and Applications Petri Parvinen, Minitrack Chair Juho Hamari Essi Pöyry University of Helsinki University of Tampere University of Helsinki [email protected] [email protected] [email protected] Virtual reality (VR) refers to computer safety, privacy and confidentiality and immersive technologies that use software to generate the experiences [1, 2, 4, 5, 8, 12]. A co-created realistic images, sounds and other sensations that envisioning of an immersive experience also elevates represent an immersive environment and simulate a institutions of agreement, commonly coined as a user’s physical presence in this environment [10]. feeling of win-win. From this point of view, the Mixed reality (MR) refers to combining real and major challenge for both VR and AR technologies is virtual contents with the aid of digital devices [3]. to convince users that the added value is high enough Mixed reality is seen to consist of both augmented to compete with the current systems and offerings in reality (i.e., virtual 3D objects in immersive reality), desktops, notebooks, tablets, smartphones and related and augmented virtuality (i.e., captured features of video and game-like applications. reality in immersive virtual 3D environments) [7]. The minitrack encouraged submissions from both All these technologies have recently peaked in terms cutting edge technology and practical applications. of media attention as they are expected to disturb The minitrack showcases research on: existing markets like PCs and smartphones did when · Realistic virtual humans in immersive they were introduced to the markets.
    [Show full text]
  • Virtual and Mixed Prototyping Techniques and Technologies for Consumer Product Design Within a Blended Learning Design Environment
    INTERNATIONAL DESIGN CONFERENCE - DESIGN 2018 https://doi.org/10.21278/idc.2018.0428 VIRTUAL AND MIXED PROTOTYPING TECHNIQUES AND TECHNOLOGIES FOR CONSUMER PRODUCT DESIGN WITHIN A BLENDED LEARNING DESIGN ENVIRONMENT M. Bordegoni, F. Ferrise, R. Wendrich and S. Barone Abstract Both physical and virtual prototyping are core elements of the design and engineering process. In this paper, we present an industrial case-study in conjunction with a collaborative agile design engineering process and “methodology.” Four groups of heterogeneous Post-doc and Ph.D. students from various domains were assembled and instructed to fulfill a multi-disciplinary design task based on a real-world industry use-case. We present findings, evaluation, and results of this study. Keywords: virtual prototyping, virtual reality (VR), augmented reality (AR), engineering design, collaborative design 1. Introduction Virtual and mixed prototyping within a collaborative blended learning environment is considered an enabling design support technique that allows designers to gain first-hand appreciation of existing or near-future conditions through active engagement with a wide variety in prototyping techniques and prototypes. The product design process (PDP) follows a dual approach and method based on a combination of a blended learning environment (Boelens et al., 2017) and interactive affective experience prototyping (Buchenau and Suri, 2000). The virtual prototyping summer school (VRPT-SS) facilitates this combinatorial collaborative setting to immerse learners in the externalization and representation of their ideas quickly, exploring and communicating their ideas with others. During the course of the week a series of evaluations on the prototyping progressions are made. The spectrum of virtual and mixed prototyping is quite extensive and has multiple definitions and meanings according to literature (see Wang, 2002, and Zorriassatine et al., 2003).
    [Show full text]
  • Growth of Immersive Media- a Reality Check
    Growth of Immersive Media - A Reality Check | Growth of Immersive Media- A Reality Check 2019 1 Growth of Immersive Media- Growth of Immersive Media - A Reality Check | Table of Contents A Reality Check Table of Contents 1. Report Introduction & Methodology 3 2. Executive Summary 4 3. Overview & Evolution 6 4. Immersive Media Ecosystem 10 5. Global Market Analysis 16 6. Applications & Use Cases 21 7. Emerging Technology Innovations 31 8. The India Story 35 9. Recommendations 51 Profiles of Key Players 55 Appendix – Additional Case Studies 65 Acknowledgements 71 Glossary of Terms 72 About Nasscom 73 Disclaimer 74 1 Growth of Immersive Media - A Reality Check | Table of Contents 2 Growth of Immersive Media - A Reality Check | Report Introduction & Methodology Report Introduction 1 & Methodology Background, Scope and Objective • This report aims to provide an assessment of the current market for Immersive Media both globally and in India. • This report provides a summary view of the following with respect to Immersive Media: Brief Introduction & its Evolution, Ecosystem Players, Market Size and Growth Estimates, Key Applications and Use Cases, Analysis of the Indian Market, Key demand drivers, Factors limiting growth, along with the key recommendations that may propel the growth of the Immersive Media market in India. Details of Research Tools and Methodology • We conducted Primary and Secondary Research for our market analysis. Secondary research formed the initial phase of our study, where we conducted data mining, referring to verified data sources such as independent studies, technical journals, trade magazines, and paid data sources. • As part of the Primary Research, we performed in-depth interviews with stakeholders from throughout the Immersive Media ecosystem to gain insights on market trends, demand & supply side drivers, regulatory scenarios, major technological trends, opportunities & challenges for future state analysis.
    [Show full text]
  • Lightdb: a DBMS for Virtual Reality Video
    LightDB: A DBMS for Virtual Reality Video Brandon Haynes, Amrita Mazumdar, Armin Alaghi, Magdalena Balazinska, Luis Ceze, Alvin Cheung Paul G. Allen School of Computer Science & Engineering University of Washington, Seattle, Washington, USA {bhaynes, amrita, armin, magda, luisceze, akcheung}@cs.washington.edu http://lightdb.uwdb.io ABSTRACT spherical panoramic VR videos (a.k.a. 360◦ videos), encoding one We present the data model, architecture, and evaluation of stereoscopic frame of video can involve processing up to 18× more LightDB, a database management system designed to efficiently bytes than an ordinary 2D video [30]. manage virtual, augmented, and mixed reality (VAMR) video con- AR and MR video applications, on the other hand, often mix tent. VAMR video differs from its two-dimensional counterpart smaller amounts of synthetic video with the world around a user. in that it is spherical with periodic angular dimensions, is nonuni- Similar to VR, however, these applications have extremely de- formly and continuously sampled, and applications that consume manding latency and throughput requirements since they must react such videos often have demanding latency and throughput require- to the real world in real time. ments. To address these challenges, LightDB treats VAMR video To address these challenges, various specialized VAMR sys- data as a logically-continuous six-dimensional light field. Further- tems have been introduced for preparing and serving VAMR video more, LightDB supports a rich set of operations over light fields, data (e.g., VRView [71], Facebook Surround 360 [20], YouTube and automatically transforms declarative queries into executable VR [75], Google Poly [25], Lytro VR [41], Magic Leap Cre- physical plans.
    [Show full text]
  • Assessing the Quantitative and Qualitative Effects of Using Mixed
    23rd ICCRTS Info. Central, Pensacola, Florida 6 - 9 November 2018 Assessing the quantitative and qualitative effects of using mixed reality for operational decision making Mark Dennison1, Jerald Thomas2, Theron Trout1,3 and Evan Suma Rosenberg2 1U.S. Army Research Laboratory West, Playa Vista, CA 2University of Minnesota, Minneapolis, MN 3Stormfish Scientific, Chevy Chase, MD Abstract parate systems (physical objects, computers, paper documents, etc.) that require a significant amount The emergence of next generation VR and AR de- of resources and effort to bring into a unified space. vices like the Oculus Rift and Microsoft HoloLens Human interactions require shared cognitive mod- has increased interest in using mixed reality (MR) for els where interaction with systems must support and simulated training, enhancing command and control, maintain this shared representation, stored informa- and augmenting operator effectiveness at the tactical tion must persist the representation at a fundamen- edge. It is thought that virtualizing mission relevant tal data-level, and the underlying network must allow battlefield data, such as satellite imagery or body- these data and information to flow without hindrance worn sensor information, will allow commanders and between human collaborators and non-human agents analysts to retrieve, collaborate, and make decisions (1; 2). about such information more effectively than tradi- The emergence of Mixed Reality (MR) technolo- tional methods, which may have cognitive and spa- gies has provided the potential for new methods for tial constraints. However, there is currently little the Warfighter to access, consume, and interact with evidence in the scientific literature that using mod- battlefield information. MR may serve as a unified ern MR equipment provides any qualitative benefits platform for data ingestion, analysis, collaboration, or quantitative benefits, such as increased task en- and execution and also has the benefit of being cus- gagement or improved decision accuracy.
    [Show full text]
  • Security and Privacy Approaches in Mixed Reality:A Literature Survey
    0 Security and Privacy Approaches in Mixed Reality: A Literature Survey JAYBIE A. DE GUZMAN, University of New South Wales and Data 61, CSIRO KANCHANA THILAKARATHNA, University of Sydney and Data 61, CSIRO ARUNA SENEVIRATNE, University of New South Wales and Data 61, CSIRO Mixed reality (MR) technology development is now gaining momentum due to advances in computer vision, sensor fusion, and realistic display technologies. With most of the research and development focused on delivering the promise of MR, there is only barely a few working on the privacy and security implications of this technology. is survey paper aims to put in to light these risks, and to look into the latest security and privacy work on MR. Specically, we list and review the dierent protection approaches that have been proposed to ensure user and data security and privacy in MR. We extend the scope to include work on related technologies such as augmented reality (AR), virtual reality (VR), and human-computer interaction (HCI) as crucial components, if not the origins, of MR, as well as numerous related work from the larger area of mobile devices, wearables, and Internet-of-ings (IoT). We highlight the lack of investigation, implementation, and evaluation of data protection approaches in MR. Further challenges and directions on MR security and privacy are also discussed. CCS Concepts: •Human-centered computing ! Mixed / augmented reality; •Security and privacy ! Privacy protections; Usability in security and privacy; •General and reference ! Surveys and overviews; Additional Key Words and Phrases: Mixed Reality, Augmented Reality, Privacy, Security 1 INTRODUCTION Mixed reality (MR) was used to pertain to the various devices – specically, displays – that encompass the reality-virtuality continuum as seen in Figure1(Milgram et al .
    [Show full text]
  • CUE 21-031 Saab and Varjo Bring Virtual Reality to Flight Simulators
    NEWS FROM SAAB 7 June 2021 CUE 21-031 ´ Saab and Varjo Bring Virtual Reality to Flight Simulators Saab and Varjo Technologies work together to revolutionise flight simulators. The Finnish company Varjo has developed a human eye resolution mixed reality (XR) technology that will be integrated into all Saab Gripen E/F simulators. In addition to the highest resolution and widest field of view in the industry, the collaboration will also offer numerous new training opportunities at a fraction of the cost. Saab and Varjo Technologies, which develops virtual and mixed reality technologies for professional use and was founded in 2016, have advanced in their collaboration of many years to the point in which Varjo’s technology will be integrated in Saab’s new Gripen E/F simulators. The collaboration has its roots in Varjo’s innovation, which was critical to the successful development of state-of-the-art simulations. “When we did our first experiments with commercial devices, we received feedback from the pilots that they were unable to read text in virtual reality because the resolution was not sufficiently high. This was not a problem with Varjo’s technology,” says Stefan Furenbäck, Saab’s Head of Tactical Environment Simulation and Visualisation. “Our collaboration has been smooth and straightforward. We understand each other’s needs and how we can solve our shared technological problems. Two companies with similar cultures, with innovation high on their agenda and ready to discuss everything,” Seppo Aaltonen, Varjo’s Chief Commercial Officer describes the collaboration. Pilot training requires trainees to be able to read text and see even the smallest details.
    [Show full text]
  • A Review of Extended Reality (XR) Technologies for Manufacturing Training
    technologies Article A Review of Extended Reality (XR) Technologies for Manufacturing Training Sanika Doolani * , Callen Wessels, Varun Kanal, Christos Sevastopoulos, Ashish Jaiswal and Harish Nambiappan and Fillia Makedon * Department of Computer Science and Engineering, The University of Texas at Arlington, Arlington, TX 76019, USA; [email protected] (C.W.); [email protected] (V.K.); [email protected] (C.S.); [email protected] (A.J.); [email protected] (H.N.) * Correspondence: [email protected] (S.D.); [email protected] (F.M.) Received: 30 October 2020; Accepted: 5 December 2020; Published: 10 December 2020 Abstract: Recently, the use of extended reality (XR) systems has been on the rise, to tackle various domains such as training, education, safety, etc. With the recent advances in augmented reality (AR), virtual reality (VR) and mixed reality (MR) technologies and ease of availability of high-end, commercially available hardware, the manufacturing industry has seen a rise in the use of advanced XR technologies to train its workforce. While several research publications exist on applications of XR in manufacturing training, a comprehensive review of recent works and applications is lacking to present a clear progress in using such advance technologies. To this end, we present a review of the current state-of-the-art of use of XR technologies in training personnel in the field of manufacturing. First, we put forth the need of XR in manufacturing. We then present several key application domains where XR is being currently applied, notably in maintenance training and in performing assembly task.
    [Show full text]
  • Exploring Edge Computing in Multi-Person Mixed Reality for Cooperative Perception
    Exploring Edge Computing in Multi-Person Mixed Reality for Cooperative Perception Sihai Tang, Bruce (Haidi) Chen, Jacob Hochstetler, Jason Hirsch, Song Fu Department of Computer Science and Engineering University of North Texas, USA Abstract Traditional Mixed Reality(MR) and Augmented Reality(AR) devices support a wide gamut of sensors, but the limited com- putational resource onboard such devices make advanced tasks difficult. We introduce the use of Edge with MR devices to provide a cooperative perception capability to the MR de- vice. We base our approach on the portability and low latency of the Edge. Through our prototype system, we demonstrate the potential of devices and evaluate the performance and fea- sibility through real world trials. Our evaluation proves that the system is capable of supporting cooperative perception tasks. 1 Introduction Newer sensors as well as more sophisticated technologies are ushering in new ways of interaction with the world around us. The three different interactions that are most well known are Figure 1: Throughput in KB/s of image upload and detection. Augmented Reality(AR), Virtual Reality(VR), and Mixed Re- High resolution 16MP JPEG image is 3000x4000 pixels at 90 ality(MR). However, these devices, such as the HoloLens, are quality while the low resolution is 1.6 MP JPEG 1080x1440 limited by the hardware, especially when it comes to running at 59 quality. intensive or non-native tasks [1–4,7,9]. In our application, we seek to utilize the HoloLens in both machine learning tasks such as object detection and recognition as well as communi- is a Raspberry pi, we used the Movidius Compute Stick as cation tasks such as cooperation between multiple users.
    [Show full text]
  • Read the Report
    Ying Wu College of Computing Research Report 2020 Table of Contents Dean’s Message 3 Big Data 4 Data Science 8 Data and Software Security 12 Image and Video Processing 14 Big Knowledge, Bioinformatics and Medical Informatics 16 Distributed Systems, Mobile Computing and Networking 18 Cloud and High-Performance Computing 20 Augmented Reality, Virtual Reality Gaming and Graphics 24 Advanced Algorithms 30 Social, Mobile and Education 34 Ying Wu College of Computing (YWCC) was established in 2001, consisting of the computer science and informatics departments, and has grown rapidly to become the second-largest college at New Jersey Institute of Technology. Enrolling more than 3,200 students at all levels and graduating more than 800 computing professionals every year, YWCC is the largest generator of computing tech talent in the greater New York metro area. The tenure-track faculty and Ph.D. student population of YWCC has also grown significantly. These talented individuals are responsible for the high-quality academic research described in this report. Their research is financially supported by a variety of government agencies and corporate entities, published in top venues, and in some cases patented and commercialized. Spanning a wide spectrum of topics, from human-computer interaction to cybersecurity to sophisticated data science algorithms, the research conducted by YWCC ranges from deep mathematical theory to practical applications. Committed to sharing beyond publication, much of the software developed in these projects is made available to the general scientific community through open-source repositories. I invite you to read through the abstracts of the research projects described in this report and encourage you to reach out to the individual researchers for more details, if needed.
    [Show full text]
  • Design and Development of a Mixed Reality Application in the Automotive Eld
    Politecnico di Torino Department of Control and Computer Engineering (DAUIN) Master Degree in Computer Engineering Design and development of a Mixed Reality application in the automotive eld Supervisors: Author: Prof. Maurizio Morisio Giovanna Galeano December 2017 Contents 1 Mixed Reality1 1.1 Real Environment . .2 1.2 Augmented Reality . .2 1.2.1 Augmented Reality (AR) Categories . .2 1.2.2 Key Components to Augmented Reality Devices . .3 1.2.3 AR headsets categories . .4 1.3 Augmented Virtuality . .5 1.4 Virtual Reality . .5 1.4.1 Virtual Reality (VR) Categories . .5 1.4.2 Key Components in a Virtual Reality System . .6 1.4.3 Key Components Inside of a Virtual Reality Headset . .7 1.4.4 Performance parameters . .8 2 Context 11 2.1 Technological scouting . 12 2.1.1 Automotive eld . 13 2.1.2 Other examples . 17 3 System design 23 3.1 Helmet-mounted display design features . 25 3.2 Devices Comparison . 28 3.2.0.1 Final considerations . 29 3.3 Architecture design . 32 4 Development environment 35 4.1 Game engine components . 36 4.2 Game engines for Mixed Reality . 37 4.2.1 Unreal Engine 4 . 37 4.2.2 CryEngine . 38 4.2.3 Unity . 39 4.2.4 Unity as nal choice . 41 4.2.4.1 ARToolkit SDK . 42 4.2.4.2 Vuforia SDK . 43 4.2.4.3 Wikitude . 44 1 5 Prototype design and development 46 5.1 HoloLens hardware review . 46 5.2 Hololens inputs . 48 5.3 Hololens emulator . 49 5.4 Development basics .
    [Show full text]