[go: up one dir, main page]

CN115984784A - Safety incident identification system and method for dangerous approach of ramp vehicles for airport supervision - Google Patents

Safety incident identification system and method for dangerous approach of ramp vehicles for airport supervision Download PDF

Info

Publication number
CN115984784A
CN115984784A CN202211537780.4A CN202211537780A CN115984784A CN 115984784 A CN115984784 A CN 115984784A CN 202211537780 A CN202211537780 A CN 202211537780A CN 115984784 A CN115984784 A CN 115984784A
Authority
CN
China
Prior art keywords
safety
vehicle
airport
aircraft
real
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211537780.4A
Other languages
Chinese (zh)
Inventor
陈翰
丁继存
曹伟
李坤
李志�
苏以通
薛玲祥
张新华
陈晓
宋正敏
刘晓疆
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qingdao Civil Aviation Cares Co ltd
Original Assignee
Qingdao Civil Aviation Cares Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Qingdao Civil Aviation Cares Co ltd filed Critical Qingdao Civil Aviation Cares Co ltd
Priority to CN202211537780.4A priority Critical patent/CN115984784A/en
Publication of CN115984784A publication Critical patent/CN115984784A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Landscapes

  • Image Analysis (AREA)
  • Traffic Control Systems (AREA)

Abstract

本发明涉及一种空港监管用机坪车辆危险接近安全事件识别系统及其方法,属于机场安全防范领域;包括视频流接入模块,用于摄像头视频数据实时接入处理;接口处理模块,用于接入生产类和安全类系统数据;算法处理模块,用于识别摄像头实时视频流中的飞行器和车辆数据;前端推送模块,用于将安全事件的处理结果推送给前端应用显示。本发明的优点是:通过机场大量安装摄像头,实时采集摄像头视频流信息,通过采用深度学习卷积神经网络算法技术,识别摄像头视频流中车辆、飞行器等信息,通过计算识别目标信息距离判断是否存在危险接近安全风险。本发明的优点:该发明将显著改善人工巡检存在的安全风险漏项问题,显著提升机场安全管理水平。

Figure 202211537780

The invention relates to a safety event identification system and method for the dangerous approach of apron vehicles used for airport supervision, which belongs to the field of airport safety prevention; it includes a video stream access module for real-time access and processing of camera video data; an interface processing module for Access production and safety system data; algorithm processing module, used to identify aircraft and vehicle data in the real-time video stream of the camera; front-end push module, used to push the processing results of safety events to the front-end application for display. The advantages of the present invention are: a large number of cameras are installed at the airport, and the video stream information of the cameras is collected in real time. By using the deep learning convolution neural network algorithm technology, information such as vehicles and aircraft in the video streams of the cameras is identified, and the distance of the identification target information is calculated to determine whether there is Danger is close to a safety risk. The advantages of the present invention: the present invention will significantly improve the problem of safety risk omissions existing in manual patrol inspection, and significantly improve the safety management level of the airport.

Figure 202211537780

Description

