The present invention relates in general to data visualization and, in particular, to a system and method for correcting a rendering of clusters.
Computer-based data visualization involves the generation and presentation of idealized data on a physical output device, such as a cathode ray tube (CRT), liquid crystal diode (LCD) display, printer and the like. Computer systems visualize data through the use of graphical user interfaces (GUIs) which allow intuitive user interaction and high quality presentation of synthesized information.
The importance of effective data visualization has grown in step with advances in computational resources. Faster processors and larger memory sizes have enabled the application of complex visualization techniques to operate in multi-dimensional concept space. As well, the interconnectivity provided by networks, including intranetworks and internetworks, such as the Internet, enable the communication of large volumes of information to a wide-ranging audience. Effective data visualization techniques are needed to interpret information and model content interpretation.
The use of a visualization language can enhance the effectiveness of data visualization by communicating words, images and shapes as a single, integrated unit. Visualization languages help bridge the gap between the natural perception of a physical environment and the artificial modeling of information within the constraints of a computer system. As raw information cannot always be digested as written words, data visualization attempts to complement and, in some instances, supplant the written word for a more intuitive visual presentation drawing on natural cognitive skills.
Effective data visualization is constrained by the physical limits of computer display systems. Two-dimensional and three-dimensional information can be readily displayed. However, n-dimensional information in excess of three dimensions must be artificially compressed. Careful use of color, shape and temporal attributes can simulate multiple dimensions, but comprehension and usability become difficult as additional layers of modeling are artificially grafted into the finite bounds of display capabilities.
Thus, mapping multi-dimensional information into a two- or three-dimensional space presents a problem. Physical displays are practically limited to three dimensions. Compressing multi-dimensional information into three dimensions can mislead, for instance, the viewer through an erroneous interpretation of spatial relationships between individual display objects. Other factors further complicate the interpretation and perception of visualized data, based on the Gestalt principles of proximity, similarity, closed region, connectedness, good continuation, and closure, such as described in R. E. Horn, “Visual Language: Global Communication for the 21st Century,” Ch. 3, MacroVU Press (1998), the disclosure of which is incorporated by reference.
In particular, the misperception of visualized data can cause a misinterpretation of, for instance, dependent variables as independent and independent variables as dependent. This type of problem occurs, for example, when visualizing clustered data, which presents discrete groupings of data which are misperceived as being overlaid or overlapping due to the spatial limitations of a three-dimensional space.
Consider, for example, a group of clusters, each cluster visualized in the form of a circle defining a center and a fixed radius. Each cluster is located some distance from a common origin along a vector measured at a fixed angle from a common axis through the common origin. The radii and distances are independent variables relative to the other clusters and the radius is an independent variable relative to the common origin. In this example, each cluster represents a grouping of points corresponding to objects sharing a common set of traits. The radius of the cluster reflects the relative number of objects contained in the grouping. Clusters located along the same vector are similar in theme as are those clusters located on vectors having a small cosine rotation from each other. Thus, the angle relative to a common axis' distance from a common origin is an independent variable with a correlation between the distance and angle reflecting relative similarity of theme. Each radius is an independent variable representative of volume. When displayed, the overlaying or overlapping of clusters could mislead the viewer into perceiving data dependencies where there are none.
Therefore, there is a need for an approach to presenting arbitrarily dimensioned data in a finite-dimensioned display space while preserving independent data relationships. Preferably, such an approach would maintain size and placement relationships relative to a common identified reference point.
There is a further need for an approach to reorienting data clusters to properly visualize independent and dependent variables while preserving cluster radii and relative angles from a common axis drawn through a common origin.
The present invention provides a system and method for reorienting a data representation containing clusters while preserving independent variable geometric relationships. Each cluster is located along a vector defined at an angle θ from a common axis x. Each cluster has a radius r. The distance (magnitude) of the center ci of each cluster from a common origin and the radius r are independent variables relative to other clusters and the radius r of each cluster is an independent variable relative to the common origin. The clusters are selected in order of relative distance from the common origin and optionally checked for an overlap of bounding regions. Clusters having no overlapping regions are skipped. If the pair-wise span sij between the centers ci and cj of the clusters is less than the sum of the radii ri and rj, a new distance di for the cluster is determined by setting the pair-wise span sij equal to the sum of the radii ri and rj and solving the resulting quadratic equation for distance di. The operations are repeated for each pairing of clusters.
An embodiment provides a computer-implemented system and method for correcting a rendering of clusters. A pair of clusters is selected within a representation. A span between centers of the clusters is determined. Radii for each of the clusters in the pair is identified. The radii are summed and at least one of the clusters in the pair is moved within the representation when the span exceeds the sum.
Still other embodiments of the present invention will become readily apparent to those skilled in the art from the following detailed description, wherein is described embodiments of the invention by way of illustrating the best mode contemplated for carrying out the invention. As will be realized, the invention is capable of other and different embodiments and its several details are capable of modifications in various obvious respects, all without departing from the spirit and the scope of the present invention. Accordingly, the drawings and detailed description are to be regarded as illustrative in nature and not as restrictive.
Each cluster 17 represents a grouping of one or more points in a virtualized concept space, as further described below beginning with reference to
The cluster display system 11 includes four modules: sort 18, reorient 19, display and visualize 20, and, optionally, overlap check 21. The sort module 18 sorts a raw list of clusters 17 into either ascending (preferred) or descending order based on the relative distance of the center of each cluster from a common origin. The reorient module 19, as further described below with reference to
The individual computer systems, including cluster display system 11, are general purpose, programmed digital computing devices consisting of a central processing unit (CPU), random access memory (RAM), non-volatile secondary storage, such as a hard drive or CD ROM drive, network interfaces, and peripheral devices, including user interfacing means, such as a keyboard and display. Program code, including software programs, and data are loaded into the RAM for execution and processing by the CPU and results are generated for display, output, transmittal, or storage.
Each module is a computer program, procedure or module written as source code in a conventional programming language, such as the C++ programming language, and is presented for execution by the CPU as object or byte code, as is known in the art. The various implementations of the source code and object and byte codes can be held on a computer-readable storage medium or embodied on a transmission medium in a carrier wave. The cluster display system 11 operates in accordance with a sequence of process steps, as further described below with reference to
Each cluster 33-36 represents multi-dimensional data modeled in a three-dimensional display space. The data could be visualized data for a virtual semantic concept space, including semantic content extracted from a collection of documents represented by weighted clusters of concepts, such as described in commonly-assigned U.S. Pat. No. 6,978,274, issued Dec. 20, 2005, to Gallivan, the disclosure of which is incorporated by reference.
Referring back to
For each cluster 33-36 (shown in
Although the “exploded” data visualization view 71 preserves the relative pair-wise spans s 61-66 between each of the clusters 33-36, multiplying each distance d 56-59 by the same coefficient can result in a potentially distributed data representation requiring a large display space.
Next, the clusters 17 (shown in
Initially, a coefficient k is set to equal 1 (block 131). During cluster reorientation, the relative distances d of the centers c of each cluster 17 from the origin 32 is multiplied by the coefficient k. The clusters 17 are then processed in a pair of iterative loops as follows. During each iteration of an outer processing loop (blocks 132-146), beginning with the innermost cluster, each cluster 17, except for the first cluster, is selected and processed. During each iteration of the inner processing loop (blocks 135-145), each remaining cluster 17 is selected and reoriented, if necessary.
Thus, during the outer iterative loop (blocks 132-146), an initial Clusteri is selected (block 133) and the radius ri, center ci, angle θi, and distance di for the selected Clusteri are obtained (block 134). Next, during the inner iterative loop (blocks 135-145), another Clusterj (block 136) is selected and the radius rj, center cj, angle θj, and distance dj are obtained (block 137).
In a further embodiment, bounding regions are determined for Clusteri and Clusterj and the bounding regions are checked for overlap (block 138), as further described below with reference to
Next, the distance di of the cluster being compared, Clusteri, is multiplied by the coefficient k (block 139) to establish an initial new distance d′i, for Clusteri. A new center ci is determined (block 140). The span sij between the two clusters, Clusteri and Clusterj, is set to equal the absolute distance between center ci plus center cj. If the pair-wise span sij is less than the sum of radius ri and radius rj for Clusteri and Clusterj, respectively (block 143), a new distance di for Clusteri is calculated (block 144), as further described below with reference to
Thus, the sum of the radii (ri+rj)2 is set to equal the square of the distance dj plus the square of the distance di minus the product of the 2 times the distance dj times the distance di times cos θ (block 171), as expressed by equation (1):
(ri+rj)2=di2+dj2−2·didj cos θ (1)
The distance di can be calculated by solving a quadratic equation (5) (block 172), derived from equation (1) as follows:
In the described embodiment, the ‘±’ operation is simplified to a ‘+’ operation, as the distance di is always increased.
Finally, the coefficient k, used for determining the relative distances d from the centers c of each cluster 17 (block 139 in
The routine then returns.
In a further embodiment, the coefficient k is set to equal 1 if there is no overlap between any clusters, as expressed by equation (7):
where di and di-1 are the distances from the common origin ri and ri-1 and are the radii of clusters i and i−1, respectively. If the ratio of the sum of the distance plus the radius of the further cluster i−1 over the difference of the distance less the radius of the closer cluster i is greater than 1, the two clusters do not overlap and the distance di of the further cluster need not be adjusted.
Thus, the bounding region of a first Clusteri is determined (block 201) and the bounding region of a second Clusterj is determined (block 202). If the respective bounding regions do not overlap (block 203), the second Clusterj is skipped (block 204) and not reoriented. The routine then returns.
As described above, with reference to
Where each cluster 213-216 is not in the shape of a circle, a segment is measured in lieu of the radius. Each segment is measured from the center of mass 217-220 to a point along a span drawn between the centers of mass for each pair of clusters 213-216. The point is the point closest to each other cluster along the edge of each cluster. Each cluster 213-216 is reoriented along the vector such that the edges of each cluster 213-216 do not overlap.
While the invention has been particularly shown and described as referenced to the embodiments thereof, those skilled in the art will understand that the foregoing and other changes in form and detail may be made therein without departing from the spirit and scope of the invention.
This patent application is a continuation of commonly-assigned U.S. patent application Ser. No. 13/112,928, filed May 20, 2011, pending; which is a continuation of U.S. Pat. No. 7,948,491, issued May 24, 2011; which is a continuation of U.S. Pat. No. 7,352,371, issued Apr. 1, 2008; which is a continuation of U.S. Pat. No. 7,196,705, issued Mar. 27, 2007; which is a continuation of U.S. Pat. No. 6,888,548, issued May 3, 2005, the priority dates of which are claimed and the disclosures of which are incorporated by reference.
Number | Date | Country | |
---|---|---|---|
Parent | 13112928 | May 2011 | US |
Child | 14108267 | US | |
Parent | 12060005 | Mar 2008 | US |
Child | 13112928 | US | |
Parent | 11728636 | Mar 2007 | US |
Child | 12060005 | US | |
Parent | 11110452 | Apr 2005 | US |
Child | 11728636 | US | |
Parent | 09944475 | Aug 2001 | US |
Child | 11110452 | US |