Collaborative Acceleration for Mixed Reality

Total Page:16

File Type:pdf, Size:1020Kb

Collaborative Acceleration for Mixed Reality Collaborative Acceleration for Mixed Reality Kiron Lebeck Eduardo Cuervo Matthai Philipose University of Washington∗ Microsoft Research Microsoft Research [email protected] [email protected] [email protected] ABSTRACT we seek to better understand the workload and hardware A new generation of augmented reality (AR) devices, such as ecosystem surrounding MR technologies, and to cast some the Microsoft HoloLens, promises a user experience known early light on their implications for MR systems design. as mixed reality (MR) that is more seamless, immersive, and In order to better understand the workload, we implement 1 intelligent than earlier AR technologies. However, this new a concrete application , a 3D task-assistance app to assist experience comes with high computational costs, including users with cleaning rooms, on the HoloLens. We identify exceptionally low latency and high quality requirements. five tasks as fundamental to such applications: specify the While this cost could be offset in part through offloading, target configuration of a room, detect the objects in this space we also observe an increasing availability of on-device, task- and estimate their 3D positions, recognize their orientations, specific accelerators. In this paper, we propose collaborative track these objects as they move, and render overlays to acceleration, a collaborative technique that utilizes the unique indicate how these objects should be manipulated. hardware accelerated capabilities of an MR device, in con- Architecturally, we believe the HoloLens is representative junction with an edge node, to partition an application’s of MR devices that will be available in coming years. In par- core workflow according to the specific strengths of each ticular, the battery constraints introduced by mobility mean device. To better understand the workloads of next gener- that on-board computation will include a mix of custom ation MR applications, we implement a concrete MR app acceleration and low-power processing. For example, the on the HoloLens: an assistive tool to visually aid users in HoloLens provides hardware acceleration for estimating the manipulating physical objects. Through our prototype, we geometry of the space surrounding it, along with a modest in- find that offloading a subset of the app’s workload toanedge tegrated GPU for rendering. Further, recent announcements while also leveraging the strengths of the HoloLens delivers indicate that the device will soon see an accelerator for Deep accurate enough results at a low latency. Our work provides Neural Networks added to it, as for instance, in the Apple an early glimpse into the system design challenges of MR, iPhone X. Finally, the device provides fast network connec- potentially the first “killer application” of edge offloading. tivity that allows it to take advantage of resources in the cloud or nearby “edge” [18] devices, nodes with substantial 1 INTRODUCTION amounts of computing resources placed in close proximity to mobile devices to augment their abilities. A new generation of augmented reality (AR) devices, such Offloading to the cloud and edge has been a recurring as the Microsoft HoloLens [11], MagicLeap [10], and Meta2, theme in recent years when seeking to balance mobile con- mixed reality promises a user experience known as (MR) that straints with application needs [2, 5, 8]. MR apps motivate is more seamless, immersive, and intelligent than that pro- yet another revisiting of this tradeoff for two reasons. First, vided by earlier AR technologies such as the Google Glass. they have exceptionally low latency and high quality require- Where past AR experiences overlaid text or 2D annotations ments, rendering the latency to the cloud prohibitive (around over a small portion of the user’s field of view, MR provides 74ms [9]) and potentially straining both the latency limits of overlays with the illusion of physical presence by generat- off-boarding even to nearby edge nodes, as well as thecom- ing a semantic understanding (e.g., the identities of objects putational limits of on-board execution. Second, on-device and people) and detailed 3D geometric maps of the user’s task-specific accelerators have the potential to dramatically environment, along with finely rendered graphics anchored increase local computational capabilities, allowing the device within this 3D environment. These immersive capabilities to collaboratively share execution duties with the edge [4] enable new applications [1] such as home planning, pain and rather than merely playing the role of “offload shaping" [6, 7]. 3D task-assistance phobia treatment, and , or assistive tools Accelerators also raise the possibility that offloading to the to visually guide users through the manipulation of physical edge may not be needed at all in the future. objects. However, these advancements come at high compu- Nevertheless, we posit that the edge still has a strong, al- tational cost: the “maps, meshes and models” that comprise beit altered role in the future of mixed reality. Although we this workload are computationally expensive. In this paper, *This work was conducted while the first author was an intern at Microsoft. 1A video of our prototype can be found at https://youtu.be/bWTNzg6y5hY believe that on-device localization and mapping will be fea- operations such as low-latency rendering and spatial map- sible going forward, both AI workloads (e.g., executing Deep ping [12], and future versions will also accelerate neural Neural Networks) and high quality graphics will benefit from networks [13]. Other organizations have begun employing edge assistance. In particular, even if certain AI primitives hardware accelerators for MR as well. For example, Apple’s (e.g., hand pose estimation or object detection) run on board, iPhoneX includes a neural network accelerator they call the each application could have its own custom AI requirements Neural Engine, and Google’s Tango phone platform runs that may not all be accommodated locally. Similarly, although atop devices with Qualcomm-built hardware support for 3D high fidelity graphics from a sufficiently powerful on-board depth perception, analogous to HoloLens spatial mapping. GPU would allow edge-free operation, truly immersive or While the latency requirements for traditional phone-based seamless graphics will likely require edge-class capabilities MR may not be as strict as they are on head-mounted dis- in the foreseeable future. plays, phones can be easily used as MR headsets by employ- In this paper, we propose collaborative acceleration, a tech- ing adapters like mergecube. Other major players such as nique that utilizes the unique custom hardware accelerated Huawei [15] and Intel (Movidius) also have neural network capabilities of a mixed reality device in collaboration with hardware accelerators of their own, suggesting an industry- an edge device to partition an application’s core workflow wide trend towards hardware support for MR. according to the specific strengths of each device. Through a prototype application on the HoloLens, we identify five 3 DESIGN AND IMPLEMENTATION key primitives for collaborative acceleration that leverage the strengths of the HoloLens’s on-device capabilities. Our We next explore the potential benefit of applying collab- work provides an early glimpse into system design for mixed orative acceleration to MR applications, beginning with a reality. Although the MR setting requires renegotiating the motivating scenario to guide our inquiry. systems contract between device and edge significantly, the Motivating Scenario: 3D Task Assistance. To more con- tangible benefits from edge acceleration may also makeit cretely explore the potential role of collaborative acceleration the first “killer application” of edge offloading. in MR, we focus on the domain of 3D task assistance, activi- ties in which the user may benefit from precise visual guides 2 BACKGROUND to help them complete a task (e.g., assembling furniture or We begin with important background context on the HoloLens cooking). Specifically, we focus on meticulous room cleaning, and the increasing prevalence of hardware accelerators be- commonly performed in hotels or cruise ships. Looking to fore diving into the details of collaborative acceleration. deliver the best experiences to their guests, interior design- ers carefully plan the layout and placement of items within 2.1 HoloLens guests’ rooms. Before new guests arrive, cleaning staff must The HoloLens is an untethered head-mounted display that ensure that the rooms are appropriately configured accord- presents visual overlays on see-through LCOS waveguide ing to the designer’s specifications; for example, by wiping, displays. The device can track its pose within the user’s moping, or dusting surfaces, or by correctly positioning items environment, without external hardware, using computer of interest in specific locations. An AR cleaning assistance vision algorithms, four grayscale cameras, and an inertial app could help cleaning staff complete these objectives by measurement unit (IMU). It also employs a depth sensor to providing helpful visual cues. In our model, a room designer perform spatial mapping, or the creation of a 3D mesh repre- specifies a correct room configuration with visual markers senting the user’s surroundings, and it provides developers a priori, demarcating surfaces that should be cleaned and with access to a general purpose 2.4 megapixel RGB camera target locations for individual items
Recommended publications
  • Samsung Announces New Windows-Based Virtual-Reality Headset at Microsoft Event 4 October 2017, by Matt Day, the Seattle Times
    Samsung announces new Windows-based virtual-reality headset at Microsoft event 4 October 2017, by Matt Day, The Seattle Times Samsung is joining Microsoft's virtual reality push, Microsoft also said that it had acquired AltspaceVR, announcing an immersive headset that pairs with a California virtual reality software startup that was Windows computers. building social and communications tools until it ran into funding problems earlier this year. The Korean electronics giant unveiled its Samsung HMD Odyssey at a Microsoft event in San ©2017 The Seattle Times Francisco recently. It will sell for $499. Distributed by Tribune Content Agency, LLC. The device joins Windows-based immersive headsets built by Lenovo, HP, Acer and Dell, and aimed for release later this year. Microsoft is among the companies seeking a slice of the emerging market for modern head-mounted devices. High-end headsets, like Facebook-owned Oculus's Rift and the HTC Vive, require powerful Windows PCs to run. Others, including the Samsung Gear VR and Google's Daydream, are aimed at the wider audience of people who use smartphones. Microsoft's vision, for now, is tied to the PC, and specifically new features in the Windows operating system designed to make it easier to build and display immersive environments. The company also has its own hardware, but that hasn't been on display recently. Microsoft's HoloLens was a trailblazer when it was unveiled in 2015. The headset, whose visor shows computer-generated images projected onto objects in the wearer's environment without obscuring the view of the real world completely, was subsequently offered for sale to developers and businesses.
    [Show full text]
  • Holographic Computer
    MECHANICAL ENGINEERING | DECEMBER 2018 | P.33 bioengineering WEARABLE Holographic Computer Microsoft’s HoloLens mixed reality headset is a breakthrough in human-computer interaction. STORY BY AGAM SHAH • ILLUSTRATION BY ZINA SAUNDERS he Kinect camera, which headset, Thyssenkrupp is equipping Microsoft released in 2010, elevator service technicians with brought unprecedented HoloLens to visualize and identify T levels of gesture and voice problems ahead of a job, and have interaction to video games. “When remote, hands-free access to technical we created Kinect for Xbox 360, and expert information when onsite. we aimed to build a device capable The company says that has helped of recognizing and understanding improve service times. Ford is also people so that computers could using HoloLens, enabling their design operate in ways that are more and engineering teams to visualize human,” said Alex Kipman, technical that projects the graphics onto a full-scale models in 3-D. They’ve fellow at Microsoft, who helped lens. As a user walks around a room converted processes that used to invent the camera. or turns his head, the position or take weeks down to days, and more Microsoft wanted to build on orientation of the graphical image is easily and securely share ideas across the success of the Kinect’s sensor altered so that it appears to the user the company and consider more technology by parlaying it into a as occupying a consistent location concepts than before. And NASA has radically new device—a mixed reality in space. provided HoloLens to astronauts on headset that would project computer- HoloLens has emerged as the go- the International Space Station as a generated images seemingly into real to device for engineers to integrate holographic instruction manual and a space.
    [Show full text]
  • New Realities Risks in the Virtual World 2
    Emerging Risk Report 2018 Technology New realities Risks in the virtual world 2 Lloyd’s disclaimer About the author This report has been co-produced by Lloyd's and Amelia Kallman is a leading London futurist, speaker, Amelia Kallman for general information purposes only. and author. As an innovation and technology While care has been taken in gathering the data and communicator, Amelia regularly writes, consults, and preparing the report Lloyd's does not make any speaks on the impact of new technologies on the future representations or warranties as to its accuracy or of business and our lives. She is an expert on the completeness and expressly excludes to the maximum emerging risks of The New Realities (VR-AR-MR), and extent permitted by law all those that might otherwise also specialises in the future of retail. be implied. Coming from a theatrical background, Amelia started Lloyd's accepts no responsibility or liability for any loss her tech career by chance in 2013 at a creative or damage of any nature occasioned to any person as a technology agency where she worked her way up to result of acting or refraining from acting as a result of, or become their Global Head of Innovation. She opened, in reliance on, any statement, fact, figure or expression operated and curated innovation lounges in both of opinion or belief contained in this report. This report London and Dubai, working with start-ups and corporate does not constitute advice of any kind. clients to develop connections and future-proof strategies. Today she continues to discover and bring © Lloyd’s 2018 attention to cutting-edge start-ups, regularly curating All rights reserved events for WIRED UK.
    [Show full text]
  • Microsoft Aims at Apple with High-End Pcs, 3D Software 26 October 2016
    Microsoft aims at Apple with high-end PCs, 3D software 26 October 2016 unlocking a more natural and immersive way to create on the thinnest display ever built," said Microsoft vice president Terry Myerson, The new PC has an ultra-HD 4.5K display, offering more pixels than most new high-definition televisions. It will be available in "limited quantities" for the upcoming holiday season, with more units available in 2017. The new device drew a mixed response from analysts. "Yes, this is very cool. But what's the market for a $3,000 computer you can draw on? How many people have that job?" asked Benedict Evans of the Microsoft chief executive officer Satya Nadella talks at a venture firm Andreessen Horowitz in a tweet. Microsoft news conference October 26, 2016 in New York But Avi Greengart at the research firm Current Analysis said the new Microsoft products "are Microsoft launched a new consumer offensive aimed at setting the high mark for the Windows Wednesday, unveiling a high-end computer that ecosystem." challenges the Apple iMac along with an updated Windows operating system that showcases three- dimensional content and "mixed reality." The US tech giant announced its first desktop computer, called Surface Studio, a $3,000 high- end "all-in-one" device that aims at creative professionals, a segment dominated by Apple. "We're creating a new category that transforms your desk into a creative studio," Microsoft chief executive Satya Nadella said at the unveiling in New York. With a large, 28-inch (71-centimeter) hinged touchscreen display touted as "the thinnest desktop monitor ever created," Surface Studio Microsoft Corporate VP of Devices, Panos Panay adds to the Microsoft lineup of tablet and laptop introduces Microsoft Surface Studio on October 26, 2016 devices for the premium segment.
    [Show full text]
  • Evaluating the Microsoft Hololens Through an Augmented Reality Assembly Application" (2017)
    Mechanical Engineering Conference Presentations, Mechanical Engineering Papers, and Proceedings 5-5-2017 Evaluating the Microsoft oloLeH ns through an augmented reality assembly application Gabriel Evans Iowa State University, [email protected] Jack Miller Iowa State University, [email protected] Mariangely Iglesias Pena Iowa State University, [email protected] Anastacia MacAllister Iowa State University, [email protected] Eliot H. Winer Iowa State University, [email protected] Follow this and additional works at: https://lib.dr.iastate.edu/me_conf Part of the Applied Mechanics Commons, and the Manufacturing Commons Recommended Citation Evans, Gabriel; Miller, Jack; Pena, Mariangely Iglesias; MacAllister, Anastacia; and Winer, Eliot H., "Evaluating the Microsoft HoloLens through an augmented reality assembly application" (2017). Mechanical Engineering Conference Presentations, Papers, and Proceedings. 179. https://lib.dr.iastate.edu/me_conf/179 This Article is brought to you for free and open access by the Mechanical Engineering at Iowa State University Digital Repository. It has been accepted for inclusion in Mechanical Engineering Conference Presentations, Papers, and Proceedings by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Evaluating the Microsoft oloLeH ns through an augmented reality assembly application Abstract Industry and academia have repeatedly demonstrated the transformative potential of Augmented Reality (AR) guided assembly instructions. In the past, however, computational and hardware limitations often dictated that these systems were deployed on tablets or other cumbersome devices. Often, tablets impede worker progress by diverting a user's hands and attention, forcing them to alternate between the instructions and the assembly process. Head Mounted Displays (HMDs) overcome those diversions by allowing users to view the instructions in a hands-free manner while simultaneously performing an assembly operation.
    [Show full text]
  • Virtual & Augmented Reality
    EXCERPTED FROM THE ORIGINAL: See inside cover for details. FINANCIAL BACKING GLOBAL INTEREST SHIPPING OUT SELLING OUT INTEREST IN THE PAST READY TO BUILD A WAVE OF CONTENT ON THE WAY RETAIL VALUE HOME REDESIGN, REIMAGINED EASIER TO IMAGINE YOURSELF AT HOME Video • Jaunt The Ecosystem • NextVR Virtual Reality / Augmented Reality • VRSE • Oculus Story Studio • GoPro • IG Port Processors Games • TI Applications • Sony • Qualcomm • Ubisoft 3D Audio • STMicro Graphics • CCP Games • Nvidia • TI • Realtek • Oculus Story Studio • AMD • Wolfson • Himax • Tammeka Games • Qualcomm • Realtek • MediaTek • Pixel Titans • Intel • Capcom Augmented Reality Virtual Reality Engineering • Microsoft HoloLens • Facebook Oculus Head–mounted devices • Autodesk • Google Glass • Samsung Gear VR • Dassault Systèmes • Magic Leap • Google Cardboard • IrisVR • Atheer • HTC Vive • Visidraft • Osterhout Design • Sony PSVR • MakeVR Memory Group • Vuzix iWear (DRAM/SSD) • VR Union Claire • Micron Healthcare • Samsung • Psious • SK Hynix • zSpace • Toshiba • Conquer Mobile • 3D Systems Social • Altspace VR • High Fidelity • Podrift Commerce • Sixense {shopping} • Matterport {real estate} Display • Samsung • JDI Cameras • Himax • 360Heros • Crystal • GoPro Odyssey 3D Lenses • Nokia OZO • Wearality • Jaunt NEO • Zeiss • Matterport Pro 3D Components • Canon • Nikon Haptics • Largan • Alps Position/ Room Tracker • AAC • Hon Hai • Nidec • Pegatron • Flex • Jabil • HTC Motion Sensors • Leap Motion • InvenSense • TI • STMicro • Honeywell The Ecosystem Virtual Reality / Augmented
    [Show full text]
  • Mixed Reality
    Mixed Reality Matt Fedorovich Authorized Reseller Lead, Immersive Technology Agenda Part One 01 Remote Assist Overview Part Two 02 Device and Infrastructure Readiness Part Three 03 End User Readiness Part Four 04 Recent Stories Remote Work for the Future Remote Assistance Remote Collaboration • “See what I see” • Everyone in virtual space – AR, VR or MR • Leverage physical world for interaction • Leverage digital world for interaction • Cross-Platform • Cross-Platform • Integration into existing systems is key • Integration into existing systems is key • Solution : D365 Remote Assist • Solutions : Spatial.io & AltSpace VR Remote Assist Overview Work together from anywhere. Microsoft Dynamics 365 Dynamics 365 Remote Assist Empower technicians to collaborate more efficiently by working together from different locations with Dynamics 365 Remote Assist on HoloLens, Android, or iOS devices. Enabled by Microsoft Teams, OneDrive and Dynamics 365. Dynamics 365 Guides Operators learn during the flow of work by providing holographic instructions when and where they are needed. These instruction cards are visually tethered to the place where the work must be done, and can include images, videos, and 3D holographic models How It Works iOS & Android Device Microsoft HoloLens 2 Front Line Technician Remote Expert Technician needs help. Login to Remote Assist Receives call on their Teams Mobile or PC Application and calls expert Device Requires Device Requires Remote Assist App Remote Assist Microsoft Teams Teams License On iOS / Android License On PC or Mobile (w/ Video) Per user Remote Assist App OR On Microsoft HoloLens 2 Per Device Key Journey Points Envisioning & Planning Readiness & Support Innovation & Integration Accelerate Infrastructure Readiness Identify key components that are needed before you think about devices and end users.
    [Show full text]
  • Mixed Reality & Microsoft Hololens
    Mixed Reality & Microsoft HoloLens Laboratorio di Realtà Virtuale Manuel Pezzera – [email protected] Mixed Reality • “Mixed reality (MR) is a spectrum of immersive experiences, connecting and blending physical and digital worlds together in augmented-reality and virtual-reality applications” [cit. Microsoft] Mixed Reality Augmented and Virtual Reality • Virtual Reality: it tricks your eyes into thinking that you are somewhere else. • Augmented reality: it is an extra dimension over VR since it can show the real world around wearer with graphic overlayed. • AR can also totally immerse user just like VR by simply showing pixels everywhere with no transparency to the real world. • In virtual world, users are best advised to stay seated to avoid collision with physical objects which they cannot see in the real world. What is a hologram? • A hologram is an object like any other object in the real world, with only one difference: instead of being made of physical matter, a hologram is made entirely of light. • Holographic objects can be viewed from different angles and distances, just like physical objects. They can also interact with the environment (e.g., bouncing ball on a table) • Hologram do not offer any physical resistance when touched or pushed because they don’t have a mass. Mixed reality vs Augmented Reality • MR can be mentioned as an enhanced form of Augmented Reality (AR). In AR the visible natural environment is overlaid with a layer of digital content. • But the case is slightly different with MR, as virtual objects are integrated into and responsive to the real world. For instance, a virtual ball under your desk would be blocked from a user’s view unless he bends.
    [Show full text]
  • Neural Networks on Microsoft Hololens 2
    Institute of Parallel and Distributed Systems University of Stuttgart Universitätsstraße 38 D–70569 Stuttgart Bachelor Thesis Neural Networks on Microsoft HoloLens 2 Léon Lazar Course of Study: Informatik (Computer Science) Examiner: Prof. Dr. rer. nat. Dr. h. c. Kurt Rothermel Supervisor: Johannes Kässinger, M.Sc. Commenced: November 5, 2020 Completed: May 5, 2021 Abstract The goal of the present Bachelor thesis is to enable comparing different approaches of integrating Neural Networks in HoloLens 2 applications in a quantitative and qualitative manner by defining highly diagnostic criteria. Moreover, multiple different approaches to accomplish the integration are proposed, implemented and evaluated using the aforementioned criteria. Finally, the work gives an expressive overview of all working approaches. The basic requirements are that Neural Networks trained by TensorFlow/Keras can be used and executed directly on the HoloLens 2 without requiring an internet connection. Furthermore, the Neural Networks have to be integrable in Mixed/Augmented Reality applications. In total four approaches are proposed: TensorFlow.js, Unity Barracuda, TensorFlow.NET, and Windows Machine Learning which is an already existing approach. For each working approach a benchmarking application is developed which runs a common reference model on a test datatset to measure inference time and accuracy. Moreover, a small proof of concept application is developed in order to show that the approach also works with real Augmented Reality applications. The application uses a MobileNetV2 model to classify image frames coming from the webcam and displays the results to the user. All the feasible approaches are evaluated using the aforementioned evaluation criteria which include ease of implementation, performance, accuracy, compatibility with Machine Learning frameworks and pre-trained models, and integrability with 3D frameworks.
    [Show full text]
  • Validity of Hololens Augmented Reality Head Mounted Display for Measuring Gait Parameters in Healthy Adults and Children with Cerebral Palsy
    sensors Article Validity of Hololens Augmented Reality Head Mounted Display for Measuring Gait Parameters in Healthy Adults and Children with Cerebral Palsy Anne-Laure Guinet 1,2,* , Guillaume Bouyer 2 , Samir Otmane 2 and Eric Desailly 1 1 Pôle Recherche & Innovation, Fondation Ellen Poidatz, 77310 Saint-Fargeau-Ponthierry, France; [email protected] 2 IBISC Lab, University Paris-Saclay, University Evry, 91020 Evry, France; [email protected] (G.B.); [email protected] (S.O.) * Correspondence: [email protected] Abstract: Serious games are a promising approach to improve gait rehabilitation for people with gait disorders. Combined with wearable augmented reality headset, serious games for gait rehabilitation in a clinical setting can be envisaged, allowing to evolve in a real environment and provide fun and feedback to enhance patient’s motivation. This requires a method to obtain accurate information on the spatiotemporal gait parameters of the playing patient. To this end, we propose a new algorithm called HoloStep that computes spatiotemporal gait parameters using only the head pose provided by an augmented reality headset (Hololens). It is based on the detection of peaks associated to initial contact event, and uses a combination of locking distance, locking time, peak amplitude detection with custom thresholds for children with CP. The performance of HoloStep was compared during a walking session at comfortable speed to Zeni’s reference algorithm, which is based on kinematics Citation: Guinet, A.-L.; Bouyer, G.; and a full 3D motion capture system. Our study included 62 children with cerebral palsy (CP), Otmane, S.; Desailly, E.
    [Show full text]
  • Memory Task Performance Across Augmented and Virtual Reality
    Memory Task Performance across Augmented and Virtual Reality Pete Willemsen∗ William Jaros Charles McGregor Edward Downs† Maranda Berndt Alexander Passofaro Department of Computer Science Department of Communication University of Minnesota Duluth University of Minnesota Duluth Figure 1: Images showing the card matching memory task in the four technological conditions compared in this experiment: Immersive Virtual Reality with the HTC Vive, Table-top Touch Screen, Real and Augmented Reality with the Microsoft Hololens. ABSTRACT they contain can be thought to exist on a reality continuum [2]. The As commodity virtual reality and augmented reality hardware be- continuum spans the full range of realities that can be experienced comes more accessible, the opportunity to use these systems for and is anchored on one side with real environments and on the learning and training will increase. This study provides an ex- other side with virtual environments. A real, or analog, environment ploratory look at performance differences for a simple memory can be defined as an environment which is experienced without matching task across four different technologies that could easily the aid of a technological device. We chose a memory task where be used for learning and training. We compare time and number of participants flip playing cards as an example of a real, analog task attempts to successfully complete a memory matching game across and compared participants’ performance across three additional virtual reality, augmented reality, a large touchscreen table-top dis- environments to span the range of this reality continuum: table- play and a real environment. The results indicate that participants top touch screen, augmented reality (AR), and virtual reality (VR) took more time to complete the task in both the augmented reality environments.
    [Show full text]
  • Review of Microsoft Hololens Applications Over the Past Five Years
    applied sciences Review Review of Microsoft HoloLens Applications over the Past Five Years Sebeom Park , Shokhrukh Bokijonov and Yosoon Choi * Department of Energy Resources Engineering, Pukyong National University, Busan 48513, Korea; [email protected] (S.P.); [email protected] (S.B.) * Correspondence: [email protected]; Tel.: +82-51-629-6562; Fax: +82-51-629-6553 Abstract: Since Microsoft HoloLens first appeared in 2016, HoloLens has been used in various industries, over the past five years. This study aims to review academic papers on the applications of HoloLens in several industries. A review was performed to summarize the results of 44 papers (dated between January 2016 and December 2020) and to outline the research trends of applying HoloLens to different industries. This study determined that HoloLens is employed in medical and surgical aids and systems, medical education and simulation, industrial engineering, architecture, civil engineering and other engineering fields. The findings of this study contribute towards classifying the current uses of HoloLens in various industries and identifying the types of visualization techniques and functions. Keywords: head-mount display; HoloLens; augmented reality; mixed reality; virtual reality; visualization 1. Introduction Virtual reality (VR), augmented reality (AR) and mixed reality (MR) have been emerg- Citation: Park, S.; Bokijonov, S.; Choi, ing technologies for several years, but they are now able to generate realistic images, sounds Y. Review of Microsoft HoloLens and other sensations that allow users to experience a spectacular imaginary world [1]. It can Applications over the Past Five Years. be difficult to understand the difference between VR, AR and MR, at a glance.
    [Show full text]