SlideShare a Scribd company logo
1 of 5
Download to read offline
TELKOMNIKA Indonesian Journal of Electrical Engineering
Vol. 13, No. 2, February 2015, pp. 300 ~ 304
DOI: 10.11591/telkomnika.v13i2.6873  300
Received October 19, 2014; Revised December 18, 2014; Accepted January 4, 2015
A Novel Method for Sensing Obscene Videos using
Scene Change Detection
Rashed Mustafa*1,2,3
, Dingju Zhu*1,2,4,5
1
Laboratory for Smart Computing and Information Sciences, Shenzhen Institutes of Advanced Technology,
Chinese Academy of Sciences
2
University of Chinese Academy of Sciences, Beijing, China
3
Department of Computer Science and Engineering, University of Chittagong, Bangladesh
4
Shenzhen Public Platform for Triple-play Video Transcoding Center
5
School of Computer Science, South China normal University Guangzhou, China
*Corresponding author, e-mail: rashed.m@siat.ac.cn, dj.zh@siat.ac.cn
Abstract
Video scene change detection has great importance of managing and analyzing large amount of
videos. Traditionally this technique used for indexing, segmenting and categorizing different types of
videos. Very few works addressed to classify obscene using scene change detection method. In this
research we proposed a simple approach for sensing objectionable videos by observing scene changes
into different video genres. Video scenes are grouped into set of key frames. After analyzing duration of
each scene and counting the number of key frames of designated scene, it has been shown that obscene
videos have infrequent scene changing nature. While in sports, dramas, music and action films have large
number of scene changes. We used six types of video genres and the decision has been made by setting
a threshold based on extracted key frames. Experimental result showed that the accuracy is 83.33% and
false positive rate is 16.67%.
Keywords: scene change detection, key frames, content based video retrieval, obscenity detection
Copyright © 2015 Institute of Advanced Engineering and Science. All rights reserved.
1. Introduction
Video scene change detection is very useful for video indexing, analysis and content-
based retrieval of visual information [1, 2]. It is a vital operation in all multimedia applications
such as video on demand (VOD), digital archives, news media etc [3]. Low-level video
segmentation is the first step in all video scene change detection [3]. A scene composed of
several shots, which denoted as continuous frames of one action [1], [3-4]. Existing works
demonstrated luminance or color histogram differences of consecutive frames [2]. As we know
that luminance is susceptible to small changes and hence cannot give appropriate results for
scene change detection [5, 6]. Scene change detection also performed in compressed video
data (MPEG-1) [7, 8]. In that approach key frames can be represented as binary edge maps.
After calculating correlation between the edge maps, two consecutive frames can be compared.
Earlier works emphasized low level structures on videos and very few works demonstrated
scene segmentation on objectionable videos [12, 13]. Some papers indicated objectionable
video processing in parallel and distributed fashion but failed to address obscenity detection
appropriately [26, 27]. Online objectionable videos and images are now easily accessible due to
availability of high-speed Internet and rapid growth of multimedia technology. A report shows
that a large number of teens and children search pornographic contents everyday [28]. This is a
threat for the society and concerns of Internet safety. Taking care of this issue, scientists are
working hard and initiated different filter techniques to screen malicious contents. In this paper
we presented a method to find obscene videos using scene change detection. Video scenes are
grouped into set of key frames. Observing change of scenes, we analyzed the presence of
obscenity among a large set of obscene and benign videos.
The rest of this paper can be organized according to the following structures: section 2
briefly describes different scene change detection methods and their applications, our proposed
method is described in section 3, quantitative results are analyzed in section 4 and finally
section 5 contains conclusion and future work.
TELKOMNIKA ISSN: 2302-4046 
Robust SINS/GNSS Integration Method for High Dynamic Applications (Falin Wu)
301
2. Scene Change Detection Approaches
A digital video can be formed by frames which are presented as consecutive manner for
viewer’s perception [23]. Key frame denoted as representative frame which contain significant
content of a shot. Based on the content complexity of shots, one or more key frames can be
extracted from a single shot [24]. Shot denoted as continuous frames taken by single camera as
continuous action of time and space. Cut or hard cut are abrupt transitions from one shot to
another. Soft transitions are known as wipes, fades and dissolves. In this effect one shot can be
replaced by another. It also called as gradual transitions. Fade are of two types, fade out and
fade in. The first one is a gradual transition between a scene and a constant image and fade in
is between a constant image and a scene [25].
2.1. SAD (Sum of Absolute Differences) (Soft cut)
It is a simple algorithm where two sequential frames are compared using addition of
absolute values of each pixel. After that subtraction occurs from corresponding pixels [9-11],
[18]. The result is a positive number which is further used as score. SAD is susceptible to minor
scene changes. The false hits occurs when fast camera movement or sudden light on in a dark
scene. It hardly reacts to soft cuts [19]. Yet, SAD is used often to produce a basic set of
"possible hits" as it detects all visible hard cuts with utmost probability.
2.2. Histogram Differences (HD) (Hard cut)
It is similar to Sum of absolute differences. It computes histogram difference of two
sequential video frames. Histogram tells quantitative distribution of colors in a frame [20]. HD is
less susceptible to minor changes of scenes and hence fewer false hits. HD is completely
depends with histogram calculation which is its major drawback. It is believed that two frames
can have the same histograms. For example, dessert and beach pictures can have the same
histogram though the contents are not the same. For hard cut detection this method is not
suitable [21].
2.3. Edge Change Ratio (ECR) (Wipe or dissolve)
Edge change ratio (ECR) also compares contents of video frames. It can have the
capability of transforming frames into edge pictures. Using an image processing tool (dilation),
ECR compute a probability finding that following frame contains the same objects [13, 22]. It can
detect hard cuts as well as different soft cuts. However, it cannot detect wipes as it considers
the fading in objects as regular moving objects through the scene. Despite, ECR can be
extended manually to recognize special forms of soft cuts [23].
2.4. Shot Change Detection based on Sliding Window Method (SCDSW)
In video segmentation, traditional sliding window (CSW) has been used by many
researchers for adaptive thresholding [12], [14-15]. CSW can detect hard cut by taking the ratios
of present feature value and its local neighborhood. However, it has a significant number of
false alarms and missed cuts. It is shown in [16-17] that, this method can be improved by
combining with color histogram differences. The improved sliding window method has three
steps processing such as pre filtering, sliding window filtering and scene activeness
investigation of frame by frame discontinuity values. Camera/object motions are more robust
using cut detection which is based on possibility values [24]. One of the purposes is to relax the
threshold or parameter selection problem that is to make the intermediate parameters to be
valid for a vast range of video programs and to reduce the influence of the final threshold on the
whole detection accuracy [25].
3. Scene Change Detection for Obscene Videos (proposed method)
In section 2 we described some common video scene change detection methods (SAD,
HD, ECR and SCDSW). All methods devoted to detect sudden or gradual transitions of scenes.
In those works we didn’t find any indication that how often the scenes are changing. Our
proposed method is based on a ground truth of frequent and infrequent nature of changing
scenes. The experiment carried out on 13 unstructured videos with arbitrary length containing
objectionable and benign scenes. At first all Key frames are extracted using an open source tool
 ISSN: 2302-4046
