中文
相关论文

相关论文: Do CFLOBDDs Actually Make Use of Linear Structure?

200 篇论文

Binary Decision Diagrams (BDDs) are instrumental in many electronic design automation (EDA) tasks thanks to their compact representation of Boolean functions. In BDD-based reversible-circuit synthesis, which is critical for quantum…

硬件体系结构 · 计算机科学 2025-11-12 Mingkai Miao , Jianheng Tang , Guangyu Hu , Hongce Zhang

We describe Haskell implementations of interesting combinatorial generation algorithms with focus on boolean functions and logic circuit representations. First, a complete exact combinational logic circuit synthesizer is described as a…

数据结构与算法 · 计算机科学 2008-08-07 Paul Tarau

For the exploration of large state spaces, symbolic search using binary decision diagrams (BDDs) can save huge amounts of memory and computation time. State sets are represented and modified by accessing and manipulating their…

人工智能 · 计算机科学 2012-10-25 Stefan Edelkamp , Peter Kissmann , Álvaro Torralba

The distributed operating room (OR) scheduling problem aims to find an assignment of surgeries to ORs across collaborating hospitals that share their waiting lists and ORs. We propose a stochastic extension of this problem where surgery…

最优化与控制 · 数学 2020-10-06 Cheng Guo , Merve Bodur , Dionne M. Aleman , David R. Urbach

The Burrows-Wheeler transform (BWT) is a string transformation that enhances string indexing and compressibility. Cotumaccio and Prezza [SODA '21] extended this transformation to nondeterministic finite automata (NFAs) through…

数据结构与算法 · 计算机科学 2025-03-11 Ruben Becker , Nicola Cotumaccio , Sung-Hwan Kim , Nicola Prezza , Carlo Tosoni

Decision diagrams (DDs) are a powerful data structure that is used to tackle the state-space explosion problem, not only for discrete systems, but for probabilistic and quantum systems as well. While many of the DDs used in the…

计算工程、金融与科学 · 计算机科学 2025-08-06 Sebastiaan Brand , Arend-Jan Quist , Richard M. K. van Dijk , Alfons Laarman

For the verification of systems using model-checking techniques, symbolic representations based on binary decision diagrams (BDDs) often help to tackle the well-known state-space explosion problem. Symbolic BDD-based representations have…

计算机科学中的逻辑 · 计算机科学 2020-04-29 Clemens Dubslaff , Andrey Morozov , Christel Baier , Klaus Janschek

Linear models, such as force constant (FC) and cluster expansions, play a key role in physics and materials science. While they can in principle be parametrized using regression and feature selection approaches, the convergence behavior of…

材料科学 · 物理学 2021-01-14 Erik Fransson , Fredrik Eriksson , Paul Erhart

Compiling graphical models has recently been under intense investigation, especially for probabilistic modeling and processing. We present here a novel data structure for compiling weighted graphical models (in particular, probabilistic…

人工智能 · 计算机科学 2012-06-26 Robert Mateescu , Rina Dechter

Token representations in high-dimensional latent spaces often exhibit redundancy, limiting computational efficiency and reducing structural coherence across model layers. Hierarchical latent space folding introduces a structured…

计算与语言 · 计算机科学 2025-08-11 Fenella Harcourt , Naderdel Piero , Gilbert Sutherland , Daphne Holloway , Harriet Bracknell , Julian Ormsby

Large-scale neural networks possess considerable expressive power. They are well-suited for complex learning tasks in industrial applications. However, large-scale models pose significant challenges for training under the current Federated…

机器学习 · 计算机科学 2025-04-23 Yuanyuan Chen , Zichen Chen , Pengcheng Wu , Han Yu

Since their introduction by Atserias, Kolaitis, and Vardi in 2004, proof systems where each line is represented by an ordered binary decision diagram (OBDD) have been intensively studied as they allow to compactly represent Boolean…

计算复杂性 · 计算机科学 2026-05-13 Matthäus Micun , Christoph Berkholz

Neural networks are powerful function estimators, leading to their status as a paradigm of choice for modeling structured data. However, unlike other structured representations that emphasize the modularity of the problem -- e.g., factor…

机器学习 · 计算机科学 2022-06-20 Tsvetomila Mihaylova , Vlad Niculae , André F. T. Martins

Classical representations of quantum states and operations as vectors and matrices are plagued by an exponential growth in memory and runtime requirements for increasing system sizes. Based on their use in classical computing, an…

量子物理 · 物理学 2024-06-19 Aaron Sander , Ioan-Albert Florea , Lukas Burgholzer , Robert Wille

For three decades binary decision diagrams, a data structure efficiently representing Boolean functions, have been widely used in many distinct contexts like model verification, machine learning, cryptography and also resolution of…

数据结构与算法 · 计算机科学 2023-07-06 Julien Clément , Antoine Genitrini

We explore the use of FCNNs (Fully Connected Neural Networks) for designing end-to-end communication systems without taking any inspiration from existing classical communications models or error control coding. This work relies solely on…

机器学习 · 计算机科学 2024-09-10 Sudharsan Senthil , Shubham Paul , Nambi Seshadri , R. David Koilpillai

We consider quantum, nondterministic and probabilistic versions of known computational model Ordered Read-$k$-times Branching Programs or Ordered Binary Decision Diagrams with repeated test ($k$-QOBDD, $k$-NOBDD and $k$-POBDD). We show…

计算复杂性 · 计算机科学 2017-03-24 Kamil Khadiev , Rishat Ibrahimov

Approaches based on Binary decision diagrams (BDDs) have recently achieved state-of-the-art results for multiobjective integer programming problems. The variable ordering used in constructing BDDs can have a significant impact on their size…

人工智能 · 计算机科学 2023-07-07 Rahul Patel , Elias B. Khalil

Computational Fluid Dynamics (CFD) is widely used in aerospace, energy, and biology to model fluid flow, heat transfer, and chemical reactions. While Large Language Models (LLMs) have transformed various domains, their application in CFD…

人工智能 · 计算机科学 2025-02-04 Yuxuan Chen , Xu Zhu , Hua Zhou , Zhuyin Ren

Bloom filters are widely used data structures that compactly represent sets of elements. Querying a Bloom filter reveals if an element is not included in the underlying set or is included with a certain error rate. This membership testing…

数据库 · 计算机科学 2022-08-08 Angjela Davitkova , Damjan Gjurovski , Sebastian Michel