Improved Image Super-Resolution by Support Vector Regression

Size: px
Start display at page:

Download "Improved Image Super-Resolution by Support Vector Regression"

Transcription

1 Proceedings of International Joint Conference on Neural Networks, San Jose, California, USA, July 3 August 5, 0 Imroved Image Suer-Resolution by Suort Vector Regression Le An and Bir Bhanu Abstract Suort Vector Machine (SVM) can construct a hyerlane in a high or infinite dimensional sace which can be used for classification. Its regression version, Suort Vector Regression (SVR) has been used in various image rocessing tasks. In this aer, we develo an image suer-resolution algorithm based on SVR. Exeriments demonstrated that our roosed method with limited training samles outerforms some of the state-of-the-art aroaches and during the suerresolution rocess the model learned by SVR is robust to reconstruct edges and fine details in various testing images. W I. INTRODUCTION ith the wide sread alication of video cameras, surveillance systems and hand-held devices that are equied with moderate image sensors, it is desirable to generate images or video streams with high quality while not increasing the cost of the hardware. The imaging rocess of these sensors can be modeled by I = DHI + n () LR HR where I HR is the high-resolution image that undergoes blurring (H) and downscaling (D) rocedures with additive noise n. The outut is a low-resolution image I that we often observe. Normally the noise n is assumed to be white Gaussian noise. Fig. illustrates this rocess. Often during this rocess, the details of the image (high-frequency comonent) are lost. The urose of image suer-resolution (SR) is to reverse this rocess to recover the high-resolution (HR) image from the low-resolution (LR) observations. SR has other names such as image scaling, image interolation and enlargement. Note that SR is generally an ill-osed roblem due to insufficient rior information about the contents of the HR images (i.e. by downscaling a HR image, the ossible LR image is not unique). Insired by the ioneer work of Tsai and Huang [], there has been extensive work in image and video SR. There are different aroaches for image SR. The first tye of SR algorithms requires multile LR images from the same scene (i.e., consecutive frames taken from a video stream) as inut, L. An is with the Center for Research in Intelligent Systems, Electrical Engineering Deartment, University of California at Riverside, Riverside CA 95 USA ( lan004@ucr.edu). B. Bhanu is with the Center for Research in Intelligent Systems, Electrical Engineering Deartment, University of California at Riverside, Riverside CA 95 USA ( bhanu@cris.ucr.edu). LR then all of those images are registered and fused to generate suer-resolved images based on the assumtion that each LR image contains relevant yet slightly different information that can contribute to the HR reconstruction. Another tye of SR algorithms is single image based interolation. The well-known techniques such as bicubic interolation [] are easy to imlement and fast in rocessing. However, interolation often gives over smooth results due to its incaability to reconstruct the highfrequency comonents of the desired HR image. This could be solved by exloiting the natural image riors such as local structure gradient rofile riors [3]. The disadvantage for this kind of aroaches is that the heuristics about natural images are made, which would not always be valid and for images with fine textures the reconstructed HR image may have the water-color like artifacts. (c) Fig.. Imaging rocess from high-resolution image to low-resolution observation. The original image. Blurred image. (c) Downscaled lowresolution image. (d) Low-resolution image corruted by noise. Recently learning based aroaches have been roosed for image SR [4] [5] [6]. In [4] an examle based learning algorithm is roosed by redicting the HR images from LR images via a Markov Random Field (MRF) model that is comuted by belief roagation. In [5] suort vector regression (SVR) is alied to single image suer-resolution in Discrete Cosine Transform (DCT) domain. In [6], the SVR is alied to find the maing between the LR images and the HR images in the satial domain. In our aroach, the SR is also formulated as a regression roblem which is solved by SVR in the satial domain. However, there are (d) //$ IEEE 696

2 distinctions between our aroach and the aroach in [6]. First, in our aroach we do not aim at estimating the highfrequency comonent of the LR image to be suer-resolved. Instead, the rediction of our algorithm is the ixel value itself. Second, the feature vectors that we choose not only contain the ixel values from a neighborhood but also the local gradient information. Third, the neighboring ixel values are assigned with different weights because they do not contribute equally to generate the outut ixel in the suer-resolved image. Furthermore, in the training rocess we use images of small sizes only to form a relatively small training dataset for efficiency consideration. The exeriments show that even with a small training set our method can still generate visually leasing results. The rest of the aer is organized as follows: The suort vector regression is briefly reviewed in section II. Section III introduces the roosed algorithm for image suerresolution. Section IV shows the exerimental results and gives analysis and comarison to other SR algorithms. Finally, Section V concludes the aer. II. SUPPORT VECTOR REGRESSION Suose we have a training set {( x, )} n y where x = is the feature vector and y is the corresonding observation. Traditional linear regression which seeks a linear function f ( x) =< w, x > + b ( <, > denotes the dot roduct) that minimizes the mean square error is often not caable of searating the nonlinearly distributed inut data while on the other hand by using a transformation function φ ( x), the data is maed into a higher dimensional feature sace in which the data becomes searable. The nonlinear SVR solves the following otimization roblem: n * min w + C ( ) * ξ + ξ () w, b, ξ, ξ = yi ( < w, φ( x ) > + b) ε + ξ, * subect to ( < w, φ( x ) > + b) yi ε + ξ, * ξ, ξ 0, i =, Kn * where ξ and ξ are the slack variables, C is a constant and determines the trade-off between the flatness of the maing function and the amount u to which deviations larger than ε are tolerated. The model generated by SVR deends only on a subset of the training data since the cost function ignores the training data within the threshold of ε. The function k( x, x ) =< φ( x ), φ( x ) > is called the kernel q q function. A nice tutorial on SVR can be found in [7]. In our aroach, x comes from the initial estimation of the LR image and y is from the corresonding HR image. Then a model is learned by SVR. In the rediction rocess, the learned model will be alied to the inut LR image to generate a suer-resolved HR image. III. SUPER RESOLUTION ALGORITHM The algorithm consists of two rocesses: training and rediction, as shown in Fig.. Fig.. Training rocess. Prediction rocess. In the training rocess, we first blur the HR images and then downscale them by a factor of to create the LR images. An initial estimation of the HR image is carried out using bicubic interolation with an uscaling factor of on the generated LR image. For each ixel at location ( ) in the uscaled image, we take a local image atch of size m m centered at ( ). This image atch is then weighted by a matrix of the same size. This matrix is constructed from a -D Gaussian distribution that assigns largest weight to the ixel at ( ) and smaller weight to the other ixels that are further away from the center ixel in the local atch. The weighted image atch is then converted to a row vector: x = vec( W ( R I )) (3) G BI where I is the bicubic interolated image and BI WG ( Ri, I BI ) is the weighted local image atch taken at ( ) by the atch extraction oerator R. Function vec reshaes the matrix into a row vector x of length m. The gradient of the bicubic interolated image is calculated in both horizontal and vertical direction at each ixel. gh ( ) = (( I + I ) + ( Ii+, + Ii+, )) (4) gv ( ) = (( Ii+, I ) + ( Ii+, + I + )) I is the ixel value at ( ). The horizontal gradient magnitude g ( ) and the vertical gradient magnitude h gv ( ) are concatenated to the row vector x. For each ixel in the initially interolated image at ( ), xi, is now a m + dimensional feature vector. The corresonding observation y is the ixel value at osition ( ) in the HR image. We suly SVR with all the feature 697

