期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
Conveyor-Belt Detection of Conditional Deep Convolutional Generative Adversarial Network 被引量:2
1
作者 Xiaoli Hao Xiaojuan Meng +2 位作者 Yueqin Zhang JinDong Xue Jinyue Xia 《Computers, Materials & Continua》 SCIE EI 2021年第11期2671-2685,共15页
In underground mining,the belt is a critical component,as its state directly affects the safe and stable operation of the conveyor.Most of the existing non-contact detection methods based on machine vision can only de... In underground mining,the belt is a critical component,as its state directly affects the safe and stable operation of the conveyor.Most of the existing non-contact detection methods based on machine vision can only detect a single type of damage and they require pre-processing operations.This tends to cause a large amount of calculation and low detection precision.To solve these problems,in the work described in this paper a belt tear detection method based on a multi-class conditional deep convolutional generative adversarial network(CDCGAN)was designed.In the traditional DCGAN,the image generated by the generator has a certain degree of randomness.Here,a small number of labeled belt images are taken as conditions and added them to the generator and discriminator,so the generator can generate images with the characteristics of belt damage under the aforementioned conditions.Moreover,because the discriminator cannot identify multiple types of damage,the multi-class softmax function is used as the output function of the discriminator to output a vector of class probabilities,and it can accurately classify cracks,scratches,and tears.To avoid the features learned incompletely,skiplayer connection is adopted in the generator and discriminator.This not only can minimize the loss of features,but also improves the convergence speed.Compared with other algorithms,experimental results show that the loss value of the generator and discriminator is the least.Moreover,its convergence speed is faster,and the mean average precision of the proposed algorithm is up to 96.2%,which is at least 6%higher than that of other algorithms. 展开更多
关键词 Multi-class detection conditional deep convolution generative adversarial network conveyor belt tear skip-layer connection
下载PDF
Deep convolutional adversarial graph autoencoder using positive pointwise mutual information for graph embedding
2
作者 马秀慧 WANG Rong +3 位作者 CHEN Shudong DU Rong ZHU Danyang ZHAO Hua 《High Technology Letters》 EI CAS 2022年第1期98-106,共9页
Graph embedding aims to map the high-dimensional nodes to a low-dimensional space and learns the graph relationship from its latent representations.Most existing graph embedding methods focus on the topological struct... Graph embedding aims to map the high-dimensional nodes to a low-dimensional space and learns the graph relationship from its latent representations.Most existing graph embedding methods focus on the topological structure of graph data,but ignore the semantic information of graph data,which results in the unsatisfied performance in practical applications.To overcome the problem,this paper proposes a novel deep convolutional adversarial graph autoencoder(GAE)model.To embed the semantic information between nodes in the graph data,the random walk strategy is first used to construct the positive pointwise mutual information(PPMI)matrix,then,graph convolutional net-work(GCN)is employed to encode the PPMI matrix and node content into the latent representation.Finally,the learned latent representation is used to reconstruct the topological structure of the graph data by decoder.Furthermore,the deep convolutional adversarial training algorithm is introduced to make the learned latent representation conform to the prior distribution better.The state-of-the-art experimental results on the graph data validate the effectiveness of the proposed model in the link prediction,node clustering and graph visualization tasks for three standard datasets,Cora,Citeseer and Pubmed. 展开更多
关键词 graph autoencoder(GAE) positive pointwise mutual information(PPMI) deep convolutional generative adversarial network(DCGAN) graph convolutional network(GCN) se-mantic information
下载PDF
Computational ghost imaging with deep compressed sensing
3
作者 张浩 夏云杰 段德洋 《Chinese Physics B》 SCIE EI CAS CSCD 2021年第12期455-458,共4页
Computational ghost imaging(CGI)provides an elegant framework for indirect imaging,but its application has been restricted by low imaging performance.Herein,we propose a novel approach that significantly improves the ... Computational ghost imaging(CGI)provides an elegant framework for indirect imaging,but its application has been restricted by low imaging performance.Herein,we propose a novel approach that significantly improves the imaging performance of CGI.In this scheme,we optimize the conventional CGI data processing algorithm by using a novel compressed sensing(CS)algorithm based on a deep convolution generative adversarial network(DCGAN).CS is used to process the data output by a conventional CGI device.The processed data are trained by a DCGAN to reconstruct the image.Qualitative and quantitative results show that this method significantly improves the quality of reconstructed images by jointly training a generator and the optimization process for reconstruction via meta-learning.Moreover,the background noise can be eliminated well by this method. 展开更多
关键词 computational ghost imaging compressed sensing deep convolution generative adversarial network
下载PDF
Optimized Generative Adversarial Networks for Adversarial Sample Generation
4
作者 Daniyal M.Alghazzawi Syed Hamid Hasan Surbhi Bhatia 《Computers, Materials & Continua》 SCIE EI 2022年第8期3877-3897,共21页
Detecting the anomalous entity in real-time network traffic is a popular area of research in recent times.Very few researches have focused on creating malware that fools the intrusion detection system and this paper f... Detecting the anomalous entity in real-time network traffic is a popular area of research in recent times.Very few researches have focused on creating malware that fools the intrusion detection system and this paper focuses on this topic.We are using Deep Convolutional Generative Adversarial Networks(DCGAN)to trick the malware classifier to believe it is a normal entity.In this work,a new dataset is created to fool the Artificial Intelligence(AI)based malware detectors,and it consists of different types of attacks such as Denial of Service(DoS),scan 11,scan 44,botnet,spam,User Datagram Portal(UDP)scan,and ssh scan.The discriminator used in the DCGAN discriminates two different attack classes(anomaly and synthetic)and one normal class.The model collapse,instability,and vanishing gradient issues associated with the DCGAN are overcome using the proposed hybrid Aquila optimizer-based Mine blast harmony search algorithm(AO-MBHS).This algorithm helps the generator to create realistic malware samples to be undetected by the discriminator.The performance of the proposed methodology is evaluated using different performance metrics such as training time,detection rate,F-Score,loss function,Accuracy,False alarm rate,etc.The superiority of the hybrid AO-MBHS based DCGAN model is noticed when the detection rate is changed to 0 after the retraining method to make the defensive technique hard to be noticed by the malware detection system.The support vector machines(SVM)is used as the malicious traffic detection application and its True positive rate(TPR)goes from 80%to 0%after retraining the proposed model which shows the efficiency of the proposed model in hiding the samples. 展开更多
关键词 Aquila optimizer convolutional generative adversarial networks mine blast harmony search algorithm network traffic dataset adversarial artificial intelligence techniques
下载PDF
Exploration of the Relation between Input Noise and Generated Image in Generative Adversarial Networks
5
作者 Hao-He Liu Si-Qi Yao +1 位作者 Cheng-Ying Yang Yu-Lin Wang 《Journal of Electronic Science and Technology》 CAS CSCD 2022年第1期70-80,共11页
In this paper,we propose a hybrid model aiming to map the input noise vector to the label of the generated image by the generative adversarial network(GAN).This model mainly consists of a pre-trained deep convolution ... In this paper,we propose a hybrid model aiming to map the input noise vector to the label of the generated image by the generative adversarial network(GAN).This model mainly consists of a pre-trained deep convolution generative adversarial network(DCGAN)and a classifier.By using the model,we visualize the distribution of two-dimensional input noise,leading to a specific type of the generated image after each training epoch of GAN.The visualization reveals the distribution feature of the input noise vector and the performance of the generator.With this feature,we try to build a guided generator(GG)with the ability to produce a fake image we need.Two methods are proposed to build GG.One is the most significant noise(MSN)method,and the other utilizes labeled noise.The MSN method can generate images precisely but with less variations.In contrast,the labeled noise method has more variations but is slightly less stable.Finally,we propose a criterion to measure the performance of the generator,which can be used as a loss function to effectively train the network. 展开更多
关键词 Deep convolution generative adversarial network(DCGAN) deep learning guided generative adversarial network(GAN) visualization
下载PDF
A Restriction Theorem Associated with the Generalized Sublaplacian
6
作者 Zhang Zhenqiu Zhang Zhenqiu Department of Mathematics Tianjin University Tianjin,300072 China 《Acta Mathematica Sinica,English Series》 SCIE CSCD 1996年第2期133-140,共8页
In this paper,we investigate the generalized Sublaplacian.We give the expression of the restriction operators explicitly.By introducing the generalized λ-twisted convolutions,we obtain the estimates of the restrictio... In this paper,we investigate the generalized Sublaplacian.We give the expression of the restriction operators explicitly.By introducing the generalized λ-twisted convolutions,we obtain the estimates of the restriction operators in the mixed L^P spaces.Finally,we get a restriction theorem associated with the generalized Sublaplacian. 展开更多
关键词 generalized Sublaplacian Restriction theorem generalized convolution
原文传递
A multistandard and resource-efficient Viterbi decoder for a multimode communication system 被引量:1
7
作者 Yi-qi XIE Zhi-guo YU +2 位作者 Yang FENG Lin-na ZHAO Xiao-feng GU 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2018年第4期536-543,共8页
We present a novel standard convolutional symbols generator(SCSG)block for a multi-parameter reconfigurable Viterbi decoder to optimize resource consumption and adaption of multiple parameters.The SCSG block generates... We present a novel standard convolutional symbols generator(SCSG)block for a multi-parameter reconfigurable Viterbi decoder to optimize resource consumption and adaption of multiple parameters.The SCSG block generates all the states and calculates all the possible standard convolutional symbols corresponding to the states using an iterative approach.The architecture of the Viterbi decoder based on the SCSG reduces resource consumption for recalculating the branch metrics and rearranging the correspondence between branch metrics and transition paths.The proposed architecture supports constraint lengths from 3 to 9,code rates of 1/2,1/3,and 1/4,and fully optional polynomials.The proposed Viterbi decoder has been implemented on the Xilinx XC7VX485T device with a high throughput of about 200 Mbps and a low resource consumption of 162k logic gates. 展开更多
关键词 Reconfigurable Viterbi decoder MULTI-PARAMETER Low resource consumption Standard convolutional symbols generator(SCSG) Fully optional polynomials
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部