TELKOMNIKA Vol. 13, No. 2, February 2015 : 300 – 304
302
ffmpeg [17]. Then summarize the result for instance Table 1 demonstrated the extracted key
frames, its types and hit or misses status of different video genres.
Table 1. Extracted key frames of different videos
SL/No Extracted Key Frames Type* Remark*
1 24 O H
2 101 O M
4 10 O H
5 17 O H
6 39 O H
7 48 O H
8 46 B H
9 76 B H
10 65 B H
11 1 B M
12 29 B H
13 20 B M
* OObscene, B Benign, H Hit, MMiss
It is shown that the number of key frames for obscene videos is significantly smaller
than benign videos. The specific genres of benign videos are drama, news, sports, jokes and
music video.
4. Results
The performance of our method has been elucidated in Table 2. Higher true positive
rate and lower false positive rate signifies the strength of our approach.
Table 2. Accuracy chart
True Positive Rate (TPR)
83.33%
False Positive Rate (FPR)
16.67%
False Negative Rate (FNR)
33.33%
True Negative Rate (TNR)
67%
The following figure (Figure 1) showed scene change scenario of different types of
video genres. Here, drama, movie trailer, TV show and obscene videos have been
demonstrated for simplicity. It has been observed from the random shots that, most of the
videos change scenes after few or just a second duration. But scene changing nature of
objectionable videos is quiet long. For instance scene changes of the given video genres are 5,
1, 9 and 34 seconds respectively. It means obscene videos have longest scene duration and
the shortest scene changes in movie trailer. It is to be noted that TV shows have longer scene
duration than dramas. The reason for this is that, shot taking time in TV shows are lower than
dramas [25].
TELKOMNIKA ISSN: 2302-4046 
Robust SINS/GNSS Integration Method for High Dynamic Applications (Falin Wu)
303
Figure 1. Scene change on different types of video genres
5. Conclusion
There is a vast amount of objectionable videos available in online due to rapid growth of
Information and communication technology. It is very difficult to filter all malicious contents from
Internet. Researchers are advocating their efforts to do so. In this research we proposed a
simple method of identifying obscene videos using scene change detection. It has been
observed that obscene videos infrequently change scenes whether in other types of videos
such as action films, dramas, news, movie trailer and TV shows have significant number of
scene changes [Table 1]. There is a controversial behavior on live and edited music videos. Live
music videos don’t have enough scene changes which contradict with obscene videos, but
edited music videos have significant scene changes [Table 1]. Using the ground truth, we
identified more than 80% videos containing obscenity. Skin color and erotogenetic body parts
detection can further applicable for better accuracy.
Acknowledgements
This research was supported in part by Shenzhen Technical Project (grant no.
HLE201104220082A) and National Natural Science Foundation of China (grant no. 61105133)
and Shenzhen Public Technical Platform (grant no. CXC201005260003A).
References
[1] SC Chen, ML Shyu, C Zhang, RL Kashyap. Video scene change detection method using
unsupervised segmentation and object tracking. IEEE International Conference on Multimedia and
Expo (ICME). Waseda University. Tokyo, Japan. 2001; 57-60.
[2] W Zhu, C Toklu, SP Liou. Automatic news video segmentation and categorization based on closed
captioned text. IEEE International Conference on Multimedia & Expo. Tokyo, Japan. 2001; 1036-
1039.
[3] X Wang, Z Weng. Scene abrupt change detection. Canadian Conference on Electrical and
Computing, Engineering. 2000; 880–883.
[4] CO Filipe de, S Ewerton, Michael Eckmann, Walter J. Scheirer, Anderson Rocha. Open set source
camera attribution and device linking. Pattern Recognition Letters. 2014; 39: 92–101.
[5] SC Chen, S Sista, ML Shyu, RL Kashyap. An Indexing and Searching Structure for Multimedia
Database Systems. IS&T/SPIE conference on Storage and Retrieval for Media Databases. 2000; 262-
270.
[6] H Soongi, C Beobkeun, C Yoonsik. Adaptive Thresholding for Scene Change Detection. IEEE Third
International Conference on Consumer Electronics - Berlin (ICCE-Berlin), 2013.
[7] N Navid, VKB Paulo, MR Jonathan, VS Mandyam. On the Use of Optical Flow for Scene Change
Detection and Description. Journal of Intelligent & Robotic Systems. 2013: 1-30.
[8] F Del, Manfred, B Laszlo. State-of-the-art and future challenges in video scene detection: a survey,
Multimedia systems. 2013; 19(5): 427-454.
[9] MT Dalton, T Amit, KhS Manglem, R Sudipta. A Survey on Video Segmentation. Intelligent
Computing, Networking, and Informatics, Springer India. 2014; 903-912.
[10] Diego, Ferran, P Daniel, S Joan, ML Antonio. Video alignment for change detection. Image
Processing, IEEE Transactions on. 2011; 20(7): 1858-1869.
[11] Wang, Jianchao, L Bing, H Weiming, W Ou. Horror video scene recognition via multiple instance
learning, In Acoustics, Speech and Signal Processing (ICASSP). IEEE International Conference on.
2011; 1325-1328.
[12] Kim, Y Chang, OJ Kwon, C Seokrim. A practical system for detecting obscene videos. Consumer
Electronics, IEEE Transactions on. 2011; 57(2): 646-650.
 ISSN: 2302-4046
