SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1832
A survey on Measurement of Objective Video Quality in Social Cloud
using Machine Learning
Dhanashri Adhav1, Abhijit Shinde 2, Nana Modhale 3, Shreyas Sukale 4, Prof. Manisha Darak5
5Professor, Computer Engineering, RMD Sinhgad School of Engineering, Warje, India
1, 2,3,4 Students Dept. of Computer Engineering, RMD Sinhgad School of Engineering, Warje, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Assessing objective video quality is critical in
applications such as video streaming, video conferencing, and
video surveillance. Although traditional subjectiveassessment
methods are commonly used, they can be time-consumingand
expensive. Objective methods for assessing video quality have
been proposed, but often lack accuracy and consistency. In
recent years, machine learning techniques, particularly deep
learning models such as convolutional neural networks
(CNNs), have shown promise forobjectiveassessments ofvideo
quality. This study proposes a new method that CNN uses to
understand the relationship betweenvideocharacteristics and
subjective quality judgments. The proposed method uses a
large collection of video data evaluated byhumanobservers to
train CNN. The videos were then processed to extract quality-
related features, which were used to train a machine learning
model to predict objective quality outcomes. The model was
tested on a separate set of videos, and the results showed that
the proposed method achieved a high level of accuracy in
predicting high quality objective outcomes. The results show
that the proposed method achieves high accuracy and
consistency in predicting subjective qualitative outcomes.
Machine learning techniques can provide an objective
assessment of video quality, which could benefit content
creators, consumers, and service providers.
Key Words: Social Cloud, Quality of Experience (QoE),
Convolutional Neural Network (CNN), Deep Learning,
Video Quality Assessment, Peak Signal-to-Noise
Ratio (PSNR)
1. INTRODUCTION
The rapid advances in video technology and widespread
availability of cloud-basedsocial media platformshaveledto
a growing demand for the delivery of high-quality video
content. Video content quality has a significant impact on
user experience, and objectivemeasurementofvideoquality
is essential to ensure optimal user experience. Machine
learning techniques are widely used to develop objective
video quality measurement models that can automatically
predict video quality based on various visual andperceptual
characteristics. This approach has Several advantages over
traditional metrics based on simplified measures such as
pixel distortion or image Similarity. Machine learning
algorithms can learn the complex relationship between
video properties and perceptual quality, enabling accurate
and robust quality predictions even in complex video
environments. In social cloud applications, machine
learning-based video quality assessment is particularly
useful to optimize video transmission and distribution
processes. By predicting the objective quality of video
content, machine learning algorithms can optimize video bit
rate, resolution, and other parameters to provide the best
user experience while minimizing bandwidth usage. This
paper aims to provide a comprehensive survey of the state-
of-the-art in machine learning-based objective videoquality
measurement in the context of social cloud applications. An
examination of recent studies that have used machine
learning algorithms to evaluate video quality and compare
the performance of different techniques in terms of
precision, efficiency and scalability. The benefits and
limitations of measuring video quality based on machine
learning and identifying potential leads for future research.
Overall, this article provides valuable insights into the state
of the art for measuring video quality objectively and offers
practical tips for improving video quality in social cloud
applications using machine learning techniques.
2. TERMONOLOGIES
2.1 Video Quality Assessment
Video Quality Assessment (VQA) is a critical aspect of
measuring the quality of videos.Itinvolvestheuseofvarious
techniques and algorithms to evaluatetheperceptual quality
of a video, based on various visual features such as
sharpness, color accuracy, and contrast. VQA can be
performed using subjective or objective methods. In
subjective methods, human raters provide quality scores
based on their perception, while objective methods use
machine learning algorithms to estimate quality based on
various metrics. VQA is important for video compression,
streaming, and other applications where video quality is a
critical factor.
2.2 Deep Learning
Deep learning is a powerful technique for measuring video
quality, especially for objective evaluation. Deep learning
algorithms like convolutional neural networks (CNNs) can
extract visual features from videos that are difficult to
quantify using traditional methods. These functions can be
used to train models to predict video quality metrics suchas
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1833
structural similarity index (SSIM) and peak signal-to-noise
ratio (PSNR). Deep learning can also be usedtodevelopnon-
reference (NR) models to assess video quality that do not
need a reference video for comparison. Deep learning has
shown promise for improving the accuracy and reliability of
objective video quality assessment models. . Video frames
can be analyzed to predict video quality based on features
extracted from them.
2.3 Convolutional Neural Networks (CNNs)
Video quality is often assessed using convolutional neural
networks (CNNs) since they are capable of learning multi-
layered visual cues from large data sets. CNNs consist of
multiple layers of convolution filters that extract features
from input data. In the context of video quality assessment,
CNNs are used to extract visual features from video images
and predict video quality. These characteristics can include
sharpness, color accuracy, and contrast. Based on the visual
characteristics of new videos, CNN can accurately predict
their quality by training on a large set of video frames.
3. METHODOLOGICAL APPROACH
The measurement of objective video quality using machine
learning typically involves the following methodologies:
 Dataset preparation: A dataset of videos with
