Jing Wang, Kai Liu, Tao Zhang, Tongtong Cheng, Rongzhen Li, Yixin Xiong
We lifted 3 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| SixCorePeach/MCAM | canonical | 0 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| build_tensorizer | Not yet run | SixCorePeach/MCAM/datasets/caption_tensorizer.py pointer only (licence: NONE) · get_code("2f580806f5b83f03") |
| ordered_unique | Not yet run | SixCorePeach/MCAM/datasets/sampler_utils.py pointer only (licence: NONE) · get_code("755c1ce09c3477be") |
| parse_with_config | Not yet run | SixCorePeach/MCAM/configs/config.py pointer only (licence: NONE) · get_code("3e81145412a40e36") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Accurate driving behavior recognition and reasoning are critical for autonomous driving video understanding. However, existing methods often tend to dig out the shallow causal, fail to address spurious correlations across modalities, and ignore the ego-vehicle level causality modeling. To overcome these limitations, we propose a novel Multimodal Causal Analysis Model (MCAM) that constructs latent causal structures between visual and language modalities. Firstly, we design a multi-level feature extractor to capture long-range dependencies. Secondly, we design a causal analysis module that dynamically models driving scenarios using a directed acyclic graph (DAG) of driving states. Thirdly, we utilize a vision-language transformer to align critical visual features with their corresponding linguistic expressions. Extensive experiments on the BDD-X, and CoVLA datasets demonstrate that MCAM achieves SOTA performance in visual-language causal relationship learning. Furthermore, the model exhibits superior capability in capturing causal characteristics within video sequences, showcasing its effectiveness for autonomous driving applications. The code is available at https:// github.com/SixCorePeach/MCAM
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2507.06072")
get_code_for_paper("2507.06072")
have("2507.06072")
Connect an agent — have() is free.