paper-with-me

Papers

Super-Selfish: Self-Supervised Learning on Images with PyTorch

2020-12-04 · Nicolas Wagner, Anirban Mukhopadhyay

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.

📄 PDF Abstract BibTeX arXiv:2012.02706

Code (2)

MECLabTUDA/Super_Selfish 공식 구현 pytorch
nwWag/Super-Selfish pytorch

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Competitive Advantage Attacks to Decentralized Federated Learning

2023-10-20 · Yuqi Jia, Minghong Fang, Neil Zhenqiang Gong

Decentralized federated learning (DFL) enables clients (e.g., hospitals and banks) to jointly train machine learning models without a central orchestration server. In each global training round, each client trains a loca…

Federated Learning

Tackling Selfish Clients in Federated Learning

2024-07-22 · Andrea Augello, Ashish Gupta, Giuseppe Lo Re, Sajal K. Das

Federated Learning (FL) is a distributed machine learning paradigm facilitating participants to collaboratively train a model without revealing their local data. However, when FL is deployed into the wild, some intellige…

Federated Learning

Selfish Evolution: Making Discoveries in Extreme Label Noise with the Help of Overfitting Dynamics

2024-11-26 · Nima Sedaghat, Tanawan Chatchadanoraset, Colin Orion Chandler, Ashish Mahabal 외

Motivated by the scarcity of proper labels in an astrophysical application, we have developed a novel technique, called Selfish Evolution, which allows for the detection and correction of corrupted labels in a weakly sup…

Solo-learn: A Library of Self-supervised Methods for Visual Representation Learning

2021-08-03 · Victor G. Turrisi da Costa, Enrico Fini, Moin Nabi, Nicu Sebe 외

This paper presents solo-learn, a library of self-supervised methods for visual representation learning. Implemented in Python, using Pytorch and Pytorch lightning, the library fits both research and industry needs by fe…

Linear evaluationRepresentation LearningSelf-Supervised Learning

Self supervised contrastive learning for digital histopathology

2020-11-27 · Ozan Ciga, Tony Xu, Anne L. Martel

Unsupervised learning has been a long-standing goal of machine learning and is especially important for medical image analysis, where the learning can compensate for the scarcity of labeled datasets. A promising subclass…

Contrastive LearningMedical Image AnalysisSelf-Supervised Learning