paper-with-me

홈 › Papers

Classification of Industrial Control Systems screenshots using Transfer Learning

2020-05-20 · Pablo Blanco Medina, Eduardo Fidalgo Fernandez, Enrique Alegre, Francisco Jáñez Martino, Roberto A. Vasco-Carofilis, Víctor Fidalgo Villar

Industrial Control Systems depend heavily on security and monitoring protocols. Several tools are available for this purpose, which scout vulnerabilities and take screenshots from various control panels for later analysis. However, they do not adequately classify images into specific control groups, which can difficult operations performed by manual operators. In order to solve this problem, we use transfer learning with five CNN architectures, pre-trained on Imagenet, to determine which one best classifies screenshots obtained from Industrial Controls Systems. Using 337 manually labeled images, we train these architectures and study their performance both in accuracy and CPU and GPU time. We find out that MobilenetV1 is the best architecture based on its 97,95% of F1-Score, and its speed on CPU with 0.47 seconds per image. In systems where time is critical and GPU is available, VGG16 is preferable because it takes 0.04 seconds to process images, but dropping performance to 87,67%.

📄 PDF Abstract BibTeX arXiv:2005.10098

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationCPUGeneral ClassificationGPUTransfer Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Average Pooling 설명 없음
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …

Similar Papers 제목 키워드 기반

Identifying Misinformation from Website Screenshots

2021-02-15 · Sara Abdali, Rutuja Gurav, Siddharth Menon, Daniel Fonseca 외

Can the look and the feel of a website give information about the trustworthiness of an article? In this paper, we propose to use a promising, yet neglected aspect in detecting the misinformativeness: the overall look of…

Articlesimage-classificationImage ClassificationMisinformation+2

Medoid Prototype Alignment for Cross-Plant Unknown Attack Detection in Industrial Control Systems

2026-04-28 · Luyao Wang arxiv

Deploying an intrusion detector trained in one industrial plant to another remains difficult because Industrial Control System (ICS) traffic is highly site-dependent, labels are scarce, and unseen attacks often appear af…

Intrusion Detection

StyleKQC: A Style-Variant Paraphrase Corpus for Korean Questions and Commands

2021-03-24 · LREC 2022 6 · Won Ik Cho, Sangwhan Moon, Jong In Kim, Seok Min Kim 외

Paraphrasing is often performed with less concern for controlled style conversion. Especially for questions and commands, style-variant paraphrasing can be crucial in tone and manner, which also matters with industrial a…

Natural Language Queries

Online Motion Style Transfer for Interactive Character Control

2022-03-30 · Yingtian Tang, Jiangtao Liu, Cheng Zhou, Tingguang Li

Motion style transfer is highly desired for motion generation systems for gaming. Compared to its offline counterpart, the research on online motion style transfer under interactive control is limited. In this work, we p…

Game DesignMotion GenerationMotion Style TransferStyle Transfer

From Pixels to Titles: Video Game Identification by Screenshots using Convolutional Neural Networks

2023-11-27 · Fabricio Breve

This paper investigates video game identification through single screenshots, utilizing ten convolutional neural network (CNN) architectures (VGG16, ResNet50, ResNet152, MobileNet, DenseNet169, DenseNet201, EfficientNetB…