Skip to content

Minimal Implimentation of VCRec (2024) for collapse provention.

License

Notifications You must be signed in to change notification settings

Algomancer/VCReg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Variance-Covariance Regularization Improves Representation Learning

Minimal Implimentation of VCRec (2024) for collapse prevention.

/layer.py Direct Gradient Manipulation implimentation of VCReg. Put this between your blocks. Assumes 0 mean.

/loss.py VICReg loss, for applying this regularization to an output representation.

vis

Original Paper:

@misc{zhu2024variancecovariance,
      title={Variance-Covariance Regularization Improves Representation Learning}, 
      author={Jiachen Zhu and Katrina Evtimova and Yubei Chen and Ravid Shwartz-Ziv and Yann LeCun},
      year={2024},
      eprint={2306.13292},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

About

Minimal Implimentation of VCRec (2024) for collapse provention.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages