Related Experiment Video
Updated: Jul 17, 2025

05:12
ExCYT: A Graphical User Interface for Streamlining Analysis of High-Dimensional Cytometry Data
Published on: January 16, 2019
11.5K
A Grid-Based Method for Removing Overlaps of Dimensionality Reduction Scatterplot Layouts
IEEE Transactions on Visualization and Computer Graphics
|August 30, 2023
Summary
Dimensionality Reduction (DR) scatterplots often have overlapping data points. Our new Distance Grid (DGrid) method effectively removes these overlaps while preserving the original data layout and glyph readability.
Area of Science:
- Data Visualization
- Information Visualization
- Computer Graphics
Background:
- Dimensionality Reduction (DR) scatterplots are widely used for multidimensional data analysis.
- Occlusion in DR scatterplots, especially with informative glyphs, hinders data interpretation.
- Existing overlap removal methods often compromise layout integrity or glyph visibility.
Purpose of the Study:
- To introduce Distance Grid (DGrid), a novel post-processing strategy for overlap removal in DR scatterplots.
- To address the limitations of current methods that distort layouts or reduce glyph sizes.
- To preserve original scatterplot characteristics and ensure glyph readability.
Main Methods:
- Developed Distance Grid (DGrid) as a post-processing technique for DR scatterplot layouts.
- Implemented DGrid to remove glyph overlaps while maintaining layout fidelity.
- Conducted extensive comparative evaluations and a user study to assess performance.
Main Results:
- DGrid significantly outperforms state-of-the-art methods in overlap removal across multiple metrics.
- DGrid demonstrates superior speed, particularly for large datasets.
- User studies confirm DGrid's effectiveness in preserving visual characteristics and aesthetics.
Conclusions:
- DGrid offers an effective and efficient solution for overlap removal in DR scatterplots.
- The method successfully balances overlap elimination with the preservation of data structure and visual quality.
- DGrid represents a significant advancement in the visualization of high-dimensional data.
Related Concept Videos
Scatter Plot
7.0K
The most common and easiest way to display the relationship between two variables, x and y, is a scatter plot. A scatter plot shows the direction of a relationship between the variables. A clear direction happens when there is either:
7.0K
Modified Boxplots
9.8K
A standard box and whisker plot informs us about the spread of the data in a given sample. One can identify the minimum value, maximum value, first quartile value, second quartile or median value, and third quartile.
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
However, the box plot does not tell the reader about outliers - values that lie far from the center of the data. We can modify the standard box and whisker plot to identify the outliers and visualize the actual spread of the data in a sample.
Initially, we calculate the adjusted...
9.8K
Residual Plots
4.6K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
When the residual values are plotted against the variable x, it is called a residual...
4.6K
Plotting of Topographic Maps
61
Topographic maps represent the Earth's surface features using contour lines, which connect points of equal elevation to create a two-dimensional representation of three-dimensional terrain. Creating a topographic map requires a systematic approach.Begin by plotting a scaled grid and marking intersections corresponding to the survey's elevation data points. Assign elevation values at these intersections to build the base map. Next, determine contour levels using a consistent contour interval,...
61
Relative Frequency Histogram
5.5K
The relative frequency depicts the proportion of data points that have each value. The frequency tells the number of data points that have each value. Like the histogram, a relative frequency histogram also has the same shape with a horizontal scale (the x-axis), but the vertical scale (the y-axis) is marked with relative frequencies (percentages of the whole) instead of actual frequencies. A relative frequency histogram is a graphical representation of a frequency distribution where the...
5.5K
Boxplot
8.4K
Box plots (also called box-and-whisker plots or box-whisker plots) give an excellent graphical image of the concentration of the data. They also show how far the extreme values are from most data. A box plot is constructed from five values: the minimum value, the first quartile, the median, the third quartile, and the maximum value. We use these values to compare how close other data values are to them. To construct a box plot, use a horizontal or vertical number line and a rectangular box. The...
8.4K

