Skip to content

Commit a6976a5

Browse files
committed
update readme
1 parent 1722cce commit a6976a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Joint t-sne
2-
This is the implementation for paper [Joint t-SNE for Comparable Projections of Multiple High-Dimensional Datasets]([ddd](http://www.yunhaiwang.net/Vis2021/joint-tsne)).
2+
This is the implementation for paper [Joint t-SNE for Comparable Projections of Multiple High-Dimensional Datasets](http://www.yunhaiwang.net/Vis2021/joint-tsne).
33

44
## abstract:
55
We present Joint t-Stochastic Neighbor Embedding (Joint t-SNE), a technique to generate comparable projections of multiple high-dimensional datasets. Although t-SNE has been widely employed to visualize high-dimensional datasets from various domains, it is limited to projecting a single dataset. When a series of high-dimensional datasets, such as datasets changing over time, is projected independently using t-SNE, misaligned layouts are obtained. Even items with identical features across datasets are projected to different locations, making the technique unsuitable for comparison tasks. To tackle this problem, we introduce edge similarity, which captures the similarities between two adjacent time frames based on the Graphlet Frequency Distribution (GFD). We then integrate a novel loss term into the t-SNE loss function, which we call vector constraints, to preserve the vectors between projected points across the projections, allowing these points to serve as visual landmarks for direct comparisons between projections. Using synthetic datasets whose ground-truth structures are known, we show that Joint t-SNE outperforms existing techniques, including Dynamic t-SNE, in terms of local coherence error, Kullback-Leibler divergence, and neighborhood preservation. We also showcase a real-world use case to visualize and compare the activation of different layers of a neural network.

0 commit comments

Comments
 (0)