3 vectors constructed from the training dataset and their corresonding observations. The generated model is then saved for the future use. In the rediction rocess, we first uscale the testing LR image also using bicubic interolation by the same factor of. For each ixel in the interolated image, the local image atch of the same size is taken and the image gradient in two directions is calculated to get the features vectors in the same manner as we do in the training rocess. Now the outut image z is constructed. The last ste is to correct the mean of z since the mean of the uscaled image should be reserved to be the same as that of the inut LR image due to the unchanged image structures and contents in the uscaling rocess. The ixel value of the final outut at ( ) is: mlr z$ = z (5) m where z mlr z is the mean ixel value of the LR image and m is the mean ixel value of z. A. Exerimental setu IV. EXPERIMENTS For the imlementation of SVR we use LibSVM [8]. We choose Gaussian function as the kernel function. The arameters in the SVR are selected by cross-validation ( C = 36, ε = and the standard deviationσ = in the Gaussian kernel function). The downscaling factor for the HR images and the corresonding uscaling factor for the LR images are both. For both training and testing we only consider the luminance comonent of the images. get the LR images for training. The LR images we used in training are of size while for the testing urose the inut LR images are of size 8 8. The HR images of size as the ground truth are used to later evaluate the erformance quantitatively. The size of the image atch we use to get feature vectors is 5 5.We do not add noise deliberately to the LR images because in reality for the case of image SR, the inut LR image is not necessarily corruted by noise and even if it is the case, a re-rocessing with a robust image denoising algorithm can effectively remove the noise [0]. Both eak signal-to-noise ratio (PSNR) and structural similarity (SSIM) [] are used to measure the quality of the suer-resolved images comared to original HR images. PSNR between two images of size M N is calculated by PSNR = 0log M N i= = 0 M N i= = 55 ( x( ) y( )) where 55 is the maximum ossible gray ixel intensity value, x( ) and y( ) are the ixel values at the same location (, ) i from image x and y. SSIM is designed to better match the human ercetion comared to PSNR, which sometimes is inconsistent with the visual observation []. SSIM is defined as: ( µ xµ y + c)( σ xy + c) SSIM = (7) ( µ + µ + c )( σ + σ + c ) x y x y where x and y are the two images to be comared, µ and σ are resectively the average and variance of the ixel values of the images x or y. σ xy is the covariance of x and y. The value of SSIM is a scalar less than or equal to and means the two images in comarison are exactly the same. (6) Fig. 3. Images for training. From left to right and to to bottom: Lena, Peers, Man, Lake, Truck and Car. We use 6 images for training and 9 images for testing. All the images used in the training and testing rocesses are originally taken from the USC-SIPI Image Database [9]. The HR images we used in the training set are all of size 8 8. The LR images are blurred by a 3 3 uniform oint sread function (PSF) and then downscaled in order to Fig. 4. Images for testing. From left to right and to to bottom: Cameraman, Clock, Tree, Elaine, Synthetic, House, Boat, Girl and Mandrill. 698

4 B. Results First we validate our choice of feature selection (ixel intensity values and gradient magnitude) by comaring the result of the roosed method to the outut of SVR with feature vectors that only contain the ixel values as similarly roosed in [6]. Fig. 5 gives an illustrative comarison from a test image. TABLE I PSNR COMPARISON Image BI[] SC[] KR[3] Proosed Cameraman Clock Tree Elaine Synthetic House Boat Girl Mandrill TABLE II SSIM COMPARISON Image BI[] SC[] KR[3] Proosed Cameraman Clock Tree Elaine Synthetic House Boat Girl Mandrill (c) Fig. 5. Result by roosed method. Result by SVR without gradient information. (c) Magnified art from. (d) Magnified art from. It can be seen that by adding image gradient information to the feature vectors, the model learnt by SVR is caable of reconstructing edges and fine details from LR images. We comare the roosed suer-resolution algorithm with state-of-the-art methods including sarse coding [] and kernel regression (KR) [3] with the imlementations rovided by the authors of [] and [3]. Also results by bicubic interolation (BI) [] are rovided as reference. We do not comare our results to [6] directly since without knowing the arameter settings in their SVR training we are not able to roduce results with their algorithm exactly. However as indicated by Fig. 5 the roosed algorithm is better at handling details and edges. Table I and II show the PSNR and SSIM results for the test images. As shown, our method outerforms the other methods with resect to both PSNR and SSIM. Note that the reference methods are secifically designed for single image suer-resolution. We also show some results in Fig. 6. It is suggested to view the results on your comuter. By visual insection, our method roduces shar images. While sarse coding [] is good at reserving highfrequency details, the generated images suffer from noticeable artifacts esecially along the edges and image boundaries. Bicubic interolation [] and kernel regression (d) [3] roduce oututs without many high-frequency comonents. Kernel regression generates ghost artifacts, for examle on the uer triod in Cameraman. The model learned by SVR in our method is able to generate fine details and shar edges which lead to better visual quality. Both obective evaluation (by PSNR and SSIM) and subective evaluation confirm the advantages of our method. V. CONCLUSIONS In this aer, an algorithm for single image suerresolution based on suort vector regression is roosed. By combining the ixel intensity values with local gradient information, the learned model by SVR from low-resolution image to high-resolution image is useful and robust for image suer-resolution. We conducted the exeriments on different tyes of images and the results are romising. Furthermore, the size of the training set is limited which makes the training relatively fast while still achieving good results. By comaring our method to the revious works, we find out that our method is able to roduce better suerresolved images than state-of-the-art aroaches. We believe that by selecting more informative features besides ixel intensity and gradient, the result can be further imroved. By adoting a larger and more comrehensive image dataset for training, the generated model would yield better results for image suer resolution. REFERENCES [] R. Tsa T. Huang, Multi-frame image restoration and registration, Advances in Comuter Vision and Image Processing, vol., no., JAI Press Inc., Greenwich, CT, 984, [] R. Keys, Cubic convolution interolation for digital image rocessing, IEEE Transactions on Acoustics, Seech and Signal Processing, vol. 9, no. 6, ,

