Using masks as preprocessing for classification [FR]
See original GitHub issueMaybe it’s a little bit too early to ask for this but could it be possible to specify regions within an image for ViT
to perfom the prediction? I was thinking on a binary mask, for example, which could be used for the tiling step in order to obtain different images sequences.
I am thinking on a pipeline where, in order to increase resolution, you could specify the regions to perform the training based on whatever reason you find it suitable (previous attention maps for example 😄).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Facial Mask Detection Using Depthwise Separable ... - Frontiers
We describe an effective face mask-based facial image classification system using a MobileNet-based deep learning model with a Depthwise separable convolution ...
Read more >Fine-tuning a masked language model - Hugging Face Course
When training models for masked language modeling, one technique that can be used is to mask whole words together, not just individual tokens....
Read more >3.4.3. Preprocessing
Preprocessing ¶. The tab Preprocessing provides several tools for data manipulation which are useful before the actual classification process. 3.4.3.1. ASTER.
Read more >Identifying Facemask-Wearing Condition Using Image Super ...
The proposed algorithm contains four main steps: Image pre-processing, facial detection and cropping, image super-resolution, and facemask-wearing condition ...
Read more >Masked Face Recognition Using Deep Learning: A Review
Image Preprocessing. The performance of FR systems, with or without masks, is largely influenced by the nature of face images used in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/lucidrains/vit-pytorch/releases/tag/0.0.4 done!
@Tato14 Ok, I’ll add the mask later today 😃