paper-with-me

홈 › Papers

Empowering Graph Invariance Learning with Deep Spurious Infomax

2024-07-13 · Tianjun Yao, Yongqiang Chen, Zhenhao Chen, Kai Hu, Zhiqiang Shen, Kun Zhang

Recently, there has been a surge of interest in developing graph neural networks that utilize the invariance principle on graphs to generalize the out-of-distribution (OOD) data. Due to the limited knowledge about OOD data, existing approaches often pose assumptions about the correlation strengths of the underlying spurious features and the target labels. However, this prior is often unavailable and will change arbitrarily in the real-world scenarios, which may lead to severe failures of the existing graph invariance learning methods. To bridge this gap, we introduce a novel graph invariance learning paradigm, which induces a robust and general inductive bias. The paradigm is built upon the observation that the infomax principle encourages learning spurious features regardless of spurious correlation strengths. We further propose the EQuAD framework that realizes this learning paradigm and employs tailored learning objectives that provably elicit invariant features by disentangling them from the spurious features learned through infomax. Notably, EQuAD shows stable and enhanced performance across different degrees of bias in synthetic datasets and challenging real-world datasets up to $31.76\%$. Our code is available at \url{https://github.com/tianyao-aka/EQuAD}.

📄 PDF Abstract BibTeX arXiv:2407.11083

Code (1)

tianyao-aka/equad 공식 구현 pytorch

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

Invariance Pair Guidance: Robustness to Spurious Correlations via Corrective Gradients

2025-02-26 · Martin Surner, Abdelmajid Khelil, Ludwig Bothmann arxiv

Machine learning models are inherently bound to the distribution of the training data, often exploiting non-causal shortcuts. As a result, achieving robustness to spurious correlations remains a challenge. While existing…

Graph Embedding Using Infomax for ASD Classification and Brain Functional Difference Detection

2019-08-09 · Xiaoxiao Li, Nicha C. Dvornek, Juntang Zhuang, Pamela Ventola 외

Significant progress has been made using fMRI to characterize the brain changes that occur in ASD, a complex neuro-developmental disorder. However, due to the high dimensionality and low signal-to-noise ratio of fMRI, em…

ClassificationGeneral ClassificationGraph EmbeddingGraph Neural Network

Counterfactual Invariance to Spurious Correlations in Text Classification

2021-05-21 · NeurIPS 2021 12 · Victor Veitch, Alexander D'Amour, Steve Yadlowsky, Jacob Eisenstein

Informally, a 'spurious correlation' is the dependence of a model on some aspect of the input data that an analyst thinks shouldn't matter. In machine learning, these have a know-it-when-you-see-it character; e.g., chang…

Causal InferenceClassificationcounterfactualtext-classification+1

Counterfactual Invariance to Spurious Correlations: Why and How to Pass Stress Tests

2021-05-31 · NeurIPS 2021 12 · Victor Veitch, Alexander D'Amour, Steve Yadlowsky, Jacob Eisenstein

Informally, a 'spurious correlation' is the dependence of a model on some aspect of the input data that an analyst thinks shouldn't matter. In machine learning, these have a know-it-when-you-see-it character; e.g., chang…

Causal Inferencecounterfactualtext-classificationText Classification

Graph Pooling via Coarsened Graph Infomax

2021-05-04 · Yunsheng Pang, Yunxiang Zhao, Dongsheng Li

Graph pooling that summaries the information in a large graph into a compact form is essential in hierarchical graph representation learning. Existing graph pooling methods either suffer from high computational complexit…

Contrastive LearningGraph Representation LearningRepresentation Learning