SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 21
Video Feature Extraction Based on Modified
LLE Using Adaptive Nearest Neighbor
Approach
Preksha Bohra1
, Sunil Joshi2
1
M.Tech Scholar, Department of ECE, College of Technology and Engineering, Udaipur, INDIA
2
Professor, Department of ECE, College of Technology and Engineering, Udaipur, INDIA
Abstract—Locally linear embedding (LLE) is an
unsupervised learning algorithm which computes the low
dimensional, neighborhood preserving embeddings of
high dimensional data. LLE attempts to discover non-
linear structure in high dimensional data by exploiting
the local symmetries of linear reconstructions. In this
paper, video feature extraction is done using modified
LLE alongwith adaptive nearest neighbor approach to
find the nearest neighbor and the connected components.
The proposed feature extraction method is applied to a
video. The video feature description gives a new tool for
analysis of video.
Keywords— Feature extraction, Frames, Images, LLE,
ISOMAP, Manifold, PCA, Video.
I. INTRODUCTION
Digital video is an innovation which is most generally
developed amid the couple of decades. The utilization of
digital techniques in video engendered digital video, that
allowed higher quality and, in the long run, much lower
expense than prior analog technology. In straightforward
terms video can be outlined as an electronic medium for
the recording, copying, playback, broadcasting, and
showcase of moving visual and audio media. Video is one
of the medium of communication that delivers a lot of
information than any other medium of multimedia
system. However there are numerous complexities of
video information and current video process strategies
have restricted uses in fields of video information
modeling, categorisation and retrieval. One among the
essential step of video analysis is feature extraction[1].
Feature extraction (or dimension reduction) is a very
important analysis topic in computer vision, pattern
recognition and also in machine learning fields. The curse
of high dimension is typically a significant reason behind
limitations of the many sensible technologies, whereas the
massive quantities of features could even degrade the
performances of the classifiers when the size of the
training set is minuscule compared with the number of
features[2]. A number of feature extraction strategies are
developed in past many years within which one among
the essential is principle component analysis (PCA)[3],
linear discriminant analysis (LDA)[3], and
multidimensional scaling (MDS)[4]. These strategies are
linear dimension reduction strategies and are simple and
facile to implement. In recent years studies shown that
several biometric systems[5] and multimedia system
videos[6] are utilizing elegant nonlinear dimension
reduction strategies for feature extraction. If the number
of attributes is large, then the space of distinctive possible
rows is exponentially large. Humans usually have
problem comprehending information in several
dimensions, so reducing information to a little number of
dimensions is beneficial for visual image functions.
Among the strategies, the foremost accepted strategies are
isometric feature mapping (ISOMAP)[7], local linear
embedding (LLE)[8] and Laplacian eigenmap, locality
preserving projections (LPP)[9]. These strategies are quite
helpful for facial or digit pictures and different real-world
information sets. However, all of these strategies, either
linear strategies or nonlinear ones, endeavor to find the
low dimensionality features of single sample. The
relationship between the samples has not been thought-
about. In different words, once these collections are video
sequences, these algorithms ignore the temporal
coherence between frames, even if this cues give helpful
information regarding the neighborhood structure and
also the native geometry of the manifold.
The contribution of this paper is to define a video feature
extraction technique using manifold learning and to
extract the feature by applying LLE through adding
virtual frames and adaptive nearest neighbor algorithm.
The proposed manifold feature extraction method is
applied to video trajectories. So the video manifold
feature description can be a new tool for video analysis.
The rest of the paper is arranged as follows:
The video manifold feature is defined in section 2.1; In
section 2.2 conditions of adding virtual frames is
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 22
described; Video manifold feature extraction using
modified LLE 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 LLE USING
ADAPTIVE NEAREST NEIGHBOR
ALGORITHM
Video is depicted by a heirarchical data structure
consisting of four differnet levels (video, scene, shot,
frame) from top to bottom increasing in
graininess, whereas a shot is that the basic unit of a
video[9]. In general a video features a multiple
shot, that is an ordered set of pictures. The video manifold
feature is a low dimension description of the video
sequences, that is extracted by modified LLE embedding
using adaptive nearest neighbor algorithm and adding
virtual frames.
2.1 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, ≤ 3. When d=1, , , … , is
transformed into 1D vectors, so it is called video manifold
feature vector.
2.2 Adding Virtual Frames
Locally linear embedding(LLE)[10][11] is an elegant
nonlinear method for dimensionality reduction and
manifold learning, which attempts to discover the
structure of high dimensional data which lies in a
nonlinear high-dimensional manifold and find their
embedding in an low dimensional Euclidean space.
LLE requires that the input high dimensional data lie on a
smooth and well-sampled single manifold. However, it
fails to find the embedding when it is applied to multi-
manifold, the original LLE algorithm failed to give a
reasonable embedding, even the embedding collapse to
some points [1].
The utilization of virtual samples is an effective scheme
to solving the problem. In machine learning, virtual
samples have been used in comprehensible learning. For
example, virtual samples were generated to help extract
symbolic rules from complicated learning systems such as
neural network ensembles [2]. Virtual Samples are also
useful in learning with imbalanced data sets. For example,
in the Smote algorithm [12], virtual samples of the
minority class are generated so that the number of
minority training samples is increased.
The given , represents the last frame of the -shot
and the first frame of the -shot respectively. ∥ −
∥ , ∥ − ∥ represents Squared Euclidean
distance between frame , and , respectively.
Here we add m virtual examples between .
=
∥ − ∥
∥ − ∥ +∥ − ∥ 2⁄$ %
(1)
(2)
Where
2.3 Video feature extraction using LLE
Video sequence can be considered as the high-
dimensional Euclidean space & '
, where N is the pixel
number of each frame. Each frame of the video can be
seen as a point in & '
space. A manifold learning
method is used to extract the local structure embedded in
space & '
to describe the video. The given video
consists of frame sequence , , … , ( .
The algorithm is explained in the folowing table:
TABLE I: ALGORITHM FOR MODIFIED LLE
Input:
Video : Bicycle trick riding, no.2 .
Output:
Mapped output in 2D and 3D scattter plot.
Procedure:
Step 1: Transforming frame sequence = 1, … . + into
a one-dimensional vector with size M*N (M,N for the
number of frame rows and columns respectively).
Step 2: Add virtual frames if needed.
Step3 : Learn it by dimension reduction technique
modified LLE.
i. Find nearest neighbors and pairwise
distances.
ii. Constructing nearest neighbor graph
either using
a) k-nn (k nearest neighbor
algorithm), or
b) adaptive neighborhood selection.
iii. Identify largest connected component
of the neighborhood graph
iv. Perform Dulmage-Mendelsohn
permutation resulting in connected
frames, set is reduced and flat region is
discarded.
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 23
v. Solving MSE for reconstruction
weights for all points or Computing
Reconstruction Weights
vi. Define the sparse cost matrix M.
vii. Compute the embedding from the
bottom eigen vectors of this cost matrix.
viii. Do Eigen-decomposition.
Step 4: Mapped output in 2D and 3D format.
Step 5: End
III. EXPERIMENTS AND RESULTS
In order to test the validity of our implementation, the
testing database was collected from the Open Video
Project – a shared digital video collection ‘Bicycle trick
riding, no. 2.mpeg’ [13]. The clip opens with a man riding
a bicycle in a forwards circle, pausing and balancing for a
moment, then continuing in a forwards circle. Some
frames extracted from the video are shown in fig 1.
Fig.1: Some frames extracted from the video database
The following fig 2 shows the output of video feature
extraction using modified LLE
(a) (b)
Fig.2 : Mapped output of modified LLE in
(a) 2D using adaptive-NN algorithm
(b) 2D using adaptive-NN algorithm
The following figure shows the mapped output using
three different manifold learning techniques, LLE,
ISOMAP and PCA respectively.
Fig. 3 : Comparison of mapped output of video feature
extraction using LLE, ISOMAP and PCA
IV. CONCLUSION
This paper presents an improved technique of video
feature extraction. The computation is done by using
adaptive NN method. In adaptive nearest neighbour the
machine itself learns and does the remaining computaion.
Though it is time consuming but it overcomes the
limitation of the traditional k-nearest neighbor algorithm
(k-NN) which usually identifies the same number of
nearest neighbors for each test example. The algorithm
finds out the optimal k itself. After comparing all the
three techniques, if PCA and ISOMAP is used to reduce
the same data set, the resulting values are not so well
organized. LLE with adaptive nearest neighbor approach
is better as compared to ISOMAP and PCA.
REFERENCES
[1] [1]. 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] [2] A.K Jain, B.Chandrasekaran, Dimensionality and
smaple size considerations in pattern recognition
practice,in :Handbook of Statistics, (North
Holland,Amesterdam,1982)
[3] I.T.Jolliffe,Principal Component Analysis,
(1989,Springer-Verlag,New York).
[4] [4]. T.Cox and M.Cox. Multidimensional Scaling
(1994,Chapman & Hall, London).
[5] Ryazard Schoras,” Image Feature Extraction
Techniques and Their Applications for CBIR and
Biometrics Systems”,International Journal of
Biology and Biomedical Engineering.
[6] Sen-ching S. Cheung and Avideh Zakhor,” Fast
Similarity Search and Clustering of Video Sequences
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015]
ISSN : 2454-1311
www.ijaems.com Page | 24
on the World-WideWeb”,,IEEE Tranactions on
Multimedia,Vol 7.No.3,June 2005
[7] J.B.Tenenbaum, V.de Silva, J.C.Langford. “A global
geometric framework for nonlinear dimensionality
reduction”, Science 290(2000) 2319-2323.
[8] S.T. Roweis, L.K. Saul, “Nonlinear dimension
reduction by locally linear embedding”, Science 290
(2000) 2323–2326.
[9] M. Belkin, P. Niyogi,” Laplacian eigenmaps for
dimensionality reduction and data representation”,
Neural Computation 15 (6)(2003) 1373–1396.
[10]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.
[11]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
[12]R.O.Duda,P.E.Hart,Pattern Classification and Scene
Analysis(,Wiley,New York,1973).
[13]http://www.open-video.org/details.php?videoid=
4750
[14]Saul, L., Roweis, S.: “Think Globally, Fit Locally:
Unsupervised Learning of Nonlinear Manifolds”.
Technical Report MS CIS-02-18, University of
Pennsylvania (2002).
[15]Robert Pless,” Image Spaces and Video
Trajectories: Using Isomap to Explore Video
Sequences”, Department of Computer Science and
Engineering, Washington University in St..Louis.

Mais conteúdo relacionado

Mais procurados

Video inpainting using backgroung registration
Video inpainting using backgroung registrationVideo inpainting using backgroung registration
Video inpainting using backgroung registrationeSAT Publishing House
 
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
 
Dynamic Threshold in Clip Analysis and Retrieval
Dynamic Threshold in Clip Analysis and RetrievalDynamic Threshold in Clip Analysis and Retrieval
Dynamic Threshold in Clip Analysis and RetrievalCSCJournals
 
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...IJNSA Journal
 
IMAGE DE-NOISING USING DEEP NEURAL NETWORK
IMAGE DE-NOISING USING DEEP NEURAL NETWORKIMAGE DE-NOISING USING DEEP NEURAL NETWORK
IMAGE DE-NOISING USING DEEP NEURAL NETWORKaciijournal
 
Reversible encrypted data concealment in images by reserving room approach
Reversible encrypted data concealment in images by reserving room approachReversible encrypted data concealment in images by reserving room approach
Reversible encrypted data concealment in images by reserving room approachIAEME Publication
 
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
 
Multi-View Video Coding Algorithms/Techniques: A Comprehensive Study
Multi-View Video Coding Algorithms/Techniques: A Comprehensive StudyMulti-View Video Coding Algorithms/Techniques: A Comprehensive Study
Multi-View Video Coding Algorithms/Techniques: A Comprehensive StudyIJERA Editor
 
Video summarization using clustering
Video summarization using clusteringVideo summarization using clustering
Video summarization using clusteringSahil Biswas
 
absorption, Cu2+ : glass, emission, excitation, XRD
absorption, Cu2+ : glass, emission, excitation, XRDabsorption, Cu2+ : glass, emission, excitation, XRD
absorption, Cu2+ : glass, emission, excitation, XRDIJERA Editor
 
IRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep LearningIRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep LearningIRJET Journal
 
Iaetsd literature review on generic lossless visible watermarking &
Iaetsd literature review on generic lossless visible watermarking &Iaetsd literature review on generic lossless visible watermarking &
Iaetsd literature review on generic lossless visible watermarking &Iaetsd Iaetsd
 

Mais procurados (18)

Video inpainting using backgroung registration
Video inpainting using backgroung registrationVideo inpainting using backgroung registration
Video inpainting using backgroung registration
 
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)
 
Dynamic Threshold in Clip Analysis and Retrieval
Dynamic Threshold in Clip Analysis and RetrievalDynamic Threshold in Clip Analysis and Retrieval
Dynamic Threshold in Clip Analysis and Retrieval
 
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
 
IMAGE DE-NOISING USING DEEP NEURAL NETWORK
IMAGE DE-NOISING USING DEEP NEURAL NETWORKIMAGE DE-NOISING USING DEEP NEURAL NETWORK
IMAGE DE-NOISING USING DEEP NEURAL NETWORK
 
Reversible encrypted data concealment in images by reserving room approach
Reversible encrypted data concealment in images by reserving room approachReversible encrypted data concealment in images by reserving room approach
Reversible encrypted data concealment in images by reserving room approach
 
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...
 
Multi-View Video Coding Algorithms/Techniques: A Comprehensive Study
Multi-View Video Coding Algorithms/Techniques: A Comprehensive StudyMulti-View Video Coding Algorithms/Techniques: A Comprehensive Study
Multi-View Video Coding Algorithms/Techniques: A Comprehensive Study
 
Video summarization using clustering
Video summarization using clusteringVideo summarization using clustering
Video summarization using clustering
 
absorption, Cu2+ : glass, emission, excitation, XRD
absorption, Cu2+ : glass, emission, excitation, XRDabsorption, Cu2+ : glass, emission, excitation, XRD
absorption, Cu2+ : glass, emission, excitation, XRD
 
IRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep LearningIRJET- Semantic Segmentation using Deep Learning
IRJET- Semantic Segmentation using Deep Learning
 
Cb35446450
Cb35446450Cb35446450
Cb35446450
 
Z03301550160
Z03301550160Z03301550160
Z03301550160
 
L0956974
L0956974L0956974
L0956974
 
Iaetsd literature review on generic lossless visible watermarking &
Iaetsd literature review on generic lossless visible watermarking &Iaetsd literature review on generic lossless visible watermarking &
Iaetsd literature review on generic lossless visible watermarking &
 
Ijciet 10 02_043
Ijciet 10 02_043Ijciet 10 02_043
Ijciet 10 02_043
 
E1083237
E1083237E1083237
E1083237
 
A04840107
A04840107A04840107
A04840107
 

Semelhante a 5 ijaems sept-2015-9-video feature extraction based on modified lle using adaptive nearest neighbor approach

Human Action Recognition in Videos
Human Action Recognition in VideosHuman Action Recognition in Videos
Human Action Recognition in VideosIRJET Journal
 
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
 
24 7912 9261-1-ed a meaningful (edit a)
24 7912 9261-1-ed a meaningful (edit a)24 7912 9261-1-ed a meaningful (edit a)
24 7912 9261-1-ed a meaningful (edit a)IAESIJEECS
 
24 7912 9261-1-ed a meaningful (edit a)
24 7912 9261-1-ed a meaningful (edit a)24 7912 9261-1-ed a meaningful (edit a)
24 7912 9261-1-ed a meaningful (edit a)IAESIJEECS
 
Key frame extraction for video summarization using motion activity descriptors
Key frame extraction for video summarization using motion activity descriptorsKey frame extraction for video summarization using motion activity descriptors
Key frame extraction for video summarization using motion activity descriptorseSAT Publishing House
 
Key frame extraction for video summarization using motion activity descriptors
Key frame extraction for video summarization using motion activity descriptorsKey frame extraction for video summarization using motion activity descriptors
Key frame extraction for video summarization using motion activity descriptorseSAT Journals
 
Parking Surveillance Footage Summarization
Parking Surveillance Footage SummarizationParking Surveillance Footage Summarization
Parking Surveillance Footage SummarizationIRJET Journal
 
Recognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesRecognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesIJCSEA 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
 
IRJET- Storage Optimization of Video Surveillance from CCTV Camera
IRJET- Storage Optimization of Video Surveillance from CCTV CameraIRJET- Storage Optimization of Video Surveillance from CCTV Camera
IRJET- Storage Optimization of Video Surveillance from CCTV CameraIRJET Journal
 
Sign Detection from Hearing Impaired
Sign Detection from Hearing ImpairedSign Detection from Hearing Impaired
Sign Detection from Hearing ImpairedIRJET Journal
 
VIDEO SUMMARIZATION: CORRELATION FOR SUMMARIZATION AND SUBTRACTION FOR RARE E...
VIDEO SUMMARIZATION: CORRELATION FOR SUMMARIZATION AND SUBTRACTION FOR RARE E...VIDEO SUMMARIZATION: CORRELATION FOR SUMMARIZATION AND SUBTRACTION FOR RARE E...
VIDEO SUMMARIZATION: CORRELATION FOR SUMMARIZATION AND SUBTRACTION FOR RARE E...Journal For Research
 
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
 
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
 
Secure IoT Systems Monitor Framework using Probabilistic Image Encryption
Secure IoT Systems Monitor Framework using Probabilistic Image EncryptionSecure IoT Systems Monitor Framework using Probabilistic Image Encryption
Secure IoT Systems Monitor Framework using Probabilistic Image EncryptionIJAEMSJORNAL
 
An Intelligent Approach for Effective Retrieval of Content from Large Data Se...
An Intelligent Approach for Effective Retrieval of Content from Large Data Se...An Intelligent Approach for Effective Retrieval of Content from Large Data Se...
An Intelligent Approach for Effective Retrieval of Content from Large Data Se...IJCSIS Research Publications
 
IMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUESIMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUESIRJET 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
 
IRJET- Study of SVM and CNN in Semantic Concept Detection
IRJET- Study of SVM and CNN in Semantic Concept DetectionIRJET- Study of SVM and CNN in Semantic Concept Detection
IRJET- Study of SVM and CNN in Semantic Concept DetectionIRJET Journal
 

Semelhante a 5 ijaems sept-2015-9-video feature extraction based on modified lle using adaptive nearest neighbor approach (20)

Human Action Recognition in Videos
Human Action Recognition in VideosHuman Action Recognition in Videos
Human Action Recognition in Videos
 
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
 
24 7912 9261-1-ed a meaningful (edit a)
24 7912 9261-1-ed a meaningful (edit a)24 7912 9261-1-ed a meaningful (edit a)
24 7912 9261-1-ed a meaningful (edit a)
 
24 7912 9261-1-ed a meaningful (edit a)
24 7912 9261-1-ed a meaningful (edit a)24 7912 9261-1-ed a meaningful (edit a)
24 7912 9261-1-ed a meaningful (edit a)
 
Key frame extraction for video summarization using motion activity descriptors
Key frame extraction for video summarization using motion activity descriptorsKey frame extraction for video summarization using motion activity descriptors
Key frame extraction for video summarization using motion activity descriptors
 
Key frame extraction for video summarization using motion activity descriptors
Key frame extraction for video summarization using motion activity descriptorsKey frame extraction for video summarization using motion activity descriptors
Key frame extraction for video summarization using motion activity descriptors
 
Parking Surveillance Footage Summarization
Parking Surveillance Footage SummarizationParking Surveillance Footage Summarization
Parking Surveillance Footage Summarization
 
Recognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesRecognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenes
 
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...
 
IRJET- Storage Optimization of Video Surveillance from CCTV Camera
IRJET- Storage Optimization of Video Surveillance from CCTV CameraIRJET- Storage Optimization of Video Surveillance from CCTV Camera
IRJET- Storage Optimization of Video Surveillance from CCTV Camera
 
Sign Detection from Hearing Impaired
Sign Detection from Hearing ImpairedSign Detection from Hearing Impaired
Sign Detection from Hearing Impaired
 
VIDEO SUMMARIZATION: CORRELATION FOR SUMMARIZATION AND SUBTRACTION FOR RARE E...
VIDEO SUMMARIZATION: CORRELATION FOR SUMMARIZATION AND SUBTRACTION FOR RARE E...VIDEO SUMMARIZATION: CORRELATION FOR SUMMARIZATION AND SUBTRACTION FOR RARE E...
VIDEO SUMMARIZATION: CORRELATION FOR SUMMARIZATION AND SUBTRACTION FOR RARE E...
 
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
 
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...
 
Secure IoT Systems Monitor Framework using Probabilistic Image Encryption
Secure IoT Systems Monitor Framework using Probabilistic Image EncryptionSecure IoT Systems Monitor Framework using Probabilistic Image Encryption
Secure IoT Systems Monitor Framework using Probabilistic Image Encryption
 
An Intelligent Approach for Effective Retrieval of Content from Large Data Se...
An Intelligent Approach for Effective Retrieval of Content from Large Data Se...An Intelligent Approach for Effective Retrieval of Content from Large Data Se...
An Intelligent Approach for Effective Retrieval of Content from Large Data Se...
 
IMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUESIMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUES
 
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
 
IRJET- Study of SVM and CNN in Semantic Concept Detection
IRJET- Study of SVM and CNN in Semantic Concept DetectionIRJET- Study of SVM and CNN in Semantic Concept Detection
IRJET- Study of SVM and CNN in Semantic Concept Detection
 

Último

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 

Último (20)

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 

5 ijaems sept-2015-9-video feature extraction based on modified lle using adaptive nearest neighbor approach

  • 1. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 21 Video Feature Extraction Based on Modified LLE Using Adaptive Nearest Neighbor Approach Preksha Bohra1 , Sunil Joshi2 1 M.Tech Scholar, Department of ECE, College of Technology and Engineering, Udaipur, INDIA 2 Professor, Department of ECE, College of Technology and Engineering, Udaipur, INDIA Abstract—Locally linear embedding (LLE) is an unsupervised learning algorithm which computes the low dimensional, neighborhood preserving embeddings of high dimensional data. LLE attempts to discover non- linear structure in high dimensional data by exploiting the local symmetries of linear reconstructions. In this paper, video feature extraction is done using modified LLE alongwith adaptive nearest neighbor approach to find the nearest neighbor and the connected components. The proposed feature extraction method is applied to a video. The video feature description gives a new tool for analysis of video. Keywords— Feature extraction, Frames, Images, LLE, ISOMAP, Manifold, PCA, Video. I. INTRODUCTION Digital video is an innovation which is most generally developed amid the couple of decades. The utilization of digital techniques in video engendered digital video, that allowed higher quality and, in the long run, much lower expense than prior analog technology. In straightforward terms video can be outlined as an electronic medium for the recording, copying, playback, broadcasting, and showcase of moving visual and audio media. Video is one of the medium of communication that delivers a lot of information than any other medium of multimedia system. However there are numerous complexities of video information and current video process strategies have restricted uses in fields of video information modeling, categorisation and retrieval. One among the essential step of video analysis is feature extraction[1]. Feature extraction (or dimension reduction) is a very important analysis topic in computer vision, pattern recognition and also in machine learning fields. The curse of high dimension is typically a significant reason behind limitations of the many sensible technologies, whereas the massive quantities of features could even degrade the performances of the classifiers when the size of the training set is minuscule compared with the number of features[2]. A number of feature extraction strategies are developed in past many years within which one among the essential is principle component analysis (PCA)[3], linear discriminant analysis (LDA)[3], and multidimensional scaling (MDS)[4]. These strategies are linear dimension reduction strategies and are simple and facile to implement. In recent years studies shown that several biometric systems[5] and multimedia system videos[6] are utilizing elegant nonlinear dimension reduction strategies for feature extraction. If the number of attributes is large, then the space of distinctive possible rows is exponentially large. Humans usually have problem comprehending information in several dimensions, so reducing information to a little number of dimensions is beneficial for visual image functions. Among the strategies, the foremost accepted strategies are isometric feature mapping (ISOMAP)[7], local linear embedding (LLE)[8] and Laplacian eigenmap, locality preserving projections (LPP)[9]. These strategies are quite helpful for facial or digit pictures and different real-world information sets. However, all of these strategies, either linear strategies or nonlinear ones, endeavor to find the low dimensionality features of single sample. The relationship between the samples has not been thought- about. In different words, once these collections are video sequences, these algorithms ignore the temporal coherence between frames, even if this cues give helpful information regarding the neighborhood structure and also the native geometry of the manifold. The contribution of this paper is to define a video feature extraction technique using manifold learning and to extract the feature by applying LLE through adding virtual frames and adaptive nearest neighbor algorithm. The proposed manifold feature extraction method is applied to video trajectories. So the video manifold feature description can be a new tool for video analysis. The rest of the paper is arranged as follows: The video manifold feature is defined in section 2.1; In section 2.2 conditions of adding virtual frames is
  • 2. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 22 described; Video manifold feature extraction using modified LLE 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 LLE USING ADAPTIVE NEAREST NEIGHBOR ALGORITHM Video is depicted by a heirarchical data structure consisting of four differnet levels (video, scene, shot, frame) from top to bottom increasing in graininess, whereas a shot is that the basic unit of a video[9]. In general a video features a multiple shot, that is an ordered set of pictures. The video manifold feature is a low dimension description of the video sequences, that is extracted by modified LLE embedding using adaptive nearest neighbor algorithm and adding virtual frames. 2.1 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, ≤ 3. When d=1, , , … , is transformed into 1D vectors, so it is called video manifold feature vector. 2.2 Adding Virtual Frames Locally linear embedding(LLE)[10][11] is an elegant nonlinear method for dimensionality reduction and manifold learning, which attempts to discover the structure of high dimensional data which lies in a nonlinear high-dimensional manifold and find their embedding in an low dimensional Euclidean space. LLE requires that the input high dimensional data lie on a smooth and well-sampled single manifold. However, it fails to find the embedding when it is applied to multi- manifold, the original LLE algorithm failed to give a reasonable embedding, even the embedding collapse to some points [1]. The utilization of virtual samples is an effective scheme to solving the problem. In machine learning, virtual samples have been used in comprehensible learning. For example, virtual samples were generated to help extract symbolic rules from complicated learning systems such as neural network ensembles [2]. Virtual Samples are also useful in learning with imbalanced data sets. For example, in the Smote algorithm [12], virtual samples of the minority class are generated so that the number of minority training samples is increased. The given , represents the last frame of the -shot and the first frame of the -shot respectively. ∥ − ∥ , ∥ − ∥ represents Squared Euclidean distance between frame , and , respectively. Here we add m virtual examples between . = ∥ − ∥ ∥ − ∥ +∥ − ∥ 2⁄$ % (1) (2) Where 2.3 Video feature extraction using LLE Video sequence can be considered as the high- dimensional Euclidean space & ' , where N is the pixel number of each frame. Each frame of the video can be seen as a point in & ' space. A manifold learning method is used to extract the local structure embedded in space & ' to describe the video. The given video consists of frame sequence , , … , ( . The algorithm is explained in the folowing table: TABLE I: ALGORITHM FOR MODIFIED LLE Input: Video : Bicycle trick riding, no.2 . Output: Mapped output in 2D and 3D scattter plot. Procedure: Step 1: Transforming frame sequence = 1, … . + into a one-dimensional vector with size M*N (M,N for the number of frame rows and columns respectively). Step 2: Add virtual frames if needed. Step3 : Learn it by dimension reduction technique modified LLE. i. Find nearest neighbors and pairwise distances. ii. Constructing nearest neighbor graph either using a) k-nn (k nearest neighbor algorithm), or b) adaptive neighborhood selection. iii. Identify largest connected component of the neighborhood graph iv. Perform Dulmage-Mendelsohn permutation resulting in connected frames, set is reduced and flat region is discarded.
  • 3. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 23 v. Solving MSE for reconstruction weights for all points or Computing Reconstruction Weights vi. Define the sparse cost matrix M. vii. Compute the embedding from the bottom eigen vectors of this cost matrix. viii. Do Eigen-decomposition. Step 4: Mapped output in 2D and 3D format. Step 5: End III. EXPERIMENTS AND RESULTS In order to test the validity of our implementation, the testing database was collected from the Open Video Project – a shared digital video collection ‘Bicycle trick riding, no. 2.mpeg’ [13]. The clip opens with a man riding a bicycle in a forwards circle, pausing and balancing for a moment, then continuing in a forwards circle. Some frames extracted from the video are shown in fig 1. Fig.1: Some frames extracted from the video database The following fig 2 shows the output of video feature extraction using modified LLE (a) (b) Fig.2 : Mapped output of modified LLE in (a) 2D using adaptive-NN algorithm (b) 2D using adaptive-NN algorithm The following figure shows the mapped output using three different manifold learning techniques, LLE, ISOMAP and PCA respectively. Fig. 3 : Comparison of mapped output of video feature extraction using LLE, ISOMAP and PCA IV. CONCLUSION This paper presents an improved technique of video feature extraction. The computation is done by using adaptive NN method. In adaptive nearest neighbour the machine itself learns and does the remaining computaion. Though it is time consuming but it overcomes the limitation of the traditional k-nearest neighbor algorithm (k-NN) which usually identifies the same number of nearest neighbors for each test example. The algorithm finds out the optimal k itself. After comparing all the three techniques, if PCA and ISOMAP is used to reduce the same data set, the resulting values are not so well organized. LLE with adaptive nearest neighbor approach is better as compared to ISOMAP and PCA. REFERENCES [1] [1]. 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] [2] A.K Jain, B.Chandrasekaran, Dimensionality and smaple size considerations in pattern recognition practice,in :Handbook of Statistics, (North Holland,Amesterdam,1982) [3] I.T.Jolliffe,Principal Component Analysis, (1989,Springer-Verlag,New York). [4] [4]. T.Cox and M.Cox. Multidimensional Scaling (1994,Chapman & Hall, London). [5] Ryazard Schoras,” Image Feature Extraction Techniques and Their Applications for CBIR and Biometrics Systems”,International Journal of Biology and Biomedical Engineering. [6] Sen-ching S. Cheung and Avideh Zakhor,” Fast Similarity Search and Clustering of Video Sequences
  • 4. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-1, Issue-6, Sept- 2015] ISSN : 2454-1311 www.ijaems.com Page | 24 on the World-WideWeb”,,IEEE Tranactions on Multimedia,Vol 7.No.3,June 2005 [7] J.B.Tenenbaum, V.de Silva, J.C.Langford. “A global geometric framework for nonlinear dimensionality reduction”, Science 290(2000) 2319-2323. [8] S.T. Roweis, L.K. Saul, “Nonlinear dimension reduction by locally linear embedding”, Science 290 (2000) 2323–2326. [9] M. Belkin, P. Niyogi,” Laplacian eigenmaps for dimensionality reduction and data representation”, Neural Computation 15 (6)(2003) 1373–1396. [10]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. [11]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 [12]R.O.Duda,P.E.Hart,Pattern Classification and Scene Analysis(,Wiley,New York,1973). [13]http://www.open-video.org/details.php?videoid= 4750 [14]Saul, L., Roweis, S.: “Think Globally, Fit Locally: Unsupervised Learning of Nonlinear Manifolds”. Technical Report MS CIS-02-18, University of Pennsylvania (2002). [15]Robert Pless,” Image Spaces and Video Trajectories: Using Isomap to Explore Video Sequences”, Department of Computer Science and Engineering, Washington University in St..Louis.