CN110866593A - Highway severe weather identification method based on artificial intelligence - Google Patents

Highway severe weather identification method based on artificial intelligence Download PDF

Info

Publication number
CN110866593A
CN110866593A CN201911068506.5A CN201911068506A CN110866593A CN 110866593 A CN110866593 A CN 110866593A CN 201911068506 A CN201911068506 A CN 201911068506A CN 110866593 A CN110866593 A CN 110866593A
Authority
CN
China
Prior art keywords
weather
severe
feature
highway
classification
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.)
Granted
Application number
CN201911068506.5A
Other languages
Chinese (zh)
Other versions
CN110866593B (en
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.)
Southwest Jiaotong University
Original Assignee
Southwest Jiaotong University
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 Southwest Jiaotong University filed Critical Southwest Jiaotong University
Priority to CN201911068506.5A priority Critical patent/CN110866593B/en
Publication of CN110866593A publication Critical patent/CN110866593A/en
Application granted granted Critical
Publication of CN110866593B publication Critical patent/CN110866593B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/213Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/25Fusion techniques
    • G06F18/253Fusion techniques of extracted features
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Biomedical Technology (AREA)
  • Health & Medical Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses an artificial intelligence-based expressway severe weather identification method, which is used for automatically identifying various weather conditions of an expressway, such as sunny days, rainy days, foggy days (little fog), foggy days (big fog), snow cover and the like. The method comprises the steps of constructing a severe weather data set of the expressway, extracting weather visual features, partitioning a weather feature map, intensively classifying weather, fusing weather results and finally obtaining a weather classification result. On the basis of the traditional deep learning-based classification algorithm, the invention provides a convolutional neural network for classifying the weather of the highway by using local characteristic information; meanwhile, a corresponding network training method is designed aiming at the special structure of the network, and the network can better pay attention to hash weather elements such as raindrops, snow and the like distributed in the monitoring video frame by utilizing local characteristic information, so that the classification accuracy is improved.

Description

