Human-Computer Interaction Through Improving Navigation-based File Retrieval

DOI : 10.17577/IJERTCONV4IS27018

Download Full-Text PDF Cite this Publication

Text Only Version

Human-Computer Interaction Through Improving Navigation-based File Retrieval

Uwase Yvan Fleury

MS(IT)Student final year

Jain University, Bangalore-69, India

Hari Priya V.

Asst.Prof,MS(IT) Department Jain University, Bangalore-69, India

Abstract:- Interaction is the central category of Human- Computer Interaction (HCI) research area.

The main purpose of HCI is to make interaction with computer systems usable.

Navigating through a le hierarchy is one of the most common methods for accessing les, yet it can be slow and repetitive.

New algorithms that predict upcoming le accesses have the potential to improve navigation-based le retrieval, but it is unknown how best to present their predictions to users.

We present three design goals aiming to improve navigation based le retrieval interfaces: minimize the time spent at each hierarchical level on route to the target le; provide shortcuts to reduce the number of levels traversed; and promote rehearsal of the retrieval mechanics to facilitate expertise.

Three interfaces that augment standard le browsers based on each of these goals: Icon Highlights give greater prominence to predicted items in the current folder; Hover Menus provide shortcuts to predicted folder content; and Search Directed Navigation uses predictive highlighting to guide users through the hierarchy in response to query terms.

INTRODUCTION

Human-computer interaction (HCI) is not only an interdisciplinary field. It is also research and practice area. Most of researchers and practitioners of the HCI tend to be non-academic actors, but they unavoidably face theoretical problems in their researches. The main reason is that there is a great pragmatic bias and orientation on practical results. Nevertheless, every particular research or practice is still embedded in a specific theory, whether authors are aware of it or not.

Retrieving les is an extremely common task for all computer users. Of the many interfaces that are possible for retrieving les, navigating through a hierarchy using a le browser is dominant (used more than 60% of the time, according to previous studies [3]).

However, le browser navigation is slow more than 12 seconds per retrieval for Mac users and more than 17 seconds for Windows users [3]. This is a long time to retrieve a le, given that selecting a ready-to-hand le icon would take no more than a second or so. There are two main reasons for these long completion times: users may not know where the file is stored, so that, it can take a couple of time to explore the le system; and there are numerous navigation actions required (remembering folder names, finding icons in the current display, and clicking folders to open them). It is clear that whatever it is the

cause, reducing retrieval time for hierarchical file browsers could result in large aggregate time savings.

The general problem of improving file retrieval has conducted to substantial attention in research. There are several aspects of the problem which have been studied by the researchers:

how users choose to organize information [10, 2], the performance implications of different hierarchical structures [8], potential improvements to file access using search [5], visualizations that provide shortcut access to files [12], and predictive algorithms for anticipating retrievals [6].

So that, to solve the performance problems of file retrieval, it is necessarily based on improvements that are able to work with the presentation styles and interaction models of the standard hierarchical file browser. In this paper, three new techniques based on design goals for overcoming three performance constraints in navigation- based retrieval are presented:

  1. Overcome the visual search constraint: minimize the time spent at each hierarchical level, by reducing exploration and visual search;

  2. Overcome the levels constraint: reduce the number of levels traversed, by facilitating shortcuts;

  3. Overcome the practice constraint: improve navigation expertise, by promoting rehearsal of the retrieval mechanics.

    These techniques address these constraints using some of the same advances seen for prediction-based and search- based approaches, but the difference resides dramatically in the way that the algorithms results are presented to the user and the way that the user interacts with the new capabilities. Results are tightly integrated into the interface and interaction paradigm of the file browser in our techniques.

    Fig1: Hover Menu

    Fig2: Icon Highlights

    Fig3: Search Directed Navigation

    To reduce step times during file navigation (approach 1), Icon Highlights (Fig1) predict which items in the current folder are most likely to be accessed, and give them greater visual prominence.

    Hover Menus (Fig2) provide quick access to commonly accessed items inside folders, in order to reduce the number of steps required in many cases (approach 2). Search Directed Navigation (Fig 3) guides users through a file hierarchy based on a filename query. This is designed to bring some of the advantages of search to file navigation, while facilitating the development of expertise when compared to search (approach 3).

    Connected work

    There is vast prior literature on file retrieval. The following sections briefly reveal key contributions on how users organize and retrieve files, the impact of structure, and interfaces for file retrieval.

    • Organization and retrieval of files by users

      To perform successfully the retrieval of a file using navigation, users must remember where that file is located. This is due using of method of recall or recognition of the file name.

    • The performance impact of structure

      The influence of hierarchical structure on navigation time has been extensively researched, and is broadly encapsulated by the question broad and shallow or narrow and deep? [10, 7]. Two authors Cockburn and Gutwin [4] provide a review of thirty years of empirical research on the topic, which shows diverse results. Numerous studies show that plots of navigation time against depth follow a U-shape, whereas others show that time increases depending upon depth and they also demonstrate a simple mathematical performance model which is called Search/Decision and Pointing (SDP).

      This explains the results diversity: broadly, a U-shape occurs if users must visually search for items at each level of the hierarchy, while shallow structures perform best when users can anticipate target location at each level.

      SDP predicts the time taken to select an item at one level of a hierarchy by combining three factors: the time to visually search for the target; the time to decide about target location; and the time to point to it.

    • File search and enhanced interfaces

