Facilitate the Parametric Dimension Reduction by Gradient Clipping
Chien-Hsun Lai, Yu-Shuen Wang

TL;DR
This paper introduces a parametric t-SNE method using neural networks with gradient clipping to prevent exploding gradients, enabling efficient, generalizable dimension reduction suitable for streaming data.
Contribution
It presents a novel gradient clipping approach to successfully train neural networks for parametric t-SNE, extending it to other methods like LargeVis and UMAP.
Findings
Achieves embedding quality comparable to non-parametric t-SNE.
Enables efficient handling of streaming data with neural network-based embeddings.
Demonstrates the feasibility of parametric extensions for state-of-the-art methods.
Abstract
We extend a well-known dimension reduction method, t-distributed stochastic neighbor embedding (t-SNE), from non-parametric to parametric by training neural networks. The main advantage of a parametric technique is the generalization of handling new data, which is particularly beneficial for streaming data exploration. However, training a neural network to optimize the t-SNE objective function frequently fails. Previous methods overcome this problem by pre-training and then fine-tuning the network. We found that the training failure comes from the gradient exploding problem, which occurs when data points distant in high-dimensional space are projected to nearby embedding positions. Accordingly, we applied the gradient clipping method to solve the problem. Since the networks are trained by directly optimizing the t-SNE objective function, our method achieves an embedding quality that is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Human Pose and Action Recognition · Anomaly Detection Techniques and Applications
MethodsGradient Clipping
