Your conditions: 钱育蓉
  • 基于Transformer的多分支单图像去雨方法

    Subjects: Computer Science >> Integration Theory of Computer Science submitted time 2022-04-07 Cooperative journals: 《计算机应用研究》

    Abstract: Rain streaks can seriously degrade the quality of captured images and affect subsequent computer vision tasks. In order to improve the quality of rainy images, this paper proposed a single-image deraining algorithm based on Transformer. First, the algorithm obtains a wide range of receptive fields through the transformer with window mechanism, and then obtains the contextual information of rain streak features to improve the ability of the model to extract rain streak features; secondly, the algorithm extracts and fuses different kinds and levels of features through multi-branch modules to improve the model's ability to characterize complex rain streaks information; finally, this paper fuses the shallow features and deep features through residual connections to complete the missing details in the deep features, which enhances the expression ability of the network. The experimental results on the public datasets Rain100L, Rain100H and the private dataset Rain3000 show that the method is more effective in removing rain streaks compared to existing algorithms while better recovering the lost background texture information in the images. PSNR and SSIM have respectively reached 38.33/0.9855, 28.42/0.9000 and 34.51/0.9643.

  • 基于TransE的表示学习方法研究综述

    Subjects: Computer Science >> Integration Theory of Computer Science submitted time 2020-09-28 Cooperative journals: 《计算机应用研究》

    Abstract: In order to understand the latest research progress of TransE based representation learning methods in real time, this paper classifies TransE based representation learning methods into four types: the method based on complex relationship, the method based on relationship path, the method based on image information, and the method based on other aspects. Then, this paper analyzes the design ideas, advantages and disadvantages of each method. At the same time, it compares and summarizes the common data sets and evaluation indexes of the TransE based representation learning method, as well as the performance of various TransE based representation learning algorithms in the experiment. Finally, this paper summarizes the research of the whole paper and looks forward to the future research hotspot. From the research results, PaSKoGE method, NTransGH method, TCE method and TransD method perform the best in link prediction and triple classification tasks, which are worth promoting and further expanding, and can be further improved in path specific embedding, two-layer neural network, triple context and dynamic mapping matrix construction.

  • 基于深度学习的单图像超分辨率重建研究综述

    Subjects: Computer Science >> Integration Theory of Computer Science submitted time 2019-01-03 Cooperative journals: 《计算机应用研究》

    Abstract: In order to understand the development of single image super-resolution reconstruction (SISR) based on deep learning and grasp the hotspots and directions of the current research, this paper combs the existing model of single image super-resolution reconstruction based on deep learning. Firstly, the paper introduces the related deep learning algorithm, these models based on deep learning and their evaluation index. In addition, it compares the performance of existing models through experiments, which aims to understand the advantages of single-image super-resolution reconstruction model based on deep learning. Finally, the paper summarizes the key issues of single-image super-resolution reconstruction, and prospects the future development trends.

  • Spark环境下K-means初始中心点优化研究综述

    Subjects: Computer Science >> Integration Theory of Computer Science submitted time 2019-01-03 Cooperative journals: 《计算机应用研究》

    Abstract: In order to understand the latest research progress of the classical clustering algorithm K-means in Spark environment, and grasp the current research hotspots and directions of K-means algorithm, this paper reviews the initial center point optimization research on K-means algorithm. Firstly, it introduces the memory computing framework Spark and K-means algorithms, and analyzes the cause and effects of clustering instability of K-means algorithm, which aimed to point out the importance of optimizing K-means algorithm. And it introduces the main methods and the latest research status of optimizing the initial center point of K-means in Spark environment in detail, and also discusses the future research trends in initial center point optimization of K-means.