paper-with-me

Papers

DEEVA: A Deep Learning and IoT Based Computer Vision System to Address Safety and Security of Production Sites in Energy Industry

2020-03-02 · Nimish M. Awalgaonkar, Haining Zheng, Christopher S. Gurciullo

When it comes to addressing the safety/security related needs at different production/construction sites, accurate detection of the presence of workers, vehicles, equipment important and formed an integral part of computer vision-based surveillance systems (CVSS). Traditional CVSS systems focus on the use of different computer vision and pattern recognition algorithms overly reliant on manual extraction of features and small datasets, limiting their usage because of low accuracy, need for expert knowledge and high computational costs. The main objective of this paper is to provide decision makers at sites with a practical yet comprehensive deep learning and IoT based solution to tackle various computer vision related problems such as scene classification, object detection in scenes, semantic segmentation, scene captioning etc. Our overarching goal is to address the central question of What is happening at this site and where is it happening in an automated fashion minimizing the need for human resources dedicated to surveillance. We developed Deep ExxonMobil Eye for Video Analysis (DEEVA) package to handle scene classification, object detection, semantic segmentation and captioning of scenes in a hierarchical approach. The results reveal that transfer learning with the RetinaNet object detector is able to detect the presence of workers, different types of vehicles/construction equipment, safety related objects at a high level of accuracy (above 90%). With the help of deep learning to automatically extract features and IoT technology to automatic capture, transfer and process vast amount of realtime images, this framework is an important step towards the development of intelligent surveillance systems aimed at addressing myriads of open ended problems in the realm of security/safety monitoring, productivity assessments and future decision making.

📄 PDF Abstract BibTeX arXiv:2003.01196

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingobject-detectionObject DetectionScene ClassificationSemantic SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FPN 설명 없음
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

CrossCodeEval: A Diverse and Multilingual Benchmark for Cross-File Code Completion

2023-10-17 · NeurIPS 2023 11

Code completion models have made significant progress in recent years, yet current popular evaluation datasets, such as HumanEval and MBPP, predominantly focus on code completion tasks within a single file. This over-sim…

Code CompletionHumanEvalmbpp

xCodeEval: A Large Scale Multilingual Multitask Benchmark for Code Understanding, Generation, Translation and Retrieval

2023-03-06 · Mohammad Abdullah Matin Khan, M Saiful Bari, Xuan Long Do, Weishi Wang 외

Recently, pre-trained large language models (LLMs) have shown impressive abilities in generating codes from natural language descriptions, repairing buggy codes, translating codes between languages, and retrieving releva…

Program RepairProgram SynthesisRetrieval

Computer Vision Systems in Road Vehicles: A Review

2013-10-01 · Kristian Kovačić, Edouard Ivanjko, Hrvoje Gold

The number of road vehicles significantly increased in recent decades. This trend accompanied a build-up of road infrastructure and development of various control systems to increase road traffic safety, road capacity an…

Kornia-rs: A Low-Level 3D Computer Vision Library In Rust

2025-05-18 · Edgar Riba, Jian Shi, Aditya Kumar, Andrew Shen 외

We present \textit{kornia-rs}, a high-performance 3D computer vision library written entirely in native Rust, designed for safety-critical and real-time applications. Unlike C++-based libraries like OpenCV or wrapper-bas…

Towards Practical Verification of Machine Learning: The Case of Computer Vision Systems

2017-12-05 · Kexin Pei, Linjie Zhu, Yinzhi Cao, Junfeng Yang 외

Due to the increasing usage of machine learning (ML) techniques in security- and safety-critical domains, such as autonomous systems and medical diagnosis, ensuring correct behavior of ML systems, especially for differen…

BIG-bench Machine LearningMedical Diagnosis