A COMPACT REPRESENTATION OF SENSOR FINGERPRINT FOR CAMERA IDENTIFICATION AND FINGERPRINT MATCHING. Ruizhe Li, Chang-Tsun Li, and Yu Guan

Size: px
Start display at page:

Download "A COMPACT REPRESENTATION OF SENSOR FINGERPRINT FOR CAMERA IDENTIFICATION AND FINGERPRINT MATCHING. Ruizhe Li, Chang-Tsun Li, and Yu Guan"

Transcription

1 A COMPACT REPRESENTATION OF SENSOR FINGERPRINT FOR CAMERA IDENTIFICATION AND FINGERPRINT MATCHING Ruizhe Li, Chang-Tsun Li, and Yu Guan Department of Computer Science, University of Warwick Coventry, CV4 7AL, UK ruizhe.li, c-t.li, ABSTRACT Sensor Pattern Noise (SPN) has been proved as an effective fingerprint of imaging devices to link pictures to the cameras that acquired them. SPN is usually extracted from large image block to improve the matching accuracy as the large image block contains more SPN information. However, fingerprint with high dimensionality will incur a costly computation in the matching phase, thus hindering many interesting applications which require an efficient real-time camera matching. To solve this problem, an effective feature extraction method based on PCA and LDA is proposed in this work to compress the camera fingerprint. Our experimental results show that the proposed feature extraction algorithm could greatly reduce the dimensionality of the original fingerprint and enhance the performance in term of Receiver Operating Characteristic (ROC) curve of several existing methods. Index Terms Digital forensics, Sensor pattern noise, Photo-response nonuniformity noise, PCA denoising. INTRODUCTION Sensor pattern noise, produced by imaging sensors, has been proved to be an effective way for digital camera identification. The photo-response nonuniformity (PRNU) noise is the deterministic component of SPN, which is primarily caused by the different sensitivity of individual sensor pixels to light. It is essentially the slight variations in the intensity of individual pixels and an unique pattern deposited in every image taken by a sensor. Lukas et al. [] first adopted a wavelet-based Wiener filter to extract the SPN from digital image. After that several works [ ] have been done to improve the performance of SPN-based source camera identification. Many of them have achieved nearly perfect identification rate when SPNs are extracted from the image blocks with high resolution. However, the complexity of computing correlation for fingerprint matching is proportional to the dimensionality of SPN. Therefore, the SPN extracted from large image block, which has a high dimensionality, will incur an expensive computational cost in the matching phase especially when there is a sizable database involved. For example, in the real practice investigators may face the applications of looking for a particular fingerprint in a large database which contains a huge number of fingerprint matching. To overcome this problem, an intuitive idea is to reduce the dimension of SPN. In [], Goljan et al. proposed a fingerprint digest as a possible solution. This fingerprint digest is primarily formed by only keeping a fixed number of the largest fingerprint values and their positions. In [3], Bayram et al. proposed to represent sensor fingerprint in binary-quantized form, which greatly reduce the size of fingerprint and speeds-up the correlation detection. In this paper, we employ the concept of PCA denoising [4] in the SPN-based source camera identification. An effective feature extraction algorithm based on this concept is first applied to extract a small number of principal components that will better represent the SPN signal. LDA is then utilized to take the advantage of the observed label information of training samples (reference fingerprints) to further reduce the dimension and improve the matching accuracy.. PROPOSED METHOD.. Feature extraction via PCA In digital camera identification, noise residual is usually extracted from large image block to improve the identification accuracy, since the large image block contains more SPN information. As a result, noise residual usually has a very high dimensionality (e.g. 4 4 pixels). Nevertheless, the high-dimensional feature is more likely to introduce redundancy and interfering components. For example, noise residual can be contaminated by color interpolation, JPEG compression, distortion introduced by denoising filter and other artifacts. Most of these artifacts are non-unique, redundant and less discriminant. Removing them will enhance the SPN signal in noise residual and improve the identification accuracy. However, they are mixed with the real SPN signal in noise residual and it is very hard to separate them. PCA [5] is a well-known decorrelation method which has been widely used for dimensionality reduction or redundancy removal. In this work, we attempt to find a PCA

