SlideShare ist ein Scribd-Unternehmen logo
1 von 28
ON THE INFLUENCE 
PROPAGATION 
OF WEB VIDEOS 
ABIDHA.V.P 
ROLL NO:01 
MCSSE 108 
08/12/2014
OBJECTIVES 
INTRODUCTION 
RELATED WORK 
EXISTING SYSTEM 
PROPOSED SYSTEM 
TECHNICAL CONTRIBUTIONS 
ADVANTAGES 
APPLICATIONS 
CONCLUSION 
REFERENCES
INTRODUCTION 
Web videos nowadays influence society like never 
before in history. 
It is utterly important to identify how the 
propagation took place, 
i.e., to determine if a popular video on a video 
sharing website actually originated from that 
website, or it is merely a projection of influence 
from somewhere else of the cyberspace
Cont…
The problem to solve is extremely important to the video 
sharing site owner 
 video-sharing sites have developed schemes 
to encourage users to upload content. 
 Advertisers often exercise multiple partnership models 
for online videos. 
 Cyber cell sometimes need to know the origin of some video
RELATED WORK 
 Fist we survey the recent studies in event discovery and other mining 
tasks in social networks 
 Twitter - sensor network for event detection ,with semantic analysis 
of tweets establishes a probabilistic model which derives the 
probability of an emerging event from the occurrence reading of 
related tweets. 
 Bayesian filters, it determines the location of the event. It is reported 
effective for earthquakes, typhoons etc 
 A statistical model PET is used to track events in social networks.
Cont… 
 A model called Social Pixel is proposed for aggregating social 
interests and detecting emerging events. 
 A framework Social Transfer is to analyze trending topics on the 
Internet for socialized video recommendation uses similar cross-domain 
analysis to predict the popularity . 
 Later leverages both Page Rank and video near-duplicate detection 
techniques for the same task. 
 A novel technique by jointly considering local regression 
and global aligned when learning for a metric that could handle cross 
media retrieval with multi-modalities.
EXISTING SYSTEM 
Understanding Video Interactions using rank 
 weighted Laplacian matrix (affinity matrix) 
Anti-social behavior such as self-promotion and 
other types of content pollution identification 
The model is closely related to manifold learning 
and local learning
PROPOSED SYSTEM 
The proposed method inspired by previous but there 
are two key differences. 
Previous , which can not be applied to out-of-sample 
data. 
proposed method is not only inductive, but also very 
efficient . 
it is possible to use it to handle large-scale data. 
our method simultaneously reduces the noise in the 
data by dimension reduction , which is not considered 
in previous.
TECHNICAL CONTRIBUTIONS 
 To model an online video’s propagation and influence 
in the cross-community cyberspace, A Unified 
Virtual Community Space (UVCS)that captures 
the propagation history of an online video. 
 We propose an advanced learning method called 
Noise-reductive Local-and-Global Learning (NLGL)
UNIFIED VIRTUAL COMMUNITY SPACE (UVCS) 
which contains the web pages relevant to the video. 
 Each page has a time stamp, indicating the publishing time 
or modification time of the page 
 Each page receives a set of inbound links , the link 
relations among pages inside the UVCS 
 Each page’s rank in the UVCS is known. 
 Complementary information collected from other sources.
UVCS FEATURE REPRESENTATION 
x = [ nt, tr, r, ir, ni, ipr, nip, L1 ◦W1,L2 ◦W2,NT,NB,NN, wi ]. 
 All the related pages are published with nt and tr. 
 [r, ir, ni, ipr, nip,NT,NB,NN, wi] The second part contains 
the search engine’s rank of the video page as well as 
the related references in various communities of the UVCS. 
[L1 ◦W1, L2 ◦W2] The rest of the feature vector helps 
to evaluate both the propagation and the influence of the 
online video.
UVCS FEATURE REPRESENTATION TABLE
NLGL LEARNING OBJECTIVES: 
Noise-reductive Local-and-Global Learning 
– THE METHOD SHOULD BE ABLE TO REDUCE NOISE. 
 The UVCS feature is a combination of multiple semantic 
