Hysen Labs
Model or dataset
huggingface/pytorch-image-models avatar
huggingface

pytorch-image-models

The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more

37,067 stars5,188 forksPythonApache-2.0
01
DEEP OPEN-SOURCE ANALYSIS

PyTorch Image Models keeps adding backbones after its author left Hugging Face

The largest collection of PyTorch image encoders and backbones keeps a dated changelog, and the recent entries are a decent signal of where vision model work is drifting.

02
DEEP OPEN-SOURCE ANALYSIS

One repo, most backbones you know

ResNet, ResNeXT, EfficientNet, NFNet, ViT, MobileNetV4, MobileNetV3 and V2, RegNet, DPN, CSPNet, Swin, MaxViT, CoAtNet, ConvNeXt: the collection spans old convolutional workhorses and newer transformer designs, all with train, eval, inference, and export scripts plus pretrained weights. Documentation is hosted at huggingface.co, the code is Python under Apache-2.0, and the repo holds around 37,000 stars.

03
DEEP OPEN-SOURCE ANALYSIS

The changelog reads like a research feed

Updates are logged by date, and the August 2026 entry is typical of the recent direction. It adds model definitions and pretrained weights for CPUBone, an efficient vision backbone aimed at devices with weak parallelization capabilities, and improves NaFlexViT. A July entry tuned optimizer support and cut version 1.0.28.

04
DEEP OPEN-SOURCE ANALYSIS

Earlier entries in the same vein

Before that, the log picked up EUPE ViT and ConvNeXt models, TIPSv2 definitions, and Gemma4 ViT encoders. Attention mask handling for ViT and EVA models got fixes, and a patch representation refinement pooling option landed. If you want a quick sense of what image model research produced over a stretch of months, this file is an honest proxy.

05
DEEP OPEN-SOURCE ANALYSIS

A maintenance release with security in it

One entry deserves its own note. After the author's departure from Hugging Face, the first maintenance release concentrated on pickle checkpoint handling and security, exactly the kind of unglamorous work a collection like this needs to stay trustworthy. Versioned releases with new model support and fixes have continued since.

06
DEEP OPEN-SOURCE ANALYSIS

Why people keep it bookmarked

For anyone doing image work in PyTorch, this repo functions as the reference shelf: when a paper ships a backbone, its definitions and weights tend to show up here. The scripts cover the boring parts too, training, evaluation, inference, and export, so a model from the list can move from download to experiment without much glue code.

08
DEEP OPEN-SOURCE ANALYSIS

Official sources

09
Community notes

Community notes