5 Fig. 6. From to to bottom: Original HR images, results by bicubic interolation [], results by SC [], results by KR [3], results by the roosed method. [3] [4] [5] [6] [7] J. Sun, Z. Xu, and H.-Y. Shum, Image suer-resolution using gradient rofile rior, In Proc. of the IEEE International Conference on Comuter Vision and Pattern Recognition,. -8, 008. W. T. Freeman, E. C. Pasztor, and O. T. Carmichael, Learning lowlevel vision, International Journal of Comuter Vision, 40 (),. 5-47, 000. K. N S. Kumar, N. Vasconcelos, and T. Q. Nguyen, "Single image suerresolution based on suort vector regression", In Proc. of the IEEE International Conference on Acoustics, Seech and Signal Processing, , 006. D. L S. Simske, and R. Mersereau, Single image suer-resolution based on suort vector regression, In Proc. of International Joint Conferences on Neural Networks, , 007. A. J. Smola, and B. Schölkof, A tutorial on suort vector regression, Statistics and Comuting 4,. 99, 004. [8] [9] [0] [] [] [3] C. -C. Chang, and C. -J. Lin, LIBSVM: a library for suort vector machines, 00. Software available at: htt:// Available at: htt://sii.usc.edu/database/ A. Baudes, B. Coll, and J. M. Morel, A non-local algorithm for image denoising, In Proc. of the IEEE International Conference on Comuter Vision and Pattern Recognition, , vol., 005. Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncell Image quality assessment: From error visibility to structural similarity, IEEE Transactions on Image Processing, vol. 3, no. 4, , 004. J. Yang, J. Wright, T. Huang, and Y. Ma. Image Suer-resolution as Sarse Reresentation of Raw Image Patches, In Proc. of the IEEE International Conference on Comuter Vision and Pattern Recognition,. -8, 008. H. Takeda, S. Farsiu, and P. Milanfar, Kernel regression for image rocessing and reconstruction, IEEE Transactions on Image Processing, vol. 6, no. 4, ,

Interpolation Based Image Super Resolution by Support-Vector-Regression

Interpolation Based Image Super Resolution by Support-Vector-Regression Interpolation Based Image Super Resolution by Support-Vector-Regression Sowmya. M 1, Anand M.J 2 1 Final Year M.Tech Student, Department Of Electronics And Communication, PES College Of Engineering, Mandya,

More information

An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2

An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2 An Efficient Coding Method for Coding Region-of-Interest Locations in AVS2 Mingliang Chen 1, Weiyao Lin 1*, Xiaozhen Zheng 2 1 Deartment of Electronic Engineering, Shanghai Jiao Tong University, China

More information

Adaptive Reciprocal Cell based Sparse Representation for Satellite Image Restoration

Adaptive Reciprocal Cell based Sparse Representation for Satellite Image Restoration Vol.49 (SoftTech 04),.8-85 htt://dx.doi.org/0.457/astl.04.49.50 Adative Recirocal Cell based Sarse Reresentation for Satellite Image Restoration Yanfei He and Shunfeng Wang Deartment of Math and Statistic,

More information

Interactive Image Segmentation

Interactive Image Segmentation Interactive Image Segmentation Fahim Mannan (260 266 294) Abstract This reort resents the roject work done based on Boykov and Jolly s interactive grah cuts based N-D image segmentation algorithm([1]).

More information

Bayesian Oil Spill Segmentation of SAR Images via Graph Cuts 1

Bayesian Oil Spill Segmentation of SAR Images via Graph Cuts 1 Bayesian Oil Sill Segmentation of SAR Images via Grah Cuts 1 Sónia Pelizzari and José M. Bioucas-Dias Instituto de Telecomunicações, I.S.T., TULisbon,Lisboa, Portugal sonia@lx.it.t, bioucas@lx.it.t Abstract.

More information

Learning Motion Patterns in Crowded Scenes Using Motion Flow Field

Learning Motion Patterns in Crowded Scenes Using Motion Flow Field Learning Motion Patterns in Crowded Scenes Using Motion Flow Field Min Hu, Saad Ali and Mubarak Shah Comuter Vision Lab, University of Central Florida {mhu,sali,shah}@eecs.ucf.edu Abstract Learning tyical

More information

A Novel Iris Segmentation Method for Hand-Held Capture Device