2 transformed domain which can better separate the real SPN signal and these redundant features. By excluding these redundant features, we can extract a set of features which contain most of the discriminative information of SPN signal.... Training Sample Selection Assume there are n images {Ii }ni= taken by c cameras {Cj }cj= in a database, each camera has Lj images. We first extract noise residuals from the N N -pixels blocks cropped from the centre of these full-sized images and reshape them into a set of column vectors {xi RN }ni=. Several SPN extraction methods in the literature could be used here. As mentioned in [5], image content would seriously contaminate the real SPN, and their magnitude is far greater than that of the real SPN. Without removing these strong contaminations from the training set, PCA is more likely to find a subspace that better represent these noisy components rather than the SPN signal. Therefore, for training sample selection, we give the priority to the noise residual extracted from low-variation images (e.g., blue sky images). It is because such images are more close to the evenly lit scene and contain less scene details. Hence these images can better exhibit the changes caused by SPN in intensity between individual pixels. Such a training sample selection will capture the energy of true SPN in the training set and guide PCA to find a set of features that better represent the SPN signal rather than other noisy components.... PCA-based feature extractor n Let Ψ = n i= xi be the mean of the training set. Each xi differs from the mean Ψ by the vector Φi = xi Ψ. Then PCA is performed to seek a set of orthonormal vectors uk and their associated eigenvalues λk. The vectors uk and scalars λk are the eigenvectors and eigenvalues, respectively, of the covariance matrix S n S= Φi ΦTi = AAT () n i= n where A = [Φ, Φ,..., Φn ]. However as aforementioned, the dimensionality of SPN could extremely high (e.g., N =4 ). Thus directly solving the eigenvalue decomposition problem of S RN N would incurs a prohibitive computational cost (with a complexity O(N 6 )). To make PCA feasible for the high-dimensional SPN, we apply a fast method instead to compute these eigenvectors (when n N ). Assume uk are the unit eigenvectors of AT A Rn n with eigenvalue λ k. We could obtain AT Auk = λk uk. Multiplying both sides by A, we have AAT (Auk ) = λk (Auk ), where Auk are the eigenvectors of AAT = S with eigenvalues λk. Thus, instead of finding the eigenvectors uk of matrix S directly, we can calculate the eigenvectors uk of the smaller matrix AT A Rn n and obtain the objective eigenvector uk by uk = Auk. The obtained {uk }nk= are then normalized to the unit vectors and sorted in the descending order according to their associated Fig. : (a) An image taken by Canon Ixus7. (b) Clean reference SPN of Canon Ixus7. (c) The noise residual extracted from (a) via the Winer filter []. (d) The reconstructed version of (c) via the proposed method. (Note the intensity of Fig. (b), (c) and (d) has been scaled to the interval [,55] for visualization purpose.) eigenvalues λ λ...λn. Note that in practice the size of the training set tends to be much smaller than the dimensionality of SPN (n N ). Thus computing eigenvectors via this method (with a complexity O(n3 )) thus will be more effective than the traditional way. By excluding the eigenvectors with small eigenvalues while preserving the eigenvectors with large eigenvalues, we can obtain a small set of eigenvectors which contain most of the discriminative information of the SPN signal. In this work, the eigenvectors with the d largest eigenvalues are selected to construct the feature extractor Mpca = [u,..., ud ] RN d. We keep the top d eigenvectors corresponding to 99% of the variance as it could give us the best result. Based on this feature extractor M, we can obtain a new feature with much lower dimensionality by T x () y = Mpca where y Rd is the compact version of the original vector x. We call this obtained feature y as PCA feature in the rest of this paper. According to the PCA feature y and the feature extractor Mpca, we can easily obtain a reconstructed SPN in the spatial domain via the inverse PCA transformation x = Mpca y, where x is an approximation of x (when d < n). By preserving only the principal eigenvectors and conducting the inverse PCA transformation, we find that the impact of image content can be effectively suppressed in the reconstructed version. As shown in Fig. (c), the image content in Fig. (a) propagate through the Wiener filter into the noise residual, but these scene details have been significantly suppressed after the SPN reconstruction Fig. (d). The reason for this phenomenon is that, the objective of our PCA-based feature extractor is to extract a set of features that will better represent the primary signal in the training set, thus the aforementioned training sample selection will guide it to extract features that represent the SPN signal rather than other contaminated

3 signals. Moreover, since the magnitude of image content is not similar with that of true SPN at all [5], our PCAbased feature extractor can easily distinguish and separate them. To further prove this concept, we calculate the signalto-noise ratio (SNR) between the signal of interest (SPN) and the contaminants in the noise residual (Fig. (c)) and reconstructed SPN (Fig. (d)), respectively. Since we have the clean SPN ˆx (Fig. (b)), the contaminations Ξ in the noise residual or reconstructed SPN can be approximately estimated by subtracting the clean SPN from the observed var(ˆx) data. Thus SNR could be obtained as log var(ξ). The results show that the reconstructed SPN has a higher average SNR (6. db) than the noise residual (-9.8 db)... Feature Extraction via LDA Since the training set is labeled, LDA can use this information to further reduce the dimensionality. The purpose of LDA is to find a transformation matrix M lda which can best separate different classes. This optimal matrix can be obtained by maximizing the ratio of the determinant of the between-class scatter matrix S b to the determinant of the within-class scatter matrix S w. M lda = arg max J J T S b J J T S w J (3) The within-calss scatter matrix S w is defined as S w = c Lj j= i= (y i m j)(y i m j ) T where y i is the i th sample of class j, m j is the mean of class j, c is number of classes, L j is the number of samples in class j. The between-class scatter matrix S b is defined as S b = c j= L(m j m)(m j m) T where m is the global mean of all samples. Having the matrix M lda, a (c ) dimensional vector z can be obtained by z = M T lday = M T ldam T pcax = T x (4) where z can be seemed as another compact representation of the original noise residual x, we call this new feature as LDA feature in the rest of this paper. And T is the PCA+LDAbased feature extractor..3. Reference Estimation and Detection Statistics By performing the LDA-based feature extraction on the tracing set {x i } n i=, we can obtain a set of LDA features {z i } n i=. The reference feature z j for each camera C j then can be estimated by averaging all the L j features belong to that camera as z j = L j i= z i/l j, j =,,..., c. The Normalized Cross-Correlation (NCC) is adopted as the detection statistics to measure the similarity between the query z and the camera reference z corr (z, z ) = (z z) (z z ) z z z z (5) where z and z are the means of z and z, respectively. Notice that the complexity of computing correlation is proportional to the dimensionality of the features. Since the dimensionality of LDA feature z R (c ) is much lower than that of the original noise residual x R N (c N ), using the feature z as a compact representation of x in the matching phase could greatly reduce the computational complexity. 3. EXPERIMENTS In this work, the noise residuals extracted by the methods in [] (Lukas), [5] (Li s Model 3) and [9] (Kang) are used as the original features. To testify the feasibility of the proposed method, the performance of these original features combined with and without the proposed scheme are compared. Our experiments are conducted over the Dresden Image database [6]. A total of images from cameras are involved in the first experiment, each responsible for. These camera devices belong to 4 camera models, each camera model has 3 different devices. For each camera, we have 5 low-variation images for training and 5 images with scene details for testing. Thus there are 5 intraclass and 35 interclass correlation values in total. We extract all the SPNs from the luminance channel as the luminance channel contains information of all the three channels. Fig. shows the distribution with respect to randomly selected 5 intraclass and 5 interclass correlation values according to different features, where Original feature indicates the noise residual extracted by Kang s algorithm. It can be seen that using the LDA feature can better separate the intraclass and interclass samples than the original feature or PCA feature. To further testify the accuracy, all the 5 intraclass and 35 interclass samples are used to draw the overall ROC curves [9]. As shown in Fig. 3, the black, blue and red lines indicate the performance of the original features, PCA features and LDA features, respectively. It can be concluded from Table and Fig. 3 that our PCAbased feature extraction could enhance the performance of the original SPN extraction method, and PCA+LDA-based feature extraction could further improve it. Based on Table, we can obtain the detection threshold for each features when they have the low False Positive Rate (FPR) ( 3 ). Table : The TPR of different features at the FPR of 3 Methods Original SPN PCA PCA+LDA Lukas [] 83.65% 95.55% 99.% Li s Model 3 [5] 85.97% 96.3% 99.4% Kang [9] 93.% 98.87% 99.7% In practice, forensic investigators may face the problem that the testing images are not taken by the cameras in the database. Therefore, we use 5 6 testing samples taken by another 6 cameras from the Dresden database to further testify the performance of our proposed method. We calculate the NCC between these 5 6 testing samples and the aforementioned camera references. By comparing these 5 6 interclass samples with the threshold obtained from Table, we can get the FPR of different features in Table. From Table we can see that both PCA feature and LDA

