期刊文献+
共找到338篇文章
< 1 2 17 >
每页显示 20 50 100
Novel K-best detection algorithms for MIMO system
1
作者 向星宇 仲文 《Journal of Southeast University(English Edition)》 EI CAS 2009年第1期1-5,共5页
Aiming at the optimum path excluding characteristics and the full constellation searching characteristics of the K-best detection algorithm, an improved-performance K-best detection algorithm and several reduced-compl... Aiming at the optimum path excluding characteristics and the full constellation searching characteristics of the K-best detection algorithm, an improved-performance K-best detection algorithm and several reduced-complexity K-best detection algorithms are proposed. The improved-performance K-best detection algorithm deploys minimum mean square error (MMSE) filtering of a channel matrix before QR decomposition. This algorithm can decrease the probability of excluding the optimum path and achieve better performance. The reducedcomplexity K-best detection algorithms utilize a sphere decoding method to reduce searching constellation points. Simulation results show that the improved performance K-best detection algorithm obtains a 1 dB performance gain compared to the K- best detection algorithm based on sorted QR decomposition (SQRD). Performance loss occurs when K = 4 in reduced complexity K-best detection algorithms. When K = 8, the reduced complexity K-best detection algorithms require less computational effort compared with traditional K-best detection algorithms and achieve the same performance. 展开更多
关键词 sorted QR decomposition K-best sphere decoding maximum-likelihood detection minimum mean square error
在线阅读 下载PDF
Maximum Likelihood Detection for Detect-and-Forward Relay Channels
2
作者 Azlan Abd Aziz Yasunori Iwanami 《International Journal of Communications, Network and System Sciences》 2011年第2期88-97,共10页
This paper introduces a simple combining technique for cooperative relay scheme which is based on a Detect-and-Forward (DEF) relay protocol. Cooperative relay schemes have been introduced in earlier works but most of ... This paper introduces a simple combining technique for cooperative relay scheme which is based on a Detect-and-Forward (DEF) relay protocol. Cooperative relay schemes have been introduced in earlier works but most of them ignore the quality of the source-relay (S-R) channel in the detection at the destination, although this channel can contribute heavily to the performance of cooperation schemes. For optimal detection, the destination has to account all possible error events at the relay as well. Here we present a Maximum Likelihood criterion (ML) at the destination which considers closed-form expressions for each symbol error rate (SER) to facilitate the detection. Computer simulations show that significant diversity gain and Packet Error Rate (PER) performance can be achieved by the proposed scheme with good tolerance to propagation errors from noisy relays. In fact, diversity gain is increased with additional relay nodes. We compare this scheme against the baseline Cooperative-Maximum Ratio Combining (C-MRC). 展开更多
关键词 COOPERATIVE RELAY detect-and-Forward maximum-likelihood criterion detection
在线阅读 下载PDF
Performance Analysis of Distributed Neyman-Pearson Detection Systems
3
作者 赵娟 陶然 +1 位作者 王越 周思永 《Journal of Beijing Institute of Technology》 EI CAS 2007年第3期305-309,共5页
The performance of a distributed Neyman-Pearson detection system is considered with the decision rules of the sensors given and the decisions from different sensors being mutually independent conditioned on both hypot... The performance of a distributed Neyman-Pearson detection system is considered with the decision rules of the sensors given and the decisions from different sensors being mutually independent conditioned on both hypothese. To achieve the better performance at the fusion center for a general detection system of n 〉 3 sensor configuration, the necessary and sufficient conditions are derived by comparing the probability of detec- tion at the fusion center with that of each of the sensors, with the constraint that the probability of false alarm at the fusion center is equal to that of the sensor. The conditions are related with the performances of the sensors and using the results we can predict the performance at the fusion center of a distributed detection system and can choose appropriate sensors to construct efficient distributed detection systems. 展开更多
关键词 decision fusion rule distributed detection Neyman-Pearson criterion probability of detection necessary and sufficient condition
在线阅读 下载PDF
A NEW ML DETECTION ALGORITHM FOR ORTHOGONAL MULTICODE SYSTEM IN NAKAGAMI FADING CHANNEL
4
作者 Wei Shengqun Cheng Yunpeng Wang Jinlong 《Journal of Electronics(China)》 2006年第2期184-188,共5页
Based on the Maximum-Likelihood (ML) criterion, this paper proposes a novel noncoherent detection algorithm for Orthogonal Multicode (OM) system in Nakagami fading channel. Some theoretical analysis and simulation res... Based on the Maximum-Likelihood (ML) criterion, this paper proposes a novel noncoherent detection algorithm for Orthogonal Multicode (OM) system in Nakagami fading channel. Some theoretical analysis and simulation results are presented. It is shown that the proposed ML algorithm is at least 0.7 dB better than the conventional Matched-Filter (MF) algorithm for uncoded systems, in both non-fading and fading channels. For the consideration of practical application, it is further simplified in complexity. Compared with the original ML algorithm, the simplified ML algorithm can provide significant reduction in complexity with small degradation in performance. 展开更多
关键词 Signal detection Orthogonal code maximum-likelihood (ML) Nakagami fading channel
在线阅读 下载PDF
JOINT EARLY DETECTION AND EARLY STOPPING SCHEME FOR COMPLEXITY REDUCTION OF TURBO DECODING
5
作者 Ma Zheng Fan Pingzhi Wai Ho Mow 《Journal of Electronics(China)》 2007年第3期316-320,共5页
In this paper,a Joint Early Detection and Early Stopping (JEDES) approach for effectively reducing the complexity of turbo decoding with negligible performance loss is proposed. It combines the effectiveness of both e... In this paper,a Joint Early Detection and Early Stopping (JEDES) approach for effectively reducing the complexity of turbo decoding with negligible performance loss is proposed. It combines the effectiveness of both early detection and early stopping techniques. Our simulation results demon-strated that the proposed JEDES scheme based on cyclic redundancy check and trellis splicing can achieve a complexity saving of 15% to 20% at practical bit error rates over the idealized GENIE stopping scheme,which is widely accepted as the theoretically best possible early stopping scheme. 展开更多
关键词 Stopping criterion Turbo codes Early detection THRESHOLD Trellis splicing
在线阅读 下载PDF
Code Smell Detection Using Whale Optimization Algorithm
6
作者 Moatasem M.Draz Marwa S.Farhan +1 位作者 Sarah N.Abdulkader M.G.Gafar 《Computers, Materials & Continua》 SCIE EI 2021年第8期1919-1935,共17页
Software systems have been employed in many fields as a means to reduce human efforts;consequently,stakeholders are interested in more updates of their capabilities.Code smells arise as one of the obstacles in the sof... Software systems have been employed in many fields as a means to reduce human efforts;consequently,stakeholders are interested in more updates of their capabilities.Code smells arise as one of the obstacles in the software industry.They are characteristics of software source code that indicate a deeper problem in design.These smells appear not only in the design but also in software implementation.Code smells introduce bugs,affect software maintainability,and lead to higher maintenance costs.Uncovering code smells can be formulated as an optimization problem of finding the best detection rules.Although researchers have recommended different techniques to improve the accuracy of code smell detection,these methods are still unstable and need to be improved.Previous research has sought only to discover a few at a time(three or five types)and did not set rules for detecting their types.Our research improves code smell detection by applying a search-based technique;we use the Whale Optimization Algorithm as a classifier to find ideal detection rules.Applying this algorithm,the Fisher criterion is utilized as a fitness function to maximize the between-class distance over the withinclass variance.The proposed framework adopts if-then detection rules during the software development life cycle.Those rules identify the types for both medium and large projects.Experiments are conducted on five open-source software projects to discover nine smell types that mostly appear in codes.The proposed detection framework has an average of 94.24%precision and 93.4%recall.These accurate values are better than other search-based algorithms of the same field.The proposed framework improves code smell detection,which increases software quality while minimizing maintenance effort,time,and cost.Additionally,the resulting classification rules are analyzed to find the software metrics that differentiate the nine code smells. 展开更多
关键词 Software engineering intelligence search-based software engineering code smell detection software metrics whale optimization algorithm fisher criterion
在线阅读 下载PDF
Robust Speech Endpoint Detection in Airplane Cockpit Voice Background
7
作者 Hongbing CHENG Ming LEI +1 位作者 Guorong HUANG Yan XIA 《Wireless Sensor Network》 2009年第5期489-495,共7页
A method of robust speech endpoint detection in airplane cockpit voice background is presented. Based on the analysis of background noise character, a complex Laplacian distribution model directly aiming at noisy spee... A method of robust speech endpoint detection in airplane cockpit voice background is presented. Based on the analysis of background noise character, a complex Laplacian distribution model directly aiming at noisy speech is established. Then the likelihood ratio test based on binary hypothesis test is carried out. The decision criterion of conventional maximum a posterior incorporating the inter-frame correlation leads to two separate thresholds. Speech endpoint detection decision is finally made depend on the previous frame and the observed spectrum, and the speech endpoint is searched based on the decision. Compared with the typical algorithms, the proposed method operates robust in the airplane cockpit voice background. 展开更多
关键词 Complex LAPLACIAN Model Maximum A POSTERIOR criterion LIKELIHOOD Ratio Test Speech End- point detection AIRPLANE COCKPIT VOICE
暂未订购
COMPUTER-AIDED DETECTION OF THE EPILEPTIC WAVES IN EEG:A REALIZED STRATEGY BY ADOPTING MULTI-METHOD
8
作者 Zhu Xin Wan Baikun +2 位作者 Lu Yangsheng Liu Hui Chen Cheng(Departnent of Biomedical Engineering, Tianjin University, Tianjin 300072, P.R.China) 《Chinese Journal of Biomedical Engineering(English Edition)》 1999年第3期35-36,共2页
In this thesis, a strategy realizing the computer-aided detection (CAD) of the epileptic waves in EEG isintroduced. The expert criterion, continuous wavelet transformation, neural networks, and characteristic paramete... In this thesis, a strategy realizing the computer-aided detection (CAD) of the epileptic waves in EEG isintroduced. The expert criterion, continuous wavelet transformation, neural networks, and characteristic parametermeasuremente these modern signa1 processing weapons were synthesized togetLher to form a so-called multi-method.It was estimated that the advantages of all the powerful techniques could be exploited systematically. Therefore, theCAD’s capacities in the long-term monitoring, trCaAnent and control of epilepsy might be enhanced. In this strategy,the raw EEG signals were uniformed and the expelt criterion were applied to discard most of aItifacts in them at first,and then the signals were pre-processed by continuous wavelet transformation. Some characteristic parameters wereextracted from the raw signals and the pre-processed ones. Consequently groups of eighteen parameters were sent totrain or test BP networks. By applying this theme a correct-detection rate of 84.3% for spike and sharp waves, and88.9% for sPike and sharp slow waves were obtained. In the next step, some non-linear tools wtll also be equippedwith the CAD system. 展开更多
关键词 COMPUTER-AIDED detection (CAN) EEG EXPERT criterion wavelet transformation neural networks
暂未订购
基于阀侧电流不对称性的LCC-HVDC系统换相失败检测
9
作者 刘洁彤 刘对 +3 位作者 林兵 陈曦 何志杰 卢宇 《现代电子技术》 北大核心 2026年第6期152-159,167,共9页
随着高压直流输电技术在远距离、大容量输电中的广泛应用,LCC-HVDC因其独特优势而备受关注。然而,LCC-HVDC系统采用的半控型器件缺乏自关断能力,故障时容易发生换相失败,会对系统的稳定性和安全性有较大影响。鉴于此,文中研究了LCC-HVD... 随着高压直流输电技术在远距离、大容量输电中的广泛应用,LCC-HVDC因其独特优势而备受关注。然而,LCC-HVDC系统采用的半控型器件缺乏自关断能力,故障时容易发生换相失败,会对系统的稳定性和安全性有较大影响。鉴于此,文中研究了LCC-HVDC系统的动态换相过程,详细分析了正常运行与交流系统故障下换流变压器阀侧电流的变化特性,并提取了此电流的变化特征。在此基础上,基于其不对称性特征构建一种LCC-HVDC系统换相失败检测判据,以快速、准确地检测多次换相失败的发生。最后,基于PSCAD/EMTDC仿真平台,采用CIGRE LCC-HVDC系统仿真模型及实际的同塔双回线模型对该方法在不同运行条件下的有效性进行了验证。实验结果表明,所提出的判据在多次换相失败的检测中具备快速响应能力和较高的检测精度,表现出良好的可靠性和鲁棒性,可以为实际工程中换相失败的检测提供理论参考。 展开更多
关键词 换相失败检测 LCC-HVDC系统 换流变压器 阀侧电流 不对称性 换相失败判据 CIGRE标准测试模型
在线阅读 下载PDF
基于缺值填补和随机森林的窃电数据检测
10
作者 汤熠 李鹏 +2 位作者 李伟华 周宇 冯艳丽 《微型电脑应用》 2026年第1期163-166,共4页
为了实现窃电数据的准确检测,解决用户用电量数据集存在的数据缺失、样本不平衡等问题,提出一种基于缺值填补和随机森林的窃电数据检测方法。采用均值插补法对用户用电量数据集中的缺值进行填补,依据拉依达准则对异常值进行修正;使用合... 为了实现窃电数据的准确检测,解决用户用电量数据集存在的数据缺失、样本不平衡等问题,提出一种基于缺值填补和随机森林的窃电数据检测方法。采用均值插补法对用户用电量数据集中的缺值进行填补,依据拉依达准则对异常值进行修正;使用合成少数类过采样技术(SMOTE)对数据集中的窃电用户样本进行过采样,使样本数量达到平衡;采用随机森林对样本数量平衡的数据集进行窃电检测。实验结果表明,所提出的方法对用户用电量数据集进行窃电检测的准确率达到95.33%,高于比较方法,所提出的方法可有效检测窃电数据。 展开更多
关键词 窃电检测 均值插补法 拉依达准则 SMOTE 随机森林
在线阅读 下载PDF
微柱凝胶试验在牛羊布鲁氏菌病诊断中的效能比较及应用策略
11
作者 杨夷平 张国新 +4 位作者 古丽巴哈尔·卡德尔 买吾兰·孜克牙 姚伟涛 李鹏天 马春江 《草食家畜》 2026年第1期43-49,共7页
【目的】系统比较不同检测方法在牛羊布鲁氏菌病(简称布病)诊断中的敏感性和特异性,分析各方法成本效益,确定适用于规模化养殖场布病净化的最优检测方案。【方法】采集新疆维吾尔自治区某市某乡镇免疫布病疫苗后的牛羊血清,分别用微柱... 【目的】系统比较不同检测方法在牛羊布鲁氏菌病(简称布病)诊断中的敏感性和特异性,分析各方法成本效益,确定适用于规模化养殖场布病净化的最优检测方案。【方法】采集新疆维吾尔自治区某市某乡镇免疫布病疫苗后的牛羊血清,分别用微柱凝胶试验(CAT)、虎红平板凝集试验(RBT)、免疫层析法(ICA)与竞争酶联免疫吸附试验(cELISA)进行检测,并将cELISA作为金标准,采用Excel 2010软件进行计算,SPSS 25.0软件进行统计学分析,Med Calc 1.92软件绘制ROC曲线并计算AUC值,通过Kappa检验评价各方法的一致性。【结果】4种方法整体阳性率分别为:ICA 50.57%(134/265)、CAT 49.06%(130/265)、RBT49.43%(131/265)、cELISA 53.96%(143/265)。分物种CAT判阳标准下,牛(1:25++)的敏感性为93.51%、特异性为89.19%、符合率为91.45%;羊(1:50++)的敏感性为90.67%、特异性为92.31%、符合率为91.15%,二者与cELISA的Kappa值分别为0.80、0.82(一致性极好)。ROC曲线显示,分物种CAT的AUC值(牛0.93、羊0.94)高于统一临界值(0.92),且均高于ICA(0.89)和RBT(0.86)。【结论】建议采用“分物种初筛-统一复检”两步法:牛场初筛可选用CAT(1:25++)或ICA,羊场初筛优先选用CAT(1:50++),阳性样本经cELISA复检,该策略可提升布病净化精准度,降低物种特异性误诊风险。 展开更多
关键词 布鲁氏菌病 牛羊 微柱凝胶试验(CAT) 分物种判阳标准 诊断效能 两步法检测方案
在线阅读 下载PDF
Interpretable Smart Contract Vulnerability Detection with LLM-Augmented Hilbert-Schmidt Information Bottleneck
12
作者 Yiming Yu Yunfei Guo +2 位作者 Junchen Liu Yiping Sun Junliang Du 《Computers, Materials & Continua》 2026年第5期664-684,共21页
Graph neural networks(GNNs)have shown notable success in identifying security vulnerabilities within Ethereum smart contracts by capturing structural relationships encoded in control-and data-flow graphs.Despite their... Graph neural networks(GNNs)have shown notable success in identifying security vulnerabilities within Ethereum smart contracts by capturing structural relationships encoded in control-and data-flow graphs.Despite their effectiveness,most GNN-based vulnerability detectors operate as black boxes,making their decisions difficult to interpret and thus less suitable for critical security auditing.The information bottleneck(IB)principle provides a theoretical framework for isolating task-relevant graph components.However,existing IB-based implementations often encounter unstable optimization and limited understanding of code semantics.To address these issues,we introduce ContractGIB,an interpretable graph information bottleneck framework for function-level vulnerability analysis.ContractGIB introduces three main advances.First,ContractGIB introduces an Hilbert–Schmidt Independence Criterion(HSIC)based estimator that provides stable dependence measurement.Second,it incorporates a CodeBERT semantic module to improve node representations.Third,it initializes all nodes with pretrained CodeBERT embeddings,removing the need for hand-crafted features.For each contract function,ContractGIB identifies themost informative nodes forming an instance-specific explanatory subgraph that supports the model’s prediction.Comprehensive experiments on public smart contract datasets,including ESC andVSC,demonstrate thatContractGIB achieves superior performance compared to competitive GNN baselines,while offering clearer,instance-level interpretability. 展开更多
关键词 Smart contract vulnerability detection graph neural networks information bottleneck Hilbert-Schmidt Independence criterion(HSIC)
在线阅读 下载PDF
水稻叶部病害轻量化检测方法研究 被引量:1
13
作者 李晓辉 刘星呈 +1 位作者 李静 陈思诺 《沈阳农业大学学报》 北大核心 2025年第6期68-82,共15页
[目标]为解决水稻病斑检测中存在的小目标特征提取困难、田间环境中检测精度低、边缘化设备部署时效性差等问题,研究基于通道修剪方法,提出一种轻量化的水稻叶部病害检测模型YOLOv7-TMRTM-prune。[方法]首先在YOLOv7-tiny基线模型框架... [目标]为解决水稻病斑检测中存在的小目标特征提取困难、田间环境中检测精度低、边缘化设备部署时效性差等问题,研究基于通道修剪方法,提出一种轻量化的水稻叶部病害检测模型YOLOv7-TMRTM-prune。[方法]首先在YOLOv7-tiny基线模型框架上采用MobileNetV3替换主干网络、RCS-OSA替换ELAN-1、引入TSCODE优化检测头等改进方法提升模型对不同尺寸病斑特征提取能力,构建叶部病害检测模型YOLOv7-TMRTM。然后对病斑检测模型进行通道剪枝,基于L1正则化准则进行稀疏训练,根据BN层缩放因子分布情况,选用稀疏度为0.008进行稀疏训练;在检测精度、速度和模型复杂度三参量平衡约束下,选择剪枝率为75%对模型进行通道剪枝。[结果]YOLOv7-TMRTM-prune的mAP为97.1%,参数量减少76.4%,模型大小减少77.4%,FPS提升43%。构建的轻量化叶部病害检测模型YOLOv7-TMRTM-prune对稻瘟病、白叶枯病、水稻胡麻斑病的精确度为94.9%,平均召回率为93.3%,平均mAP为97.1%。[结论]该轻量化模型在保证高检测精度的同时,大幅降低模型参数量与体积、提升检测速度,有效解决小目标病斑提取难与边缘设备部署时效性差的问题,为水稻叶部病害田间实时检测提供高效技术方案,可支撑智慧农业中病害早期防控需求。 展开更多
关键词 水稻叶部病害检测 YOLOv7 通道修剪 L1正则化准则 BN层缩放因子 稀疏训练
在线阅读 下载PDF
基于模糊信号检测论的民航安检人员危险感知能力分析
14
作者 王燕青 乔家伟 +1 位作者 任金金 王晓峰 《科学技术与工程》 北大核心 2025年第16期6970-6976,共7页
为提高民航安检人员的安检绩效,探究不同因素下安检人员危险感知能力与安检绩效的关系。基于模糊信号检测论,以辨别力和判断标准作为衡量安检人员危险感知能力的指标,采用2(经验:新手、老手)×2(时间压力:无时间限制、有时间限制)&#... 为提高民航安检人员的安检绩效,探究不同因素下安检人员危险感知能力与安检绩效的关系。基于模糊信号检测论,以辨别力和判断标准作为衡量安检人员危险感知能力的指标,采用2(经验:新手、老手)×2(时间压力:无时间限制、有时间限制)×2(违禁品出现概率:高、低)混合实验设计,分析经验、时间压力、违禁品概率对安检人员危险感知能力的影响。结果表明:经验和时间限制对安检绩效有显著影响,而违禁品出现的概率对安检绩效的影响不显著;经验对安检人员的模糊辨别力和模糊判断标准均有显著影响,老手组危险感知能力的总体水平大于新手组;时间限制会降低安检人员的模糊辨别力和低违禁品概率下的模糊判断标准,但会提高高违禁品概率下的模糊判断标准。重视安检技能培训、设定合理搜索时间与传送带速度可有效提高安检人员的危险感知能力,保障航空安全。 展开更多
关键词 安检人员 危险感知能力 模糊信号检测论 模糊辨别力 模糊判断标准
在线阅读 下载PDF
Fisher准则函数在机械刀具切削磨损检测中的应用
15
作者 任慧 马金萍 《机械设计与制造》 北大核心 2025年第1期154-159,165,共7页
在高精度机床道具切削磨损无接触图像检测中,磨损区域边缘特征容易发生混淆,区分其像素边缘区域成为一个难点。Fisher判别函数可以用于特征提取,即通过选择最具有区分力的特征来改善分类性能。针对这一特点,提出基于Fisher准则函数的机... 在高精度机床道具切削磨损无接触图像检测中,磨损区域边缘特征容易发生混淆,区分其像素边缘区域成为一个难点。Fisher判别函数可以用于特征提取,即通过选择最具有区分力的特征来改善分类性能。针对这一特点,提出基于Fisher准则函数的机械刀具切削磨损检测方法。首先,对采集到的机械刀具切削磨损图像实施图像增强处理,利用实施修正线性拉伸操作解决光照不均匀问题,凸出刀具磨损区域的细节特征并提高图像质量;其次,利用基于Fisher准则函数的图像阈值分割方法,将刀体区域和其工作背景区域分割出来,使刀具磨损区域更加清晰,提高磨损区域的可识别性;最后,通过Roberts边缘检测确定刀具切削磨损边缘,并使用Zernike正交矩确定刀具切削磨损边缘的精确值以获取磨损区域,提取其磨损信息实现机械刀具切削磨损的检测。实验结果表明:所提方法具有较高图像处理能力以及磨损检测精度。 展开更多
关键词 图像增强 Fisher准则函数 图像阈值分割 Roberts边缘检测 Zernike正交矩 磨损检测
在线阅读 下载PDF
基于多措施联合的雷达杂波区协同判定方法
16
作者 陈梅青 耿昭谦 +1 位作者 柳飘 陈茹 《舰船电子对抗》 2025年第5期87-90,共4页
针对雷达阵地周边复杂的杂波环境,提出一种结合基于过门限检测、M/N准则平滑判定与形态学图像处理的综合方法,用于杂波区协同判定。该方法在实现杂波区域精确判定的同时有效降低了杂波虚警点、规整杂波边缘并填充杂波区内小的凹陷区域... 针对雷达阵地周边复杂的杂波环境,提出一种结合基于过门限检测、M/N准则平滑判定与形态学图像处理的综合方法,用于杂波区协同判定。该方法在实现杂波区域精确判定的同时有效降低了杂波虚警点、规整杂波边缘并填充杂波区内小的凹陷区域。通过使用雷达阵地周边的实测数据进行性能分析,验证了该方法的有效性与准确性,可为雷达杂波区内目标探测与航迹跟踪处理措施的自适应选择提供支持。 展开更多
关键词 复杂杂波环境 过门限检测 M/N准则 形态学图像处理 杂波区协同判定
在线阅读 下载PDF
基于多特征信息融合的疲劳驾驶检测算法
17
作者 张兴旺 王凤随 杨海燕 《重庆工商大学学报(自然科学版)》 2025年第4期62-71,共10页
目的针对目前驾驶员疲劳驾驶检测不能兼顾检测速度与检测准确率的问题,提出一种基于YOLOv7改进模型的疲劳驾驶检测算法。方法首先,为提高模型的收敛速度,增强模型的检测性能,算法将传统的卷积层替换为深度过度参数化卷积层,通过增加可... 目的针对目前驾驶员疲劳驾驶检测不能兼顾检测速度与检测准确率的问题,提出一种基于YOLOv7改进模型的疲劳驾驶检测算法。方法首先,为提高模型的收敛速度,增强模型的检测性能,算法将传统的卷积层替换为深度过度参数化卷积层,通过增加可学习的参数加快拟合过程;其次,针对存在遮挡目标的场景,传统下采样过程容易导致特征丢失严重,为提高对遮挡目标检测的准确性,算法引入了基于SE注意力改进的DS-Conv模块;再次,为了提高模型对小目标的检测能力,算法在特征提取层中添加了多尺度特征提取MSS注意力模块,能够在不同尺度上捕捉目标的细节和上下文信息;最后,在检测出的人脸上根据PERCLOS准则进行疲劳驾驶判定。结果实验结果表明:改进算法在WIDER FACE数据集的Easy、Medium、Hard子集上分别达到了96.0%、94.6%、88.1%。结论改进算法结构简单,参数量较少,满足人脸目标实时检测的要求,适合部署在车载系统等资源有限的环境中,有效保障驾驶员的驾驶安全。 展开更多
关键词 疲劳驾驶检测 多特征信息融合 通道注意力 多尺度特征提取 PERCLOS准则
在线阅读 下载PDF
Enhancing some separability criteria via equiangular tight frames
18
作者 Liang Tang Fan Wu 《Communications in Theoretical Physics》 2025年第4期45-54,共10页
Improvement of the detection ability of quantum entanglement is one of the essential tasks in quantum computing and quantum information.Finite tight frames play a fundamental role in a wide variety of areas and,genera... Improvement of the detection ability of quantum entanglement is one of the essential tasks in quantum computing and quantum information.Finite tight frames play a fundamental role in a wide variety of areas and,generally,each application requires a specific class of frames and is closely related to quantum measurement.It is worth noting that a maximal set of complex equiangular vectors is closely related to a symmetric informationally complete measurement.Hence,our goal in this work is to propose a series of separability criteria assigned to a finite tight frame and some well-known inequalities in different quantum systems,respectively.In addition,some tighter criteria to detect entanglement for many-body quantum states are presented in arbitrary dimensions.Finally,the effectiveness of the proposed entanglement detection criteria is illustrated through some detailed examples. 展开更多
关键词 entanglement detection separability criterion bipartite systems finite tight frames
原文传递
基于声波探测的钢拱架检测技术
19
作者 张飞龙 《铁道建筑》 北大核心 2025年第1期104-108,共5页
针对TBM(Tunnel Boring Machine)自动喷射混凝土技术在施工中遇到的钢拱架位置检测困难、钢拱架区域自动喷混作业质量不良等问题,设计了一种基于声波探测的钢拱架位置数据检测技术。在喷混连接桥挡尘板周边布置多个声波探测传感器,从不... 针对TBM(Tunnel Boring Machine)自动喷射混凝土技术在施工中遇到的钢拱架位置检测困难、钢拱架区域自动喷混作业质量不良等问题,设计了一种基于声波探测的钢拱架位置数据检测技术。在喷混连接桥挡尘板周边布置多个声波探测传感器,从不同角度分段采集钢拱架的位置信息,利用肖维勒准则剔除异常数据,并根据钢拱架节特征曲线模型补正缺失的钢拱架数据,再利用得到数据进行钢拱架区域自动喷混作业轨迹规划,最后让自动喷混机械手按照轨迹完成混凝土喷射作业。经工程应用表明,该技术操作简单、节省成本,不仅能够保证钢拱架的检测精度和准确率,获取完整可靠的钢拱架位置数据,还能有效提高钢拱架区域自动喷混作业的质量和效率。 展开更多
关键词 TBM隧道 初期支护 声波探测 自动喷射混凝土技术 钢拱架检测 肖维勒准则
在线阅读 下载PDF
活性炭碘吸附值测试方法的探究
20
作者 邓小惠 《环境保护与循环经济》 2025年第9期88-90,共3页
为了减少不必要的贸易纠纷,对国内现行的检测标准GB/T 12496.8—2015《木质活性炭试验方法碘吸附值的测定》和GB/T 7702.7—2023《煤质颗粒活性炭试验方法第7部分:碘吸附值的测定》的特点以及测试要点进行对比,在此基础上采用以上两种... 为了减少不必要的贸易纠纷,对国内现行的检测标准GB/T 12496.8—2015《木质活性炭试验方法碘吸附值的测定》和GB/T 7702.7—2023《煤质颗粒活性炭试验方法第7部分:碘吸附值的测定》的特点以及测试要点进行对比,在此基础上采用以上两种检测标准分别对4个蜂窝炭样品进行碘吸附值的测试,来验证两种测试标准间的等效关系及适用性。研究结果表明,两种检测标准测定的碘吸附值结果无显著性差异,具有可比性。对比分析两种方法,GB/T 12496.8—2015适用于周期短、检测量大、时效性要求高及低碘吸附值活性炭质量监控;而GB/T 7702.7—2023操作步骤烦琐以及碘吸附值小于600 mg/g时未采用校正因数,但是社会承认度高,适用于国际贸易、科学研究、产品仲裁等方面。 展开更多
关键词 碘吸附值 活性炭 检测标准
在线阅读 下载PDF
上一页 1 2 17 下一页 到第
使用帮助 返回顶部