A Novel Iris Segmentation Method for Hand-Held Capture Device A Novel Iris Segmentation Method for Hand-Held Cature Device XiaoFu He and PengFei Shi Institute of Image Processing and Pattern Recognition, Shanghai Jiao Tong University, Shanghai 200030, China {xfhe,

More information

AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY

AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY AUTOMATIC EXTRACTION OF BUILDING OUTLINE FROM HIGH RESOLUTION AERIAL IMAGERY Yandong Wang EagleView Technology Cor. 5 Methodist Hill Dr., Rochester, NY 1463, the United States yandong.wang@ictometry.com

More information

Texture Mapping with Vector Graphics: A Nested Mipmapping Solution

Texture Mapping with Vector Graphics: A Nested Mipmapping Solution Texture Maing with Vector Grahics: A Nested Mimaing Solution Wei Zhang Yonggao Yang Song Xing Det. of Comuter Science Det. of Comuter Science Det. of Information Systems Prairie View A&M University Prairie

More information

Wavelet Based Statistical Adapted Local Binary Patterns for Recognizing Avatar Faces

Wavelet Based Statistical Adapted Local Binary Patterns for Recognizing Avatar Faces Wavelet Based Statistical Adated Local Binary atterns for Recognizing Avatar Faces Abdallah A. Mohamed 1, 2 and Roman V. Yamolskiy 1 1 Comuter Engineering and Comuter Science, University of Louisville,

More information

Face Recognition Using Legendre Moments

Face Recognition Using Legendre Moments Face Recognition Using Legendre Moments Dr.S.Annadurai 1 A.Saradha Professor & Head of CSE & IT Research scholar in CSE Government College of Technology, Government College of Technology, Coimbatore, Tamilnadu,

More information

Robust Motion Estimation for Video Sequences Based on Phase-Only Correlation

Robust Motion Estimation for Video Sequences Based on Phase-Only Correlation Robust Motion Estimation for Video Sequences Based on Phase-Only Correlation Loy Hui Chien and Takafumi Aoki Graduate School of Information Sciences Tohoku University Aoba-yama 5, Sendai, 98-8579, Jaan

More information

Stereo Disparity Estimation in Moment Space

Stereo Disparity Estimation in Moment Space Stereo Disarity Estimation in oment Sace Angeline Pang Faculty of Information Technology, ultimedia University, 63 Cyberjaya, alaysia. angeline.ang@mmu.edu.my R. ukundan Deartment of Comuter Science, University

More information

SPARSE SIGNAL REPRESENTATION FOR COMPLEX-VALUED IMAGING Sadegh Samadi 1, M üjdat Çetin 2, Mohammad Ali Masnadi-Shirazi 1

SPARSE SIGNAL REPRESENTATION FOR COMPLEX-VALUED IMAGING Sadegh Samadi 1, M üjdat Çetin 2, Mohammad Ali Masnadi-Shirazi 1 SPARSE SIGNAL REPRESENTATION FOR COMPLEX-VALUED IMAGING Sadegh Samadi 1, M üjdat Çetin, Mohammad Ali Masnadi-Shirazi 1 1. Shiraz University, Shiraz, Iran,. Sabanci University, Istanbul, Turkey ssamadi@shirazu.ac.ir,

More information

Process and Measurement System Capability Analysis

Process and Measurement System Capability Analysis Process and Measurement System aability Analysis Process caability is the uniformity of the rocess. Variability is a measure of the uniformity of outut. Assume that a rocess involves a quality characteristic

More information

Chapter 8: Adaptive Networks

Chapter 8: Adaptive Networks Chater : Adative Networks Introduction (.1) Architecture (.2) Backroagation for Feedforward Networks (.3) Jyh-Shing Roger Jang et al., Neuro-Fuzzy and Soft Comuting: A Comutational Aroach to Learning and

More information

AUTOMATIC GENERATION OF HIGH THROUGHPUT ENERGY EFFICIENT STREAMING ARCHITECTURES FOR ARBITRARY FIXED PERMUTATIONS. Ren Chen and Viktor K.

AUTOMATIC GENERATION OF HIGH THROUGHPUT ENERGY EFFICIENT STREAMING ARCHITECTURES FOR ARBITRARY FIXED PERMUTATIONS. Ren Chen and Viktor K. inuts er clock cycle Streaming ermutation oututs er clock cycle AUTOMATIC GENERATION OF HIGH THROUGHPUT ENERGY EFFICIENT STREAMING ARCHITECTURES FOR ARBITRARY FIXED PERMUTATIONS Ren Chen and Viktor K.

More information

An Efficient VLSI Architecture for Adaptive Rank Order Filter for Image Noise Removal

An Efficient VLSI Architecture for Adaptive Rank Order Filter for Image Noise Removal International Journal of Information and Electronics Engineering, Vol. 1, No. 1, July 011 An Efficient VLSI Architecture for Adative Rank Order Filter for Image Noise Removal M. C Hanumantharaju, M. Ravishankar,

More information

Detection of Occluded Face Image using Mean Based Weight Matrix and Support Vector Machine

Detection of Occluded Face Image using Mean Based Weight Matrix and Support Vector Machine Journal of Comuter Science 8 (7): 1184-1190, 2012 ISSN 1549-3636 2012 Science Publications Detection of Occluded Face Image using Mean Based Weight Matrix and Suort Vector Machine 1 G. Nirmala Priya and

More information

Weight Co-occurrence based Integrated Color and Intensity Matrix for CBIR

Weight Co-occurrence based Integrated Color and Intensity Matrix for CBIR Weight Co-occurrence based Integrated Color and Intensity Matrix for CBIR Megha Agarwal, 2R.P. Maheshwari Indian Institute of Technology Roorkee 247667, Uttarakhand, India meghagarwal29@gmail.com, 2rmaheshwari@gmail.com

More information

521493S Computer Graphics Exercise 3 (Chapters 6-8)

521493S Computer Graphics Exercise 3 (Chapters 6-8) 521493S Comuter Grahics Exercise 3 (Chaters 6-8) 1 Most grahics systems and APIs use the simle lighting and reflection models that we introduced for olygon rendering Describe the ways in which each of

More information

Face Recognition Based on Wavelet Transform and Adaptive Local Binary Pattern

Face Recognition Based on Wavelet Transform and Adaptive Local Binary Pattern Face Recognition Based on Wavelet Transform and Adative Local Binary Pattern Abdallah Mohamed 1,2, and Roman Yamolskiy 1 1 Comuter Engineering and Comuter Science, University of Louisville, Louisville,

More information

Patterned Wafer Segmentation

Patterned Wafer Segmentation atterned Wafer Segmentation ierrick Bourgeat ab, Fabrice Meriaudeau b, Kenneth W. Tobin a, atrick Gorria b a Oak Ridge National Laboratory,.O.Box 2008, Oak Ridge, TN 37831-6011, USA b Le2i Laboratory Univ.of

More information

EE678 Application Presentation Content Based Image Retrieval Using Wavelets

EE678 Application Presentation Content Based Image Retrieval Using Wavelets EE678 Alication Presentation Content Based Image Retrieval Using Wavelets Grou Members: Megha Pandey megha@ee. iitb.ac.in 02d07006 Gaurav Boob gb@ee.iitb.ac.in 02d07008 Abstract: We focus here on an effective

More information

Blind Separation of Permuted Alias Image Base on Four-phase-difference and Differential Evolution

Blind Separation of Permuted Alias Image Base on Four-phase-difference and Differential Evolution Sensors & Transducers, Vol. 63, Issue, January 204,. 90-95 Sensors & Transducers 204 by IFSA Publishing, S. L. htt://www.sensorsortal.com lind Searation of Permuted Alias Image ase on Four-hase-difference

More information

Single character type identification

Single character type identification Single character tye identification Yefeng Zheng*, Changsong Liu, Xiaoqing Ding Deartment of Electronic Engineering, Tsinghua University Beijing 100084, P.R. China ABSTRACT Different character recognition

More information

Improved heuristics for the single machine scheduling problem with linear early and quadratic tardy penalties

Improved heuristics for the single machine scheduling problem with linear early and quadratic tardy penalties Imroved heuristics for the single machine scheduling roblem with linear early and quadratic tardy enalties Jorge M. S. Valente* LIAAD INESC Porto LA, Faculdade de Economia, Universidade do Porto Postal

More information

Figure 8.1: Home age taken from the examle health education site (htt:// Setember 14, 2001). 201

Figure 8.1: Home age taken from the examle health education site (htt://  Setember 14, 2001). 201 200 Chater 8 Alying the Web Interface Profiles: Examle Web Site Assessment 8.1 Introduction This chater describes the use of the rofiles develoed in Chater 6 to assess and imrove the quality of an examle

More information

Leak Detection Modeling and Simulation for Oil Pipeline with Artificial Intelligence Method

Leak Detection Modeling and Simulation for Oil Pipeline with Artificial Intelligence Method ITB J. Eng. Sci. Vol. 39 B, No. 1, 007, 1-19 1 Leak Detection Modeling and Simulation for Oil Pieline with Artificial Intelligence Method Pudjo Sukarno 1, Kuntjoro Adji Sidarto, Amoranto Trisnobudi 3,

More information

arxiv: v1 [cs.mm] 18 Jan 2016

arxiv: v1 [cs.mm] 18 Jan 2016 Lossless Intra Coding in with 3-ta Filters Saeed R. Alvar a, Fatih Kamisli a a Deartment of Electrical and Electronics Engineering, Middle East Technical University, Turkey arxiv:1601.04473v1 [cs.mm] 18

More information

Pattern Recognition Letters

Pattern Recognition Letters Pattern Recognition Letters 30 (2009) 114 122 Contents lists available at ScienceDirect Pattern Recognition Letters journal homeage: www.elsevier.com/locate/atrec A stroke filter and its alication to text

More information

AUTOMATIC 3D SURFACE RECONSTRUCTION BY COMBINING STEREOVISION WITH THE SLIT-SCANNER APPROACH

AUTOMATIC 3D SURFACE RECONSTRUCTION BY COMBINING STEREOVISION WITH THE SLIT-SCANNER APPROACH AUTOMATIC 3D SURFACE RECONSTRUCTION BY COMBINING STEREOVISION WITH THE SLIT-SCANNER APPROACH A. Prokos 1, G. Karras 1, E. Petsa 2 1 Deartment of Surveying, National Technical University of Athens (NTUA),

More information

Use of Multivariate Statistical Analysis in the Modelling of Chromatographic Processes

Use of Multivariate Statistical Analysis in the Modelling of Chromatographic Processes Use of Multivariate Statistical Analysis in the Modelling of Chromatograhic Processes Simon Edwards-Parton 1, Nigel itchener-hooker 1, Nina hornhill 2, Daniel Bracewell 1, John Lidell 3 Abstract his aer

More information

Model-Based Annotation of Online Handwritten Datasets

Model-Based Annotation of Online Handwritten Datasets Model-Based Annotation of Online Handwritten Datasets Anand Kumar, A. Balasubramanian, Anoo Namboodiri and C.V. Jawahar Center for Visual Information Technology, International Institute of Information

More information

Sensitivity of multi-product two-stage economic lotsizing models and their dependency on change-over and product cost ratio s

Sensitivity of multi-product two-stage economic lotsizing models and their dependency on change-over and product cost ratio s Sensitivity two stage EOQ model 1 Sensitivity of multi-roduct two-stage economic lotsizing models and their deendency on change-over and roduct cost ratio s Frank Van den broecke, El-Houssaine Aghezzaf,

More information

Learning Robust Locality Preserving Projection via p-order Minimization

Learning Robust Locality Preserving Projection via p-order Minimization Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence Learning Robust Locality Preserving Projection via -Order Minimization Hua Wang, Feiing Nie, Heng Huang Deartment of Electrical

More information

Enhancing DubaiSat-1 Satellite Imagery Using a Single Image Super-Resolution

Enhancing DubaiSat-1 Satellite Imagery Using a Single Image Super-Resolution Enhancing DubaiSat-1 Satellite Imagery Using a Single Image Super-Resolution Saeed AL-Mansoori 1 and Alavi Kunhu 2 1 Associate Image Processing Engineer, SIPAD Image Enhancement Section Emirates Institution

More information

Facial Expression Recognition using Image Processing and Neural Network

Facial Expression Recognition using Image Processing and Neural Network Keerti Keshav Kanchi / International Journal of Comuter Science & Engineering Technology (IJCSET) Facial Exression Recognition using Image Processing and eural etwork Keerti Keshav Kanchi PG Student, Deartment

More information

Vector sigma filters for noise detection and removal in color images

Vector sigma filters for noise detection and removal in color images J. Vis. Commun. Image R. 7 (26) 26 www.elsevier.com/locate/jvci Vector sigma filters for noise detection and removal in color images Rastislav Lukac a, *,, Bogdan Smolka b, Konstantinos N. Plataniotis

More information

Semi-Supervised Learning Based Object Detection in Aerial Imagery

Semi-Supervised Learning Based Object Detection in Aerial Imagery Semi-Suervised Learning Based Obect Detection in Aerial Imagery Jian Yao Zhongfei (Mark) Zhang Deartment of Comuter Science, State University of ew York at Binghamton, Y 13905, USA yao@binghamton.edu Zhongfei@cs.binghamton.edu

More information

Mining Association rules with Dynamic and Collective Support Thresholds

Mining Association rules with Dynamic and Collective Support Thresholds Mining Association rules with Dynamic and Collective Suort Thresholds C S Kanimozhi Selvi and A Tamilarasi Abstract Mining association rules is an imortant task in data mining. It discovers the hidden,

More information

IMS Network Deployment Cost Optimization Based on Flow-Based Traffic Model

IMS Network Deployment Cost Optimization Based on Flow-Based Traffic Model IMS Network Deloyment Cost Otimization Based on Flow-Based Traffic Model Jie Xiao, Changcheng Huang and James Yan Deartment of Systems and Comuter Engineering, Carleton University, Ottawa, Canada {jiexiao,

More information

Matlab Virtual Reality Simulations for optimizations and rapid prototyping of flexible lines systems

Matlab Virtual Reality Simulations for optimizations and rapid prototyping of flexible lines systems Matlab Virtual Reality Simulations for otimizations and raid rototying of flexible lines systems VAMVU PETRE, BARBU CAMELIA, POP MARIA Deartment of Automation, Comuters, Electrical Engineering and Energetics

More information

NON-UNIFORM TO UNIFORM IMAGE RESAMPLING UTILIZING A 2D FARROW STRUCTURE

NON-UNIFORM TO UNIFORM IMAGE RESAMPLING UTILIZING A 2D FARROW STRUCTURE NON-UNIFORM TO UNIFORM IMAGE RESAMPLING UTILIZING A D FARROW STRUCTURE Harish Essay Sanaran, Mihail Georgiev, Atanas Gotchev and Karen Egiaarian Noia Cororation, Hermianatu, Tamere, FINLAND, harish.essaysanaran@noia.com

More information

A Morphological LiDAR Points Cloud Filtering Method based on GPGPU

A Morphological LiDAR Points Cloud Filtering Method based on GPGPU A Morhological LiDAR Points Cloud Filtering Method based on GPGPU Shuo Li 1, Hui Wang 1, Qiuhe Ma 1 and Xuan Zha 2 1 Zhengzhou Institute of Surveying & Maing, No.66, Longhai Middle Road, Zhengzhou, China

More information

Gradient Compared l p -LMS Algorithms for Sparse System Identification

Gradient Compared l p -LMS Algorithms for Sparse System Identification Gradient Comared l -LMS Algorithms for Sarse System Identification Yong Feng,, Jiasong Wu, Rui Zeng, Limin Luo, Huazhong Shu. School of Biological Science and Medical Engineering, Southeast University,

More information

PREDICTING LINKS IN LARGE COAUTHORSHIP NETWORKS

PREDICTING LINKS IN LARGE COAUTHORSHIP NETWORKS PREDICTING LINKS IN LARGE COAUTHORSHIP NETWORKS Kevin Miller, Vivian Lin, and Rui Zhang Grou ID: 5 1. INTRODUCTION The roblem we are trying to solve is redicting future links or recovering missing links

More information

Fuzzy Logic and ANFIS based Image Centroid Tracking and Filtering Schemes

Fuzzy Logic and ANFIS based Image Centroid Tracking and Filtering Schemes Fuzzy Logic and ANFIS based Image Centroid Tracking and Filtering Schemes Parimala, A., Asstt. Prof., Det. of Telecommunication, MSRIT; Jain University Research Scholar, Bangalore. Raol, J. R., Prof. Emeritus,

More information

Source Coding and express these numbers in a binary system using M log

Source Coding and express these numbers in a binary system using M log Source Coding 30.1 Source Coding Introduction We have studied how to transmit digital bits over a radio channel. We also saw ways that we could code those bits to achieve error correction. Bandwidth is

More information

Perception of Shape from Shading

Perception of Shape from Shading 1 Percetion of Shae from Shading Continuous image brightness variation due to shae variations is called shading Our ercetion of shae deends on shading Circular region on left is erceived as a flat disk

More information

Parametric Optimization in WEDM of WC-Co Composite by Neuro-Genetic Technique

Parametric Optimization in WEDM of WC-Co Composite by Neuro-Genetic Technique Parametric Otimization in WEDM of WC-Co Comosite by Neuro-Genetic Technique P. Saha*, P. Saha, and S. K. Pal Abstract The resent work does a multi-objective otimization in wire electro-discharge machining

More information

Selecting Discriminative Binary Patterns for a Local Feature

Selecting Discriminative Binary Patterns for a Local Feature BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 3 Sofia 015 rint ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-015-0044 Selecting Discriminative Binary atterns

More information

A simulated Linear Mixture Model to Improve Classification Accuracy of Satellite. Data Utilizing Degradation of Atmospheric Effect

A simulated Linear Mixture Model to Improve Classification Accuracy of Satellite. Data Utilizing Degradation of Atmospheric Effect A simulated Linear Mixture Model to Imrove Classification Accuracy of Satellite Data Utilizing Degradation of Atmosheric Effect W.M Elmahboub Mathematics Deartment, School of Science, Hamton University

More information

A CLASS OF STRUCTURED LDPC CODES WITH LARGE GIRTH

A CLASS OF STRUCTURED LDPC CODES WITH LARGE GIRTH A CLASS OF STRUCTURED LDPC CODES WITH LARGE GIRTH Jin Lu, José M. F. Moura, and Urs Niesen Deartment of Electrical and Comuter Engineering Carnegie Mellon University, Pittsburgh, PA 15213 jinlu, moura@ece.cmu.edu

More information

Efficient Processing of Top-k Dominating Queries on Multi-Dimensional Data

Efficient Processing of Top-k Dominating Queries on Multi-Dimensional Data Efficient Processing of To-k Dominating Queries on Multi-Dimensional Data Man Lung Yiu Deartment of Comuter Science Aalborg University DK-922 Aalborg, Denmark mly@cs.aau.dk Nikos Mamoulis Deartment of

More information

Improved Gaussian Mixture Probability Hypothesis Density for Tracking Closely Spaced Targets

Improved Gaussian Mixture Probability Hypothesis Density for Tracking Closely Spaced Targets INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 7, VOL., NO., PP. 7-5 Manuscrit received October 7, 5; revised June, 7. DOI:.55/eletel-7- Imroved Gaussian Mixture Probability Hyothesis Density for

More information

A DEA-bases Approach for Multi-objective Design of Attribute Acceptance Sampling Plans

A DEA-bases Approach for Multi-objective Design of Attribute Acceptance Sampling Plans Available online at htt://ijdea.srbiau.ac.ir Int. J. Data Enveloment Analysis (ISSN 2345-458X) Vol.5, No.2, Year 2017 Article ID IJDEA-00422, 12 ages Research Article International Journal of Data Enveloment

More information

Simultaneous Tracking of Multiple Objects Using Fast Level Set-Like Algorithm

Simultaneous Tracking of Multiple Objects Using Fast Level Set-Like Algorithm Simultaneous Tracking of Multile Objects Using Fast Level Set-Like Algorithm Martin Maška, Pavel Matula, and Michal Kozubek Centre for Biomedical Image Analysis, Faculty of Informatics Masaryk University,

More information

Efficient Parallel Hierarchical Clustering

Efficient Parallel Hierarchical Clustering Efficient Parallel Hierarchical Clustering Manoranjan Dash 1,SimonaPetrutiu, and Peter Scheuermann 1 Deartment of Information Systems, School of Comuter Engineering, Nanyang Technological University, Singaore

More information

A Multiscale Representation Including Opponent Color Features for Texture Recognition

A Multiscale Representation Including Opponent Color Features for Texture Recognition 14 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 7, NO. 1, JANUARY 1998 nonlinear restoration algorithm. The results indicate that reasonably good assband restoration was accomlished, and there is evidence

More information

SKIN CANCER LESION CLASSIFICATION USING LBP BASED HYBRID CLASSIFIER

SKIN CANCER LESION CLASSIFICATION USING LBP BASED HYBRID CLASSIFIER DOI: htt://dx.doi.org/10.26483/ijarcs.v8i7.4469 Volume 8, No. 7, July August 2017 International Journal of Advanced Research in Comuter Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No.

More information

Change Detection in Synthetic Aperture Radar Images Using Contourlet Based Fusion and Kernel K-Means Clustering

Change Detection in Synthetic Aperture Radar Images Using Contourlet Based Fusion and Kernel K-Means Clustering Cloud Publications International Journal of Advanced Remote Sensing and GIS 013, Volume, Issue 1,. 316-35, Article ID Tech-161 ISSN 30-043 Research Article Oen Access Change Detection in Synthetic Aerture

More information

Ensemble Learning Based on Parametric Triangular Norms

Ensemble Learning Based on Parametric Triangular Norms Send Orders for Rerints to rerints@benthamscience.ae The Oen Automation and Control Systems Journal, 2014, 6, 997-1003 997 Ensemble Learning Based on Parametric Triangular Norms Oen Access Pengtao Jia

More information

A Model-Adaptable MOSFET Parameter Extraction System

A Model-Adaptable MOSFET Parameter Extraction System A Model-Adatable MOSFET Parameter Extraction System Masaki Kondo Hidetoshi Onodera Keikichi Tamaru Deartment of Electronics Faculty of Engineering, Kyoto University Kyoto 66-1, JAPAN Tel: +81-7-73-313

More information

PHOTOGRAMMETRIC TECHNIQUES FOR ROAD SURFACE ANALYSIS

PHOTOGRAMMETRIC TECHNIQUES FOR ROAD SURFACE ANALYSIS The International Archives of the Photogrammetry, Remote Sensing and Satial Information Sciences, Volume XLI-B5, 6 XXIII ISPRS Congress, 9 July 6, Prague, Czech Reublic PHOTOGRAMMETRIC TECHNIQUES FOR ROAD

More information

CS 229 Final Project: Single Image Depth Estimation From Predicted Semantic Labels

CS 229 Final Project: Single Image Depth Estimation From Predicted Semantic Labels CS 229 Final Project: Single Image Deth Estimation From Predicted Semantic Labels Beyang Liu beyangl@cs.stanford.edu Stehen Gould sgould@stanford.edu Prof. Dahne Koller koller@cs.stanford.edu December

More information

An Efficient Video Program Delivery algorithm in Tree Networks*

An Efficient Video Program Delivery algorithm in Tree Networks* 3rd International Symosium on Parallel Architectures, Algorithms and Programming An Efficient Video Program Delivery algorithm in Tree Networks* Fenghang Yin 1 Hong Shen 1,2,** 1 Deartment of Comuter Science,

More information

2-D Fir Filter Design And Its Applications In Removing Impulse Noise In Digital Image

2-D Fir Filter Design And Its Applications In Removing Impulse Noise In Digital Image -D Fir Filter Design And Its Alications In Removing Imulse Noise In Digital Image Nguyen Thi Huyen Linh 1, Luong Ngoc Minh, Tran Dinh Dung 3 1 Faculty of Electronic and Electrical Engineering, Hung Yen

More information

Applying the fuzzy preference relation to the software selection

Applying the fuzzy preference relation to the software selection Proceedings of the 007 WSEAS International Conference on Comuter Engineering and Alications, Gold Coast, Australia, January 17-19, 007 83 Alying the fuzzy reference relation to the software selection TIEN-CHIN

More information

Depth Estimation for 2D to 3D Football Video Conversion

Depth Estimation for 2D to 3D Football Video Conversion International Research Journal of Alied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 2251-838X / Vol, 6 (4): 475-480 Science Exlorer ublications Deth Estimation for 2D to 3D Football

More information

An Image Inpainting Approach Based on the Poisson Equation

An Image Inpainting Approach Based on the Poisson Equation An mage nainting Aroach Based on the Poisson Equation Xiaowei Shao, Zhengkai Liu, Houqiang Li Deartment of Electronic Engineering and nformation Science Universit of Science and Technolog of China sw@mail.ustc.edu.cn,

More information

Grouping of Patches in Progressive Radiosity

Grouping of Patches in Progressive Radiosity Grouing of Patches in Progressive Radiosity Arjan J.F. Kok * Abstract The radiosity method can be imroved by (adatively) grouing small neighboring atches into grous. Comutations normally done for searate

More information

Swift Template Matching Based on Equivalent Histogram

Swift Template Matching Based on Equivalent Histogram Swift emlate Matching ased on Equivalent istogram Wangsheng Yu, Xiaohua ian, Zhiqiang ou * elecommunications Engineering Institute Air Force Engineering University Xi an, PR China *corresonding author:

More information

Equality-Based Translation Validator for LLVM

Equality-Based Translation Validator for LLVM Equality-Based Translation Validator for LLVM Michael Ste, Ross Tate, and Sorin Lerner University of California, San Diego {mste,rtate,lerner@cs.ucsd.edu Abstract. We udated our Peggy tool, reviously resented

More information

Efficient Sequence Generator Mining and its Application in Classification

Efficient Sequence Generator Mining and its Application in Classification Efficient Sequence Generator Mining and its Alication in Classification Chuancong Gao, Jianyong Wang 2, Yukai He 3 and Lizhu Zhou 4 Tsinghua University, Beijing 0084, China {gaocc07, heyk05 3 }@mails.tsinghua.edu.cn,

More information

A Novel Multi-Frame Color Images Super-Resolution Framework based on Deep Convolutional Neural Network. Zhe Li, Shu Li, Jianmin Wang and Hongyang Wang

A Novel Multi-Frame Color Images Super-Resolution Framework based on Deep Convolutional Neural Network. Zhe Li, Shu Li, Jianmin Wang and Hongyang Wang 5th International Conference on Measurement, Instrumentation and Automation (ICMIA 2016) A Novel Multi-Frame Color Images Super-Resolution Framewor based on Deep Convolutional Neural Networ Zhe Li, Shu

More information

CONTENT-AWARE NEURON IMAGE ENHANCEMENT. Haoyi Liang, Scott. T. Acton and Daniel S. Weller

CONTENT-AWARE NEURON IMAGE ENHANCEMENT. Haoyi Liang, Scott. T. Acton and Daniel S. Weller CONTENT-AWARE NEURON IMAGE ENHANCEMENT Haoyi Liang, cott. T. Acton and Daniel. Weller University of Virginia, Deartment of ECE, Charlottesville, VA, 2294, UA ABTRACT Neuron imaging enables advances in

More information

EFFICIENT STOCHASTIC GRADIENT SEARCH FOR AUTOMATIC IMAGE REGISTRATION

EFFICIENT STOCHASTIC GRADIENT SEARCH FOR AUTOMATIC IMAGE REGISTRATION ISSN 76-459 Int j simul model 6 (7), 4-3 Original scientific aer EFFICIENT STOCHASTIC GRADIENT SEARCH FOR AUTOMATIC IMAGE REGISTRATION Li, Q.; Sato, I. & Murakami, Y. GSJ/AIST - National Institute of Advanced

More information

Skip List Based Authenticated Data Structure in DAS Paradigm

Skip List Based Authenticated Data Structure in DAS Paradigm 009 Eighth International Conference on Grid and Cooerative Comuting Ski List Based Authenticated Data Structure in DAS Paradigm Jieing Wang,, Xiaoyong Du,. Key Laboratory of Data Engineering and Knowledge

More information

Multi-robot SLAM with Unknown Initial Correspondence: The Robot Rendezvous Case

Multi-robot SLAM with Unknown Initial Correspondence: The Robot Rendezvous Case Multi-robot SLAM with Unknown Initial Corresondence: The Robot Rendezvous Case Xun S. Zhou and Stergios I. Roumeliotis Deartment of Comuter Science & Engineering, University of Minnesota, Minneaolis, MN

More information

A Method to Determine End-Points ofstraight Lines Detected Using the Hough Transform

A Method to Determine End-Points ofstraight Lines Detected Using the Hough Transform RESEARCH ARTICLE OPEN ACCESS A Method to Detere End-Points ofstraight Lines Detected Using the Hough Transform Gideon Kanji Damaryam Federal University, Lokoja, PMB 1154, Lokoja, Nigeria. Abstract The

More information

A Texture Based Matching Approach for Automated Assembly of Puzzles

A Texture Based Matching Approach for Automated Assembly of Puzzles A Texture Based Matching Aroach for Automated Assembly of Puzzles Mahmut amil Saırolu 1, Aytül Erçil Sabancı University 1 msagiroglu@su.sabanciuniv.edu, aytulercil@sabanciuniv.edu Abstract The uzzle assembly

More information

Patch Based Blind Image Super Resolution

Patch Based Blind Image Super Resolution Patch Based Blind Image Super Resolution Qiang Wang, Xiaoou Tang, Harry Shum Microsoft Research Asia, Beijing 100080, P.R. China {qiangwa,xitang,hshum@microsoft.com} Abstract In this paper, a novel method

More information

Multipoint Filtering with Local Polynomial Approximation and Range Guidance

Multipoint Filtering with Local Polynomial Approximation and Range Guidance Multioint Filtering with Local Polynomial Aroximation and Range Guidance Xiao Tan, Changming Sun, and Tuan D. Pham The University of New South Wales, Canberra, ACT 2600, Australia CSIRO Comutational Informatics,

More information

A Fast Image Restoration Method Based on an Improved Criminisi Algorithm

A Fast Image Restoration Method Based on an Improved Criminisi Algorithm A Fast Image Restoration Method Based on an Imroved Algorithm Yue Chi1, Ning He2*, Qi Zhang1 Beijing Key Laboratory of Information Services Engineering, Beijing Union University, Beijing 100101, China.

More information

Robust Text Detection in Natural Scenes Using Text Geometry and Visual Appearance

Robust Text Detection in Natural Scenes Using Text Geometry and Visual Appearance International Journal of Automation and Comuting (5), October 204, 480-488 DOI: 0.007/s633-04-0833-2 Robust Text Detection in Natural Scenes Using Text Geometry and Visual Aearance Sheng-Ye Yan Xin-Xing

More information

Privacy Preserving Moving KNN Queries

Privacy Preserving Moving KNN Queries Privacy Preserving Moving KNN Queries arxiv:4.76v [cs.db] 4 Ar Tanzima Hashem Lars Kulik Rui Zhang National ICT Australia, Deartment of Comuter Science and Software Engineering University of Melbourne,

More information

A NN Image Classification Method Driven by the Mixed Fitness Function

A NN Image Classification Method Driven by the Mixed Fitness Function Comuter and Information Science November, 2009 A NN Image Classification Method Driven by the Mixed Fitness Function Shan Gai, Peng Liu, Jiafeng Liu & Xianglong Tang School of Comuter Science and Technology,

More information

A New and Efficient Algorithm-Based Fault Tolerance Scheme for A Million Way Parallelism

A New and Efficient Algorithm-Based Fault Tolerance Scheme for A Million Way Parallelism A New and Efficient Algorithm-Based Fault Tolerance Scheme for A Million Way Parallelism Erlin Yao, Mingyu Chen, Rui Wang, Wenli Zhang, Guangming Tan Key Laboratory of Comuter System and Architecture Institute

More information

A Parallel Algorithm for Constructing Obstacle-Avoiding Rectilinear Steiner Minimal Trees on Multi-Core Systems

A Parallel Algorithm for Constructing Obstacle-Avoiding Rectilinear Steiner Minimal Trees on Multi-Core Systems A Parallel Algorithm for Constructing Obstacle-Avoiding Rectilinear Steiner Minimal Trees on Multi-Core Systems Cheng-Yuan Chang and I-Lun Tseng Deartment of Comuter Science and Engineering Yuan Ze University,

More information

Vehicle Logo Recognition Using Modest AdaBoost and Radial Tchebichef Moments

Vehicle Logo Recognition Using Modest AdaBoost and Radial Tchebichef Moments Proceedings of 0 4th International Conference on Machine Learning and Comuting IPCSIT vol. 5 (0) (0) IACSIT Press, Singaore Vehicle Logo Recognition Using Modest AdaBoost and Radial Tchebichef Moments

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Distrib. Comut. 71 (2011) 288 301 Contents lists available at ScienceDirect J. Parallel Distrib. Comut. journal homeage: www.elsevier.com/locate/jdc Quality of security adatation in arallel

More information

Detecting Video Events Based on Action Recognition in Complex Scenes Using Spatio-Temporal Descriptor

Detecting Video Events Based on Action Recognition in Complex Scenes Using Spatio-Temporal Descriptor Detecting Video Events Based on Action Recognition in Comlex Scenes Using Satio-Temoral Descritor Guangyu Zhu, Ming Yang 2, Kai Yu 2, Wei Xu 2, Yihong Gong 2 National Laboratory of Pattern Recognition,

More information

10. Parallel Methods for Data Sorting

10. Parallel Methods for Data Sorting 10. Parallel Methods for Data Sorting 10. Parallel Methods for Data Sorting... 1 10.1. Parallelizing Princiles... 10.. Scaling Parallel Comutations... 10.3. Bubble Sort...3 10.3.1. Sequential Algorithm...3

More information

Introduction to Visualization and Computer Graphics

Introduction to Visualization and Computer Graphics Introduction to Visualization and Comuter Grahics DH2320, Fall 2015 Prof. Dr. Tino Weinkauf Introduction to Visualization and Comuter Grahics Grids and Interolation Next Tuesday No lecture next Tuesday!

More information

A Self-Learning Optimization Approach to Single Image Super-Resolution using Kernel ridge regression model

A Self-Learning Optimization Approach to Single Image Super-Resolution using Kernel ridge regression model A Self-Learning Optimization Approach to Single Image Super-Resolution using Kernel ridge regression model Ms. Dharani S 1 PG Student (CSE), Sri Krishna College of Engineering and Technology, Anna University,

More information

Sensitivity Analysis for an Optimal Routing Policy in an Ad Hoc Wireless Network

Sensitivity Analysis for an Optimal Routing Policy in an Ad Hoc Wireless Network 1 Sensitivity Analysis for an Otimal Routing Policy in an Ad Hoc Wireless Network Tara Javidi and Demosthenis Teneketzis Deartment of Electrical Engineering and Comuter Science University of Michigan Ann

More information

Feature Selection and Pose Estimation From Known Planar Objects Using Monocular Vision

Feature Selection and Pose Estimation From Known Planar Objects Using Monocular Vision Feature Selection and Pose Estimation From Known Planar Objects Using Monocular ision Shengdong Xu and Ming Liu 2 ETH Zurich, Switzerland, Email: Samuel.xu988@gmail.com 2 The Hong Kong University of Science

More information

Optimal Multiple Sprite Generation based on Physical Camera Parameter Estimation

Optimal Multiple Sprite Generation based on Physical Camera Parameter Estimation Otimal Multile Srite Generation based on Physical Camera Parameter Estimation Matthias Kunter* a, Andreas Krutz a, Mrinal Mandal b, Thomas Sikora a a Commun. Systems Grou, Technische Universität Berlin,

More information

An accurate and fast point-to-plane registration technique

An accurate and fast point-to-plane registration technique Pattern Recognition Letters 24 (23) 2967 2976 www.elsevier.com/locate/atrec An accurate and fast oint-to-lane registration technique Soon-Yong Park *, Murali Subbarao Deartment of Electrical and Comuter

More information