SimMIM Alternatives
Similar projects and alternatives to SimMIM
-
SparK
[ICLR'23 Spotlight🔥] The first successful BERT/MAE-style pretraining on any convolutional network; Pytorch impl. of "Designing BERT for Convolutional Networks: Sparse and Hierarchical Masked Modeling" (by keyu-tian)
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
Unsupervised-Classification
SCAN: Learning to Classify Images without Labels, incl. SimCLR. [ECCV 2020]
-
Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
SimMIM discussion
SimMIM reviews and mentions
-
My DL model mis-segment wrong objects with similar colors
It seems the segmentation task is complex. One thing that I can suggest that definitely worked for me is Self-supervised learning prior to training. The task of the sel-supervision is very important. In your case I suggest Masked Image Modeling because it does not rely heavily on shapes and colors but can leverage them if they exist. Check out SimMIM by Microsoft. https://arxiv.org/abs/2111.09886 . https://github.com/microsoft/simmim
Stats
microsoft/SimMIM is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of SimMIM is Python.