known quality scores is collected, along with
corresponding objective metrics such as PSNR,
SSIM, or VQM. The videos are typically
preprocessed to ensure consistency and eliminate
any artifacts that could impact quality evaluation.
 Feature extraction: Features such as color
histograms, motionvectors, andtextureanalysisare
extracted from video data. These functions arethen
used to train a machine learning model.
 Model training: A machine learningmodel istrained
on a data set, using the extracted features and
corresponding quality values. Various models can
be used, such as decision trees, support vector
machines (SVM), or deep learning networkssuchas
convolutional neural networks (CNNs).
 Model Evaluation: The trained model is evaluated
using a separate test dataset, to assess its
performance in predicting video quality scores.
Evaluation metrics such as correlation coefficients
and mean squared error (MSE) can be used to
assess the performance of the model.
 Model Tuning: The model can be optimized by
adjusting various parameters such as learning rate,
batch size, and regularization, to improve its
performance.
 Model Optimization:Themodel isthenfine-tunedto
improve its performance, using techniques such as
hyperparameter tuning and feature selection.
 Deployment: Once the model is trained and
optimized, it can be used to assess the quality of
new video data. This can be done in real-time by
processing video frames during capture, or offline
by processing video data after capture.
 Objective video quality metrics: Mathematical
formulas that are used to quantify the perceived
quality of a video. Examples include peak signal-to-
noise ratio (PSNR) and structural similarity index
(SSIM).These are few terms andmethodologiesthat
we reviewed.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1834
Sr.
no
Name of
Journal/
Year of
Publication
Paper Title Author
Name
Dataset Used Accuracy Advantages / Disadvantages
1 IEEE 2012 A 2D No-Reference Video
Quality Model Developed for
3D Video Transmission
Quality Assessment
K. Brunnström, I.
Sedano, K. Wang
et al.
Tested on five 3D
video sequences.
95%
Accurate prediction of 3D
video transmission quality.
Limited evaluationononlytwo
databases
2 IEEE
Transactions
on Image
Processing
2011
Objective Video Quality
Metrics: A Performance
Analysis
Martínez, J. L.,
Cuenca, P.,
Delicado, F., &
Quiles, F.
- -
Objective and Quantifiable
Results, Consistency. Limited
Scope, May not Account for
all perceptual quality factors
3 IEEE Access
2019
No-Reference Video Quality
Assessment Based on the
Temporal Pooling of Deep
Features
D. Varga, P.
Korshunov, L.
Krasula, and F.
Pereira.
LIVE video
quality database
and YouTube-
UGC
83.61%
Accurately assesses video
quality without reference to a
pristine video. Limited dataset
size may affect the
generalization of results to
other video content types
4 Multiagent
and Grid
Systems – An
international
Journal 2018
Assessment of quality of
experience (QoE) of image
compression in social cloud
computing
A.A. Laghari, S.
Mahar, M. Aslam,
A. Seema, M.
Shahbaz, and N.
Ahmed
Facebook,
WeChat, Tumblr
and Twitter
Video databases
89.2%
Accurate QoE assessment for
image compression in social
cloud computing, but limited
dataset size and scope, and
requires subjective
evaluations.
5 IEEE
Transactions
on
Broadcasting
2009
Objective Assessment of
Region of Interest-Aware
Adaptive Multimedia
Streaming Quality
B. Ciubotaru, G.-
M. Muntean, and
G. Ghinea
Tested on 12
video
sequences 89.4%
Proposed ROI-based method
yields accurate and reliable
quality assessment for
adaptive video streaming, but
may require additional
computational resources to
identify ROI. Not suitable for
all video types.
6 IEICE
Transactio
ns on
Communica
tions
2015
Objective Video Quality
Assessment — Towards
Large Scale Video Database
Enhanced Model
Development
Marcus
Barkowsky and
Enrico Masala
Large scale
video databases
.
80%
Proposed framework enables
better video quality models
with large scale video
databases, but may require
significant computational
resources and data quality
can impact accuracy
7 IEEE
2010
No reference video-quality-
assessment model for video
streaming services
T. Kawano, K.
Yamagishi, K.
Watanabe, and J.
Okamoto
Self-
constructed
dataset of
videos from
YouTube
70%
Accurate no-reference video
quality predictor, but less
effective for highly complex
videos and extremes of
quality ratings
4. Literature Survey
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1835
Sr.
no
Paper Title Algorithm Used Methodologies and proposed work Limitations
1 A 2D No-Reference
Video Quality Model
Developed for 3D
Video Transmission
Quality Assessment
Machine learning,
subjective quality
data
Develop a 2D no-reference video
quality model for assessing 3D
video transmission quality
Model predicts 3D video quality
without reference signal, using
objective features for less
subjectivity. Not suitable for all
scenarios and requires 2D
video signal.
2 Objective Video
Quality Metrics: A
Performance Analysis
Video Quality Metric
Algorithms
Subjective Testing, Statistical
Analysis PSNR, SSIM, VQM, VMAF
Limits the distortion to specific
types of distortion High degree
of distortion
3 No-Reference Video
Quality Assessment
Based on the
Temporal Pooling of
Deep Features
Convolutional
Neural Network
(CNN) and Support
Vector Regression
(SVR)
To extract deep features, a CNN is
proposed and then the features are
aggregated using temporal pooling.
An SVR model predicts video quality.
Dataset size limited and may
not represent all video content
LIVE video quality database and
YouTube-UGC
4 Assessmentofquality
of experience (QoE)
of image
compressioninsocial
cloud computing
MOS calculation, QoE
model use objective
metrics and
subjective
evaluations.
QoE model developed for image
compression in social cloud
computing using objective metrics
and subjective evaluations.
Limits scope to only social
cloud computing applications,
involves subjective evaluation
that is time-consuming and
biased
5 ObjectiveAssessment
of Region of Interest-
Aware Adaptive
Multimedia
Streaming Quality
Region of Interest
(ROI) model,
Structural Similarity
Index (SSIM)
New video quality assessment
method based on ROI model and
SSIM considersstreamingadaptation
algorithms, useful for surveillance
and medical imaging.
Data set for testing is relatively
small and may not reflect the
diversity of video content in all
scenarios.
6 Objective Video
Quality Assessment
— Towards Large
Scale Video Database
Enhanced Model
Development
Large scale video
databases, quality
metrics, and machine
learning algorithms
The framework for objective video
quality assessment utilizes large
scale video databases, quality
metrics, and machine learning
algorithms to enhance accuracy and
scalability of video quality models.
Limitation: Difficulty in
obtaining large-scale subjective
video quality scores for model
development, hindering
progress in objective video
quality assessment.
7 No reference video-
quality-assessment
model for video
streaming services
Support Vector
Regression (SVR)
Model uses natural scene statistics
based features and SVR algorithm
trained on spatial and temporal
information.
Limited generalizability to
other contexts, dataset used
may limit comparability with
other works.
5. ALGORITHMIC SURVEY
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1836
6. CONCLUSION
Measuring the objective video quality in the social cloud
using machine learning is a promising approach to improve
the quality of video content shared across social platforms.
This study demonstrated the effectiveness of machine
learning models, particularly convolutional neural networks
(CNNs), to accurately predict video quality metrics such as
resolution, bit rate, and frame rate. With the help of these
advanced algorithms, it becomes possible to provide more
reliable and accurate video quality assessment methods,
which can help content creators and platform operators
improve the overall quality of video content and increase
audience engagement. The results of this study underscore
the potential of machine learning techniques to transform
the way we consume and share video content on social
media platforms.UsingCNN'salgorithmshasshownpromise
in accurately predicting video quality metrics, and this
approach could offer viewers a moreenjoyableandengaging
video experience. The advancement and application of
machine learning algorithms to measure objective video
quality in social cloud environments has great potential to
improve social media content quality and increase user
satisfaction.
7 .REFERENCES
[1] A.A. Laghari, S. Mahar, M. Aslam, A. Seema, M. Shahbaz,
and N. Ahmed. "Assessment ofQualityofExperience(QoE)of
Image Compression in Social Cloud Computing." Multiagent
and Grid Systems – An International Journal 14(2018):125–
143.
[2] Kawano, T., Yamagishi, K., Watanabe, K., & Okamoto, J.
(2010). "No reference video-quality-assessment model for
video streaming services." IEEE Transactions on Consumer
Electronics, 56(4), 2285-2291.
[3] Kawano, T., Yamagishi, K., Watanabe, K., & Okamoto, J.
(2010). No reference video-quality-assessment model for
video streaming services. 2010 In 18th International Packet
Video Workshop (pp. 1-8). IEEE.
[4] Barkowsky, M., & Masala, E. (2015). "Objective video
quality assessment-towards large scale video database
enhanced model development." IEICE Transactions on
Communications, E98.B (1), 2-11.
[5] Brunnström, K., Sedano, I., Wang, K., Zhou, K., & Möller, S.
(2012). "2D no-reference video quality model development
and 3D video transmission quality." Sixth International
Workshop on Video Processing and Quality Metrics for
Consumer Electronics (VPQM 2012) (pp. 1-6). IEEE.
[6]Ciubotaru, B., Muntean, G. M., & Ghinea, G. (2009).
"Objective assessment of region of interest-aware adaptive
multimedia streaming quality." IEEE Transactions on
Broadcasting, 55(3), 580-592.
[7]Domonkos Varga. "No-Reference Video Quality
Assessment Based on the Temporal Pooling of Deep." IEEE
Transactions on Circuits and Systems for Video Technology,
April 2019, https://doi.org/10.1007/s11063-019-10036-6.
[8]D. Varga, P. Korshunov, L. Krasula, and F. Pereira. "No-
Reference Video Quality Assessment Based ontheTemporal
Pooling of Deep Features." IEEE Access, 2019. DOI:
10.1109/ACCESS.2019.2901165.
[9]Z. Wang, H. R. Sheikh, and A. C. Bovik, "Objective Video
Quality Metrics: A PerformanceAnalysis,"IEEETransactions
on Image Processing, vol. 20, no. 5, pp. 1185-1198, May
2011.
[10]C. Zhou, L. Zhang, X. Chen, and Y. Liu, "Objective
Assessment of Region of Interest-Aware Adaptive
Multimedia Streaming Quality," IEEE Transactions on
Broadcasting, vol. 63, no. 3, pp. 523-536,[ Sep. 2017.]
[11]Giannopoulos, M., Tsagkatakis, G., Blasi, S. G., &
Mouchtaris, A. (2018). "Convolutional neural networks for
video quality assessment." In 2018 International Workshop
on Quality of Multimedia Experience (QoMEX) (pp. 1-6).
IEEE.

