paper-with-me

홈 › Papers

MASK-CNN-Transformer For Real-Time Multi-Label Weather Recognition

2023-04-28 · Shengchao Chen, Ting Shu, Huan Zhao, Yuan Yan Tang

Weather recognition is an essential support for many practical life applications, including traffic safety, environment, and meteorology. However, many existing related works cannot comprehensively describe weather conditions due to their complex co-occurrence dependencies. This paper proposes a novel multi-label weather recognition model considering these dependencies. The proposed model called MASK-Convolutional Neural Network-Transformer (MASK-CT) is based on the Transformer, the convolutional process, and the MASK mechanism. The model employs multiple convolutional layers to extract features from weather images and a Transformer encoder to calculate the probability of each weather condition based on the extracted features. To improve the generalization ability of MASK-CT, a MASK mechanism is used during the training phase. The effect of the MASK mechanism is explored and discussed. The Mask mechanism randomly withholds some information from one-pair training instances (one image and its corresponding label). There are two types of MASK methods. Specifically, MASK-I is designed and deployed on the image before feeding it into the weather feature extractor and MASK-II is applied to the image label. The Transformer encoder is then utilized on the randomly masked image features and labels. The experimental results from various real-world weather recognition datasets demonstrate that the proposed MASK-CT model outperforms state-of-the-art methods. Furthermore, the high-speed dynamic real-time weather recognition capability of the MASK-CT is evaluated.

📄 PDF Abstract BibTeX arXiv:2304.14857

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

AdvMIM: Adversarial Masked Image Modeling for Semi-Supervised Medical Image Segmentation

2025-06-25 · Lei Zhu, Jun Zhou, Rick Siow Mong Goh, Yong liu

Vision Transformer has recently gained tremendous popularity in medical image segmentation task due to its superior capability in capturing long-range dependencies. However, transformer requires a large amount of labeled…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Vision Transformers Are Good Mask Auto-Labelers

2023-01-10 · CVPR 2023 1 · Shiyi Lan, Xitong Yang, Zhiding Yu, Zuxuan Wu 외

We propose Mask Auto-Labeler (MAL), a high-quality Transformer-based mask auto-labeling framework for instance segmentation using only box annotations. MAL takes box-cropped images as inputs and conditionally generates t…

Instance SegmentationSegmentationSemantic Segmentation

Masked Pre-Training of Transformers for Histology Image Analysis

2023-04-14 · Shuai Jiang, Liesbeth Hondelink, Arief A. Suriawinata, Saeed Hassanpour

In digital pathology, whole slide images (WSIs) are widely used for applications such as cancer diagnosis and prognosis prediction. Visual transformer models have recently emerged as a promising method for encoding large…

Multiple Instance LearningPrognosisSurvival Predictionwhole slide images

General Multi-label Image Classification with Transformers

2020-11-27 · CVPR 2021 1 · Jack Lanchantin, Tianlu Wang, Vicente Ordonez, Yanjun Qi

Multi-label image classification is the task of predicting a set of labels corresponding to objects, attributes or other entities present in an image. In this work we propose the Classification Transformer (C-Tran), a ge…

ClassificationGeneral Classificationimage-classificationImage Classification+1

VMask: Tunable Label Privacy Protection for Vertical Federated Learning via Layer Masking

2025-07-19 · Juntao Tan, Lan Zhang, Zhonghao Hu, Kai Yang 외 arxiv

Though vertical federated learning (VFL) is generally considered to be privacy-preserving, recent studies have shown that VFL system is vulnerable to label inference attacks originating from various attack surfaces. Amon…

Federated Learning