TELKOMNIKA Vol. 13, No. 2, February 2015 : 300 – 304
304
[13] Ulges, Adrian, S Christian, B Damian, S Armin, Pornography detection in video benefits (a lot) from a
multi-modal approach. Proceedings of the 2012 ACM international workshop on Audio and multimedia
methods for large-scale video analysis. 201221-26.
[14] da Silva Eleuterio, M Pedro, Mateus de Castro Polastro, Brazilian Federal Police. An adaptive
sampling strategy for automatic detection of child pornographic videos. Proceedings of the Seventh
International Conference on Forensic Computer Science, Brasilia, DF, Brazil. 2012.
[15] Ochoa, Victor M Torres, YY Sule, AC Faouzi. Adult Video Content Detection Using Machine Learning
Techniques. Signal, Image Technology and Internet Based Systems (SITIS), IEEE Eighth
International Conference. 2012.
[16] El-Hafeez, A Tarek. A New Effective System for Filtering Pornography Videos. International Journal
on Computer Science & Engineering. 2010.
[17] Open source multimedia framework, http://www.ffmpeg.org. Accessed 12
th
March 2014
[18] Hamzah, A Rostam, AR Rosman, MN Zarina. Sum of Absolute Differences algorithm in stereo
correspondence problem for stereo matching in computer vision application. Computer Science and
Information Technology (ICCSIT), 3rd IEEE International Conference on. 2010.
[19] Adhikari, Priyadarshinee, G Neeta, D Jyothi, BG Hogade, Abrupt scene change detection. Intelligent
Links. 2008: 35.
[20] Huang, Chung-Lin, L Bing-Yao. A robust scene-change detection method for video segmentation,
Circuits and Systems for Video Technology. IEEE Transactions on. 2001; 11(12): 1281-1288.
[21] Patel, Nilesh V, Ishwar K Sethi. Video shot detection and characterization for video databases. Pattern
Recognition. 1997; 30(4): 583-592.
[22] Lienhart, Rainer W. Comparison of automatic shot boundary detection algorithms. Electronic
Imaging'99, International Society for Optics and Photonics, 1998.
[23] Jacobs A, et al. Automatic shot boundary detection combining color, edge, and motion features of
adjacent frames. TRECVID 2004 Workshop Notebook Papers. 2004.
[24] Zhang, Dong, Wei Qi, Hong Jiang Zhang. A new shot boundary detection algorithm. Advances in
Multimedia Information Processing-PCM 2001. Springer Berlin Heidelberg. 2001; 63-70.
[25] Huang, Chung-Lin, Bing-Yao Liao. A robust scene-change detection method for video segmentation,
Circuits and Systems for Video Technology, IEEE Transactions on. 2001; 11(12): 1281-1288.
[26] Mustafa R, Zhu D. An Investigation into Content Based Video processing in Cloud Computing
Paradigm, Int'l Conf. Image Processing and Computer Vision, IPCV’13. ISBN #: 1-60132-253-4. 2013;
II: 933-938.
[27] Mustafa R, Zhu D. Objectionable image detection in cloud computing paradigm-a review. Journal of
Computer Science. 2013; 9(12): 1715-1721.
[28] http://familysafemedia.com/pornography_statistics.html#important_countries; Accessed at 20
th
March
2014.

More Related Content

What's hot

Image Thumbnail with Blur and Noise Information to Improve Browsing Experience
Image Thumbnail with Blur and Noise Information to Improve Browsing ExperienceImage Thumbnail with Blur and Noise Information to Improve Browsing Experience
Image Thumbnail with Blur and Noise Information to Improve Browsing ExperienceWaqas Tariq
 
Full reference video quality assessment
Full reference video quality assessmentFull reference video quality assessment
Full reference video quality assessmentHoàng Sơn
 
Multimedia image compression standards
Multimedia image compression standardsMultimedia image compression standards
Multimedia image compression standardsMazin Alwaaly
 
Digital Image Processing - Image Compression
Digital Image Processing - Image CompressionDigital Image Processing - Image Compression
Digital Image Processing - Image CompressionMathankumar S
 
Design of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLABDesign of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLABIJEEE
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature reviewTharindu Rusira
 
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...mlaij
 
A COMPARATIVE STUDY ON IMAGE COMPRESSION USING HALFTONING BASED BLOCK TRUNCAT...
A COMPARATIVE STUDY ON IMAGE COMPRESSION USING HALFTONING BASED BLOCK TRUNCAT...A COMPARATIVE STUDY ON IMAGE COMPRESSION USING HALFTONING BASED BLOCK TRUNCAT...
A COMPARATIVE STUDY ON IMAGE COMPRESSION USING HALFTONING BASED BLOCK TRUNCAT...IJCI JOURNAL
 
Design of Shadow Detection and Removal System
Design of Shadow Detection and Removal SystemDesign of Shadow Detection and Removal System
Design of Shadow Detection and Removal Systemijsrd.com
 
Digital watermarking with a new algorithm
Digital watermarking with a new algorithmDigital watermarking with a new algorithm
Digital watermarking with a new algorithmeSAT Journals
 
Digital watermarking with a new algorithm
Digital watermarking with a new algorithmDigital watermarking with a new algorithm
Digital watermarking with a new algorithmeSAT Publishing House
 
International journal of signal and image processing issues vol 2015 - no 1...
International journal of signal and image processing issues   vol 2015 - no 1...International journal of signal and image processing issues   vol 2015 - no 1...
International journal of signal and image processing issues vol 2015 - no 1...sophiabelthome
 
MediaEval 2017 - Interestingness Task: Predicting Media Interestingness via B...
MediaEval 2017 - Interestingness Task: Predicting Media Interestingness via B...MediaEval 2017 - Interestingness Task: Predicting Media Interestingness via B...
MediaEval 2017 - Interestingness Task: Predicting Media Interestingness via B...multimediaeval
 
Passive techniques for detection of tampering in images by Surbhi Arora and S...
Passive techniques for detection of tampering in images by Surbhi Arora and S...Passive techniques for detection of tampering in images by Surbhi Arora and S...
Passive techniques for detection of tampering in images by Surbhi Arora and S...arorasurbhi
 

What's hot (20)

Image Thumbnail with Blur and Noise Information to Improve Browsing Experience
Image Thumbnail with Blur and Noise Information to Improve Browsing ExperienceImage Thumbnail with Blur and Noise Information to Improve Browsing Experience
Image Thumbnail with Blur and Noise Information to Improve Browsing Experience
 
Full reference video quality assessment
Full reference video quality assessmentFull reference video quality assessment
Full reference video quality assessment
 
Bit plane coding
Bit plane codingBit plane coding
Bit plane coding
 
Multimedia image compression standards
Multimedia image compression standardsMultimedia image compression standards
Multimedia image compression standards
 
Digital Image Processing - Image Compression
Digital Image Processing - Image CompressionDigital Image Processing - Image Compression
Digital Image Processing - Image Compression
 
Design of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLABDesign of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLAB
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature review
 
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
 
A COMPARATIVE STUDY ON IMAGE COMPRESSION USING HALFTONING BASED BLOCK TRUNCAT...
A COMPARATIVE STUDY ON IMAGE COMPRESSION USING HALFTONING BASED BLOCK TRUNCAT...A COMPARATIVE STUDY ON IMAGE COMPRESSION USING HALFTONING BASED BLOCK TRUNCAT...
A COMPARATIVE STUDY ON IMAGE COMPRESSION USING HALFTONING BASED BLOCK TRUNCAT...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Design of Shadow Detection and Removal System
Design of Shadow Detection and Removal SystemDesign of Shadow Detection and Removal System
Design of Shadow Detection and Removal System
 
Digital watermarking with a new algorithm
Digital watermarking with a new algorithmDigital watermarking with a new algorithm
Digital watermarking with a new algorithm
 
Digital watermarking with a new algorithm
Digital watermarking with a new algorithmDigital watermarking with a new algorithm
Digital watermarking with a new algorithm
 
Image Compression
Image CompressionImage Compression
Image Compression
 
1820 1824
1820 18241820 1824
1820 1824
 
International journal of signal and image processing issues vol 2015 - no 1...
International journal of signal and image processing issues   vol 2015 - no 1...International journal of signal and image processing issues   vol 2015 - no 1...
International journal of signal and image processing issues vol 2015 - no 1...
 
C04841417
C04841417C04841417
C04841417
 
JPEG
JPEGJPEG
JPEG
 
MediaEval 2017 - Interestingness Task: Predicting Media Interestingness via B...
MediaEval 2017 - Interestingness Task: Predicting Media Interestingness via B...MediaEval 2017 - Interestingness Task: Predicting Media Interestingness via B...
MediaEval 2017 - Interestingness Task: Predicting Media Interestingness via B...
 
Passive techniques for detection of tampering in images by Surbhi Arora and S...
Passive techniques for detection of tampering in images by Surbhi Arora and S...Passive techniques for detection of tampering in images by Surbhi Arora and S...
Passive techniques for detection of tampering in images by Surbhi Arora and S...
 

Similar to A Novel Method for Sensing Obscene Videos using Scene Change Detection

Comparative Study of Various Algorithms for Detection of Fades in Video Seque...
Comparative Study of Various Algorithms for Detection of Fades in Video Seque...Comparative Study of Various Algorithms for Detection of Fades in Video Seque...
Comparative Study of Various Algorithms for Detection of Fades in Video Seque...theijes
 
Propose shot boundary detection methods by using visual hybrid features
Propose shot boundary detection methods by using visual  hybrid featuresPropose shot boundary detection methods by using visual  hybrid features
Propose shot boundary detection methods by using visual hybrid featuresIJECEIAES
 
Comparative Study of Different Video Shot Boundary Detection Techniques
Comparative Study of Different Video Shot Boundary Detection TechniquesComparative Study of Different Video Shot Boundary Detection Techniques
Comparative Study of Different Video Shot Boundary Detection Techniquesijtsrd
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkeSAT Journals
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkeSAT Publishing House
 
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...IJECEIAES
 
Shot Boundary Detection In Videos Sequences Using Motion Activities
Shot Boundary Detection In Videos Sequences Using Motion ActivitiesShot Boundary Detection In Videos Sequences Using Motion Activities
Shot Boundary Detection In Videos Sequences Using Motion ActivitiesCSCJournals
 
Improved Key Frame Extraction Using Discrete Wavelet Transform with Modified ...
Improved Key Frame Extraction Using Discrete Wavelet Transform with Modified ...Improved Key Frame Extraction Using Discrete Wavelet Transform with Modified ...
Improved Key Frame Extraction Using Discrete Wavelet Transform with Modified ...TELKOMNIKA JOURNAL
 
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...researchinventy
 
Survey Paper for Different Video Stabilization Techniques
Survey Paper for Different Video Stabilization TechniquesSurvey Paper for Different Video Stabilization Techniques
Survey Paper for Different Video Stabilization TechniquesIRJET Journal
 
An Efficient Method For Gradual Transition Detection In Presence Of Camera Mo...
An Efficient Method For Gradual Transition Detection In Presence Of Camera Mo...An Efficient Method For Gradual Transition Detection In Presence Of Camera Mo...
An Efficient Method For Gradual Transition Detection In Presence Of Camera Mo...ijafrc
 
Empirical Evaluation of Decomposition Strategy for Wavelet Video Compression
Empirical Evaluation of Decomposition Strategy for Wavelet Video CompressionEmpirical Evaluation of Decomposition Strategy for Wavelet Video Compression
Empirical Evaluation of Decomposition Strategy for Wavelet Video CompressionCSCJournals
 
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
 
A Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot DetectionA Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot DetectionIOSR Journals
 
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONVISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONcscpconf
 
Paper id 36201508
Paper id 36201508Paper id 36201508
Paper id 36201508IJRAT
 
Video Key-Frame Extraction using Unsupervised Clustering and Mutual Comparison
Video Key-Frame Extraction using Unsupervised Clustering and Mutual ComparisonVideo Key-Frame Extraction using Unsupervised Clustering and Mutual Comparison
Video Key-Frame Extraction using Unsupervised Clustering and Mutual ComparisonCSCJournals
 

Similar to A Novel Method for Sensing Obscene Videos using Scene Change Detection (20)

Comparative Study of Various Algorithms for Detection of Fades in Video Seque...
Comparative Study of Various Algorithms for Detection of Fades in Video Seque...Comparative Study of Various Algorithms for Detection of Fades in Video Seque...
Comparative Study of Various Algorithms for Detection of Fades in Video Seque...
 
Propose shot boundary detection methods by using visual hybrid features
Propose shot boundary detection methods by using visual  hybrid featuresPropose shot boundary detection methods by using visual  hybrid features
Propose shot boundary detection methods by using visual hybrid features
 
AcademicProject
AcademicProjectAcademicProject
AcademicProject
 
Comparative Study of Different Video Shot Boundary Detection Techniques
Comparative Study of Different Video Shot Boundary Detection TechniquesComparative Study of Different Video Shot Boundary Detection Techniques
Comparative Study of Different Video Shot Boundary Detection Techniques
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulink
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulink
 
1829 1833
1829 18331829 1833
1829 1833
 
1829 1833
1829 18331829 1833
1829 1833
 
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
Video Shot Boundary Detection Using The Scale Invariant Feature Transform and...
 
Shot Boundary Detection In Videos Sequences Using Motion Activities
Shot Boundary Detection In Videos Sequences Using Motion ActivitiesShot Boundary Detection In Videos Sequences Using Motion Activities
Shot Boundary Detection In Videos Sequences Using Motion Activities
 
Improved Key Frame Extraction Using Discrete Wavelet Transform with Modified ...
Improved Key Frame Extraction Using Discrete Wavelet Transform with Modified ...Improved Key Frame Extraction Using Discrete Wavelet Transform with Modified ...
Improved Key Frame Extraction Using Discrete Wavelet Transform with Modified ...
 
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
 
Survey Paper for Different Video Stabilization Techniques
Survey Paper for Different Video Stabilization TechniquesSurvey Paper for Different Video Stabilization Techniques
Survey Paper for Different Video Stabilization Techniques
 
An Efficient Method For Gradual Transition Detection In Presence Of Camera Mo...
An Efficient Method For Gradual Transition Detection In Presence Of Camera Mo...An Efficient Method For Gradual Transition Detection In Presence Of Camera Mo...
An Efficient Method For Gradual Transition Detection In Presence Of Camera Mo...
 
Empirical Evaluation of Decomposition Strategy for Wavelet Video Compression
Empirical Evaluation of Decomposition Strategy for Wavelet Video CompressionEmpirical Evaluation of Decomposition Strategy for Wavelet Video Compression
Empirical Evaluation of Decomposition Strategy for Wavelet Video Compression
 
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
 
A Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot DetectionA Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot Detection
 
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATIONVISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
VISUAL ATTENTION BASED KEYFRAMES EXTRACTION AND VIDEO SUMMARIZATION
 
Paper id 36201508
Paper id 36201508Paper id 36201508
Paper id 36201508
 
Video Key-Frame Extraction using Unsupervised Clustering and Mutual Comparison
Video Key-Frame Extraction using Unsupervised Clustering and Mutual ComparisonVideo Key-Frame Extraction using Unsupervised Clustering and Mutual Comparison
Video Key-Frame Extraction using Unsupervised Clustering and Mutual Comparison
 

More from Radita Apriana

Dynamic RWX ACM Model Optimizing the Risk on Real Time Unix File System
Dynamic RWX ACM Model Optimizing the Risk on Real Time Unix File SystemDynamic RWX ACM Model Optimizing the Risk on Real Time Unix File System
Dynamic RWX ACM Model Optimizing the Risk on Real Time Unix File SystemRadita Apriana
 
False Node Recovery Algorithm for a Wireless Sensor Network
False Node Recovery Algorithm for a Wireless Sensor NetworkFalse Node Recovery Algorithm for a Wireless Sensor Network
False Node Recovery Algorithm for a Wireless Sensor NetworkRadita Apriana
 
ESL Reading Research Based on Eye Tracking Techniques
ESL Reading Research Based on Eye Tracking TechniquesESL Reading Research Based on Eye Tracking Techniques
ESL Reading Research Based on Eye Tracking TechniquesRadita Apriana
 
A New Approach to Linear Estimation Problem in Multiuser Massive MIMO Systems
A New Approach to Linear Estimation Problem in Multiuser Massive MIMO SystemsA New Approach to Linear Estimation Problem in Multiuser Massive MIMO Systems
A New Approach to Linear Estimation Problem in Multiuser Massive MIMO SystemsRadita Apriana
 
Internet Access Using Ethernet over PDH Technology for Remote Area
Internet Access Using Ethernet over PDH Technology for Remote AreaInternet Access Using Ethernet over PDH Technology for Remote Area
Internet Access Using Ethernet over PDH Technology for Remote AreaRadita Apriana
 
A New Ozone Concentration Regulator
A New Ozone Concentration RegulatorA New Ozone Concentration Regulator
A New Ozone Concentration RegulatorRadita Apriana
 
Identifying of the Cielab Space Color for the Balinese Papyrus Characters
Identifying of the Cielab Space Color for the Balinese Papyrus CharactersIdentifying of the Cielab Space Color for the Balinese Papyrus Characters
Identifying of the Cielab Space Color for the Balinese Papyrus CharactersRadita Apriana
 
Filtering Based Illumination Normalization Techniques for Face Recognition
Filtering Based Illumination Normalization Techniques for Face RecognitionFiltering Based Illumination Normalization Techniques for Face Recognition
Filtering Based Illumination Normalization Techniques for Face RecognitionRadita Apriana
 
Analysis and Estimation of Harmonics Using Wavelet Technique
Analysis and Estimation of Harmonics Using Wavelet TechniqueAnalysis and Estimation of Harmonics Using Wavelet Technique
Analysis and Estimation of Harmonics Using Wavelet TechniqueRadita Apriana
 
Robust SINS/GNSS Integration Method for High Dynamic Applications
Robust SINS/GNSS Integration Method for High Dynamic ApplicationsRobust SINS/GNSS Integration Method for High Dynamic Applications
Robust SINS/GNSS Integration Method for High Dynamic ApplicationsRadita Apriana
 
Study on Adaptive PID Control Algorithm Based on RBF Neural Network
Study on Adaptive PID Control Algorithm Based on RBF Neural NetworkStudy on Adaptive PID Control Algorithm Based on RBF Neural Network
Study on Adaptive PID Control Algorithm Based on RBF Neural NetworkRadita Apriana
 
Solving Method of H-Infinity Model Matching Based on the Theory of the Model ...
Solving Method of H-Infinity Model Matching Based on the Theory of the Model ...Solving Method of H-Infinity Model Matching Based on the Theory of the Model ...
Solving Method of H-Infinity Model Matching Based on the Theory of the Model ...Radita Apriana
 
A Review to AC Modeling and Transfer Function of DCDC Converters
A Review to AC Modeling and Transfer Function of DCDC ConvertersA Review to AC Modeling and Transfer Function of DCDC Converters
A Review to AC Modeling and Transfer Function of DCDC ConvertersRadita Apriana
 
DTC Method for Vector Control of 3-Phase Induction Motor under Open-Phase Fault
DTC Method for Vector Control of 3-Phase Induction Motor under Open-Phase FaultDTC Method for Vector Control of 3-Phase Induction Motor under Open-Phase Fault
DTC Method for Vector Control of 3-Phase Induction Motor under Open-Phase FaultRadita Apriana
 
Impact Analysis of Midpoint Connected STATCOM on Distance Relay Performance
Impact Analysis of Midpoint Connected STATCOM on Distance Relay PerformanceImpact Analysis of Midpoint Connected STATCOM on Distance Relay Performance
Impact Analysis of Midpoint Connected STATCOM on Distance Relay PerformanceRadita Apriana
 
Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...
Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...
Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...Radita Apriana
 
Similarity and Variance of Color Difference Based Demosaicing
Similarity and Variance of Color Difference Based DemosaicingSimilarity and Variance of Color Difference Based Demosaicing
Similarity and Variance of Color Difference Based DemosaicingRadita Apriana
 
Energy Efficient RF Remote Control for Dimming the Household Applainces
Energy Efficient RF Remote Control for Dimming the Household ApplaincesEnergy Efficient RF Remote Control for Dimming the Household Applainces
Energy Efficient RF Remote Control for Dimming the Household ApplaincesRadita Apriana
 
A Novel and Advanced Data Mining Model Based Hybrid Intrusion Detection Frame...
A Novel and Advanced Data Mining Model Based Hybrid Intrusion Detection Frame...A Novel and Advanced Data Mining Model Based Hybrid Intrusion Detection Frame...
A Novel and Advanced Data Mining Model Based Hybrid Intrusion Detection Frame...Radita Apriana
 
Optimal Warranty Policy Considering Two-dimensional Imperfect Preventive Main...
Optimal Warranty Policy Considering Two-dimensional Imperfect Preventive Main...Optimal Warranty Policy Considering Two-dimensional Imperfect Preventive Main...
Optimal Warranty Policy Considering Two-dimensional Imperfect Preventive Main...Radita Apriana
 

More from Radita Apriana (20)

Dynamic RWX ACM Model Optimizing the Risk on Real Time Unix File System
Dynamic RWX ACM Model Optimizing the Risk on Real Time Unix File SystemDynamic RWX ACM Model Optimizing the Risk on Real Time Unix File System
Dynamic RWX ACM Model Optimizing the Risk on Real Time Unix File System
 
