To have a comprehensive summary of existing methods for damage identification of transmission tower so as to provide systematic and effective information, from aspeces of data sources and analytical methods, the existing methods of damage identification were summarized to sort out the technical evolution of the various damage identification methods including the static and dynamic damage identification and inversion and pattern recognition methods.Then, the application status, advantages and disadvantages of various methods were analzed, and the improvement ideas and methods were summarized. Finally, establishment of four-in-one multi-system damage identification method was proposed based on construction monitoring, loads tsets, health monitoring and artificial patrol, which is the development trend of the transmission tower structure damage identification.
目的 脊椎CT(computed tomography)图像存在组织结构显示不佳、对比度差以及噪音干扰等问题;传统分割算法分割精度低,分割过程需人工干预,往往只能实现半自动分割,不能满足实时分割需求。基于卷积神经网络(convolutional neural network,CNN)的U-Net模型成为医学图像分割标准,但仍存在长距离交互受限的问题。Transformer集成全局自注意力机制,可捕获长距离的特征依赖,在计算机视觉领域表现出巨大优势。本文提出一种CNN与Transformer混合分割模型TransAGUNet (Transformer attention gate U-Net),以实现对脊椎CT图像的高效自动化分割。方法 提出的模型将Transformer、注意力门控机制(attention gate,AG)及U-Net相结合构成编码—解码结构。编码器使用Transformer和CNN混合架构,提取局部及全局特征;解码器使用CNN架构,在跳跃连接部分融入AG,将下采样特征图对应的注意力图(attention map)与下一层上采样后获得的特征图进行拼接,融合低层与高层特征从而实现更精细的分割。实验使用Dice Loss与带权重的交叉熵之和作为损失函数,以解决正负样本分布不均的问题。结果 将提出的算法在VerSe2020数据集上进行测试,Dice系数较主流的CNN分割模型U-Net、Attention U-Net、U-Net++和U-Net3+分别提升了4.47%、2.09%、2.44%和2.23%,相较优秀的Transformer与CNN混合分割模型TransUNet和TransNorm分别提升了2.25%和1.08%。结论 本文算法较以上6种分割模型在脊椎CT图像的分割性能最优,有效地提升了脊椎CT图像的分割精度,分割实时性较好。;Objective The incidence of spine diseases has increased in the contemporary era and is increasingly affecting younger individuals. Therefore,the diagnosis and treatment of such diseases are particularly critical. Using 3D reconstruction technology,computer-aided diagnosis,and segmentation of the spine area and the background area of the spine computed tomography(CT)image can assist physicians in clearly observing the spine lesion area and provide theoretical support for surgical path simulation and surgical planning. The accuracy of spine CT image segmentation is critical in restoring the actual position and physiological shape of the patients’vertebrae to the greatest extent possible,thus allowing physicians to understand the distribution of lesions. However,the difficulty of spine segmentation is exacerbated by the complex structure of the spine,poor display of tissue structure,poor contrast,and noise interference in spine CT images. The segmentation of spine images via manual annotation relies on the physicians’a priori knowledge and clinical experience,and the segmentation results are highly subjective and time consuming. Long working hours may also lead to deviations that affect the patients’diagnosis. With the help of computer technology,the traditional segmentation method mainly uses lowlatitude features,such as texture,shape,and color of the image,for segmentation and often can only achieve semiautomatic segmentation. Moreover,this method does not fully utilize the image information and has low segmentation accuracy that fails to meet the demand of real-time segmentation. The segmentation method based on deep learning can realize automatic segmentation,effectively extract image features,and improve segmentation accuracy. In the branch of computer vision(CV),medical image segmentation algorithms based on convolutional neural network(CNN)have been proposed one after another and have become the mainstream research direction in medical image analysis. Among these algorithms, the characteristics of the U-Net structure itself and the fixed structure of medical images with multi-modality enhance the performance of U-Net in medical image segmentation and provide a benchmark for medical image segmentation. However, the inherent limitations of the convolutional structure can lead to problems,such as limited long-distance interaction. By contrast,Transformer,a non-CNN architecture,integrates a global self-attentive mechanism to capture long-range feature dependencies and is widely used in natural language processing,such as machine translation and text classification. In recent years,researchers have introduced Transformer into the field of computer vision and achieved advanced results in certain tasks,such as image classification and image segmentation. This paper then combines the advantages of the CNN architecture and Transformer to propose a CNN and Transformer hybrid segmentation model called Transformer attention gate U-Net(TransAGUNet)that realizes an efficient and automated segmentation of spine CT images. Method The proposed model combines Transformer,U-Net,and the attention gate(AG)mechanism to form an encoding–decoding structure. The encoder uses a hybrid Transformer and CNN architecture,which consists of a combination of ResNet50 and ViT models. For the sliced spine CT images,the low-level features are initially extracted by ResNet50,the feature maps corresponding to three downsampled features are retained,and then patch embedding and position embedding are performed. The obtained patches are then inputted to the Transformer encoder to learn long-term contextual dependencies and extract global features. The decoder adopts a CNN architecture that applies 2D bilinear upsampling at 2×rate to recover the image size layer by layer. The AG structure is incorporated into a jump-connected bottom-up triple layer to fuse shallow features with higher-level features for fine segmentation. The decoder uses a CNN structure to recover the image size layer by layer by performing 2D bilinear upsampling at a 2-fold rate. The AG structure is incorporated into the bottom-up three layers of the jump connection to obtain the attention map corresponding to the downsampled features,stitched with the upsampled features in the next layer,and then decoded by two ordinary convolutions and one 1×1 convolution. The AG structure then enters the binary classifier and distinguishes the foreground and background pixel by pixel to obtain the spine segmentation prediction map. The AG parameters are computationally small,easily integrated into CNN models,and can automatically learn the shape and size of the target to highlight salient features and suppress feature responses in irrelevant regions. These parameters replace the localization module via probability-based soft attention,thus eliminating the need to divide the ROI,and improve the sensitivity and accuracy of the model by a small amount of computation. The experiments use Dice Loss summed with weighted cross entropy loss as the loss function to solve the uneven distribution of positive and negative samples. Result The proposed algorithm is tested on the VerSe2020 dataset,and the Dice coefficients improve by 4. 47%,2. 09%,2. 44%,and 2. 23% over the mainstream CNN architectures of segmentation networks U-Net,Attention U-Net,U-Net++,and U-Net3+,respectively. Meanwhile,the Dice coefficients over the excellent Transformer and CNN hybrid segmentations TransUNet and TransNorm improve by 2. 25% and 1. 08%,respectively. To verify the validity of the proposed model,several ablation experiments are performed,and results show that compared with TransUNet,the Dice coefficient of the designed decoding structure improves by 0. 75% and by 1. 5% after adding AG. To explore the effect of the number of AG connections on the model performance,experiments are conducted using AG with different numbers of connections,and results show that the Dice coefficient obtained without adding AG is the smallest and that the optimal model performance is achieved by adding AG in three jump connections on the resolution scales of 1/2,1/4,and 1/8. Conclusion Compared with the above six CNN segmentation models and the Transformer and CNN hybrid segmentation models,the proposed algorithm achieves the best segmentation results on spine CT images,thus effectively improving the segmentation accuracy of spine CT images with better segmentation real-time performance.
In this paper, the design of personnel Positioning and facilities Status real-time Monitoring System (PSM System) based on Radio Frequency Identification (RFID) technology is illustrated, along with the realization of development and design of Tourist Positioning System of Digital Scenic. RFID technology is a non-contact automatic identification technology, whose basic principle is to use radio frequency signal and the spatial coupling, transmission characteristics, to achieve automatically identification of static or moving people or commodities.The construction of Digital Scenic is the innovation and integration of information technology development and scenic management. Tourist Positioning System can lead the administrators of scenic to control real-time dynamic of tourists, then to give tourists better serve and to ensure the safety of each tourist. PSM system is integrated application system that can realize all functional requirements of Tourist Positioning System, including security control, personnel attendance, tracking and positioning, facilities status monitoring, daily management etc.
The resection can be performed in about 20 percent of patients with primary hepatocellular carcinoma(PHC) in clinic. However, with the development of interventional treatment such as transcatheter arterial chemoembolization(TACE), better therapeutic effect has been achieved by two-stage resection such as TACE in patients with unresectable PHC. At present, surgical resection is still regarded as the first choice of PHC, and the principle of comprehensive therapeutic solutions around surgical operation has been established. The pretreatment of TACE is an important measure to improve the therapeutic effect in PHC.This paper discussed the mechanism, effect and value of TACE in pretreatment of unresectable PHC. The selection of operative opportunity, sign, and ways after TACE and the factors affecting prognosis of two-stage resection were also reviewed.
Key words:
Primary hepatocellular carcinoma; Radiology, transcatheter arterial chemoembolization; Twostage resection
Edge detection is one of the most important aspects of image processing. In the paper, a method of edge parameters extraction based on the vertical template in the Sobel operator is studied, combining the inter-frames correlation of the target and background in image series. This method can decrease the superfluous pixels of background and increase the processing speed of edge detection. An experiment is illustrated, which shows the effectiveness of this method and the high speed of the processing. The technology can be applied to some real-time systems such as movement detection and automatic vehicle identification.
Objective:To explore the nursing of common bile duct exploration postoperative T-tube.Methods: 749 patients who suffered choledochotomy with T-tube drainage were selected from January 2009 to January 2012,which nursing and its experience were discussed.Results:Common bile duct exploration postoperative T-tube unplug time extended to six weeks after surgery,gave the correct T-tube nursing and discharge guidance,bile leak occurred rate was low,the patient recovered uneventfully,improved patients′ satisfaction.Conclusion:The right nursing is an important guarantee for the smooth recovery of patients after discharge guidance is the continuation of the post-operative nursing,the patients′ rehabilitation has important significance.
The widespread installation of 5G base stations has caused a notable surge in energy consumption, and a situation that conflicts with the aim of attaining carbon neutrality. Numerous studies have affirmed that the incorporation of distributed photovoltaic (PV) and energy storage systems (ESS) is an effective measure to reduce energy consumption from the utility grid. The optimization of PV and ESS setup according to local conditions has a direct impact on the economic and ecological benefits of the base station power system. An improved base station power system model is proposed in this paper, which takes into consideration the behavior of converters. And through this, a multi-faceted assessment criterion that considers both economic and ecological factors is established. Then, the PV and ESS capacity optimization for base stations under multiple scenarios is realized. The case study indicates that the optimization process of PV and ESS is significantly influenced by the behavior of the converter.
From analyzing the properties of chemicals, the paper summarizes the requirements of environmental management of chemicals for aquatic laboratory animals and the development of aquatic laboratory animals at home and abroad. With a view of enhancing the foundation for environmental management of chemicals, four important issues are discussed, i.e. standardization, industrialization, certification and information exchange for the study and development of aquatic laboratory animals in China.
The monitoring system developed by traditional configuration software is extensively used in the industrial field, and application of keyboard & mouse and single-touch is the main operation mode. The multi-touch is a fresh human-computer interaction mode, which can provide the user with safer and more convenient operation experience. This design takes configuration software ControlEase (INSPEC) based on .Net framework in WINDOWS7 as development platform, and next-generation Microsoft graphics system development software WPF (Windows Presentation Foundation) is selected as development tools. WPF multi-touch control is realized based on .NET 4.0, which can be appropriately embedded in various kinds of the configuration software that run on different platforms. WPF multi-touch software frame is accomplished, which can combine with varieties of configuration software to make common configuration software in industrial application creatively own multi-touch functions.