4 .3.5 Intraclass Interclass (a) Original feature (b) PCA feature (c) LDA feature Fig. : Distribution of the correlation values obtained based on different features, 5 5 pixels Lukas Lukas+PCA Lukas+PCA+LDA Model 3 Model 3+PCA Model 3+PCA+LDA Kang Kang+PCA Kang+PCA+LDA 3 Fig. 3: The overall ROC comparisons among original features, PCA features and LDA features, 5 5 pixels. Table : The FPR of different features Methods Original SPN PCA PCA+LDA Lukas [].7%.3%.% Li s Model 3 [5] % %.4% Kang [9].% %.5% Original feature PCA feature LDA feature feature are able to make out that these testing samples are not taken by the aforementioned camera, even though their fingerprints are not involved in the training set. Fig. 4 presents the time cost for different features of matching a fingerprint against a simulate database with 3 cameras, where SPN extraction indicates the time cost of extracting SPN from a query image via Kang s method, Projection represents the time cost of feature extraction via PCA and LDA, Matching is the time cost of matching a query fingerprint against 3 cameras and the overall time is evaluated by Total. Notice that the time cost of training is not counted in this figure as it could be performed at offline. All the experiments are conducted on the same PC with Intel(R) Core(TM) i G RAM. It can be observed from Fig. 4 that although using PCA and LDA will incur an extra time cost in feature extraction, they dramatically reduce the time costs of matching process. Based on the overall time cost, we can conclude that the proposed method could greatly reduce the time cost of fingerprint matching with a large camera database. However, there is a potential limitation of LDA feature. Since the dimensionality of LDA feature is c, the computational cost of matching process based on LDA feature might be also expensive when the number of camera in the database c is huge. But for this case, the dimensionality of PCA feature will still stay at a constant low level as it only depends on the dominance of the 4 SPN extraction Projection Matching Total Fig. 4: Time cost of different features, 5 5 pixels. primary signal in the training set. 4. CONCLUSION In this work, we evaluate the concept of PCA denoising in source camera identification. A feature extraction algorithm based on this concept is proposed to extract a feature set with much lower dimensionality from the original noise residual. LDA is then utilized to take the advantage of the observed label information of the training data to further reduce the dimensionality and find a space could better separate different classes. By applying the proposed feature extractor on the noise residual, the SPN components could be well preserved while the dimensionality being effectively reduced. The experimental results show that the proposed feature extraction method could greatly improve the matching efficiency and further enhance the performance of several existing methods. However, this method is hard to address the problem when new cameras are sequentially added into the database. It is because that repeating an entire training that includes these new cameras would incur a costly re-computation. To solve this issue will be the focus of our future research.

5 5. REFERENCES [] J. Lukas, J. Fridrich, and M. Goljan, Digital camera identification from sensor pattern noise, IEEE Trans. on Information Forensics and Security, vol., no., pp. 5 4, 6. [] K. Dabov, A. Foi, V. Katkovnik, and K. Egiazarian, Image denoising by sparse 3d transform-domain collaborative filtering, IEEE Trans. on Image Processing, vol. 6, no. 8, pp. 8 95, 7. [3] M. Chen, J. Fridrich, M. Goljan, and J. Lukas, Determining image origin and integrity using sensor noise, IEEE Trans. on Information Forensics and Security, vol. 3, no., pp. 74 9, 8. [4] M. Goljan, Digital camera identification from images - estimating false acceptance probability, in Proc. of International Workshop on Digital-forensics and Watermarking, pp [5] C.-T. Li, Source camera identification using enhanced sensor pattern noise, IEEE Trans. on Information Forensics and Security, vol. 5, no., pp. 8 87,. [6] A. Cortiana, V. Conotter, G. Boato, and F. G. B. De Natale, Performance comparison of denoising filters for source camera identification, in Proc. SPIE, Media Watermarking, Security, and Forensics III, San Francisco, CA, USA, Jan. 3-6,, vol. 788, pp. 7. Information Processing, Xi an, China, Jul. 9-3, 4, pp [] M. Goljan, J. Fridrich, and T. Filler, Managing a large database of camera fingerprints, in Proc. SPIE, Electronic Imaging, Media Forensics and Security XII, San Jose, CA, USA, Jan. 7-,, vol. 754, pp. 8. [3] S. Bayram, H. Sencar, and N. Memon, Efficient sensor fingerprint matching through fingerprint binarization, IEEE Trans. on Information Forensics and Security, vol. 7, no. 4, pp ,. [4] D. Zhang, R. Lukac, X. Wu, and D. Zhang, PCAbased spatially adaptive denoising of CFA images for single-sensor digital cameras, IEEE Trans. on Image Processing, vol. 8, no. 4, pp , 9. [5] K. Fukunaga, Introduction to Statistical Pattern Recognition, nd ed. New York: Academic, 99. [6] T. Gloe and R. Böhme, The dresden image database for benchmarking digital image forensics, Journal of Digital Forensic Practice, vol. 3, no. -4, pp. 5 59,. [7] C.-T. Li and Y. Li, Color-decoupled photo response non-uniformity for digital image forensics, IEEE Trans. on Circuits and Systems for Video Technology, vol., no., pp. 6 7,. [8] X. Kang, Y. Li, Z. Qu, and J. Huang, Enhancing source camera identification performance with a camera reference phase sensor pattern noise, IEEE Trans. on Information Forensics and Security, vol. 7, no., pp ,. [9] X. Kang, J. Chen, K. Lin, and A. Peng, A contextadaptive spn predictor for trustworthy source camera identification, EURASIP Journal on Image and Video Processing, vol. 4, no., pp., 4. [] R. Li, C.-T. Li, and Y. Guan, A reference estimator based on composite sensor pattern noise for source device identification, in Proc. SPIE, Electronic Imaging, Media Watermarking, Security, and Forensics 4, San Francisco, CA, USA, Feb. -6, 4, vol. 98. [] R. Li, Y. Guan, and C.-T. Li, PCA-based denoising of sensor pattern noise for source camera identification, in IEEE China Summit & Int. Conf. on Signal and

Source Class Identification for DSLR and Compact Cameras

Source Class Identification for DSLR and Compact Cameras Source Class Identification for DSLR and Compact Cameras Yanmei Fang #,, Ahmet Emir Dirik #2, Xiaoxi Sun #, Nasir Memon #3 # Dept. of Computer & Information Science Polytechnic Institute of New York University,

More information

Low-resolution Character Recognition by Video-based Super-resolution

Low-resolution Character Recognition by Video-based Super-resolution 2009 10th International Conference on Document Analysis and Recognition Low-resolution Character Recognition by Video-based Super-resolution Ataru Ohkura 1, Daisuke Deguchi 1, Tomokazu Takahashi 2, Ichiro

More information

SOURCE SCANNER IDENTIFICATION FOR SCANNED DOCUMENTS. Nitin Khanna and Edward J. Delp

SOURCE SCANNER IDENTIFICATION FOR SCANNED DOCUMENTS. Nitin Khanna and Edward J. Delp SOURCE SCANNER IDENTIFICATION FOR SCANNED DOCUMENTS Nitin Khanna and Edward J. Delp Video and Image Processing Laboratory School of Electrical and Computer Engineering Purdue University West Lafayette,

More information

Adaptive Face Recognition System from Myanmar NRC Card

Adaptive Face Recognition System from Myanmar NRC Card Adaptive Face Recognition System from Myanmar NRC Card Ei Phyo Wai University of Computer Studies, Yangon, Myanmar Myint Myint Sein University of Computer Studies, Yangon, Myanmar ABSTRACT Biometrics is

More information

A Novel Method for Identifying Exact Sensor Using Multiplicative Noise Component

A Novel Method for Identifying Exact Sensor Using Multiplicative Noise Component 2013 IEEE International Symposium on Multimedia A Novel Method for Identifying Exact Sensor Using Multiplicative Noise Component Babak Mahdian and Stanislav Saic Institute of Information Theory and Automation

More information

A Survey on Outlier Detection Techniques for Credit Card Fraud Detection

A Survey on Outlier Detection Techniques for Credit Card Fraud Detection IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. VI (Mar-Apr. 2014), PP 44-48 A Survey on Outlier Detection Techniques for Credit Card Fraud

More information

Digital Image Analysis for Evidence: A MATLAB toolbox

Digital Image Analysis for Evidence: A MATLAB toolbox Digital Image Analysis for Evidence: A MATLAB toolbox Susan Welford, Dr. Stuart Gibson, Andrew Payne Forensic Imaging Group, University of Kent, Canterbury, Kent, CT2 7NZ July 2011 Abstract In the last

More information

2695 P a g e. IV Semester M.Tech (DCN) SJCIT Chickballapur Karnataka India

2695 P a g e. IV Semester M.Tech (DCN) SJCIT Chickballapur Karnataka India Integrity Preservation and Privacy Protection for Digital Medical Images M.Krishna Rani Dr.S.Bhargavi IV Semester M.Tech (DCN) SJCIT Chickballapur Karnataka India Abstract- In medical treatments, the integrity

More information

COMPONENT FORENSICS OF DIGITAL CAMERAS: A NON-INTRUSIVE APPROACH

COMPONENT FORENSICS OF DIGITAL CAMERAS: A NON-INTRUSIVE APPROACH COMPONENT FORENSICS OF DIGITAL CAMERAS: A NON-INTRUSIVE APPROACH Ashwin Swaminathan, Min Wu and K. J. Ray Liu Electrical and Computer Engineering Department, University of Maryland, College Park ABSTRACT

More information

Accurate and robust image superresolution by neural processing of local image representations

Accurate and robust image superresolution by neural processing of local image representations Accurate and robust image superresolution by neural processing of local image representations Carlos Miravet 1,2 and Francisco B. Rodríguez 1 1 Grupo de Neurocomputación Biológica (GNB), Escuela Politécnica

More information

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin

More information

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions Edith Cowan University Research Online ECU Publications Pre. JPEG compression of monochrome D-barcode images using DCT coefficient distributions Keng Teong Tan Hong Kong Baptist University Douglas Chai

More information

Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet

Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet DICTA2002: Digital Image Computing Techniques and Applications, 21--22 January 2002, Melbourne, Australia Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet K. Ramkishor James. P. Mammen

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

JPEG Image Compression by Using DCT

JPEG Image Compression by Using DCT International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 JPEG Image Compression by Using DCT Sarika P. Bagal 1* and Vishal B. Raskar 2 1*

More information

Survey of Scanner and Printer Forensics at Purdue University

Survey of Scanner and Printer Forensics at Purdue University Survey of Scanner and Printer Forensics at Purdue University Nitin Khanna, Aravind K. Mikkilineni, George T.-C. Chiu, Jan P. Allebach, and Edward J. Delp Purdue University, West Lafayette IN 47907, USA

More information

Combating Anti-forensics of Jpeg Compression

Combating Anti-forensics of Jpeg Compression IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 6, No 3, November 212 ISSN (Online): 1694-814 www.ijcsi.org 454 Combating Anti-forensics of Jpeg Compression Zhenxing Qian 1, Xinpeng

More information

Review Jeopardy. Blue vs. Orange. Review Jeopardy

Review Jeopardy. Blue vs. Orange. Review Jeopardy Review Jeopardy Blue vs. Orange Review Jeopardy Jeopardy Round Lectures 0-3 Jeopardy Round $200 How could I measure how far apart (i.e. how different) two observations, y 1 and y 2, are from each other?

More information

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Rudolph J. Guttosch Foveon, Inc. Santa Clara, CA Abstract The reproduction

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Redundant Wavelet Transform Based Image Super Resolution

