SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Engineering Science Invention
ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726
www.ijesi.org ||Volume 4 Issue 4 || April 2015 || PP.64-67
www.ijesi.org 64 | Page
Video Manifold Feature Extraction Based on ISOMAP
1
Sarita Menaria,2
Debasis Mukherjee
1,2
Department of ECE,Sir Padampat Singhania University,India)
ABSTRACT : ISOMAP is a nonlinear dimensionality reduction method and also one of several widely used
low-dimensional embedding methods. ISOMAP is one representative of isometric mapping methods,and
extends metric multidimensional scaling by incorporating the geodesic distances imposed by a weighted graph.
In this paper, nonlinear dimensionality reduction Isomap is introduced in context of video manifold feature
extraction. According to MATLAB tests, ISOMAP algorithm is able to reduce dimensionality greatly and
provide an alternate tool for video analysis.
KEYWORDS- Feature extraction, Images, ISOMAP, Manifold, Video.
I. INTRODUCTION
Digital video is a technology which is most widely developed during the past few decades. The use of
digital techniques in video created digital video, which allowed higher quality and, eventually, much lower cost
than earlier analog technology. In simple terms video can be defined as an electronic medium for the recording,
copying, playback, broadcasting, and display of moving visual and audio media. Video is a medium of
communication that delivers more information than any other elements of multimedia. But there are various
complexities of video data and current video processing methods have limited uses in fields of video data
modeling, indexing and retrieval. One of the basic step of video analysis is feature extraction[1].Feature
extraction ( or dimensionality reduction) is an important research topic in computer vision, pattern recognition
and machine learning fields. The curse of high dimensionality is usually a major cause of limitations of many
practical technologies, while the large quantities of features may even degrade the performances of the
classifiers when the size of the training set is small compared with the number of features[11].A number of
feature extraction methods have been developed in past several years in which one of the basic is principle
component analysis(PCA)[13],linear discriminant analysis(LDA)[13], and multidimensional scaling(MDS)[14]
,these methods come under linear dimension reduction methods and simple and easy to implement. In recent
years studies shown that many biometric systems[2] and multimedia videos [3]are using elegant nonlinear
dimension reduction methods for feature extraction. If the number of attributes is large, then the space of unique
possible rows is exponentially large. Humans often have difficulty comprehending data in many dimensions.
Thus reducing data to a small number of dimensions is useful for visualization purposes. Among the various
methods, the most well known methods are isometric feature mapping(ISOMAP)[4],local linear
embedding(LLE) [5]and Laplacian eigenmap, locality preserving projections(LPP)[6].These methods are quite
useful for facial or digit images and other real-world data sets. However, all of these methods, either linear
methods or nonlinear ones, attempt to find the low dimensionality features of single sample. The relationship
between the samples has not been considered. In other words, when these collections are video sequences, these
algorithms ignore the temporal coherence between frames, even though this cues provide useful information
about the neighborhood structure and the local geometry of the manifold.In this paper video manifold feature is
defined first and then extract the feature manifold through ISOMAP. The proposed manifold feature extraction
method is applied to the frames obtained from the video. The rest of this paper is arranged as follows :The video
manifold feature is defined in section 2.1;In section 2.2 ISOMAP method is described; Video manifold feature
extraction using ISOMAP is provided in detail in section 2.3.Experimental results on video frames are presented
in section 3;Finally ,the conclusion is given in section 4.
II. VIDEO MANIFOLD FEATURE EXTRACTION BASED ON ISOMAP
Videos can be represented by a hierarchical structure consisting of four levels(video,scene,shot,frame)
from top to bottom increasing in granularity, while a shot is the basic unit of a video[9].In general a video has a
multiple shot, which is an ordered set of images. The video manifold feature is a low dimension description of
the video sequences, which is extracted by ISOMAP embedding.
Video Manifold Feature Extraction…
www.ijesi.org 65 | Page
(a).Video Manifold Feature
Provided the given video clip is consisting of frame sequence ( ).All m×n pixel images frames exist in
the m×n dimensional space.
Definition : Given a dimensionality reduction method M,M is used to reduce the dimension of the original
features to d
)
Each is a d dimensional vector, and is d dimensional vector sequence, is called
video manifold feature.
In general, d≤3.When d=1, is transformed into 1D vectors, so it is called video manifold feature
vector
(b).Manifold Feature Extraction using ISOMAP
ISOMAP
Input: an n×n matrix pair wise distances with some (perhaps most) distances unknown.
Output: Point coordinates such that the pair wise distances are best approximated.
Method: Define a graph whose vertices are the set of points, and whose edges are the known pairwise
distances[10]. Compute all-pairs shortest path distances
in this graph, which defines a distance between every pair of nodes. Use MDS to find point coordinates which
satisfy these (now complete) distance constraints.
We can regard video sequence as the high-dimensional Euclidean space , where N is pixel number of
each frame. Each frame of video can be seen as a point in space, these points have a local relevance[1].
The given the video is consisted of frame sequences ( ).The methods in detail are as follows :
(1).Transforming frame sequence into a one-dimensional vector with size M*N (M,N for the
number of frame rows and columns respectively).
(2).Define a sparse matrix M whose i,j entry is .Resizing the images by converting the
images into gray scale and then by making an array of images.
(3).Compute ISOMAP embedding using the algorithm of “Tenenbaum,de silva and Langford(2000)” where
parameters are given as
[Y,R,E] = isomap(D,n_fcn,n_size) (1)
Input :
D= N×N matrix of distances(where N is the number of data point)
n_fcn=neighborhood function(epsilon or ‘k’)
n_size=neighborhood size(value for epsilon or ‘k’)
Output;
Y= Y.coords is a cell array with coordinates for d-dimensional embedding in Y.coords{d}
R= residual for embedding in Y
E= edge matrix for neighborhood graph
(4).Showing the output manifold images with data and image set.
TABLE 1. VIDEO MANIFOLD FEATURE EXTRACTION BASED ON ISOMAP
Input : video clip
Output : d-dimensional manifold feature
1.Transform frame sequences into a one dimensional vector
2.Compute Isomap embedding by using equation (1).
3.showing data and image manifold for several combinations of vertical and horizontal dimensions.
III. EXPERIMENTS AND RESULTS
The video experimented here is a clip from ‘Bicycle trick riding,no.2.mpeg’[15].The clip opens with a man
riding a bicycle in a forward circle, pausing and balancing for a moment, then continuing in a forward circle.
Some images sample from the clip in Fig.1(a).
Video Manifold Feature Extraction…
www.ijesi.org 66 | Page
(a)
Fig.1(b) shows some manifold output for several combinations of vertical and horizontal dimensions :
(b)
Figure1.(a) Some frames (b) manifold output for (x=8,y=10 and x=7,y=6)
Fig.2 shows a combined output of several positions of the person on the manifold embedded output plane
Figure 2. showing combined output of frame positions on the manifold embedding.
Video Manifold Feature Extraction…
www.ijesi.org 67 | Page
IV. CONCLUSIONS
This paper first gets a video into frame sequences and defines a novel video feature ,called video
manifold feature, then we extract the manifold feature using ISOMAP embedding. When we compare this
ISOMAP embedding with LLE we find that LLE tends to handle non-uniform sample densities poorly because
there is no fixed unit to prevent the weights from drifting as various regions differ in sample densities.
V. ACKNOWLEDGMENT
This research paper is supported by Department of ECE at Sir Padampat Singhania University,Udaipur and G
Iyyakuttii Iyyappan ,research fellow at Indian Institute of Technology, Indore.
REFRENCES
Journal Papers
[1]. 1 2 Maosheng Fu , Qin Xu,Min Kong and Bin Luo,Manifold “Feature Extraction for Video Based on Local Linear Embedding” ,
The 5th
International Conference on Computer Science & Education,Hefei,China.August 24-27,2010.
[2]. Ryazard Schoras,” Image Feature Extraction Techniques and Their Applications for CBIR and Biometrics
Systems”,International Journal of Biology and Biomedical Engineering.
[3]. Sen-ching S. Cheung and Avideh Zakhor,” Fast Similarity Search and Clustering of Video Sequences on the World-Wide-
Web”,,IEEE Tranactions on Multimedia,Vol 7.No.3,June 2005
[4]. J.B.Tenenbaum,V.de Silva,J.C.Langford,”A global geometric framework for nonlinear dimensionality reduction”,Science
290(2000) 2319-2323.
[5]. S.T. Roweis, L.K. Saul, “Nonlinear dimension reduction by locally linear embedding”, Science 290 (2000) 2323–2326.
[6]. M. Belkin, P. Niyogi,” Laplacian eigenmaps for dimensionality reduction and data representation”, Neural Computation 15 (6)
(2003) 1373–1396.
[7]. X. He, S. Yan, Y. Hu, H. Zhang,” Learning a locality preserving subspace for visual recognition’, in: Proceedings of the Ninth
International Conference on Computer Vision, France, October 2003, pp. 385–392.
[8]. Saul, L., Roweis, S.: “Think Globally, Fit Locally: Unsupervised Learning of Nonlinear Manifolds”. Technical Report MS CIS-
02-18, University of Pennsylvania. (2002).
[9]. Y.Rui,T.S.Huang, S.Mehrotra, “Constructing Table-of-Content for Videos”, ACM Multimedia Systems Journal, Special Issue
Multimedia Systems on Video Libraries, Vol.7, No.5, pp. 359-368, Sept. 1999
[10]. .Robert Pless,” Image Spaces and Video Trajectories: Using Isomap to Explore Video Sequences”, Department of Computer
Science and Engineering, Washington University in St. Louis.
Books:
[11]. A.K Jain,B.Chandrasekaran,Dimensionality and smaple size considerations in pattern recognition practice,in :Handbook of
Statistics,(North Holland,Amesterdam,1982)
[12] .R.O.Duda,P.E.Hart,Pattern Classification and Scene Analysis(,Wiley,New York,1973).
[13]. I.T.Jolliffe,Principal Component Analysis,(1989,Springer-Verlag,New York).
[14]. T.Cox and M.Cox. Multidimensional Scaling,(1994,Chapman & Hall,London).
[15]. http://www.open-video.org/details.php?videoid=4750

More Related Content

What's hot

Improving Performance of Texture Based Face Recognition Systems by Segmenting...
Improving Performance of Texture Based Face Recognition Systems by Segmenting...Improving Performance of Texture Based Face Recognition Systems by Segmenting...
Improving Performance of Texture Based Face Recognition Systems by Segmenting...IDES Editor
 
Multi-feature Fusion Using SIFT and LEBP for Finger Vein Recognition
Multi-feature Fusion Using SIFT and LEBP for Finger Vein RecognitionMulti-feature Fusion Using SIFT and LEBP for Finger Vein Recognition
Multi-feature Fusion Using SIFT and LEBP for Finger Vein RecognitionTELKOMNIKA JOURNAL
 
“Person Re-Identification and Tracking at the Edge: Challenges and Techniques...
“Person Re-Identification and Tracking at the Edge: Challenges and Techniques...“Person Re-Identification and Tracking at the Edge: Challenges and Techniques...
“Person Re-Identification and Tracking at the Edge: Challenges and Techniques...Edge AI and Vision Alliance
 
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET Journal
 
Passive techniques for detection of tampering in images by Surbhi Arora and S...
Passive techniques for detection of tampering in images by Surbhi Arora and S...Passive techniques for detection of tampering in images by Surbhi Arora and S...
Passive techniques for detection of tampering in images by Surbhi Arora and S...arorasurbhi
 
76201967
7620196776201967
76201967IJRAT
 
Modified Skip Line Encoding for Binary Image Compression
Modified Skip Line Encoding for Binary Image CompressionModified Skip Line Encoding for Binary Image Compression
Modified Skip Line Encoding for Binary Image Compressionidescitation
 
Multi Image Deblurring using Complementary Sets of Fluttering Patterns by Mul...
Multi Image Deblurring using Complementary Sets of Fluttering Patterns by Mul...Multi Image Deblurring using Complementary Sets of Fluttering Patterns by Mul...
Multi Image Deblurring using Complementary Sets of Fluttering Patterns by Mul...IRJET Journal
 
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...CSCJournals
 
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNINGMULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNINGcsandit
 
Performance analysis on color image mosaicing techniques on FPGA
Performance analysis on color image mosaicing techniques on FPGAPerformance analysis on color image mosaicing techniques on FPGA
Performance analysis on color image mosaicing techniques on FPGAIJECEIAES
 
Exploring visual and motion saliency for automatic video object extraction
Exploring visual and motion saliency for automatic video object extractionExploring visual and motion saliency for automatic video object extraction
Exploring visual and motion saliency for automatic video object extractionMuthu Samy
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHMVIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHMijcsa
 
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...mlaij
 

What's hot (17)

