visual clustering in parallel coordinates author: hongzhou,xiaoru yuan, huamin qu, weiwei cui,...

15
Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Upload: debra-harrell

Post on 19-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Visual Clustering in Parallel Coordinates

Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen

Presenter: Yingyu Wu

Page 2: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Problem

•The effectiveness of parallel coordinates on large data is reduced by edge clutter. Most of the existing clutter reduction efforts are mainly data centric, data are clustered before they are plotted. Many methods have been proposed, while most of them are only good for certain kinds of data.

Page 3: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Contribution

•Visual Clustering Algorithm•Energy function•Color and Opacity Enhancement

Page 4: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Visual Clustering Algorithm• Modeling the parallel coordinates as system with force

interaction between lines, where the force is defined towards reducing visual interference between edges.

• Allowing edges to be curved and their shapes to be adjustable, visual clutter can be reduced.

• The status of the system can be described as the energy level of the whole system.

• After computing the system status with minimized energy, the optimized configuration of parallel coordinates can be obtained.

Page 5: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Energy function

The total energy of edges can be divided into two major terms.

Ecurvature and Egravitation are energy terms and correspond to visual clustering effect that we want to achieve through energy minimization.

Page 6: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Curvature Energy Term(bending of each line)

With these control points, the corresponding curvecan be drawn by using any well-known curve. We canchange the curve shape by moving the control pointsup and down.The more bending the curve, the larger the curvature, and the longer distance between Pij’ and Pij, the higherEnergy contribution.

Page 7: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Gravitation Energy Term(interactions of

line pairs)

To minimize excessive intersections between lines, it is desirable to have neighboring lines as parallel as possible and parallel lines pulled as close to each other as possible.

Fij is the force computed based on the initial state of the neighboring edge arrangement. Eij is defined to keep the relative vertical order of control point ij for non-intersecting edges.

Page 8: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Force Fij• For each control point ij, the force Fij is computed as the

summation of its interactions with all the neighboring edges.

li,lk are the two lines forming a neighboring pair, li represents the line to which the candidate control point ij belongs.The force of each line pair at the jth sampling point is:

Page 9: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Pij is the jth sampling point of line i. This term intends to pull all line pairs as close to each other as possible, as parallel to each other as possible. qa, qd control the influence of ali,lk and D(li, lik) respectively.

Page 10: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Effect of energy term on visual clustering

Page 11: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Color and Opacity Enhancement•Applying alpha blending to parallel

coordinates drawings can highlight different aspects of the data. To further improve, the opacity and color are according to local density of the lines.

Page 12: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

• The line density is computed using a histogram method. Each vertical column of the control points is first divided into a number of bins. The number of bins depends on the total number of lines.

• The number of each points in each bin is then normalized to approximate the bin density.

• The density value of a given control point is the convolution of the three bin densities with a Gaussian function based on the distance between the bin’s center and the control point.

• The value of all control points of a line is then used to represent the density of the line.

Page 13: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Experimental Results

Page 14: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu
Page 15: Visual Clustering in Parallel Coordinates Author: HongZhou,Xiaoru Yuan, Huamin Qu, Weiwei Cui, Baoquan Chen Presenter: Yingyu Wu

Thanks