Presentation is loading. Please wait.

Presentation is loading. Please wait.

2003.04.10CHI 2003 – Visualization & Navigation1 Efficient User Interest Estimation in Fisheye Views Jeffrey Heer and Stuart K. Card 1 Palo Alto Research.

Similar presentations


Presentation on theme: "2003.04.10CHI 2003 – Visualization & Navigation1 Efficient User Interest Estimation in Fisheye Views Jeffrey Heer and Stuart K. Card 1 Palo Alto Research."— Presentation transcript:

1 2003.04.10CHI 2003 – Visualization & Navigation1 Efficient User Interest Estimation in Fisheye Views Jeffrey Heer and Stuart K. Card 1 Palo Alto Research Center, Inc. 2 University of California, Berkeley 1,21

2 22003.04.10CHI 2003 – Visualization & Navigation Roadmap Motivation + Background Implementation Evaluation Conclusion

3 32003.04.10CHI 2003 – Visualization & Navigation Fisheye Views

4 42003.04.10CHI 2003 – Visualization & Navigation Degree of Interest (DOI) Models user’s spontaneous interest across the tree –This model can then be used to inform presentation -3 0 -2 0 0 0 Computed Degree of Interest 0 0 0 0 Cull low Degree of Interest

5 52003.04.10CHI 2003 – Visualization & Navigation User Modeling in Fisheye Views 6666 0 244 5513 4 3 2 Degree of Interest  Intrinsic Importance + Distance from Point of Interest 3333 3 333 2222 1 0 1 Intrinsic ImportanceDistance from Point of Interest

6 62003.04.10CHI 2003 – Visualization & Navigation DEMO

7 72003.04.10CHI 2003 – Visualization & Navigation … the need for speed Visualization should respond fluidly to user actions But for each interaction, may have to –Recompute DOI –Recompute Layout Hard time limit: 100ms (Card, Moran, Newell) Goal: –Limit all computations to the number of displayed nodes.

8 82003.04.10CHI 2003 – Visualization & Navigation Naïve Interest Computation -3 0 -2 0 0 0 Requires visiting the entire tree!

9 92003.04.10CHI 2003 – Visualization & Navigation Least Common Ancestor Pruning -3 0 -2 0 0 0 -2 0 0 0 -3 Limit computation to the subtree rooted at least common ancestor. However, no savings if new focus is here Furthermore, this method exploits a specific DOI distribution  not necessarily generalizable

10 102003.04.10CHI 2003 – Visualization & Navigation Solution: Disinterest Thresholding Saturate DOI function at a disinterest threshold –Compute DOI only for visible nodes –Use thresholding to supply defaults for the others -2 0 -2 0 0 0 Computed DOI: minDOI = -1 0 0 0 0 Cull low Degree of Interest

11 112003.04.10CHI 2003 – Visualization & Navigation Disinterest Thresholding -2 0 -2 0 0 0

12 122003.04.10CHI 2003 – Visualization & Navigation Node Attribute Registry Backing array data structure: table of node attributes. Tag visible nodes with table index. When attributes are needed (e.g. node.getX() ), the table is consulted. –If the node is in the table, the attribute is simply returned. –Else, the suitable default is supplied »DOI: minimum DOI, Position: position of first visible ancestor indexdirtyDOIxysizecoloretc… 010213125…….. 11134584……..

13 132003.04.10CHI 2003 – Visualization & Navigation Evaluation Setup: Time walks through algorithmically generated DOITrees with increasing tree depths. Test System: PIII 1GHz, 256MB RAM 16 MB Video RAM DOI Threshold = -2 Naïve and LCA grow linearly with the number of nodes. Disinterest thresholding grows linearly with number of visible nodes, which in this case grows logarithmically with total number of nodes.

14 142003.04.10CHI 2003 – Visualization & Navigation Limitations Doesn’t improve cases where there are a large number (10,000+) visible nodes. Smooth interaction also dependent on the use of efficient layout algorithms. Only approximates DOI distribution, which may be problematic if applications wish to use DOI for more than visualization.

15 152003.04.10CHI 2003 – Visualization & Navigation Thanks!! Questions? Thanks!! Questions? Jeffrey Heerjheer@parc.com Stuart K. Card card@parc.com 0 -2 0 0

16 162003.04.10CHI 2003 – Visualization & Navigation Motivation The real design problem is not increased access to information, but greater efficiency in finding useful information. Increasing the rate at which people can find and use relevant information improves human intelligence.

17 172003.04.10CHI 2003 – Visualization & Navigation Information Visualization 1.2 b/s (Reading) 2.3 b/s (Pictures) Leverage highly-developed human visual system to achieve rapid understanding of abstract information.

18 182003.04.10CHI 2003 – Visualization & Navigation Node Attribute Registry DOI function only sets DOI for nodes above the disinterest threshold. –Nodes are transparently added to registry when DOI is set. –If node is already there, then dirty bit is set. –Registry is resized as necessary. After DOI computation, non-dirty nodes are removed from registry, dirty bits are cleared. Result: DOI computation time proportional to the number of nodes displayed!

19 192003.04.10CHI 2003 – Visualization & Navigation Possible Questions What about other DOI distributions? –examples?


Download ppt "2003.04.10CHI 2003 – Visualization & Navigation1 Efficient User Interest Estimation in Fisheye Views Jeffrey Heer and Stuart K. Card 1 Palo Alto Research."

Similar presentations


Ads by Google