paper-with-me

Papers

Dissecting the Failure of Invariant Learning on Graphs

2024-11-05 · Qixun Wang, Yifei Wang, Yisen Wang, Xianghua Ying

Enhancing node-level Out-Of-Distribution (OOD) generalization on graphs remains a crucial area of research. In this paper, we develop a Structural Causal Model (SCM) to theoretically dissect the performance of two prominent invariant learning methods -- Invariant Risk Minimization (IRM) and Variance-Risk Extrapolation (VREx) -- in node-level OOD settings. Our analysis reveals a critical limitation: due to the lack of class-conditional invariance constraints, these methods may struggle to accurately identify the structure of the predictive invariant ego-graph and consequently rely on spurious features. To address this, we propose Cross-environment Intra-class Alignment (CIA), which explicitly eliminates spurious features by aligning cross-environment representations conditioned on the same class, bypassing the need for explicit knowledge of the causal pattern structure. To adapt CIA to node-level OOD scenarios where environment labels are hard to obtain, we further propose CIA-LRA (Localized Reweighting Alignment) that leverages the distribution of neighboring labels to selectively align node representations, effectively distinguishing and preserving invariant features while removing spurious ones, all without relying on environment labels. We theoretically prove CIA-LRA's effectiveness by deriving an OOD generalization error bound based on PAC-Bayesian analysis. Experiments on graph OOD benchmarks validate the superiority of CIA and CIA-LRA, marking a significant advancement in node-level OOD generalization. The codes are available at https://github.com/NOVAglow646/NeurIPS24-Invariant-Learning-on-Graphs.

📄 PDF Abstract BibTeX arXiv:2411.02847

Code (1)

novaglow646/neurips24-invariant-learning-on-graphs 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Soft causal learning for generalized molecule property prediction: An environment perspective

2025-05-07 · Limin Li, Kuo Yang, Wenjie Du, Pengkun Wang 외

Learning on molecule graphs has become an increasingly important topic in AI for science, which takes full advantage of AI to facilitate scientific discovery. Existing solutions on modeling molecules utilize Graph Neural…

Graph LearningProperty Predictionscientific discovery

Black-Box Combinatorial Optimization with Order-Invariant Reinforcement Learning

2025-10-02 · Olivier Goudet, Quentin Suire, Adrien Goëffon, Frédéric Saubion 외 arxiv

We introduce an order-invariant reinforcement learning framework for black-box combinatorial optimization. Classical estimation-of-distribution algorithms (EDAs) often rely on learning explicit variable dependency graphs…

Reinforcement Learning

Mechanistic Interpretability of LLM Jailbreaks via Internal Attribution Graphs

2026-07-08 · Anupam Wagle, Ifrat Ikhtear Uddin, Chaowei Zhang, Longwei Wang arxiv

Large language models (LLMs) exhibit remarkable capabilities but remain highly vulnerable to adversarial prompts and jailbreak attacks. Existing approaches primarily analyze these failures through input-output behaviors …

Dissecting Failure Dynamics in Large Language Model Reasoning

2026-04-16 · Wei Zhu, Jian Zhang, Lixing Yu, Kun Yue 외 arxiv

Large Language Models (LLMs) achieve strong performance through extended inference-time deliberation, yet how their reasoning failures arise remains poorly understood. By analyzing model-generated reasoning trajectories,…

Diss-l-ECT: Dissecting Graph Data with Local Euler Characteristic Transforms

2024-10-03 · Julius von Rohrscheidt, Bastian Rieck

The Euler Characteristic Transform (ECT) is an efficiently-computable geometrical-topological invariant that characterizes the global shape of data. In this paper, we introduce the Local Euler Characteristic Transform ($…

Graph Representation LearningNode ClassificationRepresentation Learning