期刊文献+
共找到10篇文章
< 1 >
每页显示 20 50 100
A deep convolutional neural network for diabetic retinopathy detection via mining local and long-range dependence 被引量:1
1
作者 Xiaoling Luo Wei Wang +4 位作者 Yong Xu Zhihui Lai Xiaopeng Jin bob zhang David zhang 《CAAI Transactions on Intelligence Technology》 SCIE EI 2024年第1期153-166,共14页
Diabetic retinopathy(DR),the main cause of irreversible blindness,is one of the most common complications of diabetes.At present,deep convolutional neural networks have achieved promising performance in automatic DR d... Diabetic retinopathy(DR),the main cause of irreversible blindness,is one of the most common complications of diabetes.At present,deep convolutional neural networks have achieved promising performance in automatic DR detection tasks.The convolution operation of methods is a local cross-correlation operation,whose receptive field de-termines the size of the local neighbourhood for processing.However,for retinal fundus photographs,there is not only the local information but also long-distance dependence between the lesion features(e.g.hemorrhages and exudates)scattered throughout the whole image.The proposed method incorporates correlations between long-range patches into the deep learning framework to improve DR detection.Patch-wise re-lationships are used to enhance the local patch features since lesions of DR usually appear as plaques.The Long-Range unit in the proposed network with a residual structure can be flexibly embedded into other trained networks.Extensive experimental results demon-strate that the proposed approach can achieve higher accuracy than existing state-of-the-art models on Messidor and EyePACS datasets. 展开更多
关键词 image classification medical image processing pattern recognition
下载PDF
A multi-feature-based intelligent redundancy elimination scheme for cloud-assisted health systems
2
作者 Ling Xiao Beiji Zou +4 位作者 Xiaoyan Kui Chengzhang Zhu Wensheng zhang Xuebing Yang bob zhang 《CAAI Transactions on Intelligence Technology》 SCIE EI 2024年第2期491-510,共20页
Redundancy elimination techniques are extensively investigated to reduce storage overheads for cloud-assisted health systems.Deduplication eliminates the redundancy of duplicate blocks by storing one physical instance... Redundancy elimination techniques are extensively investigated to reduce storage overheads for cloud-assisted health systems.Deduplication eliminates the redundancy of duplicate blocks by storing one physical instance referenced by multiple duplicates.Delta compression is usually regarded as a complementary technique to deduplication to further remove the redundancy of similar blocks,but our observations indicate that this is disobedient when data have sparse duplicate blocks.In addition,there are many overlapped deltas in the resemblance detection process of post-deduplication delta compression,which hinders the efficiency of delta compression and the index phase of resemblance detection inquires abundant non-similar blocks,resulting in inefficient system throughput.Therefore,a multi-feature-based redundancy elimination scheme,called MFRE,is proposed to solve these problems.The similarity feature and temporal locality feature are excavated to assist redundancy elimination where the similarity feature well expresses the duplicate attribute.Then,similarity-based dynamic post-deduplication delta compression and temporal locality-based dynamic delta compression discover more similar base blocks to minimise overlapped deltas and improve compression ratios.Moreover,the clustering method based on block-relationship and the feature index strategy based on bloom filters reduce IO overheads and improve system throughput.Experiments demonstrate that the proposed method,compared to the state-of-the-art method,improves the compression ratio and system throughput by 9.68%and 50%,respectively. 展开更多
关键词 big data cloud computing compression data compression medical applications performance evaluation
下载PDF
An Enhanced GAN for Image Generation
3
作者 Chunwei Tian Haoyang Gao +1 位作者 Pengwei Wang bob zhang 《Computers, Materials & Continua》 SCIE EI 2024年第7期105-118,共14页
Generative adversarial networks(GANs)with gaming abilities have been widely applied in image generation.However,gamistic generators and discriminators may reduce the robustness of the obtained GANs in image generation... Generative adversarial networks(GANs)with gaming abilities have been widely applied in image generation.However,gamistic generators and discriminators may reduce the robustness of the obtained GANs in image generation under varying scenes.Enhancing the relation of hierarchical information in a generation network and enlarging differences of different network architectures can facilitate more structural information to improve the generation effect for image generation.In this paper,we propose an enhanced GAN via improving a generator for image generation(EIGGAN).EIGGAN applies a spatial attention to a generator to extract salient information to enhance the truthfulness of the generated images.Taking into relation the context account,parallel residual operations are fused into a generation network to extract more structural information from the different layers.Finally,a mixed loss function in a GAN is exploited to make a tradeoff between speed and accuracy to generate more realistic images.Experimental results show that the proposed method is superior to popular methods,i.e.,Wasserstein GAN with gradient penalty(WGAN-GP)in terms of many indexes,i.e.,Frechet Inception Distance,Learned Perceptual Image Patch Similarity,Multi-Scale Structural Similarity Index Measure,Kernel Inception Distance,Number of Statistically-Different Bins,Inception Score and some visual images for image generation. 展开更多
关键词 Generative adversarial networks spatial attention mixed loss image generation
下载PDF
Sparse representation scheme with enhanced medium pixel intensity for face recognition
4
作者 Xuexue zhang Yongjun zhang +3 位作者 Zewei Wang Wei Long Weihao Gao bob zhang 《CAAI Transactions on Intelligence Technology》 SCIE EI 2024年第1期116-127,共12页
Sparse representation is an effective data classification algorithm that depends on the known training samples to categorise the test sample.It has been widely used in various image classification tasks.Sparseness in ... Sparse representation is an effective data classification algorithm that depends on the known training samples to categorise the test sample.It has been widely used in various image classification tasks.Sparseness in sparse representation means that only a few of instances selected from all training samples can effectively convey the essential class-specific information of the test sample,which is very important for classification.For deformable images such as human faces,pixels at the same location of different images of the same subject usually have different intensities.Therefore,extracting features and correctly classifying such deformable objects is very hard.Moreover,the lighting,attitude and occlusion cause more difficulty.Considering the problems and challenges listed above,a novel image representation and classification algorithm is proposed.First,the authors’algorithm generates virtual samples by a non-linear variation method.This method can effectively extract the low-frequency information of space-domain features of the original image,which is very useful for representing deformable objects.The combination of the original and virtual samples is more beneficial to improve the clas-sification performance and robustness of the algorithm.Thereby,the authors’algorithm calculates the expression coefficients of the original and virtual samples separately using the sparse representation principle and obtains the final score by a designed efficient score fusion scheme.The weighting coefficients in the score fusion scheme are set entirely automatically.Finally,the algorithm classifies the samples based on the final scores.The experimental results show that our method performs better classification than conventional sparse representation algorithms. 展开更多
关键词 computer vision face recognition image classification image representation
下载PDF
Two-view attention-guided convolutional neural network for mammographic image classification 被引量:2
5
作者 Lilei Sun Jie Wen +4 位作者 Junqian Wang Yong Zhao bob zhang Jian Wu Yong Xu 《CAAI Transactions on Intelligence Technology》 SCIE EI 2023年第2期453-467,共15页
Deep learning has been widely used in the field of mammographic image classification owing to its superiority in automatic feature extraction.However,general deep learning models cannot achieve very satisfactory class... Deep learning has been widely used in the field of mammographic image classification owing to its superiority in automatic feature extraction.However,general deep learning models cannot achieve very satisfactory classification results on mammographic images because these models are not specifically designed for mammographic images and do not take the specific traits of these images into account.To exploit the essential discriminant information of mammographic images,we propose a novel classification method based on a convolutional neural network.Specifically,the proposed method designs two branches to extract the discriminative features from mammographic images from the mediolateral oblique and craniocaudal(CC)mammographic views.The features extracted from the two-view mammographic images contain complementary information that enables breast cancer to be more easily distinguished.Moreover,the attention block is introduced to capture the channel-wise information by adjusting the weight of each feature map,which is beneficial to emphasising the important features of mammographic images.Furthermore,we add a penalty term based on the fuzzy cluster algorithm to the cross-entropy function,which improves the generalisation ability of the classification model by maximising the interclass distance and minimising the intraclass distance of the samples.The experimental results on The Digital database for Screening Mammography INbreast and MIAS mammography databases illustrate that the proposed method achieves the best classification performance and is more robust than the compared state-ofthe-art classification methods. 展开更多
关键词 convolutional neural network deep learning medical image processing mammographic image
下载PDF
Application of improved virtual sample and sparse representation in face recognition 被引量:1
6
作者 Yongjun zhang Zewei Wang +4 位作者 Xuexue zhang Zhongwei Cui bob zhang Jinrong Cui Lamin LJanneh 《CAAI Transactions on Intelligence Technology》 SCIE EI 2023年第4期1391-1402,共12页
Sparse representation plays an important role in the research of face recognition.As a deformable sample classification task,face recognition is often used to test the performance of classification algorithms.In face ... Sparse representation plays an important role in the research of face recognition.As a deformable sample classification task,face recognition is often used to test the performance of classification algorithms.In face recognition,differences in expression,angle,posture,and lighting conditions have become key factors that affect recognition accuracy.Essentially,there may be significant differences between different image samples of the same face,which makes image classification very difficult.Therefore,how to build a robust virtual image representation becomes a vital issue.To solve the above problems,this paper proposes a novel image classification algorithm.First,to better retain the global features and contour information of the original sample,the algorithm uses an improved non‐linear image representation method to highlight the low‐intensity and high‐intensity pixels of the original training sample,thus generating a virtual sample.Second,by the principle of sparse representation,the linear expression coefficients of the original sample and the virtual sample can be calculated,respectively.After obtaining these two types of coefficients,calculate the distances between the original sample and the test sample and the distance between the virtual sample and the test sample.These two distances are converted into distance scores.Finally,a simple and effective weight fusion scheme is adopted to fuse the classification scores of the original image and the virtual image.The fused score will determine the final classification result.The experimental results show that the proposed method outperforms other typical sparse representation classification methods. 展开更多
关键词 REPRESENTATION SAMPLE IMAGE
下载PDF
An Isomerism Learning Model to Solve Time-Varying Problems Through Intelligent Collaboration
7
作者 Zhihao Hao Guancheng Wang +2 位作者 bob zhang Leyuan Fang Haisheng Li 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2023年第8期1772-1774,共3页
Dear Editor,This letter deals with a solution for time-varying problems using an intelligent computational(IC)algorithm driven by a novel decentralized machine learning approach called isomerism learning.In order to m... Dear Editor,This letter deals with a solution for time-varying problems using an intelligent computational(IC)algorithm driven by a novel decentralized machine learning approach called isomerism learning.In order to meet the challenges of the model’s privacy and security brought by traditional centralized learning models,a private permissioned blockchain is utilized to decentralize the model in order to achieve an effective coordination,thereby ensuring the credibility of the overall model without exposing the specific parameters and solution process. 展开更多
关键词 ISM thereby LETTER
下载PDF
An activated variable parameter gradient‐based neural network for time‐variant constrained quadratic programming and its applications
8
作者 Guancheng Wang Zhihao Hao +1 位作者 Haisheng Li bob zhang 《CAAI Transactions on Intelligence Technology》 SCIE EI 2023年第3期670-679,共10页
This study proposes a novel gradient‐based neural network model with an activated variable parameter,named as the activated variable parameter gradient‐based neural network(AVPGNN)model,to solve time‐varying constr... This study proposes a novel gradient‐based neural network model with an activated variable parameter,named as the activated variable parameter gradient‐based neural network(AVPGNN)model,to solve time‐varying constrained quadratic programming(TVCQP)problems.Compared with the existing models,the AVPGNN model has the following advantages:(1)avoids the matrix inverse,which can significantly reduce the computing complexity;(2)introduces the time‐derivative of the time‐varying param-eters in the TVCQP problem by adding an activated variable parameter,enabling the AVPGNN model to achieve a predictive calculation that achieves zero residual error in theory;(3)adopts the activation function to accelerate the convergence rate.To solve the TVCQP problem with the AVPGNN model,the TVCQP problem is transformed into a non‐linear equation with a non‐linear compensation problem function based on the Karush Kuhn Tucker conditions.Then,a variable parameter with an activation function is employed to design the AVPGNN model.The accuracy and convergence rate of the AVPGNN model are rigorously analysed in theory.Furthermore,numerical experiments are also executed to demonstrate the effectiveness and superiority of the proposed model.Moreover,to explore the feasibility of the AVPGNN model,appli-cations to the motion planning of a robotic manipulator and the portfolio selection of marketed securities are illustrated. 展开更多
关键词 computational intelligence mathematics computing optimisation
下载PDF
Background modeling methods in video analysis: A review and comparative evaluation 被引量:4
9
作者 Yong Xu Jixiang Dong +1 位作者 bob zhang Daoyun Xu 《CAAI Transactions on Intelligence Technology》 2016年第1期43-60,共18页
Foreground detection methods can be applied to efficiently distinguish foreground objects including moving or static objects from back- ground which is very important in the application of video analysis, especially v... Foreground detection methods can be applied to efficiently distinguish foreground objects including moving or static objects from back- ground which is very important in the application of video analysis, especially video surveillance. An excellent background model can obtain a good foreground detection results. A lot of background modeling methods had been proposed, but few comprehensive evaluations of them are available. These methods suffer from various challenges such as illumination changes and dynamic background. This paper first analyzed advantages and disadvantages of various background modeling methods in video analysis applications and then compared their performance in terms of quality and the computational cost. The Change detection.Net (CDnet2014) dataset and another video dataset with different envi- ronmental conditions (indoor, outdoor, snow) were used to test each method. The experimental results sufficiently demonstrated the strengths and drawbacks of traditional and recently proposed state-of-the-art background modeling methods. This work is helpful for both researchers and engineering practitioners. Codes of background modeling methods evaluated in this paper are available atwww.yongxu.org/lunwen.html. 展开更多
关键词 Background modeling Video analysis Comprehensive evaluation
下载PDF
Geometric-Spectral Reconstruction Learning for Multi-Source Open-Set Classification With Hyperspectral and LiDAR Data
10
作者 Leyuan Fang Dingshun Zhu +2 位作者 Jun Yue bob zhang Min He 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2022年第10期1892-1895,共4页
Dear editor,This letter presents an open-set classification method of remote sensing images(RSIs)based on geometric-spectral reconstruction learning.More specifically,in order to improve the ability of RSI classificat... Dear editor,This letter presents an open-set classification method of remote sensing images(RSIs)based on geometric-spectral reconstruction learning.More specifically,in order to improve the ability of RSI classification model to adapt to the open-set environment,an openset classification method based on geometric and spectral feature fusion is proposed. 展开更多
关键词 EDITOR LETTER OPEN
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部