paper-with-me

Papers

Generalizability through Explainability: Countering Overfitting with Counterfactual Examples

2025-02-13 · Flavio Giorgi, Fabiano Veglianti, Fabrizio Silvestri, Gabriele Tolomei

Overfitting is a well-known issue in machine learning that occurs when a model struggles to generalize its predictions to new, unseen data beyond the scope of its training set. Traditional techniques to mitigate overfitting include early stopping, data augmentation, and regularization. In this work, we demonstrate that the degree of overfitting of a trained model is correlated with the ability to generate counterfactual examples. The higher the overfitting, the easier it will be to find a valid counterfactual example for a randomly chosen input data point. Therefore, we introduce CF-Reg, a novel regularization term in the training loss that controls overfitting by ensuring enough margin between each instance and its corresponding counterfactual. Experiments conducted across multiple datasets and models show that our counterfactual regularizer generally outperforms existing regularization techniques.

📄 PDF Abstract BibTeX arXiv:2502.09193

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualData Augmentationvalid

Similar Papers 제목 키워드 기반

Generalizability vs. Counterfactual Explainability Trade-Off

2025-05-29 · Fabiano Veglianti, Flavio Giorgi, Fabrizio Silvestri, Gabriele Tolomei

In this work, we investigate the relationship between model generalization and counterfactual explainability in supervised learning. We introduce the notion of $\varepsilon$-valid counterfactual probability ($\varepsilon…

counterfactualvalid

Rethinking Distance Metrics for Counterfactual Explainability

2024-10-18 · Joshua Nathaniel Williams, Anurag Katakkar, Hoda Heidari, J. Zico Kolter

Counterfactual explanations have been a popular method of post-hoc explainability for a variety of settings in Machine Learning. Such methods focus on explaining classifiers by generating new data points that are similar…

counterfactual

Counterfactual Explainability Framework With CycleGAN And Counterfactual-Classifier Alignnment Score for Retinal Disease Classification

2026-07-23 · Kritanu Chattopadhyay, Sayanjit Singha Roy, Soumya Chatterjee arxiv

Automated detection of vision impairing retina-based ocular conditions from fundus images is important for early screening, timely referral and reducing dependency on specialist-only assessment, for which neural network-…

Knowledge Solver: Teaching LLMs to Search for Domain Knowledge from Knowledge Graphs

2023-09-06 · Chao Feng, Xinyu Zhang, Zichu Fei

Large language models (LLMs), such as ChatGPT and GPT-4, are versatile and can solve different tasks due to their emergent ability and generalizability. However, LLMs sometimes lack domain-specific knowledge to perform t…

HallucinationKnowledge GraphsMedQARetrieval

Graph Style Transfer for Counterfactual Explainability

2025-05-23 · Bardh Prenkaj, Efstratios Zaradoukas, Gjergji Kasneci

Counterfactual explainability seeks to uncover model decisions by identifying minimal changes to the input that alter the predicted outcome. This task becomes particularly challenging for graph data due to preserving str…

counterfactualCounterfactual ExplanationGraph ClassificationStyle Transfer+1