Highway severe weather identification method based on artificial intelligence
Technical Field
The invention relates to the technical field of intelligent monitoring, in particular to a highway severe weather identification method based on artificial intelligence.
Background
The problems of low road visibility, wet and slippery road surface and the like are often caused under severe natural weather conditions such as fog, rain, snow and the like, so that serious traffic accidents are caused, the normal use of the expressway is greatly influenced, and the driving safety of vehicles on the expressway is challenged. Therefore, the traffic management department often needs to know the weather conditions of each road section in real time so as to manage and control the traffic state of the expressway and avoid serious traffic accidents.
The existing expressway is provided with the image acquisition cameras capable of being networked on all road sections, managers can monitor the road weather conditions of all the road sections in a data center in real time, and once the condition that severe weather conditions exist in the road sections is found, relevant departments can be informed to timely conduct traffic control at the first time. However, the criss-cross highway generates monitoring video streams of thousands of road sections, and the traffic management department needs to invest a large amount of human resources to monitor each road section in real time. Therefore, an intelligent recognition algorithm capable of automatically processing the monitoring video stream and analyzing the road weather condition is urgently needed.
The traditional visual classification algorithm based on deep learning usually needs classified objects to occupy a high proportion of images and have obvious visual features. However, elements such as raindrops and snow cover which appear in the task of identifying severe weather often occupy a low proportion in the monitoring video frame, the visual characteristics are not obvious, and the scene of the monitoring video generates great difference along with the change of the road section. This makes it difficult for conventional classification algorithms based on deep learning to better identify the weather conditions of the highway.
Disclosure of Invention
In view of the above problems, an object of the present invention is to provide an artificial intelligence-based method for identifying severe weather in an expressway, wherein a convolutional neural network for classifying weather in the expressway is implemented by using local feature information based on a traditional deep learning-based classification algorithm, and the network can better pay attention to hash weather elements such as raindrops, snow and the like distributed in a surveillance video frame by using the local feature information, thereby improving classification accuracy. The technical scheme is as follows:
an artificial intelligence-based highway severe weather identification method comprises the following steps:
step 1: constructing a severe weather data set of the expressway: acquiring video data of each road section under different weather conditions through a monitoring camera arranged on the highway, and arranging to form a highway severe weather data set comprising different severe weather image data and highway scene image data;
step 2: extracting weather visual features: training a convolutional neural network by using a highway severe weather data set, extracting visual characteristic information of key frames extracted from monitoring video frames to obtain a weather characteristic diagram, making the weather characteristic key information in original video frames obvious, and simultaneously inhibiting the characteristics of background information to reduce the interference of the background information on a severe weather classifier;
and step 3: partitioning a weather characteristic diagram: uniformly partitioning the acquired weather feature map to obtain a weather feature sub-map corresponding to a certain local area in the original video frame;
and 4, step 4: and (3) dense weather classification: classifying severe weather of each weather feature sub-graph respectively to obtain the probability of various weather in a pixel area in an original video frame corresponding to each weather feature sub-graph;
and 5: and (3) weather result fusion: and combining probability results corresponding to different weather feature sub-graphs in the same key frame, and synthesizing result information of different areas in the key frame to obtain the probability that the current key frame contains certain severe weather so as to obtain a weather classification result.
Further, the weather feature map blocks specifically include:
step 31: carrying out dimensionality expansion on a four-dimensional characteristic diagram matrix of a video frame characteristic diagram including a batch, a width, a height and a channel to obtain a five-dimensional characteristic diagram matrix which is convenient for blocking and includes the batch, the 1, the width, the height and the channel;
step 32: and performing linear transformation on the obtained five-dimensional feature map matrix, and uniformly partitioning the key frame feature map into feature sub-maps according to the vector of each position to obtain a new feature matrix comprising batch, blocks, sub-map width, sub-map height and channels, wherein each feature sub-map corresponds to the weather depth visual features of a specific pixel region in the original video frame.
Further, the weather intensive classification is specifically:
step 41: collecting channel information of the weather feature subgraphs and classifying the channel information to obtain classification result features through a weather classifier formed by two fully-connected layers;
step 42: and (4) passing the classification result characteristics through a specific activation function one by one to obtain the probability that the corresponding weather characteristic subgraphs belong to various severe weathers.
Further, the weather result fusion specifically comprises:
step 51: adding the probabilities of each weather feature sub-graph in the same key frame belonging to a certain day to average, and taking the probabilities as the probabilities of the current video frame belonging to the specific category to finally obtain the probability vector of the weather classification of the key frame;
step 52: and selecting the element with the maximum probability value from the probability vector of the same key frame, and taking the weather category corresponding to the element as the weather classification result of the current key frame.
The invention has the beneficial effects that: on the basis of the traditional deep learning-based classification algorithm, the invention provides a convolutional neural network for classifying the weather of the highway by using local characteristic information; meanwhile, a corresponding network training method is designed aiming at the special structure of the network, and the network can better pay attention to hash weather elements such as raindrops, snow and the like distributed in the monitoring video frame by utilizing local characteristic information, so that the classification accuracy is improved.
Drawings
FIG. 1 is a flow chart of steps of a highway severe weather identification method based on artificial intelligence.
Fig. 2 is a network structure diagram of the artificial intelligence-based highway severe weather identification method of the invention.
FIG. 3 is a block structure diagram of the method for identifying severe weather on a highway based on artificial intelligence.
Detailed Description
The invention is described in further detail below with reference to the figures and specific embodiments. The embodiment of the invention relates to an artificial intelligence-based expressway severe weather identification method, which comprises the steps of weather visual feature extraction, weather feature map partitioning, weather feature dense classification and weather result fusion, wherein the specific algorithm processing flow is shown in figure 1, and the network structure is shown in figure 2:
step 1: the monitoring cameras installed on the expressway are used for collecting data of all road sections under different weather conditions, and the data are arranged to form a severe weather data set required by the intelligent learning model, wherein the severe weather data set comprises image data of various weathers such as sunny days, rainy days, foggy days (small fog), foggy days (big fog), accumulated snow and expressway scenes, so that the model can learn different types of weathers more uniformly and has good robustness.
Step 2: extracting weather visual features: the method comprises the following steps of training a convolutional neural network by using a highway severe weather classification data set to extract visual characteristic information of a monitoring video frame, acquiring a weather characteristic diagram, enabling weather characteristic key information in original video frames such as fog blocks, raindrops and snow to be more remarkable in the characteristic diagram, and simultaneously inhibiting the characteristics of background information such as road scenes and vehicles so as to reduce the interference of the information on a severe weather classifier, wherein the specific steps comprise:
A. for the transmitted highway monitoring video stream, 10 frames are extracted every second to serve as classification key frames, the long sides and the short sides of the key frames are changed into the same size and are zoomed to 299 pixel values, and the zoomed video frames are further put into a visual feature extraction network by taking every 10 frames of the key frames as a batch;
B. and (3) using an inclusion v3 model trained on the severe weather classification dataset of the expressway as a backbone network for visual feature extraction, taking the key video frame processed in the step A as input, and outputting the depth visual feature with the corresponding size of (8, 8). Aiming at the characteristic that fog blocks, raindrops and snow cover occupy a small area in a scene in severe weather data, the original inclusion v3 network structure is modified, the last average pooling layer is removed, so that the visual features extracted by the network do not lose local information, and the network structure is shown in fig. 2.
And step 3: partitioning a weather characteristic diagram: and (3) uniformly partitioning the weather feature graph extracted by using the convolutional neural network in the step (2) to obtain a weather feature sub-graph, wherein the weather feature sub-graph corresponds to a certain local area in the original video frame, so that the features of key local information such as fog blocks, raindrops, snow cover and the like which are dispersed or occupy smaller proportions in the original video frame can occupy higher proportions in the feature sub-graph. The method comprises the following specific steps:
A. acquiring a result of the feature extraction in the step 2, and performing dimension expansion on the video frame feature map including the four-dimensional feature map matrix of the batch, width, height and channel to obtain a five-dimensional feature map matrix which is convenient for blocking and includes the batch, 1, width, height and channel; for example, dimension expansion is performed on the key frame feature map matrix with the matrix size of (10, 8, 8, 2048) to obtain a new matrix with the size of (10, 1, 8, 8, 2048).
B. And performing linear transformation on the obtained five-dimensional feature map matrix, uniformly partitioning the key frame feature map into 64 feature sub-maps with the size of (1,1,2048) according to the vector of each position, and enabling the size of the formed new feature matrix to be (10, 64, 1,1,2048), namely the new feature matrix comprising batch, blocks, sub-map width, sub-map height and channels, as shown in fig. 3. Each feature sub-image corresponds to the depth visual features of a (37,37) pixel region in the original video frame, so that the visual features of sporadically distributed weather elements such as rain, snow, fog and the like in the feature sub-images are more obvious.
And 4, step 4: and (3) dense weather classification: and (3) classifying the severe weather of each weather feature sub-image obtained by partitioning in the step (3) respectively to obtain the probability of the weather such as fog, rain, snow, sunny and the like in the pixel region in the original video frame corresponding to each feature sub-image of the weather, so that the partial detail information which is not significant in the original video frame can be fully utilized. The method comprises the following specific steps:
A. and (4) receiving the characteristic matrix obtained in the step (3), and summarizing channel information of the weather characteristic subgraphs to classify each weather characteristic subgraph through a weather classifier formed by two fully-connected layers. The number of input channels of the first layer of full-connection structure is 2048, the number of output channels of the first layer of full-connection structure is 1024, and the number of input channels of the second layer of full-connection structure is 1024 and the number of output channels of the second layer of full-connection structure is 4.
B. And receiving the obtained classification result characteristics of each weather characteristic subgraph, and activating the classification result characteristics one by one through softmax to obtain the probability that the corresponding weather characteristic subgraph belongs to five types of severe weather, namely sunny weather, rainy weather, foggy weather (small fog), foggy weather (large fog) and snow cover.
And 5: and (3) weather result fusion: and 4, combining the probability results corresponding to different weather feature sub-graphs in the same key frame obtained in the step 4, and synthesizing result information of different areas in the key frame to obtain the probability that the current key frame contains a certain severe weather. The method comprises the following specific steps:
A. receiving the weather feature sub-graph classification result obtained in the step 4, adding the probabilities of each weather feature sub-graph in the same key frame belonging to a certain day to average, taking the probabilities as the probabilities of the current video frame belonging to the specific category, and finally obtaining the probability vector P ═ P (P) of the weather classification of the key frame1,p2,p3,p4,p5) The probabilities of the current key frame belonging to five types of severe weather, namely sunny weather, rainy weather, foggy weather (little fog), foggy weather (heavy fog) and snow cover are respectively corresponded.
B. Receiving the obtained probability vector P of each key frame, averaging the corresponding probability vectors of 10 key frames per second to obtain the weather probability vector P of the current time highway sectionTThe calculation formula is as follows:
Figure BDA0002260183920000041
wherein, PiA weather probability vector representing the ith keyframe. Finally, from PTAnd taking the weather category corresponding to the element with the maximum probability value as the weather classification result of the expressway section at the current time.

