Identification of Bivariate Causal Directionality Based on Anticipated Asymmetric Geometries
arXiv:2603.26024v1 Announce Type: new Abstract: Identification of causal directionality in bivariate numerical data is a fundamental research problem with important practical implications. This paper presents two alternative methods to identify direction of causation by considering conditional distributions: (1) Anticipated Asymmetric Geometries (AAG) and (2) Monotonicity Index. The AAG method compares the actual conditional distributions to anticipated ones along two variables. Different comparison metrics, such as correlation, cosine similarity, Jaccard index, K-L divergence, K-S distance, a — Alex Glushkovsky
Computer Science > Machine Learning
arXiv:2603.26024 (cs)
[Submitted on 27 Mar 2026]
Title:Identification of Bivariate Causal Directionality Based on Anticipated Asymmetric Geometries
Authors:Alex Glushkovsky View a PDF of the paper titled Identification of Bivariate Causal Directionality Based on Anticipated Asymmetric Geometries, by Alex Glushkovsky View PDF
Abstract:Identification of causal directionality in bivariate numerical data is a fundamental research problem with important practical implications. This paper presents two alternative methods to identify direction of causation by considering conditional distributions: (1) Anticipated Asymmetric Geometries (AAG) and (2) Monotonicity Index. The AAG method compares the actual conditional distributions to anticipated ones along two variables. Different comparison metrics, such as correlation, cosine similarity, Jaccard index, K-L divergence, K-S distance, and mutual information have been evaluated. Anticipated distributions have been projected as normal based on dual response statistics: mean and standard deviation. The Monotonicity Index approach compares the calculated monotonicity indexes of the gradients of conditional distributions along two axes and exhibits counts of gradient sign changes. Both methods assume stochastic properties of the bivariate data and exploit anticipated unimodality of conditional distributions of the effect. It turns out that the tuned AAG method outperforms the Monotonicity Index and reaches a top accuracy of 77.9% compared to ANMs accuracy of 63 +/- 10% when classifying 95 pairs of real-world examples (Mooij et al, 2014). The described methods include a number of hyperparameters that impact accuracy of the identification. For a given set of hyperparameters, both the AAG or Monotonicity Index method provide a unique deterministic outcome of the solution. To address sensitivity to hyperparameters, tuning of hyperparameters has been done by utilizing a full factorial Design of Experiment. A decision tree has been fitted to distinguish misclassified cases using the input data's symmetrical bivariate statistics to address the question of: How decisive is the identification method of causal directionality?
Comments: 12 pages, 8 figure, 3 tables
Subjects:
Machine Learning (cs.LG); Logic in Computer Science (cs.LO)
Cite as: arXiv:2603.26024 [cs.LG]
(or arXiv:2603.26024v1 [cs.LG] for this version)
https://doi.org/10.48550/arXiv.2603.26024
Focus to learn more
arXiv-issued DOI via DataCite (pending registration)
Submission history
From: Alex Glushkovsky [view email] [v1] Fri, 27 Mar 2026 02:45:46 UTC (1,156 KB)
Full-text links:
Access Paper:
View a PDF of the paper titled Identification of Bivariate Causal Directionality Based on Anticipated Asymmetric Geometries, by Alex Glushkovsky
- View PDF view license
Current browse context: cs.LG
< prev
| next >
new | recent | 2026-03
Change to browse by:
cs cs.LO
References & Citations
-
NASA ADS
-
Google Scholar
-
Semantic Scholar
export BibTeX citation Loading...
Bookmark
Bibliographic Tools
Bibliographic and Citation Tools
Bibliographic Explorer Toggle
Bibliographic Explorer (What is the Explorer?)
Connected Papers Toggle
Connected Papers (What is Connected Papers?)
Litmaps Toggle
Litmaps (What is Litmaps?)
scite.ai Toggle
scite Smart Citations (What are Smart Citations?)
Code, Data, Media
Code, Data and Media Associated with this Article
alphaXiv Toggle
alphaXiv (What is alphaXiv?)
Links to Code Toggle
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub Toggle
DagsHub (What is DagsHub?)
GotitPub Toggle
Gotit.pub (What is GotitPub?)
Huggingface Toggle
Hugging Face (What is Huggingface?)
Links to Code Toggle
Papers with Code (What is Papers with Code?)
ScienceCast Toggle
ScienceCast (What is ScienceCast?)
Demos
Demos
Replicate Toggle
Replicate (What is Replicate?)
Spaces Toggle
Hugging Face Spaces (What is Spaces?)
Spaces Toggle
TXYZ.AI (What is TXYZ.AI?)
Related Papers
Recommenders and Search Tools
Link to Influence Flower
Influence Flower (What are Influence Flowers?)
Core recommender toggle
CORE Recommender (What is CORE?)
IArxiv recommender toggle
IArxiv Recommender (What is IArxiv?)
-
Author
-
Venue
-
Institution
-
Topic
About arXivLabs
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.
Which authors of this paper are endorsers? | Disable MathJax (What is MathJax?)
Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
researchpaperarxivPolicy Gradient Algorithms
<!-- Abstract: In this post, we are going to look deep into policy gradient, why it works, and many new policy gradient algorithms proposed in recent years: vanilla policy gradient, actor-critic, off-policy actor-critic, A3C, A2C, DPG, DDPG, D4PG, MADDPG, TRPO, PPO, ACER, ACTKR, SAC, TD3 & SVPG. --> <p><span class="update">[Updated on 2018-06-30: add two new policy gradient methods, <a href="#sac">SAC</a> and <a href="#d4pg">D4PG</a>.]</span> <br/> <span class="update">[Updated on 2018-09-30: add a new policy gradient method, <a href="#td3">TD3</a>.]</span> <br/> <span class="update">[Updated on 2019-02-09: add <a href="#sac-with-automatically-adjusted-temperature">SAC with automatically adjusted temperature</a>].</span> <br/> <span c
A (Long) Peek into Reinforcement Learning
<!-- In this post, we are gonna briefly go over the field of Reinforcement Learning (RL), from fundamental concepts to classic algorithms. Hopefully, this review is helpful enough so that newbies would not get lost in specialized terms and jargons while starting. [WARNING] This is a long read. --> <p><span class="update">[Updated on 2020-09-03: Updated the algorithm of <a href="#sarsa-on-policy-td-control">SARSA</a> and <a href="#q-learning-off-policy-td-control">Q-learning</a> so that the difference is more pronounced.</span> <br /> <span class="update">[Updated on 2021-09-19: Thanks to 爱吃猫的鱼, we have this post in <a href="https://paperexplained.cn/articles/article/detail/33/">Chinese</a>].</span></p>
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.
More in Research Papers
Realtime Screen Recording of Breaking a Defense to Adversarial Examples
I recently broke a defense to be published at CCS 2020, and this time I recorded my screen the entire time---all two hours of it. Typically when I break defenses, I'll write a short paper, stick it on arXiv, and then move on. Pedagogically, this isn't very useful. [a] (Don't you worry, I did that again this time, too.) So for this defense I thought I'd try something different.

Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!