paper-with-me

Papers

Learning Causal Models Online

2020-06-12 · Khurram Javed, Martha White, Yoshua Bengio

Predictive models -- learned from observational data not covering the complete data distribution -- can rely on spurious correlations in the data for making predictions. These correlations make the models brittle and hinder generalization. One solution for achieving strong generalization is to incorporate causal structures in the models; such structures constrain learning by ignoring correlations that contradict them. However, learning these structures is a hard problem in itself. Moreover, it's not clear how to incorporate the machinery of causality with online continual learning. In this work, we take an indirect approach to discovering causal models. Instead of searching for the true causal model directly, we propose an online algorithm that continually detects and removes spurious features. Our algorithm works on the idea that the correlation of a spurious feature with a target is not constant over-time. As a result, the weight associated with that feature is constantly changing. We show that by continually removing such features, our method converges to solutions that have strong generalization. Moreover, our method combined with random search can also discover non-spurious features from raw sensory data. Finally, our work highlights that the information present in the temporal structure of the problem -- destroyed by shuffling the data -- is essential for detecting spurious features online.

📄 PDF Abstract BibTeX arXiv:2006.07461

Code (1)

khurramjaved96/online-causal-models 공식 구현 pytorch

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Causal Learning for Heterogeneous Subgroups Based on Nonlinear Causal Kernel Clustering

2025-01-20 · Lu Liu, Yang Tang, Kexuan Zhang, Qiyu Sun

Due to the challenge posed by multi-source and heterogeneous data collected from diverse environments, causal relationships among features can exhibit variations influenced by different time spans, regions, or strategies…

ClusteringDiversity

Linear and nonlinear causality in financial markets

2023-12-18 · Haochun Ma, Davide Prosperino, Alexander Haluszczynski, Christoph Räth

Identifying and quantifying co-dependence between financial instruments is a key challenge for researchers and practitioners in the financial industry. Linear measures such as the Pearson correlation are still widely use…

Causal InferenceManagementPAIR TRADING

Causal Discovery with Cascade Nonlinear Additive Noise Models

2019-05-23 · Ruichu Cai, Jie Qiao, Kun Zhang, Zhenjie Zhang 외

Identification of causal direction between a causal-effect pair from observed data has recently attracted much attention. Various methods based on functional causal models have been proposed to solve this problem, by ass…

Causal Discovery

Online Causal Structure Learning in the Presence of Latent Variables

2019-04-30 · Durdane Kocacoban, James Cussens

We present two online causal structure learning algorithms which can track changes in a causal structure and process data in a dynamic real-time manner. Standard causal structure learning algorithms assume that causal st…

Causal Mosaic: Cause-Effect Inference via Nonlinear ICA and Ensemble Method

2020-01-07 · Pengzhou, Wu, Kenji Fukumizu

We address the problem of distinguishing cause from effect in bivariate setting. Based on recent developments in nonlinear independent component analysis (ICA), we train nonparametrically general nonlinear causal models …