相关实验视频
Updated: Jul 24, 2025

11:41
Rapid Analysis and Exploration of Fluorescence Microscopy Images
Published on: March 19, 2014
12.4K
调查差异化私有散布图的视觉实用性
概括
这项研究为可视化从业者提供了对差异私有散射图平衡参数的指导. 专家评估了1200个地块,以优化视觉效用和数据隐私.
科学领域:
- 数据可视化 数据可视化
- 信息 隐私 信息 隐私 信息
- 计算机科学 计算机科学
背景情况:
- 实践者越来越多地处理敏感数据,需要安全共享的方法.
- 不同的隐私提供了一个强大的框架来保护个人数据,同时实现分析.
- 不同的私有散布图是共享聚合,匿名数据的关键可视化工具.
研究的目的:
- 解决缺少关于选择差异私有散射图参数的指导.
- 为处理敏感数据的可视化从业者提供实用建议.
- 建立在差别私有可视化中视觉实用性的基准.
主要方法:
- 专家们评估了1200个不同的私有散布图,这些图用各种参数设置生成.
- 视觉效用是根据个人数据中识别聚合模式的能力来评估的.
- 自动化实用性指标与专家评估的视觉实用性进行了对比.
主要成果:
- 将专家的发现综合成用户友好的指南,用于私人散射图中的参数选择.
- 确定了多尺度结构相似性 (MS-SSIM) 作为与视觉实用性最相关的指标.
- 证明了MS-SSIM在优化差别私密可视化参数选择方面的有效性.
结论:
- 该研究为平衡数据可视化中的隐私和实用性提供了必要的指导.
- 建议使实践者能够创建有效和保护隐私的分散图.
- MS-SSIM 作为一个有价值的工具,用于自动化和提高私人可视化的质量.
相关概念视频
Scatter Plot
7.1K
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.1K
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
Boxplot
8.5K
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.5K
Interpreting R Charts
86
R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
86
Residual Plots
4.7K
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.7K
Wilcoxon Signed-Ranks Test for Median of Single Population
172
The Wilcoxon signed-rank test for the median of a single population is a nonparametric test used to evaluate whether the median of a population differs from a specified value. Unlike parametric tests, it does not require data to follow a normal distribution, making it suitable for non-normal or small samples. The test begins by calculating the difference (d) between each observation and the hypothesized median. The absolute values of these differences are ranked in ascending order, with ties...
172

