Skip to main content

Showing 1–9 of 9 results for author: Nigmetov, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2410.16553  [pdf, other

    cs.CG

    Distributed Computation of Persistent Cohomology

    Authors: Arnur Nigmetov, Dmitriy Morozov

    Abstract: Persistent (co)homology is a central construction in topological data analysis, where it is used to quantify prominence of features in data to produce stable descriptors suitable for downstream analysis. Persistence is challenging to compute in parallel because it relies on global connectivity of the data. We propose a new algorithm to compute persistent cohomology in the distributed setting. It c… ▽ More

    Submitted 21 October, 2024; originally announced October 2024.

    Comments: 11 pages, 16 figures

    MSC Class: 55N31

  2. arXiv:2404.03591  [pdf, other

    cs.DC

    Wilkins: HPC In Situ Workflows Made Easy

    Authors: Orcun Yildiz, Dmitriy Morozov, Arnur Nigmetov, Bogdan Nicolae, Tom Peterka

    Abstract: In situ approaches can accelerate the pace of scientific discoveries by allowing scientists to perform data analysis at simulation time. Current in situ workflow systems, however, face challenges in handling the growing complexity and diverse computational requirements of scientific tasks. In this work, we present Wilkins, an in situ workflow system that is designed for ease-of-use while providing… ▽ More

    Submitted 4 April, 2024; originally announced April 2024.

  3. arXiv:2310.01698  [pdf, other

    cs.LG stat.ML

    Robustifying State-space Models for Long Sequences via Approximate Diagonalization

    Authors: Annan Yu, Arnur Nigmetov, Dmitriy Morozov, Michael W. Mahoney, N. Benjamin Erichson

    Abstract: State-space models (SSMs) have recently emerged as a framework for learning long-range sequence tasks. An example is the structured state-space sequence (S4) layer, which uses the diagonal-plus-low-rank structure of the HiPPO initialization framework. However, the complicated structure of the S4 layer poses challenges; and, in an effort to address these challenges, models such as S4D and S5 have c… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

  4. arXiv:2301.10838  [pdf, other

    cs.CG

    Fast Merge Tree Computation via SYCL

    Authors: Arnur Nigmetov, Dmitriy Morozov

    Abstract: A merge tree is a topological descriptor of a real-valued function. Merge trees are used in visualization and topological data analysis, either directly or as a means to another end: computing a 0-dimensional persistence diagram, identifying connected components, performing topological simplification, etc. Scientific computing relies more and more on GPUs to achieve fast, scalable computation. F… ▽ More

    Submitted 27 January, 2023; v1 submitted 25 January, 2023; originally announced January 2023.

    Comments: Topological Data Analysis and Visualization (TopoInVis) 2022 v2 -- corrected Acknowledgements

  5. arXiv:2203.16748  [pdf, other

    cs.CG math.AT math.OC

    Topological Optimization with Big Steps

    Authors: Arnur Nigmetov, Dmitriy Morozov

    Abstract: Using persistent homology to guide optimization has emerged as a novel application of topological data analysis. Existing methods treat persistence calculation as a black box and backpropagate gradients only onto the simplices involved in particular pairs. We show how the cycles and chains used in the persistence calculation can be used to prescribe gradients to larger subsets of the domain. In pa… ▽ More

    Submitted 2 November, 2023; v1 submitted 30 March, 2022; originally announced March 2022.

    Comments: 26 pages, 29 figures. Updated version (section on consistency of critical sets, more experiments) accepted to DCG

  6. arXiv:2011.05290  [pdf, other

    cs.LG math.AT

    Topological Regularization via Persistence-Sensitive Optimization

    Authors: Arnur Nigmetov, Aditi S. Krishnapriyan, Nicole Sanderson, Dmitriy Morozov

    Abstract: Optimization, a key tool in machine learning and statistics, relies on regularization to reduce overfitting. Traditional regularization methods control a norm of the solution to ensure its smoothness. Recently, topological methods have emerged as a way to provide a more precise and expressive control over the solution, relying on persistent homology to quantify and reduce its roughness. All such e… ▽ More

    Submitted 10 November, 2020; originally announced November 2020.

    Comments: The first two authors contributed equally to this work

  7. arXiv:1912.05826  [pdf, other

    cs.CG

    Efficient Approximation of the Matching Distance for 2-parameter persistence

    Authors: Michael Kerber, Arnur Nigmetov

    Abstract: The matching distance is a computationally tractable topological measure to compare multi-filtered simplicial complexes. We design efficient algorithms for approximating the matching distance of two bi-filtered complexes to any desired precision $ε>0$. Our approach is based on a quad-tree refinement strategy introduced by Biasotti et al., but we recast their approach entirely in geometric terms. T… ▽ More

    Submitted 31 March, 2020; v1 submitted 12 December, 2019; originally announced December 2019.

    Comments: 22 pages, 13 figures. Full version of SoCG 2020 paper. Added appendix on k-critical case

    MSC Class: 68U05

  8. arXiv:1901.08805  [pdf, other

    cs.CG

    Metric Spaces with Expensive Distances

    Authors: Michael Kerber, Arnur Nigmetov

    Abstract: In algorithms for finite metric spaces, it is common to assume that the distance between two points can be computed in constant time, and complexity bounds are expressed only in terms of the number of points of the metric space. We introduce a different model where we assume that the computation of a single distance is an expensive operation and consequently, the goal is to minimize the number of… ▽ More

    Submitted 25 January, 2019; originally announced January 2019.

    Comments: 14 pages, 10 figures

  9. arXiv:1606.03357  [pdf, other

    cs.CG

    Geometry Helps to Compare Persistence Diagrams

    Authors: Michael Kerber, Dmitriy Morozov, Arnur Nigmetov

    Abstract: Exploiting geometric structure to improve the asymptotic complexity of discrete assignment problems is a well-studied subject. In contrast, the practical advantages of using geometry for such problems have not been explored. We implement geometric variants of the Hopcroft--Karp algorithm for bottleneck matching (based on previous work by Efrat el al.) and of the auction algorithm by Bertsekas for… ▽ More

    Submitted 10 June, 2016; originally announced June 2016.

    Comments: 20 pages, 10 figures; extended version of paper published in ALENEX 2016

    ACM Class: G.4; G.2.2