More Related Content

Similar to A survey on Measurement of Objective Video Quality in Social Cloud using Machine Learning

SUMMARY GENERATION FOR LECTURING VIDEOS
SUMMARY GENERATION FOR LECTURING VIDEOSSUMMARY GENERATION FOR LECTURING VIDEOS
SUMMARY GENERATION FOR LECTURING VIDEOSIRJET Journal
 
Video copy detection using segmentation method and
Video copy detection using segmentation method andVideo copy detection using segmentation method and
Video copy detection using segmentation method andeSAT Publishing House
 
Full reference video quality assessment
Full reference video quality assessmentFull reference video quality assessment
Full reference video quality assessmentHoàng Sơn
 
Object Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNNObject Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNNIRJET Journal
 
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
 
Human Action Recognition in Videos
Human Action Recognition in VideosHuman Action Recognition in Videos
Human Action Recognition in VideosIRJET Journal
 
Mtech Second progresspresentation ON VIDEO SUMMARIZATION
Mtech Second progresspresentation ON VIDEO SUMMARIZATIONMtech Second progresspresentation ON VIDEO SUMMARIZATION
Mtech Second progresspresentation ON VIDEO SUMMARIZATIONNEERAJ BAGHEL
 
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...ijma
 
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...ijma
 
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...ijma
 
