paper-with-me

홈 › Papers

CausalSim: A Causal Framework for Unbiased Trace-Driven Simulation

2022-01-05 · Abdullah Alomar, Pouya Hamadanian, Arash Nasr-Esfahany, Anish Agarwal, Mohammad Alizadeh, Devavrat Shah

We present CausalSim, a causal framework for unbiased trace-driven simulation. Current trace-driven simulators assume that the interventions being simulated (e.g., a new algorithm) would not affect the validity of the traces. However, real-world traces are often biased by the choices algorithms make during trace collection, and hence replaying traces under an intervention may lead to incorrect results. CausalSim addresses this challenge by learning a causal model of the system dynamics and latent factors capturing the underlying system conditions during trace collection. It learns these models using an initial randomized control trial (RCT) under a fixed set of algorithms, and then applies them to remove biases from trace data when simulating new algorithms. Key to CausalSim is mapping unbiased trace-driven simulation to a tensor completion problem with extremely sparse observations. By exploiting a basic distributional invariance property present in RCT data, CausalSim enables a novel tensor completion method despite the sparsity of observations. Our extensive evaluation of CausalSim on both real and synthetic datasets, including more than ten months of real data from the Puffer video streaming system shows it improves simulation accuracy, reducing errors by 53% and 61% on average compared to expert-designed and supervised learning baselines. Moreover, CausalSim provides markedly different insights about ABR algorithms compared to the biased baseline simulator, which we validate with a real deployment.

📄 PDF Abstract BibTeX arXiv:2201.01811

Code (1)

causalsim/unbiased-trace-driven-simulation 공식 구현 pytorch

Tasks

Causal Inference

Similar Papers 제목 키워드 기반

Sim-to-Real Causal Transfer: A Metric Learning Approach to Causally-Aware Interaction Representations

2023-12-07 · CVPR 2025 1 · Ahmad Rahimi, Po-Chien Luan, Yuejiang Liu, Frano Rajič 외

Modeling spatial-temporal interactions among neighboring agents is at the heart of multi-agent problems such as motion forecasting and crowd navigation. Despite notable progress, it remains unclear to which extent modern…

Metric LearningMotion ForecastingMulti-Task Learning

Adjustment and Alignment for Unbiased Open Set Domain Adaptation

2023-01-01 · CVPR 2023 1 · Wuyang Li, Jie Liu, Bo Han, Yixuan Yuan

Open Set Domain Adaptation (OSDA) transfers the model from a label-rich domain to a label-free one containing novel-class samples. Existing OSDA works overlook abundant novel-class semantics hidden in the source doma…

Domain AdaptationModel Optimization

CausalTrace: A Neurosymbolic Causal Analysis Agent for Smart Manufacturing

2025-10-14 · Chathurangi Shyalika, Aryaman Sharma, Fadi El Kalach, Utkarshani Jaimini 외 arxiv

Modern manufacturing environments demand not only accurate predictions but also interpretable insights to process anomalies, root causes, and potential interventions. Existing AI systems often function as isolated black …

Knowledge Graphs

Towards unique and unbiased causal effect estimation from data with hidden variables

2020-02-24 · Debo Cheng, Jiuyong Li, Lin Liu, Kui Yu 외

Causal effect estimation from observational data is a crucial but challenging task. Currently, only a limited number of data-driven causal effect estimation methods are available. These methods either provide only a boun…

Unbiased Learning for the Causal Effect of Recommendation

2020-08-11 · Masahiro Sato, Sho Takemori, Janmajay Singh, Tomoko Ohkuma

Increasing users' positive interactions, such as purchases or clicks, is an important objective of recommender systems. Recommenders typically aim to select items that users will interact with. If the recommended items a…

Recommendation Systems