paper-with-me

홈 › Papers

Self-Supervised Learning for Sparse Matrix Reordering

2026-05-17 · Ziwei Li, Tao Yuan, Fangfang Liu, Shuzi Niu, Huiyuan Li, Wenjia Wu arxiv

Rearranging the rows or columns of a sparse matrix using an appropriate ordering can significantly reduce fill-ins, i.e., new nonzeros introduced during matrix factorization, decreasing memory usage and runtime. However, finding an ordering that minimizes fill-ins is NP-complete. Existing approaches, including graph-theoretic and deep learning methods, rely on surrogate objectives without theoretical guarantees. The Fill-Path Theorem reveals a direct and intrinsic relationship between fill-in generation and the sparse structure of the matrix as path triplet inequalities. Here we first employ a multigrid graph network to capture structural information for each vertex. We then derive a triplet sampling strategy based on inequalities. Finally, we introduce an end-max chain loss function to reduce the number of triplets whose predicted scores satisfy these inequalities. Experimental evaluations on the publicly available SuiteSparse matrix collection demonstrate the superiority of the proposed method in terms of both fill-in reduction and speedup in LU factorization time.

📄 PDF Abstract BibTeX arXiv:2605.17403

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Bridging the Gap between Sparse Matrix Reordering and Factorization: A Deep Learning Framework for Fill-in Reduction

2026-05-17 · Ziwei Li, Tao Yuan, Shuzi Niu, Huiyuan Li arxiv

Sparse matrix reordering can significantly reduce the fill-in during matrix factorization, thereby decreasing the computational and storage requirements in sparse matrix computations. Finding a minimal fill-in ordering i…

Factorization-in-Loop: Proximal Fill-in Minimization for Sparse Matrix Reordering

2025-11-12 · Ziwei Li, Shuzi Niu, Tao Yuan, Huiyuan Li 외 arxiv

Fill-ins are new nonzero elements in the summation of the upper and lower triangular factors generated during LU factorization. For large sparse matrices, they will increase the memory usage and computational time, and b…

Alpha Elimination: Using Deep Reinforcement Learning to Reduce Fill-In during Sparse Matrix Decomposition

2023-10-15 · Arpan Dasgupta, Pawan Kumar

A large number of computational and scientific methods commonly require decomposing a sparse matrix into triangular factors as LU decomposition. A common problem faced during this decomposition is that even though the gi…

Decision MakingDeep Reinforcement Learning

A Nonlinear Hash-based Optimization Method for SpMV on GPUs

2025-04-11 · Chen Yan, Boyu Diao, Hangda Liu, Zhulin An 외

Sparse matrix-vector multiplication (SpMV) is a fundamental operation with a wide range of applications in scientific computing and artificial intelligence. However, the large scale and sparsity of sparse matrix often ma…

Deep Two-Way Matrix Reordering for Relational Data Analysis

2021-03-26 · Chihiro Watanabe, Taiji Suzuki

Matrix reordering is a task to permute the rows and columns of a given observed matrix such that the resulting reordered matrix shows meaningful or interpretable structural patterns. Most existing matrix reordering techn…

Vocal Bursts Valence Prediction