TRAIS-Lab / dattri

`dattri` is a PyTorch library for developing, benchmarking, and deploying efficient data attribution algorithms.
https://trais-lab.github.io/dattri/
MIT License
28 stars 8 forks source link

[dattri.algorithm] Add RPS Attributor #58

Closed tingwl0122 closed 3 months ago

tingwl0122 commented 4 months ago

Description

This PR implements the Representer Point Selection Attributor as another TDA algorithm.

1. Motivation and Context

To migrate the official repo of RPS into our context. There are several design issues regarding RPS attributor described in #57. The modification will come after discussions there.

2. Summary of the change

Notes:

tingwl0122 commented 4 months ago

Hi @TheaperDeng , please have a look at this and #57 if you have some time.

tingwl0122 commented 3 months ago

@TheaperDeng have addressed the above issues but are still not working on MNIST or CIFAR...

jiaqima commented 3 months ago

Not sure which operation of mine closed this PR. And I cannot reopen it. Please make start a new PR for this.