Airport monitoring airport vehicle danger approaching safety event recognition system and method thereof
Technical Field
The invention relates to a airport supervision apron vehicle danger approach safety event recognition system and a recognition method thereof based on video analysis, belonging to the field of airport safety precaution.
Background
The dangerous security incident that is close as airport safety risk level is higher of vehicle, mainly rely on the manual work to patrol and examine at present most airport, inefficiency just has obvious safety risk missing item, some airports install GPS location facility for the vehicle, rely on vehicle positional information to carry out the dangerous judgement foundation that is close, but GPS mobile unit cost is higher, the installation scope is limited, the vehicle longitude and latitude location exists the drift, the trip point phenomenon, there is certain identification error, in practical application, the judgement foundation that is close as the dangerous vehicle is comprehensive inadequately, misjudgement problem can appear often, the violation punishment foundation of complete identification is difficult to carry out.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a airport-supervision-based airport vehicle danger approaching safety event identification system and a method thereof, and the technical scheme of the invention is as follows:
a airport supervision apron vehicle dangerous approaching safety event recognition system comprises a video stream access module, a video data real-time access processing module and a safety monitoring module, wherein the video stream access module is used for accessing and processing video data of a camera in real time;
the interface processing module is used for accessing production system data and safety system data;
the algorithm processing module is used for identifying aircraft and vehicle data in the camera real-time video stream, comprehensively judging the identified target data and identifying possible vehicle danger approaching safety events;
and the front-end pushing module is used for pushing the processing result of the security event to the front-end application for display.
The algorithm processing module uses a deep learning convolutional neural network algorithm, and the structure is as follows: input → [ conv → relu ]. N → [ pool ]. M → [ fc → relu ]. K;
wherein input represents an input layer, an image is input into a convolutional neural network after being processed, conv represents a convolutional layer and is used for extracting features in the image, relu represents an activation function of the convolutional layer, n represents that n convolutional layers exist, pool represents a pooling layer and is used for reducing dimensions of a feature map, the number of parameters is compressed, the capability of model generalization is improved, overfitting is prevented, m represents that m pooling layers exist, fc represents a fully-connected layer, the features of the convolutional layer, the activation layer and the pooling layer are integrated, relu represents an activation function of the fully-connected layer, and k represents that k fully-connected layers exist;
the convolutional neural network algorithm core is a Loss function, corresponding forward propagation and backward propagation are carried out through the Loss function, a corresponding convolutional neural network is trained, and a real scene is matched.
After identifying specific aircraft and vehicle target information, the algorithm processing module stores the identified aircraft and vehicle pixel point sets in a list to be calculated, traverses and compares every two targets in a traversing mode, takes out each target point set, calculates a geometric center, and assumes that a current point set is a rectangular point set and a target coordinate is: { (x 1, y 1), (x 2, y)2) (x 3, y 3), (x 4, y 4) }, the coordinate p of the center point of the target object is:
Figure BDA0003975951160000021
suppose that the coordinates of four vertex pixels arranged clockwise in the rectangular area identified by the camera are as follows: { (mx 1, my 1), (mx 2, my 2), (mx 3, my 3), (mx 4, my 4) }, the corresponding longitude and latitude coordinates are: { (pmx 1, pmy 1), (pmx 2, pmy 2), (pmx 3, pmy 3), (pmx 4, pmy 4) }, the X-axis transformation parameter XC is:
Figure BDA0003975951160000031
the Y-axis conversion parameter YC is:
Figure BDA0003975951160000032
assuming that the pixel coordinates of the central points of the two comparison targets are (px 1, py 1), (px 2, py 2), respectively, the true distance L between the central points of the two targets is:
Figure BDA0003975951160000033
early warning is carried out by judging whether the distance information is lower than the set distance of the system, and if the two compared target objects are an aircraft and an aircraft respectively, the distance parameter is PC; if the two comparison target objects are respectively an aircraft and a vehicle, the distance parameter is PCC; if the two comparison target objects are respectively a vehicle and a vehicle, the distance parameter is CC; the real judgment distance is related to the relative positions of the two comparative target objects, and the distances are respectively judged to be
Figure BDA0003975951160000034
And &>
Figure BDA0003975951160000035
In the actual judgment, whether the real distance between the central points of the two target objects is smaller than the judgment distance is compared in real time, if so, a safety risk event is generated, and relevant early warning is carried out.
A method for recognizing dangerous approaching safety events of vehicles on airport-based apron for supervision comprises the following steps:
s1, accessing and processing video data of a camera in real time;
s2, accessing production system data and safety system data;
s3, recognizing aircraft and vehicle data in the real-time video stream of the camera, comprehensively recognizing the recognized target data, judging, and recognizing possible vehicle danger approaching safety events;
and S4, pushing the processing result of the security event to a front-end application for display.
The invention has the advantages that: the method comprises the steps of installing a large number of cameras in an airport, collecting camera video stream information in real time, identifying information such as vehicles and aircrafts in the camera video stream by adopting a deep learning convolutional neural network algorithm technology, and judging whether dangerous approaching safety risks exist or not by calculating identification target information distance. The method can obviously improve the problem of missing safety risks in manual inspection, and can be used as a powerful supplement for a GPS vehicle-mounted terminal judgment method to obviously improve the airport safety management level.
Drawings
FIG. 1 is a block diagram of a airport supervisory apron vehicle hazardous proximity safety event identification system of the present invention.
Detailed Description
The invention is further described below in conjunction with specific embodiments, and the advantages and features of the invention will become more apparent as the description proceeds. These examples are illustrative only and do not limit the scope of the present invention in any way. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention, and that such changes and modifications may be made without departing from the spirit and scope of the invention.
Referring to fig. 1, the invention relates to a airport supervision apron vehicle danger approach safety event recognition system, which comprises a video stream access module 1, wherein a camera on an airport apron real-time code stream data is accessed to the module for video transcoding processing, and a related video is pushed to an algorithm processing module for recognition;
the interface processing module 2 is accessed to different association systems of airport production and security, so as to better provide field condition information for the algorithm processing module to carry out more comprehensive logic judgment;
the algorithm processing module 3 is used for identifying aircraft and vehicle data in the camera real-time video stream, comprehensively judging the identified target data and identifying possible vehicle danger approaching safety events;
and the front-end pushing module 4 is used for pushing the processing result of the security event to the front-end application for display.
The algorithm processing module 3 uses a deep learning convolutional neural network algorithm, input → [ conv → relu ] → [ pool ] → [ m ] → [ fc → relu ]. K, input represents an input layer, the input layer inputs the convolutional neural network after processing the image, conv represents a convolutional layer and is used for extracting the features in the image, relu represents an activation function of the convolutional layer, n represents the existence of n convolutional layers, pool represents a pooling layer and is used for reducing the dimension of the feature map, the number of compression parameters improves the capability of model generalization and prevents overfitting, m represents the existence of m pooling layers, fc represents a fully-connected layer, and the features extracted by the convolutional layers, the activation layer and the pooling layer are integrated, relu represents an activation function of the fully-connected layer, and k represents the existence of a k fully-connected layer.
After the algorithm processing module 3 identifies specific aircraft and vehicle target information, the identified aircraft and vehicle pixel point sets are stored in a list to be calculated, two targets are subjected to traversal comparison, the geometric center of each target is calculated, and the target coordinates are assumed as: { (x 1, y 1), (x 2, y 2), (x 3, y 3), (x 4, y 4) }, the target center point coordinate p is:
Figure BDA0003975951160000051
suppose that the coordinates of four vertex pixels arranged clockwise in the rectangular area recognized by the camera are as follows: { (mx 1, my 1), (mx 2, my 2), (mx 3, my 3), (mx 4, my 4) }, the corresponding longitude and latitude coordinates are: { (pmx 1, pmy 1), (pmx 2, pmy 2), (pmx 3, pmy 3), (pmx 4, pmy 4) }, the X-axis transformation parameter XC is:
Figure BDA0003975951160000061
the Y-axis conversion parameter YC is:
Figure BDA0003975951160000062
Assuming that the pixel coordinates of the central points of the two comparison targets are (px 1, py 1), (px 2, py 2), respectively, the true distance L between the central points of the two targets is:
Figure BDA0003975951160000063
early warning is carried out by judging whether the distance information is lower than the set distance of the system, if the two comparison target objects are respectively an aircraft and an aircraft, the distance parameter is PC, if the two comparison target objects are respectively the aircraft and the vehicle, the distance parameter is PCC, if the two comparison target objects are respectively the vehicle and the vehicle, the distance parameter is CC, the distance is really judged to be related to the relative positions of the two comparison target objects, and the distance is judged to be PC
Figure BDA0003975951160000064
Figure BDA0003975951160000065
In the actual judgment, whether the real distance between the central points of the two target objects is smaller than the judgment distance is compared in real time, if so, a safety risk event is generated, and relevant early warning is carried out.
The invention also relates to an identification method based on the airport supervision apron vehicle danger approach safety event identification system, which comprises the following steps:
s1, accessing and processing video data of a camera in real time;
s2, accessing production system data and safety system data;
s3, recognizing aircraft and vehicle data in the real-time video stream of the camera, comprehensively recognizing the recognized target data for judgment, and recognizing possible vehicle danger approaching safety events;
and S4, pushing the processing result of the security event to a front-end application for display.
The step S3 is specifically: target identification using deep learning convolutional neural network algorithm, input → [ conv → relu]*n→[pool]*m→[fc→relu]* k. The identified target objects are traversed and compared with each other, and the central coordinates are solved into
Figure BDA0003975951160000071
Suppose that the coordinates of four vertex pixels arranged clockwise in the rectangular area recognized by the camera are as follows: { (mx 1, my 1), (mx 2, my 2), (mx 3, my 3), (mx 4, my 4) }, the corresponding longitude and latitude coordinates are: { (pmx 1, pmy 1), (pmx 2, pmy 2), (pmx 3, pmy 3), (pmx 4, pmy 4) }, the X-axis transformation parameter XC is:
Figure BDA0003975951160000072
the Y-axis conversion parameter YC is:
Figure BDA0003975951160000073
Then the real distance L between the center points of the two targets is:
Figure BDA0003975951160000074
and comparing whether the real distance between the central points of the two target objects is smaller than the judgment distance in real time, and if so, generating a safety risk event and carrying out related early warning.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art should be considered as the technical solutions and the inventive concepts of the present invention within the technical scope of the present invention.

