Skip to content

Commit 4b47978

Browse files
committed
ADD: kdd news
1 parent 3e8bec7 commit 4b47978

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

content/news/kdd26/featured.png

429 KB
Loading

content/news/kdd26/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Our paper titled "Countering Overfitting with Counterfactual Examples" has been accepted at KDD 2026
3+
summary: We connect two key properties of machine learning models, generalization and explainability.
4+
date: 2025-12-04
5+
authors:
6+
- student4
7+
- student1
8+
- collaborator6
9+
- director
10+
tags:
11+
- KDD2026
12+
- Overfitting
13+
- Regularization
14+
- Counterfactual examples
15+
---
16+
17+
In this work, we connect two key properties of machine learning models: **generalization** and **explainability**. Specifically, we show that the more a model overfits its training data, the easier it becomes, on average, to find counterfactual examples (i.e., small input perturbations that change the model's prediction).
18+
19+
Leveraging this observation, we propose **CF-Reg**, a new regularization term that mitigates overfitting by enforcing a sufficient margin between training samples and their counterfactuals.
20+
21+
Our experiments indicate that this strategy not only improves generalization but also produces counterfactual explanations naturally as a by product of the training process.
22+
23+
🔗 The preprint is available at the following [link](https://arxiv.org/pdf/2502.09193?).
24+

hugo_stats.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,6 @@
520520
"ids": [
521521
"1-learnable-actions-for-nabla-cmh",
522522
"2-implement-nabla-ocmh",
523-
"2-implement-o-nabla-cmh",
524-
"3",
525-
"3-review-and-implement-scalable-detection-algorithm",
526523
"3-scalable-community-detection-algorithm",
527524
"aboutus",
528525
"code",

0 commit comments

Comments
 (0)