Redundant Wavelet Transform Based Image Super Resolution Redundant Wavelet Transform Based Image Super Resolution Arti Sharma, Prof. Preety D Swami Department of Electronics &Telecommunication Samrat Ashok Technological Institute Vidisha Department of Electronics

More information

Adaptive HSI Data Processing for Near-Real-time Analysis and Spectral Recovery *

Adaptive HSI Data Processing for Near-Real-time Analysis and Spectral Recovery * Adaptive HSI Data Processing for Near-Real-time Analysis and Spectral Recovery * Su May Hsu, 1 Hsiao-hua Burke and Michael Griffin MIT Lincoln Laboratory, Lexington, Massachusetts 1. INTRODUCTION Hyperspectral

More information

Efficient Attendance Management: A Face Recognition Approach

Efficient Attendance Management: A Face Recognition Approach Efficient Attendance Management: A Face Recognition Approach Badal J. Deshmukh, Sudhir M. Kharad Abstract Taking student attendance in a classroom has always been a tedious task faultfinders. It is completely

More information

How To Cluster

How To Cluster Data Clustering Dec 2nd, 2013 Kyrylo Bessonov Talk outline Introduction to clustering Types of clustering Supervised Unsupervised Similarity measures Main clustering algorithms k-means Hierarchical Main

More information

Object Recognition and Template Matching

Object Recognition and Template Matching Object Recognition and Template Matching Template Matching A template is a small image (sub-image) The goal is to find occurrences of this template in a larger image That is, you want to find matches of

More information

BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES

BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES 123 CHAPTER 7 BEHAVIOR BASED CREDIT CARD FRAUD DETECTION USING SUPPORT VECTOR MACHINES 7.1 Introduction Even though using SVM presents

More information

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm

How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X Image Estimation Algorithm for Out of Focus and Blur Images to Retrieve the Barcode

More information

PHYSIOLOGICALLY-BASED DETECTION OF COMPUTER GENERATED FACES IN VIDEO

PHYSIOLOGICALLY-BASED DETECTION OF COMPUTER GENERATED FACES IN VIDEO PHYSIOLOGICALLY-BASED DETECTION OF COMPUTER GENERATED FACES IN VIDEO V. Conotter, E. Bodnari, G. Boato H. Farid Department of Information Engineering and Computer Science University of Trento, Trento (ITALY)

More information

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM Rohan Ashok Mandhare 1, Pragati Upadhyay 2,Sudha Gupta 3 ME Student, K.J.SOMIYA College of Engineering, Vidyavihar, Mumbai, Maharashtra,

More information

Principal components analysis

Principal components analysis CS229 Lecture notes Andrew Ng Part XI Principal components analysis In our discussion of factor analysis, we gave a way to model data x R n as approximately lying in some k-dimension subspace, where k

More information

Multi-class Classification: A Coding Based Space Partitioning

Multi-class Classification: A Coding Based Space Partitioning Multi-class Classification: A Coding Based Space Partitioning Sohrab Ferdowsi, Svyatoslav Voloshynovskiy, Marcin Gabryel, and Marcin Korytkowski University of Geneva, Centre Universitaire d Informatique,

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

METRICS PERFORMANCE COMPARISON FOR COLOR IMAGE DATABASE

METRICS PERFORMANCE COMPARISON FOR COLOR IMAGE DATABASE METRICS PERFORMANCE COMPARISON FOR COLOR IMAGE DATABASE Nikolay Ponomarenko (*), Federica Battisti (**), Karen Egiazarian (***), Jaakko Astola (***) and Vladimir Lukin (*) (*) National Aerospace University,

More information

Subspace Analysis and Optimization for AAM Based Face Alignment

Subspace Analysis and Optimization for AAM Based Face Alignment Subspace Analysis and Optimization for AAM Based Face Alignment Ming Zhao Chun Chen College of Computer Science Zhejiang University Hangzhou, 310027, P.R.China zhaoming1999@zju.edu.cn Stan Z. Li Microsoft

More information

Image Authentication Scheme using Digital Signature and Digital Watermarking

Image Authentication Scheme using Digital Signature and Digital Watermarking www..org 59 Image Authentication Scheme using Digital Signature and Digital Watermarking Seyed Mohammad Mousavi Industrial Management Institute, Tehran, Iran Abstract Usual digital signature schemes for

More information

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING Development of a Software Tool for Performance Evaluation of MIMO OFDM Alamouti using a didactical Approach as a Educational and Research support in Wireless Communications JOSE CORDOVA, REBECA ESTRADA

More information

Color Image Stegananalysis Using Correlations between RGB Channels

Color Image Stegananalysis Using Correlations between RGB Channels Color Image Stegananalysis Using Correlations between RGB Channels Hasan Abdulrahman, Marc Chaumont, Philippe Montesinos, Baptiste Magnier To cite this version: Hasan Abdulrahman, Marc Chaumont, Philippe

More information

Super-resolution method based on edge feature for high resolution imaging

