The current method for inspecting microholes in printed circuit boards(PCBs)involves preparing slices followed by optical microscope measurements.However,this approach suffers from low detection efficiency,poor reliab...The current method for inspecting microholes in printed circuit boards(PCBs)involves preparing slices followed by optical microscope measurements.However,this approach suffers from low detection efficiency,poor reliability,and insufficient measurement stability.Micro-CT enables the observation of the internal structures of the sample without the need for slicing,thereby presenting a promising new method for assessing the quality of microholes in PCBs.This study integrates computer vision technology with computed tomography(CT)to propose a method for detecting microhole wall roughness using a U-Net model and image processing algorithms.This study established an unplated copper PCB CT image dataset and trained an improved U-Net model.Validation of the test set demonstrated that the improved model effectively segmented microholes in the PCB CT images.Subsequently,the roughness of the holes’walls was assessed using a customized image-processing algorithm.Comparative analysis between CT detection based on various edge detection algorithms and slice detection revealed that CT detection employing the Canny algorithm closely approximates slice detection,yielding range and average errors of 2.92 and 1.64μm,respectively.Hence,the detection method proposed in this paper offers a novel approach for nondestructive testing of hole wall roughness in the PCB industry.展开更多
Accurate extraction of pores and fractures is a prerequisite for constructing digital rocks for physical property simulation and microstructural response analysis.However,fractures in CT images are similar in grayscal...Accurate extraction of pores and fractures is a prerequisite for constructing digital rocks for physical property simulation and microstructural response analysis.However,fractures in CT images are similar in grayscale to the rock matrix,and traditional algorithms have difficulty to achieve accurate segmentation results.In this study,a dataset containing multiscale fracture information was constructed,and a U-Net semantic segmentation model with a scSE attention mechanism was used to classify shale CT images at the pixel level and compare the results with traditional methods.The results showed that the CLAHE algorithm effectively removed noise and enhanced the fracture information in the dark parts,which is beneficial for further fracture extraction.The Canny edge detection algorithm had significant false positives and failed to recognize the internal information of the fractures.The Otsu algorithm only extracted fractures with a significant difference from the background and was not sensitive enough for fine fractures.The MEF algorithm enhanced the edge information of the fractures and was also sensitive to fine fractures,but it overestimated the aperture of the fractures.The U-Net was able to identify almost all fractures with good continuity,with an MIou and Recall of 0.80 and 0.82,respectively.As the image resolution increases,more fine fracture information can be extracted.展开更多
Aiming at the problem of radar base and ground observation stations on the Tibet is sparsely distributed and cannot achieve large-scale precipitation monitoring.U-Net,an advanced machine learning(ML)method,is used to ...Aiming at the problem of radar base and ground observation stations on the Tibet is sparsely distributed and cannot achieve large-scale precipitation monitoring.U-Net,an advanced machine learning(ML)method,is used to develop a robust and rapid algorithm for precipitating cloud detection based on the new-generation geostationary satellite of FengYun-4A(FY-4A).First,in this algorithm,the real-time multi-band infrared brightness temperature from FY-4A combined with the data of Digital Elevation Model(DEM)has been used as predictor variables for our model.Second,the efficiency of the feature was improved by changing the traditional convolution layer serial connection method of U-Net to residual mapping.Then,in order to solve the problem of the network that would produce semantic differences when directly concentrated with low-level and high-level features,we use dense skip pathways to reuse feature maps of different layers as inputs for concatenate neural networks feature layers from different depths.Finally,according to the characteristics of precipitation clouds,the pooling layer of U-Net was replaced by a convolution operation to realize the detection of small precipitation clouds.It was experimentally concluded that the Pixel Accuracy(PA)and Mean Intersection over Union(MIoU)of the improved U-Net on the test set could reach 0.916 and 0.928,the detection of precipitation clouds over Tibet were well actualized.展开更多
For scanning electronmicroscopes with high resolution and a strong electric field,biomass materials under observation are prone to radiation damage from the electron beam.This results in blurred or non-viable images,w...For scanning electronmicroscopes with high resolution and a strong electric field,biomass materials under observation are prone to radiation damage from the electron beam.This results in blurred or non-viable images,which affect further observation of material microscopic morphology and characterization.Restoring blurred images to their original sharpness is still a challenging problem in image processing.Traditionalmethods can’t effectively separate image context dependency and texture information,affect the effect of image enhancement and deblurring,and are prone to gradient disappearance during model training,resulting in great difficulty in model training.In this paper,we propose the use of an improvedU-Net(U-shapedConvolutional Neural Network)to achieve image enhancement for biomass material characterization and restore blurred images to their original sharpness.The main work is as follows:use of depthwise separable convolution instead of standard convolution in U-Net to reduce model computation effort and parameters;embedding wavelet transform into the U-Net structure to separate image context and texture information,thereby improving image reconstruction quality;using dense multi-receptive field channel modules to extract image detail information,thereby better transmitting the image features and network gradients,and reduce the difficulty of training.The experiments show that the improved U-Net model proposed in this paper is suitable and effective for enhanced deblurring of biomass material characterization images.The PSNR(Peak Signal-to-noise Ratio)and SSIM(Structural Similarity)are enhanced as well.展开更多
Eff ective attenuation of seismic multiples is a crucial step in the seismic data processing workfl ow.Despite the existence of various methods for multiple attenuation,challenges persist,such as incomplete attenuatio...Eff ective attenuation of seismic multiples is a crucial step in the seismic data processing workfl ow.Despite the existence of various methods for multiple attenuation,challenges persist,such as incomplete attenuation and high computational requirements,particularly in complex geological conditions.Conventional multiple attenuation methods rely on prior geological information and involve extensive computations.Using deep neural networks for multiple attenuation can effectively reduce manual labor costs while improving the efficiency of multiple suppression.This study proposes an improved U-net-based method for multiple attenuation.The conventional U-net serves as the primary network,incorporating an attentional local contrast module to effectively process detailed information in seismic data.Emphasis is placed on distinguishing between seismic multiples and primaries.The improved network is trained using seismic data containing both multiples and primaries as input and seismic data containing only primaries as output.The eff ectiveness and stability of the proposed method in multiple attenuation are validated using two horizontal layered velocity models and the Sigsbee2B velocity model.Transfer learning is employed to endow the trained model with the capability to suppress multiples across seismic exploration areas,eff ectively improving multiple attenuation efficiency.展开更多
In order to solve the problems of shallow features loss and high computation cost of U-Net,we propose a lightweight with shallow features combination(IU-Net).IU-Net adds several convolution layers and short links to t...In order to solve the problems of shallow features loss and high computation cost of U-Net,we propose a lightweight with shallow features combination(IU-Net).IU-Net adds several convolution layers and short links to the skip path to extract more shallow features.At the same time,the original convolution is replaced by the depth-wise separable convolution to reduce the calculation cost and the number of parameters.IU-Net is applied to detecting small metal industrial products defects.It is evaluated on our own SUES-Washer dataset to verify the effectiveness.Experimental results demonstrate that our proposed method outperforms the original U-Net,and it has 1.73%,2.08%and 11.2%improvement in the intersection over union,accuracy,and detection time,respectively,which satisfies the requirements of industrial detection.展开更多
With the improvement of image editing technology,the threshold of image tampering technology decreases,which leads to a decrease in the authenticity of image content.This has also driven research on image forgery dete...With the improvement of image editing technology,the threshold of image tampering technology decreases,which leads to a decrease in the authenticity of image content.This has also driven research on image forgery detection techniques.In this paper,a U-Net with multiple sensory field feature extraction(MSCU-Net)for image forgery detection is proposed.The proposed MSCU-Net is an end-to-end image essential attribute segmentation network that can perform image forgery detection without any pre-processing or post-processing.MSCU-Net replaces the single-scale convolution module in the original network with an improved multiple perceptual field convolution module so that the decoder can synthesize the features of different perceptual fields use residual propagation and residual feedback to recall the input feature information and consolidate the input feature information to make the difference in image attributes between the untampered and tampered regions more obvious,and introduce the channel coordinate confusion attention mechanism(CCCA)in skip-connection to further improve the segmentation accuracy of the network.In this paper,extensive experiments are conducted on various mainstream datasets,and the results verify the effectiveness of the proposed method,which outperforms the state-of-the-art image forgery detection methods.展开更多
Brown adipose tissue(BAT)is a kind of adipose tissue engaging in thermoregulatory thermogenesis,metaboloregulatory thermogenesis,and secretory.Current studies have revealed that BAT activity is negatively correlated w...Brown adipose tissue(BAT)is a kind of adipose tissue engaging in thermoregulatory thermogenesis,metaboloregulatory thermogenesis,and secretory.Current studies have revealed that BAT activity is negatively correlated with adult body weight and is considered a target tissue for the treatment of obesity and other metabolic-related diseases.Additionally,the activity of BAT presents certain differences between different ages and genders.Clinically,BAT segmentation based on PET/CT data is a reliable method for brown fat research.However,most of the current BAT segmentation methods rely on the experience of doctors.In this paper,an improved U-net network,ICA-Unet,is proposed to achieve automatic and precise segmentation of BAT.First,the traditional 2D convolution layer in the encoder is replaced with a depth-wise overparameterized convolutional(Do-Conv)layer.Second,the channel attention block is introduced between the double-layer convolution.Finally,the image information entropy(IIE)block is added in the skip connections to strengthen the edge features.Furthermore,the performance of this method is evaluated on the dataset of PET/CT images from 368 patients.The results demonstrate a strong agreement between the automatic segmentation of BAT and manual annotation by experts.The average DICE coeffcient(DSC)is 0.9057,and the average Hausdorff distance is 7.2810.Experimental results suggest that the method proposed in this paper can achieve effcient and accurate automatic BAT segmentation and satisfy the clinical requirements of BAT.展开更多
[Objective]Leaf diseases significantly affect both the yield and quality of tea throughout the year.To address the issue of inadequate segmentation finesse in the current tea spot segmentation models,a novel diagnosis...[Objective]Leaf diseases significantly affect both the yield and quality of tea throughout the year.To address the issue of inadequate segmentation finesse in the current tea spot segmentation models,a novel diagnosis of the severity of tea spots was proposed in this research,designated as MDC-U-Net3+,to enhance segmentation accuracy on the base framework of U-Net3+.[Methods]Multi-scale feature fusion module(MSFFM)was incorporated into the backbone network of U-Net3+to obtain feature information across multiple receptive fields of diseased spots,thereby reducing the loss of features within the encoder.Dual multi-scale attention(DMSA)was incorporated into the skip connection process to mitigate the segmentation boundary ambiguity issue.This integration facilitates the comprehensive fusion of fine-grained and coarse-grained semantic information at full scale.Furthermore,the segmented mask image was subjected to conditional random fields(CRF)to enhance the optimization of the segmentation results[Results and Discussions]The improved model MDC-U-Net3+achieved a mean pixel accuracy(mPA)of 94.92%,accompanied by a mean Intersection over Union(mIoU)ratio of 90.9%.When compared to the mPA and mIoU of U-Net3+,MDC-U-Net3+model showed improvements of 1.85 and 2.12 percentage points,respectively.These results illustrated a more effective segmentation performance than that achieved by other classical semantic segmentation models.[Conclusions]The methodology presented herein could provide data support for automated disease detection and precise medication,consequently reducing the losses associated with tea diseases.展开更多
This research proposes an improved Puma optimization algorithm(IPuma)as a novel dynamic recon-figuration tool for a photovoltaic(PV)array linked in total-cross-tied(TCT).The proposed algorithm utilizes the Newton-Raph...This research proposes an improved Puma optimization algorithm(IPuma)as a novel dynamic recon-figuration tool for a photovoltaic(PV)array linked in total-cross-tied(TCT).The proposed algorithm utilizes the Newton-Raphson search rule(NRSR)to boost the exploration process,especially in search spaces with more local regions,and boost the exploitation with adaptive parameters alternating with random parameters in the original Puma.The effectiveness of the introduced IPuma is confirmed through comprehensive evaluations on the CEC’20 benchmark problems.It shows superior performance compared to both established and modern metaheuristic algorithms in terms of effectively navigating the search space and achieving convergence towards near-optimal regions.The findings indicated that the IPuma algorithm demonstrates considerable statistical promise and surpasses the performance of competing algorithms.In addition,the proposed IPuma is utilized to reconfigure a 9×9 PV array that operates under different shade patterns,such as lower triangular(LT),long wide(LW),and short wide(SW).In addition to other programmed approaches,such as the Whale optimization algorithm(WOA),grey wolf optimizer(GWO),Harris Hawks optimization(HHO),particle swarm optimization(PSO),gravitational search algorithm(GSA),biogeography-based optimization(BBO),sine cosine algorithm(SCA),equilibrium optimizer(EO),and original Puma,the indicated method is contrasted to the traditional configurations of TCT and Sudoku.In addition,the metrics of mismatch power loss,maximum efficiency improvement,efficiency improvement ratio,and peak-to-mean ratio are calculated to assess the effectiveness of the indicated approach.The proposed IPuma improved the generated power by 36.72%,28.03%,and 40.97%for SW,LW,and LT,respectively,outperforming the TCT configuration.In addition,it achieved the best maximum efficiency improvement among the algorithms considered,with 26.86%,21.89%,and 29.07%for the examined patterns.The results highlight the superiority and competence of the proposed approach in both convergence rates and stability,as well as applicability to dynamically reconfigure the PV system and enhance its harvested energy.展开更多
To address the issues of insufficient and imbalanced data samples in proton exchange membrane fuel cell(PEMFC)performance degradation prediction,this study proposes a data augmentation-based model to predict PEMFC per...To address the issues of insufficient and imbalanced data samples in proton exchange membrane fuel cell(PEMFC)performance degradation prediction,this study proposes a data augmentation-based model to predict PEMFC performance degradation.Firstly,an improved generative adversarial network(IGAN)with adaptive gradient penalty coefficient is proposed to address the problems of excessively fast gradient descent and insufficient diversity of generated samples.Then,the IGANis used to generate datawith a distribution analogous to real data,therebymitigating the insufficiency and imbalance of original PEMFC samples and providing the predictionmodel with training data rich in feature information.Finally,a convolutional neural network-bidirectional long short-termmemory(CNN-BiLSTM)model is adopted to predict PEMFC performance degradation.Experimental results show that the data generated by the proposed IGAN exhibits higher quality than that generated by the original GAN,and can fully characterize and enrich the original data’s features.Using the augmented data,the prediction accuracy of the CNN-BiLSTM model is significantly improved,rendering it applicable to tasks of predicting PEMFC performance degradation.展开更多
The internal flow fields within a three-dimensional inward-tunning combined inlet are extremely complex,especially during the engine mode transition,where the tunnel changes may impact the flow fields significantly.To...The internal flow fields within a three-dimensional inward-tunning combined inlet are extremely complex,especially during the engine mode transition,where the tunnel changes may impact the flow fields significantly.To develop an efficient flow field reconstruction model for this,we present an Improved Conditional Denoising Diffusion Generative Adversarial Network(ICDDGAN),which integrates Conditional Denoising Diffusion Probabilistic Models(CDDPMs)with Style GAN,and introduce a reconstruction discrimination mechanism and dynamic loss weight learning strategy.We establish the Mach number flow field dataset by numerical simulation at various backpressures for the mode transition process from turbine mode to ejector ramjet mode at Mach number 2.5.The proposed ICDDGAN model,given only sparse parameter information,can rapidly generate high-quality Mach number flow fields without a large number of samples for training.The results show that ICDDGAN is superior to CDDGAN in terms of training convergence and stability.Moreover,the interpolation and extrapolation test results during backpressure conditions show that ICDDGAN can accurately and quickly reconstruct Mach number fields at various tunnel slice shapes,with a Structural Similarity Index Measure(SSIM)of over 0.96 and a Mean-Square Error(MSE)of 0.035%to actual flow fields,reducing time costs by 7-8 orders of magnitude compared to Computational Fluid Dynamics(CFD)calculations.This can provide an efficient means for rapid computation of complex flow fields.展开更多
Accurate and efficient brain tumor segmentation is essential for early diagnosis,treatment planning,and clinical decision-making.However,the complex structure of brain anatomy and the heterogeneous nature of tumors pr...Accurate and efficient brain tumor segmentation is essential for early diagnosis,treatment planning,and clinical decision-making.However,the complex structure of brain anatomy and the heterogeneous nature of tumors present significant challenges for precise anomaly detection.While U-Net-based architectures have demonstrated strong performance in medical image segmentation,there remains room for improvement in feature extraction and localization accuracy.In this study,we propose a novel hybrid model designed to enhance 3D brain tumor segmentation.The architecture incorporates a 3D ResNet encoder known for mitigating the vanishing gradient problem and a 3D U-Net decoder.Additionally,to enhance the model’s generalization ability,Squeeze and Excitation attention mechanism is integrated.We introduce Gabor filter banks into the encoder to further strengthen the model’s ability to extract robust and transformation-invariant features from the complex and irregular shapes typical in medical imaging.This approach,which is not well explored in current U-Net-based segmentation frameworks,provides a unique advantage by enhancing texture-aware feature representation.Specifically,Gabor filters help extract distinctive low-level texture features,reducing the effects of texture interference and facilitating faster convergence during the early stages of training.Our model achieved Dice scores of 0.881,0.846,and 0.819 for Whole Tumor(WT),Tumor Core(TC),and Enhancing Tumor(ET),respectively,on the BraTS 2020 dataset.Cross-validation on the BraTS 2021 dataset further confirmed the model’s robustness,yielding Dice score values of 0.887 for WT,0.856 for TC,and 0.824 for ET.The proposed model outperforms several state-of-the-art existing models,particularly in accurately identifying small and complex tumor regions.Extensive evaluations suggest integrating advanced preprocessing with an attention-augmented hybrid architecture offers significant potential for reliable and clinically valuable brain tumor segmentation.展开更多
Due to the lack of accurate data and complex parameterization,the prediction of groundwater depth is a chal-lenge for numerical models.Machine learning can effectively solve this issue and has been proven useful in th...Due to the lack of accurate data and complex parameterization,the prediction of groundwater depth is a chal-lenge for numerical models.Machine learning can effectively solve this issue and has been proven useful in the prediction of groundwater depth in many areas.In this study,two new models are applied to the prediction of groundwater depth in the Ningxia area,China.The two models combine the improved dung beetle optimizer(DBO)algorithm with two deep learning models:The Multi-head Attention-Convolution Neural Network-Long Short Term Memory networks(MH-CNN-LSTM)and the Multi-head Attention-Convolution Neural Network-Gated Recurrent Unit(MH-CNN-GRU).The models with DBO show better prediction performance,with larger R(correlation coefficient),RPD(residual prediction deviation),and lower RMSE(root-mean-square error).Com-pared with the models with the original DBO,the R and RPD of models with the improved DBO increase by over 1.5%,and the RMSE decreases by over 1.8%,indicating better prediction results.In addition,compared with the multiple linear regression model,a traditional statistical model,deep learning models have better prediction performance.展开更多
Soil improvement is one of the most important issues in geotechnical engineering practice.The wide application of traditional improvement techniques(cement/chemical materials)are limited due to damage ecological en-vi...Soil improvement is one of the most important issues in geotechnical engineering practice.The wide application of traditional improvement techniques(cement/chemical materials)are limited due to damage ecological en-vironment and intensify carbon emissions.However,the use of microbially induced calcium carbonate pre-cipitation(MICP)to obtain bio-cement is a novel technique with the potential to induce soil stability,providing a low-carbon,environment-friendly,and sustainable integrated solution for some geotechnical engineering pro-blems in the environment.This paper presents a comprehensive review of the latest progress in soil improvement based on the MICP strategy.It systematically summarizes and overviews the mineralization mechanism,influ-encing factors,improved methods,engineering characteristics,and current field application status of the MICP.Additionally,it also explores the limitations and correspondingly proposes prospective applications via the MICP approach for soil improvement.This review indicates that the utilization of different environmental calcium-based wastes in MICP and combination of materials and MICP are conducive to meeting engineering and market demand.Furthermore,we recommend and encourage global collaborative study and practice with a view to commercializing MICP technique in the future.The current review purports to provide insights for engineers and interdisciplinary researchers,and guidance for future engineering applications.展开更多
基金Supported by National Natural Science Foundation of China(Grant Nos.52122510 and 52375415).
文摘The current method for inspecting microholes in printed circuit boards(PCBs)involves preparing slices followed by optical microscope measurements.However,this approach suffers from low detection efficiency,poor reliability,and insufficient measurement stability.Micro-CT enables the observation of the internal structures of the sample without the need for slicing,thereby presenting a promising new method for assessing the quality of microholes in PCBs.This study integrates computer vision technology with computed tomography(CT)to propose a method for detecting microhole wall roughness using a U-Net model and image processing algorithms.This study established an unplated copper PCB CT image dataset and trained an improved U-Net model.Validation of the test set demonstrated that the improved model effectively segmented microholes in the PCB CT images.Subsequently,the roughness of the holes’walls was assessed using a customized image-processing algorithm.Comparative analysis between CT detection based on various edge detection algorithms and slice detection revealed that CT detection employing the Canny algorithm closely approximates slice detection,yielding range and average errors of 2.92 and 1.64μm,respectively.Hence,the detection method proposed in this paper offers a novel approach for nondestructive testing of hole wall roughness in the PCB industry.
基金funded by the Natural Science Basis Research Plan in Shaanxi Province of China(No.2022JM-147).
文摘Accurate extraction of pores and fractures is a prerequisite for constructing digital rocks for physical property simulation and microstructural response analysis.However,fractures in CT images are similar in grayscale to the rock matrix,and traditional algorithms have difficulty to achieve accurate segmentation results.In this study,a dataset containing multiscale fracture information was constructed,and a U-Net semantic segmentation model with a scSE attention mechanism was used to classify shale CT images at the pixel level and compare the results with traditional methods.The results showed that the CLAHE algorithm effectively removed noise and enhanced the fracture information in the dark parts,which is beneficial for further fracture extraction.The Canny edge detection algorithm had significant false positives and failed to recognize the internal information of the fractures.The Otsu algorithm only extracted fractures with a significant difference from the background and was not sensitive enough for fine fractures.The MEF algorithm enhanced the edge information of the fractures and was also sensitive to fine fractures,but it overestimated the aperture of the fractures.The U-Net was able to identify almost all fractures with good continuity,with an MIou and Recall of 0.80 and 0.82,respectively.As the image resolution increases,more fine fracture information can be extracted.
基金The authors would like to acknowledge the financial support from the National Science Foundation of China(Grant No.41875027).
文摘Aiming at the problem of radar base and ground observation stations on the Tibet is sparsely distributed and cannot achieve large-scale precipitation monitoring.U-Net,an advanced machine learning(ML)method,is used to develop a robust and rapid algorithm for precipitating cloud detection based on the new-generation geostationary satellite of FengYun-4A(FY-4A).First,in this algorithm,the real-time multi-band infrared brightness temperature from FY-4A combined with the data of Digital Elevation Model(DEM)has been used as predictor variables for our model.Second,the efficiency of the feature was improved by changing the traditional convolution layer serial connection method of U-Net to residual mapping.Then,in order to solve the problem of the network that would produce semantic differences when directly concentrated with low-level and high-level features,we use dense skip pathways to reuse feature maps of different layers as inputs for concatenate neural networks feature layers from different depths.Finally,according to the characteristics of precipitation clouds,the pooling layer of U-Net was replaced by a convolution operation to realize the detection of small precipitation clouds.It was experimentally concluded that the Pixel Accuracy(PA)and Mean Intersection over Union(MIoU)of the improved U-Net on the test set could reach 0.916 and 0.928,the detection of precipitation clouds over Tibet were well actualized.
基金supported by the Fundamental Research Funds for Higher Education Institutions of Heilongjiang Province(135409505,135509315,135209245)the Heilongjiang Education Department Basic Scientific Research Business Research Innovation Platform“Scientific Research Project Funding of Qiqihar University”(135409421)the Heilongjiang Province Higher Education Teaching Reform Project(SJGY20190710).
文摘For scanning electronmicroscopes with high resolution and a strong electric field,biomass materials under observation are prone to radiation damage from the electron beam.This results in blurred or non-viable images,which affect further observation of material microscopic morphology and characterization.Restoring blurred images to their original sharpness is still a challenging problem in image processing.Traditionalmethods can’t effectively separate image context dependency and texture information,affect the effect of image enhancement and deblurring,and are prone to gradient disappearance during model training,resulting in great difficulty in model training.In this paper,we propose the use of an improvedU-Net(U-shapedConvolutional Neural Network)to achieve image enhancement for biomass material characterization and restore blurred images to their original sharpness.The main work is as follows:use of depthwise separable convolution instead of standard convolution in U-Net to reduce model computation effort and parameters;embedding wavelet transform into the U-Net structure to separate image context and texture information,thereby improving image reconstruction quality;using dense multi-receptive field channel modules to extract image detail information,thereby better transmitting the image features and network gradients,and reduce the difficulty of training.The experiments show that the improved U-Net model proposed in this paper is suitable and effective for enhanced deblurring of biomass material characterization images.The PSNR(Peak Signal-to-noise Ratio)and SSIM(Structural Similarity)are enhanced as well.
基金supported by the Open Fund of the State Key Laboratory of Oil and Gas Reservoir Geology and Exploitation(PLN2022-51,PLN2021-21)the Open Fund of the Science and Technology Bureau of Nanchong City,Sichuan Province(23XNSYSX0089,SXQHJH046).
文摘Eff ective attenuation of seismic multiples is a crucial step in the seismic data processing workfl ow.Despite the existence of various methods for multiple attenuation,challenges persist,such as incomplete attenuation and high computational requirements,particularly in complex geological conditions.Conventional multiple attenuation methods rely on prior geological information and involve extensive computations.Using deep neural networks for multiple attenuation can effectively reduce manual labor costs while improving the efficiency of multiple suppression.This study proposes an improved U-net-based method for multiple attenuation.The conventional U-net serves as the primary network,incorporating an attentional local contrast module to effectively process detailed information in seismic data.Emphasis is placed on distinguishing between seismic multiples and primaries.The improved network is trained using seismic data containing both multiples and primaries as input and seismic data containing only primaries as output.The eff ectiveness and stability of the proposed method in multiple attenuation are validated using two horizontal layered velocity models and the Sigsbee2B velocity model.Transfer learning is employed to endow the trained model with the capability to suppress multiples across seismic exploration areas,eff ectively improving multiple attenuation efficiency.
基金the Youth Fund of National Natural Science Foundation of China(61801286,62006150)Shanghai Young Science and Technology Talents Sailing Program(19YF1418400)Fund Project of Shanghai Science and Technology Commission(16dz1206002)。
文摘In order to solve the problems of shallow features loss and high computation cost of U-Net,we propose a lightweight with shallow features combination(IU-Net).IU-Net adds several convolution layers and short links to the skip path to extract more shallow features.At the same time,the original convolution is replaced by the depth-wise separable convolution to reduce the calculation cost and the number of parameters.IU-Net is applied to detecting small metal industrial products defects.It is evaluated on our own SUES-Washer dataset to verify the effectiveness.Experimental results demonstrate that our proposed method outperforms the original U-Net,and it has 1.73%,2.08%and 11.2%improvement in the intersection over union,accuracy,and detection time,respectively,which satisfies the requirements of industrial detection.
基金supported in part by the National Natural Science Foundation of China(Grant Number 61971078)Chongqing University of Technology Graduate Innovation Foundation(Grant Number gzlcx20222064).
文摘With the improvement of image editing technology,the threshold of image tampering technology decreases,which leads to a decrease in the authenticity of image content.This has also driven research on image forgery detection techniques.In this paper,a U-Net with multiple sensory field feature extraction(MSCU-Net)for image forgery detection is proposed.The proposed MSCU-Net is an end-to-end image essential attribute segmentation network that can perform image forgery detection without any pre-processing or post-processing.MSCU-Net replaces the single-scale convolution module in the original network with an improved multiple perceptual field convolution module so that the decoder can synthesize the features of different perceptual fields use residual propagation and residual feedback to recall the input feature information and consolidate the input feature information to make the difference in image attributes between the untampered and tampered regions more obvious,and introduce the channel coordinate confusion attention mechanism(CCCA)in skip-connection to further improve the segmentation accuracy of the network.In this paper,extensive experiments are conducted on various mainstream datasets,and the results verify the effectiveness of the proposed method,which outperforms the state-of-the-art image forgery detection methods.
基金supported in part by the National Natural Science Foundation of China(61701403,82122033,81871379)National Key Research and Development Program of China(2016YFC0103804,2019YFC1521103,2020YFC1523301,2019YFC-1521102)+3 种基金Key R&D Projects in Shaanxi Province(2019ZDLSF07-02,2019ZDLGY10-01)Key R&D Projects in Qinghai Province(2020-SF-143)China Post-doctoral Science Foundation(2018M643719)Young Talent Support Program of the Shaanxi Association for Science and Technology(20190107).
文摘Brown adipose tissue(BAT)is a kind of adipose tissue engaging in thermoregulatory thermogenesis,metaboloregulatory thermogenesis,and secretory.Current studies have revealed that BAT activity is negatively correlated with adult body weight and is considered a target tissue for the treatment of obesity and other metabolic-related diseases.Additionally,the activity of BAT presents certain differences between different ages and genders.Clinically,BAT segmentation based on PET/CT data is a reliable method for brown fat research.However,most of the current BAT segmentation methods rely on the experience of doctors.In this paper,an improved U-net network,ICA-Unet,is proposed to achieve automatic and precise segmentation of BAT.First,the traditional 2D convolution layer in the encoder is replaced with a depth-wise overparameterized convolutional(Do-Conv)layer.Second,the channel attention block is introduced between the double-layer convolution.Finally,the image information entropy(IIE)block is added in the skip connections to strengthen the edge features.Furthermore,the performance of this method is evaluated on the dataset of PET/CT images from 368 patients.The results demonstrate a strong agreement between the automatic segmentation of BAT and manual annotation by experts.The average DICE coeffcient(DSC)is 0.9057,and the average Hausdorff distance is 7.2810.Experimental results suggest that the method proposed in this paper can achieve effcient and accurate automatic BAT segmentation and satisfy the clinical requirements of BAT.
文摘[Objective]Leaf diseases significantly affect both the yield and quality of tea throughout the year.To address the issue of inadequate segmentation finesse in the current tea spot segmentation models,a novel diagnosis of the severity of tea spots was proposed in this research,designated as MDC-U-Net3+,to enhance segmentation accuracy on the base framework of U-Net3+.[Methods]Multi-scale feature fusion module(MSFFM)was incorporated into the backbone network of U-Net3+to obtain feature information across multiple receptive fields of diseased spots,thereby reducing the loss of features within the encoder.Dual multi-scale attention(DMSA)was incorporated into the skip connection process to mitigate the segmentation boundary ambiguity issue.This integration facilitates the comprehensive fusion of fine-grained and coarse-grained semantic information at full scale.Furthermore,the segmented mask image was subjected to conditional random fields(CRF)to enhance the optimization of the segmentation results[Results and Discussions]The improved model MDC-U-Net3+achieved a mean pixel accuracy(mPA)of 94.92%,accompanied by a mean Intersection over Union(mIoU)ratio of 90.9%.When compared to the mPA and mIoU of U-Net3+,MDC-U-Net3+model showed improvements of 1.85 and 2.12 percentage points,respectively.These results illustrated a more effective segmentation performance than that achieved by other classical semantic segmentation models.[Conclusions]The methodology presented herein could provide data support for automated disease detection and precise medication,consequently reducing the losses associated with tea diseases.
基金funded by the Deanship of Scientific Research and Libraries,Princess Nourah bint Abdulrahman University,through the Program of Research Project Funding After Publication,grant No.(RPFAP-82-1445)。
文摘This research proposes an improved Puma optimization algorithm(IPuma)as a novel dynamic recon-figuration tool for a photovoltaic(PV)array linked in total-cross-tied(TCT).The proposed algorithm utilizes the Newton-Raphson search rule(NRSR)to boost the exploration process,especially in search spaces with more local regions,and boost the exploitation with adaptive parameters alternating with random parameters in the original Puma.The effectiveness of the introduced IPuma is confirmed through comprehensive evaluations on the CEC’20 benchmark problems.It shows superior performance compared to both established and modern metaheuristic algorithms in terms of effectively navigating the search space and achieving convergence towards near-optimal regions.The findings indicated that the IPuma algorithm demonstrates considerable statistical promise and surpasses the performance of competing algorithms.In addition,the proposed IPuma is utilized to reconfigure a 9×9 PV array that operates under different shade patterns,such as lower triangular(LT),long wide(LW),and short wide(SW).In addition to other programmed approaches,such as the Whale optimization algorithm(WOA),grey wolf optimizer(GWO),Harris Hawks optimization(HHO),particle swarm optimization(PSO),gravitational search algorithm(GSA),biogeography-based optimization(BBO),sine cosine algorithm(SCA),equilibrium optimizer(EO),and original Puma,the indicated method is contrasted to the traditional configurations of TCT and Sudoku.In addition,the metrics of mismatch power loss,maximum efficiency improvement,efficiency improvement ratio,and peak-to-mean ratio are calculated to assess the effectiveness of the indicated approach.The proposed IPuma improved the generated power by 36.72%,28.03%,and 40.97%for SW,LW,and LT,respectively,outperforming the TCT configuration.In addition,it achieved the best maximum efficiency improvement among the algorithms considered,with 26.86%,21.89%,and 29.07%for the examined patterns.The results highlight the superiority and competence of the proposed approach in both convergence rates and stability,as well as applicability to dynamically reconfigure the PV system and enhance its harvested energy.
基金supported by the Jiangsu Engineering Research Center of the Key Technology for Intelligent Manufacturing Equipment and the Suqian Key Laboratory of Intelligent Manufacturing(Grant No.M202108).
文摘To address the issues of insufficient and imbalanced data samples in proton exchange membrane fuel cell(PEMFC)performance degradation prediction,this study proposes a data augmentation-based model to predict PEMFC performance degradation.Firstly,an improved generative adversarial network(IGAN)with adaptive gradient penalty coefficient is proposed to address the problems of excessively fast gradient descent and insufficient diversity of generated samples.Then,the IGANis used to generate datawith a distribution analogous to real data,therebymitigating the insufficiency and imbalance of original PEMFC samples and providing the predictionmodel with training data rich in feature information.Finally,a convolutional neural network-bidirectional long short-termmemory(CNN-BiLSTM)model is adopted to predict PEMFC performance degradation.Experimental results show that the data generated by the proposed IGAN exhibits higher quality than that generated by the original GAN,and can fully characterize and enrich the original data’s features.Using the augmented data,the prediction accuracy of the CNN-BiLSTM model is significantly improved,rendering it applicable to tasks of predicting PEMFC performance degradation.
文摘The internal flow fields within a three-dimensional inward-tunning combined inlet are extremely complex,especially during the engine mode transition,where the tunnel changes may impact the flow fields significantly.To develop an efficient flow field reconstruction model for this,we present an Improved Conditional Denoising Diffusion Generative Adversarial Network(ICDDGAN),which integrates Conditional Denoising Diffusion Probabilistic Models(CDDPMs)with Style GAN,and introduce a reconstruction discrimination mechanism and dynamic loss weight learning strategy.We establish the Mach number flow field dataset by numerical simulation at various backpressures for the mode transition process from turbine mode to ejector ramjet mode at Mach number 2.5.The proposed ICDDGAN model,given only sparse parameter information,can rapidly generate high-quality Mach number flow fields without a large number of samples for training.The results show that ICDDGAN is superior to CDDGAN in terms of training convergence and stability.Moreover,the interpolation and extrapolation test results during backpressure conditions show that ICDDGAN can accurately and quickly reconstruct Mach number fields at various tunnel slice shapes,with a Structural Similarity Index Measure(SSIM)of over 0.96 and a Mean-Square Error(MSE)of 0.035%to actual flow fields,reducing time costs by 7-8 orders of magnitude compared to Computational Fluid Dynamics(CFD)calculations.This can provide an efficient means for rapid computation of complex flow fields.
基金the National Science and Technology Council(NSTC)of the Republic of China,Taiwan,for financially supporting this research under Contract No.NSTC 112-2637-M-131-001.
文摘Accurate and efficient brain tumor segmentation is essential for early diagnosis,treatment planning,and clinical decision-making.However,the complex structure of brain anatomy and the heterogeneous nature of tumors present significant challenges for precise anomaly detection.While U-Net-based architectures have demonstrated strong performance in medical image segmentation,there remains room for improvement in feature extraction and localization accuracy.In this study,we propose a novel hybrid model designed to enhance 3D brain tumor segmentation.The architecture incorporates a 3D ResNet encoder known for mitigating the vanishing gradient problem and a 3D U-Net decoder.Additionally,to enhance the model’s generalization ability,Squeeze and Excitation attention mechanism is integrated.We introduce Gabor filter banks into the encoder to further strengthen the model’s ability to extract robust and transformation-invariant features from the complex and irregular shapes typical in medical imaging.This approach,which is not well explored in current U-Net-based segmentation frameworks,provides a unique advantage by enhancing texture-aware feature representation.Specifically,Gabor filters help extract distinctive low-level texture features,reducing the effects of texture interference and facilitating faster convergence during the early stages of training.Our model achieved Dice scores of 0.881,0.846,and 0.819 for Whole Tumor(WT),Tumor Core(TC),and Enhancing Tumor(ET),respectively,on the BraTS 2020 dataset.Cross-validation on the BraTS 2021 dataset further confirmed the model’s robustness,yielding Dice score values of 0.887 for WT,0.856 for TC,and 0.824 for ET.The proposed model outperforms several state-of-the-art existing models,particularly in accurately identifying small and complex tumor regions.Extensive evaluations suggest integrating advanced preprocessing with an attention-augmented hybrid architecture offers significant potential for reliable and clinically valuable brain tumor segmentation.
基金supported by the National Natural Science Foundation of China [grant numbers 42088101 and 42375048]。
文摘Due to the lack of accurate data and complex parameterization,the prediction of groundwater depth is a chal-lenge for numerical models.Machine learning can effectively solve this issue and has been proven useful in the prediction of groundwater depth in many areas.In this study,two new models are applied to the prediction of groundwater depth in the Ningxia area,China.The two models combine the improved dung beetle optimizer(DBO)algorithm with two deep learning models:The Multi-head Attention-Convolution Neural Network-Long Short Term Memory networks(MH-CNN-LSTM)and the Multi-head Attention-Convolution Neural Network-Gated Recurrent Unit(MH-CNN-GRU).The models with DBO show better prediction performance,with larger R(correlation coefficient),RPD(residual prediction deviation),and lower RMSE(root-mean-square error).Com-pared with the models with the original DBO,the R and RPD of models with the improved DBO increase by over 1.5%,and the RMSE decreases by over 1.8%,indicating better prediction results.In addition,compared with the multiple linear regression model,a traditional statistical model,deep learning models have better prediction performance.
基金funded by the National Natural Science Foundation of China(No.41962016)the Natural Science Foundation of NingXia(Nos.2023AAC02023,2023A1218,and 2021AAC02006).
文摘Soil improvement is one of the most important issues in geotechnical engineering practice.The wide application of traditional improvement techniques(cement/chemical materials)are limited due to damage ecological en-vironment and intensify carbon emissions.However,the use of microbially induced calcium carbonate pre-cipitation(MICP)to obtain bio-cement is a novel technique with the potential to induce soil stability,providing a low-carbon,environment-friendly,and sustainable integrated solution for some geotechnical engineering pro-blems in the environment.This paper presents a comprehensive review of the latest progress in soil improvement based on the MICP strategy.It systematically summarizes and overviews the mineralization mechanism,influ-encing factors,improved methods,engineering characteristics,and current field application status of the MICP.Additionally,it also explores the limitations and correspondingly proposes prospective applications via the MICP approach for soil improvement.This review indicates that the utilization of different environmental calcium-based wastes in MICP and combination of materials and MICP are conducive to meeting engineering and market demand.Furthermore,we recommend and encourage global collaborative study and practice with a view to commercializing MICP technique in the future.The current review purports to provide insights for engineers and interdisciplinary researchers,and guidance for future engineering applications.