#461 · Primary category: Computer Vision
BiFormer
[CVPR 2023] Official code release of our paper "BiFormer: Vision Transformer with Bi-Level Routing Attention"
Project last updated:05/22/23
GitHub Stars
583
Forks
41
Contributors
1
License
MIT
Why we included this project
BiFormer is a CVPR 2023 vision transformer built around bi-level routing attention: instead of attending over the whole image, the model first picks a small set of relevant regions and then runs attention only inside them. That keeps accuracy high while cutting compute, which is the main reason people building efficient backbones reach for it. The repo ships pretrained ImageNet-1K checkpoints in several sizes plus working code for object detection and semantic segmentation, so you can drop the backbone into downstream tasks rather than reimplementing it. It builds on timm and documents training and evaluation for both slurm clusters and single machines. This is a research release rather than a maintained library, so expect to adapt it for production, but the attention module is a useful starting point for custom vision models.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)