Particularly, when item locations are unknown, users go through an essential tool called search to access files. This tool has many attractive features for file retrieval: any file attribute can be searched, rather than requiring memory of the items location [9]; it does not depend on a hierarchy, relieving users from the need to develop semantic groupings before storage and assign files to them; and it enables retrieval in a single step [1], potentially allowing for significantly faster retrievals.

IMPROVED FILE NAVIGATION: GOALS AND INTERFACES

There are several opportunities for improving human performance in navigation-based file access. We are going to extract these opportunities into three design goal, and then present three interfaces aiming to satisfy the goals. It is important to note that any file retrieval mechanism will have three parts: an underlying algorithm for deciding which items to present, a presentation approach for making items visible and salient, and a set of interaction techniques with which the user can use to achieve his targets.

DESIGN GOALS

In this section, we focus on the Search Decision and Pointing model [2] which predicts hierarchical navigation time based on the time taken at each hierarchical level (step duration), the number of levels traversed (step count), and the potential for the user to make a transition from novice to expert behavior. The goals are the followings:

  1. Minimize time spent at each hierarchical level: The techniques of improving human performance in a searching for targets, deciding about them, and pointing to them are possibilities suggested by the SDP to reduce step duration.

  2. Provide shortcuts to reduce levels traversed: The SDP model also suggests that efficiency gains can be achieved by reducing the number of hierarchical levels traversed on route to the target.

  3. Promote rehearsal to facilitate expertise: Kurtenbach [7] argues that expert performance is best facilitated when the actions that a novice uses for an interaction are a physical rehearsal of the mechanisms used when expert. Goal 3 adapts Kurtenbachs recommendation for file retrieval

FILE NAVIGATION INTERFACES

As described above, each technique can have an underlying algorithm, a presentation approach, and various interaction techniques.

Icon Highlights: minimizing search time:

Icon Highlights increase the visual salience of items that Access Rank predicts.

Hover Menus: provide shortcuts across levels:

Hover Menus are designed to give users shortcuts to predicted targets located deeper in the hierarchy.

Search Directed Navigation:

Search Directed Navigation (SDN) is expected to satisfy Goal 3 by providing search-based guidance through the navigation hierarchy towards the target and allowing the users interaction with search results to be a rehearsal of navigation-based retrieval.

CONCLUSION

In this paper, three interface designs had been presented and explained on how user can improve the performance of file access by navigating through hierarchical structures. The designs use some algorithms or search term queries to predict likely target files. The interfaces are designed to assist with hierarchical traversal, rather than simply deliver a list of likely targets, because they are expected to help users to access to the location of files. The Icon Highlights interface is designed to help users in visually identifying likely targets at each level of the hierarchy. The Hover Menus interface is designed to facilitate shortcuts to likely folders and files across levels of the hierarchy. Search Directed Navigation highlights items that match search query terms, emphasising those also predicted as more probable. It offers an alternative to search by guiding users through the hierarchy to matching items.

For to close, let say that all of the interfaces allow faster task completion than the standard file browser in all conditions, and subjective preference favored them.

REFERENCES

  1. Bergman, O., Beyth-Marom, R., Nachmias, R., Gradovitch, N., and Whittaker, S. Improved search engines and navigation preference in personal information management. ACM Trans. Inf. Syst. (2008), 124.

  2. Bergman, O., Whittaker, S., Sanderson, M., Nachmias, R., and Ramamoorthy, A. The effect of folder structure on personal file navigation. JASIST 61, 12 (2011), 23002310.

  3. Bergman, O., Whittaker, S., Sanderson, M., Nachmias, R., and Ramamoorthy, A. How do we find personal files?: the effect of os, presentation & depth on file navigation. In Proc. CHI 12 (2012), 29772980.

  4. Cockburn, A., and Gutwin, C. A predictive model of human performance with scrolling and hierarchical lists. HCIJ (2009), 273314.

  5. Cutrell, E., Dumais, S., and Teevan, J. Searching to eliminate personal information management. CACM 49, 1 (2006), 5864.

  6. Fitchett, S., and Cockburn, A. Accessrank: predicting what users will do next. In Proc. CHI 12, ACM (2012), 22392242.

  7. Kurtenbach, G. P. The design and evaluation of marking menus. PhD thesis, University of Toronto, Ontario, Canada, 1993.

  8. Landauer, T. K., and Nachbar, D. W. Selection from alphabetic and numeric menu trees using a touch screen: breadth, depth, and width. In Proc. CHI 85, ACM (1985), 7378.

  9. Lansdale, M. The psychology of personal information management. Applied Ergonomics 19, 1 (1988), 5566.

  10. Malone, T. W. How do people organize their desks?: Implications for the design of office information systems. ACM Trans. Inf. Syst. 1, 1 (1983), 99112.

  11. Miller, D. P. The depth/breadth tradeoff in hierarchical computer menus. Proc. HFES 81 25, 1 (1981), 296300.

  12. Stasko, J. An evaluation of space-filling information visualizations for depicting hierarchical structures. Int. J. Hum.- Comput. Stud. 53, 5 (Nov. 2000), 663694.

  13. Tulving, E., and Thomson, D. Encoding specificity and retrieval processes in episodic memory. Psychological review 80, 5 (1973), 352373.

Leave a Reply