Interactive visualization

Interactive visualization

Interactive visualization is a branch of graphic visualization in computer science that involves studying how humans interact with computers to create graphic illustrations of information and how this process can be made more efficient.

For a visualization to be considered interactive it must satisfy two criteria:
*Human input: control of some aspect of the visual representation of information, or of the information being represented, must be available to a human, and
*Response time: changes made by the human must be incorporated into the visualization in a timely manner. In general, interactive visualization is considered a soft real-time task.

One particular type of interactive visualization is virtual reality (VR), where the visual representation of information is presented using an immersive display device such as a stereo projector (see stereoscopy). VR is also characterized by the use of a spatial metaphor, where some aspect of the information is represented in three dimensions so that humans can explore the information as if it were present (where instead it was remote), sized appropriately (where instead it was on a much smaller or larger scale than humans can sense directly), or had shape (where instead it might be completely abstract).

Another type of interactive visualization is collaborative visualization, in which multiple people interact with the same computer visualization to communicate their ideas to each other or to explore information cooperatively. Frequently, collaborative visualization is used when people are physically separated. Using several networked computers, the same visualization can be presented to each person simultaneously. The people then make annotations to the visualization as well as communicate via audio (i.e., telephone), video (i.e., a video-conference), or text (i.e., IRC) messages.

Human control of visualization

The Programmer's Hierarchical Interactive Graphics System (PHIGS) was one of the first programmatic efforts at interactive visualization and provided an enumeration of the types of input humans provide. People can:
#"Pick" some part of an existing visual representation;
#"Locate" a point of interest (which may not have an existing representation);
#"Stroke" a path;
#"Choose" an option from a list of options;
#"Valuate" by inputting a number; and
#"Write" by inputting text.

All of these actions require a physical device. Input devices range from the common – keyboards, mice, graphics tablets, trackballs, and touchpads – to the esoteric – wired gloves, boom arms, and even omnidirectional treadmills.

These input actions can be used to control both the information being represented or the way that the information is presented. When the information being presented is altered, the visualization is usually part of a feedback loop. For example, consider an aircraft avionics system where the pilot inputs roll, pitch, and yaw and the visualization system provides a rendering of the aircraft's new attitude. Another example would be a scientist who changes a simulation while it is running in response to a visualization of its current progress. This is called "computational steering".

More frequently, the representation of the information is changed rather than the information itself (see Visualization (graphic)).

Rapid response to human input

Experiments have shown that a delay of more than 20 ms between when input is provided and a visual representation is updated is noticeable by most people. Thus it is desirable for an interactive visualization to provide a rendering based on human input within this time frame. However, when large amounts of data must be processed to create a visualization, this becomes hard or even impossible with current technology. Thus the term “interactive visualization” is usually applied to systems that provide feedback to users within several seconds of input. The term "interactive framerate" is often used to measure how interactive a visualization is. Framerates measure the frequency with which an image (a frame) can be generated by a visualization system. A framerate of 50 frames per second (frame/s) is considered good while 0.1 frame/s would be considered poor. The use of framerates to characterize interactivity is slightly misleading however, since framerate is a measure of bandwidth while humans are more sensitive to latency. Specifically, it is possible to achieve a good framerate of 50 frame/s but if the images generated refer to changes to the visualization that a person made more than 1 second ago, it will not feel interactive to a person.

The rapid response time required for interactive visualization is a difficult constraint to meet and there are several approaches that have been explored to provide people with rapid visual feedback based on their input. Some include

#"Parallel rendering" – where more than one computer or video card is used simultaneously to render an image. Multiple frames can be rendered at the same time by different computers and the results transferred over the network for display on a single monitor. This requires each computer to hold a copy of all the information to be rendered and increases bandwidth, but also increases latency. Also, each computer can render a different region of a single frame and send the results over a network for display. This again requires each computer to hold all of the data and can lead to a load imbalance when one computer is responsible for rendering a region of the screen with more information than other computers. Finally, each computer can render an entire frame containing a subset of the information. The resulting images plus the associated depth buffer can then be sent across the network and merged with the images from other computers. The result is a single frame containing all the information to be rendered, even though no single computer's memory held all of the information. This is called "parallel depth compositing" and is used when large amounts of information must be rendered interactively.
#"Progressive rendering" – where a framerate is guaranteed by rendering some subset of the information to be presented and providing incremental (progressive) improvements to the rendering once the visualization is no longer changing.
#"Level-of-detail (LOD) rendering" – where simplified representations of information are rendered to achieve a desired framerate while a person is providing input and then the full representation is used to generate a still image once the person is through manipulating the visualization. One common variant of LOD rendering is "subsampling." When the information being represented is stored in a topologically rectangular array (as is common with digital photos, MRI scans, and finite difference simulations), a lower resolution version can easily be generated by skipping "n" points for each 1 point rendered. Subsampling can also be used to accelerate rendering techniques such as volume visualization that require more than twice the computations for an image twice the size. By rendering a smaller image and then scaling the image to fill the requested screen space, much less time is required to render the same data.
#"Frameless rendering" – where the visualization is no longer presented as a time series of images, but as a single image where different regions are updated over time.

References

External links

Interactive visualization programs

