English

Bridging Graph Drawing and Dimensionality Reduction with Stochastic Stress Optimization

Machine Learning 2026-05-04 v1

Abstract

Both Dimensionality Reduction (DR) and Graph Drawing (GD) aim to visualize abstract, non-linear structures, yet rely on different optimization paradigms. This contrast is evident in Multidimensional Scaling (MDS), which typically depends on the SMACOF algorithm despite graph drawing results showing that simpler stochastic optimization schemes can be more effective for the same objective. We bridge these domains by adapting Stochastic Gradient Descent (SGD) techniques from graph drawing to vector data embedding. We present a scikit-learn compatible estimator that minimizes global stress through local pairwise updates, improving upon the existing implementation. Experiments on standard high-dimensional benchmarks show that our stochastic solver converges substantially faster than SMACOF while achieving comparable or lower stress.

Keywords

Cite

@article{arxiv.2605.00641,
  title  = {Bridging Graph Drawing and Dimensionality Reduction with Stochastic Stress Optimization},
  author = {Daniel Hangan and Stephen Kobourov and Jacob Miller},
  journal= {arXiv preprint arXiv:2605.00641},
  year   = {2026}
}

Comments

To appear in GDxDR workshop 2026

R2 v1 2026-07-01T12:45:12.379Z