paper-with-me

Papers

A Reverse Causal Framework to Mitigate Spurious Correlations for Debiasing Scene Graph Generation

2025-05-29 · Shuzhou Sun, Li Liu, Tianpeng Liu, Shuaifeng Zhi, Ming-Ming Cheng, Janne Heikkilä, Yongxiang Liu

Existing two-stage Scene Graph Generation (SGG) frameworks typically incorporate a detector to extract relationship features and a classifier to categorize these relationships; therefore, the training paradigm follows a causal chain structure, where the detector's inputs determine the classifier's inputs, which in turn influence the final predictions. However, such a causal chain structure can yield spurious correlations between the detector's inputs and the final predictions, i.e., the prediction of a certain relationship may be influenced by other relationships. This influence can induce at least two observable biases: tail relationships are predicted as head ones, and foreground relationships are predicted as background ones; notably, the latter bias is seldom discussed in the literature. To address this issue, we propose reconstructing the causal chain structure into a reverse causal structure, wherein the classifier's inputs are treated as the confounder, and both the detector's inputs and the final predictions are viewed as causal variables. Specifically, we term the reconstructed causal paradigm as the Reverse causal Framework for SGG (RcSGG). RcSGG initially employs the proposed Active Reverse Estimation (ARE) to intervene on the confounder to estimate the reverse causality, \ie the causality from final predictions to the classifier's inputs. Then, the Maximum Information Sampling (MIS) is suggested to enhance the reverse causality estimation further by considering the relationship information. Theoretically, RcSGG can mitigate the spurious correlations inherent in the SGG framework, subsequently eliminating the induced biases. Comprehensive experiments on popular benchmarks and diverse SGG frameworks show the state-of-the-art mean recall rate.

📄 PDF Abstract BibTeX arXiv:2505.23451

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationScene Graph Generation

Similar Papers 제목 키워드 기반

MIMM-X: Disentangling Spurious Correlations for Medical Image Analysis

2025-11-28 · Louisa Fay, Hajer Reguigui, Bin Yang, Sergios Gatidis 외 arxiv

Deep learning models can excel on medical tasks, yet often experience spurious correlations, known as shortcut learning, leading to poor generalization in new environments. Particularly in medical imaging, where multiple…

COPO: Causal-Oriented Policy Optimization for Hallucinations of MLLMs

2025-08-06 · Peizheng Guo, Jingyao Wang, Wenwen Qiang, Jiahuan Zhou 외 arxiv

Despite Multimodal Large Language Models (MLLMs) having shown impressive capabilities, they may suffer from hallucinations. Empirically, we find that MLLMs attend disproportionately to task-irrelevant background regions …

Beyond Reward Hacking: Causal Rewards for Large Language Model Alignment

2025-01-16 · Chaoqi Wang, Zhuokai Zhao, Yibo Jiang, Zhaorun Chen 외

Recent advances in large language models (LLMs) have demonstrated significant progress in performing complex tasks. While Reinforcement Learning from Human Feedback (RLHF) has been effective in aligning LLMs with human p…

Causal InferencecounterfactualFairnessLanguage Modeling+2

Spurious Correlations and Where to Find Them

2023-08-21 · Gautam Sreekumar, Vishnu Naresh Boddeti

Spurious correlations occur when a model learns unreliable features from the data and are a well-known drawback of data-driven learning. Although there are several algorithms proposed to mitigate it, we are yet to jointl…

Less is More: Mitigate Spurious Correlations for Open-Domain Dialogue Response Generation Models by Causal Discovery

2023-03-02 · Tao Feng, Lizhen Qu, Gholamreza Haffari

In this paper, we conduct the first study on spurious correlations for open-domain response generation models based on a corpus CGDIALOG curated in our work. The cur rent models indeed suffer from spurious correlations a…

Causal DiscoveryInformativenessResponse Generation