Posts
May, 5
GPU acceleration for statistical gene classification
The use of Bioinformatic tools in routine clinical diagnostics is still facing a number of issues. The more complex and advanced bioinformatic tools become, the more performance is required by the computing platforms. Unfortunately, the cost of parallel computing platforms is usually prohibitive for both public and small private medical practices. This paper presents a […]
May, 5
GPU-based non-parametric background subtraction for a practical surveillance system
In this paper we present a background subtraction algorithm for a practical surveillance system, on a GPU. It utilizes a compressed non-parametric representation of the history of each pixel, using YCbCr color space, not requiring an offline training period. Although it can be parametrized to cope successfully with moving background, we rather focus on fulfilling […]
May, 5
AES Encryption Algorithm Based on the High Performance Computing of GPU
The encrypting time of traditional AES algorithm is too long to meet the need of fast encryption. For this point, the high-performance computing capability of Graphic Processing Unit has become the hot issue of research. This paper proposes that AES algorithm is improved by use of GPU’s high performance computing capability and compared with that […]
May, 4
Offset, Bisector and Medial Axis Construction on NURBS Surface Based on GPU
Operation such as offset, bisector and Medial Axis(MA) construction on NURBS surface is an important issue in the CAD/CAM application. One of the most difficulty problems in the computation of offset curve, offset MA and bisector construction is a directly subsequent removal of self-intersection loop. Many literatures have been reported by different technology such as […]
May, 4
GPU-accelerated method for real-time shadow generation
A shadow generation method using GPU features is presented. It is based on shadow volumes and it use z-fail to get the real-time shadow. It can ease the contradiction between improving the accuracy of image and limited memory space. It use OpenGL to program for verification. The result is that it use less time and […]
May, 4
Design and evaluation of a parallel k-nearest neighbor algorithm on CUDA-enabled GPU
Recent developments in Graphics Processing Units (GPUs) have enabled inexpensive high performance computing for general-purpose applications. Due to GPU’s tremendous computing capability, it has emerged as the co-processor of CPU to achieve a high overall throughput. CUDA programming model provides the programmers adequate C language like APIs to better exploit the parallel power of the […]
May, 4
A 57mW embedded mixed-mode neuro-fuzzy accelerator for intelligent multi-core processor
Artificial intelligence (Al) functions are becoming important in smartphones, portable game consoles, and robots for such intelligent applications as object detection, recognition, and human-computer interfaces (HCI). Most of these functions are realized in software with neural networks (NN) and fuzzy systems (FS), but due to power and speed limitations, a hardware solution is needed. For […]
May, 4
Accelerated polyhedral visual hulls using OpenCL
We present a method for reconstruction of the visual hull (VH) of an object in real-time from multiple video streams. A state of the art polyhedral reconstruction algorithm is accelerated by implementing it for parallel execution on a multi-core graphics processor (GPU). The time taken to reconstruct the VH is measured for both the accelerated […]
May, 4
Accelerating floating-point fitness functions in evolutionary algorithms: a FPGA-CPU-GPU performance comparison
Many large combinatorial optimization problems tackled with evolutionary algorithms often require very high computational times, usually due to the fitness evaluation. This fact forces programmers to use clusters of computers, a computational solution very useful for running applications of intensive calculus but having a high acquisition price and operation cost, mainly due to the Central […]
May, 4
Parallel AES algorithm for fast Data Encryption on GPU
With the improvement of cryptanalysis, More and more applications are starting to use Advanced Encryption Standard (AES) instead of Data Encryption Standard (DES) to protect their information security. However, current implementations of AES algorithm suffer from huge CPU resource consumption and low throughput. In this paper, we studied the technologies of GPU parallel computing and […]
May, 4
High performance predictable histogramming on GPUs: exploring and evaluating algorithm trade-offs
Graphics Processing Units (GPUs) are suitable for highly data parallel algorithms such as image processing, due to their massive parallel processing power. Many image processing applications use the histogramming algorithm, which fills a set of bins according to the frequency of occurrence of pixel values taken from an input image. Histogramming has been mapped on […]
May, 4
Efficient Parallel Intra-prediction Mode Selection Scheme for 4×4 Blocks in H.264
An intra-prediction mode with 4×4 block and 16×16 block sizes for luma component and 8×8 block size for chroma component is used in H.264 to improve the rate-distortion performance. However, the computational complexity of H.264 encoder is drastically increased due to the various intraprediction modes. Recently efficient hardware architectures were proposed for the fast execution […]