paper-with-me

Papers

Mask Usage Recognition using Vision Transformer with Transfer Learning and Data Augmentation

2022-03-22 · Hensel Donato Jahja, Novanto Yudistira, Sutrisno

The COVID-19 pandemic has disrupted various levels of society. The use of masks is essential in preventing the spread of COVID-19 by identifying an image of a person using a mask. Although only 23.1% of people use masks correctly, Artificial Neural Networks (ANN) can help classify the use of good masks to help slow the spread of the Covid-19 virus. However, it requires a large dataset to train an ANN that can classify the use of masks correctly. MaskedFace-Net is a suitable dataset consisting of 137016 digital images with 4 class labels, namely Mask, Mask Chin, Mask Mouth Chin, and Mask Nose Mouth. Mask classification training utilizes Vision Transformers (ViT) architecture with transfer learning method using pre-trained weights on ImageNet-21k, with random augmentation. In addition, the hyper-parameters of training of 20 epochs, an Stochastic Gradient Descent (SGD) optimizer with a learning rate of 0.03, a batch size of 64, a Gaussian Cumulative Distribution (GeLU) activation function, and a Cross-Entropy loss function are used to be applied on the training of three architectures of ViT, namely Base-16, Large-16, and Huge-14. Furthermore, comparisons of with and without augmentation and transfer learning are conducted. This study found that the best classification is transfer learning and augmentation using ViT Huge-14. Using this method on MaskedFace-Net dataset, the research reaches an accuracy of 0.9601 on training data, 0.9412 on validation data, and 0.9534 on test data. This research shows that training the ViT model with data augmentation and transfer learning improves classification of the mask usage, even better than convolutional-based Residual Network (ResNet).

📄 PDF Abstract BibTeX arXiv:2203.11542

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationTransfer Learning

Similar Papers 제목 키워드 기반

Entropy Reveals Block Importance in Masked Self-Supervised Vision Transformers

2026-02-03 · Peihao Xiang, Kaida Wu, Ou Bai arxiv

Masked self-supervised vision transformers have become a dominant pretraining paradigm, yet their substantial model size poses significant challenges for resource-constrained deployment and efficient transfer learning. A…

Transfer LearningModel Compression

Masked Vision-Language Transformers for Scene Text Recognition

2022-11-09 · Jie Wu, Ying Peng, Shengming Zhang, Weigang Qi 외

Scene text recognition (STR) enables computers to recognize and read the text in various real-world scenes. Recent STR models benefit from taking linguistic information in addition to visual cues into consideration. We p…

DecoderScene Text Recognition

Masked Self-Supervised Pre-Training for Text Recognition Transformers on Large-Scale Datasets

2025-03-28 · Martin Kišš, Michal Hradiš

Self-supervised learning has emerged as a powerful approach for leveraging large-scale unlabeled data to improve model performance in various domains. In this paper, we explore masked self-supervised pre-training for tex…

Self-Supervised LearningTransfer Learning

Listen and Fill in the Missing Letters: Non-Autoregressive Transformer for Speech Recognition

2019-11-10 · Nanxin Chen, Shinji Watanabe, Jesús Villalba, Najim Dehak

Recently very deep transformers have outperformed conventional bi-directional long short-term memory networks by a large margin in speech recognition. However, to put it into production usage, inference computation cost …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderMachine Translation+2

Adapting Self-Supervised Vision Transformers by Probing Attention-Conditioned Masking Consistency

2022-06-16 · Viraj Prabhu, Sriram Yenamandra, Aaditya Singh, Judy Hoffman

Visual domain adaptation (DA) seeks to transfer trained models to unseen, unlabeled domains across distribution shift, but approaches typically focus on adapting convolutional neural network architectures initialized wit…

Domain AdaptationObject RecognitionSelf-Supervised Learning