Sparse Vector Autoregression Model for Causal Inference

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing causal inference models for multivariate time series struggle to determine Bayesian network topologies due to complexity, often resulting in dense models that fail to conform to both directed acyclic graph (DAG) structural constraints and sparsity expectations, leading to overfitting and arbitrary pruning of causal relationships.

Innovation Solution

A sparse vector autoregression model (sVAR-DAG) is implemented, which fits the model to observed data under DAG structural constraints and enforces structural sparsity using a group Lasso regularization term, ensuring the model is both sparse and acyclic without the need for a separate pruning step, by modifying the linear VAR model to impose these constraints through optimization functions and augmented Lagrangian methods.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If Granger causality inference is applied to multivariate time series to determine causal relationships, then causal relationships between variables can be identified, but the resulting Bayesian network topology becomes too complex to be determined by intuition or inspection

Engineering Contradiction:
Improvecausal relationship identification accuracyVSAvoidBayesian network topology complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent extracts only the essential causal relationships by applying sparsity constraints that select a subset of significant edges from the complete graph, removing redundant connections while preserving meaningful causal links through regularization techniques

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent applies different structural constraints to different parts of the network - specifically enforcing acyclicity constraints on the topology structure while allowing flexible parameter estimation for individual edge weights, creating locally optimized solutions that satisfy global constraints

Inventive Principle:
Principle #3Local quality

2Reliability

If regression models are used to fit multivariate time series data for causal inference, then causal relationships can be inferred, but the models tend to be dense and overfit the data

Engineering Contradiction:
Improvecausal inference accuracyVSAvoidmodel sparsity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent changes the parameter space by introducing sparsity-inducing regularization terms (such as L1 penalties) that modify the optimization landscape, forcing many parameters to become exactly zero while others retain meaningful values, thus achieving both sparsity and accuracy

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent implements iterative optimization algorithms that provide feedback between the model fitting process and the sparsity constraint enforcement, continuously adjusting the solution to balance goodness-of-fit with model simplicity through regularization parameter tuning

Inventive Principle:
Principle #23Feedback

3Ease of operation

If Bayesian network topology is specified for multivariate variables, then causal relationships can be illustrated, but the graph structure becomes difficult to determine by intuition or data inspection due to many variables

Engineering Contradiction:
Improvecausal network interpretabilityVSAvoidtopology determination difficulty
Core Design Contradiction:
Ease of operationVSDifficulty of detecting and measuring

Solution Approach 1:

The patent performs preliminary structure selection by enforcing acyclicity constraints and sparsity patterns before final parameter estimation, pre-defining the search space to exclude cyclic and overly dense configurations that would be computationally intractable or difficult to interpret

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11694097B2Regression modeling of sparse acyclic graphs in time series causal inference
Publication Date: 2023.07.04 ALIBABA GROUP HOLDING LTD
  • US11694097B2 patent drawing
  • US11694097B2 patent drawing
  • US11694097B2 patent drawing

AI summary

By the abovementioned technical solutions, the present disclosure provides optimizing a vector autoregressive model conforming to structural constraints of sparsity and acyclicity. A regularization term is introduced to the model to impose the sparsity structural constraint such that most off-diagonal coefficients of an autoregressive coefficient matrix are forced to zero values. One or more penalty terms are introduced to the model to impose the acyclicity structural constraint such that coefficients of the main diagonal are not causally self-related. The resulting model is then reformulated for computation as an augmented Lagrangian function, and further computed for different parameters in alternating iterations to make the computations tractable and within magnitude and precision limits of digital computers. Models of the present disclosure provide improved computing performance over existing models by directly inferring a sparse causal network having a directed acyclic graph structure without a separate pruning step.