Super-resolution method based on edge feature for high resolution imaging Science Journal of Circuits, Systems and Signal Processing 2014; 3(6-1): 24-29 Published online December 26, 2014 (http://www.sciencepublishinggroup.com/j/cssp) doi: 10.11648/j.cssp.s.2014030601.14 ISSN:

More information

WAVELET ANALYSIS BASED ULTRASONIC NONDESTRUCTIVE TESTING OF POLYMER BONDED EXPLOSIVE

WAVELET ANALYSIS BASED ULTRASONIC NONDESTRUCTIVE TESTING OF POLYMER BONDED EXPLOSIVE WAVELET ANALYSIS BASED ULTRASONIC NONDESTRUCTIVE TESTING OF POLYMER BONDED EXPLOSIVE Weibin Zhang, Yong Tian, Zhanfeng Yang, Liling Wang Institute of Chemical Materials, China Academy of Engineering Physics,

More information

Medical Image Processing on the GPU. Past, Present and Future. Anders Eklund, PhD Virginia Tech Carilion Research Institute andek@vtc.vt.

Medical Image Processing on the GPU. Past, Present and Future. Anders Eklund, PhD Virginia Tech Carilion Research Institute andek@vtc.vt. Medical Image Processing on the GPU Past, Present and Future Anders Eklund, PhD Virginia Tech Carilion Research Institute andek@vtc.vt.edu Outline Motivation why do we need GPUs? Past - how was GPU programming

More information

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS Aswin C Sankaranayanan, Qinfen Zheng, Rama Chellappa University of Maryland College Park, MD - 277 {aswch, qinfen, rama}@cfar.umd.edu Volkan Cevher, James

More information

TOWARD BIG DATA ANALYSIS WORKSHOP

TOWARD BIG DATA ANALYSIS WORKSHOP TOWARD BIG DATA ANALYSIS WORKSHOP 邁 向 巨 量 資 料 分 析 研 討 會 摘 要 集 2015.06.05-06 巨 量 資 料 之 矩 陣 視 覺 化 陳 君 厚 中 央 研 究 院 統 計 科 學 研 究 所 摘 要 視 覺 化 (Visualization) 與 探 索 式 資 料 分 析 (Exploratory Data Analysis, EDA)

More information

Vision based Vehicle Tracking using a high angle camera

Vision based Vehicle Tracking using a high angle camera Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu gramos@clemson.edu dshu@clemson.edu Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

Document Image Retrieval using Signatures as Queries

Document Image Retrieval using Signatures as Queries Document Image Retrieval using Signatures as Queries Sargur N. Srihari, Shravya Shetty, Siyuan Chen, Harish Srinivasan, Chen Huang CEDAR, University at Buffalo(SUNY) Amherst, New York 14228 Gady Agam and

More information

A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks

A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks A Spectral Clustering Approach to Validating Sensors via Their Peers in Distributed Sensor Networks H. T. Kung Dario Vlah {htk, dario}@eecs.harvard.edu Harvard School of Engineering and Applied Sciences

More information

1 Example of Time Series Analysis by SSA 1

1 Example of Time Series Analysis by SSA 1 1 Example of Time Series Analysis by SSA 1 Let us illustrate the 'Caterpillar'-SSA technique [1] by the example of time series analysis. Consider the time series FORT (monthly volumes of fortied wine sales

More information

A secure face tracking system

A secure face tracking system International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 10 (2014), pp. 959-964 International Research Publications House http://www. irphouse.com A secure face tracking

More information

Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences

Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences Pritam P. Patil 1, Prof. M.V. Phatak 2 1 ME.Comp, 2 Asst.Professor, MIT, Pune Abstract The face is one of the important

More information

Robust Outlier Detection Technique in Data Mining: A Univariate Approach

Robust Outlier Detection Technique in Data Mining: A Univariate Approach Robust Outlier Detection Technique in Data Mining: A Univariate Approach Singh Vijendra and Pathak Shivani Faculty of Engineering and Technology Mody Institute of Technology and Science Lakshmangarh, Sikar,

More information

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining Extend Table Lens for High-Dimensional Data Visualization and Classification Mining CPSC 533c, Information Visualization Course Project, Term 2 2003 Fengdong Du fdu@cs.ubc.ca University of British Columbia

More information

1816 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 15, NO. 7, JULY 2006. Principal Components Null Space Analysis for Image and Video Classification

1816 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 15, NO. 7, JULY 2006. Principal Components Null Space Analysis for Image and Video Classification 1816 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 15, NO. 7, JULY 2006 Principal Components Null Space Analysis for Image and Video Classification Namrata Vaswani, Member, IEEE, and Rama Chellappa, Fellow,

More information

COLOR-BASED PRINTED CIRCUIT BOARD SOLDER SEGMENTATION

COLOR-BASED PRINTED CIRCUIT BOARD SOLDER SEGMENTATION COLOR-BASED PRINTED CIRCUIT BOARD SOLDER SEGMENTATION Tz-Sheng Peng ( 彭 志 昇 ), Chiou-Shann Fuh ( 傅 楸 善 ) Dept. of Computer Science and Information Engineering, National Taiwan University E-mail: r96922118@csie.ntu.edu.tw

More information

Characterizing Digital Cameras with the Photon Transfer Curve

Characterizing Digital Cameras with the Photon Transfer Curve Characterizing Digital Cameras with the Photon Transfer Curve By: David Gardner Summit Imaging (All rights reserved) Introduction Purchasing a camera for high performance imaging applications is frequently

More information

Friendly Medical Image Sharing Scheme

Friendly Medical Image Sharing Scheme Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 3, July 2014 Frily Medical Image Sharing Scheme Hao-Kuan Tso Department of Computer

More information

Detection of the Single Image from DIBR Based on 3D Warping Trace and Edge Matching

Detection of the Single Image from DIBR Based on 3D Warping Trace and Edge Matching Journal of Computer and Communications, 2014, 2, 43-50 Published Online March 2014 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2014.24007 Detection of the Single Image from

More information

MUSIC-like Processing of Pulsed Continuous Wave Signals in Active Sonar Experiments

MUSIC-like Processing of Pulsed Continuous Wave Signals in Active Sonar Experiments 23rd European Signal Processing Conference EUSIPCO) MUSIC-like Processing of Pulsed Continuous Wave Signals in Active Sonar Experiments Hock Siong LIM hales Research and echnology, Singapore hales Solutions

More information

Keywords: Image complexity, PSNR, Levenberg-Marquardt, Multi-layer neural network.

Keywords: Image complexity, PSNR, Levenberg-Marquardt, Multi-layer neural network. Global Journal of Computer Science and Technology Volume 11 Issue 3 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN: 0975-4172

More information

A Dynamic Approach to Extract Texts and Captions from Videos

A Dynamic Approach to Extract Texts and Captions from Videos Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

CROP CLASSIFICATION WITH HYPERSPECTRAL DATA OF THE HYMAP SENSOR USING DIFFERENT FEATURE EXTRACTION TECHNIQUES

CROP CLASSIFICATION WITH HYPERSPECTRAL DATA OF THE HYMAP SENSOR USING DIFFERENT FEATURE EXTRACTION TECHNIQUES Proceedings of the 2 nd Workshop of the EARSeL SIG on Land Use and Land Cover CROP CLASSIFICATION WITH HYPERSPECTRAL DATA OF THE HYMAP SENSOR USING DIFFERENT FEATURE EXTRACTION TECHNIQUES Sebastian Mader

More information

Scanner Identification Using Sensor Pattern Noise

Scanner Identification Using Sensor Pattern Noise Scanner Identification Using Sensor Pattern Noise Nitin Khanna a, Aravind K. Mikkilineni b George T. C. Chiu b, Jan P. Allebach a,edwardj.delp a a School of Electrical and Computer Engineering b School

More information

ROBUST COLOR JOINT MULTI-FRAME DEMOSAICING AND SUPER- RESOLUTION ALGORITHM

ROBUST COLOR JOINT MULTI-FRAME DEMOSAICING AND SUPER- RESOLUTION ALGORITHM ROBUST COLOR JOINT MULTI-FRAME DEMOSAICING AND SUPER- RESOLUTION ALGORITHM Theodor Heinze Hasso-Plattner-Institute for Software Systems Engineering Prof.-Dr.-Helmert-Str. 2-3, 14482 Potsdam, Germany theodor.heinze@hpi.uni-potsdam.de

More information

Assessment of Camera Phone Distortion and Implications for Watermarking

Assessment of Camera Phone Distortion and Implications for Watermarking Assessment of Camera Phone Distortion and Implications for Watermarking Aparna Gurijala, Alastair Reed and Eric Evans Digimarc Corporation, 9405 SW Gemini Drive, Beaverton, OR 97008, USA 1. INTRODUCTION

More information

FCE: A Fast Content Expression for Server-based Computing

FCE: A Fast Content Expression for Server-based Computing FCE: A Fast Content Expression for Server-based Computing Qiao Li Mentor Graphics Corporation 11 Ridder Park Drive San Jose, CA 95131, U.S.A. Email: qiao li@mentor.com Fei Li Department of Computer Science

More information

Tracking and Recognition in Sports Videos

Tracking and Recognition in Sports Videos Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey mustafa.teke@gmail.com b Department of Computer

More information

How To Filter Spam Image From A Picture By Color Or Color

How To Filter Spam Image From A Picture By Color Or Color Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among

More information

Distance Metric Learning in Data Mining (Part I) Fei Wang and Jimeng Sun IBM TJ Watson Research Center

Distance Metric Learning in Data Mining (Part I) Fei Wang and Jimeng Sun IBM TJ Watson Research Center Distance Metric Learning in Data Mining (Part I) Fei Wang and Jimeng Sun IBM TJ Watson Research Center 1 Outline Part I - Applications Motivation and Introduction Patient similarity application Part II

More information

QUANTIZED PRINCIPAL COMPONENT ANALYSIS WITH APPLICATIONS TO LOW-BANDWIDTH IMAGE COMPRESSION AND COMMUNICATION. D. Wooden. M. Egerstedt. B.K.

QUANTIZED PRINCIPAL COMPONENT ANALYSIS WITH APPLICATIONS TO LOW-BANDWIDTH IMAGE COMPRESSION AND COMMUNICATION. D. Wooden. M. Egerstedt. B.K. International Journal of Innovative Computing, Information and Control ICIC International c 5 ISSN 1349-4198 Volume x, Number x, x 5 pp. QUANTIZED PRINCIPAL COMPONENT ANALYSIS WITH APPLICATIONS TO LOW-BANDWIDTH

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr CS 551, Spring 2009 CS 551, Spring 2009 c 2009, Selim Aksoy (Bilkent University)

More information

Efficient Coding Unit and Prediction Unit Decision Algorithm for Multiview Video Coding

Efficient Coding Unit and Prediction Unit Decision Algorithm for Multiview Video Coding JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY, VOL. 13, NO. 2, JUNE 2015 97 Efficient Coding Unit and Prediction Unit Decision Algorithm for Multiview Video Coding Wei-Hsiang Chang, Mei-Juan Chen, Gwo-Long

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Incremental PCA: An Alternative Approach for Novelty Detection

Incremental PCA: An Alternative Approach for Novelty Detection Incremental PCA: An Alternative Approach for Detection Hugo Vieira Neto and Ulrich Nehmzow Department of Computer Science University of Essex Wivenhoe Park Colchester CO4 3SQ {hvieir, udfn}@essex.ac.uk

More information

Feature Selection vs. Extraction

Feature Selection vs. Extraction Feature Selection In many applications, we often encounter a very large number of potential features that can be used Which subset of features should be used for the best classification? Need for a small

More information

Scanners and How to Use Them

Scanners and How to Use Them Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction A scanner is a device that converts images to a digital file you can use with your computer. There are many different types

More information

A comprehensive survey on various ETC techniques for secure Data transmission

A comprehensive survey on various ETC techniques for secure Data transmission A comprehensive survey on various ETC techniques for secure Data transmission Shaikh Nasreen 1, Prof. Suchita Wankhade 2 1, 2 Department of Computer Engineering 1, 2 Trinity College of Engineering and

More information

A Prediction-Based Transcoding System for Video Conference in Cloud Computing

A Prediction-Based Transcoding System for Video Conference in Cloud Computing A Prediction-Based Transcoding System for Video Conference in Cloud Computing Yongquan Chen 1 Abstract. We design a transcoding system that can provide dynamic transcoding services for various types of

More information

High Quality Image Magnification using Cross-Scale Self-Similarity

High Quality Image Magnification using Cross-Scale Self-Similarity High Quality Image Magnification using Cross-Scale Self-Similarity André Gooßen 1, Arne Ehlers 1, Thomas Pralow 2, Rolf-Rainer Grigat 1 1 Vision Systems, Hamburg University of Technology, D-21079 Hamburg

More information

APPLICATION NOTES: Dimming InGaN LED

APPLICATION NOTES: Dimming InGaN LED APPLICATION NOTES: Dimming InGaN LED Introduction: Indium gallium nitride (InGaN, In x Ga 1-x N) is a semiconductor material made of a mixture of gallium nitride (GaN) and indium nitride (InN). Indium

More information

Supervised Feature Selection & Unsupervised Dimensionality Reduction

Supervised Feature Selection & Unsupervised Dimensionality Reduction Supervised Feature Selection & Unsupervised Dimensionality Reduction Feature Subset Selection Supervised: class labels are given Select a subset of the problem features Why? Redundant features much or

More information

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,

More information

Unsupervised and supervised dimension reduction: Algorithms and connections

Unsupervised and supervised dimension reduction: Algorithms and connections Unsupervised and supervised dimension reduction: Algorithms and connections Jieping Ye Department of Computer Science and Engineering Evolutionary Functional Genomics Center The Biodesign Institute Arizona

More information

Class-specific Sparse Coding for Learning of Object Representations

Class-specific Sparse Coding for Learning of Object Representations Class-specific Sparse Coding for Learning of Object Representations Stephan Hasler, Heiko Wersing, and Edgar Körner Honda Research Institute Europe GmbH Carl-Legien-Str. 30, 63073 Offenbach am Main, Germany

More information

Text Localization & Segmentation in Images, Web Pages and Videos Media Mining I

Text Localization & Segmentation in Images, Web Pages and Videos Media Mining I Text Localization & Segmentation in Images, Web Pages and Videos Media Mining I Multimedia Computing, Universität Augsburg Rainer.Lienhart@informatik.uni-augsburg.de www.multimedia-computing.{de,org} PSNR_Y

More information

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal

More information

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

High-resolution Imaging System for Omnidirectional Illuminant Estimation

High-resolution Imaging System for Omnidirectional Illuminant Estimation High-resolution Imaging System for Omnidirectional Illuminant Estimation Shoji Tominaga*, Tsuyoshi Fukuda**, and Akira Kimachi** *Graduate School of Advanced Integration Science, Chiba University, Chiba

More information

Anomaly Detection using multidimensional reduction Principal Component Analysis

Anomaly Detection using multidimensional reduction Principal Component Analysis IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 1, Ver. II (Jan. 2014), PP 86-90 Anomaly Detection using multidimensional reduction Principal Component

More information

Similarity-Based Unsupervised Band Selection for Hyperspectral Image Analysis

Similarity-Based Unsupervised Band Selection for Hyperspectral Image Analysis 564 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 5, NO. 4, OCTOBER 2008 Similarity-Based Unsupervised Band Selection for Hyperspectral Image Analysis Qian Du, Senior Member, IEEE, and He Yang, Student

More information

Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation

Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation Sunil Karthick.M PG Scholar Department of ECE Kongu Engineering College Perundurau-638052 Venkatachalam.S Assistant Professor

More information

An introduction to OBJECTIVE ASSESSMENT OF IMAGE QUALITY. Harrison H. Barrett University of Arizona Tucson, AZ

An introduction to OBJECTIVE ASSESSMENT OF IMAGE QUALITY. Harrison H. Barrett University of Arizona Tucson, AZ An introduction to OBJECTIVE ASSESSMENT OF IMAGE QUALITY Harrison H. Barrett University of Arizona Tucson, AZ Outline! Approaches to image quality! Why not fidelity?! Basic premises of the task-based approach!

More information

product overview pco.edge family the most versatile scmos camera portfolio on the market pioneer in scmos image sensor technology

product overview pco.edge family the most versatile scmos camera portfolio on the market pioneer in scmos image sensor technology product overview family the most versatile scmos camera portfolio on the market pioneer in scmos image sensor technology scmos knowledge base scmos General Information PCO scmos cameras are a breakthrough

More information

Manifold Learning Examples PCA, LLE and ISOMAP

Manifold Learning Examples PCA, LLE and ISOMAP Manifold Learning Examples PCA, LLE and ISOMAP Dan Ventura October 14, 28 Abstract We try to give a helpful concrete example that demonstrates how to use PCA, LLE and Isomap, attempts to provide some intuition

More information

Understanding Megapixel Camera Technology for Network Video Surveillance Systems. Glenn Adair

Understanding Megapixel Camera Technology for Network Video Surveillance Systems. Glenn Adair Understanding Megapixel Camera Technology for Network Video Surveillance Systems Glenn Adair Introduction (1) 3 MP Camera Covers an Area 9X as Large as (1) VGA Camera Megapixel = Reduce Cameras 3 Mega

More information

ENHANCED WEB IMAGE RE-RANKING USING SEMANTIC SIGNATURES

ENHANCED WEB IMAGE RE-RANKING USING SEMANTIC SIGNATURES International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 2, March-April 2016, pp. 24 29, Article ID: IJCET_07_02_003 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=7&itype=2

More information

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering

More information

High-accuracy ultrasound target localization for hand-eye calibration between optical tracking systems and three-dimensional ultrasound

High-accuracy ultrasound target localization for hand-eye calibration between optical tracking systems and three-dimensional ultrasound High-accuracy ultrasound target localization for hand-eye calibration between optical tracking systems and three-dimensional ultrasound Ralf Bruder 1, Florian Griese 2, Floris Ernst 1, Achim Schweikard

More information

Index Terms: Face Recognition, Face Detection, Monitoring, Attendance System, and System Access Control.

Index Terms: Face Recognition, Face Detection, Monitoring, Attendance System, and System Access Control. Modern Technique Of Lecture Attendance Using Face Recognition. Shreya Nallawar, Neha Giri, Neeraj Deshbhratar, Shamal Sane, Trupti Gautre, Avinash Bansod Bapurao Deshmukh College Of Engineering, Sewagram,

More information

4. GPCRs PREDICTION USING GREY INCIDENCE DEGREE MEASURE AND PRINCIPAL COMPONENT ANALYIS

4. GPCRs PREDICTION USING GREY INCIDENCE DEGREE MEASURE AND PRINCIPAL COMPONENT ANALYIS 4. GPCRs PREDICTION USING GREY INCIDENCE DEGREE MEASURE AND PRINCIPAL COMPONENT ANALYIS The GPCRs sequences are made up of amino acid polypeptide chains. We can also call them sub units. The number and

More information

The Dynamic Background Generation Scheme Using an Image Frame

The Dynamic Background Generation Scheme Using an Image Frame The Dynamic Background Generation Scheme Using an Image Frame Statistical Comparison Method *1, Corresponding Author Wen-Yuan Chen, Department of Electronic Engineering, National Chin-Yi University of

More information

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM

FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,

More information