paper-with-me

Papers

Graph Partitioning with Acyclicity Constraints

2017-04-03 · Orlando Moreira, Merten Popp, Christian Schulz

Graphs are widely used to model execution dependencies in applications. In particular, the NP-complete problem of partitioning a graph under constraints receives enormous attention by researchers because of its applicability in multiprocessor scheduling. We identified the additional constraint of acyclic dependencies between blocks when mapping computer vision and imaging applications to a heterogeneous embedded multiprocessor. Existing algorithms and heuristics do not address this requirement and deliver results that are not applicable for our use-case. In this work, we show that this more constrained version of the graph partitioning problem is NP-complete and present heuristics that achieve a close approximation of the optimal solution found by an exhaustive search for small problem instances and much better scalability for larger instances. In addition, we can show a positive impact on the schedule of a real imaging application that improves communication volume and execution time.

📄 PDF Abstract BibTeX arXiv:1704.00705

Code (0)

등록된 구현이 없습니다.

Tasks

graph partitioningScheduling

Similar Papers 제목 키워드 기반

Propositional Encodings of Acyclicity and Reachability by using Vertex Elimination

2021-05-27 · Masood Feyzbakhsh Rankooh, Jussi Rintanen

We introduce novel methods for encoding acyclicity and s-t-reachability constraints for propositional formulas with underlying directed graphs. They are based on vertex elimination graphs, which makes them suitable for c…

Evolutionary Acyclic Graph Partitioning

2017-09-25 · Orlando Moreira, Merten Popp, Christian Schulz

Directed graphs are widely used to model data flow and execution dependencies in streaming applications. This enables the utilization of graph partitioning algorithms for the problem of parallelizing computation for mult…

graph partitioningScheduling

polyDAG: Polynomial Acyclicity Constraints for Efficient Continuous Causal Discovery in Visual Semantic Graphs

2026-06-05 · Wenhao Zhang, Ramin Ramezani, Tao Han, Kai Hwang 외 arxiv

Modern image-analysis pipelines often convert images into structured semantic variables, such as facial attributes, object concepts, and scene descriptors. Learning directed dependencies among these variables can produce…

Graph Learning

Reinforcement Learning for Causal Discovery without Acyclicity Constraints

2024-08-24 · Bao Duong, Hung Le, Biwei Huang, Thin Nguyen

Recently, reinforcement learning (RL) has proved a promising alternative for conventional local heuristics in score-based approaches to learning directed acyclic causal graphs (DAGs) from observational data. However, the…

Causal DiscoveryEfficient ExplorationNavigatePolicy Gradient Methods+3

Multilevel Acyclic Hypergraph Partitioning

2020-02-06 · Merten Popp, Sebastian Schlag, Christian Schulz, Daniel Seemaier

A directed acyclic hypergraph is a generalized concept of a directed acyclic graph, where each hyperedge can contain an arbitrary number of tails and heads. Directed hypergraphs can be used to model data flow and executi…

hypergraph partitioningScheduling