Comparison of Cinepak, Intel, Microsoft Video and Indeo Codec for Video Compr...
Comparison of Cinepak, Intel, Microsoft Video and Indeo Codec for Video Compr...Comparison of Cinepak, Intel, Microsoft Video and Indeo Codec for Video Compr...
Comparison of Cinepak, Intel, Microsoft Video and Indeo Codec for Video Compr...ijma
 
Review on content based video lecture retrieval
Review on content based video lecture retrievalReview on content based video lecture retrieval
Review on content based video lecture retrievaleSAT Journals
 
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
 
IMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNINGIMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNINGIRJET Journal
 
IRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET Journal
 
Image super resolution using Generative Adversarial Network.
Image super resolution using Generative Adversarial Network.Image super resolution using Generative Adversarial Network.
Image super resolution using Generative Adversarial Network.IRJET Journal
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLEIRJET Journal
 
AUTOMATIC DETECTION OF TRAFFIC ACCIDENTS FROM VIDEO USING DEEP LEARNING
AUTOMATIC DETECTION OF TRAFFIC ACCIDENTS FROM VIDEO USING DEEP LEARNINGAUTOMATIC DETECTION OF TRAFFIC ACCIDENTS FROM VIDEO USING DEEP LEARNING
AUTOMATIC DETECTION OF TRAFFIC ACCIDENTS FROM VIDEO USING DEEP LEARNINGIRJET Journal
 
