paper-with-me

Papers

Dataflow graphs as complete causal graphs

2023-03-16 · Andrei Paleyes, Siyuan Guo, Bernhard Schölkopf, Neil D. Lawrence

Component-based development is one of the core principles behind modern software engineering practices. Understanding of causal relationships between components of a software system can yield significant benefits to developers. Yet modern software design approaches make it difficult to track and discover such relationships at system scale, which leads to growing intellectual debt. In this paper we consider an alternative approach to software design, flow-based programming (FBP), and draw the attention of the community to the connection between dataflow graphs produced by FBP and structural causal models. With expository examples we show how this connection can be leveraged to improve day-to-day tasks in software projects, including fault localisation, business analysis and experimentation.

📄 PDF Abstract BibTeX arXiv:2303.09552

Code (1)

apaleyes/dataflow-causal-graph 공식 구현

Similar Papers 제목 키워드 기반

Causal fault localisation in dataflow systems

2023-04-24 · Andrei Paleyes, Neil D. Lawrence

Dataflow computing was shown to bring significant benefits to multiple niches of systems engineering and has the potential to become a general-purpose paradigm of choice for data-driven application development. One of th…

Causal Inference

Learned Cost Model for Placement on Reconfigurable Dataflow Hardware

2025-10-21 · Etash Guha, Tianxiao Jiang, Andrew Deng, Jian Zhang 외 arxiv

Mapping a dataflow-graph of an ML model onto a reconfigurable system is difficult, as different mappings have different throughputs and consume resource constraints differently. To solve this, a model to evaluate the thr…

Recursive Function Definitions in Static Dataflow Graphs and their Implementation in TensorFlow

2024-10-26 · Kelly Kostopoulou, Angelos Charalambidis, Panos Rondogiannis

Modern machine learning systems represent their computations as dataflow graphs. The increasingly complex neural network architectures crave for more powerful yet efficient programming abstractions. In this paper we prop…

Identifying Macro Causal Effects in C-DMGs

2025-04-02 · Simon Ferreira, Charles K. Assaad

Causal effect identification using causal graphs is a fundamental challenge in causal inference. While extensive research has been conducted in this area, most existing methods assume the availability of fully specified …

Causal InferenceEpidemiology

PAG2ADMG: An Algorithm for the Complete Causal Enumeration of a Markov Equivalence Class

2016-12-01 · Nishant Subramani

Causal graphs, such as directed acyclic graphs (DAGs) and partial ancestral graphs (PAGs), represent causal relationships among variables in a model. Methods exist for learning DAGs and PAGs from data and for converting …

Model Selection