Aiming to solve the bottleneck problem of electromagnetic scattering simulation in the scenes of extremely large-scale seas and ships,a high-frequency method by using graphics processing unit(GPU)parallel acceleration...Aiming to solve the bottleneck problem of electromagnetic scattering simulation in the scenes of extremely large-scale seas and ships,a high-frequency method by using graphics processing unit(GPU)parallel acceleration technique is proposed.For the implementation of different electromagnetic methods of physical optics(PO),shooting and bouncing ray(SBR),and physical theory of diffraction(PTD),a parallel computing scheme based on the CPU-GPU parallel computing scheme is realized to balance computing tasks.Finally,a multi-GPU framework is further proposed to solve the computational difficulty caused by the massive number of ray tubes in the ray tracing process.By using the established simulation platform,signals of ships at different seas are simulated and their images are achieved as well.It is shown that the higher sea states degrade the averaged peak signal-to-noise ratio(PSNR)of radar image.展开更多
In recent years, the widespread adoption of parallel computing, especially in multi-core processors and high-performance computing environments, ushered in a new era of efficiency and speed. This trend was particularl...In recent years, the widespread adoption of parallel computing, especially in multi-core processors and high-performance computing environments, ushered in a new era of efficiency and speed. This trend was particularly noteworthy in the field of image processing, which witnessed significant advancements. This parallel computing project explored the field of parallel image processing, with a focus on the grayscale conversion of colorful images. Our approach involved integrating OpenMP into our framework for parallelization to execute a critical image processing task: grayscale conversion. By using OpenMP, we strategically enhanced the overall performance of the conversion process by distributing the workload across multiple threads. The primary objectives of our project revolved around optimizing computation time and improving overall efficiency, particularly in the task of grayscale conversion of colorful images. Utilizing OpenMP for concurrent processing across multiple cores significantly reduced execution times through the effective distribution of tasks among these cores. The speedup values for various image sizes highlighted the efficacy of parallel processing, especially for large images. However, a detailed examination revealed a potential decline in parallelization efficiency with an increasing number of cores. This underscored the importance of a carefully optimized parallelization strategy, considering factors like load balancing and minimizing communication overhead. Despite challenges, the overall scalability and efficiency achieved with parallel image processing underscored OpenMP’s effectiveness in accelerating image manipulation tasks.展开更多
This article investigates the dynamic relationship between technology and AI(artificial intelligence)and the role that societal requirements play in pushing AI research and adoption.Technology has advanced dramaticall...This article investigates the dynamic relationship between technology and AI(artificial intelligence)and the role that societal requirements play in pushing AI research and adoption.Technology has advanced dramatically throughout the years,providing the groundwork for the rise of AI.AI systems have achieved incredible feats in various disciplines thanks to advancements in computer power,data availability,and complex algorithms.On the other hand,society’s needs for efficiency,enhanced healthcare,environmental sustainability,and personalized experiences have worked as powerful accelerators for AI’s progress.This article digs into how technology empowers AI and how societal needs dictate its progress,emphasizing their symbiotic relationship.The findings underline the significance of responsible AI research,which considers both technological prowess and ethical issues,to ensure that AI continues to serve the greater good.展开更多
With the development of image processing technology and computer, computer vision technology has been widely used in the production of agriculture,and has made many important achievements. This paper reviews its-resea...With the development of image processing technology and computer, computer vision technology has been widely used in the production of agriculture,and has made many important achievements. This paper reviews its-research progress on diagnosis of agricultural products, water diagnosis, weed identification,product quality testing and grading, agricultural picking and sorting and other as- pects, and finally put forward its existing problems and prospects for the future.展开更多
The concept and advantage of reconfigurable technology is introduced. A kind of processor architecture of re configurable macro processor (RMP) model based on FPGA array and DSP is put forward and has been implemented...The concept and advantage of reconfigurable technology is introduced. A kind of processor architecture of re configurable macro processor (RMP) model based on FPGA array and DSP is put forward and has been implemented. Two image algorithms are developed: template-based automatic target recognition and zone labeling. One is estimating for motion direction in the infrared image background, another is line picking-up algorithm based on image zone labeling and phase grouping technique. It is a kind of 'hardware' function that can be called by the DSP in high-level algorithm. It is also a kind of hardware algorithm of the DSP. The results of experiments show the reconfigurable computing technology based on RMP is an ideal accelerating means to deal with the high-speed image processing tasks. High real time performance is obtained in our two applications on RMP.展开更多
This paper presents an improved approach for detecting copy-move forgery based on singular value decomposition(SVD).It is a block-based method where the image is scanned from left to right and top to down by a sliding...This paper presents an improved approach for detecting copy-move forgery based on singular value decomposition(SVD).It is a block-based method where the image is scanned from left to right and top to down by a sliding window with a determined size.At each step,the SVD is determined.First,the diagonal matrix’s maximum value(norm)is selected(representing the scaling factor for SVD and a fixed value for each set of matrix elements even when rotating thematrix or scaled).Then,the similar norms are grouped,and each leading group is separated into many subgroups(elements of each subgroup are neighbors)according to 8-adjacency(the subgroups for each leading group must be far from others by a specific distance).After that,a weight is assigned for each subgroup to classify the image as forgery or not.Finally,the F1 score of the proposed system is measured,reaching 99.1%.This approach is robust against rotation,scaling,noisy images,and illumination variation.It is compared with other similarmethods and presents very promised results.展开更多
This paper introduces the characteristics of Computed Tomography (CT) technology and reviews its history, current situation, representative achievements, and use of using CT technology on frozen soil study, includin...This paper introduces the characteristics of Computed Tomography (CT) technology and reviews its history, current situation, representative achievements, and use of using CT technology on frozen soil study, including auxiliary equipment specially de- signed for frozen soil studies. CT numbers are used to analyze frozen soil internal structure change, defining and exploring dam- age evolution, and use of CT images on observing soil mesostructure. Finally, this paper presents existing problems confronted by using CT in frozen soil studies, possible solutions and challenges, among which, we introduce high quality CT image processing for frozen soils, and relations between CT number change and each component change on frozen soil samples within the region of interest. It is shown that present CT technology is one of the most ideal and effective technology to study frozen soil mesostructure using non-desmactive testing. CT technology will play a key role in the study and development in the field of frozen soil by means of auxiliary equipment and the digital imaging processing.展开更多
Mutual information (MI)-based image registration is effective in registering medical images, but it is computationally expensive. This paper accelerates MI-based image registration by dividing computation of mutual ...Mutual information (MI)-based image registration is effective in registering medical images, but it is computationally expensive. This paper accelerates MI-based image registration by dividing computation of mutual information into spatial transformation and histogram-based calculation, and performing 3D spatial transformation and trilinear interpolation on graphic processing unit (GPU). The 3D floating image is downloaded to GPU as flat 3D texture, and then fetched and interpolated for each new voxel location in fragment shader. The transformed resuits are rendered to textures by using frame buffer object (FBO) extension, and then read to the main memory used for the remaining computation on CPU. Experimental results show that GPU-accelerated method can achieve speedup about an order of magnitude with better registration result compared with the software implementation on a single-core CPU.展开更多
基金supported by the Opening Foundation of the Agile and Intelligence Computing Key Laboratory of Sichuan Province under Grant No.H23004the Chengdu Municipal Science and Technology Bureau Technological Innovation R&D Project(Key Project)under Grant No.2024-YF08-00106-GX.
文摘Aiming to solve the bottleneck problem of electromagnetic scattering simulation in the scenes of extremely large-scale seas and ships,a high-frequency method by using graphics processing unit(GPU)parallel acceleration technique is proposed.For the implementation of different electromagnetic methods of physical optics(PO),shooting and bouncing ray(SBR),and physical theory of diffraction(PTD),a parallel computing scheme based on the CPU-GPU parallel computing scheme is realized to balance computing tasks.Finally,a multi-GPU framework is further proposed to solve the computational difficulty caused by the massive number of ray tubes in the ray tracing process.By using the established simulation platform,signals of ships at different seas are simulated and their images are achieved as well.It is shown that the higher sea states degrade the averaged peak signal-to-noise ratio(PSNR)of radar image.
文摘In recent years, the widespread adoption of parallel computing, especially in multi-core processors and high-performance computing environments, ushered in a new era of efficiency and speed. This trend was particularly noteworthy in the field of image processing, which witnessed significant advancements. This parallel computing project explored the field of parallel image processing, with a focus on the grayscale conversion of colorful images. Our approach involved integrating OpenMP into our framework for parallelization to execute a critical image processing task: grayscale conversion. By using OpenMP, we strategically enhanced the overall performance of the conversion process by distributing the workload across multiple threads. The primary objectives of our project revolved around optimizing computation time and improving overall efficiency, particularly in the task of grayscale conversion of colorful images. Utilizing OpenMP for concurrent processing across multiple cores significantly reduced execution times through the effective distribution of tasks among these cores. The speedup values for various image sizes highlighted the efficacy of parallel processing, especially for large images. However, a detailed examination revealed a potential decline in parallelization efficiency with an increasing number of cores. This underscored the importance of a carefully optimized parallelization strategy, considering factors like load balancing and minimizing communication overhead. Despite challenges, the overall scalability and efficiency achieved with parallel image processing underscored OpenMP’s effectiveness in accelerating image manipulation tasks.
文摘This article investigates the dynamic relationship between technology and AI(artificial intelligence)and the role that societal requirements play in pushing AI research and adoption.Technology has advanced dramatically throughout the years,providing the groundwork for the rise of AI.AI systems have achieved incredible feats in various disciplines thanks to advancements in computer power,data availability,and complex algorithms.On the other hand,society’s needs for efficiency,enhanced healthcare,environmental sustainability,and personalized experiences have worked as powerful accelerators for AI’s progress.This article digs into how technology empowers AI and how societal needs dictate its progress,emphasizing their symbiotic relationship.The findings underline the significance of responsible AI research,which considers both technological prowess and ethical issues,to ensure that AI continues to serve the greater good.
文摘With the development of image processing technology and computer, computer vision technology has been widely used in the production of agriculture,and has made many important achievements. This paper reviews its-research progress on diagnosis of agricultural products, water diagnosis, weed identification,product quality testing and grading, agricultural picking and sorting and other as- pects, and finally put forward its existing problems and prospects for the future.
文摘The concept and advantage of reconfigurable technology is introduced. A kind of processor architecture of re configurable macro processor (RMP) model based on FPGA array and DSP is put forward and has been implemented. Two image algorithms are developed: template-based automatic target recognition and zone labeling. One is estimating for motion direction in the infrared image background, another is line picking-up algorithm based on image zone labeling and phase grouping technique. It is a kind of 'hardware' function that can be called by the DSP in high-level algorithm. It is also a kind of hardware algorithm of the DSP. The results of experiments show the reconfigurable computing technology based on RMP is an ideal accelerating means to deal with the high-speed image processing tasks. High real time performance is obtained in our two applications on RMP.
文摘This paper presents an improved approach for detecting copy-move forgery based on singular value decomposition(SVD).It is a block-based method where the image is scanned from left to right and top to down by a sliding window with a determined size.At each step,the SVD is determined.First,the diagonal matrix’s maximum value(norm)is selected(representing the scaling factor for SVD and a fixed value for each set of matrix elements even when rotating thematrix or scaled).Then,the similar norms are grouped,and each leading group is separated into many subgroups(elements of each subgroup are neighbors)according to 8-adjacency(the subgroups for each leading group must be far from others by a specific distance).After that,a weight is assigned for each subgroup to classify the image as forgery or not.Finally,the F1 score of the proposed system is measured,reaching 99.1%.This approach is robust against rotation,scaling,noisy images,and illumination variation.It is compared with other similarmethods and presents very promised results.
基金financially supported by the National Natural Science Foundation of China(Nos.4102300340971046+3 种基金41201181)the Foundation of State Key Laboratory of Frozen Soil Engineering(No.Y252J81001)the Youth Foundation of Cold and Arid Regions Environmental Engineering Research InstituteChinese Academy of Sciences(No.51Y251B91)
文摘This paper introduces the characteristics of Computed Tomography (CT) technology and reviews its history, current situation, representative achievements, and use of using CT technology on frozen soil study, including auxiliary equipment specially de- signed for frozen soil studies. CT numbers are used to analyze frozen soil internal structure change, defining and exploring dam- age evolution, and use of CT images on observing soil mesostructure. Finally, this paper presents existing problems confronted by using CT in frozen soil studies, possible solutions and challenges, among which, we introduce high quality CT image processing for frozen soils, and relations between CT number change and each component change on frozen soil samples within the region of interest. It is shown that present CT technology is one of the most ideal and effective technology to study frozen soil mesostructure using non-desmactive testing. CT technology will play a key role in the study and development in the field of frozen soil by means of auxiliary equipment and the digital imaging processing.
基金Supported by National High Technology Research and Development Program("863"Program)of China(No.863-306-ZD13-03-06)
文摘Mutual information (MI)-based image registration is effective in registering medical images, but it is computationally expensive. This paper accelerates MI-based image registration by dividing computation of mutual information into spatial transformation and histogram-based calculation, and performing 3D spatial transformation and trilinear interpolation on graphic processing unit (GPU). The 3D floating image is downloaded to GPU as flat 3D texture, and then fetched and interpolated for each new voxel location in fragment shader. The transformed resuits are rendered to textures by using frame buffer object (FBO) extension, and then read to the main memory used for the remaining computation on CPU. Experimental results show that GPU-accelerated method can achieve speedup about an order of magnitude with better registration result compared with the software implementation on a single-core CPU.