Claims (4)

1. A airport vehicle dangerous approaching safety event identification system for airport supervision is characterized by comprising
The video stream access module is used for accessing and processing the video data of the camera in real time;
the interface processing module is used for accessing production system data and safety system data;
the algorithm processing module is used for identifying aircraft and vehicle data in the camera real-time video stream, comprehensively judging the identified target data and identifying possible vehicle danger approaching safety events;
and the front-end pushing module is used for pushing the processing result of the security event to the front-end application for display.
2. The airport supervisory apron vehicle hazard proximity safety event identification system of claim 1, wherein said algorithm processing module uses a deep learning convolutional neural network algorithm configured as follows: input → [ conv → relu ]. N → [ pool ]. M → [ fc → relu ]. K;
wherein input represents an input layer, an image is input into a convolutional neural network after being processed, conv represents a convolutional layer and is used for extracting features in the image, relu represents an activation function of the convolutional layer, pool represents a pooling layer and is used for reducing the dimension of the feature map, compressing the number of parameters, improving the capability of model generalization and preventing overfitting, fc represents a full-connection layer, the features extracted by the convolutional layer, the activation layer and the pooling layer are integrated, and relu represents the activation function of the full-connection layer;
the convolutional neural network algorithm core is a Loss function, corresponding forward propagation and backward propagation are carried out through the Loss function, a corresponding convolutional neural network is trained, and a real scene is matched.
3. The airport supervisory apron vehicle danger approach safety event identification system of claim 2, wherein the algorithm processing module stores the identified aircraft and vehicle pixel point sets in a list to be calculated after identifying specific aircraft and vehicle target information, performs traversal comparison on two targets by adopting a traversal mode, takes out each target point set, calculates a geometric center, and assumes that the target coordinates are: { (x 1, y 1), (x 2, y 2), (x 3, y 3), (x 4, y 4) }, the target center point coordinate p is:
Figure FDA0003975951150000021
suppose that the coordinates of four vertex pixels arranged clockwise in the rectangular area identified by the camera are as follows: { (mx 1, my 1), (mx 2, my 2), (mx 3, my 3), (mx 4, my 4) }, corresponding latitude and longitude coordinates are: { (pmx 1, pmy 1), (pmx 2, pmy 2), (pmx 3, pmy 3), (pmx 4, pmy 4) }, the X-axis transformation parameter XC is:
Figure FDA0003975951150000022
the Y-axis conversion parameter YC is:
Figure FDA0003975951150000023
Assuming that the pixel coordinates of the central points of the two comparison targets are (px 1, py 1), (px 2, py 2), respectively, the true distance L between the central points of the two targets is:
Figure FDA0003975951150000024
early warning is carried out by judging whether the distance information is lower than the set distance of the system, and if the two comparison target objects are respectively an aircraft and an aircraft, the distance parameter is PC; if the two comparison target objects are respectively an aircraft and a vehicle, the distance parameter is PCC; if the two comparison target objects are respectively a vehicle and a vehicle, the distance parameter is CC; the real judgment distance is related to the relative positions of the two comparative target objects, and the distances are respectively judged to be
Figure FDA0003975951150000025
And &>
Figure FDA0003975951150000026
In the actual judgment, whether the real distance between the central points of the two target objects is smaller than the judgment distance is compared in real time, if so, a safety risk event is generated, and relevant early warning is carried out.
4. A method for identifying a danger proximity safety incident for an apron vehicle based on any one of claims 1 to 3, characterized in that it comprises the following steps:
s1, accessing and processing video data of a camera in real time;
s2, accessing production system data and safety system data;
s3, recognizing aircraft and vehicle data in the real-time video stream of the camera, comprehensively recognizing the recognized target data for judgment, and recognizing possible vehicle danger approaching safety events;
and S4, pushing the processing result of the security event to a front-end application for display.
CN202211537780.4A 2022-12-01 2022-12-01 Safety incident identification system and method for dangerous approach of ramp vehicles for airport supervision Pending CN115984784A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211537780.4A CN115984784A (en) 2022-12-01 2022-12-01 Safety incident identification system and method for dangerous approach of ramp vehicles for airport supervision

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211537780.4A CN115984784A (en) 2022-12-01 2022-12-01 Safety incident identification system and method for dangerous approach of ramp vehicles for airport supervision

