microsoft / focalnet-tiny

huggingface.co
Total runs: 22.9K
24-hour runs: 0
7-day runs: 555
30-day runs: 11.0K
Model's Last Updated: May 04 2023
image-classification

Introduction of focalnet-tiny

Model Details of focalnet-tiny

FocalNet (tiny-sized model)

FocalNet model trained on ImageNet-1k at resolution 224x224. It was introduced in the paper Focal Modulation Networks by Yang et al. and first released in this repository .

Disclaimer: The team releasing FocalNet did not write a model card for this model so this model card has been written by the Hugging Face team.

Model description

Focul Modulation Networks are an alternative to Vision Transformers, where self-attention (SA) is completely replaced by a focal modulation mechanism for modeling token interactions in vision. Focal modulation comprises three components: (i) hierarchical contextualization, implemented using a stack of depth-wise convolutional layers, to encode visual contexts from short to long ranges, (ii) gated aggregation to selectively gather contexts for each query token based on its content, and (iii) element-wise modulation or affine transformation to inject the aggregated context into the query. Extensive experiments show FocalNets outperform the state-of-the-art SA counterparts (e.g., Vision Transformers, Swin and Focal Transformers) with similar computational costs on the tasks of image classification, object detection, and segmentation.

model image

Intended uses & limitations

You can use the raw model for image classification. See the model hub to look for fine-tuned versions on a task that interests you.

How to use

Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:

from transformers import FocalNetImageProcessor, FocalNetForImageClassification
import torch
from datasets import load_dataset

dataset = load_dataset("huggingface/cats-image")
image = dataset["test"]["image"][0]

preprocessor = FocalNetImageProcessor.from_pretrained("microsoft/focalnet-tiny")
model = FocalNetForImageClassification.from_pretrained("microsoft/focalnet-tiny")

inputs = preprocessor(image, return_tensors="pt")

with torch.no_grad():
    logits = model(**inputs).logits

# model predicts one of the 1000 ImageNet classes
predicted_label = logits.argmax(-1).item()
print(model.config.id2label[predicted_label]),

For more code examples, we refer to the documentation .

BibTeX entry and citation info
@article{DBLP:journals/corr/abs-2203-11926,
  author       = {Jianwei Yang and
                  Chunyuan Li and
                  Jianfeng Gao},
  title        = {Focal Modulation Networks},
  journal      = {CoRR},
  volume       = {abs/2203.11926},
  year         = {2022},
  url          = {https://doi.org/10.48550/arXiv.2203.11926},
  doi          = {10.48550/arXiv.2203.11926},
  eprinttype    = {arXiv},
  eprint       = {2203.11926},
  timestamp    = {Tue, 29 Mar 2022 18:07:24 +0200},
  biburl       = {https://dblp.org/rec/journals/corr/abs-2203-11926.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}

Runs of microsoft focalnet-tiny on huggingface.co

22.9K
Total runs
0
24-hour runs
594
3-day runs
555
7-day runs
11.0K
30-day runs

More Information About focalnet-tiny huggingface.co Model

More focalnet-tiny license Visit here:

https://choosealicense.com/licenses/apache-2.0

focalnet-tiny huggingface.co

focalnet-tiny huggingface.co is an AI model on huggingface.co that provides focalnet-tiny's model effect (), which can be used instantly with this microsoft focalnet-tiny model. huggingface.co supports a free trial of the focalnet-tiny model, and also provides paid use of the focalnet-tiny. Support call focalnet-tiny model through api, including Node.js, Python, http.

focalnet-tiny huggingface.co Url

https://huggingface.co/microsoft/focalnet-tiny

microsoft focalnet-tiny online free

focalnet-tiny huggingface.co is an online trial and call api platform, which integrates focalnet-tiny's modeling effects, including api services, and provides a free online trial of focalnet-tiny, you can try focalnet-tiny online for free by clicking the link below.

microsoft focalnet-tiny online free url in huggingface.co:

https://huggingface.co/microsoft/focalnet-tiny

focalnet-tiny install

focalnet-tiny is an open source model from GitHub that offers a free installation service, and any user can find focalnet-tiny on GitHub to install. At the same time, huggingface.co provides the effect of focalnet-tiny install, users can directly use focalnet-tiny installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

focalnet-tiny install url in huggingface.co:

https://huggingface.co/microsoft/focalnet-tiny

Url of focalnet-tiny

focalnet-tiny huggingface.co Url

Provider of focalnet-tiny huggingface.co

microsoft
ORGANIZATIONS

Other API from microsoft

huggingface.co

Total runs: 681.1K
Run Growth: 208.0K
Growth Rate: 30.53%
Updated:February 03 2022
huggingface.co

Total runs: 595.8K
Run Growth: -131.1K
Growth Rate: -22.00%
Updated:November 25 2025
huggingface.co

Total runs: 535.6K
Run Growth: 307.0K
Growth Rate: 57.32%
Updated:April 08 2024
huggingface.co

Total runs: 511.8K
Run Growth: -531.5K
Growth Rate: -103.84%
Updated:December 08 2025
huggingface.co

Total runs: 390.1K
Run Growth: -105.4K
Growth Rate: -27.01%
Updated:September 26 2022
huggingface.co

Total runs: 289.1K
Run Growth: -22.3K
Growth Rate: -7.70%
Updated:February 14 2024
huggingface.co

Total runs: 202.2K
Run Growth: -104.8K
Growth Rate: -51.84%
Updated:February 12 2022
huggingface.co

Total runs: 131.8K
Run Growth: 11.6K
Growth Rate: 8.82%
Updated:May 12 2026
huggingface.co

Total runs: 117.8K
Run Growth: -147.4K
Growth Rate: -125.12%
Updated:November 08 2023
huggingface.co

Total runs: 117.6K
Run Growth: -1.2K
Growth Rate: -1.03%
Updated:February 29 2024
huggingface.co

Total runs: 103.1K
Run Growth: -3.3K
Growth Rate: -3.25%
Updated:February 03 2023
huggingface.co

Total runs: 100.0K
Run Growth: -425
Growth Rate: -0.42%
Updated:August 28 2025
huggingface.co

Total runs: 69.7K
Run Growth: -13.1K
Growth Rate: -18.74%
Updated:November 25 2025
huggingface.co

Total runs: 68.7K
Run Growth: -18.2K
Growth Rate: -26.47%
Updated:December 03 2025
huggingface.co

Total runs: 52.0K
Run Growth: 26.0K
Growth Rate: 50.00%
Updated:December 23 2021
huggingface.co

Total runs: 32.5K
Run Growth: 28.2K
Growth Rate: 86.85%
Updated:April 23 2026
huggingface.co

Total runs: 32.4K
Run Growth: 12.9K
Growth Rate: 39.76%
Updated:April 24 2023