False Node Recovery Algorithm for a Wireless Sensor Network
False Node Recovery Algorithm for a Wireless Sensor NetworkFalse Node Recovery Algorithm for a Wireless Sensor Network
False Node Recovery Algorithm for a Wireless Sensor Network
 
ESL Reading Research Based on Eye Tracking Techniques
ESL Reading Research Based on Eye Tracking TechniquesESL Reading Research Based on Eye Tracking Techniques
ESL Reading Research Based on Eye Tracking Techniques
 
A New Approach to Linear Estimation Problem in Multiuser Massive MIMO Systems
A New Approach to Linear Estimation Problem in Multiuser Massive MIMO SystemsA New Approach to Linear Estimation Problem in Multiuser Massive MIMO Systems
A New Approach to Linear Estimation Problem in Multiuser Massive MIMO Systems
 
Internet Access Using Ethernet over PDH Technology for Remote Area
Internet Access Using Ethernet over PDH Technology for Remote AreaInternet Access Using Ethernet over PDH Technology for Remote Area
Internet Access Using Ethernet over PDH Technology for Remote Area
 
A New Ozone Concentration Regulator
A New Ozone Concentration RegulatorA New Ozone Concentration Regulator
A New Ozone Concentration Regulator
 
Identifying of the Cielab Space Color for the Balinese Papyrus Characters
Identifying of the Cielab Space Color for the Balinese Papyrus CharactersIdentifying of the Cielab Space Color for the Balinese Papyrus Characters
Identifying of the Cielab Space Color for the Balinese Papyrus Characters
 
Filtering Based Illumination Normalization Techniques for Face Recognition
Filtering Based Illumination Normalization Techniques for Face RecognitionFiltering Based Illumination Normalization Techniques for Face Recognition
Filtering Based Illumination Normalization Techniques for Face Recognition
 
Analysis and Estimation of Harmonics Using Wavelet Technique
Analysis and Estimation of Harmonics Using Wavelet TechniqueAnalysis and Estimation of Harmonics Using Wavelet Technique
Analysis and Estimation of Harmonics Using Wavelet Technique
 
Robust SINS/GNSS Integration Method for High Dynamic Applications
Robust SINS/GNSS Integration Method for High Dynamic ApplicationsRobust SINS/GNSS Integration Method for High Dynamic Applications
Robust SINS/GNSS Integration Method for High Dynamic Applications
 
Study on Adaptive PID Control Algorithm Based on RBF Neural Network
Study on Adaptive PID Control Algorithm Based on RBF Neural NetworkStudy on Adaptive PID Control Algorithm Based on RBF Neural Network
Study on Adaptive PID Control Algorithm Based on RBF Neural Network
 
Solving Method of H-Infinity Model Matching Based on the Theory of the Model ...
Solving Method of H-Infinity Model Matching Based on the Theory of the Model ...Solving Method of H-Infinity Model Matching Based on the Theory of the Model ...
Solving Method of H-Infinity Model Matching Based on the Theory of the Model ...
 
A Review to AC Modeling and Transfer Function of DCDC Converters
A Review to AC Modeling and Transfer Function of DCDC ConvertersA Review to AC Modeling and Transfer Function of DCDC Converters
A Review to AC Modeling and Transfer Function of DCDC Converters
 
DTC Method for Vector Control of 3-Phase Induction Motor under Open-Phase Fault
DTC Method for Vector Control of 3-Phase Induction Motor under Open-Phase FaultDTC Method for Vector Control of 3-Phase Induction Motor under Open-Phase Fault
DTC Method for Vector Control of 3-Phase Induction Motor under Open-Phase Fault
 
Impact Analysis of Midpoint Connected STATCOM on Distance Relay Performance
Impact Analysis of Midpoint Connected STATCOM on Distance Relay PerformanceImpact Analysis of Midpoint Connected STATCOM on Distance Relay Performance
Impact Analysis of Midpoint Connected STATCOM on Distance Relay Performance
 
Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...
Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...
Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...
 
Similarity and Variance of Color Difference Based Demosaicing
Similarity and Variance of Color Difference Based DemosaicingSimilarity and Variance of Color Difference Based Demosaicing
Similarity and Variance of Color Difference Based Demosaicing
 
Energy Efficient RF Remote Control for Dimming the Household Applainces
Energy Efficient RF Remote Control for Dimming the Household ApplaincesEnergy Efficient RF Remote Control for Dimming the Household Applainces
Energy Efficient RF Remote Control for Dimming the Household Applainces
 
A Novel and Advanced Data Mining Model Based Hybrid Intrusion Detection Frame...
A Novel and Advanced Data Mining Model Based Hybrid Intrusion Detection Frame...A Novel and Advanced Data Mining Model Based Hybrid Intrusion Detection Frame...
A Novel and Advanced Data Mining Model Based Hybrid Intrusion Detection Frame...
 
Optimal Warranty Policy Considering Two-dimensional Imperfect Preventive Main...
Optimal Warranty Policy Considering Two-dimensional Imperfect Preventive Main...Optimal Warranty Policy Considering Two-dimensional Imperfect Preventive Main...
Optimal Warranty Policy Considering Two-dimensional Imperfect Preventive Main...
 

Recently uploaded

microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Recently uploaded (20)

microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 

