Conference PaperPDF Available

Abstract and Figures

In this paper we introduce an in-hospital navigation system suitable for motor impaired, visually impaired and elderly people. GPS localisation and Wi-Fi triangulation are often not suitable in indoor environments due to poor signal or complicated calibration. We present a navigation system that does not depend on precise electronic localisation aids. User interfaces used are automatically accustomed to target user's abilities and preferences. Four different terminal types are used for the navigation system prototype.
Content may be subject to copyright.
Context Sensitive Navigation in Hospitals
Jan Balata, Miroslav Macik, and Zdenek Mikovec
Department of Computer Graphics and Interaction, Faculty of Electrical Engineering,
Czech Technical University in Prague, Czech Republic
{balatjan,macikmir,xmikovec}@fel.cvut.cz
http://dcgi.felk.cvut.cz
Abstract. In this paper we introduce an in-hospital navigation system suitable for motor im-
paired, visually impaired and elderly people. GPS localisation and Wi-Fi triangulation are often
not suitable in indoor environments due to poor signal or complicated calibration. We present a
navigation system that does not depend on precise electronic localisation aids. User interfaces used
are automatically accustomed to target user’s abilities and preferences. Four different terminal
types are used for the navigation system prototype.
Keywords: navigation; UI generation; context modelling; accessibility
1 Introduction
The way finding in hospitals is a problem that is be-
ing solved in many hospitals around the world. A
study of a major tertiary care hospital, conducted
by the Robert Wood Johnson Foundation[1], cal-
culated the annual cost of way-finding at $220,000
mainly due to the time spent direction-giving (more
than 4,500 staff hours) by people other than in-
formation staff. Navigation and orientation in un-
known environment can be a challenging task for
people with limited ability of navigation and ori-
entation. Especially motor impaired, visually im-
paired, and elderly people have difficulties with ori-
entation in complex buildings like hospitals. Reduc-
ing the probability of getting lost and dependency
on other people during navigation reduces the level
of stress and increase the self-confidence.
We propose a navigation system NaviTerier UIP
(NUIP), which focuses on navigation support for
users with limited ability of navigation and orienta-
tion. In particular we target three main user groups
- visually impaired, people using wheelchair and
elderly people. The NUIP navigation system inte-
grates results of our previous research. Navigation
is based on our know-how in navigation of visually
impaired in an unknown environment – NaviTerier
project [2]. Generation and delivery of personal-
ized UIs accustomed to abilities and preferences
of individual users is realized using integration of
the UIP platform [3]. NUIP navigation system ad-
dresses the following objectives. First, it provides
a routing algorithm to generate an optimal route
corresponding to user abilities. Second, it provides
personalised descriptions of the routes. Finally, it
generates user interfaces (UI) adapted to specific
needs of our three user groups.
2 Related Work
Logic Junction system [4] is a navigation system de-
ployed in the Cleveland Clinic’s main campus. The
navigation is realised by a touch-controlled naviga-
tion panel. Avatars communicate with users in or-
der to make the interaction more natural. The sys-
tem is capable of providing turn-by-turn route de-
scription as well as presenting the route on a map.
Route description can be also printed or sent to
user’s mobile phone. Logic Junction navigation sys-
tem provides very good navigation for users without
limited abilities of orientation and navigation. Un-
fortunately, the current version lacks accessibility
features for visually impaired people and adaptive
route planning for people with motor impairments.
It is also questionable if the system is suited for use
of elderly users.
In Japans Kanazawa Medical University Hospi-
tal there is deployed a navigation system based on
3D visualisation of routes [5]. It uses an OpenSim-
ulator virtual world server [6] to depict the hospital
layout, connected to a touchscreen monitor. 3D vi-
sualisation of the route can be suitable for users
experienced with good spatial orientation, but is
not suitable for users with limited orientation and
especially for visually impaired people. This system
does not provide route optimisation for people with
motor impairments.
Accordingly to Fallah et al. [7], navigation sys-
tems based on GPS are not suitable for indoor us-
age because of missing GPS signal. Similarly in-
door navigation systems based on Wi-Fi localisa-
tion are expensive to maintain. Neither of those sys-
tems provides navigation information, routing algo-
rithms, and user interfaces suitable for people with
special needs.
2
(a) (b)
Fig. 1: Accessibility problems found in current nav-
igation system of the hospital. Main hospital infor-
mation panel (a). Horizontal navigation line (b).
NaviTerier [2] project deals with design and im-
plementation of a navigation system for visually im-
paired people inside buildings using a regular mo-
bile phone. This system does not require any spe-
cialised technical equipment. It relies only on mo-
bile phones with voice output, which visually im-
paired people already use. The navigation system
works on a principle of sequential presentation of
carefully prepared descriptions of the building seg-
ments to visually impaired user by means of mobile
phone voice output.
Regarding user capabilities and preferences, most
designers of current systems try to solve the prob-
lem of disabled users by means of introducing var-
ious assistive technologies. Better solution to this
problem is Ability-based design [8]. It employs
context-awareness to provide adaptations to user-
specific abilities, instead of forcing users to use a
specific assistive technology. In order to provide
context-aware adaptations, there must be a context
model. Context models typically consist of models
of user, device, and environment. According to [8],
the problem with currently used context models is
that they leverage the users’ disabilities rather than
the users’ abilities.
3 Field Study
We have conducted an expert evaluation of the cur-
rent in-hospital navigation system used in Univer-
sity Hospital in Motol (see figures 1a and 1b). We
found out that coloured horizontal navigation lines
are not raised above ground level thus visually im-
paired people cannot be use them. In many cases
these navigation lines continue through walls as an
effect of recent reconstructions. Most elevators lack
description of floor buttons in Braille code. Another
source of orientation and navigation problems is a
high axial symmetry of the hospital building.
Other findings emerged from the interview con-
ducted with one of the doctors. The doctor men-
tioned that s/he has encountered a situation when
UIP Server
UI Generator
Smart kiosk
Smartphone
Simple
navigation
terminal
Smart tactile
kiosk
Context model
Device
model
User
model
Environ-
ment
model
AT
model
NaviTerier navigation system
Navigational
description Map
Application
backend
Patient
appoint-
ments
AUI CUI
Last
position
Access
rights
CUI
CUI
CUI
Fig. 2: NUIP architecture overview.
elderly people lost their orientation in the hospi-
tal. Concurrently s/he said that if s/he has doubts
whether patient can navigate safely s/he could
manage patients escort by hospital attendant.
4 NUIP navigation system
Our navigation system combines several methods
that provide personalised information for people
with special needs. First, we developed a route plan-
ner, which supports customising of the route ac-
cording to the user abilities and preferences. Sec-
ond, we developed a navigation description genera-
tor, which creates description of the route with re-
spect to the users limitations. Finally, our context-
sensitive UI generator [3] adapts the user interface
according to navigation terminals and personal de-
vices used during the navigation.
Figure 2 depicts architecture of the proposed
NUIP in-hospital navigation system. The central
component is the UIP Server, which is connected
to a navigation planner that generates navigation
plan according to users abilities and preferences.
The UIP Server is also connected to the in-hospital
information system (Application backend) to get
information about patients planned appointments,
access rights and last position of the user.
5 Results
Individual components of our system have been
implemented in the framework of the NaviTerier
project [2] and in the framework of User Interface
Platform (UIP) project [3]. User testing showed
that NaviTerier navigation system provides efficient
navigation of blind people in both outdoor and in-
door environments. In the framework of the UIP
project an in-hospital navigation system based on
various terminals with adaptive UIs have been de-
veloped (see figure 2).
3
Fig. 3: Smart kiosk.
Fig. 4: Simplified navigation terminal.
Figures 3 and 4 show an example of generated UI
for Smart kiosk and Simplified navigation terminal.
The Smart kiosk provides a generic UI that adapts
to users abilities as soon as the user identifies him-
self/herself. Besides a traditional form-based login
the identification is possible by scanning invitation
letter directly through the kiosk display surface.
The Simplified terminal serves as interaction point
at the corridor junctions. It provides simple direc-
tional instructions to the user. Any in-hospital ter-
minal can be used for calling help in case of an
emergency.
Figure 5 shows a Smart tactile kiosk. The Smart
tactile kiosk compounds of a passive tactile map
frequently used for passing navigation and environ-
ment information to visually impaired people [9],
and active tactile segments which erect from the
passive map to form a navigation route. The active
tactile segments feature coloured diodes to convey
the information easily to sighted people.
Passive tactile floor plan
Inactive tactile segments
Active tactile segments
Fig. 5: Smart tactile kiosk.
6 Conclusion
In this paper we present a navigation system that
addresses problems of navigation of people with
limited navigation and orientation capabilities in
the hospital environment. Route planning, its de-
scription as well as UIs are automatically gener-
ated with respect to user abilities and preferences.
The system introduces four types of terminals with
adaptive UIs that provides efficient navigation.
Acknowledgements
This research has been supported by the project
Design of special user interfaces funded by grant no.
SGS13/213/OHK3/3T/13 (FIS 161 – 832130C000)
and it has been supported by the Technology
Agency of the Czech Republic under the research
program TE01020415 (V3C – Visual Computing
Competence Center).
References
1. MedCity News: Logicjunction aims
to make hospital navigation easy.
www.medcitynews.com/2011/04/logicjunction-
aims-to-make-hospital-navigation-easy/ (2011,
accessed 2013-10-11)
2. Vystrcil, J., Mikovec, Z., Slavik, P.: Naviterier - in-
door navigation system for visually impaired. In:
Smart Homes 2012. Volume 2. (2012) 25–28
3. Macik, M., Cerny, T., Basek, J., Slavik, P.: Platform-
aware rich-form generation for adaptive systems
through code-inspection. In: Human Factors in Com-
puting and Informatics. Springer (2013) 768–784
4. LogicJunction: Logicjunction wayfinder.
http://logicjunction.com/site/wayfinder.about.php
(2013, accessed 2013-08-20)
5. New World Notes: Real world nav-
igation system for japanese hospital.
http://nwn.blogs.com/nwn/2009/07/3d-
communication-navi-system.html (2019, accessed
2013-08-11)
6. Thompson, C.W.: Next-generation virtual worlds:
architecture, status, and directions. Internet Com-
puting, IEEE 15 (2011) 60–65
7. Fallah, N., Apostolopoulos, I., Bekris, K., Folmer,
E.: Indoor human navigation systems: A survey. In-
teracting with Computers 25 (2013) 21–33
8. Wobbrock, J.O., Kane, S.K., Gajos, K.Z., Harada,
S., Froehlich, J.: Ability-based design: Concept,
principles and examples. TACCESS 3(2011) 9
9. Espinosa, M.A., Ungar, S., Ocha´ıta, E., Blades, M.,
Spencer, C.: Comparing methods for introducing
blind and visually impaired people to unfamiliar ur-
ban environments. Journal of Environmental Psy-
chology 18 (1998) 277–287
... Furthermore, great importance has been given to the creation of systems that respect the equal right of all citizens to access public services. Studies have been focusing on methods of appropriate assistance for the visually impaired [Balata et al., 2014] [ Balata et al., 2016], [Maly et al., 2015], [Owayjan et al., 2015], [Balata et al., 2012] [ Johnson and Higgins, 2006], or for people with other mobility limitations [Balata et al., 2013]. ...
... In another study [Balata et al., 2013], the authors adjust the propagation model by utilizing contextual knowledge of where the walls are in a building in order to properly tune the model's parameters of each AP. They do so by introducing an attenuation factor for every wall between said AP and the estimated position, which requires a procedure of defining the areas where walls exist and estimate the level of attenuation that the walls introduce. ...
Thesis
Full-text available
The goal of this Thesis is to propose novel methodologies to address crucial issues of indoor positioning systems (IPS). The problems addressed in this work are met throughout the whole life cycle of an IPS conception, realisation and operation, from designing innovative positioning methodologies to defining evaluation and tuning methodologies. Therefore, this Thesis initially investigates and reports the user needs and requirements concerning the wayfinding problems at an important use case: Geneva's University Hospitals (HUG). Following, it proposes innovative solutions that construct a robust IPS, along with ways of seamlessly switching from indoor to outdoor positioning. To strengthen the robustness of the system and reduce the required calibration effort, algorithms of automatic recalibration of the system are proposed and analyzed, addressing the problems of device and environment diversity. Lastly, well-defined methodologies of evaluating, comparing and optimally tuning positioning systems are proposed, addressing the most trending issues of the IPS community.
... Furthermore, great importance has been given to the creation of systems that respect the equal right of all citizens to access public services. Studies have been focusing on methods of appropriate assistance for the visually impaired [13], [14], [15], [16], or for people with other mobility limitations [17]. ...
Conference Paper
Full-text available
Navigating in large hospitals is a challenging task. The consequences of difficulties faced by staff, patients and visitors in finding their way in the hospital can be multiple. The HUGApp project goals are to identify the navigational needs and requirements of people within the premises of Geneva University Hospitals (HUG) before proceeding with potential solutions, such as an indoor navigation mobile app. A questionnaire was designed and distributed to staff members with the goal of understanding the current problems in wayfinding inside HUG, investigating the users' views on the creation of an indoor navigation mobile app, and specifying the user requirements for such an app. A total of 111 members of the primary care division of HUG answered the questionnaire, providing an insightful view of the healthcare professionals.
Article
Full-text available
This paper analyses the acceptance of a smartphone navigation app in a hospital among its patients/visitors. We tested the effects of socio-demographic factors (gender, age, and education) on technology acceptance and on perceived difficulties with wayfinding in the hospital complex. The empirical research is based on a survey among 928 patients/visitors of the Vítkovice Hospital in Ostrava, Czechia. We found that the acceptance of smart navigation increases with the level of education and decreases with age. No significant gender differences were observed.
Thesis
Full-text available
This thesis focuses on the problem of navigation of people with visual impairments. There are many research directions in this field from sensory substitution, obstacle detection aids to different kind of navigation systems based on various input and output modalities. However, currently available navigation systems do not support navigation and orientation skills of people with visual impairments in the sense of supporting the creation of proper route knowledge. This thesis aims to explore the role of verbal descriptions in navigation from the perspective of human-computer interaction. In a series of experiments, we provide insights into verbal description sharing habits and tele-assistance navigation strategies. Based on those insights, we design three navigation systems prototypes – a collaborative navigation system, a landmark- based navigation system, and a conversational navigation agent. This thesis contributes both on a theoretical level providing in-depth observations of the navigation process and also on a pragmatic level providing prototypes and guidelines for designers of the future navigation system for people with visual impairments.
Thesis
Full-text available
The development and broad public dissemination of modern information and communication technologies implies a need for new requirements to corresponding user interfaces. There is a significant rise of diversity in physical form-factors of interactive devices, as well as the underlying software platforms on which those devices are based. The vast majority of present society, including people with special needs, requires access to modern information technologies. This trend represents a challenge for corresponding user interface technologies. Corresponding technologies should offer a sufficient level of adaptivity and context-sensitivity while preserving reasonable development costs. The requirements for this dissertation thesis have been coordinated with the results of an extensive survey of the state of art in this field. Our approach represents a method for context-sensitive automatic user interface generation. It relies on several methods introduced in the framework of this thesis. Our method for the user interface description and delivery supports consistent models on different levels of abstraction, as well as a seamless integration of the individual components of our system. As part of our approach, we suggest a context model that reduces development and maintenance complexity by the introduction of a concept of consistent independent sub-models. Our automatic user interface generation method uses optimization techniques to provide usable resulting user interfaces, minimizing the user effort required. The validity and efficiency of our approach are supported by an evaluation based on user studies, as well as an analysis of development efforts. Furthermore, this dissertation thesis describes a number of practical applications of our approach.
Article
Full-text available
Whereas outdoor navigation systems typically rely upon global positioning system (GPS), indoor systems have to rely upon different techniques for localizing the user, as GPS signals cannot be received indoors. Over the past decade various indoor navigation systems have been developed. This paper provides a comprehensive overview of existing indoor navigation systems and analyzes the different techniques used for: (1) locating the user; (2) planning a path; (3) representing the environment and (4) interacting with the user. Our survey identifies a number of research issues that could facilitate large-scale deployment of indoor navigation systems.
Chapter
Full-text available
This paper introduces a framework for adaptive user interface (UI) development. Our framework facilitates development and maintenance efforts through code inspection. Information already captured elsewhere is reused in the UI rather than restated. In our approach, inspected information is transformed in multiple stages through an aspect-oriented approach. As each stage may be influenced at runtime, our approach allows systems to be built with context-aware adaptive UIs. In addition, the selection of UI elements and their layout is generated using optimal metrics. The output of our approach can be influenced by the target platform. Our approach to UI is shown in detail in a case study.
Article
Full-text available
It seems likely that the Web as we know it will undergo several paradigm shifts in the coming years: its content will expand from 2D documents to also accommodate 3D virtual worlds; with new technologies like RFID and smartphones, we'll be able to link to a place or thing (in the real or virtual world) and "go there"; and we'll associate more metadata annotations with things in the real and virtual worlds to create increasingly smart semantic worlds. But to realize these promises, the virtual world and ubiquitous computing communities will need architectures that are standard enough to become pervasive and flexible enough to expand beyond the applications we have today. This article describes some of the motivations and requirements for common core architectures for virtual worlds and introduces a track of articles to follow in later issues of IEEE Internet Computing that aim to change the way humans interact with the Web and their world.
Conference Paper
This paper presents key findings gathered during development of indoor navigation system called NaviTerier [1]. This system is targeted to visually impaired users who want to navigate independently inside large buildings like hospital, library, university, etc. System is based on structured description of environment that is provided to the user by special application installed on a smartphone.
Article
Current approaches to accessible computing share a common goal of making technology accessible to users with disabilities. Perhaps because of this goal, they may also share a tendency to centralize disability rather than ability. We present a refinement to these approaches called ability-based design that consists of focusing on ability throughout the design process in an effort to create systems that leverage the full range of human potential. Just as user-centered design shifted the focus of interactive system design from systems to users, ability-based design attempts to shift the focus of accessible design from disability to ability. Although prior approaches to accessible computing may consider users’ abilities to some extent, ability-based design makes ability its central focus. We offer seven ability-based design principles and describe the projects that inspired their formulation. We also present a research agenda for ability-based design.
Article
This paper reports two experiments which compared the effectiveness of different methods for introducing blind and visually impaired people to the spatial layout of urban environments. In Experiment 1, 30 blind and visually impaired adults learned a long and complex route through an area of central Madrid (Spain) either by direct experience or by a combination of direct experience and a tactile map or a combination of direct experience and a verbal description of the area. Performance on measures of practical spatial knowledge and of representational spatial knowledge was significantly better in participants in the tactile map condition. In Experiment 2, participants learned a similar route in an area of Sheffield (Britain) using either just a tactile map of by direct experience. No significant difference was found between the two conditions using the same measures as in Experiment 1.
Logicjunction aims to make hospital navigation easy
  • Medcity News
MedCity News: Logicjunction aims to make hospital navigation easy. www.medcitynews.com/2011/04/logicjunctionaims-to-make-hospital-navigation-easy/ (2011, accessed 2013-10-11)
Platformaware rich-form generation for adaptive systems through code-inspection
  • M Macik
  • T Cerny
  • J Basek
  • P Slavik
Macik, M., Cerny, T., Basek, J., Slavik, P.: Platformaware rich-form generation for adaptive systems through code-inspection. In: Human Factors in Computing and Informatics. Springer (2013) 768-784 4. LogicJunction: Logicjunction wayfinder.