Skip to main content

Showing 1–10 of 10 results for author: Ghysels, P

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

    eess.SY cs.LG

    Physics-Informed Heterogeneous Graph Neural Networks for DC Blocker Placement

    Authors: Hongwei **, Prasanna Balaprakash, Allen Zou, Pieter Ghysels, Aditi S. Krishnapriyan, Adam Mate, Arthur Barnes, Russell Bent

    Abstract: The threat of geomagnetic disturbances (GMDs) to the reliable operation of the bulk energy system has spurred the development of effective strategies for mitigating their impacts. One such approach involves placing transformer neutral blocking devices, which interrupt the path of geomagnetically induced currents (GICs) to limit their impact. The high cost of these devices and the sparsity of trans… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

    Comments: Paper is accepted by PSCC 2024

  2. arXiv:2110.08614  [pdf, other

    cs.LG

    Deep Learning and Spectral Embedding for Graph Partitioning

    Authors: Alice Gatti, Zhixiong Hu, Tess Smidt, Esmond G. Ng, Pieter Ghysels

    Abstract: We present a graph bisection and partitioning algorithm based on graph neural networks. For each node in the graph, the network outputs probabilities for each of the partitions. The graph neural network consists of two modules: an embedding phase and a partitioning phase. The embedding phase is trained first by minimizing a loss function inspired by spectral graph theory. The partitioning module i… ▽ More

    Submitted 8 December, 2021; v1 submitted 16 October, 2021; originally announced October 2021.

  3. arXiv:2104.03546  [pdf, other

    cs.LG

    Graph Partitioning and Sparse Matrix Ordering using Reinforcement Learning and Graph Neural Networks

    Authors: Alice Gatti, Zhixiong Hu, Tess Smidt, Esmond G. Ng, Pieter Ghysels

    Abstract: We present a novel method for graph partitioning, based on reinforcement learning and graph convolutional neural networks. Our approach is to recursively partition coarser representations of a given graph. The neural network is implemented using SAGE graph convolution layers, and trained using an advantage actor critic (A2C) agent. We present two variants, one for finding an edge separator that mi… ▽ More

    Submitted 28 June, 2021; v1 submitted 8 April, 2021; originally announced April 2021.

  4. Sparse Approximate Multifrontal Factorization with Butterfly Compression for High Frequency Wave Equations

    Authors: Yang Liu, Pieter Ghysels, Lisa Claus, Xiaoye Sherry Li

    Abstract: We present a fast and approximate multifrontal solver for large-scale sparse linear systems arising from finite-difference, finite-volume or finite-element discretization of high-frequency wave equations. The proposed solver leverages the butterfly algorithm and its hierarchical matrix extension for compressing and factorizing large frontal matrices via graph-distance guided entry evaluation or ra… ▽ More

    Submitted 18 October, 2021; v1 submitted 30 June, 2020; originally announced July 2020.

    MSC Class: 15A23; 65F50; 65R10; 65R20

    Journal ref: SIAM Journal on Scientific Computing. 2021(0):S367-91

  5. arXiv:2002.03400  [pdf, other

    math.NA cs.MS

    Butterfly factorization via randomized matrix-vector multiplications

    Authors: Yang Liu, Xin Xing, Han Guo, Eric Michielssen, Pieter Ghysels, Xiaoye Sherry Li

    Abstract: This paper presents an adaptive randomized algorithm for computing the butterfly factorization of a $m\times n$ matrix with $m\approx n$ provided that both the matrix and its transpose can be rapidly applied to arbitrary vectors. The resulting factorization is composed of $O(\log n)$ sparse factors, each containing $O(n)$ nonzero entries. The factorization can be attained using $O(n^{3/2}\log n)$… ▽ More

    Submitted 9 February, 2020; originally announced February 2020.

  6. arXiv:1905.06850  [pdf, other

    cs.DC

    Improving strong scaling of the Conjugate Gradient method for solving large linear systems using global reduction pipelining

    Authors: Siegfried Cools, Jeffrey Cornelis, Pieter Ghysels, Wim Vanroose

    Abstract: This paper presents performance results comparing MPI-based implementations of the popular Conjugate Gradient (CG) method and several of its communication hiding (or 'pipelined') variants. Pipelined CG methods are designed to efficiently solve SPD linear systems on massively parallel distributed memory hardware, and typically display significantly improved strong scaling compared to classic CG. Th… ▽ More

    Submitted 15 May, 2019; originally announced May 2019.

    Comments: EuroMPI 2019, 10 - 13 September 2019, ETH Zurich, Switzerland, 11 pages, 4 figures, 1 table. arXiv admin note: substantial text overlap with arXiv:1902.03100

    MSC Class: 65F10; 65N12; 65G50; 65Y05; 65N22

  7. arXiv:1810.04125  [pdf, other

    math.NA cs.MS

    Matrix-free construction of HSS representation using adaptive randomized sampling

    Authors: Christopher Gorman, Gustavo Chávez, Pieter Ghysels, Théo Mary, François-Henry Rouet, Xiaoye Sherry Li

    Abstract: We present new algorithms for the randomized construction of hierarchically semi-separable matrices, addressing several practical issues. The HSS construction algorithms use a partially matrix-free, adaptive randomized projection scheme to determine the maximum off-diagonal block rank. We develop both relative and absolute stop** criteria to determine the minimum dimension of the random projecti… ▽ More

    Submitted 11 October, 2018; v1 submitted 9 October, 2018; originally announced October 2018.

    Comments: 24 pages, 4 figures, 20 references

  8. arXiv:1803.10274  [pdf, other

    cs.LG stat.ML

    A Study of Clustering Techniques and Hierarchical Matrix Formats for Kernel Ridge Regression

    Authors: Elizaveta Rebrova, Gustavo Chavez, Yang Liu, Pieter Ghysels, Xiaoye Sherry Li

    Abstract: We present memory-efficient and scalable algorithms for kernel methods used in machine learning. Using hierarchical matrix approximations for the kernel matrix the memory requirements, the number of floating point operations, and the execution time are drastically reduced compared to standard dense linear algebra routines. We consider both the general $\mathcal{H}$ matrix hierarchical format as we… ▽ More

    Submitted 27 March, 2018; originally announced March 2018.

    Comments: 10 pages, 8 figures

    Journal ref: IPDPS workshops 2018

  9. arXiv:1503.05464  [pdf, ps, other

    cs.MS

    A distributed-memory package for dense Hierarchically Semi-Separable matrix computations using randomization

    Authors: François-Henry Rouet, Xiaoye S. Li, Pieter Ghysels, Artem Napov

    Abstract: We present a distributed-memory library for computations with dense structured matrices. A matrix is considered structured if its off-diagonal blocks can be approximated by a rank-deficient matrix with low numerical rank. Here, we use Hierarchically Semi-Separable representations (HSS). Such matrices appear in many applications, e.g., finite element methods, boundary element methods, etc. Exploiti… ▽ More

    Submitted 26 June, 2015; v1 submitted 18 March, 2015; originally announced March 2015.

  10. arXiv:1502.07405  [pdf, ps, other

    cs.MS

    An efficient multi-core implementation of a novel HSS-structured multifrontal solver using randomized sampling

    Authors: Pieter Ghysels, Xiaoye S. Li, Francois-Henry Rouet, Samuel Williams, Artem Napov

    Abstract: We present a sparse linear system solver that is based on a multifrontal variant of Gaussian elimination, and exploits low-rank approximation of the resulting dense frontal matrices. We use hierarchically semiseparable (HSS) matrices, which have low-rank off-diagonal blocks, to approximate the frontal matrices. For HSS matrix construction, a randomized sampling algorithm is used together with inte… ▽ More

    Submitted 25 February, 2015; originally announced February 2015.