# On the Theory of Dynamic Graph Regression Problem

**Authors:** Mostafa Haghir Chehreghani

arXiv: 1903.10699 · 2022-10-10

## TL;DR

This paper introduces a framework for efficiently updating linear regression solutions on dynamic graphs using update-efficient matrix embeddings, enabling fast recalculations after graph modifications.

## Contribution

It defines update-efficient matrix embeddings and demonstrates how they enable fast updates of regression solutions in dynamic graphs, including adjacency and Laplacian matrices.

## Key findings

- Exact regression solutions can be updated in O(nm) time after graph updates.
- The approach works for both adjacency and Laplacian matrix embeddings.
- Experiments show high efficiency on synthetic and real-world graphs.

## Abstract

Most of real-world graphs are dynamic, i.e., they change over time by a sequence of update operations. While the regression problem has been studied for static graphs and temporal graphs, it is not investigated for general dynamic graphs. In this paper, we study regression over dynamic graphs. First, we present the notion of update-efficient matrix embedding, that defines conditions sufficient for a matrix embedding to be effectively used for dynamic graph regression (under l2 norm). Then, we show that given a n*m update-efficient matrix embedding (e.g., the adjacency matrix) and after an update operation in the graph, the exact optimal solution of linear regression can be updated in O(nm) time for the revised graph. Moreover, we show that this also holds when the matrix embedding is the Laplacian matrix and the update operations are restricted to edge insertion/deletion. In the end, by conducting experiments over synthetic and real-world graphs, we show the high efficiency of updating the solution of graph regression.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.10699/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1903.10699/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1903.10699/full.md

---
Source: https://tomesphere.com/paper/1903.10699