paper-with-me

Papers

Polygonal network disorder and the turning distance

2025-03-09 · Alex Dolce, Ryan Lavelle, Bernard Scott, Ashlyn Urbanski, Joseph Klobusicky

The turning distance is an efficient metric for measuring the similarity between two polygons. This metric is constructed by taking an $L^p$ distance between step functions which track each shape's tangent angle of a path tracing its boundary. For $p = 2$, computing the turning distance between two polygons with $n$ and $m$ sides takes $O(mn \log(m+n))$ time. In this study, we introduce turning disorders for polygonal planar networks, defined by averaging turning distances between network faces and "ordered" shapes (regular polygons or circles). The run time for computing turning distances reduces to $O(m+n) \log(m+n)$ when both shapes are ordered. We also derive closed-form expressions of turning distances for special classes of regular polygons, related to the divisibility of $m$ and $n$, and also between regular polygons and circles. We apply these formulas to several examples of network microstructure with varying disorder. For Archimedean lattices, a class of regular tilings, we can express turning disorders with exact expressions. We also consider turning disorders applied to two examples of stochastic processes on networks: spring networks evolving under T1 moves and polygonal rupture processes. We find that the two aspects of defining different turning disorders, the choice of ordered shape and whether to apply area-weighting, can capture different notions of network disorder.

📄 PDF Abstract BibTeX arXiv:2503.06415

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Random Projections and Sampling Algorithms for Clustering of High-Dimensional Polygonal Curves

2019-07-16 · NeurIPS 2019 12 · Stefan Meintrup, Alexander Munteanu, Dennis Rohde

We study the $k$-median clustering problem for high-dimensional polygonal curves with finite but unbounded number of vertices. We tackle the computational issue that arises from the high number of dimensions by defining …

Clustering

Similarity of Polygonal Curves in the Presence of Outliers

2012-12-07 · Jean-Lou De Carufel, Amin Gheibi, Anil Maheshwari, Jörg-Rüdiger Sack 외

The Fr\'{e}chet distance is a well studied and commonly used measure to capture the similarity of polygonal curves. Unfortunately, it exhibits a high sensitivity to the presence of outliers. Since the presence of outlier…

GPU-Accelerated Polygonal Signed Distance Functions for Real-Time Collision Avoidance

2026-07-05 · Taekwon Ga, Jongeun Choi arxiv

Optimization-based local planning and control require high-rate collision-avoidance constraint evaluation over a prediction horizon. In obstacle-dense environments, where feasible space is limited and the constraints bec…

Computational EfficiencyCollision Avoidance

A Fast Unsupervised Scheme for Polygonal Approximation

2025-06-05 · Bimal Kumar Ray

This paper proposes a fast and unsupervised scheme for a polygonal approximation of a closed digital curve. It is demonstrated that the approximation scheme is faster than state-of-the-art approximation and is competitiv…

Approximating $(k,\ell)$-center clustering for curves

2018-07-20 · Buchin Kevin, Driemel Anne, Gudmundsson Joachim, Horton Michael 외

The Euclidean $k$-center problem is a classical problem that has been extensively studied in computer science. Given a set $\mathcal{G}$ of $n$ points in Euclidean space, the problem is to determine a set $\mathcal{C}$ o…

Clustering