Improving Performance of Texture Based Face Recognition Systems by Segmenting...
Improving Performance of Texture Based Face Recognition Systems by Segmenting...Improving Performance of Texture Based Face Recognition Systems by Segmenting...
Improving Performance of Texture Based Face Recognition Systems by Segmenting...
 
Multi-feature Fusion Using SIFT and LEBP for Finger Vein Recognition
Multi-feature Fusion Using SIFT and LEBP for Finger Vein RecognitionMulti-feature Fusion Using SIFT and LEBP for Finger Vein Recognition
Multi-feature Fusion Using SIFT and LEBP for Finger Vein Recognition
 
“Person Re-Identification and Tracking at the Edge: Challenges and Techniques...
“Person Re-Identification and Tracking at the Edge: Challenges and Techniques...“Person Re-Identification and Tracking at the Edge: Challenges and Techniques...
“Person Re-Identification and Tracking at the Edge: Challenges and Techniques...
 
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
 
Passive techniques for detection of tampering in images by Surbhi Arora and S...
Passive techniques for detection of tampering in images by Surbhi Arora and S...Passive techniques for detection of tampering in images by Surbhi Arora and S...
Passive techniques for detection of tampering in images by Surbhi Arora and S...
 
76201967
7620196776201967
76201967
 
Sub ecs 702_30sep14
Sub ecs 702_30sep14Sub ecs 702_30sep14
Sub ecs 702_30sep14
 
Modified Skip Line Encoding for Binary Image Compression
Modified Skip Line Encoding for Binary Image CompressionModified Skip Line Encoding for Binary Image Compression
Modified Skip Line Encoding for Binary Image Compression
 
Multi Image Deblurring using Complementary Sets of Fluttering Patterns by Mul...
Multi Image Deblurring using Complementary Sets of Fluttering Patterns by Mul...Multi Image Deblurring using Complementary Sets of Fluttering Patterns by Mul...
Multi Image Deblurring using Complementary Sets of Fluttering Patterns by Mul...
 
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
 
Moving object detection
Moving object detectionMoving object detection
Moving object detection
 
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNINGMULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
 
Performance analysis on color image mosaicing techniques on FPGA
Performance analysis on color image mosaicing techniques on FPGAPerformance analysis on color image mosaicing techniques on FPGA
Performance analysis on color image mosaicing techniques on FPGA
 
Exploring visual and motion saliency for automatic video object extraction
Exploring visual and motion saliency for automatic video object extractionExploring visual and motion saliency for automatic video object extraction
Exploring visual and motion saliency for automatic video object extraction
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHMVIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
VIDEO SEGMENTATION & SUMMARIZATION USING MODIFIED GENETIC ALGORITHM
 
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
 

Similar to Video Manifold Feature Extraction Based on ISOMAP

IRJET - Applications of Image and Video Deduplication: A Survey
IRJET -  	  Applications of Image and Video Deduplication: A SurveyIRJET -  	  Applications of Image and Video Deduplication: A Survey
IRJET - Applications of Image and Video Deduplication: A SurveyIRJET Journal
 
Semantic Concept Detection in Video Using Hybrid Model of CNN and SVM Classif...
Semantic Concept Detection in Video Using Hybrid Model of CNN and SVM Classif...Semantic Concept Detection in Video Using Hybrid Model of CNN and SVM Classif...
Semantic Concept Detection in Video Using Hybrid Model of CNN and SVM Classif...CSCJournals
 
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...sipij
 
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...sipij
 
Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...Editor IJCATR
 
A Video Processing based System for Counting Vehicles
A Video Processing based System for Counting VehiclesA Video Processing based System for Counting Vehicles
A Video Processing based System for Counting VehiclesIRJET Journal
 
Sign Detection from Hearing Impaired
Sign Detection from Hearing ImpairedSign Detection from Hearing Impaired
Sign Detection from Hearing ImpairedIRJET Journal
 
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSIONSECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSIONsipij
 
Design and Analysis of Quantization Based Low Bit Rate Encoding System
Design and Analysis of Quantization Based Low Bit Rate Encoding SystemDesign and Analysis of Quantization Based Low Bit Rate Encoding System
Design and Analysis of Quantization Based Low Bit Rate Encoding Systemijtsrd
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTMVIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTMIRJET Journal
 
Human Action Recognition using Contour History Images and Neural Networks Cla...
Human Action Recognition using Contour History Images and Neural Networks Cla...Human Action Recognition using Contour History Images and Neural Networks Cla...
Human Action Recognition using Contour History Images and Neural Networks Cla...IRJET Journal
 
Key frame extraction methodology for video annotation
Key frame extraction methodology for video annotationKey frame extraction methodology for video annotation
Key frame extraction methodology for video annotationIAEME Publication
 
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONVISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONcscpconf
 
Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...IRJET Journal
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLEIRJET Journal
 
Real Time Sign Language Recognition Using Deep Learning
Real Time Sign Language Recognition Using Deep LearningReal Time Sign Language Recognition Using Deep Learning
Real Time Sign Language Recognition Using Deep LearningIRJET Journal
 

Similar to Video Manifold Feature Extraction Based on ISOMAP (20)

IRJET - Applications of Image and Video Deduplication: A Survey
IRJET -  	  Applications of Image and Video Deduplication: A SurveyIRJET -  	  Applications of Image and Video Deduplication: A Survey
IRJET - Applications of Image and Video Deduplication: A Survey
 
A0540106
A0540106A0540106
A0540106
 
Semantic Concept Detection in Video Using Hybrid Model of CNN and SVM Classif...
Semantic Concept Detection in Video Using Hybrid Model of CNN and SVM Classif...Semantic Concept Detection in Video Using Hybrid Model of CNN and SVM Classif...
Semantic Concept Detection in Video Using Hybrid Model of CNN and SVM Classif...
 
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
 
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
 
Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...
 
A Video Processing based System for Counting Vehicles
A Video Processing based System for Counting VehiclesA Video Processing based System for Counting Vehicles
A Video Processing based System for Counting Vehicles
 
Sign Detection from Hearing Impaired
Sign Detection from Hearing ImpairedSign Detection from Hearing Impaired
Sign Detection from Hearing Impaired
 
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSIONSECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
 
Design and Analysis of Quantization Based Low Bit Rate Encoding System
Design and Analysis of Quantization Based Low Bit Rate Encoding SystemDesign and Analysis of Quantization Based Low Bit Rate Encoding System
Design and Analysis of Quantization Based Low Bit Rate Encoding System
 
E1083237
E1083237E1083237
E1083237
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTMVIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
 
Human Action Recognition using Contour History Images and Neural Networks Cla...
Human Action Recognition using Contour History Images and Neural Networks Cla...Human Action Recognition using Contour History Images and Neural Networks Cla...
Human Action Recognition using Contour History Images and Neural Networks Cla...
 
Key frame extraction methodology for video annotation
Key frame extraction methodology for video annotationKey frame extraction methodology for video annotation
Key frame extraction methodology for video annotation
 
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONVISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
 
med_poster_spie
med_poster_spiemed_poster_spie
med_poster_spie
 
Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
 
Real Time Sign Language Recognition Using Deep Learning
Real Time Sign Language Recognition Using Deep LearningReal Time Sign Language Recognition Using Deep Learning
Real Time Sign Language Recognition Using Deep Learning
 

Recently uploaded

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Video Manifold Feature Extraction Based on ISOMAP

  • 1. International Journal of Engineering Science Invention ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726 www.ijesi.org ||Volume 4 Issue 4 || April 2015 || PP.64-67 www.ijesi.org 64 | Page Video Manifold Feature Extraction Based on ISOMAP 1 Sarita Menaria,2 Debasis Mukherjee 1,2 Department of ECE,Sir Padampat Singhania University,India) ABSTRACT : ISOMAP is a nonlinear dimensionality reduction method and also one of several widely used low-dimensional embedding methods. ISOMAP is one representative of isometric mapping methods,and extends metric multidimensional scaling by incorporating the geodesic distances imposed by a weighted graph. In this paper, nonlinear dimensionality reduction Isomap is introduced in context of video manifold feature extraction. According to MATLAB tests, ISOMAP algorithm is able to reduce dimensionality greatly and provide an alternate tool for video analysis. KEYWORDS- Feature extraction, Images, ISOMAP, Manifold, Video. I. INTRODUCTION Digital video is a technology which is most widely developed during the past few decades. The use of digital techniques in video created digital video, which allowed higher quality and, eventually, much lower cost than earlier analog technology. In simple terms video can be defined as an electronic medium for the recording, copying, playback, broadcasting, and display of moving visual and audio media. Video is a medium of communication that delivers more information than any other elements of multimedia. But there are various complexities of video data and current video processing methods have limited uses in fields of video data modeling, indexing and retrieval. One of the basic step of video analysis is feature extraction[1].Feature extraction ( or dimensionality reduction) is an important research topic in computer vision, pattern recognition and machine learning fields. The curse of high dimensionality is usually a major cause of limitations of many practical technologies, while the large quantities of features may even degrade the performances of the classifiers when the size of the training set is small compared with the number of features[11].A number of feature extraction methods have been developed in past several years in which one of the basic is principle component analysis(PCA)[13],linear discriminant analysis(LDA)[13], and multidimensional scaling(MDS)[14] ,these methods come under linear dimension reduction methods and simple and easy to implement. In recent years studies shown that many biometric systems[2] and multimedia videos [3]are using elegant nonlinear dimension reduction methods for feature extraction. If the number of attributes is large, then the space of unique possible rows is exponentially large. Humans often have difficulty comprehending data in many dimensions. Thus reducing data to a small number of dimensions is useful for visualization purposes. Among the various methods, the most well known methods are isometric feature mapping(ISOMAP)[4],local linear embedding(LLE) [5]and Laplacian eigenmap, locality preserving projections(LPP)[6].These methods are quite useful for facial or digit images and other real-world data sets. However, all of these methods, either linear methods or nonlinear ones, attempt to find the low dimensionality features of single sample. The relationship between the samples has not been considered. In other words, when these collections are video sequences, these algorithms ignore the temporal coherence between frames, even though this cues provide useful information about the neighborhood structure and the local geometry of the manifold.In this paper video manifold feature is defined first and then extract the feature manifold through ISOMAP. The proposed manifold feature extraction method is applied to the frames obtained from the video. The rest of this paper is arranged as follows :The video manifold feature is defined in section 2.1;In section 2.2 ISOMAP method is described; Video manifold feature extraction using ISOMAP is provided in detail in section 2.3.Experimental results on video frames are presented in section 3;Finally ,the conclusion is given in section 4. II. VIDEO MANIFOLD FEATURE EXTRACTION BASED ON ISOMAP Videos can be represented by a hierarchical structure consisting of four levels(video,scene,shot,frame) from top to bottom increasing in granularity, while a shot is the basic unit of a video[9].In general a video has a multiple shot, which is an ordered set of images. The video manifold feature is a low dimension description of the video sequences, which is extracted by ISOMAP embedding.
  • 2. Video Manifold Feature Extraction… www.ijesi.org 65 | Page (a).Video Manifold Feature Provided the given video clip is consisting of frame sequence ( ).All m×n pixel images frames exist in the m×n dimensional space. Definition : Given a dimensionality reduction method M,M is used to reduce the dimension of the original features to d ) Each is a d dimensional vector, and is d dimensional vector sequence, is called video manifold feature. In general, d≤3.When d=1, is transformed into 1D vectors, so it is called video manifold feature vector (b).Manifold Feature Extraction using ISOMAP ISOMAP Input: an n×n matrix pair wise distances with some (perhaps most) distances unknown. Output: Point coordinates such that the pair wise distances are best approximated. Method: Define a graph whose vertices are the set of points, and whose edges are the known pairwise distances[10]. Compute all-pairs shortest path distances in this graph, which defines a distance between every pair of nodes. Use MDS to find point coordinates which satisfy these (now complete) distance constraints. We can regard video sequence as the high-dimensional Euclidean space , where N is pixel number of each frame. Each frame of video can be seen as a point in space, these points have a local relevance[1]. The given the video is consisted of frame sequences ( ).The methods in detail are as follows : (1).Transforming frame sequence into a one-dimensional vector with size M*N (M,N for the number of frame rows and columns respectively). (2).Define a sparse matrix M whose i,j entry is .Resizing the images by converting the images into gray scale and then by making an array of images. (3).Compute ISOMAP embedding using the algorithm of “Tenenbaum,de silva and Langford(2000)” where parameters are given as [Y,R,E] = isomap(D,n_fcn,n_size) (1) Input : D= N×N matrix of distances(where N is the number of data point) n_fcn=neighborhood function(epsilon or ‘k’) n_size=neighborhood size(value for epsilon or ‘k’) Output; Y= Y.coords is a cell array with coordinates for d-dimensional embedding in Y.coords{d} R= residual for embedding in Y E= edge matrix for neighborhood graph (4).Showing the output manifold images with data and image set. TABLE 1. VIDEO MANIFOLD FEATURE EXTRACTION BASED ON ISOMAP Input : video clip Output : d-dimensional manifold feature 1.Transform frame sequences into a one dimensional vector 2.Compute Isomap embedding by using equation (1). 3.showing data and image manifold for several combinations of vertical and horizontal dimensions. III. EXPERIMENTS AND RESULTS The video experimented here is a clip from ‘Bicycle trick riding,no.2.mpeg’[15].The clip opens with a man riding a bicycle in a forward circle, pausing and balancing for a moment, then continuing in a forward circle. Some images sample from the clip in Fig.1(a).
  • 3. Video Manifold Feature Extraction… www.ijesi.org 66 | Page (a) Fig.1(b) shows some manifold output for several combinations of vertical and horizontal dimensions : (b) Figure1.(a) Some frames (b) manifold output for (x=8,y=10 and x=7,y=6) Fig.2 shows a combined output of several positions of the person on the manifold embedded output plane Figure 2. showing combined output of frame positions on the manifold embedding.
  • 4. Video Manifold Feature Extraction… www.ijesi.org 67 | Page IV. CONCLUSIONS This paper first gets a video into frame sequences and defines a novel video feature ,called video manifold feature, then we extract the manifold feature using ISOMAP embedding. When we compare this ISOMAP embedding with LLE we find that LLE tends to handle non-uniform sample densities poorly because there is no fixed unit to prevent the weights from drifting as various regions differ in sample densities. V. ACKNOWLEDGMENT This research paper is supported by Department of ECE at Sir Padampat Singhania University,Udaipur and G Iyyakuttii Iyyappan ,research fellow at Indian Institute of Technology, Indore. REFRENCES Journal Papers [1]. 1 2 Maosheng Fu , Qin Xu,Min Kong and Bin Luo,Manifold “Feature Extraction for Video Based on Local Linear Embedding” , The 5th International Conference on Computer Science & Education,Hefei,China.August 24-27,2010. [2]. Ryazard Schoras,” Image Feature Extraction Techniques and Their Applications for CBIR and Biometrics Systems”,International Journal of Biology and Biomedical Engineering. [3]. Sen-ching S. Cheung and Avideh Zakhor,” Fast Similarity Search and Clustering of Video Sequences on the World-Wide- Web”,,IEEE Tranactions on Multimedia,Vol 7.No.3,June 2005 [4]. J.B.Tenenbaum,V.de Silva,J.C.Langford,”A global geometric framework for nonlinear dimensionality reduction”,Science 290(2000) 2319-2323. [5]. S.T. Roweis, L.K. Saul, “Nonlinear dimension reduction by locally linear embedding”, Science 290 (2000) 2323–2326. [6]. M. Belkin, P. Niyogi,” Laplacian eigenmaps for dimensionality reduction and data representation”, Neural Computation 15 (6) (2003) 1373–1396. [7]. X. He, S. Yan, Y. Hu, H. Zhang,” Learning a locality preserving subspace for visual recognition’, in: Proceedings of the Ninth International Conference on Computer Vision, France, October 2003, pp. 385–392. [8]. Saul, L., Roweis, S.: “Think Globally, Fit Locally: Unsupervised Learning of Nonlinear Manifolds”. Technical Report MS CIS- 02-18, University of Pennsylvania. (2002). [9]. Y.Rui,T.S.Huang, S.Mehrotra, “Constructing Table-of-Content for Videos”, ACM Multimedia Systems Journal, Special Issue Multimedia Systems on Video Libraries, Vol.7, No.5, pp. 359-368, Sept. 1999 [10]. .Robert Pless,” Image Spaces and Video Trajectories: Using Isomap to Explore Video Sequences”, Department of Computer Science and Engineering, Washington University in St. Louis. Books: [11]. A.K Jain,B.Chandrasekaran,Dimensionality and smaple size considerations in pattern recognition practice,in :Handbook of Statistics,(North Holland,Amesterdam,1982) [12] .R.O.Duda,P.E.Hart,Pattern Classification and Scene Analysis(,Wiley,New York,1973). [13]. I.T.Jolliffe,Principal Component Analysis,(1989,Springer-Verlag,New York). [14]. T.Cox and M.Cox. Multidimensional Scaling,(1994,Chapman & Hall,London). [15]. http://www.open-video.org/details.php?videoid=4750