This folder contains bite-sized examples that can help users build their own applications with dattri.
This section contains examples using different attributors to detect noisy labels in various datasets.
Use influence function to detect noisy labels in Mnist10 + Logistic regression.
Use TracIN to detect noisy labels in Mnist10 + MLP.
Use TRAK to detect noisy labels in CIFAR10 + ResNet-9.
This section contains examples using the pretrained checkpoints and pre-calculated ground truth provided by dattri to evaluate the data attribution methods.
Use pre-trained Mnist10 + LR benchmark setting and evaluate TRAK algorithm by LOO correlation
Use pre-trained MNIST10 + MLP benchmark setting and evaluate TRAK + dropout ensemble by LDS
This section contains examples using attribution scores to estimate the brittleness of a model.
Use influence function to estimate the brittleness of losigitc regression trained on Mnist10
This section contains examples using attribution scores to find the data points that can be removed from the training set and improve the test performance.
Use influence function to find the low-quality data points in MNIST-10 and evaluate the performance