paper-with-me

홈 › Papers

CGLearn: Consistent Gradient-Based Learning for Out-of-Distribution Generalization

2024-11-09 · Jawad Chowdhury, Gabriel Terejanu

Improving generalization and achieving highly predictive, robust machine learning models necessitates learning the underlying causal structure of the variables of interest. A prominent and effective method for this is learning invariant predictors across multiple environments. In this work, we introduce a simple yet powerful approach, CGLearn, which relies on the agreement of gradients across various environments. This agreement serves as a powerful indication of reliable features, while disagreement suggests less reliability due to potential differences in underlying causal mechanisms. Our proposed method demonstrates superior performance compared to state-of-the-art methods in both linear and nonlinear settings across various regression and classification tasks. CGLearn shows robust applicability even in the absence of separate environments by exploiting invariance across different subsamples of observational data. Comprehensive experiments on both synthetic and real-world datasets highlight its effectiveness in diverse scenarios. Our findings underscore the importance of leveraging gradient agreement for learning causal invariance, providing a significant step forward in the field of robust machine learning. The source code of the linear and nonlinear implementation of CGLearn is open-source and available at: https://github.com/hasanjawad001/CGLearn.

📄 PDF Abstract BibTeX arXiv:2411.06040

Code (1)

hasanjawad001/cglearn 공식 구현 pytorch

Tasks

Out-of-Distribution Generalization

Similar Papers 제목 키워드 기반

Prismatic Synthesis: Gradient-based Data Diversification Boosts Generalization in LLM Reasoning

2025-05-26 · JaeHun Jung, Seungju Han, Ximing Lu, Skyler Hallinan 외

Effective generalization in language models depends critically on the diversity of their training data. Yet existing diversity metrics often fall short of this goal, relying on surface-level heuristics that are decoupled…

DiversityMathNatural Language Inference

Gradient-Guided Annealing for Domain Generalization

2025-02-27 · CVPR 2025 1 · Aristotelis Ballas, Christos Diou

Domain Generalization (DG) research has gained considerable traction as of late, since the ability to generalize to unseen data distributions is a requirement that eludes even state-of-the-art training algorithms. In thi…

Domain Generalizationimage-classificationImage ClassificationModel Optimization

FedImpro: Measuring and Improving Client Update in Federated Learning

2024-02-10 · Zhenheng Tang, Yonggang Zhang, Shaohuai Shi, Xinmei Tian 외

Federated Learning (FL) models often experience client drift caused by heterogeneous data, where the distribution of data differs across clients. To address this issue, advanced research primarily focuses on manipulating…

Federated Learning

Fishr: Invariant Gradient Variances for Out-of-Distribution Generalization

2021-09-07 · Alexandre Rame, Corentin Dancette, Matthieu Cord

Learning robust models that generalize well under changes in the data distribution is critical for real-world applications. To this end, there has been a growing surge of interest to learn simultaneously from multiple tr…

Domain GeneralizationOut-of-Distribution Generalization

PA&DA: Jointly Sampling PAth and DAta for Consistent NAS

2023-02-28 · CVPR 2023 1 · Shun Lu, Yu Hu, Longxing Yang, Zihao Sun 외

Based on the weight-sharing mechanism, one-shot NAS methods train a supernet and then inherit the pre-trained weights to evaluate sub-models, largely reducing the search cost. However, several works have pointed out that…