Publications (1)

Publication Number Publication Date
CN115984784A true CN115984784A (en) 2023-04-18

Family

ID=85957004

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211537780.4A Pending CN115984784A (en) 2022-12-01 2022-12-01 Safety incident identification system and method for dangerous approach of ramp vehicles for airport supervision

Country Status (1)

Country Link
CN (1) CN115984784A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160163208A1 (en) * 2014-12-04 2016-06-09 General Electric Company System and method for collision avoidance
CN111488803A (en) * 2020-03-16 2020-08-04 温州大学大数据与信息技术研究院 Airport target behavior understanding system integrating target detection and target tracking
CN113343933A (en) * 2021-07-06 2021-09-03 安徽水天信息科技有限公司 Airport scene monitoring method based on video target identification and positioning
CN115294805A (en) * 2022-07-21 2022-11-04 中国民用航空飞行学院 Airport scene aircraft conflict early warning system and method based on video images
CN115410139A (en) * 2022-11-02 2022-11-29 青岛民航凯亚系统集成有限公司 Airport apron vehicle overspeed safety event identification system and method based on video analysis

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160163208A1 (en) * 2014-12-04 2016-06-09 General Electric Company System and method for collision avoidance
CN111488803A (en) * 2020-03-16 2020-08-04 温州大学大数据与信息技术研究院 Airport target behavior understanding system integrating target detection and target tracking
CN113343933A (en) * 2021-07-06 2021-09-03 安徽水天信息科技有限公司 Airport scene monitoring method based on video target identification and positioning
CN115294805A (en) * 2022-07-21 2022-11-04 中国民用航空飞行学院 Airport scene aircraft conflict early warning system and method based on video images
CN115410139A (en) * 2022-11-02 2022-11-29 青岛民航凯亚系统集成有限公司 Airport apron vehicle overspeed safety event identification system and method based on video analysis

