+ All Categories
Home > Documents > Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter...

Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter...

Date post: 09-Jun-2020
Category:
Upload: others
View: 6 times
Download: 0 times
Share this document with a friend
26
0 Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_ at_ seoulttech.ac.kr
Transcript
Page 1: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

0

Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)

Jae Woong Joo woong07_at_seoulttech.ac.kr

Page 2: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

1

INDEX.

Implementing Ubi-Comp Systems

2.4

Evaluating and Documenting Ubi-Comp Systems

2.5

Getting Started 2.6

Conclusion 2.7

Page 3: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

2

2.4 Implementing Ubi-Comp Systems

2.4.1 Choosing “Off-the-Shelf” Components

Any computer-based system that design with your Ubi-Comp system, just the first step in realizing it. A key challenge is balancing expedient use of, off-the-shelf hardware and software against bespoke solutions. It requires enormous effort to develop new technologies that meet the functional, aesthetic, reliability, or time constraints

Page 4: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

3

2.4 Implementing Ubi-Comp Systems

2.4.1 Choosing “Off-the-Shelf” Components

you should keep in mind when evaluating your choice: 1. You should not underestimate how much time can be spent on

attempting to integrate disparate pieces of hardware and software.

2. Software perhaps successful or designed for one domain will not necessarily confer similar benefits to your domain.

3. The chosen software or hardware may place constraints on what you can build or offer far more functionality than you require.

4. Using proprietary hardware or software may imply, need to work around features and limitations that are outside of your control.

5. Versatile toolkits, for all their tempting power and flexibility, may introduce unneeded functionality and unwanted software bloat.

Page 5: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

4

2.4 Implementing Ubi-Comp Systems

2.4.1 Choosing “Off-the-Shelf” Components

1. Build infrastructure from off-the-

shelf distributed object system components.

2. Create independent interacting subsystems for location, naming, authentication, authorization, events, context awareness, data

3. Make system programmable at multiple levels of abstraction

4. Manage physical and virtual resources – OS-like behavior

Gaia OS is a distributed middleware that provides a generic computational environment and the core services necessary to develop Active Spaces and ubiquitous computing applications

GAIA : Building on a Solid Foundation

Page 6: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

5

2.4 Implementing Ubi-Comp Systems

2.4.1 Choosing “Off-the-Shelf” Components

• Link the physical presence of people/places/things in the real world to the logical presence of those people/places/things on the web

• Infrared beacons (Figure) broadcast URIs to mobile devices to link, physical artifacts to digital information

• You can “click”, things in the world

Cool town : The power of a well-chosen paradigm

Cool town beacon that enabled the physical environment to be augmented with digital information

Page 7: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

6

2.4 Implementing Ubi-Comp Systems

2.4.1 Choosing “Off-the-Shelf” Components

In summary The implementation choice that makes the fewest assumptions and introduces the fewest dependencies without making any difference to observable behavior of the system is usually the best.

Page 8: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

7

2.4 Implementing Ubi-Comp Systems

2.4.2 Deploying Ubi-Comp Systems

Expect the Unexpected In all deployments, the unexpected is the hardest thing to prepare for. • Presence or use by unknown users • Unrecognized devices (e.g., new phones and laptops) • Changes to the wireless environment (new wireless networks) • Devices being power cycled • Batteries failing • You not being there (it is easy to forget that the developer is present

during development and testing, potentially impacting the sensing, wireless connectivity, etc.)

• Improper use

Page 9: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

8

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.1 Evaluating Ubi-Comp Systems

Simulation Proof-of-Concept Implementing and Evaluating Applications Releasing and Maintaining Ubi-Comp Systems

Page 10: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

9

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.1 Evaluating Ubi-Comp Systems

Simulation • The design of a system that can be modeled and subsequently simulated. • Once a system or systems feature has been implemented, simulations can

also be used to evaluate properties of the implementation • Simulations are typically used to evaluate non-functional systems qualities

such as scalability, performance, and resource consumption • To verify claims about the usefulness and usability of a system, you would

need to make user-oriented evaluations.

Page 11: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

10

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.1 Evaluating Ubi-Comp Systems

Proof-of-Concept (POC) • A POC is a rudimentary and/or incomplete realization of a certain tech

nical concept or design to prove • It can actually be realized and built to some degree, by demonstrating

its feasibility in a real implementation. • Creating POCs is the most prevalent evaluation strategy in Ubi-Comp systems research • A POC basically shows only that the technical concept or idea can be

implemented and realized • A POC tells us very little about how well this technical solution meets

the overall goals and motivation of the research.

Page 12: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

11

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.1 Evaluating Ubi-Comp Systems

Implementing and Evaluating Applications • A stronger evaluation approach is to build, end user applications using

Ubi-Comp systems component and infrastructures and apply these applications into subsequent evaluation • Applications evaluated by end users in either a simulated environment

or in a real-world deployment

Page 13: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

12

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.1 Evaluating Ubi-Comp Systems

Implementing and Evaluating Applications This evaluation approach is strong in several respects: 1. Using underlying systems technologies such as components, toolkits,

or middleware infrastructures to build real applications, demonstrates that the systems components are indeed useful for building systems

2. The act of building, these applications helps the systems researcher to judge whether their building blocks actually help the application devel-oper meet his or her application goals

