paper-with-me

Papers

Efficient Contraction of Large Tensor Networks for Weighted Model Counting through Graph Decompositions

2019-08-12 · Jeffrey M. Dudek, Leonardo Dueñas-Osorio, Moshe Y. Vardi

Constrained counting is a fundamental problem in artificial intelligence. A promising new algebraic approach to constrained counting makes use of tensor networks, following a reduction from constrained counting to the problem of tensor-network contraction. Contracting a tensor network efficiently requires determining an efficient order to contract the tensors inside the network, which is itself a difficult problem. In this work, we apply graph decompositions to find contraction orders for tensor networks. We prove that finding an efficient contraction order for a tensor network is equivalent to the well-known problem of finding an optimal carving decomposition. Thus memory-optimal contraction orders for planar tensor networks can be found in cubic time. We show that tree decompositions can be used both to find carving decompositions and to factor tensor networks with high-rank, structured tensors. We implement these algorithms on top of state-of-the-art solvers for tree decompositions and show empirically that the resulting weighted model counter is quite effective and useful as part of a portfolio of counters.

📄 PDF Abstract BibTeX arXiv:1908.04381

Code (1)

vardigroup/TensorOrder 공식 구현 tf

Tasks

Tensor Networks

Similar Papers 제목 키워드 기반

Large deformation diffeomorphic cardiac strain mapping

2025-04-04 · Beatrice Moscoloni, Patrick Segers, Mathias Peirlinck

Cardiac deformation is a crucial biomarker for the evaluation of cardiac function. Current methods for estimating cardiac strain might underestimate local deformation due to through-plane motion and segmental averaging. …

Tensor Contraction Layers for Parsimonious Deep Nets

2017-06-01 · Jean Kossaifi, Aran Khanna, Zachary C. Lipton, Tommaso Furlanello 외

Tensors offer a natural representation for many kinds of data frequently encountered in machine learning. Images, for example, are naturally represented as third order tensors, where the modes correspond to height, width…

Model Compression

Stack operation of tensor networks

2022-03-28 · Tianning Zhang, Tianqi Chen, Erping Li, Bo Yang 외

The tensor network, as a facterization of tensors, aims at performing the operations that are common for normal tensors, such as addition, contraction and stacking. However, due to its non-unique network structure, only …

CPUGPUTensor Networks

Algorithms for Tensor Network Contraction Ordering

2020-01-15 · Frank Schindler, Adam S. Jermyn

Contracting tensor networks is often computationally demanding. Well-designed contraction sequences can dramatically reduce the contraction cost. We explore the performance of simulated annealing and genetic algorithms, …

Tensor Networks

At-the-Roofline Sparse Tensor Contractions on Vector Processors for Transformer Inference

2026-07-28 · Bowen Wang, Chi Zhang, Diyou Shen, Renzo Andri 외 arxiv

Fine-grained weight pruning and activation sparsification have emerged as effective approaches for reducing the compute and memory cost of inference for Transformer models. In the moderate-sparsity regime, Gustavson's da…