These links point to interactive visualization programs. Some are open source and freely available. Some are commercial.
* [http://www.bunkspeed.com/ Bunkspeed]
* [http://www.visualdatatools.com/ DataTank]
* [http://www.ensight.com/ EnSight]
* Drishti
*Eye-Sys
* [http://www.macrofocus.com/public/products/infoscope.html InfoScope]
* [http://www.lattice3d.com/ Lattice 3D]
* [http://www.lightworkdesign.com/ LightWorks]
* [http://www.lumiscaphe.com/www4/EN_galleries_animations.html Lumiscaphe Patchwork3D]
* [http://mayavi.sourceforge.net/ MayaVi]
* [http://www-sop.inria.fr/asclepios/software/MedINRIA/ MedINRIA]
* [http://www.miner3D.com/ Miner3D]
* [http://www.opticore.com/ Opticore]
* [http://homepage.mac.com/rossetantoine/osirix/ OsiriX]
* ParaView
* [http://www.rtt.ag/ RTT]
* [http://www.actify.com/ SpinFire]
* [http://www.tecplot.com/ Tecplot]
* [http://www.ugs.com/products/teamcenter/sol_prod/visualization/ UGS Teamcenter Visualization]
* [http://www.llnl.gov/visit/ VisIt]
* [http://www.sciencegl.com/ ScienceGL]
* [http://www.novospark.com/ NovoSpark Visualizer]
* [http://www.vcollab.com vcollab]
* [http://visalix.xrce.xerox.com Visalix]

Interactive visualization libraries

These links point to software libraries that can be used by developers to create interactive visualization programs.
* [http://www.itk.org/ Insight Segmentation and Registration Toolkit (ITK)]
* [http://www.openrm.org/ OpenRM Scene Graph]
* [http://opensg.vrsource.org/ OpenSG]
* [http://www.vtk.org/ Visualization Tool Kit (VTK)]
* [http://www.jtopen.com UGS JT Open Toolkit]
* [http://prefuse.org/ Prefuse Information Visualization Toolkit]
* [http://www.ensight.com/apex.html APEX Toolkit]

Interactive visualization research

The following links refer to conferences where academic papers are presented and published:
* Amer. Soc. of Information Science and Technology (ASIS&T SIGVIS) [http://www.asis.org/SIG/SIGVIS/index.htm Special Interest Group in Visualization Information and Sound]
* [http://www.acm.org/sigchi/ ACM SIGCHI]
* [http://siggraph.org/ ACM SIGGRAPH]
* [http://www.vrst.org/ ACM VRST]
* [http://www.eg.org/ Eurographics]
* [http://vis.computer.org/ IEEE Visualization]
* [http://www.acm.org/tog/ ACM Transactions on Graphics]
* [http://www.computer.org/tvcg/ IEEE Transactions on Visualization and Computer Graphics]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Visualization — The term visualization may refer to:* Creative Visualization * Educational visualization * Flow visualization * Geovisualization * Illustration * Information graphics, visual representations of information, data, or knowledge * Interactive… …   Wikipedia

  • Visualization (computer graphics) — See also Visualization and Information graphics Visualization is any technique for creating images, diagrams, or animations to communicate a message. Visualization through visual imagery has been an effective way to communicate both abstract and… …   Wikipedia

  • Interactive Data Visualization, Inc. — Infobox Company company name = Interactive Data Visualization (IDV), Inc. company slogan = N/A foundation = Columbia, South Carolina (1999) location = Lexington, South Carolina key people = Chris King, Co Founder Michael Sechrest, Co Founder… …   Wikipedia

  • Interactive European Grid — The Interactive European Grid project (project identifier FP6 IST 031857) started on 1 May, 2006 and will last for 24 months. The work takes place with the financial support of the European Union and identifies the Specific Research Program.The… …   Wikipedia

  • Interactive Scenario Builder — Infobox Software name = Interactive Scenario Builder caption = collapsible = author = developer = Advanced Tactical Environmental Simulation Team released = latest release version = 3.2.2 latest release date = release date|2008|04|29 latest… …   Wikipedia

  • List of interactive geometry software — Interactive geometry software (IGS, or dynamic geometry environments, DGEs) are computer programs which allow one to create and then manipulate geometric constructions, primarily in plane geometry. In most IGS, one starts construction by putting… …   Wikipedia

  • Information visualization — the interdisciplinary study of the visual representation of large scale collections of non numerical information, such as files and lines of code in software systems [S.G. Eick (1994). Graphically displaying text . In: Journal of Computational… …   Wikipedia

  • Sirius visualization software — Infobox Software name = Sirius caption = Sirius running with structure browser and sequence viewer open. Displayed is hemoglobin (PDB id 102m). developer = San Diego Supercomputer Center latest release version = 1.2 latest release date = May 27,… …   Wikipedia

  • Data visualization — A data visualization of Wikipedia as part of the World Wide Web, demonstrating hyperlinks Data visualization is the study of the visual representation of data, meaning information that has been abstracted in some schematic form, including… …   Wikipedia

  • Information visualization reference model — The Information visualization reference model is a reference model for information visualization, developed by Ed Chi in 1999. [Ed H. Chi. [http://www users.cs.umn.edu/ echi/phd/ A Framework for Information Visualization Spreadsheets] . Ph.D.… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”