A Novel Method for Sensing Obscene Videos using Scene Change Detection

  • 1. TELKOMNIKA Indonesian Journal of Electrical Engineering Vol. 13, No. 2, February 2015, pp. 300 ~ 304 DOI: 10.11591/telkomnika.v13i2.6873  300 Received October 19, 2014; Revised December 18, 2014; Accepted January 4, 2015 A Novel Method for Sensing Obscene Videos using Scene Change Detection Rashed Mustafa*1,2,3 , Dingju Zhu*1,2,4,5 1 Laboratory for Smart Computing and Information Sciences, Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences 2 University of Chinese Academy of Sciences, Beijing, China 3 Department of Computer Science and Engineering, University of Chittagong, Bangladesh 4 Shenzhen Public Platform for Triple-play Video Transcoding Center 5 School of Computer Science, South China normal University Guangzhou, China *Corresponding author, e-mail: rashed.m@siat.ac.cn, dj.zh@siat.ac.cn Abstract Video scene change detection has great importance of managing and analyzing large amount of videos. Traditionally this technique used for indexing, segmenting and categorizing different types of videos. Very few works addressed to classify obscene using scene change detection method. In this research we proposed a simple approach for sensing objectionable videos by observing scene changes into different video genres. Video scenes are grouped into set of key frames. After analyzing duration of each scene and counting the number of key frames of designated scene, it has been shown that obscene videos have infrequent scene changing nature. While in sports, dramas, music and action films have large number of scene changes. We used six types of video genres and the decision has been made by setting a threshold based on extracted key frames. Experimental result showed that the accuracy is 83.33% and false positive rate is 16.67%. Keywords: scene change detection, key frames, content based video retrieval, obscenity detection Copyright © 2015 Institute of Advanced Engineering and Science. All rights reserved. 1. Introduction Video scene change detection is very useful for video indexing, analysis and content- based retrieval of visual information [1, 2]. It is a vital operation in all multimedia applications such as video on demand (VOD), digital archives, news media etc [3]. Low-level video segmentation is the first step in all video scene change detection [3]. A scene composed of several shots, which denoted as continuous frames of one action [1], [3-4]. Existing works demonstrated luminance or color histogram differences of consecutive frames [2]. As we know that luminance is susceptible to small changes and hence cannot give appropriate results for scene change detection [5, 6]. Scene change detection also performed in compressed video data (MPEG-1) [7, 8]. In that approach key frames can be represented as binary edge maps. After calculating correlation between the edge maps, two consecutive frames can be compared. Earlier works emphasized low level structures on videos and very few works demonstrated scene segmentation on objectionable videos [12, 13]. Some papers indicated objectionable video processing in parallel and distributed fashion but failed to address obscenity detection appropriately [26, 27]. Online objectionable videos and images are now easily accessible due to availability of high-speed Internet and rapid growth of multimedia technology. A report shows that a large number of teens and children search pornographic contents everyday [28]. This is a threat for the society and concerns of Internet safety. Taking care of this issue, scientists are working hard and initiated different filter techniques to screen malicious contents. In this paper we presented a method to find obscene videos using scene change detection. Video scenes are grouped into set of key frames. Observing change of scenes, we analyzed the presence of obscenity among a large set of obscene and benign videos. The rest of this paper can be organized according to the following structures: section 2 briefly describes different scene change detection methods and their applications, our proposed method is described in section 3, quantitative results are analyzed in section 4 and finally section 5 contains conclusion and future work.
  • 2. TELKOMNIKA ISSN: 2302-4046  Robust SINS/GNSS Integration Method for High Dynamic Applications (Falin Wu) 301 2. Scene Change Detection Approaches A digital video can be formed by frames which are presented as consecutive manner for viewer’s perception [23]. Key frame denoted as representative frame which contain significant content of a shot. Based on the content complexity of shots, one or more key frames can be extracted from a single shot [24]. Shot denoted as continuous frames taken by single camera as continuous action of time and space. Cut or hard cut are abrupt transitions from one shot to another. Soft transitions are known as wipes, fades and dissolves. In this effect one shot can be replaced by another. It also called as gradual transitions. Fade are of two types, fade out and fade in. The first one is a gradual transition between a scene and a constant image and fade in is between a constant image and a scene [25]. 2.1. SAD (Sum of Absolute Differences) (Soft cut) It is a simple algorithm where two sequential frames are compared using addition of absolute values of each pixel. After that subtraction occurs from corresponding pixels [9-11], [18]. The result is a positive number which is further used as score. SAD is susceptible to minor scene changes. The false hits occurs when fast camera movement or sudden light on in a dark scene. It hardly reacts to soft cuts [19]. Yet, SAD is used often to produce a basic set of "possible hits" as it detects all visible hard cuts with utmost probability. 2.2. Histogram Differences (HD) (Hard cut) It is similar to Sum of absolute differences. It computes histogram difference of two sequential video frames. Histogram tells quantitative distribution of colors in a frame [20]. HD is less susceptible to minor changes of scenes and hence fewer false hits. HD is completely depends with histogram calculation which is its major drawback. It is believed that two frames can have the same histograms. For example, dessert and beach pictures can have the same histogram though the contents are not the same. For hard cut detection this method is not suitable [21]. 2.3. Edge Change Ratio (ECR) (Wipe or dissolve) Edge change ratio (ECR) also compares contents of video frames. It can have the capability of transforming frames into edge pictures. Using an image processing tool (dilation), ECR compute a probability finding that following frame contains the same objects [13, 22]. It can detect hard cuts as well as different soft cuts. However, it cannot detect wipes as it considers the fading in objects as regular moving objects through the scene. Despite, ECR can be extended manually to recognize special forms of soft cuts [23]. 2.4. Shot Change Detection based on Sliding Window Method (SCDSW) In video segmentation, traditional sliding window (CSW) has been used by many researchers for adaptive thresholding [12], [14-15]. CSW can detect hard cut by taking the ratios of present feature value and its local neighborhood. However, it has a significant number of false alarms and missed cuts. It is shown in [16-17] that, this method can be improved by combining with color histogram differences. The improved sliding window method has three steps processing such as pre filtering, sliding window filtering and scene activeness investigation of frame by frame discontinuity values. Camera/object motions are more robust using cut detection which is based on possibility values [24]. One of the purposes is to relax the threshold or parameter selection problem that is to make the intermediate parameters to be valid for a vast range of video programs and to reduce the influence of the final threshold on the whole detection accuracy [25]. 3. Scene Change Detection for Obscene Videos (proposed method) In section 2 we described some common video scene change detection methods (SAD, HD, ECR and SCDSW). All methods devoted to detect sudden or gradual transitions of scenes. In those works we didn’t find any indication that how often the scenes are changing. Our proposed method is based on a ground truth of frequent and infrequent nature of changing scenes. The experiment carried out on 13 unstructured videos with arbitrary length containing objectionable and benign scenes. At first all Key frames are extracted using an open source tool
  • 3.  ISSN: 2302-4046 TELKOMNIKA Vol. 13, No. 2, February 2015 : 300 – 304 302 ffmpeg [17]. Then summarize the result for instance Table 1 demonstrated the extracted key frames, its types and hit or misses status of different video genres. Table 1. Extracted key frames of different videos SL/No Extracted Key Frames Type* Remark* 1 24 O H 2 101 O M 4 10 O H 5 17 O H 6 39 O H 7 48 O H 8 46 B H 9 76 B H 10 65 B H 11 1 B M 12 29 B H 13 20 B M * OObscene, B Benign, H Hit, MMiss It is shown that the number of key frames for obscene videos is significantly smaller than benign videos. The specific genres of benign videos are drama, news, sports, jokes and music video. 4. Results The performance of our method has been elucidated in Table 2. Higher true positive rate and lower false positive rate signifies the strength of our approach. Table 2. Accuracy chart True Positive Rate (TPR) 83.33% False Positive Rate (FPR) 16.67% False Negative Rate (FNR) 33.33% True Negative Rate (TNR) 67% The following figure (Figure 1) showed scene change scenario of different types of video genres. Here, drama, movie trailer, TV show and obscene videos have been demonstrated for simplicity. It has been observed from the random shots that, most of the videos change scenes after few or just a second duration. But scene changing nature of objectionable videos is quiet long. For instance scene changes of the given video genres are 5, 1, 9 and 34 seconds respectively. It means obscene videos have longest scene duration and the shortest scene changes in movie trailer. It is to be noted that TV shows have longer scene duration than dramas. The reason for this is that, shot taking time in TV shows are lower than dramas [25].
  • 4. TELKOMNIKA ISSN: 2302-4046  Robust SINS/GNSS Integration Method for High Dynamic Applications (Falin Wu) 303 Figure 1. Scene change on different types of video genres 5. Conclusion There is a vast amount of objectionable videos available in online due to rapid growth of Information and communication technology. It is very difficult to filter all malicious contents from Internet. Researchers are advocating their efforts to do so. In this research we proposed a simple method of identifying obscene videos using scene change detection. It has been observed that obscene videos infrequently change scenes whether in other types of videos such as action films, dramas, news, movie trailer and TV shows have significant number of scene changes [Table 1]. There is a controversial behavior on live and edited music videos. Live music videos don’t have enough scene changes which contradict with obscene videos, but edited music videos have significant scene changes [Table 1]. Using the ground truth, we identified more than 80% videos containing obscenity. Skin color and erotogenetic body parts detection can further applicable for better accuracy. Acknowledgements This research was supported in part by Shenzhen Technical Project (grant no. HLE201104220082A) and National Natural Science Foundation of China (grant no. 61105133) and Shenzhen Public Technical Platform (grant no. CXC201005260003A). References [1] SC Chen, ML Shyu, C Zhang, RL Kashyap. Video scene change detection method using unsupervised segmentation and object tracking. IEEE International Conference on Multimedia and Expo (ICME). Waseda University. Tokyo, Japan. 2001; 57-60. [2] W Zhu, C Toklu, SP Liou. Automatic news video segmentation and categorization based on closed captioned text. IEEE International Conference on Multimedia & Expo. Tokyo, Japan. 2001; 1036- 1039. [3] X Wang, Z Weng. Scene abrupt change detection. Canadian Conference on Electrical and Computing, Engineering. 2000; 880–883. [4] CO Filipe de, S Ewerton, Michael Eckmann, Walter J. Scheirer, Anderson Rocha. Open set source camera attribution and device linking. Pattern Recognition Letters. 2014; 39: 92–101. [5] SC Chen, S Sista, ML Shyu, RL Kashyap. An Indexing and Searching Structure for Multimedia Database Systems. IS&T/SPIE conference on Storage and Retrieval for Media Databases. 2000; 262- 270. [6] H Soongi, C Beobkeun, C Yoonsik. Adaptive Thresholding for Scene Change Detection. IEEE Third International Conference on Consumer Electronics - Berlin (ICCE-Berlin), 2013. [7] N Navid, VKB Paulo, MR Jonathan, VS Mandyam. On the Use of Optical Flow for Scene Change Detection and Description. Journal of Intelligent & Robotic Systems. 2013: 1-30. [8] F Del, Manfred, B Laszlo. State-of-the-art and future challenges in video scene detection: a survey, Multimedia systems. 2013; 19(5): 427-454. [9] MT Dalton, T Amit, KhS Manglem, R Sudipta. A Survey on Video Segmentation. Intelligent Computing, Networking, and Informatics, Springer India. 2014; 903-912. [10] Diego, Ferran, P Daniel, S Joan, ML Antonio. Video alignment for change detection. Image Processing, IEEE Transactions on. 2011; 20(7): 1858-1869. [11] Wang, Jianchao, L Bing, H Weiming, W Ou. Horror video scene recognition via multiple instance learning, In Acoustics, Speech and Signal Processing (ICASSP). IEEE International Conference on. 2011; 1325-1328. [12] Kim, Y Chang, OJ Kwon, C Seokrim. A practical system for detecting obscene videos. Consumer Electronics, IEEE Transactions on. 2011; 57(2): 646-650.
  • 5.  ISSN: 2302-4046 TELKOMNIKA Vol. 13, No. 2, February 2015 : 300 – 304 304 [13] Ulges, Adrian, S Christian, B Damian, S Armin, Pornography detection in video benefits (a lot) from a multi-modal approach. Proceedings of the 2012 ACM international workshop on Audio and multimedia methods for large-scale video analysis. 201221-26. [14] da Silva Eleuterio, M Pedro, Mateus de Castro Polastro, Brazilian Federal Police. An adaptive sampling strategy for automatic detection of child pornographic videos. Proceedings of the Seventh International Conference on Forensic Computer Science, Brasilia, DF, Brazil. 2012. [15] Ochoa, Victor M Torres, YY Sule, AC Faouzi. Adult Video Content Detection Using Machine Learning Techniques. Signal, Image Technology and Internet Based Systems (SITIS), IEEE Eighth International Conference. 2012. [16] El-Hafeez, A Tarek. A New Effective System for Filtering Pornography Videos. International Journal on Computer Science & Engineering. 2010. [17] Open source multimedia framework, http://www.ffmpeg.org. Accessed 12 th March 2014 [18] Hamzah, A Rostam, AR Rosman, MN Zarina. Sum of Absolute Differences algorithm in stereo correspondence problem for stereo matching in computer vision application. Computer Science and Information Technology (ICCSIT), 3rd IEEE International Conference on. 2010. [19] Adhikari, Priyadarshinee, G Neeta, D Jyothi, BG Hogade, Abrupt scene change detection. Intelligent Links. 2008: 35. [20] Huang, Chung-Lin, L Bing-Yao. A robust scene-change detection method for video segmentation, Circuits and Systems for Video Technology. IEEE Transactions on. 2001; 11(12): 1281-1288. [21] Patel, Nilesh V, Ishwar K Sethi. Video shot detection and characterization for video databases. Pattern Recognition. 1997; 30(4): 583-592. [22] Lienhart, Rainer W. Comparison of automatic shot boundary detection algorithms. Electronic Imaging'99, International Society for Optics and Photonics, 1998. [23] Jacobs A, et al. Automatic shot boundary detection combining color, edge, and motion features of adjacent frames. TRECVID 2004 Workshop Notebook Papers. 2004. [24] Zhang, Dong, Wei Qi, Hong Jiang Zhang. A new shot boundary detection algorithm. Advances in Multimedia Information Processing-PCM 2001. Springer Berlin Heidelberg. 2001; 63-70. [25] Huang, Chung-Lin, Bing-Yao Liao. A robust scene-change detection method for video segmentation, Circuits and Systems for Video Technology, IEEE Transactions on. 2001; 11(12): 1281-1288. [26] Mustafa R, Zhu D. An Investigation into Content Based Video processing in Cloud Computing Paradigm, Int'l Conf. Image Processing and Computer Vision, IPCV’13. ISBN #: 1-60132-253-4. 2013; II: 933-938. [27] Mustafa R, Zhu D. Objectionable image detection in cloud computing paradigm-a review. Journal of Computer Science. 2013; 9(12): 1715-1721. [28] http://familysafemedia.com/pornography_statistics.html#important_countries; Accessed at 20 th March 2014.