Claims (4)

1. An artificial intelligence-based highway severe weather identification method is characterized by comprising the following steps:
step 1: constructing a severe weather data set of the expressway: acquiring video data of each road section under different weather conditions through a monitoring camera arranged on the highway, and arranging to form a highway severe weather data set comprising different severe weather image data and highway scene image data;
step 2: extracting weather visual features: training a convolutional neural network by using a highway severe weather data set, extracting visual characteristic information of key frames extracted from monitoring video frames to obtain a weather characteristic diagram, making the weather characteristic key information in original video frames obvious, and simultaneously inhibiting the characteristics of background information to reduce the interference of the background information on a severe weather classifier;
and step 3: partitioning a weather characteristic diagram: uniformly partitioning the acquired weather feature map to obtain a weather feature sub-map corresponding to a certain local area in the original video frame;
and 4, step 4: and (3) dense weather classification: classifying severe weather of each weather feature sub-graph respectively to obtain the probability of various weather in a pixel area in an original video frame corresponding to each weather feature sub-graph;
and 5: and (3) weather result fusion: and combining probability results corresponding to different weather feature sub-graphs in the same key frame, and synthesizing result information of different areas in the key frame to obtain the probability that the current key frame contains certain severe weather so as to obtain a weather classification result.
2. The method for identifying the severe weather on the expressway according to claim 1, wherein the weather feature map blocks are specifically as follows:
step 31: carrying out dimensionality expansion on a four-dimensional characteristic diagram matrix of a video frame characteristic diagram including a batch, a width, a height and a channel to obtain a five-dimensional characteristic diagram matrix which is convenient for blocking and includes the batch, the 1, the width, the height and the channel;
step 32: and performing linear transformation on the obtained five-dimensional feature map matrix, and uniformly partitioning the key frame feature map into feature sub-maps according to the vector of each position to obtain a new feature matrix comprising batch, blocks, sub-map width, sub-map height and channels, wherein each feature sub-map corresponds to the weather depth visual features of a specific pixel region in the original video frame.
3. The method for identifying the severe weather on the expressway according to claim 1, wherein the dense weather classification specifically comprises:
step 41: collecting channel information of the weather feature subgraphs and classifying the channel information to obtain classification result features through a weather classifier formed by two fully-connected layers;
step 42: and (4) passing the classification result characteristics through a specific activation function one by one to obtain the probability that the corresponding weather characteristic subgraphs belong to various severe weathers.
4. The method for identifying the severe weather on the expressway according to claim 1, wherein the weather result fusion specifically comprises:
step 51: adding the probabilities of each weather feature sub-graph in the same key frame belonging to a certain day to average, and taking the probabilities as the probabilities of the current video frame belonging to the specific category to finally obtain the probability vector of the weather classification of the key frame;
step 52: and selecting the element with the maximum probability value from the probability vector of the same key frame, and taking the weather category corresponding to the element as the weather classification result of the current key frame.
CN201911068506.5A 2019-11-05 2019-11-05 Highway severe weather identification method based on artificial intelligence Active CN110866593B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911068506.5A CN110866593B (en) 2019-11-05 2019-11-05 Highway severe weather identification method based on artificial intelligence

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911068506.5A CN110866593B (en) 2019-11-05 2019-11-05 Highway severe weather identification method based on artificial intelligence