IRJET-Feature Extraction from Video Data for Indexing and Retrieval
IRJET-Feature Extraction from Video Data for Indexing and Retrieval IRJET-Feature Extraction from Video Data for Indexing and Retrieval
IRJET-Feature Extraction from Video Data for Indexing and Retrieval IRJET Journal
 
Gesture Recognition System using Computer Vision
Gesture Recognition System using Computer VisionGesture Recognition System using Computer Vision
Gesture Recognition System using Computer VisionIRJET Journal
 

Similar to A survey on Measurement of Objective Video Quality in Social Cloud using Machine Learning (20)

SUMMARY GENERATION FOR LECTURING VIDEOS
SUMMARY GENERATION FOR LECTURING VIDEOSSUMMARY GENERATION FOR LECTURING VIDEOS
SUMMARY GENERATION FOR LECTURING VIDEOS
 
Video copy detection using segmentation method and
Video copy detection using segmentation method andVideo copy detection using segmentation method and
Video copy detection using segmentation method and
 
Full reference video quality assessment
Full reference video quality assessmentFull reference video quality assessment
Full reference video quality assessment
 
Object Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNNObject Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNN
 
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
 
Human Action Recognition in Videos
Human Action Recognition in VideosHuman Action Recognition in Videos
Human Action Recognition in Videos
 
Mtech Second progresspresentation ON VIDEO SUMMARIZATION
Mtech Second progresspresentation ON VIDEO SUMMARIZATIONMtech Second progresspresentation ON VIDEO SUMMARIZATION
Mtech Second progresspresentation ON VIDEO SUMMARIZATION
 
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
 
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
 
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
COMPARISON OF CINEPAK, INTEL, MICROSOFT VIDEO AND INDEO CODEC FOR VIDEO COMPR...
 
Comparison of Cinepak, Intel, Microsoft Video and Indeo Codec for Video Compr...
Comparison of Cinepak, Intel, Microsoft Video and Indeo Codec for Video Compr...Comparison of Cinepak, Intel, Microsoft Video and Indeo Codec for Video Compr...
Comparison of Cinepak, Intel, Microsoft Video and Indeo Codec for Video Compr...
 
Review on content based video lecture retrieval
Review on content based video lecture retrievalReview on content based video lecture retrieval
Review on content based video lecture retrieval
 
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
 
IMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNINGIMAGE CAPTION GENERATOR USING DEEP LEARNING
IMAGE CAPTION GENERATOR USING DEEP LEARNING
 
IRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep Learning
 
Image super resolution using Generative Adversarial Network.
Image super resolution using Generative Adversarial Network.Image super resolution using Generative Adversarial Network.
Image super resolution using Generative Adversarial Network.
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
 
AUTOMATIC DETECTION OF TRAFFIC ACCIDENTS FROM VIDEO USING DEEP LEARNING
AUTOMATIC DETECTION OF TRAFFIC ACCIDENTS FROM VIDEO USING DEEP LEARNINGAUTOMATIC DETECTION OF TRAFFIC ACCIDENTS FROM VIDEO USING DEEP LEARNING
AUTOMATIC DETECTION OF TRAFFIC ACCIDENTS FROM VIDEO USING DEEP LEARNING
 
IRJET-Feature Extraction from Video Data for Indexing and Retrieval
IRJET-Feature Extraction from Video Data for Indexing and Retrieval IRJET-Feature Extraction from Video Data for Indexing and Retrieval
IRJET-Feature Extraction from Video Data for Indexing and Retrieval
 
Gesture Recognition System using Computer Vision
Gesture Recognition System using Computer VisionGesture Recognition System using Computer Vision
Gesture Recognition System using Computer Vision
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

