Skip to content

Commit

Permalink
link to pdf of paper
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bl committed Aug 30, 2023
1 parent cd5da07 commit 87382b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Overview <a name="overview"></a>

This repository provides code to use the method presented in our DAGM GCPR 2023 paper **"Beyond Debiasing: Actively Steering Feature Selection via Loss Regularization"**. If you want to get started, take a look at our [example network](regression_network.py) and the corresponding [jupyter notebook](feature_steering_example.ipynb).
This repository provides code to use the method presented in our DAGM GCPR 2023 paper [**"Beyond Debiasing: Actively Steering Feature Selection via Loss Regularization"**](https://pub.inf-cv.uni-jena.de/pdf/Blunk23:FS). If you want to get started, take a look at our [example network](regression_network.py) and the corresponding [jupyter notebook](feature_steering_example.ipynb).

If you are only interested in the implementation of the feature steering part of the loss, you can find it in `feat_steering_loss(...)` of [regression_network.py](regression_network.py).

Expand Down

0 comments on commit 87382b9

Please sign in to comment.