An open API service indexing awesome lists of open source software.

https://github.com/lucidrains/sdft-pytorch

Explorations into the proposed SDFT, Self-Distillation Enables Continual Learning, from Shenfeld et al. of MIT
https://github.com/lucidrains/sdft-pytorch

artificial-intelligence continual-learning deep-learning

Last synced: 5 months ago
JSON representation

Explorations into the proposed SDFT, Self-Distillation Enables Continual Learning, from Shenfeld et al. of MIT

Awesome Lists containing this project

README

          

## SDFT - Pytorch (wip)

Explorations into the proposed SDFT, [Self-Distillation Enables Continual Learning](https://arxiv.org/abs/2601.19897), from Shenfeld et al. of MIT

## Citations

```bibtex
@misc{shenfeld2026selfdistillationenablescontinuallearning,
title = {Self-Distillation Enables Continual Learning},
author = {Idan Shenfeld and Mehul Damani and Jonas Hübotter and Pulkit Agrawal},
year = {2026},
eprint = {2601.19897},
archivePrefix = {arXiv},
primaryClass = {cs.LG},
url = {https://arxiv.org/abs/2601.19897},
}
```