Super-Selfish: Self-Supervised Learning on Images with PyTorch
Nicolas Wagner, Anirban Mukhopadhyay

TL;DR
Super-Selfish is a user-friendly PyTorch framework that simplifies self-supervised learning on images, supporting 13 algorithms and enabling quick pretraining of neural networks with minimal code.
Contribution
It introduces an easy-to-use, modular PyTorch framework supporting multiple self-supervised algorithms for image learning, facilitating rapid pretraining with minimal effort.
Findings
Supports 13 self-supervised algorithms
Enables pretraining with two lines of code
Flexible and modular design
Abstract
Super-Selfish is an easy to use PyTorch framework for image-based self-supervised learning. Features can be learned with 13 algorithms that span from simple classification to more complex state of theart contrastive pretext tasks. The framework is easy to use and allows for pretraining any PyTorch neural network with only two lines of code. Simultaneously, full flexibility is maintained through modular design choices. The code can be found at https://github.com/MECLabTUDA/Super_Selfish and installed using pip install super-selfish.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning · AI in cancer detection
