paper-with-me

Papers

Learning Contextual Causality from Time-consecutive Images

2020-12-13 · Hongming Zhang, Yintong Huo, Xinran Zhao, Yangqiu Song, Dan Roth

Causality knowledge is crucial for many artificial intelligence systems. Conventional textual-based causality knowledge acquisition methods typically require laborious and expensive human annotations. As a result, their scale is often limited. Moreover, as no context is provided during the annotation, the resulting causality knowledge records (e.g., ConceptNet) typically do not take the context into consideration. To explore a more scalable way of acquiring causality knowledge, in this paper, we jump out of the textual domain and investigate the possibility of learning contextual causality from the visual signal. Compared with pure text-based approaches, learning causality from the visual signal has the following advantages: (1) Causality knowledge belongs to the commonsense knowledge, which is rarely expressed in the text but rich in videos; (2) Most events in the video are naturally time-ordered, which provides a rich resource for us to mine causality knowledge from; (3) All the objects in the video can be used as context to study the contextual property of causal relations. In detail, we first propose a high-quality dataset Vis-Causal and then conduct experiments to demonstrate that with good language and visual representation models as well as enough training signals, it is possible to automatically discover meaningful causal knowledge from the videos. Further analysis also shows that the contextual property of causal relations indeed exists, taking which into consideration might be crucial if we want to use the causality knowledge in real applications, and the visual signal could serve as a good resource for learning such contextual causality.

📄 PDF Abstract BibTeX arXiv:2012.07138

Code (1)

HKUST-KnowComp/Vis_Causal 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Causality Extraction based on Self-Attentive BiLSTM-CRF with Transferred Embeddings

2019-04-16 · Zhaoning Li, Qi Li, Xiaotian Zou, Jiangtao Ren

Causality extraction from natural language texts is a challenging open problem in artificial intelligence. Existing methods utilize patterns, constraints, and machine learning techniques to extract causality, heavily dep…

Feature Engineering

DeepVisualInsight: Time-Travelling Visualization for Spatio-Temporal Causality of Deep Classification Training

2021-12-31 · Xianglin Yang, Yun Lin, Ruofan Liu, Zhenfeng He 외

Understanding how the predictions of deep learning models are formed during the training process is crucial to improve model performance and fix model defects, especially when we need to investigate nontrivial training s…

Active LearningDeep Learning

COLA: Contextualized Commonsense Causal Reasoning from the Causal Inference Perspective

2023-05-09 · Zhaowei Wang, Quyet V. Do, Hongming Zhang, Jiayao Zhang 외

Detecting commonsense causal relations (causation) between events has long been an essential yet challenging task. Given that events are complicated, an event may have different causes under various contexts. Thus, explo…

Causal InferenceCoLACommonsense Causal Reasoning

Invariant Policy Learning: A Causal Perspective

2021-06-01 · Sorawit Saengkyongam, Nikolaj Thams, Jonas Peters, Niklas Pfister

Contextual bandit and reinforcement learning algorithms have been successfully used in various interactive learning systems such as online advertising, recommender systems, and dynamic pricing. However, they have yet to …

Multi-Armed BanditsRecommendation Systems

iReason: Multimodal Commonsense Reasoning using Videos and Natural Language with Interpretability

2021-06-25 · Aman Chadha, Vinija Jain

Causality knowledge is vital to building robust AI systems. Deep learning models often perform poorly on tasks that require causal reasoning, which is often derived using some form of commonsense knowledge not immediatel…

Bias DetectionQuestion AnsweringRepresentation LearningScene Understanding+2