components, the significance of each component is not specified 
in the raw feature .Fields of the UVCS feature may be missing for 
some feature vectors due to the diversified nature of web pages. 
 The method should be able to learn a classification/ranking model 
with a relatively limited number of learning data, and then apply 
the obtained model on out-of-learning-set data. Consequently, it 
should be able to preserve the structure of the learning set.
THE NLGL ALGORITHM 
Utilizing The Un-annotated Sample Data 
 Obtain a training dataset with n total videos and n‘ manually 
annotated videos (n’< n), as X = [x1, . . . , xn] ^T ∈ R ^n×d, 
// where xi is the d-dimensional UVCS feature vector for the 
i th video in the dataset. 
 X^l = [x1, . . . , xn ]^T. We use Y^l = [y1, . . . , yn ]^T ∈ R^n×c to 
denote the class lables or ranks for the manually annotated videos X^l, 
// where c is an integer greater or equal to one. 
 Note that Y^l is a unified presentation of the class labels for the 
propagation and the ranks for the influence ranking. 
// c is the number of classes, and the label yi for the 
ith labeled video in X^l
Cont… 
• To predict the label of new videos, a straightforward method is to 
minimize the empirical error for the following regression model: 
………….(1) 
• where Wo R^d×c is the classifier ∈ which is learnt from manually 
annotated data and is able to predict the labels for the un-annotated 
data. 
• To leverage the unlabeled data for a better performance, it is 
desirable to design an algorithm which is able to predict the labels 
of the unlabeled videos by exploiting the data distribution of X.
CLASSES OF VIDEO PROPAGATION PATTERNS
Preserving Local Structure for the Annotated Data 
o To predict the ranking score of each datum and then all the local 
linear regression models are optimized globally. 
o Predicted label of all the training data , sum up the loss functions 
for each xi and minimize the total loss. 
o Denoting the column vector with all ones, we derive the objective as: 
equation is written as: 
………….(2) 
Despite the high accuracy 
It is not able to predict the labels of the 
videos outside the training set.
Dimension Reduction and the Complete Model 
o If linear transformation, which transforms the video data X in feature 
space to a more compact and accurate representation Z ∈ R^n×d 
// where d’ ≤ d is the reduced dimensionality. 
o The transformation between X and Z can be formulated as: 
Z = XQ 
………….(3) 
// where Q ∈ R^d’×d is the transformation matrix. 
o If Q is properly trained, the classification based on Z would result in 
better performance 
o we integrate training data label prediction, dimension reduction and 
classifier inference into a joint framework and propose to minimize 
the final objective function of NLGL:
where λ1 and λ2 are parameters. 
………….(4) 
o The first term aims at learning an optimal dimension reduction 
transformation and a classifier simultaneously. 
o The second and third terms predict the labels of the unlabeled 
training data. 
o Besides, ||XQW − F||F ^2 can be regarded as a regularizer of the 
local learning algorithm, which considers the global information 
to the predicted labels F.
Iterative Optimization 
1. Fix F and optimize Q and W. By setting the derivatives of 
Equation (4) with respect to W to be 0, 
………….(5) 
Substituting W in Equation (4) by Equation (5), we arrive at: 
………….(6) 
2. Q and W are fix to optimize F. By setting the derivatives 
in Equation (14) 
The two steps are iteratively performed until convergence. 
………….(7)
ADVANTAGES 
 With this model we are able to predict the propagation 
pattern and influence ranking for any new online video. 
 Extensive experiments are conducted on popular online 
videos to verify the effectiveness of the proposed 
framework. 
 Some observations on propagation and owners’ 
behaviors are also provided.
APPLICATIONS 
 In future research, there is great potential for us to 
extend this research and enable it with other interesting 
capabilities. 
 The most likely problem would be the identification 
of the actual origin of the video. Also investigating 
possibilities of establishing inter-sharing-site influence 
model to analyze how video sharing site influence each 
other.
CONCLUSION 
 Determine how it got popular through it’s analyzing life cycle. Also 
give a rough estimation of its general influence on the Internet. 
 First we have made pioneer effort to model a video’s propagation and 
influence in cyberspace by a unified presentation, namely UVCS. 
 NLGL exploits the benefits of local learning, manifold structure and 
dimension reduction . 
 Successfully model the propagation classification and influence 
estimation tasks into a classification problem and a ranking problem 
under the same learning framework.
REFERENCES 
1. J. Liu et al., “Presenting diverse location views with real-time near-duplicate 
photo elimination,” in Proc. IEEE 29th ICDE, Brisbane, QLD, 
Australia, 2013, pp. 505–516. 
2. S. D. Roy, T. Mei, W . Zeng , and S. Li, “Towards cross domain 
learning for social video popularity prediction,” IEEE Trans. 
Multimedia, vol. 15, no. 6, pp. 1255–1267, Oct. 2013. 
3.S. D. Roy, T. Mei, W . Zeng , and S. Li, “ Social transfer : Cross 
domain transfer learning from social streams for media applications,” in 
Proc. ACM Multimedia, New York, NY, USA, 2012, pp. 649–658. 
4. Z. Wang et al. “Propagation-based social-aware replication for 
social video contents,” in Proc. ACM Multimedia, New York, NY, USA, 
2012, pp. 29–38.
QUESTIONS
On the Influence Propagation of Web Videos

Weitere ähnliche Inhalte

Was ist angesagt?

Machine Learning - Convolutional Neural Network
Machine Learning - Convolutional Neural NetworkMachine Learning - Convolutional Neural Network
Machine Learning - Convolutional Neural NetworkRichard Kuo
 
Visualizaing and understanding convolutional networks
Visualizaing and understanding convolutional networksVisualizaing and understanding convolutional networks
Visualizaing and understanding convolutional networksSungminYou
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Gaurav Mittal
 
AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.
AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.
AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.GeeksLab Odessa
 
Offline Character Recognition Using Monte Carlo Method and Neural Network
Offline Character Recognition Using Monte Carlo Method and Neural NetworkOffline Character Recognition Using Monte Carlo Method and Neural Network
Offline Character Recognition Using Monte Carlo Method and Neural Networkijaia
 
Tutorial on convolutional neural networks
Tutorial on convolutional neural networksTutorial on convolutional neural networks
Tutorial on convolutional neural networksHojin Yang
 
Convolutional neural networks deepa
Convolutional neural networks deepaConvolutional neural networks deepa
Convolutional neural networks deepadeepa4466
 
Review on cs231 part-2
Review on cs231 part-2Review on cs231 part-2
Review on cs231 part-2Jeong Choi
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural NetworksYogendra Tamang
 
HardNet: Convolutional Network for Local Image Description
HardNet: Convolutional Network for Local Image DescriptionHardNet: Convolutional Network for Local Image Description
HardNet: Convolutional Network for Local Image DescriptionDmytro Mishkin
 
Convolutional Neural Network and Its Applications
Convolutional Neural Network and Its ApplicationsConvolutional Neural Network and Its Applications
Convolutional Neural Network and Its ApplicationsKasun Chinthaka Piyarathna
 
convolutional neural network (CNN, or ConvNet)
convolutional neural network (CNN, or ConvNet)convolutional neural network (CNN, or ConvNet)
convolutional neural network (CNN, or ConvNet)RakeshSaran5
 
Convolutional neural network from VGG to DenseNet
Convolutional neural network from VGG to DenseNetConvolutional neural network from VGG to DenseNet
Convolutional neural network from VGG to DenseNetSungminYou
 
Paper overview: "Deep Residual Learning for Image Recognition"
Paper overview: "Deep Residual Learning for Image Recognition"Paper overview: "Deep Residual Learning for Image Recognition"
Paper overview: "Deep Residual Learning for Image Recognition"Ilya Kuzovkin
 
Convolutional Neural Network (CNN)
Convolutional Neural Network (CNN)Convolutional Neural Network (CNN)
Convolutional Neural Network (CNN)Muhammad Haroon
 
Vision and Multimedia Reading Group: DeCAF: a Deep Convolutional Activation F...
Vision and Multimedia Reading Group: DeCAF: a Deep Convolutional Activation F...Vision and Multimedia Reading Group: DeCAF: a Deep Convolutional Activation F...
Vision and Multimedia Reading Group: DeCAF: a Deep Convolutional Activation F...Simone Ercoli
 

Was ist angesagt? (20)

Machine Learning - Convolutional Neural Network
Machine Learning - Convolutional Neural NetworkMachine Learning - Convolutional Neural Network
Machine Learning - Convolutional Neural Network
 
Visualizaing and understanding convolutional networks
Visualizaing and understanding convolutional networksVisualizaing and understanding convolutional networks
Visualizaing and understanding convolutional networks
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
 
AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.
AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.
AI&BigData Lab 2016. Александр Баев: Transfer learning - зачем, как и где.
 
Offline Character Recognition Using Monte Carlo Method and Neural Network
Offline Character Recognition Using Monte Carlo Method and Neural NetworkOffline Character Recognition Using Monte Carlo Method and Neural Network
Offline Character Recognition Using Monte Carlo Method and Neural Network
 
Deep Learning
Deep LearningDeep Learning
Deep Learning
 
Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)
Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)
Image Retrieval (D4L5 2017 UPC Deep Learning for Computer Vision)
 
Tutorial on convolutional neural networks
Tutorial on convolutional neural networksTutorial on convolutional neural networks
Tutorial on convolutional neural networks
 
Convolutional neural networks deepa
Convolutional neural networks deepaConvolutional neural networks deepa
Convolutional neural networks deepa
 
Review on cs231 part-2
Review on cs231 part-2Review on cs231 part-2
Review on cs231 part-2
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural Networks
 
HardNet: Convolutional Network for Local Image Description
HardNet: Convolutional Network for Local Image DescriptionHardNet: Convolutional Network for Local Image Description
HardNet: Convolutional Network for Local Image Description
 
Convolutional Neural Network and Its Applications
Convolutional Neural Network and Its ApplicationsConvolutional Neural Network and Its Applications
Convolutional Neural Network and Its Applications
 
Deep Learning for Computer Vision: Image Retrieval (UPC 2016)
Deep Learning for Computer Vision: Image Retrieval (UPC 2016)Deep Learning for Computer Vision: Image Retrieval (UPC 2016)
Deep Learning for Computer Vision: Image Retrieval (UPC 2016)
 
convolutional neural network (CNN, or ConvNet)
convolutional neural network (CNN, or ConvNet)convolutional neural network (CNN, or ConvNet)
convolutional neural network (CNN, or ConvNet)
 
AlexNet
AlexNetAlexNet
AlexNet
 
Convolutional neural network from VGG to DenseNet
Convolutional neural network from VGG to DenseNetConvolutional neural network from VGG to DenseNet
Convolutional neural network from VGG to DenseNet
 
Paper overview: "Deep Residual Learning for Image Recognition"
Paper overview: "Deep Residual Learning for Image Recognition"Paper overview: "Deep Residual Learning for Image Recognition"
Paper overview: "Deep Residual Learning for Image Recognition"
 
Convolutional Neural Network (CNN)
Convolutional Neural Network (CNN)Convolutional Neural Network (CNN)
Convolutional Neural Network (CNN)
 
Vision and Multimedia Reading Group: DeCAF: a Deep Convolutional Activation F...
Vision and Multimedia Reading Group: DeCAF: a Deep Convolutional Activation F...Vision and Multimedia Reading Group: DeCAF: a Deep Convolutional Activation F...
Vision and Multimedia Reading Group: DeCAF: a Deep Convolutional Activation F...
 

Andere mochten auch (14)

презентация1
презентация1презентация1
презентация1
 
ZooBusness 2013 (3)
ZooBusness 2013 (3)ZooBusness 2013 (3)
ZooBusness 2013 (3)
 
портфоліо вчителя
портфоліо вчителяпортфоліо вчителя
портфоліо вчителя
 
Учнівська презентація
Учнівська презентаціяУчнівська презентація
Учнівська презентація
 
Global compact 2016
Global compact 2016Global compact 2016
Global compact 2016
 
Revue de presse job academy bd
Revue de presse job academy  bdRevue de presse job academy  bd
Revue de presse job academy bd
 
Revue de presse job academy bd
Revue de presse job academy  bdRevue de presse job academy  bd
Revue de presse job academy bd
 
презентація
презентація презентація
презентація
 
A real Contributor Cpd ppt
 A real Contributor Cpd ppt A real Contributor Cpd ppt
A real Contributor Cpd ppt
 
Ra 2015 du Club d'entreprises FACE YVELINES
Ra 2015  du Club d'entreprises FACE YVELINESRa 2015  du Club d'entreprises FACE YVELINES
Ra 2015 du Club d'entreprises FACE YVELINES
 
Ra 2015 bd
Ra 2015  bdRa 2015  bd
Ra 2015 bd
 
презентація проекту
презентація проектупрезентація проекту
презентація проекту
 
Fly killer training email (2)
Fly killer training email (2)Fly killer training email (2)
Fly killer training email (2)
 
Masas por ejes de camión
Masas por ejes de camiónMasas por ejes de camión
Masas por ejes de camión
 

Ähnlich wie On the Influence Propagation of Web Videos

IceBreaker Solving Cold Start Problem For Video Recommendation Engines
IceBreaker  Solving Cold Start Problem For Video Recommendation EnginesIceBreaker  Solving Cold Start Problem For Video Recommendation Engines
IceBreaker Solving Cold Start Problem For Video Recommendation EnginesJamie Boyd
 
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...INFOGAIN PUBLICATION
 
Using transfer learning for video popularity prediction
Using transfer learning for video popularity predictionUsing transfer learning for video popularity prediction
Using transfer learning for video popularity predictioneSAT Publishing House
 
Human age and gender Detection
Human age and gender DetectionHuman age and gender Detection
Human age and gender DetectionAbhiAchalla
 
Deep neural networks for Youtube recommendations
Deep neural networks for Youtube recommendationsDeep neural networks for Youtube recommendations
Deep neural networks for Youtube recommendationsAryan Khandal
 
Image Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine LearningImage Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine Learningijtsrd
 
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
 
Crafting Recommenders: the Shallow and the Deep of it!
Crafting Recommenders: the Shallow and the Deep of it! Crafting Recommenders: the Shallow and the Deep of it!
Crafting Recommenders: the Shallow and the Deep of it! Sudeep Das, Ph.D.
 
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...IRJET 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
 
Key Frame Extraction for Salient Activity Recognition
Key Frame Extraction for Salient Activity RecognitionKey Frame Extraction for Salient Activity Recognition
Key Frame Extraction for Salient Activity RecognitionSuhas Pillai
 
Automated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureAutomated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureIRJET Journal
 
IRJET - Visual Question Answering – Implementation using Keras
IRJET -  	  Visual Question Answering – Implementation using KerasIRJET -  	  Visual Question Answering – Implementation using Keras
IRJET - Visual Question Answering – Implementation using KerasIRJET Journal
 
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
 
BULK IEEE PROJECTS IN MATLAB ,BULK IEEE PROJECTS, IEEE 2015-16 MATLAB PROJEC...
 BULK IEEE PROJECTS IN MATLAB ,BULK IEEE PROJECTS, IEEE 2015-16 MATLAB PROJEC... BULK IEEE PROJECTS IN MATLAB ,BULK IEEE PROJECTS, IEEE 2015-16 MATLAB PROJEC...
BULK IEEE PROJECTS IN MATLAB ,BULK IEEE PROJECTS, IEEE 2015-16 MATLAB PROJEC...Nexgen Technology
 

Ähnlich wie On the Influence Propagation of Web Videos (20)

IceBreaker Solving Cold Start Problem For Video Recommendation Engines
IceBreaker  Solving Cold Start Problem For Video Recommendation EnginesIceBreaker  Solving Cold Start Problem For Video Recommendation Engines
IceBreaker Solving Cold Start Problem For Video Recommendation Engines
 
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
 
Using transfer learning for video popularity prediction
Using transfer learning for video popularity predictionUsing transfer learning for video popularity prediction
Using transfer learning for video popularity prediction
 
med_poster_spie
med_poster_spiemed_poster_spie
med_poster_spie
 
Human age and gender Detection
Human age and gender DetectionHuman age and gender Detection
Human age and gender Detection
 
Deep neural networks for Youtube recommendations
Deep neural networks for Youtube recommendationsDeep neural networks for Youtube recommendations
Deep neural networks for Youtube recommendations
 
Image Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine LearningImage Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine Learning
 
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
 
Video to Video Translation CGAN
Video to Video Translation CGANVideo to Video Translation CGAN
Video to Video Translation CGAN
 
Crafting Recommenders: the Shallow and the Deep of it!
Crafting Recommenders: the Shallow and the Deep of it! Crafting Recommenders: the Shallow and the Deep of it!
Crafting Recommenders: the Shallow and the Deep of it!
 
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
IRJET- A Survey on the Enhancement of Video Action Recognition using Semi-Sup...
 
Paper
PaperPaper
Paper
 
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...
 
A0540106
A0540106A0540106
A0540106
 
Key Frame Extraction for Salient Activity Recognition
Key Frame Extraction for Salient Activity RecognitionKey Frame Extraction for Salient Activity Recognition
Key Frame Extraction for Salient Activity Recognition
 
Automated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU ArchitectureAutomated Image Captioning – Model Based on CNN – GRU Architecture
Automated Image Captioning – Model Based on CNN – GRU Architecture
 
IRJET - Visual Question Answering – Implementation using Keras
IRJET -  	  Visual Question Answering – Implementation using KerasIRJET -  	  Visual Question Answering – Implementation using Keras
IRJET - Visual Question Answering – Implementation using Keras
 
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
 
BULK IEEE PROJECTS IN MATLAB ,BULK IEEE PROJECTS, IEEE 2015-16 MATLAB PROJEC...
 BULK IEEE PROJECTS IN MATLAB ,BULK IEEE PROJECTS, IEEE 2015-16 MATLAB PROJEC... BULK IEEE PROJECTS IN MATLAB ,BULK IEEE PROJECTS, IEEE 2015-16 MATLAB PROJEC...
BULK IEEE PROJECTS IN MATLAB ,BULK IEEE PROJECTS, IEEE 2015-16 MATLAB PROJEC...
 

Kürzlich hochgeladen

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
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
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
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
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
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
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Kürzlich hochgeladen (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
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
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
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
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

On the Influence Propagation of Web Videos

  • 1. ON THE INFLUENCE PROPAGATION OF WEB VIDEOS ABIDHA.V.P ROLL NO:01 MCSSE 108 08/12/2014
  • 2. OBJECTIVES INTRODUCTION RELATED WORK EXISTING SYSTEM PROPOSED SYSTEM TECHNICAL CONTRIBUTIONS ADVANTAGES APPLICATIONS CONCLUSION REFERENCES
  • 3. INTRODUCTION Web videos nowadays influence society like never before in history. It is utterly important to identify how the propagation took place, i.e., to determine if a popular video on a video sharing website actually originated from that website, or it is merely a projection of influence from somewhere else of the cyberspace
  • 5. The problem to solve is extremely important to the video sharing site owner  video-sharing sites have developed schemes to encourage users to upload content.  Advertisers often exercise multiple partnership models for online videos.  Cyber cell sometimes need to know the origin of some video
  • 6. RELATED WORK  Fist we survey the recent studies in event discovery and other mining tasks in social networks  Twitter - sensor network for event detection ,with semantic analysis of tweets establishes a probabilistic model which derives the probability of an emerging event from the occurrence reading of related tweets.  Bayesian filters, it determines the location of the event. It is reported effective for earthquakes, typhoons etc  A statistical model PET is used to track events in social networks.
  • 7. Cont…  A model called Social Pixel is proposed for aggregating social interests and detecting emerging events.  A framework Social Transfer is to analyze trending topics on the Internet for socialized video recommendation uses similar cross-domain analysis to predict the popularity .  Later leverages both Page Rank and video near-duplicate detection techniques for the same task.  A novel technique by jointly considering local regression and global aligned when learning for a metric that could handle cross media retrieval with multi-modalities.
  • 8. EXISTING SYSTEM Understanding Video Interactions using rank  weighted Laplacian matrix (affinity matrix) Anti-social behavior such as self-promotion and other types of content pollution identification The model is closely related to manifold learning and local learning
  • 9. PROPOSED SYSTEM The proposed method inspired by previous but there are two key differences. Previous , which can not be applied to out-of-sample data. proposed method is not only inductive, but also very efficient . it is possible to use it to handle large-scale data. our method simultaneously reduces the noise in the data by dimension reduction , which is not considered in previous.
  • 10. TECHNICAL CONTRIBUTIONS  To model an online video’s propagation and influence in the cross-community cyberspace, A Unified Virtual Community Space (UVCS)that captures the propagation history of an online video.  We propose an advanced learning method called Noise-reductive Local-and-Global Learning (NLGL)
  • 11. UNIFIED VIRTUAL COMMUNITY SPACE (UVCS) which contains the web pages relevant to the video.  Each page has a time stamp, indicating the publishing time or modification time of the page  Each page receives a set of inbound links , the link relations among pages inside the UVCS  Each page’s rank in the UVCS is known.  Complementary information collected from other sources.
  • 12. UVCS FEATURE REPRESENTATION x = [ nt, tr, r, ir, ni, ipr, nip, L1 ◦W1,L2 ◦W2,NT,NB,NN, wi ].  All the related pages are published with nt and tr.  [r, ir, ni, ipr, nip,NT,NB,NN, wi] The second part contains the search engine’s rank of the video page as well as the related references in various communities of the UVCS. [L1 ◦W1, L2 ◦W2] The rest of the feature vector helps to evaluate both the propagation and the influence of the online video.
  • 14. NLGL LEARNING OBJECTIVES: Noise-reductive Local-and-Global Learning – THE METHOD SHOULD BE ABLE TO REDUCE NOISE.  The UVCS feature is a combination of multiple semantic components, the significance of each component is not specified in the raw feature .Fields of the UVCS feature may be missing for some feature vectors due to the diversified nature of web pages.  The method should be able to learn a classification/ranking model with a relatively limited number of learning data, and then apply the obtained model on out-of-learning-set data. Consequently, it should be able to preserve the structure of the learning set.
  • 15. THE NLGL ALGORITHM Utilizing The Un-annotated Sample Data  Obtain a training dataset with n total videos and n‘ manually annotated videos (n’< n), as X = [x1, . . . , xn] ^T ∈ R ^n×d, // where xi is the d-dimensional UVCS feature vector for the i th video in the dataset.  X^l = [x1, . . . , xn ]^T. We use Y^l = [y1, . . . , yn ]^T ∈ R^n×c to denote the class lables or ranks for the manually annotated videos X^l, // where c is an integer greater or equal to one.  Note that Y^l is a unified presentation of the class labels for the propagation and the ranks for the influence ranking. // c is the number of classes, and the label yi for the ith labeled video in X^l
  • 16. Cont… • To predict the label of new videos, a straightforward method is to minimize the empirical error for the following regression model: ………….(1) • where Wo R^d×c is the classifier ∈ which is learnt from manually annotated data and is able to predict the labels for the un-annotated data. • To leverage the unlabeled data for a better performance, it is desirable to design an algorithm which is able to predict the labels of the unlabeled videos by exploiting the data distribution of X.
  • 17. CLASSES OF VIDEO PROPAGATION PATTERNS
  • 18. Preserving Local Structure for the Annotated Data o To predict the ranking score of each datum and then all the local linear regression models are optimized globally. o Predicted label of all the training data , sum up the loss functions for each xi and minimize the total loss. o Denoting the column vector with all ones, we derive the objective as: equation is written as: ………….(2) Despite the high accuracy It is not able to predict the labels of the videos outside the training set.
  • 19. Dimension Reduction and the Complete Model o If linear transformation, which transforms the video data X in feature space to a more compact and accurate representation Z ∈ R^n×d // where d’ ≤ d is the reduced dimensionality. o The transformation between X and Z can be formulated as: Z = XQ ………….(3) // where Q ∈ R^d’×d is the transformation matrix. o If Q is properly trained, the classification based on Z would result in better performance o we integrate training data label prediction, dimension reduction and classifier inference into a joint framework and propose to minimize the final objective function of NLGL:
  • 20. where λ1 and λ2 are parameters. ………….(4) o The first term aims at learning an optimal dimension reduction transformation and a classifier simultaneously. o The second and third terms predict the labels of the unlabeled training data. o Besides, ||XQW − F||F ^2 can be regarded as a regularizer of the local learning algorithm, which considers the global information to the predicted labels F.
  • 21. Iterative Optimization 1. Fix F and optimize Q and W. By setting the derivatives of Equation (4) with respect to W to be 0, ………….(5) Substituting W in Equation (4) by Equation (5), we arrive at: ………….(6) 2. Q and W are fix to optimize F. By setting the derivatives in Equation (14) The two steps are iteratively performed until convergence. ………….(7)
  • 22.
  • 23. ADVANTAGES  With this model we are able to predict the propagation pattern and influence ranking for any new online video.  Extensive experiments are conducted on popular online videos to verify the effectiveness of the proposed framework.  Some observations on propagation and owners’ behaviors are also provided.
  • 24. APPLICATIONS  In future research, there is great potential for us to extend this research and enable it with other interesting capabilities.  The most likely problem would be the identification of the actual origin of the video. Also investigating possibilities of establishing inter-sharing-site influence model to analyze how video sharing site influence each other.
  • 25. CONCLUSION  Determine how it got popular through it’s analyzing life cycle. Also give a rough estimation of its general influence on the Internet.  First we have made pioneer effort to model a video’s propagation and influence in cyberspace by a unified presentation, namely UVCS.  NLGL exploits the benefits of local learning, manifold structure and dimension reduction .  Successfully model the propagation classification and influence estimation tasks into a classification problem and a ranking problem under the same learning framework.
  • 26. REFERENCES 1. J. Liu et al., “Presenting diverse location views with real-time near-duplicate photo elimination,” in Proc. IEEE 29th ICDE, Brisbane, QLD, Australia, 2013, pp. 505–516. 2. S. D. Roy, T. Mei, W . Zeng , and S. Li, “Towards cross domain learning for social video popularity prediction,” IEEE Trans. Multimedia, vol. 15, no. 6, pp. 1255–1267, Oct. 2013. 3.S. D. Roy, T. Mei, W . Zeng , and S. Li, “ Social transfer : Cross domain transfer learning from social streams for media applications,” in Proc. ACM Multimedia, New York, NY, USA, 2012, pp. 649–658. 4. Z. Wang et al. “Propagation-based social-aware replication for social video contents,” in Proc. ACM Multimedia, New York, NY, USA, 2012, pp. 29–38.