Similar Documents

Publication Publication Date Title
CN110232380B (en) Fire night scene restoration method based on Mask R-CNN neural network
WO2023287276A1 (en) Geographic data processing methods and systems for detecting encroachment by objects into a geographic corridor
Salmane et al. A video-analysis-based railway–road safety system for detecting hazard situations at level crossings
CN116846059A (en) An edge detection system for power grid inspection and monitoring
Chen et al. AI-based vehicular network toward 6G and IoT: Deep learning approaches
Zhou et al. Ad-yolo: A real-time yolo network with swin transformer and attention mechanism for airport scene detection
CN115146878A (en) Commanding and scheduling method, system, vehicle-mounted equipment and computer readable storage medium
CN119131634A (en) A UAV public safety data management platform
Zhu et al. Detection of industrial storage tanks at the city-level from optical satellite remote sensing images
CN115205781A (en) A Transformer-Based Cross-Scale Object Detection Method and System
Katsamenis et al. Real time road defect monitoring from UAV visual data sources
CN119107582A (en) A security warning method based on YOLOv8 and DeepSORT algorithm
Wang et al. Real-time intersection vehicle turning movement counts from live UAV video stream using multiple object tracking
CN118606775A (en) A method and system for emergency event identification based on multi-source data fusion
Masmoudi et al. Trajectory analysis for parking lot vacancy detection system
CN115984784A (en) Safety incident identification system and method for dangerous approach of ramp vehicles for airport supervision
CN115170727A (en) Method and device for constructing three-dimensional model of vehicle, electronic equipment and medium
CN118799813B (en) Automatic identification method of airport support nodes based on relative position learning
Ning et al. Research on foreign object intrusion detection for railway tracks utilizing risk assessment and YOLO detection
Dai et al. Cascade centernet: Robust object detection for power line surveillance
CN116052081B (en) A method, system, electronic device and storage medium for real-time monitoring of site safety
CN119863788A (en) 2D-3D matching-based automatic early warning method for power transmission line outer broken space
CN112926415A (en) Pedestrian avoiding system and pedestrian monitoring method
Yang et al. Traffic conflicts analysis in Penang based on improved object detection with transformer model
CN112686136A (en) Object detection method, device and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination