#224 · Primary category: Computer Vision
UniRepLKNet
[CVPR 2024 & TPAMI 2025] UniRepLKNet
Project last updated:08/10/25
GitHub Stars
1.1K
Forks
63
Contributors
2
License
Apache-2.0
Why we included this project
UniRepLKNet comes from the CVPR 2024 and TPAMI 2025 line of work that treats large-kernel convolutional networks as a real alternative to transformer backbones. The repo distills the architectural rules for designing these networks and backs them with concrete numbers: 88 percent top-1 on ImageNet, a 56.4 COCO box AP, and 55.6 mIoU on ADE20K, all from ImageNet-22K pretraining alone. More interesting is that the same unified architecture carries over to audio and time-series signals, including global temperature and wind speed forecasting, with only simple preprocessing changes. Pretrained weights are on Hugging Face, and the training and evaluation code makes it easy to drop a checkpoint into an existing detection or segmentation pipeline. If runtime speed relative to accuracy matters more to you than raw benchmark scores, the direct comparisons with ConvNeXt v2 and InternImage give a concrete basis for that decision.
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)