Publications (2)

Publication Number Publication Date
CN110866593A true CN110866593A (en) 2020-03-06
CN110866593B CN110866593B (en) 2022-09-23

Family

ID=69653530

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911068506.5A Active CN110866593B (en) 2019-11-05 2019-11-05 Highway severe weather identification method based on artificial intelligence

Country Status (1)

Country Link
CN (1) CN110866593B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111797912A (en) * 2020-06-23 2020-10-20 山东云缦智能科技有限公司 System and method for identifying film generation type and construction method of identification model
CN112672209A (en) * 2020-12-14 2021-04-16 北京达佳互联信息技术有限公司 Video editing method and video editing device
CN113129273A (en) * 2021-03-30 2021-07-16 武汉伏佳安达电气技术有限公司 Automatic transmission line fog inspection method and system
CN113793511A (en) * 2021-11-18 2021-12-14 西南交通大学 Highway vehicle driving indication method, device, equipment and readable storage medium
CN113869347A (en) * 2021-07-20 2021-12-31 西安理工大学 Fine-grained classification method for severe weather image
CN114120025A (en) * 2021-09-29 2022-03-01 吉林大学 Deep learning-based weather identification and degree quantification method
CN114299726A (en) * 2021-12-31 2022-04-08 象谱信息产业有限公司 Highway severe weather identification method based on artificial intelligence
CN116092013A (en) * 2023-03-06 2023-05-09 广东汇通信息科技股份有限公司 Dangerous road condition identification method for intelligent monitoring

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102722993A (en) * 2012-06-01 2012-10-10 上海交通大学 Highway severe weather monitoring system based on wireless sensing network
CN104240239A (en) * 2014-09-01 2014-12-24 西南交通大学 Method for detecting local road segment hazy weather based on road image
CN105158762A (en) * 2014-03-31 2015-12-16 霍尼韦尔国际公司 Identifying and tracking convective weather cells
CN108875593A (en) * 2018-05-28 2018-11-23 上海交通大学 Visible images weather recognition methods based on convolutional neural networks
KR101933856B1 (en) * 2017-07-03 2018-12-31 (주)시정 System for image processing using the convolutional neural network and method using the same
CN109214470A (en) * 2018-10-25 2019-01-15 中国人民解放军国防科技大学 Image visibility detection method based on coding network fine adjustment
CN109685146A (en) * 2018-12-20 2019-04-26 浙江师范大学 A kind of scene recognition method based on double convolution sum topic models
US20190258878A1 (en) * 2018-02-18 2019-08-22 Nvidia Corporation Object detection and detection confidence suitable for autonomous driving
CN110378865A (en) * 2019-04-28 2019-10-25 湖南师范大学 A kind of greasy weather visibility intelligence hierarchical identification method and system under complex background

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102722993A (en) * 2012-06-01 2012-10-10 上海交通大学 Highway severe weather monitoring system based on wireless sensing network
CN105158762A (en) * 2014-03-31 2015-12-16 霍尼韦尔国际公司 Identifying and tracking convective weather cells
CN104240239A (en) * 2014-09-01 2014-12-24 西南交通大学 Method for detecting local road segment hazy weather based on road image
KR101933856B1 (en) * 2017-07-03 2018-12-31 (주)시정 System for image processing using the convolutional neural network and method using the same
US20190258878A1 (en) * 2018-02-18 2019-08-22 Nvidia Corporation Object detection and detection confidence suitable for autonomous driving
CN108875593A (en) * 2018-05-28 2018-11-23 上海交通大学 Visible images weather recognition methods based on convolutional neural networks
CN109214470A (en) * 2018-10-25 2019-01-15 中国人民解放军国防科技大学 Image visibility detection method based on coding network fine adjustment
CN109685146A (en) * 2018-12-20 2019-04-26 浙江师范大学 A kind of scene recognition method based on double convolution sum topic models
CN110378865A (en) * 2019-04-28 2019-10-25 湖南师范大学 A kind of greasy weather visibility intelligence hierarchical identification method and system under complex background

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
MOHAMED ELHOSEINY等: "Weather classification with deep convolutional neural network", 《2015 IEEE INTERNATIONAL CONFERENCE ON IMAGE PROCESSING (ICIP)》 *
张征: "面向室外监控场景的天气分类与低质图像增强技术研究", 《中国博士学位论文全文数据库 (信息科技辑)》 *
张雨丰等: "基于特征图切分的轻量级卷积神经网络", 《模式识别与人工智能》 *
王亚朝等: "基于轻量型卷积神经网络的非固定场景天气识别算法", 《电子测量技术》 *
袁萍: "高速公路恶劣天气及交通状况智能分析***研究与实现", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111797912A (en) * 2020-06-23 2020-10-20 山东云缦智能科技有限公司 System and method for identifying film generation type and construction method of identification model
CN111797912B (en) * 2020-06-23 2023-09-22 山东浪潮超高清视频产业有限公司 System and method for identifying film age type and construction method of identification model
CN112672209A (en) * 2020-12-14 2021-04-16 北京达佳互联信息技术有限公司 Video editing method and video editing device
CN113129273A (en) * 2021-03-30 2021-07-16 武汉伏佳安达电气技术有限公司 Automatic transmission line fog inspection method and system
CN113869347A (en) * 2021-07-20 2021-12-31 西安理工大学 Fine-grained classification method for severe weather image
CN114120025A (en) * 2021-09-29 2022-03-01 吉林大学 Deep learning-based weather identification and degree quantification method
CN113793511A (en) * 2021-11-18 2021-12-14 西南交通大学 Highway vehicle driving indication method, device, equipment and readable storage medium
CN114299726A (en) * 2021-12-31 2022-04-08 象谱信息产业有限公司 Highway severe weather identification method based on artificial intelligence
CN116092013A (en) * 2023-03-06 2023-05-09 广东汇通信息科技股份有限公司 Dangerous road condition identification method for intelligent monitoring
CN116092013B (en) * 2023-03-06 2023-06-09 广东汇通信息科技股份有限公司 Dangerous road condition identification method for intelligent monitoring

