期刊文献+
共找到315篇文章
< 1 2 16 >
每页显示 20 50 100
ACSF-ED: Adaptive Cross-Scale Fusion Encoder-Decoder for Spatio-Temporal Action Detection
1
作者 Wenju Wang Zehua Gu +2 位作者 Bang Tang Sen Wang Jianfei Hao 《Computers, Materials & Continua》 2025年第2期2389-2414,共26页
Current spatio-temporal action detection methods lack sufficient capabilities in extracting and comprehending spatio-temporal information. This paper introduces an end-to-end Adaptive Cross-Scale Fusion Encoder-Decode... Current spatio-temporal action detection methods lack sufficient capabilities in extracting and comprehending spatio-temporal information. This paper introduces an end-to-end Adaptive Cross-Scale Fusion Encoder-Decoder (ACSF-ED) network to predict the action and locate the object efficiently. In the Adaptive Cross-Scale Fusion Spatio-Temporal Encoder (ACSF ST-Encoder), the Asymptotic Cross-scale Feature-fusion Module (ACCFM) is designed to address the issue of information degradation caused by the propagation of high-level semantic information, thereby extracting high-quality multi-scale features to provide superior features for subsequent spatio-temporal information modeling. Within the Shared-Head Decoder structure, a shared classification and regression detection head is constructed. A multi-constraint loss function composed of one-to-one, one-to-many, and contrastive denoising losses is designed to address the problem of insufficient constraint force in predicting results with traditional methods. This loss function enhances the accuracy of model classification predictions and improves the proximity of regression position predictions to ground truth objects. The proposed method model is evaluated on the popular dataset UCF101-24 and JHMDB-21. Experimental results demonstrate that the proposed method achieves an accuracy of 81.52% on the Frame-mAP metric, surpassing current existing methods. 展开更多
关键词 spatio-temporal action detection encoder-decoder cross-scale fusion multi-constraint loss function
在线阅读 下载PDF
Deepfake Detection Method Based on Spatio-Temporal Information Fusion
2
作者 Xinyi Wang Wanru Song +1 位作者 Chuanyan Hao Feng Liu 《Computers, Materials & Continua》 2025年第5期3351-3368,共18页
As Deepfake technology continues to evolve,the distinction between real and fake content becomes increasingly blurred.Most existing Deepfake video detectionmethods rely on single-frame facial image features,which limi... As Deepfake technology continues to evolve,the distinction between real and fake content becomes increasingly blurred.Most existing Deepfake video detectionmethods rely on single-frame facial image features,which limits their ability to capture temporal differences between frames.Current methods also exhibit limited generalization capabilities,struggling to detect content generated by unknown forgery algorithms.Moreover,the diversity and complexity of forgery techniques introduced by Artificial Intelligence Generated Content(AIGC)present significant challenges for traditional detection frameworks,whichmust balance high detection accuracy with robust performance.To address these challenges,we propose a novel Deepfake detection framework that combines a two-stream convolutional network with a Vision Transformer(ViT)module to enhance spatio-temporal feature representation.The ViT model extracts spatial features from the forged video,while the 3D convolutional network captures temporal features.The 3D convolution enables cross-frame feature extraction,allowing the model to detect subtle facial changes between frames.The confidence scores from both the ViT and 3D convolution submodels are fused at the decision layer,enabling themodel to effectively handle unknown forgery techniques.Focusing on Deepfake videos and GAN-generated images,the proposed approach is evaluated on two widely used public face forgery datasets.Compared to existing state-of-theartmethods,it achieves higher detection accuracy and better generalization performance,offering a robust solution for deepfake detection in real-world scenarios. 展开更多
关键词 Deepfake detection vision transformer spatio-temporal information
在线阅读 下载PDF
An attention graph stacked autoencoder for anomaly detection of electro-mechanical actuator using spatio-temporal multivariate signals 被引量:1
3
作者 Jianyu WANG Heng ZHANG Qiang MIAO 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2024年第9期506-520,共15页
Health monitoring of electro-mechanical actuator(EMA)is critical to ensure the security of airplanes.It is difficult or even impossible to collect enough labeled failure or degradation data from actual EMA.The autoenc... Health monitoring of electro-mechanical actuator(EMA)is critical to ensure the security of airplanes.It is difficult or even impossible to collect enough labeled failure or degradation data from actual EMA.The autoencoder based on reconstruction loss is a popular model that can carry out anomaly detection with only consideration of normal training data,while it fails to capture spatio-temporal information from multivariate time series signals of multiple monitoring sensors.To mine the spatio-temporal information from multivariate time series signals,this paper proposes an attention graph stacked autoencoder for EMA anomaly detection.Firstly,attention graph con-volution is introduced into autoencoder to convolve temporal information from neighbor features to current features based on different weight attentions.Secondly,stacked autoencoder is applied to mine spatial information from those new aggregated temporal features.Finally,based on the bench-mark reconstruction loss of normal training data,different health thresholds calculated by several statistic indicators can carry out anomaly detection for new testing data.In comparison with tra-ditional stacked autoencoder,the proposed model could obtain higher fault detection rate and lower false alarm rate in EMA anomaly detection experiment. 展开更多
关键词 Anomaly detection spatio-temporal informa-tion Multivariate time series signals Attention graph convolution Stacked autoencoder
原文传递
Study of Human Action Recognition Based on Improved Spatio-temporal Features 被引量:7
4
作者 Xiao-Fei Ji Qian-Qian Wu +1 位作者 Zhao-Jie Ju Yang-Yang Wang 《International Journal of Automation and computing》 EI CSCD 2014年第5期500-509,共10页
Most of the exist action recognition methods mainly utilize spatio-temporal descriptors of single interest point while ignoring their potential integral information, such as spatial distribution information. By combin... Most of the exist action recognition methods mainly utilize spatio-temporal descriptors of single interest point while ignoring their potential integral information, such as spatial distribution information. By combining local spatio-temporal feature and global positional distribution information(PDI) of interest points, a novel motion descriptor is proposed in this paper. The proposed method detects interest points by using an improved interest point detection method. Then, 3-dimensional scale-invariant feature transform(3D SIFT) descriptors are extracted for every interest point. In order to obtain a compact description and efficient computation, the principal component analysis(PCA) method is utilized twice on the 3D SIFT descriptors of single frame and multiple frames. Simultaneously, the PDI of the interest points are computed and combined with the above features. The combined features are quantified and selected and finally tested by using the support vector machine(SVM) recognition algorithm on the public KTH dataset. The testing results have showed that the recognition rate has been significantly improved and the proposed features can more accurately describe human motion with high adaptability to scenarios. 展开更多
关键词 action recognition spatio-temporal interest points 3-dimensional scale-invariant feature transform (3D SIFT) positional distribution information dimension reduction
原文传递
Action Recognition and Detection Based on Deep Learning: A Comprehensive Summary
5
作者 Yong Li Qiming Liang +1 位作者 Bo Gan Xiaolong Cui 《Computers, Materials & Continua》 SCIE EI 2023年第10期1-23,共23页
Action recognition and detection is an important research topic in computer vision,which can be divided into action recognition and action detection.At present,the distinction between action recognition and action det... Action recognition and detection is an important research topic in computer vision,which can be divided into action recognition and action detection.At present,the distinction between action recognition and action detection is not clear,and the relevant reviews are not comprehensive.Thus,this paper summarized the action recognition and detection methods and datasets based on deep learning to accurately present the research status in this field.Firstly,according to the way that temporal and spatial features are extracted from the model,the commonly used models of action recognition are divided into the two stream models,the temporal models,the spatiotemporal models and the transformer models according to the architecture.And this paper briefly analyzes the characteristics of the four models and introduces the accuracy of various algorithms in common data sets.Then,from the perspective of tasks to be completed,action detection is further divided into temporal action detection and spatiotemporal action detection,and commonly used datasets are introduced.From the perspectives of the twostage method and one-stage method,various algorithms of temporal action detection are reviewed,and the various algorithms of spatiotemporal action detection are summarized in detail.Finally,the relationship between different parts of action recognition and detection is discussed,the difficulties faced by the current research are summarized in detail,and future development was prospected。 展开更多
关键词 action recognition action detection deep learning convolutional neural networks DATASET
在线阅读 下载PDF
Abnormal Action Detection Based on Parameter-Efficient Transfer Learning in Laboratory Scenarios
6
作者 Changyu Liu Hao Huang +2 位作者 Guogang Huang Chunyin Wu Yingqi Liang 《Computers, Materials & Continua》 SCIE EI 2024年第9期4219-4242,共24页
Laboratory safety is a critical area of broad societal concern,particularly in the detection of abnormal actions.To enhance the efficiency and accuracy of detecting such actions,this paper introduces a novel method ca... Laboratory safety is a critical area of broad societal concern,particularly in the detection of abnormal actions.To enhance the efficiency and accuracy of detecting such actions,this paper introduces a novel method called TubeRAPT(Tubelet Transformer based onAdapter and Prefix TrainingModule).Thismethod primarily comprises three key components:the TubeR network,an adaptive clustering attention mechanism,and a prefix training module.These components work in synergy to address the challenge of knowledge preservation in models pretrained on large datasets while maintaining training efficiency.The TubeR network serves as the backbone for spatio-temporal feature extraction,while the adaptive clustering attention mechanism refines the focus on relevant information.The prefix training module facilitates efficient fine-tuning and knowledge transfer.Experimental results demonstrate the effectiveness of TubeRAPT,achieving a 68.44%mean Average Precision(mAP)on the CLA(Crazy LabActivity)small-scale dataset,marking a significant improvement of 1.53%over the previous TubeR method.This research not only showcases the potential applications of TubeRAPT in the field of abnormal action detection but also offers innovative ideas and technical support for the future development of laboratory safety monitoring technologies.The proposed method has implications for improving safety management systems in various laboratory environments,potentially reducing accidents and enhancing overall workplace safety. 展开更多
关键词 Parameter-efficient transfer learning laboratory scenarios TubeRAPT abnormal action detection
在线阅读 下载PDF
A light-weight on-line action detection with hand trajectories for industrial surveillance
7
作者 Peiyuan Ni Shilei Lv +2 位作者 Xiaoxiao Zhu Qixin Cao Wenguang Zhang 《Digital Communications and Networks》 SCIE CSCD 2021年第1期157-166,共10页
Most of the intelligent surveillances in the industry only care about the safety of the workers.It is meaningful if the camera can know what,where and how the worker has performed the action in real time.In this paper... Most of the intelligent surveillances in the industry only care about the safety of the workers.It is meaningful if the camera can know what,where and how the worker has performed the action in real time.In this paper,we propose a light-weight and robust algorithm to meet these requirements.By only two hands'trajectories,our algorithm requires no Graphic Processing Unit(GPU)acceleration,which can be used in low-cost devices.In the training stage,in order to find potential topological structures of the training trajectories,spectral clustering with eigengap heuristic is applied to cluster trajectory points.A gradient descent based algorithm is proposed to find the topological structures,which reflects main representations for each cluster.In the fine-tuning stage,a topological optimization algorithm is proposed to fine-tune the parameters of topological structures in all training data.Finally,our method not only performs more robustly compared to some popular offline action detection methods,but also obtains better detection accuracy in an extended action sequence. 展开更多
关键词 action detection Human-computer interaction Intelligent surveillance Machine learning
在线阅读 下载PDF
Spatio-temporal Dynamics of Urbanization in China Using DMSP/OLS Nighttime Light Data from 1992–2013 被引量:2
8
作者 XU Pengfei LIN Muying JIN Pingbin 《Chinese Geographical Science》 SCIE CSCD 2021年第1期70-80,共11页
Understanding the dynamics of urbanization is essential to the sustainable development of cities. Meanwhile the analysis of urban development can also provide scientifically and effective information for decision-maki... Understanding the dynamics of urbanization is essential to the sustainable development of cities. Meanwhile the analysis of urban development can also provide scientifically and effective information for decision-making. With the long-term Defense Meteorological Satellite Program’s Operational Linescan System(DMSP/OLS) nighttime light images, a pixel level assessment of urbanization of China from 1992 to 2013 was conducted in this study, and the spatio-temporal dynamics and future trends of urban development were fully detected. The results showed that the urbanization and urban dynamics of China experienced drastic fluctuations from 1992 to 2013, especially for those in the coastal and metropolitan areas. From a regional perspective, it was found that the urban dynamics and increasing trends in North Coast China, East Coast China and South Coast China were much more stable and significant than that in other regions. Moreover, with the sustainability estimating of nighttime light dynamics, the regional agglomeration trends of urban regions were also detected. The light intensity in nearly 50% of lighted pixels may continuously decrease in the future, indicating a severe situation of urbanization within these regions. In this study, The results revealed in this study can provided a new insight in long time urbanization detecting and is thus beneficial to the better understanding of trends and dynamics of urban development. 展开更多
关键词 Defense Meteorological Satellite Program’s Operational Linescan System(DMSP/OLS)nighttime light URBANIZATION pixel level detection spatio-temporal dynamics future trends
在线阅读 下载PDF
Detection of Student Engagement in E-Learning Environments Using EfficientnetV2-L Together with RNN-Based Models 被引量:3
9
作者 Farhad Mortezapour Shiri Ehsan Ahmadi +1 位作者 Mohammadreza Rezaee Thinagaran Perumal 《Journal on Artificial Intelligence》 2024年第1期85-103,共19页
Automatic detection of student engagement levels from videos,which is a spatio-temporal classification problem is crucial for enhancing the quality of online education.This paper addresses this challenge by proposing ... Automatic detection of student engagement levels from videos,which is a spatio-temporal classification problem is crucial for enhancing the quality of online education.This paper addresses this challenge by proposing four novel hybrid end-to-end deep learning models designed for the automatic detection of student engagement levels in e-learning videos.The evaluation of these models utilizes the DAiSEE dataset,a public repository capturing student affective states in e-learning scenarios.The initial model integrates EfficientNetV2-L with Gated Recurrent Unit(GRU)and attains an accuracy of 61.45%.Subsequently,the second model combines EfficientNetV2-L with bidirectional GRU(Bi-GRU),yielding an accuracy of 61.56%.The third and fourth models leverage a fusion of EfficientNetV2-L with Long Short-Term Memory(LSTM)and bidirectional LSTM(Bi-LSTM),achieving accuracies of 62.11%and 61.67%,respectively.Our findings demonstrate the viability of these models in effectively discerning student engagement levels,with the EfficientNetV2-L+LSTM model emerging as the most proficient,reaching an accuracy of 62.11%.This study underscores the potential of hybrid spatio-temporal networks in automating the detection of student engagement,thereby contributing to advancements in online education quality. 展开更多
关键词 Student engagement detection hybrid deep learning models computer vision EfficientNetV2-L online learningenvironments spatio-temporal classification
在线阅读 下载PDF
Long-Term Tracking Based on Spatio-Temporal Context
10
作者 陆佳辉 陈一民 +1 位作者 邹一波 邹国志 《Journal of Shanghai Jiaotong university(Science)》 EI 2017年第4期504-512,共9页
Aiming at the problem that the fast tracking algorithm using spatio-temporal context (STC) will inevitably lead to drift and even lose the target in long-term tracking, a new algorithm based on spatio-temporal context... Aiming at the problem that the fast tracking algorithm using spatio-temporal context (STC) will inevitably lead to drift and even lose the target in long-term tracking, a new algorithm based on spatio-temporal context that integrates long-term tracking with detecting is proposed in this paper. We track the target by the fast tracking algorithm, and the cascaded search strategy is introduced to the detecting part to relocate the target if the fast tracking fails. To a large extent, the proposed algorithm effectively improves the accuracy and stability of long-term tracking. Extensive experimental results on benchmark datasets show that the proposed algorithm can accurately track and relocate the target though the target is partially or completely occluded or reappears after being out of the scene. © 2017, Shanghai Jiaotong University and Springer-Verlag GmbH Germany. 展开更多
关键词 object tracking spatio-temporal context(STC) object detection cascaded search
原文传递
Facial Analysis for Real-Time Application: A Review in Visual Cues Detection Techniques
11
作者 Moi Hoon Yap Hassan Ugail Reyer Zwiggelaar 《通讯和计算机(中英文版)》 2012年第11期1231-1241,共11页
关键词 实时应用程序 计算机视觉 检测技术 人脸检测方法 面部表情 表情分析 交互应用 计算技术
在线阅读 下载PDF
DyLoRA-TAD:Dynamic Low-Rank Adapter for End-to-End Temporal Action Detection
12
作者 Jixin Wu Mingtao Zhou +3 位作者 Di Wu Wenqi Ren Jiatian Mei Shu Zhang 《Computers, Materials & Continua》 2026年第3期2146-2162,共17页
End-to-end Temporal Action Detection(TAD)has achieved remarkable progress in recent years,driven by innovations in model architectures and the emergence of Video Foundation Models(VFMs).However,existing TAD methods th... End-to-end Temporal Action Detection(TAD)has achieved remarkable progress in recent years,driven by innovations in model architectures and the emergence of Video Foundation Models(VFMs).However,existing TAD methods that perform full fine-tuning of pretrained video models often incur substantial computational costs,which become particularly pronounced when processing long video sequences.Moreover,the need for precise temporal boundary annotations makes data labeling extremely expensive.In low-resource settings where annotated samples are scarce,direct fine-tuning tends to cause overfitting.To address these challenges,we introduce Dynamic LowRank Adapter(DyLoRA),a lightweight fine-tuning framework tailored specifically for the TAD task.Built upon the Low-Rank Adaptation(LoRA)architecture,DyLoRA adapts only the key layers of the pretrained model via low-rank decomposition,reducing the number of trainable parameters to less than 5%of full fine-tuning methods.This significantly lowers memory consumption and mitigates overfitting in low-resource settings.Notably,DyLoRA enhances the temporal modeling capability of pretrained models by optimizing temporal dimension weights,thereby alleviating the representation misalignment of temporal features.Experimental results demonstrate that DyLoRA-TAD achieves impressive performance,with 73.9%mAP on THUMOS14,39.52%on ActivityNet-1.3,and 28.2%on Charades,substantially surpassing the best traditional feature-based methods. 展开更多
关键词 Temporal action detection end-to-end training dynamic low-rank adapter parameter-efficient finetuning video understanding
在线阅读 下载PDF
卷积时间注意力与多尺度信息学习的人体行为检测方法
13
作者 孟月波 陈廷廷 杨逍 《计算机工程与应用》 北大核心 2026年第2期289-301,共13页
人体行为检测旨在精准定位视频中人员的空间位置,并有效识别其执行的各类动作。针对因动作变化细微以及不同动作表征相似所导致的行为检测不准确的问题,提出了卷积时间注意力与多尺度信息学习的时空动作检测网络(CTAMIL-Net)。设计一种... 人体行为检测旨在精准定位视频中人员的空间位置,并有效识别其执行的各类动作。针对因动作变化细微以及不同动作表征相似所导致的行为检测不准确的问题,提出了卷积时间注意力与多尺度信息学习的时空动作检测网络(CTAMIL-Net)。设计一种多尺度信息学习2D网络(MSILN),采用异尺度卷积层从关键帧中抽取不同粒度的特征信息,并通过注意力特征融合模块(AFF)自适应地聚合高级语义与低级细节特征,以捕获目标外观特征,感知动作的细微变化;提出一种3D卷积时间注意力(3D-CTA),分别从帧间、帧内捕获短-长时时间依赖关系,并利用3D主干网络(3D-ResNext-101)挖掘更具判别性的目标运动特征,共同提升对相似动作的区分度;采用特征融合检测头将2D外观特征和3D运动特征语义交互并得出动作检测结果。实验结果表明,该算法与现有先进方法在公共动作检测数据集UCF24、AVA和自建热不适动作数据集TDA上均取得了较好的性能结果,能够准确检测出热环境中的热不适动作,如扇风、穿衣脱衣等,验证了所提方法在以热不适动作检测为典型应用场景中的有效性,为复杂环境下的人体行为检测提供了新的解决方案。 展开更多
关键词 热不适动作(TDA) 动作检测 3D卷积时间注意力 多尺度信息学习
在线阅读 下载PDF
基于线性注意和类别关联特征学习的在线动作检测
14
作者 詹永照 孙慧敏 +1 位作者 夏惠芬 任晓鹏 《江苏大学学报(自然科学版)》 北大核心 2026年第1期39-47,63,共10页
为了在在线动作检测中充分合理利用动作的上下文特征、与类别关联的特征和预测的未来特征快速检测相应动作,提出基于线性注意和类别关联特征学习的在线动作检测方法.该方法改进了Transformer构架,采用哈达玛积的轻型线性自注意实现Trans... 为了在在线动作检测中充分合理利用动作的上下文特征、与类别关联的特征和预测的未来特征快速检测相应动作,提出基于线性注意和类别关联特征学习的在线动作检测方法.该方法改进了Transformer构架,采用哈达玛积的轻型线性自注意实现Transformer视频上下文特征学习,以减少计算开销;其次对训练样本动作特征进行聚类,将视频序列上下文特征与动作类别特征进行关联学习,有效获得与类别关联的特征表达;最后融合动作的上下文特征、与类别关联的特征和预测的未来特征检测相应时刻动作,以提升动作鉴别性.在典型数据集上进行性能试验,完成了超参取值分析,对比了不同方法的工作精度和运行效率.给出了消融试验和可视化分析.结果表明:在Thumos14(TSN-Anet)、Thumos14(TSN-Kinetics)和HDD数据集上,所提出方法的mAP比Colar方法分别提高了0.2、0.5、0.2百分点,可见新方法优于目前较先进的Colar方法. 展开更多
关键词 在线动作检测 深度学习 注意力机制 编码 上下文特征 TRANSFORMER 类别关联特征学习
在线阅读 下载PDF
基于图卷积网络的三维人体姿态估计方法研究
15
作者 谷岳临 杨大为 《信息记录材料》 2026年第4期1-5,共5页
针对现有3D人体姿态估计方法依赖预定义图结构、难以捕捉全局依赖关系,以及2D转3D过程中的深度模糊问题,本研究提出了参数化路由邻接调制图卷积网络(PRAMGCN-Net)架构。该架构通过引入可动态学习关节关系的路由邻接模块与融合自适应归... 针对现有3D人体姿态估计方法依赖预定义图结构、难以捕捉全局依赖关系,以及2D转3D过程中的深度模糊问题,本研究提出了参数化路由邻接调制图卷积网络(PRAMGCN-Net)架构。该架构通过引入可动态学习关节关系的路由邻接模块与融合自适应归一化的图卷积结构,实现了对复杂人体姿态的稳健建模与深度信息的有效推断。实验结果表明,在Human3.6M数据集上,本方法的平均每关节位置误差(MPJPE)与普式平均关节误差(PA-MPJPE)均优于主流方法;在NTU RGB+D 60数据集上达到93.20%的准确率,验证了其优越的估计精度与泛化能力。 展开更多
关键词 3D人体姿态估计 图卷积神经网络 基于骨架的姿态估计 人体行为检测
在线阅读 下载PDF
手写笔吸附动作检测系统设计
16
作者 杨云涛 高晓盘 马富兴 《应用声学》 北大核心 2026年第1期210-222,共13页
使用霍尔传感器检测手写笔吸附动作时存在硬件成本较高、磁性器件靠近时高达100%误报率的问题,为避免发生误报需进行复杂的系统布局设计。该文提出一种基于声音和振动信号的双通道冗余检测方法,利用平板设备内置的传声器和加速度计传感... 使用霍尔传感器检测手写笔吸附动作时存在硬件成本较高、磁性器件靠近时高达100%误报率的问题,为避免发生误报需进行复杂的系统布局设计。该文提出一种基于声音和振动信号的双通道冗余检测方法,利用平板设备内置的传声器和加速度计传感器检测手写笔吸附动作,无需霍尔传感器及其外围电路。笔吸附产生的声音和振动信号经过时域和频域的信号处理后,提取6个关键特征,用于轻量级机器学习模型的分类训练。该检测系统在商用平板电脑上的评估结果显示,手写笔吸附动作检测系统可以分别实现加速度计通道97.2%和传声器通道99.4%的平均检测准确率,在敲击干扰时误报率不超过52%,响应时间约为100 ms。与传统的霍尔传感器检测方法相比,该文的检测方法成本低、误报率低,同时具备较高的准确率和较快的系统响应。 展开更多
关键词 手写笔吸附动作 霍尔传感器 声音和振动检测 机器学习
在线阅读 下载PDF
直流偏磁下二次回路继电器动作特性智能检测装置仿真设计
17
作者 孙超 胡汉 程潜善 《微型电脑应用》 2026年第1期151-153,166,共4页
二次回路继电器动作检测在直流偏磁下存在检测效果差的问题。因此,设计直流偏磁下的二次回路继电器动作特性智能检测装置。利用高速采样模组采集继电器触点和动作信号,将信号状态作为判断继电器的动作特性的依据。分析接入直流偏磁抑制... 二次回路继电器动作检测在直流偏磁下存在检测效果差的问题。因此,设计直流偏磁下的二次回路继电器动作特性智能检测装置。利用高速采样模组采集继电器触点和动作信号,将信号状态作为判断继电器的动作特性的依据。分析接入直流偏磁抑制装置后的动作特性,并校核异常动作。测试结果显示,所设计的装置能够对二次回路中的继电器动作特性进行全面检测,获取全部动作特性,检测异常动作,并且在敏感性系数取值为0.7时,能够完成异常动作特性的最佳校核。 展开更多
关键词 直流偏磁 二次回路 继电器 动作特性 智能检测装置
在线阅读 下载PDF
一种接触器检测试验系统研究
18
作者 朱中明 徐志维 《电子质量》 2026年第1期79-83,共5页
为提升接触器(继电器)的批量筛选效率,通过对现有产品测试现状与局限性的分析,设计并搭建了一套完整的接触器筛查测试系统。该系统集成工业计算机、程控直流电源、可编程交直流电源、直流电阻测试仪、数据采集仪和可编程逻辑控制器等设... 为提升接触器(继电器)的批量筛选效率,通过对现有产品测试现状与局限性的分析,设计并搭建了一套完整的接触器筛查测试系统。该系统集成工业计算机、程控直流电源、可编程交直流电源、直流电阻测试仪、数据采集仪和可编程逻辑控制器等设备,可对接触器的触头接触电阻、线圈电阻、吸合/释放动作电压、吸合/释放动作时间等关键参数进行自动化测量。通过测试数据的采集、处理与分析,该系统为提升接触器产品的可靠性评估与批量筛选效率提供了有效的技术支撑。 展开更多
关键词 接触器 检测试验系统 接触电阻 吸合/释放动作时间 自动化测试
在线阅读 下载PDF
燃油设备渗漏检测用吸附型探伤剂体系优化研究
19
作者 陈志强 李云鹏 《化学工程师》 2026年第1期98-100,116,共4页
燃油无损探伤剂通过吸附剂的毛细现象吸附油料(或油气)并形成有色色痕,以检测燃油设备渗漏。研究首先明确了吸附剂需具备化学稳定性好、吸附能力强、粒度均匀等条件。从滑石粉、MgO、ZnO及黏土等白色粉末中选取滑石作为吸附剂进行考察,... 燃油无损探伤剂通过吸附剂的毛细现象吸附油料(或油气)并形成有色色痕,以检测燃油设备渗漏。研究首先明确了吸附剂需具备化学稳定性好、吸附能力强、粒度均匀等条件。从滑石粉、MgO、ZnO及黏土等白色粉末中选取滑石作为吸附剂进行考察,并对滑石粉进行机械改性和化学包覆改性,结果表明,天然滑石经粉碎提纯可分离杂质,超细粉碎还可进一步提高其物化性能;通过小型气流粉碎分级机对325目左右滑石进行机械改性,能增加其表面能和白度,利于提升显示剂灵敏度;通过铝酸酯偶联剂对滑石粉进行包覆,可使滑石粉吸油率达100%,有效改善其与燃油的相容性,提升吸附效率。 展开更多
关键词 燃油渗漏检测 无损探伤剂 吸附剂优化 滑石粉改性 毛细作用
在线阅读 下载PDF
Concept-Guided Open-Vocabulary Temporal Action Detection
20
作者 Song-Miao Wang Rui-Ze Han Wei Feng 《Journal of Computer Science & Technology》 2025年第5期1270-1284,共15页
Vision-language models(VLMs)have shown strong open-vocabulary learning abilities in various video understanding tasks.However,when applied to open-vocabulary temporal action detection(OV-TAD),existing OV-TAD methods o... Vision-language models(VLMs)have shown strong open-vocabulary learning abilities in various video understanding tasks.However,when applied to open-vocabulary temporal action detection(OV-TAD),existing OV-TAD methods often face challenges in generalizing to unseen action categories due to their reliance on visual features,resulting in limited generalization.In this paper,we propose a novel framework,Concept-Guided Semantic Projection(CSP),to enhance the generalization ability of OV-TAD methods.By projecting video features into a unified action concept space,CSP enables the use of abstracted action concepts for action detection,rather than solely relying on visual details.To further improve feature consistency across action categories,we introduce a mutual contrastive loss(MCL),ensuring semantic coherence and better feature discrimination.Extensive experiments on the ActivityNet and THUMOS14 benchmarks demonstrate that our method outperforms state-of-the-art OV-TAD methods.Code and data are available at Concept-Guided-OV-TAD. 展开更多
关键词 open-vocabulary temporal action detection(TAD) visual-language model
原文传递
上一页 1 2 16 下一页 到第
使用帮助 返回顶部