A survey on Measurement of Objective Video Quality in Social Cloud using Machine Learning

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1832 A survey on Measurement of Objective Video Quality in Social Cloud using Machine Learning Dhanashri Adhav1, Abhijit Shinde 2, Nana Modhale 3, Shreyas Sukale 4, Prof. Manisha Darak5 5Professor, Computer Engineering, RMD Sinhgad School of Engineering, Warje, India 1, 2,3,4 Students Dept. of Computer Engineering, RMD Sinhgad School of Engineering, Warje, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Assessing objective video quality is critical in applications such as video streaming, video conferencing, and video surveillance. Although traditional subjectiveassessment methods are commonly used, they can be time-consumingand expensive. Objective methods for assessing video quality have been proposed, but often lack accuracy and consistency. In recent years, machine learning techniques, particularly deep learning models such as convolutional neural networks (CNNs), have shown promise forobjectiveassessments ofvideo quality. This study proposes a new method that CNN uses to understand the relationship betweenvideocharacteristics and subjective quality judgments. The proposed method uses a large collection of video data evaluated byhumanobservers to train CNN. The videos were then processed to extract quality- related features, which were used to train a machine learning model to predict objective quality outcomes. The model was tested on a separate set of videos, and the results showed that the proposed method achieved a high level of accuracy in predicting high quality objective outcomes. The results show that the proposed method achieves high accuracy and consistency in predicting subjective qualitative outcomes. Machine learning techniques can provide an objective assessment of video quality, which could benefit content creators, consumers, and service providers. Key Words: Social Cloud, Quality of Experience (QoE), Convolutional Neural Network (CNN), Deep Learning, Video Quality Assessment, Peak Signal-to-Noise Ratio (PSNR) 1. INTRODUCTION The rapid advances in video technology and widespread availability of cloud-basedsocial media platformshaveledto a growing demand for the delivery of high-quality video content. Video content quality has a significant impact on user experience, and objectivemeasurementofvideoquality is essential to ensure optimal user experience. Machine learning techniques are widely used to develop objective video quality measurement models that can automatically predict video quality based on various visual andperceptual characteristics. This approach has Several advantages over traditional metrics based on simplified measures such as pixel distortion or image Similarity. Machine learning algorithms can learn the complex relationship between video properties and perceptual quality, enabling accurate and robust quality predictions even in complex video environments. In social cloud applications, machine learning-based video quality assessment is particularly useful to optimize video transmission and distribution processes. By predicting the objective quality of video content, machine learning algorithms can optimize video bit rate, resolution, and other parameters to provide the best user experience while minimizing bandwidth usage. This paper aims to provide a comprehensive survey of the state- of-the-art in machine learning-based objective videoquality measurement in the context of social cloud applications. An examination of recent studies that have used machine learning algorithms to evaluate video quality and compare the performance of different techniques in terms of precision, efficiency and scalability. The benefits and limitations of measuring video quality based on machine learning and identifying potential leads for future research. Overall, this article provides valuable insights into the state of the art for measuring video quality objectively and offers practical tips for improving video quality in social cloud applications using machine learning techniques. 2. TERMONOLOGIES 2.1 Video Quality Assessment Video Quality Assessment (VQA) is a critical aspect of measuring the quality of videos.Itinvolvestheuseofvarious techniques and algorithms to evaluatetheperceptual quality of a video, based on various visual features such as sharpness, color accuracy, and contrast. VQA can be performed using subjective or objective methods. In subjective methods, human raters provide quality scores based on their perception, while objective methods use machine learning algorithms to estimate quality based on various metrics. VQA is important for video compression, streaming, and other applications where video quality is a critical factor. 2.2 Deep Learning Deep learning is a powerful technique for measuring video quality, especially for objective evaluation. Deep learning algorithms like convolutional neural networks (CNNs) can extract visual features from videos that are difficult to quantify using traditional methods. These functions can be used to train models to predict video quality metrics suchas
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1833 structural similarity index (SSIM) and peak signal-to-noise ratio (PSNR). Deep learning can also be usedtodevelopnon- reference (NR) models to assess video quality that do not need a reference video for comparison. Deep learning has shown promise for improving the accuracy and reliability of objective video quality assessment models. . Video frames can be analyzed to predict video quality based on features extracted from them. 2.3 Convolutional Neural Networks (CNNs) Video quality is often assessed using convolutional neural networks (CNNs) since they are capable of learning multi- layered visual cues from large data sets. CNNs consist of multiple layers of convolution filters that extract features from input data. In the context of video quality assessment, CNNs are used to extract visual features from video images and predict video quality. These characteristics can include sharpness, color accuracy, and contrast. Based on the visual characteristics of new videos, CNN can accurately predict their quality by training on a large set of video frames. 3. METHODOLOGICAL APPROACH The measurement of objective video quality using machine learning typically involves the following methodologies:  Dataset preparation: A dataset of videos with known quality scores is collected, along with corresponding objective metrics such as PSNR, SSIM, or VQM. The videos are typically preprocessed to ensure consistency and eliminate any artifacts that could impact quality evaluation.  Feature extraction: Features such as color histograms, motionvectors, andtextureanalysisare extracted from video data. These functions arethen used to train a machine learning model.  Model training: A machine learningmodel istrained on a data set, using the extracted features and corresponding quality values. Various models can be used, such as decision trees, support vector machines (SVM), or deep learning networkssuchas convolutional neural networks (CNNs).  Model Evaluation: The trained model is evaluated using a separate test dataset, to assess its performance in predicting video quality scores. Evaluation metrics such as correlation coefficients and mean squared error (MSE) can be used to assess the performance of the model.  Model Tuning: The model can be optimized by adjusting various parameters such as learning rate, batch size, and regularization, to improve its performance.  Model Optimization:Themodel isthenfine-tunedto improve its performance, using techniques such as hyperparameter tuning and feature selection.  Deployment: Once the model is trained and optimized, it can be used to assess the quality of new video data. This can be done in real-time by processing video frames during capture, or offline by processing video data after capture.  Objective video quality metrics: Mathematical formulas that are used to quantify the perceived quality of a video. Examples include peak signal-to- noise ratio (PSNR) and structural similarity index (SSIM).These are few terms andmethodologiesthat we reviewed.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1834 Sr. no Name of Journal/ Year of Publication Paper Title Author Name Dataset Used Accuracy Advantages / Disadvantages 1 IEEE 2012 A 2D No-Reference Video Quality Model Developed for 3D Video Transmission Quality Assessment K. Brunnström, I. Sedano, K. Wang et al. Tested on five 3D video sequences. 95% Accurate prediction of 3D video transmission quality. Limited evaluationononlytwo databases 2 IEEE Transactions on Image Processing 2011 Objective Video Quality Metrics: A Performance Analysis Martínez, J. L., Cuenca, P., Delicado, F., & Quiles, F. - - Objective and Quantifiable Results, Consistency. Limited Scope, May not Account for all perceptual quality factors 3 IEEE Access 2019 No-Reference Video Quality Assessment Based on the Temporal Pooling of Deep Features D. Varga, P. Korshunov, L. Krasula, and F. Pereira. LIVE video quality database and YouTube- UGC 83.61% Accurately assesses video quality without reference to a pristine video. Limited dataset size may affect the generalization of results to other video content types 4 Multiagent and Grid Systems – An international Journal 2018 Assessment of quality of experience (QoE) of image compression in social cloud computing A.A. Laghari, S. Mahar, M. Aslam, A. Seema, M. Shahbaz, and N. Ahmed Facebook, WeChat, Tumblr and Twitter Video databases 89.2% Accurate QoE assessment for image compression in social cloud computing, but limited dataset size and scope, and requires subjective evaluations. 5 IEEE Transactions on Broadcasting 2009 Objective Assessment of Region of Interest-Aware Adaptive Multimedia Streaming Quality B. Ciubotaru, G.- M. Muntean, and G. Ghinea Tested on 12 video sequences 89.4% Proposed ROI-based method yields accurate and reliable quality assessment for adaptive video streaming, but may require additional computational resources to identify ROI. Not suitable for all video types. 6 IEICE Transactio ns on Communica tions 2015 Objective Video Quality Assessment — Towards Large Scale Video Database Enhanced Model Development Marcus Barkowsky and Enrico Masala Large scale video databases . 80% Proposed framework enables better video quality models with large scale video databases, but may require significant computational resources and data quality can impact accuracy 7 IEEE 2010 No reference video-quality- assessment model for video streaming services T. Kawano, K. Yamagishi, K. Watanabe, and J. Okamoto Self- constructed dataset of videos from YouTube 70% Accurate no-reference video quality predictor, but less effective for highly complex videos and extremes of quality ratings 4. Literature Survey
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1835 Sr. no Paper Title Algorithm Used Methodologies and proposed work Limitations 1 A 2D No-Reference Video Quality Model Developed for 3D Video Transmission Quality Assessment Machine learning, subjective quality data Develop a 2D no-reference video quality model for assessing 3D video transmission quality Model predicts 3D video quality without reference signal, using objective features for less subjectivity. Not suitable for all scenarios and requires 2D video signal. 2 Objective Video Quality Metrics: A Performance Analysis Video Quality Metric Algorithms Subjective Testing, Statistical Analysis PSNR, SSIM, VQM, VMAF Limits the distortion to specific types of distortion High degree of distortion 3 No-Reference Video Quality Assessment Based on the Temporal Pooling of Deep Features Convolutional Neural Network (CNN) and Support Vector Regression (SVR) To extract deep features, a CNN is proposed and then the features are aggregated using temporal pooling. An SVR model predicts video quality. Dataset size limited and may not represent all video content LIVE video quality database and YouTube-UGC 4 Assessmentofquality of experience (QoE) of image compressioninsocial cloud computing MOS calculation, QoE model use objective metrics and subjective evaluations. QoE model developed for image compression in social cloud computing using objective metrics and subjective evaluations. Limits scope to only social cloud computing applications, involves subjective evaluation that is time-consuming and biased 5 ObjectiveAssessment of Region of Interest- Aware Adaptive Multimedia Streaming Quality Region of Interest (ROI) model, Structural Similarity Index (SSIM) New video quality assessment method based on ROI model and SSIM considersstreamingadaptation algorithms, useful for surveillance and medical imaging. Data set for testing is relatively small and may not reflect the diversity of video content in all scenarios. 6 Objective Video Quality Assessment — Towards Large Scale Video Database Enhanced Model Development Large scale video databases, quality metrics, and machine learning algorithms The framework for objective video quality assessment utilizes large scale video databases, quality metrics, and machine learning algorithms to enhance accuracy and scalability of video quality models. Limitation: Difficulty in obtaining large-scale subjective video quality scores for model development, hindering progress in objective video quality assessment. 7 No reference video- quality-assessment model for video streaming services Support Vector Regression (SVR) Model uses natural scene statistics based features and SVR algorithm trained on spatial and temporal information. Limited generalizability to other contexts, dataset used may limit comparability with other works. 5. ALGORITHMIC SURVEY
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1836 6. CONCLUSION Measuring the objective video quality in the social cloud using machine learning is a promising approach to improve the quality of video content shared across social platforms. This study demonstrated the effectiveness of machine learning models, particularly convolutional neural networks (CNNs), to accurately predict video quality metrics such as resolution, bit rate, and frame rate. With the help of these advanced algorithms, it becomes possible to provide more reliable and accurate video quality assessment methods, which can help content creators and platform operators improve the overall quality of video content and increase audience engagement. The results of this study underscore the potential of machine learning techniques to transform the way we consume and share video content on social media platforms.UsingCNN'salgorithmshasshownpromise in accurately predicting video quality metrics, and this approach could offer viewers a moreenjoyableandengaging video experience. The advancement and application of machine learning algorithms to measure objective video quality in social cloud environments has great potential to improve social media content quality and increase user satisfaction. 7 .REFERENCES [1] A.A. Laghari, S. Mahar, M. Aslam, A. Seema, M. Shahbaz, and N. Ahmed. "Assessment ofQualityofExperience(QoE)of Image Compression in Social Cloud Computing." Multiagent and Grid Systems – An International Journal 14(2018):125– 143. [2] Kawano, T., Yamagishi, K., Watanabe, K., & Okamoto, J. (2010). "No reference video-quality-assessment model for video streaming services." IEEE Transactions on Consumer Electronics, 56(4), 2285-2291. [3] Kawano, T., Yamagishi, K., Watanabe, K., & Okamoto, J. (2010). No reference video-quality-assessment model for video streaming services. 2010 In 18th International Packet Video Workshop (pp. 1-8). IEEE. [4] Barkowsky, M., & Masala, E. (2015). "Objective video quality assessment-towards large scale video database enhanced model development." IEICE Transactions on Communications, E98.B (1), 2-11. [5] Brunnström, K., Sedano, I., Wang, K., Zhou, K., & Möller, S. (2012). "2D no-reference video quality model development and 3D video transmission quality." Sixth International Workshop on Video Processing and Quality Metrics for Consumer Electronics (VPQM 2012) (pp. 1-6). IEEE. [6]Ciubotaru, B., Muntean, G. M., & Ghinea, G. (2009). "Objective assessment of region of interest-aware adaptive multimedia streaming quality." IEEE Transactions on Broadcasting, 55(3), 580-592. [7]Domonkos Varga. "No-Reference Video Quality Assessment Based on the Temporal Pooling of Deep." IEEE Transactions on Circuits and Systems for Video Technology, April 2019, https://doi.org/10.1007/s11063-019-10036-6. [8]D. Varga, P. Korshunov, L. Krasula, and F. Pereira. "No- Reference Video Quality Assessment Based ontheTemporal Pooling of Deep Features." IEEE Access, 2019. DOI: 10.1109/ACCESS.2019.2901165. [9]Z. Wang, H. R. Sheikh, and A. C. Bovik, "Objective Video Quality Metrics: A PerformanceAnalysis,"IEEETransactions on Image Processing, vol. 20, no. 5, pp. 1185-1198, May 2011. [10]C. Zhou, L. Zhang, X. Chen, and Y. Liu, "Objective Assessment of Region of Interest-Aware Adaptive Multimedia Streaming Quality," IEEE Transactions on Broadcasting, vol. 63, no. 3, pp. 523-536,[ Sep. 2017.] [11]Giannopoulos, M., Tsagkatakis, G., Blasi, S. G., & Mouchtaris, A. (2018). "Convolutional neural networks for video quality assessment." In 2018 International Workshop on Quality of Multimedia Experience (QoMEX) (pp. 1-6). IEEE.