期刊文献+
共找到14,342篇文章
< 1 2 250 >
每页显示 20 50 100
FMCSNet: Mobile Devices-Oriented Lightweight Multi-Scale Object Detection via Fast Multi-Scale Channel Shuffling Network Model
1
作者 Lijuan Huang Xianyi Liu +1 位作者 Jinping Liu Pengfei Xu 《Computers, Materials & Continua》 2026年第1期1292-1311,共20页
The ubiquity of mobile devices has driven advancements in mobile object detection.However,challenges in multi-scale object detection in open,complex environments persist due to limited computational resources.Traditio... The ubiquity of mobile devices has driven advancements in mobile object detection.However,challenges in multi-scale object detection in open,complex environments persist due to limited computational resources.Traditional approaches like network compression,quantization,and lightweight design often sacrifice accuracy or feature representation robustness.This article introduces the Fast Multi-scale Channel Shuffling Network(FMCSNet),a novel lightweight detection model optimized for mobile devices.FMCSNet integrates a fully convolutional Multilayer Perceptron(MLP)module,offering global perception without significantly increasing parameters,effectively bridging the gap between CNNs and Vision Transformers.FMCSNet achieves a delicate balance between computation and accuracy mainly by two key modules:the ShiftMLP module,including a shift operation and an MLP module,and a Partial group Convolutional(PGConv)module,reducing computation while enhancing information exchange between channels.With a computational complexity of 1.4G FLOPs and 1.3M parameters,FMCSNet outperforms CNN-based and DWConv-based ShuffleNetv2 by 1%and 4.5%mAP on the Pascal VOC 2007 dataset,respectively.Additionally,FMCSNet achieves a mAP of 30.0(0.5:0.95 IoU threshold)with only 2.5G FLOPs and 2.0M parameters.It achieves 32 FPS on low-performance i5-series CPUs,meeting real-time detection requirements.The versatility of the PGConv module’s adaptability across scenarios further highlights FMCSNet as a promising solution for real-time mobile object detection. 展开更多
关键词 Object detection lightweight network partial group convolution multilayer perceptron
在线阅读 下载PDF
Lightweight Small Defect Detection with YOLOv8 Using Cascaded Multi-Receptive Fields and Enhanced Detection Heads
2
作者 Shengran Zhao Zhensong Li +2 位作者 Xiaotan Wei Yutong Wang Kai Zhao 《Computers, Materials & Continua》 2026年第1期1278-1291,共14页
In printed circuit board(PCB)manufacturing,surface defects can significantly affect product quality.To address the performance degradation,high false detection rates,and missed detections caused by complex backgrounds... In printed circuit board(PCB)manufacturing,surface defects can significantly affect product quality.To address the performance degradation,high false detection rates,and missed detections caused by complex backgrounds in current intelligent inspection algorithms,this paper proposes CG-YOLOv8,a lightweight and improved model based on YOLOv8n for PCB surface defect detection.The proposed method optimizes the network architecture and compresses parameters to reduce model complexity while maintaining high detection accuracy,thereby enhancing the capability of identifying diverse defects under complex conditions.Specifically,a cascaded multi-receptive field(CMRF)module is adopted to replace the SPPF module in the backbone to improve feature perception,and an inverted residual mobile block(IRMB)is integrated into the C2f module to further enhance performance.Additionally,conventional convolution layers are replaced with GSConv to reduce computational cost,and a lightweight Convolutional Block Attention Module based Convolution(CBAMConv)module is introduced after Grouped Spatial Convolution(GSConv)to preserve accuracy through attention mechanisms.The detection head is also optimized by removing medium and large-scale detection layers,thereby enhancing the model’s ability to detect small-scale defects and further reducing complexity.Experimental results show that,compared to the original YOLOv8n,the proposed CG-YOLOv8 reduces parameter count by 53.9%,improves mAP@0.5 by 2.2%,and increases precision and recall by 2.0%and 1.8%,respectively.These improvements demonstrate that CG-YOLOv8 offers an efficient and lightweight solution for PCB surface defect detection. 展开更多
关键词 YOLOv8n PCB surface defect detection lightweight model small object detection
在线阅读 下载PDF
Lightweight YOLOv5 with ShuffleNetV2 for Rice Disease Detection in Edge Computing
3
作者 Qingtao Meng Sang-Hyun Lee 《Computers, Materials & Continua》 2026年第1期1395-1409,共15页
This study proposes a lightweight rice disease detection model optimized for edge computing environments.The goal is to enhance the You Only Look Once(YOLO)v5 architecture to achieve a balance between real-time diagno... This study proposes a lightweight rice disease detection model optimized for edge computing environments.The goal is to enhance the You Only Look Once(YOLO)v5 architecture to achieve a balance between real-time diagnostic performance and computational efficiency.To this end,a total of 3234 high-resolution images(2400×1080)were collected from three major rice diseases Rice Blast,Bacterial Blight,and Brown Spot—frequently found in actual rice cultivation fields.These images served as the training dataset.The proposed YOLOv5-V2 model removes the Focus layer from the original YOLOv5s and integrates ShuffleNet V2 into the backbone,thereby resulting in both model compression and improved inference speed.Additionally,YOLOv5-P,based on PP-PicoDet,was configured as a comparative model to quantitatively evaluate performance.Experimental results demonstrated that YOLOv5-V2 achieved excellent detection performance,with an mAP 0.5 of 89.6%,mAP 0.5–0.95 of 66.7%,precision of 91.3%,and recall of 85.6%,while maintaining a lightweight model size of 6.45 MB.In contrast,YOLOv5-P exhibited a smaller model size of 4.03 MB,but showed lower performance with an mAP 0.5 of 70.3%,mAP 0.5–0.95 of 35.2%,precision of 62.3%,and recall of 74.1%.This study lays a technical foundation for the implementation of smart agriculture and real-time disease diagnosis systems by proposing a model that satisfies both accuracy and lightweight requirements. 展开更多
关键词 lightweight object detection YOLOv5-V2 ShuffleNet V2 edge computing rice disease detection
在线阅读 下载PDF
Research on YOLO algorithm for lightweight PCB defect detection based on MobileViT 被引量:1
4
作者 LIU Yuchen LIU Fuzheng JIANG Mingshun 《Optoelectronics Letters》 2025年第8期483-490,共8页
Current you only look once(YOLO)-based algorithm model is facing the challenge of overwhelming parameters and calculation complexity under the printed circuit board(PCB)defect detection application scenario.In order t... Current you only look once(YOLO)-based algorithm model is facing the challenge of overwhelming parameters and calculation complexity under the printed circuit board(PCB)defect detection application scenario.In order to solve this problem,we propose a new method,which combined the lightweight network mobile vision transformer(Mobile Vi T)with the convolutional block attention module(CBAM)mechanism and the new regression loss function.This method needed less computation resources,making it more suitable for embedded edge detection devices.Meanwhile,the new loss function improved the positioning accuracy of the bounding box and enhanced the robustness of the model.In addition,experiments on public datasets demonstrate that the improved model achieves an average accuracy of 87.9%across six typical defect detection tasks,while reducing computational costs by nearly 90%.It significantly reduces the model's computational requirements while maintaining accuracy,ensuring reliable performance for edge deployment. 展开更多
关键词 YOLO lightweight network mobile vision transformer mobile lightweight Network convolutional block attention module cbam mechanism MobileViT CBAM PCB Defect Detection Regression Loss Function
原文传递
Improved lightweight road damage detection based on YOLOv5
5
作者 LIU Chang SUN Yu +2 位作者 CHEN Jin YANG Jing WANG Fengchao 《Optoelectronics Letters》 2025年第5期314-320,共7页
There is a problem of real-time detection difficulty in road surface damage detection. This paper proposes an improved lightweight model based on you only look once version 5(YOLOv5). Firstly, this paper fully utilize... There is a problem of real-time detection difficulty in road surface damage detection. This paper proposes an improved lightweight model based on you only look once version 5(YOLOv5). Firstly, this paper fully utilized the convolutional neural network(CNN) + ghosting bottleneck(G_bneck) architecture to reduce redundant feature maps. Afterwards, we upgraded the original upsampling algorithm to content-aware reassembly of features(CARAFE) and increased the receptive field. Finally, we replaced the spatial pyramid pooling fast(SPPF) module with the basic receptive field block(Basic RFB) pooling module and added dilated convolution. After comparative experiments, we can see that the number of parameters and model size of the improved algorithm in this paper have been reduced by nearly half compared to the YOLOv5s. The frame rate per second(FPS) has been increased by 3.25 times. The mean average precision(m AP@0.5: 0.95) has increased by 8%—17% compared to other lightweight algorithms. 展开更多
关键词 road surface damage detection convolutional neural network feature maps convolutional neural network cnn lightweight model yolov improved lightweight model spatial pyram
原文传递
Steel surface defect detection based on lightweight YOLOv7
6
作者 SHI Tao WU Rongxin +1 位作者 ZHU Wenxu MA Qingliang 《Optoelectronics Letters》 2025年第5期306-313,共8页
Aiming at the problems of low detection efficiency and difficult positioning of traditional steel surface defect detection methods,a lightweight steel surface defect detection model based on you only look once version... Aiming at the problems of low detection efficiency and difficult positioning of traditional steel surface defect detection methods,a lightweight steel surface defect detection model based on you only look once version 7(YOLOv7)is proposed.First,a cascading style sheets(CSS)block module is proposed,which uses more lightweight operations to obtain redundant information in the feature map,reduces the amount of computation,and effectively improves the detection speed.Secondly,the improved spatial pyramid pooling with cross stage partial convolutions(SPPCSPC)structure is adopted to ensure that the model can also pay attention to the defect location information while predicting the defect category information,obtain richer defect features.In addition,the convolution operation in the original model is simplified,which significantly reduces the size of the model and helps to improve the detection speed.Finally,using efficient intersection over union(EIOU)loss to focus on high-quality anchors,speed up convergence and improve positioning accuracy.Experiments were carried out on the Northeastern University-defect(NEU-DET)steel surface defect dataset.Compared with the original YOLOv7 model,the number of parameters of this model was reduced by 40%,the frames per second(FPS)reached 112,and the average accuracy reached 79.1%,the detection accuracy and speed have been improved,which can meet the needs of steel surface defect detection. 展开更多
关键词 obtain redundant information defect detection steel surface cascading style sheets block module lightweight yolov lightweight operations spatial pyramid pooling steel surface defect detection
原文传递
Substantially improved room-temperature tensile ductility in lightweight refractory Ti-V-Zr-Nb medium entropy alloys by tuning Ti and V content 被引量:4
7
作者 Yuefei Jia Gengchen Li +6 位作者 Chang Ren Yongkun Mu Kang Sun Shiwei Wu Xilei Bian Yandong Jia Gang Wang 《Journal of Materials Science & Technology》 2025年第3期234-247,共14页
Lightweight high/medium-entropy alloys(H/MEAs)possess attractive properties such as high strength-to-weight ratios,however,their limited room-temperature tensile ductility hinders their widespread engi-neering impleme... Lightweight high/medium-entropy alloys(H/MEAs)possess attractive properties such as high strength-to-weight ratios,however,their limited room-temperature tensile ductility hinders their widespread engi-neering implementation,for instance in aerospace structural components.This work achieved a transfor-mative improvement of room-temperature tensile ductility in Ti-V-Zr-Nb MEAs with densities of 5.4-6.5 g/cm3,via ingenious composition modulation.Through the systematic co-adjustment of Ti and V contents,an intrinsic ductility mechanism was unveiled,manifested by a transition from predominant intergranular brittle fracture to pervasive ductile dimpled rupture.Notably,the modulated deformation mechanisms evolved from solitary slip toward collaborative multiple slip modes,without significantly compromising strength.Compared to equimolar Ti-V-Zr-Nb,a(Ti1.5V)3ZrNb composition demonstrated an impressive 360%improvement in elongation while sustaining a high yield strength of around 800 MPa.Increasing Ti and V not only purified the grain boundaries by reducing detrimental phases,but also tai-lored the deformation dislocation configurations.These insights expanded the applicability of lightweight HEAs to areas demanding combined high strength and ductility. 展开更多
关键词 DUCTILITY lightweight high-entropy alloys High strength Composition modulation
原文传递
Excellent ductilization and strengthening of lightweight refractory high-entropy alloys via stable B2 nanoprecipitates 被引量:3
8
作者 Rui-Xin Wang Wei-Jian Shen +5 位作者 Yu-Jie Chen Yuan-Lin Ai Shun Li Shu-Xin Bai Yu Tang Qian Yu 《Rare Metals》 2025年第3期2128-2135,共8页
Introducing B2 ordering can effectively improve the mechanical properties of lightweight refractory high-entropy alloys(LRHEAs).However,(Zr,Al)-enriched B2 precipitates generally reduce the ductility because their ord... Introducing B2 ordering can effectively improve the mechanical properties of lightweight refractory high-entropy alloys(LRHEAs).However,(Zr,Al)-enriched B2 precipitates generally reduce the ductility because their ordering characteristic is destroyed after dislocation shearing.Meanwhile,the local chemical order(LCO)cannot provide an adequate strengthening effect due to its small size. 展开更多
关键词 dislocation shearingmeanwhilethe strengthening effect improve mechanical properties local chemical order lco cannot lightweight refractory high entropy alloys b precipitates ordering characteristic strengthening
原文传递
Microstructure,phase stability,and mechanical properties of Al-Li-Mg-Ti-M(M=Zn,Zr,V) lightweight high-entropy alloys 被引量:1
9
作者 Quan DONG Meng LI +1 位作者 Yu-fei ZHANG Jing ZHANG 《Transactions of Nonferrous Metals Society of China》 2025年第6期1742-1757,共16页
The microstructural evolution,phase stability,and mechanical properties of Al-Li-Mg-Ti-M(M=Zn,Zr,V)lightweight high-entropy alloys(LW-HEAs)were investigated.The LW-HEAs with three components,Al_(20)Li_(20)Mg_(10)-Ti_(... The microstructural evolution,phase stability,and mechanical properties of Al-Li-Mg-Ti-M(M=Zn,Zr,V)lightweight high-entropy alloys(LW-HEAs)were investigated.The LW-HEAs with three components,Al_(20)Li_(20)Mg_(10)-Ti_(40)Zn_(10)(#Zn),Al_(20)Li_(20)Mg_(10)Ti_(30)Zr_(20)(#Zr),and Al_(20)Li_(20)Mg_(10)Ti_(30)V_(20)(#V),were designed according to the thermo-dynamic design criteria of HEA,and prepared via a combination process of mechanical alloying and cold-press sintering.The effects of alloy composition and sintering temperature on the microstructure and mechanical properties of the LW-HEAs were studied.The results show that the as-milled Al-Li-Mg-Ti-M(M=Zn,Zr,V)LW-HEAs form a simple structure with HCP-type solid solution as the primary phase,a dual-HCP type solid solution phase,and a BCC phase,respectively.After cold-press sintering,the#Zn and#V alloys undergo obvious phase transformation;while the#Zr alloy with dual-HCP phases exhibits the best phase stability during heat treatment.The#V-750°C alloy demonstrates the maximum hardness and specific strength of HV 595.2 and 625 MPa∙cm3/g,respectively,under the combined effect of solid solution strengthening of BCC phase and precipitation strengthening ofβ-AlTi_(3).Moreover,the#Zr-650°C,#Zr-750°C,and#Zn-650°C alloys are expected to have excellent plasticity. 展开更多
关键词 lightweight high-entropy alloy mechanical alloying microstructural evolution phase stability specific strength PLASTICITY
在线阅读 下载PDF
LT-YOLO:A Lightweight Network for Detecting Tomato Leaf Diseases 被引量:1
10
作者 Zhenyang He Mengjun Tong 《Computers, Materials & Continua》 2025年第3期4301-4317,共17页
Tomato plant diseases often first manifest on the leaves,making the detection of tomato leaf diseases particularly crucial for the tomato cultivation industry.However,conventional deep learning models face challenges ... Tomato plant diseases often first manifest on the leaves,making the detection of tomato leaf diseases particularly crucial for the tomato cultivation industry.However,conventional deep learning models face challenges such as large model sizes and slow detection speeds when deployed on resource-constrained platforms and agricultural machinery.This paper proposes a lightweight model for detecting tomato leaf diseases,named LT-YOLO,based on the YOLOv8n architecture.First,we enhance the C2f module into a RepViT Block(RVB)with decoupled token and channel mixers to reduce the cost of feature extraction.Next,we incorporate a novel Efficient Multi-Scale Attention(EMA)mechanism in the deeper layers of the backbone to improve detection of critical disease features.Additionally,we design a lightweight detection head,LT-Detect,using Partial Convolution(PConv)to significantly reduce the classification and localization costs during detection.Finally,we introduce a Receptive Field Block(RFB)in the shallow layers of the backbone to expand the model’s receptive field,enabling effective detection of diseases at various scales.The improved model reduces the number of parameters by 43%and the computational load by 50%.Additionally,it achieves a mean Average Precision(mAP)of 90.9%on a publicly available dataset containing 3641 images of tomato leaf diseases,with only a 0.7%decrease compared to the baseline model.This demonstrates that the model maintains excellent accuracy while being lightweight,making it suitable for rapid detection of tomato leaf diseases. 展开更多
关键词 YOLOv8n target detection lightweight TOMATO attention mechanism
在线阅读 下载PDF
TELL-Me:A time-series-decomposition-based ensembled lightweight learning model for diverse battery prognosis and diagnosis 被引量:1
11
作者 Kun-Yu Liu Ting-Ting Wang +2 位作者 Bo-Bo Zou Hong-Jie Peng Xinyan Liu 《Journal of Energy Chemistry》 2025年第7期1-8,共8页
As batteries become increasingly essential for energy storage technologies,battery prognosis,and diagnosis remain central to ensure reliable operation and effective management,as well as to aid the in-depth investigat... As batteries become increasingly essential for energy storage technologies,battery prognosis,and diagnosis remain central to ensure reliable operation and effective management,as well as to aid the in-depth investigation of degradation mechanisms.However,dynamic operating conditions,cell-to-cell inconsistencies,and limited availability of labeled data have posed significant challenges to accurate and robust prognosis and diagnosis.Herein,we introduce a time-series-decomposition-based ensembled lightweight learning model(TELL-Me),which employs a synergistic dual-module framework to facilitate accurate and reliable forecasting.The feature module formulates features with physical implications and sheds light on battery aging mechanisms,while the gradient module monitors capacity degradation rates and captures aging trend.TELL-Me achieves high accuracy in end-of-life prediction using minimal historical data from a single battery without requiring offline training dataset,and demonstrates impressive generality and robustness across various operating conditions and battery types.Additionally,by correlating feature contributions with degradation mechanisms across different datasets,TELL-Me is endowed with the diagnostic ability that not only enhances prediction reliability but also provides critical insights into the design and optimization of next-generation batteries. 展开更多
关键词 Battery prognosis Interpretable machine learning Degradation diagnosis Ensemble learning Online prediction lightweight model
在线阅读 下载PDF
Lightweight consensus mechanisms in the Internet of Blockchained Things:Thorough analysis and research directions 被引量:1
12
作者 Somia Sahraoui Abdelmalik Bachir 《Digital Communications and Networks》 2025年第4期1245-1260,共16页
The Internet of Things(IoT)has gained substantial attention in both academic research and real-world applications.The proliferation of interconnected devices across various domains promises to deliver intelligent and ... The Internet of Things(IoT)has gained substantial attention in both academic research and real-world applications.The proliferation of interconnected devices across various domains promises to deliver intelligent and advanced services.However,this rapid expansion also heightens the vulnerability of the IoT ecosystem to security threats.Consequently,innovative solutions capable of effectively mitigating risks while accommodating the unique constraints of IoT environments are urgently needed.Recently,the convergence of Blockchain technology and IoT has introduced a decentralized and robust framework for securing data and interactions,commonly referred to as the Internet of Blockchained Things(IoBT).Extensive research efforts have been devoted to adapting Blockchain technology to meet the specific requirements of IoT deployments.Within this context,consensus algorithms play a critical role in assessing the feasibility of integrating Blockchain into IoT ecosystems.The adoption of efficient and lightweight consensus mechanisms for block validation has become increasingly essential.This paper presents a comprehensive examination of lightweight,constraint-aware consensus algorithms tailored for IoBT.The study categorizes these consensus mechanisms based on their core operations,the security of the block validation process,the incorporation of AI techniques,and the specific applications they are designed to support. 展开更多
关键词 Blockchain Internet of Things lightweight consensus
在线阅读 下载PDF
TtLR:A Lightweight and Transferable Side Channel Distinguisher Against Kyber
13
作者 GUO Shao-Qing CHEN Peng CHENG Chi 《密码学报(中英文)》 北大核心 2025年第6期1430-1444,共15页
Plaintext-checking(PC)oracle-based key recovery attack stands out as one of the most critical threat targeting Kyber due to its high effciency and ease of implementation.In practical scenarios,however,the output of th... Plaintext-checking(PC)oracle-based key recovery attack stands out as one of the most critical threat targeting Kyber due to its high effciency and ease of implementation.In practical scenarios,however,the output of the oracle may suffer accuracy degradation when instantiating it through a side-channel trace distinguisher due to the environmental noise and the cross-device issue.While various deep learning-based approaches have been proposed to address the inaccuracy problem caused by the cross-device issue,they often suffer from complexity and limited interpretability.This work investigates realistic numerous side-channel attack(SCA)scenarios and focuses on the cross-device issue when implementing a reliable PC oracle in SCAs against Kyber.TtLR is proposed,it combines the ttest with a logistic regression model to implement a lightweight but effcient side-channel distinguisher against Kyber KEM.The proposed approach is validated through experiments on STM32F407G boards equipped with ARM Cortex-M4 microcontrollers,using the Kyber512 implementations from the pqm4 library.The results demonstrate that the proposed method achieves high PC oracle accuracy across different boards with low computational and memory overhead.This makes the proposed distinguisher practical for deployment on resource-constrained platforms such as the Raspberry Pi running a Linux system. 展开更多
关键词 CRYSTALS-Kyber side-channel analysis transferablity lightweight implementation
在线阅读 下载PDF
Research on SAR Image Lightweight Detection Based on Improved YOLOV8
14
作者 WANG Qing SI Zhan-jun 《印刷与数字媒体技术研究》 北大核心 2025年第1期93-100,共8页
In recent years,with the development of synthetic aperture radar(SAR)technology and the widespread application of deep learning,lightweight detection of SAR images has emerged as a research direction.The ultimate goal... In recent years,with the development of synthetic aperture radar(SAR)technology and the widespread application of deep learning,lightweight detection of SAR images has emerged as a research direction.The ultimate goal is to reduce computational and storage requirements while ensuring detection accuracy and reliability,making it an ideal choice for achieving rapid response and efficient processing.In this regard,a lightweight SAR ship target detection algorithm based on YOLOv8 was proposed in this study.Firstly,the C2f-Sc module was designed by fusing the C2f in the backbone network with the ScConv to reduce spatial redundancy and channel redundancy between features in convolutional neural networks.At the same time,the Ghost module was introduced into the neck network to effectively reduce model parameters and computational complexity.A relatively lightweight EMA attention mechanism was added to the neck network to promote the effective fusion of features at different levels.Experimental results showed that the Parameters and GFLOPs of the improved model are reduced by 8.5%and 7.0%when mAP@0.5 and mAP@0.5:0.95 are increased by 0.7%and 1.8%,respectively.It makes the model lightweight and improves the detection accuracy,which has certain application value. 展开更多
关键词 YOLOv8 Synthetic aperture radar image lightweight Target detection
在线阅读 下载PDF
Lightweight deep network and projection loss for eye semantic segmentation
15
作者 Qinjie Wang Tengfei Wang +1 位作者 Lizhuang Yang Hai Li 《中国科学技术大学学报》 北大核心 2025年第7期59-68,58,I0002,共12页
Semantic segmentation of eye images is a complex task with important applications in human–computer interaction,cognitive science,and neuroscience.Achieving real-time,accurate,and robust segmentation algorithms is cr... Semantic segmentation of eye images is a complex task with important applications in human–computer interaction,cognitive science,and neuroscience.Achieving real-time,accurate,and robust segmentation algorithms is crucial for computationally limited portable devices such as augmented reality and virtual reality.With the rapid advancements in deep learning,many network models have been developed specifically for eye image segmentation.Some methods divide the segmentation process into multiple stages to achieve model parameter miniaturization while enhancing output through post processing techniques to improve segmentation accuracy.These approaches significantly increase the inference time.Other networks adopt more complex encoding and decoding modules to achieve end-to-end output,which requires substantial computation.Therefore,balancing the model’s size,accuracy,and computational complexity is essential.To address these challenges,we propose a lightweight asymmetric UNet architecture and a projection loss function.We utilize ResNet-3 layer blocks to enhance feature extraction efficiency in the encoding stage.In the decoding stage,we employ regular convolutions and skip connections to upscale the feature maps from the latent space to the original image size,balancing the model size and segmentation accuracy.In addition,we leverage the geometric features of the eye region and design a projection loss function to further improve the segmentation accuracy without adding any additional inference computational cost.We validate our approach on the OpenEDS2019 dataset for virtual reality and achieve state-of-the-art performance with 95.33%mean intersection over union(mIoU).Our model has only 0.63M parameters and 350 FPS,which are 68%and 200%of the state-of-the-art model RITNet,respectively. 展开更多
关键词 lightweight deep network projection loss real-time semantic segmentation convolutional neural networks END-TO-END
在线阅读 下载PDF
DDNet:A Novel Dynamic Lightweight Super-Resolution Algorithm for Arbitrary Scales
16
作者 Yiqiao Gong Chunlai Wu +4 位作者 Wenfeng Zheng Siyu Lu Guangyu Xu Lijuan Zhang Lirong Yin 《Computer Modeling in Engineering & Sciences》 2025年第11期2223-2252,共30页
Recent Super-Resolution(SR)algorithms often suffer from excessive model complexity,high computational costs,and limited flexibility across varying image scales.To address these challenges,we propose DDNet,a dynamic an... Recent Super-Resolution(SR)algorithms often suffer from excessive model complexity,high computational costs,and limited flexibility across varying image scales.To address these challenges,we propose DDNet,a dynamic and lightweight SR framework designed for arbitrary scaling factors.DDNet integrates a residual learning structure with an Adaptively fusion Feature Block(AFB)and a scale-aware upsampling module,effectively reducing parameter overhead while preserving reconstruction quality.Additionally,we introduce DDNetGAN,an enhanced variant that leverages a relativistic Generative Adversarial Network(GAN)to further improve texture realism.To validate the proposed models,we conduct extensive training using the DIV2K and Flickr2K datasets and evaluate performance across standard benchmarks including Set5,Set14,Urban100,Manga109,and BSD100.Our experiments cover both symmetric and asymmetric upscaling factors and incorporate ablation studies to assess key components.Results show that DDNet and DDNetGAN achieve competitive performance compared with mainstream SR algorithms,demonstrating a strong balance between accuracy,efficiency,and flexibility.These findings highlight the potential of our approach for practical real-world super-resolution applications. 展开更多
关键词 DDNet DDNetGAN fully dynamic lightweight arbitrary scale super-resolution algorithm
在线阅读 下载PDF
LSBSP: A Lightweight Sharding Method of Blockchain Based on State Pruning for Efficient Data Sharing in IoMT
17
作者 Guoqiong Liao Yinxiang Lei +1 位作者 Yufang Xie Neal N.Xiong 《Computers, Materials & Continua》 2025年第2期3309-3335,共27页
As the Internet of Medical Things (IoMT) continues to expand, smart health-monitoring devices generate vast amounts of valuable data while simultaneously raising critical security and privacy challenges. Blockchain te... As the Internet of Medical Things (IoMT) continues to expand, smart health-monitoring devices generate vast amounts of valuable data while simultaneously raising critical security and privacy challenges. Blockchain technology presents a promising avenue to address these concerns due to its inherent decentralization and security features. However, scalability remains a persistent hurdle, particularly for IoMT applications that involve large-scale networks and resource-constrained devices. This paper introduces a novel lightweight sharding method tailored to the unique demands of IoMT data sharing. Our approach enhances state bootstrapping efficiency and reduces operational overhead by utilizing a dual-chain structure comprising a main chain and a snapshot chain. The snapshot chain periodically records key blockchain states, allowing nodes to synchronize more efficiently. This mechanism is critical in reducing the time and resources needed for new nodes to join the network or existing nodes to recover from outages. Additionally, a block state pruning technique is implemented, significantly minimizing storage requirements and lowering transaction execution overhead during initialization and reconfiguration processes. This is crucial given the substantial data volumes inherent in IoMT ecosystems. By adopting an optimistic sharding strategy, our model allows nodes to swiftly join the snapshot shard, while full shards retain the complete ledger history to ensure comprehensive transaction verification. Extensive evaluations across diverse shard configurations demonstrate that this method significantly outperforms existing baseline models. It provides a comprehensive solution for IoMT blockchain applications, striking an optimal balance between security, scalability, and operational efficiency. 展开更多
关键词 Internet of medical things blockchain sharding lightweight SNAPSHOT
在线阅读 下载PDF
A lightweight model hyperparameters searching method for fast,accurate and on-site lithology identification
18
作者 Zhenhao Xu Heng Shi +1 位作者 Peng Lin Shan Li 《Journal of Rock Mechanics and Geotechnical Engineering》 2025年第11期7023-7037,共15页
The efficiency of tunnel excavation,rock strength,stability of surrounding rock,and underground engineering disasters are closely related to lithology.Accurately identifying lithology is a necessary prerequisite for i... The efficiency of tunnel excavation,rock strength,stability of surrounding rock,and underground engineering disasters are closely related to lithology.Accurately identifying lithology is a necessary prerequisite for intelligent,safe,and efficient tunnel construction.The design of conventional recognition models heavily relies on experience and extensive calculations.To develop a model suitable for deployment on construction sites and capable of accurate lithology identification,a fast search method for lithology identification models is proposed.This method integrates geological knowledge,apparent feature extraction techniques,and search algorithms.An efficient feature extraction super network using multi-scale geological features of rock surface is constructed,a model evaluation method that comprehensively considers accuracy and latency is developed,and differential evolution algorithm is used to search for the optimal model parameters.Experiments demonstrate that the proposed method enables the model to evolve faster and more accurately,and eventually a model(LithoNet)suitable for lithological classification is found.It only takes 2.10 ms to infer an image of 224×224,which is 57.25%faster than MobileNet v3 and 62.83%faster than ShuffleNet V2.The F1-score of LithoNet is 0.9874,surpassing classical models such as EfficientNetV2-S.LithoNet can be easily deployed on portable devices,effectively promoting the intelligence and accuracy of lithology identification at engineering sites. 展开更多
关键词 Lithology identification lightweight LATENCY Rock image Deep learning
在线阅读 下载PDF
MSAMamba-UNet:A Lightweight Multi-Scale Adaptive Mamba Network for Skin Lesion Segmentation
19
作者 Shouming Hou Jianchao Hou +2 位作者 Yuteng Pang Aoyu Xia Beibei Hou 《Journal of Bionic Engineering》 2025年第6期3209-3225,共17页
Segmenting skin lesions is critical for early skin cancer detection.Existing CNN and Transformer-based methods face challenges such as high computational complexity and limited adaptability to variations in lesion siz... Segmenting skin lesions is critical for early skin cancer detection.Existing CNN and Transformer-based methods face challenges such as high computational complexity and limited adaptability to variations in lesion sizes.To overcome these limitations,we introduce MSAMamba-UNet,a lightweight model that integrates two novel architectures:Multi-Scale Mamba(MSMamba)and Adaptive Dynamic Gating Block(ADGB).MSMamba utilizes multi-scale decomposition and a parallel hierarchical structure to enhance the delineation of irregular lesion boundaries and sensitivity to small targets.ADGB dynamically selects convolutional kernels with varying receptive fields based on input features,improving the model’s capacity to accommodate diverse lesion textures and scales.Additionally,we introduce a Mix Attention Fusion Block(MAF)to enhance shallow feature representation by integrating parallel channel and pixel attention mechanisms.Extensive evaluation of MSAMamba-UNet on the ISIC 2016,ISIC 2017,and ISIC 2018 datasets demonstrates competitive segmentation accuracy with only 0.056 M parameters and 0.069 GFLOPs.Our experiments revealed that MSAMamba-UNet achieved IoU scores of 85.53%,85.47%,and 82.22%,as well as DSC scores of 92.20%,92.17%,and 90.24%,respectively.These results underscore the lightweight design and effectiveness of MSAMamba-UNet. 展开更多
关键词 TRANSFORMER Segmenting skin lesions Mamba lightweight model MULTI-SCALE
在线阅读 下载PDF
Proof-of-trusted-work:A lightweight blockchain consensus for decentralized IoT networks
20
作者 Pengzhan Jiang Long Shi +3 位作者 Bin Cao Taotao Wang Baofeng Ji Jun Li 《Digital Communications and Networks》 2025年第4期1054-1065,共12页
Traditional Internet of Things(IoT)architectures that rely on centralized servers for data management and decision-making are vulnerable to security threats and privacy leakage.To address this issue,blockchain has bee... Traditional Internet of Things(IoT)architectures that rely on centralized servers for data management and decision-making are vulnerable to security threats and privacy leakage.To address this issue,blockchain has been advocated for decentralized data management in a tamper-resistance,traceable,and transparent manner.However,a major issue that hinders the integration of blockchain and IoT lies in that,it is rather challenging for resource-constrained IoT devices to perform computation-intensive blockchain consensuses such as Proof-of-Work(PoW).Furthermore,the incentive mechanism of PoW pushes lightweight IoT nodes to aggregate their computing power to increase the possibility of successful block generation.Nevertheless,this eventually leads to the formation of computing power alliances,and significantly compromises the decentralization and security of BlockChain-aided IoT(BC-IoT)networks.To cope with these issues,we propose a lightweight consensus protocol for BC-IoT,called Proof-of-Trusted-Work(PoTW).The goal of the proposed consensus is to disincentivize the centralization of computing power and encourage the independent participation of lightweight IoT nodes in blockchain consensus.First,we put forth an on-chain reputation evaluation rule and a reputation chain for PoTW to enable the verifiability and traceability of nodes’reputations based on their contributions of computing power to the blockchain consensus,and we incorporate the multi-level block generation difficulty as a rewards for nodes to accumulate reputations.Second,we model the block generation process of PoTW and analyze the block throughput using the continuous time Markov chain.Additionally,we define and optimize the relative throughput gain to quantify and maximize the capability of PoTW that suppresses the computing power centralization(i.e.,centralization suppression).Furthermore,we investigate the impact of the computing power of the computing power alliance and the levels of block generation difficulty on the centralization suppression capability of PoTW.Finally,simulation results demonstrate the consistency of the analytical results in terms of block throughput.In particular,the results show that PoTW effectively reduces the block generation proportion of the computing power alliance compared with PoW,while simultaneously improving that of individual lightweight nodes.This indicates that PoTW is capable of suppressing the centralization of computing power to a certain degree.Moreover,as the levels of block generation difficulty in PoTW increase,its centralization suppression capability strengthens. 展开更多
关键词 Internet of things Blockchain DECENTRALIZATION lightweight consensus Proof-of-trusted-work
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部