Also Published As

Publication number Publication date
CN110866593B (en) 2022-09-23

Similar Documents

Publication Publication Date Title
CN110866593B (en) Highway severe weather identification method based on artificial intelligence
CN112101433B (en) Automatic lane-dividing vehicle counting method based on YOLO V4 and DeepSORT
CN109977812B (en) Vehicle-mounted video target detection method based on deep learning
CN111368687B (en) Sidewalk vehicle illegal parking detection method based on target detection and semantic segmentation
US9852344B2 (en) Systems and methods for semantically classifying and normalizing shots in video
CN110059581A (en) People counting method based on depth information of scene
Dornaika et al. Building detection from orthophotos using a machine learning approach: An empirical study on image segmentation and descriptors
DE112013001858B4 (en) Multiple-hint object recognition and analysis
US9020263B2 (en) Systems and methods for semantically classifying and extracting shots in video
CN107563413B (en) Unmanned aerial vehicle aerial image farmland block object accurate extraction method
CN104134068B (en) Monitoring vehicle feature representation and classification method based on sparse coding
CN110866879B (en) Image rain removing method based on multi-density rain print perception
CN109063667B (en) Scene-based video identification mode optimization and pushing method
CN105184808B (en) Scape automatic division method before and after a kind of light field image
CN111160205B (en) Method for uniformly detecting multiple embedded types of targets in traffic scene end-to-end
CN110598560A (en) Night monitoring and identifying method and system based on neural network enhancement
CN112818775B (en) Forest road rapid identification method and system based on regional boundary pixel exchange
CN104978567A (en) Vehicle detection method based on scenario classification
CN110706239A (en) Scene segmentation method fusing full convolution neural network and improved ASPP module
CN112017445B (en) Pedestrian violation prediction and motion trail tracking system and method
CN110163822A (en) The netted analyte detection and minimizing technology and system cut based on super-pixel segmentation and figure
CN107590500A (en) A kind of color recognizing for vehicle id method and device based on color projection classification
CN115240024A (en) Method and system for segmenting extraterrestrial pictures by combining self-supervised learning and semi-supervised learning
CN114299286A (en) Road scene semantic segmentation method based on category grouping in abnormal weather
Tariq et al. Real time vehicle detection and colour recognition using tuned features of Faster-RCNN

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
GR01 Patent grant
GR01 Patent grant