Implementation of Estimating Training Data Influence by Tracing Gradient Descent (NeurIPS 2020)
☆240Feb 14, 2022Updated 4 years ago
Alternatives and similar repositories for TracIn
Users that are interested in TracIn are comparing it to the libraries listed below
Sorting:
- Code for the CVPR 2020 [ORAL] paper "SAM: The Sensitivity of Attribution Methods to Hyperparameters"☆27Dec 8, 2022Updated 3 years ago
- This is a PyTorch reimplementation of Influence Functions from the ICML2017 best paper: Understanding Black-box Predictions via Influence…☆344Oct 29, 2023Updated 2 years ago
- ☆14Jul 2, 2019Updated 6 years ago
- Estimating Example Difficulty using Variance of Gradients☆64Jan 10, 2023Updated 3 years ago
- Influence Analysis and Estimation - Survey, Papers, and Taxonomy☆87Feb 27, 2024Updated 2 years ago
- Collection of machine learning research paper references☆26Feb 23, 2025Updated last year
- Code for "Tracing Knowledge in Language Models Back to the Training Data"☆39Dec 27, 2022Updated 3 years ago
- DataInf: Efficiently Estimating Data Influence in LoRA-tuned LLMs and Diffusion Models (ICLR 2024)☆81Oct 3, 2024Updated last year
- Run fully connected artificial neural networks with dropout applied (mini)batchwise, rather than samplewise. Given two hidden layers each…☆15May 18, 2015Updated 10 years ago
- A lightweight experimental logging library☆52Dec 23, 2025Updated 2 months ago
- Code for the Proceedings of the National Academy of Sciences 2020 article, "Understanding the Role of Individual Units in a Deep Neural N…☆307Jan 9, 2021Updated 5 years ago
- A library for evaluating representations.☆77Nov 21, 2021Updated 4 years ago
- A fast, effective data attribution method for neural networks in PyTorch☆232Nov 18, 2024Updated last year
- Reproducing TracIn (Tracing Gradient Descent) using PyTorch