期刊文献+
共找到558篇文章
< 1 2 28 >
每页显示 20 50 100
Boiler flame detection algorithm based on PSO-RBF network
1
作者 吴进 GAO Yaqiong +1 位作者 YANG Ling ZHAO Bo 《High Technology Letters》 EI CAS 2023年第1期68-77,共10页
As the main production tool in the industrial environment,large boilers play a vital role in the conversion and utilization of energy.Therefore,the furnace flame detection technology for boilers has always been a hot ... As the main production tool in the industrial environment,large boilers play a vital role in the conversion and utilization of energy.Therefore,the furnace flame detection technology for boilers has always been a hot issue in the field of industrial automation and intelligence.In order to further improve the timeliness and accuracy of the flame detection network,a radial basis function(RBF)flame detection network based on particle swarm optimization(PSO)algorithm is proposed.First,the proposed algorithm initializes the speed and position parameters of the particles.Then,the parameters of the particles are mapped to the RBF flame detection network.Finally,the algorithm is iteratively updated to obtain the global optimal solution.The PSO-RBF flame detection algorithm adopts a flame sample collection method similar to back propagation(BP)flame detection algorithm,and further improves the collection efficiency.The experimental results show that the PSO-RBF flame detection network has good accuracy and faster convergence speed in the given data samples.In the flame data samples,the detection accuracy of the PSO-RBF flame detection algorithm reaches 90.5%. 展开更多
关键词 radial basis function(RBF) particle swarm optimization(PSO) flame detection
下载PDF
Design and implementation of gasifier flame detection system based on SCNN
2
作者 WU Jin DAI Wei +1 位作者 WANG Yu ZHAO Bo 《High Technology Letters》 EI CAS 2022年第4期401-410,共10页
Flame detection is a research hotspot in industrial production,and it has been widely used in various fields.Based on the ignition and combustion video sequence,this paper aims to improve the accuracy and unintuitive ... Flame detection is a research hotspot in industrial production,and it has been widely used in various fields.Based on the ignition and combustion video sequence,this paper aims to improve the accuracy and unintuitive detection results of the current flame detection methods of gasifier and industrial boiler.A furnace flame detection model based on support vector machine convolutional neural network(SCNN)is proposed.This algorithm uses the advantages of neural networks in the field of image classification to process flame burning video sequences which needs detailed analysis.Firstly,the support vector machine(SVM)with better small sample classification effect is used to replace the Softmax classification layer of the convolutional neural network(CNN)network.Secondly,a Dropout layer is introduced to improve the generalization ability of the network.Subsequently,the area,frequency and other important parameters of the flame image are analyzed and processed.Eventually,the experimental results show that the flame detection model designed in this paper is more accurate than the CNN model,and the accuracy of the judgment on the flame data set collected in the gasifier furnace reaches 99.53%.After several ignition tests,the furnace flame of the gasifier can be detected in real time. 展开更多
关键词 support vector machine convolutional neural network(SCNN) support vector machine(SVM) flame detection flame image processing GASIFIER
下载PDF
Improved High Speed Flame Detection Method Based on YOLOv7 被引量:6
3
作者 Hongwen Du Wenzhong Zhu +1 位作者 Ke Peng Weifu Li 《Open Journal of Applied Sciences》 CAS 2022年第12期2004-2018,共15页
In order to solve the problems of the traditional flame detection method, such as low detection accuracy, slow detection speed and lack of real-time detection ability. An improved high speed flame detection method bas... In order to solve the problems of the traditional flame detection method, such as low detection accuracy, slow detection speed and lack of real-time detection ability. An improved high speed flame detection method based on YOLOv7 is proposed. Based on YOLOv7 and combined with ConvNeXtBlock, CN-B network module was constructed, and YOLOv7-CN-B flame detection method was proposed. Compared with the YOLOv7 method, this flame detection method is lighter and has stronger flame feature extraction ability. 2059 open flame data sets labeled with single flame categories were used to avoid the enhancement effect brought by high-quality data sets, so that the comparative experimental effect completely depended on the performance of the flame detection method itself. The results show that the accuracy of YOLOv7-CN-B method is improved by 5% and mAP is improved by 2.1% compared with YOLOv7 method. The detection speed reached 149.25 FPS, and the single detection speed reached 11.9 ms. The experimental results show that the YOLOv7-CN-B method has better performance than the mainstream algorithm. 展开更多
关键词 Light Weight detection of flame YOLOv7-CN-B YOLOv7 ConvNeXt
下载PDF
Early smoke and flame detection based on transformer 被引量:2
4
作者 Xinzhi Wang Mengyue Li +3 位作者 Mingke Gao Quanyi Liu Zhennan Li Luyao Kou 《Journal of Safety Science and Resilience》 EI CSCD 2023年第3期294-304,共11页
Fire-detection technology plays a critical role in ensuring public safety and facilitating the development of smart cities.Early fire detection is imperative to mitigate potential hazards and minimize associated losse... Fire-detection technology plays a critical role in ensuring public safety and facilitating the development of smart cities.Early fire detection is imperative to mitigate potential hazards and minimize associated losses.However,existing vision-based fire-detection methods exhibit limited generalizability and fail to adequately consider the effect of fire object size on detection accuracy.To address this issue,in this study a decoder-free fully transformer-based(DFFT)detector is used to achieve early smoke and flame detection,improving the detection performance for fires of different sizes.This method effectively captures multi-level and multi-scale fire features with rich semantic information while using two powerful encoders to maintain the accuracy of the single-feature map prediction.First,data augmentation is performed to enhance the generalizability of the model.Second,the detection-oriented transformer(DOT)backbone network is treated as a single-layer fire-feature extractor to obtain fire-related features on four scales,which are then fed into an encoder-only single-layer dense prediction module.Finally,the prediction module aggregates the multi-scale fire features into a single feature map using a scale-aggregated encoder(SAE).The prediction module then aligns the classification and regression features using a task-aligned encoder(TAE)to ensure the semantic interaction of the classification and regression predictions.Experimental results on one private dataset and one public dataset demonstrate that the adopted DFFT possesses high detection accuracy and a strong generalizability for fires of different sizes,particularly early small fires.The DFFT achieved mean average precision(mAP)values of 87.40%and 81.12%for the two datasets,outperforming other baseline models.It exhibits a better detection performance on flame objects than on smoke objects because of the prominence of flame features. 展开更多
关键词 Early fire Smoke and flame detection Fire detection Vision transformer Public safety
原文传递
Fire Detection Algorithm Based on an Improved Strategy of YOLOv5 and Flame Threshold Segmentation
5
作者 Zhao Yuchen Wu Shulei +3 位作者 Wang Yaoru Chen Huandong Zhang Xianyao Zhao Hongwei 《Computers, Materials & Continua》 SCIE EI 2023年第6期5639-5657,共19页
Due to the rapid growth and spread of fire,it poses a major threat to human life and property.Timely use of fire detection technology can reduce disaster losses.The traditional threshold segmentation method is unstabl... Due to the rapid growth and spread of fire,it poses a major threat to human life and property.Timely use of fire detection technology can reduce disaster losses.The traditional threshold segmentation method is unstable,and the flame recognition methods of deep learning require a large amount of labeled data for training.In order to solve these problems,this paper proposes a new method combining You Only Look Once version 5(YOLOv5)network model and improved flame segmentation algorithm.On the basis of the traditional color space threshold segmentation method,the original segmentation threshold is replaced by the proportion threshold,and the characteristic information of the flame is maximally retained.In the YOLOv5 network model,the training module is set by combining the ideas of Bootstrapping and cross validation,and the data distribution of YOLOv5 network training is adjusted.At the same time,the feature information after segmentation is added to the data set.Different from the training method that uses large-scale data sets for model training,the proposed method trains the model on the basis of a small data set,and achieves better model detection results,and the detection accuracy of the model in the validation set reaches 0.96.Experimental results show that the proposed method can detect flame features with faster speed and higher accuracy compared with the original method. 展开更多
关键词 YOLOv5 fire safety deep learning flame detection
下载PDF
A New FLAME Selection Method for Intrusion Detection (FLAME-ID)
6
作者 Wafa Alsharafat 《Communications and Network》 2019年第1期11-20,共10页
Due to the ever growing number of cyber attacks, especially of the online systems, development and operation of adaptive Intrusion Detection Systems (IDSs) is badly needed so as to protect these systems. It remains as... Due to the ever growing number of cyber attacks, especially of the online systems, development and operation of adaptive Intrusion Detection Systems (IDSs) is badly needed so as to protect these systems. It remains as a goal of paramount importance to achieve and a serious challenge to address. Different selection methods have been developed and implemented in Genetic Algorithms (GAs) to enhance the rate of detection of the IDSs. In this respect, the present study employed the eXtended Classifier System (XCS) for detection of intrusions by matching the incoming environmental message (packet) with a classifiers pool to determine whether the incoming message is a normal request or an intrusion. Fuzzy Clustering by Local Approximation Membership (FLAME) represents the new selection method used in GAs. In this study, Genetic Algorithm with FLAME selection (FGA) was used as a production engine for the XCS. For comparison purposes, different selection methods were compared with FLAME selection and all experiments and evaluations were performed by using the KDD’99 dataset. 展开更多
关键词 flame INTRUSION detection XCS GENETIC Algorithm
下载PDF
基于特征增强及多层次融合的火灾火焰检测
7
作者 赵杰 汪洪法 吴凯 《中国安全生产科学技术》 CAS CSCD 北大核心 2024年第1期93-99,共7页
为提升火灾火焰识别检测方法性能,将传统图像处理与神经网络结合,提出1种基于特征增强及多层次融合的轻量级火灾火焰检测模型。模型利用多种色彩空间转换算法增强火焰特征信息,并设计双阶段多层次特征提取融合结构,配合空间注意力机制... 为提升火灾火焰识别检测方法性能,将传统图像处理与神经网络结合,提出1种基于特征增强及多层次融合的轻量级火灾火焰检测模型。模型利用多种色彩空间转换算法增强火焰特征信息,并设计双阶段多层次特征提取融合结构,配合空间注意力机制对火焰信息由粗到精进行提取;同时,针对火灾火焰特点,引入由浅到深逐步融合的自适应多尺度融合结构,提升对不同阶段火灾目标的检测精度。研究结果表明:本文模型可有效提升火灾火焰的检测效果,且具有更高的稳定性和鲁棒性,可准确高效地实现火灾火焰检测。研究结果可为现有火灾检测设备提供更准确的识别结果,从而更好地预防火灾事故发生。 展开更多
关键词 火灾火焰检测 神经网络 特征增强 多层次融合 自适应多尺度
下载PDF
火光烟雾条件下无人机激光探测与跟踪实验研究
8
作者 杨振 郭阡阡 +4 位作者 刘满国 焦丹 陈晧辉 张勇 张建隆 《红外与激光工程》 EI CSCD 北大核心 2024年第4期89-99,共11页
高能激光在打击低小慢目标时,目标容易燃烧产生火光烟雾,传统的可见光和红外探测方式对目标的跟踪和瞄准在火光烟雾干扰的情况下易受影响进而导致目标失跟。提出了一种基于主动激光雷达体制的高精度探测和瞄准方法。首先,对火光烟雾条... 高能激光在打击低小慢目标时,目标容易燃烧产生火光烟雾,传统的可见光和红外探测方式对目标的跟踪和瞄准在火光烟雾干扰的情况下易受影响进而导致目标失跟。提出了一种基于主动激光雷达体制的高精度探测和瞄准方法。首先,对火光烟雾条件下无人机表面的激光反射特性进行理论分析和仿真模拟,以此设计了基于APD的单光子激光雷达探测系统,获得了仿真探测概率随激光脉冲能量变化的理论曲线;其次,构建了基于InGaAs-SPAD的光子成像探测系统,进行了无人机室内实验。实验结果表明:在无火光烟雾条件下,基于距离像跟踪的目标质心位置相较于基于可见光图像跟踪的目标质心位置平均角偏差小于0.55 mrad,基于距离像序列的跟踪轨迹与基于可见光图像序列的跟踪轨迹基本一致,证明了Mean-Shift跟踪算法用于距离像的跟踪的可行性。在距离30 m处的模拟烟雾干扰条件下,采用选通延时滤除烟雾干扰能够获得轮廓清晰的目标距离像。在模拟火光干扰条件下,跟踪框中心X、Y坐标偏离目标质心约为0.58 mrad和0.39 mrad。 展开更多
关键词 火光烟雾 无人机 激光探测 距离像 稳定跟踪
下载PDF
改进YOLOv5s的地下车库火焰烟雾检测方法
9
作者 杜辰 王兴 +2 位作者 董增寿 王亦雷 江忠浩 《计算机工程与应用》 CSCD 北大核心 2024年第11期298-308,共11页
针对传统地下车库火灾检测不及时且无法给出火灾详细信息、目标检测对小目标烟火检测困难、其他烟火检测精度低等问题,提出了一种改进YOLOv5s的地下车库烟火检测算法。在YOLOv5s主干网络的最后一个C3模块中加入了注意力机制,帮助网络模... 针对传统地下车库火灾检测不及时且无法给出火灾详细信息、目标检测对小目标烟火检测困难、其他烟火检测精度低等问题,提出了一种改进YOLOv5s的地下车库烟火检测算法。在YOLOv5s主干网络的最后一个C3模块中加入了注意力机制,帮助网络模型更充分地提取烟火多尺度空间信息和重要特征;对Neck部分进行改进,增强特征交互和小目标烟火检测能力;对主干网络卷积模块进行改进,提高烟火特征提取能力;引入WIoU(wise intersection over union)作为新的边界框损失函数,增强模型泛化能力;引入Soft NMS(soft non-maximum suppression)用以增强重叠烟火检测能力。在自制烟火数据集上进行对比实验,结果表明,改进后的模型权重减小0.2 MB,精度提升了6.8个百分点,能够满足地下车库烟火检测要求。 展开更多
关键词 烟火检测 YOLOv5s 注意力机制 小目标烟火检测
下载PDF
基于改进YOLOv5的复杂环境下火灾检测方法 被引量:1
10
作者 崔志亮 曹苏群 《电脑与信息技术》 2024年第1期23-27,46,共6页
针对复杂环境中粉尘分布不均造成视频图像失真,检测精度低等问题,提出了一种基于改进YOLOv5的复杂环境下火灾检测方法。首先,采用改进的暗通道先验去雾算法对采集的火灾图像进行去雾处理,提高复杂环境下火灾视频图像的识别精度;其次,在Y... 针对复杂环境中粉尘分布不均造成视频图像失真,检测精度低等问题,提出了一种基于改进YOLOv5的复杂环境下火灾检测方法。首先,采用改进的暗通道先验去雾算法对采集的火灾图像进行去雾处理,提高复杂环境下火灾视频图像的识别精度;其次,在YOLOv5网络模型框架中引入CA(Coordinate Attention)注意力机制,提升火焰特征,抑制其他无用特征,提高火灾检测的效率和准确性;最后,为解决YOLOv5对小目标检测效果不好的问题,在YOLOv5的特征融合部分增加小目标检测层,提升对小目标检测的能力。实验结果表明:改进后的YOLOv5网络模型精度达到80.5%,相比于原始YOLOv5网络模型精度提升4.2%,同时,改进后的YOLOv5网络模型对小目标检测精度更高,有效提高了复杂环境下火灾识别准确率。 展开更多
关键词 复杂环境 火焰检测 暗通道去雾算法 注意力机制 小目标检测层
下载PDF
蔗渣纤维乳化沥青吸附机制
11
作者 禤炜安 彭佳慧 +3 位作者 张茂霖 杨宗昊 阳恩慧 邱延峻 《北京工业大学学报》 CAS CSCD 北大核心 2024年第10期1219-1227,共9页
为了探索蔗渣纤维与沥青吸附机制的问题,通过BET(Brunauer-Emmet-Teller, BET)比表面积检测法、挂篮吸附实验以及棒状薄层色谱-氢火焰离子探测实验(thin-layer chromatography with flame ionization detection, TLC-FID),研究改性前后... 为了探索蔗渣纤维与沥青吸附机制的问题,通过BET(Brunauer-Emmet-Teller, BET)比表面积检测法、挂篮吸附实验以及棒状薄层色谱-氢火焰离子探测实验(thin-layer chromatography with flame ionization detection, TLC-FID),研究改性前后蔗渣纤维的孔隙结构特性、改性蔗渣纤维对沥青组分的吸附性能的影响,以及不同改性蔗渣纤维掺量对吸附过程的影响,并结合吸附动力学模型进行理论验证分析吸附机理。实验结果表明:蔗渣纤维具有大孔与狭缝孔结构,改性后蔗渣纤维的表面积略有增加,总孔体积、微孔面积与体积增加幅度较大,分别达到241%、170%和276%;达到吸附平衡后,饱和分质量分数降低5.77%、芳香分质量分数增加20.75%、胶质质量分数降低29.37%,以及沥青质质量分数降低5.66%,说明改性蔗渣纤维最易吸附的沥青组分为胶质;随着改性蔗渣纤维掺量的增加,吸附率从15.25%增加至34.16%,而单位平衡吸附量从4.827减小至2.162;实验采用准一级、准二级吸附动力学模型,其中准二级动力学模型拟合效果更好,模型预测单位平衡吸附量q_e(3.247)更接近实验测得的q_e(3.098);胶质的吸附过程是由外向内的,驱动力不足以及吸附点位的数量影响使得吸附达到平衡。 展开更多
关键词 蔗渣纤维 纤维改性 BET比表面积检测法 棒状薄层色谱 沥青四组分 吸附动力学模型
下载PDF
面向消防需求的火焰快速检测方法
12
作者 陈泽世 钟小勇 +2 位作者 李华耀 杨智能 陈漾 《机电工程技术》 2024年第4期95-99,179,共6页
消防系统中的火焰检测设备在执行检测任务时存在精度低、实时性差等问题,会导致误报率较高,发现不及时,从而错过施救的最佳时机。为了解决上述问题,以YOLOv7-tiny算法为基础,对ELAN-tiny结构进行改进,设计ELAN-TP结构,该结构大量减少了... 消防系统中的火焰检测设备在执行检测任务时存在精度低、实时性差等问题,会导致误报率较高,发现不及时,从而错过施救的最佳时机。为了解决上述问题,以YOLOv7-tiny算法为基础,对ELAN-tiny结构进行改进,设计ELAN-TP结构,该结构大量减少了原结构的冗余计算。为提高主干网络的特征提取能力,在主干网络的末端引入ConvNeXt结构。使用SimAM注意力机制对颈部网络结构进行改进,增加模型对目标的定位精度以及对不同尺寸特征的融合能力。结果表明:改进模型的火焰检测精度mAP@50达到了57.7%,相较于原模型提升了4.8%,FPS(检测帧率)达到了97,提升了13。将改进后的模型在边缘计算设备Jet⁃son Nano上部署,FPS在20上下波动,满足了实时性的需求,能够较好地在各种场景下执行火焰检测任务,具有较高的实用价值。 展开更多
关键词 火焰检测 消防设备 轻量化 注意力机制
下载PDF
挥发窑鼓风管的关键点识别及其摆放位置监测 被引量:1
13
作者 易佞纯 桂卫华 +3 位作者 梁骁俊 张超波 唐峰润 阳春华 《控制理论与应用》 EI CAS CSCD 北大核心 2024年第1期172-182,共11页
窑头鼓风管的摆放位置是影响氧化锌挥发窑燃烧状态的重要操作参数之一,现仍由人工看火来手动调节,同时现场没有为挥发窑的运行优化记录完善的鼓风状态数据,也难以及时发现鼓风管被窑内渣块击中等安全隐患.针对上述问题,本文提出一种基... 窑头鼓风管的摆放位置是影响氧化锌挥发窑燃烧状态的重要操作参数之一,现仍由人工看火来手动调节,同时现场没有为挥发窑的运行优化记录完善的鼓风状态数据,也难以及时发现鼓风管被窑内渣块击中等安全隐患.针对上述问题,本文提出一种基于关键点识别的鼓风管位置监测方法.首先,文章对从窑头看火口采集的火焰视频数据集设计一种邻域关键点辅助的数据扩充方法,并构建级联金字塔网络(CPN)来预测鼓风管管口中心点的位置;然后,本文提出一种基于多帧图像的聚类分析算法来消除因烟尘遮挡所产生的异常点,并采用一种量化指标来实现对挥发窑鼓风管摆放位置的实时感知与记录;最后,本文基于现场采集的火焰视频数据进行了对比实验,结果表明所提出的关键点检测模型精度高、鲁棒性强,且鼓风管位置的量化准确率高达92.3%. 展开更多
关键词 火焰视频 鼓风管位置 关键点检测 卷积神经网络 聚类分析
下载PDF
多波段复合型火焰探测器设计
14
作者 张骏尧 吴百川 +2 位作者 邢烨 卜雄洙 李益明 《计量与测试技术》 2024年第5期45-48,共4页
针对目前火焰探测器存在的抗干扰能力较弱、响应速度慢等问题,设计了一款多波段复合型火焰探测器。该系统由三波段红外和单波段紫外共四波段组成,可同时编写相应的火焰检测算法,与传统的火焰探测器相比,具有更强的抗干扰能力。实验表明... 针对目前火焰探测器存在的抗干扰能力较弱、响应速度慢等问题,设计了一款多波段复合型火焰探测器。该系统由三波段红外和单波段紫外共四波段组成,可同时编写相应的火焰检测算法,与传统的火焰探测器相比,具有更强的抗干扰能力。实验表明:该设备在15m内可快速、准确地检测火焰,能有效区分真假火,误报率低,响应时间小于3s,具有较强的实用性。 展开更多
关键词 火焰探测 火焰算法 STM32 红外电传感器 紫外光电管
下载PDF
融合多特征的火焰和烟雾深度视觉检测模型研究
15
作者 周仿荣 马仪 +3 位作者 文刚 王雷光 刘太文 黄灏 《云南电力技术》 2024年第3期30-35,共6页
为了同时准确地检测火焰和烟雾目标,开展了多特征增强融合的视觉火灾探测网络模型的研究。在多尺度特征提取骨干网络的基础上,提出高层语义空间信息增强模块、多尺度特征深度融合模块、空间距离信息注意力模块、分类定位模块。这些模块... 为了同时准确地检测火焰和烟雾目标,开展了多特征增强融合的视觉火灾探测网络模型的研究。在多尺度特征提取骨干网络的基础上,提出高层语义空间信息增强模块、多尺度特征深度融合模块、空间距离信息注意力模块、分类定位模块。这些模块分别聚焦烟雾和火焰的空间纹理、多尺度特征、视觉注意力以及小火焰和烟雾目标检测等问题。本文参与建构一个新的火焰和烟雾图像检测数据集,方便火灾检测模型的训练和测试。实验结果表明,本文方法取得的检测指标超过对比算法。 展开更多
关键词 火灾探测 火焰检测 烟雾检测 特征增强 目标检测
下载PDF
基于红外传感器和图像识别的复合式火焰检测技术研究
16
作者 李益明 卜雄洙 沈樾 《仪表技术》 2024年第4期39-43,59,共6页
鉴于传统火焰探测系统误报率高、易受干扰等问题,提出了一种综合应用热释电红外火焰识别和火焰图像识别技术的火焰探测解决方案。基于火焰探测原理,详细阐述了系统硬件设计,包括系统整体构成和硬件电路的功能分析。根据系统硬件设计方案... 鉴于传统火焰探测系统误报率高、易受干扰等问题,提出了一种综合应用热释电红外火焰识别和火焰图像识别技术的火焰探测解决方案。基于火焰探测原理,详细阐述了系统硬件设计,包括系统整体构成和硬件电路的功能分析。根据系统硬件设计方案,进行了系统信号处理设计,包括红外模块识别算法和图像视觉识别算法的开发。基于LabVIEW平台构建分布式火焰测控系统及上位机。通过火焰识别和识别抗干扰两种类型的实验,验证了整个系统在远距离探测、高速识别以及高可靠性方面的卓越性能。 展开更多
关键词 火焰检测 红外传感器 图像识别 信号处理 微控制器
下载PDF
基于YOLOv5的消防机器人火焰检测研究
17
作者 陈春霞 王玲 +1 位作者 李洋洋 王贤钧 《机械》 2024年第4期67-73,共7页
消防机器人是辅助消防人员获得火灾现场信息、及时做出决策的有力帮手。针对消防机器人在火灾现场消防作业时面临的检测精确度有待进一步提高、模型运算量大的问题,提出一种改进YOLOv5的消防机器人火焰检测算法。该方法在YOLOv5原始模... 消防机器人是辅助消防人员获得火灾现场信息、及时做出决策的有力帮手。针对消防机器人在火灾现场消防作业时面临的检测精确度有待进一步提高、模型运算量大的问题,提出一种改进YOLOv5的消防机器人火焰检测算法。该方法在YOLOv5原始模型的特征提取部分加入Involution算子,扩大感受野的同时使网络更轻量化,并且在特征提取和特征融合部分加入CBAM注意力机制,增强网络中对特征的提取,并保证底层特征图的特征信息,还在损失函数计算中引入新的边界框损失函数α-CIoU,以提升模型的收敛速度和对数据集的鲁棒性。实验结果表明,改进后的模型平均检测精度达93.6%,模型计算量下降58%,该方法有效提升了火焰检测的精度,降低了模型的计算量。 展开更多
关键词 火焰检测 注意力机制 边界框损失函数
下载PDF
基于Fast-CAANet的火焰检测方法
18
作者 龚成张 严云洋 +2 位作者 卞苏阳 祝巧巧 冷志超 《南京师大学报(自然科学版)》 CAS 北大核心 2024年第2期109-116,共8页
高效率高速度的火焰检测方法对预防火灾、保护社会安全具有十分重要的作用.本文面向社会安全应用需求,提出一种基于Fast-CAANet的火焰检测方法.先提出一种CAA模块,加强卷积和注意力机制的有效融合;然后构建CAANet网络的主干网络(CAABloc... 高效率高速度的火焰检测方法对预防火灾、保护社会安全具有十分重要的作用.本文面向社会安全应用需求,提出一种基于Fast-CAANet的火焰检测方法.先提出一种CAA模块,加强卷积和注意力机制的有效融合;然后构建CAANet网络的主干网络(CAABlock),更有效提取火焰的丰富特征;再提出参数更小、准确度更高的Fast-CAABlock模块,提出了加强火焰特征提取的方案.实验结果表明,Fast-CAANet准确率达到91.42%,计算量3.9 GMac较小.所提火焰检测算法与其它算法相比,性能更优,效果更好. 展开更多
关键词 深度学习 特征提取 注意力机制 火焰检测
下载PDF
基于红紫外光电传感器的多波段火焰探测方法研究
19
作者 薛莹 赵志鹏 +1 位作者 刘建翔 李绍鹏 《消防科学与技术》 CAS 北大核心 2024年第3期384-388,共5页
针对不同火灾发生场景对火焰探测的要求,建立具有火灾特征的火灾探测模型,对多波段红紫外传感器火焰探测机理、多特征数据融合算法和火灾决策判断方法进行研究。选择185~260 nm波段的紫外光电传感器和3.6、4.4、4.8μm波段的红外光电传... 针对不同火灾发生场景对火焰探测的要求,建立具有火灾特征的火灾探测模型,对多波段红紫外传感器火焰探测机理、多特征数据融合算法和火灾决策判断方法进行研究。选择185~260 nm波段的紫外光电传感器和3.6、4.4、4.8μm波段的红外光电传感器进行火焰探测,采集火焰特征信号数据信息;采用多信号数据融合和特征参数相关性算法,建立多波段火灾特征的火灾探测数学模型,模拟火灾发生场景,训练有关特征参数的最佳配置。研究结果表明,对185~260 nm波段的紫外光和3.6、4.4、4.8μm波段的红外光进行多波段火焰探测,能够满足标准GB 15631-2008《特种火灾探测器》的要求,火焰的识别和决策判断能力提高,试验中无误报和漏报。 展开更多
关键词 紫外光电传感器 红外光电传感器 多波段火焰探测
下载PDF
气相色谱-氢火焰离子化测定脂肪酸甲酯的响应机理与定量规律
20
作者 崔华玲 杨慧 +7 位作者 孙丽华 叶倩 丁晨红 王威利 季天荣 马蕾 曾坤宏 殷秋妙 《食品科学》 EI CAS CSCD 北大核心 2024年第13期49-57,共9页
针对国内外现行标准中气相色谱-氢火焰离子化检测器(gas chromatography-flame ionization detector,GCFID)测定脂肪酸甲酯(fatty acid methyl esters,FAME)定量方法的不足,本实验通过理论推导和实验验证,从仪器、色谱柱、分流比、标准... 针对国内外现行标准中气相色谱-氢火焰离子化检测器(gas chromatography-flame ionization detector,GCFID)测定脂肪酸甲酯(fatty acid methyl esters,FAME)定量方法的不足,本实验通过理论推导和实验验证,从仪器、色谱柱、分流比、标准物质方面系统研究利用GC-FID分析37种FAME的响应规律、理论模型及实验干扰因素,提出“质量系数”和“关联因子”概念,揭示实验关联因子(experimental relevance factors,FF_(E))和理论关联因子(theoretical relevance factors,FF_(T))的函数关系和等值性条件,并经多个实验证实了关联因子的稳定性,发现当脂肪酸碳数大于10时,可充分利用理论质量系数(theoretical quality coefficient,QC_(T))和FFT对FAME进行相对或绝对定量;当脂肪酸碳数小于10时,可以通过现配FAME标准物质等方法精确测定实验质量系数(experimental quality coefficient,QC_(E))和实验关联因子FFE,并用此校正FAME的量进行定量,不仅能够提高定量结果的准确性,而且能够增加标准物质的使用时效以及节省标准物质的使用量。 展开更多
关键词 脂肪酸甲酯 甲酯化 气相色谱-氢火焰离子化检测 质量系数 关联因子
下载PDF
上一页 1 2 28 下一页 到第
使用帮助 返回顶部