3. Once the application is built and put into use, this provides a test bed for the underlying systems components and helps you answer more nonfunctional questions, such as: How well does the system scale, perf-orm, and handle errors?

Page 14: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

13

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.1 Evaluating Ubi-Comp Systems

Releasing and Maintaining Ubi-Comp Systems • The strongest evaluation of Ubi-Comp systems components is to release

them for third party use • The system research is used and evaluated by other than its original des

igners, and the degree to which the systems components helps the application programmers to achieve their goals and directly reflects the qualities of the system components

Page 15: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

14

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.2 Learning from What You Build

Communicating Your Findings Rigor and Scientific Communication

Page 16: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

15

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.2 Learning from What You Build

Communicating Your Findings There are many ways to communicate with the community at large Ex) wikis It engage with a community and provide the resources, they will able to work with and/or contribute to your system. 1. Making your system available enables others to try, critique, compare, a

dopt, and potentially contribute to your project If you do not just put materials online, but try to make the initiative open source then it’s important that you remain responsive and keep the information up-to-date

2. Publishing datasets is another effective means of providing resources for the community to build on and also invites the scientific practice of experimental validation through repeatability and comparative analysis of approaches

Page 17: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

16

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.2 Learning from What You Build

Communicating Your Findings 3. Publishing schematics, instructions, and documentation also provides c

ritical insight, how to reconstruct experiments and follow on from your work

4. Traditional academic routes of dissemination which provide a means to obtain valuable peer feedback on your work.

Page 18: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

17

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.2 Learning from What You Build

Rigor and Scientific Communication Ubi-Comp systems are always difficult to describe due to their complexity and wide-ranging lessons that one accrues during a typical project.

Page 19: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

18

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.3 Documenting Ubi-Comp Systems

• In our experience, the best way to document Ubi-Comp systems resear

ch and what needs to be addressed

• In technical and scientific documentation, it is important to maintain objectivity and honesty when reporting results and findings.

• Try to avoid unnecessary adjectives and provide a ordinary description

• Carefully present and discuss what can be learned from your research and the results you have obtained

• Documenting and reporting on apparently negative results may entail a contribution in itself

• It may be an inspiration for others to try address this particular challenge or it may be associated with a flaw in the evaluation setup, which can be fixed once discovered.

Page 20: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

19

2.5 Evaluating and Documenting Ubi-Comp Systems 2.5.4 Corollary

• On a final note, it is worth keeping the scientific mindset to the fore in

order to cultivate a scientific and balanced approach in describing your work

• Scientists should be uncertain, open-minded, skeptical, cautious, ethical readers will question your work and will be cautious to accept your claims without appropriate evidence and grounding with respect to other approaches.

• important for confidence in the quality of the results and trust worthiness of the inferences drawn from them.

• Results and lessons should also be clearly and concisely presented.

Page 21: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

20

2.6 Getting Started 2.6.1 Prototyping Your Ideas

• There are many hardware and software platforms available to assist by deploying Ubi-Comp infrastructures to test your ideas and novel forms of interaction

• Activity Studio provides an environment for moving from field notes, through a storyboarding and visual programming step through to simulation and in situ deployment of a Web-based prototype; exemplar encourages demonstration of sensor-based interactions

• Next, filter and transform by using a visual development environment to trigger other applications and iStuff Mobile provides a visual programming interface for novel mobile phone–based interfaces

• Systems such as the EQUATOR Component Toolkit and Wiring provide programmatic glue for constructing Ubi-Comp systems that integrate sensing

Page 22: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

21

2.6 Getting Started 2.6.2 Smart Room in a Box

• Your aim is to create a smart environment populated with multiple displays and interaction devices, then Stanford’s interactive workspaces spin off iROS is available as open source.

• A meta-operating system for creating interactive rooms, iROS includes a set of core middleware for unifying machines and displays together to form larger interactive surfaces.

• Meeting Machine repackages iROS to create a shared networked appliance supporting the exchange, discussion, and collation of electronic documents in a meeting setting.

• Radically different approaches are taken by Plan B, where smart environments are built on Bell Labs like Plan 9 operating system and PCOM, a peer-to-peer component middleware for constructing pervasive applications.

Page 23: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

22

2.6 Getting Started 2.6.3 Public Domain Toolkits

Vision and Augmented Reality A very common requirement is to integrate computer vision systems Sensing Ubi-Comp systems are often required to interpret sensor data and identify user interactions or human activities. Hardware There are many useful libraries that can provide solutions to well-known algorithmic or integration problems, for example, integrating computer vision or detecting human activities.

Page 24: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

23

2.6 Getting Started 2.6.4 Datasets

• A positive side effect of the standardization of some of these components is that it becomes possible to repeat experiments and validate other people’s findings.

• Datasets from such platforms are being increasing in collected online and often open to contributions from other researchers.

Page 25: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

24

2.7 Conclusion

• This chapter has outlined the special challenges to concern for Ubi-Comp systems and applications, including issues of designing systems

• Researchers are motivated to engage in creating systems support for the Ubi-Comp application area, In this chapter we have presented some specific pointers and tools for engaging in this research.

Page 26: Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7)€¦ · Ubiquitous Computing (Ubi-Comp) Chapter 2 (2.4~2.7) Jae Woong Joo woong07_at_seoulttech.ac.kr . 1 INDEX. Implementing Ubi-Comp

25

Thank you for listening


Recommended