#516 · Primary category: Computer Vision
ConvMAE
ConvMAE: Masked Convolution Meets Masked Autoencoders
Project last updated:03/14/23
GitHub Stars
531
Forks
44
Contributors
4
License
MIT
Why we included this project
ConvMAE is the official implementation of a NeurIPS 2022 masked autoencoder that combines convolutional stages with a transformer encoder. Pretraining reconstructs masked image patches on a hybrid, multi-scale architecture, and the hierarchical features it learns transfer well to downstream tasks. The repo includes pretraining and finetuning scripts for ImageNet-1K, plus configs for COCO object detection and instance segmentation with Mask R-CNN and ADE20K semantic segmentation with UperNet, so you can reproduce the reported numbers or reuse the released checkpoints in your own work. It is a research codebase, not a turnkey service: expect to handle configs, training logs, and GPU time yourself. If you are comparing self-supervised vision pretraining methods, having the full train-and-evaluate flow in one repo is a real convenience.
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)