MLLGJun 5, 2023

MM-DAG: Multi-task DAG Learning for Multi-modal Data -- with Application for Traffic Congestion Analysis

arXiv:2306.02831v120 citationsh-index: 49Has Code
Originality Incremental advance
AI Analysis

This work addresses traffic congestion analysis by enabling joint learning of multiple DAGs with overlapping and distinct variables, which is incremental as it builds on existing DAG learning methods for multi-modal data.

The paper tackles the problem of learning multi-task, multi-modal directed acyclic graphs (MM-DAGs) for complex systems like traffic, proposing a novel Causality Difference (CD) measure to penalize structural differences among DAGs with distinct nodes and better handle uncertainty in causal orders, with simulations and a case study demonstrating effectiveness.

This paper proposes to learn Multi-task, Multi-modal Direct Acyclic Graphs (MM-DAGs), which are commonly observed in complex systems, e.g., traffic, manufacturing, and weather systems, whose variables are multi-modal with scalars, vectors, and functions. This paper takes the traffic congestion analysis as a concrete case, where a traffic intersection is usually regarded as a DAG. In a road network of multiple intersections, different intersections can only have some overlapping and distinct variables observed. For example, a signalized intersection has traffic light-related variables, whereas unsignalized ones do not. This encourages the multi-task design: with each DAG as a task, the MM-DAG tries to learn the multiple DAGs jointly so that their consensus and consistency are maximized. To this end, we innovatively propose a multi-modal regression for linear causal relationship description of different variables. Then we develop a novel Causality Difference (CD) measure and its differentiable approximator. Compared with existing SOTA measures, CD can penalize the causal structural difference among DAGs with distinct nodes and can better consider the uncertainty of causal orders. We rigidly prove our design's topological interpretation and consistency properties. We conduct thorough simulations and one case study to show the effectiveness of our MM-DAG. The code is available under https://github.com/Lantian72/MM-DAG

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes