Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

PASSL包含 SimCLR,MoCo v1/v2,BYOL,CLIP,PixPro,simsiam, SwAV, BEiT,MAE 等图像自监督算法以及 Vision Transformer,DEiT,Swin Transformer,CvT,T2T-ViT,MLP-Mixer,XCiT,ConvNeXt,PVTv2 等基础视觉算法

License

NotificationsYou must be signed in to change notification settings

PaddlePaddle/PASSL

Repository files navigation

⚙️ English |简体中文

Introduction

PASSL is a Paddle based vision library for state-of-the-art Self-Supervised Learning research withPaddlePaddle. PASSL aims to accelerate research cycle in self-supervised learning: from designing a new self-supervised task to evaluating the learned representations.

Key features of PASSL:

  • Reproducible implementation of SOTA in Self-Supervision

    Existing SOTA in Self-Supervision are implemented -SimCLR,MoCo(v1),MoCo(v2),MoCo-BYOL,BYOL,BEiT. Supervised classification training is also supported.

  • Modular Design

    Easy to build new tasks and reuse the existing components from other tasks (Trainer, models and heads, data transforms, etc.)

🛠️ The ultimate goal of PASSL is to use self-supervised learning to provide more appropriate pre-training weights for downstream tasks while significantly reducing the cost of data annotation.

📣 Recent Update:

  • (2022-2-9): Refactoring README
  • 🔥 Now:

Implemented Models

  • Self-Supervised Learning Models

PASSL implements a series of self-supervised learning algorithms, SeeDocument for details on its use

EpochsOfficial resultsPASSL resultsBackboneModelDocument
MoCo20060.660.64ResNet-50downloadTrain MoCo
SimCLR10064.565.3ResNet-50downloadTrain SimCLR
MoCo v220067.767.72ResNet-50downloadTrain MoCo
MoCo-BYOL30071.5672.10ResNet-50downloadTrain MoCo-BYOL
BYOL30072.5071.62ResNet-50downloadTrain BYOL
PixPro10055.1(fp16)57.2(fp32)ResNet-50downloadTrain PixPro
SimSiam10068.368.4ResNet-50downloadTrain SimSiam
DenseCL20063.6263.37ResNet-50downloadTrain DenseCL
SwAV10072.172.4ResNet-50downloadTrain SwAV

Benchmark Linear Image Classification on ImageNet-1K.

Comming Soon:More algorithm implementations are already in our plans ...

  • Classification Models

PASSL implements influential image classification algorithms such as Visual Transformer, and provides corresponding pre-training weights. Designed to support the construction and research of self-supervised, multimodal, large-model algorithms. SeeClassification_Models_Guide.md for more usage details

DetailTutorial
ViT/PaddleEdu
Swin Transformer/PaddleEdu
CaiTconfigPaddleFleet
T2T-ViTconfigPaddleFleet
CvTconfigPaddleFleet
BEiTconfigunofficial
MLP-MixerconfigPaddleFleet
ConvNeXtconfigPaddleFleet

🔥 PASSL provides a detailed dissection of the algorithm, seeTutorial for details.

Installation

SeeINSTALL.md.

Getting Started

Please seeGETTING_STARTED.md for the basic usage of PASSL.

Awesome SSL

Self-Supervised Learning (SSL) is a rapidly growing field, and some influential papers are listed here for research use.PASSL seeks to implement self-supervised algorithms with application potential

Contributing

PASSL is still young. It may contain bugs and issues. Please report them in our bug track system. Contributions are welcome. Besides, if you have any ideas about PASSL, please let us know.

Citation

If PASSL is helpful to your research, feel free to cite

@misc{=passl,    title={PASSL: A visual Self-Supervised Learning Library},    author={PASSL Contributors},    howpublished = {\url{https://github.com/PaddlePaddle/PASSL}},    year={2022}}

License

As shown in the LICENSE.txt file, PASSL uses the Apache 2.0 copyright agreement.

About

PASSL包含 SimCLR,MoCo v1/v2,BYOL,CLIP,PixPro,simsiam, SwAV, BEiT,MAE 等图像自监督算法以及 Vision Transformer,DEiT,Swin Transformer,CvT,T2T-ViT,MLP-Mixer,XCiT,ConvNeXt,PVTv2 等基础视觉算法

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp