SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

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
 

What's hot (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...
 

Viewers also liked (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
 

Similar to 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
 

Similar to 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...
 

Recently uploaded

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
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
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 

Recently uploaded (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
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
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 

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.