• <tr id="yyy80"></tr>
  • <sup id="yyy80"></sup>
  • <tfoot id="yyy80"><noscript id="yyy80"></noscript></tfoot>
  • 99热精品在线国产_美女午夜性视频免费_国产精品国产高清国产av_av欧美777_自拍偷自拍亚洲精品老妇_亚洲熟女精品中文字幕_www日本黄色视频网_国产精品野战在线观看 ?

    Learning Association Rules and Tracking the Changing Concepts on Webpages: An Effective Pornographic Websites Filtering Approach

    2018-04-08 03:11:16JyhJianSheu

    Jyh-Jian Sheu

    1.Introduction

    Due to the development of the Internet, the population age of Internet users gradually declined. A social survey conducted in June 2010 in UK shows that about 1/3 children have browsed pornographic websites before the age of 10. Browsing pornographic websites at an early age can easily produce an adverse impact on children; many European countries have formulated relevant laws and regulations to filter pornographic websites[1]. For example, the Netherlands government passed a law to empower the police with relevant rights to filter pornographic websites. However, when strengthening the filtering of pornographic websites, it can often result in the problem of over-blocking. Thus, using appropriate filtering software and technology has become a major issue at present.

    Currently, pornographic information spread on the Internet is in the forms of text, pictures, and videos. The pornographic information will import sensational senses into the minds of young people. At the same time, stimulating and provocative words, pictures, and videos of pornographic materials may result in the abnormal gender concepts in the period of character and personality cultivation period. More seriously, it may lead to severe sexual harassment, underage rape, abortion,infectious diseases, and other social problems. As a result, the issue has attracted the attention of families and governments around the world[1]-[3].

    Online pornographic information can be disseminated by any computer in the world. Governments around the world should classify and manage Web content. World Wide Web Consortium (W3C) proposed the Platform for Internet Content Selection (PICS) as a network classification standards system(http://www.w3.org/PICS/). There are many studies on filtering software and a number of commercialized databases of blacklists in the market[4],[5]. Moreover, there are some inappropriate content blocking and filtering software for downloading by users. However, in the face of rapid changes in the Internet, how to effectively update and improve filtering accuracy has become an issue worthy of discussion.

    In recent years, as data mining technology advances,scholars have applied various machine learning methods to successfully filter pornographic webpages, and such machine learning methods include: Na?ve Bayes[6], support vector machines (SVM)[7], and decision tree[8]; methods using natural language as the filter include neural networks[9], K-nearest neighbors[10]; the currently common webpage filtering and analysis methods include keyword matching[11], uniform resource locator blocking (URL blocking)[12],[13]and image analysis[14]-[17].

    However, these pornographic webpage filtering methods proposed in the past have inadequacies. In keyword filtering, with given keyword database, keywords of higher frequency are often stored in the keyword database. The accuracy of filtering by using keyword only is challenged and doubted since the main problem of keyword filtering is the determination of semantics and times of occurrences.The URL analysis is based on sources and descriptions of URLs. The URL of a pornographic website might contain the fragment word of “SEX” or “PORN”. However, many pornographic websites’ URLs are often composed of irrelevant words or random numbers. Therefore, the effect of filtering by using website URL is quite limited. Most the current URL-related studies propose to establish the whitelists and blacklists, including the blocking of the URLs on the lists. URL on the white list will be allowed.The disadvantage of such a method is that it takes a lot of costs to maintain and update the URL list to keep the accuracy rate of the filtering system[18]. The webpage image analysis is to determine a picture as pornographic or not by the color distribution, shape, and vector graphs of the picture. The problem of the filtering method is the lack of accuracy, and it will consume a lot of time. The independent hypothesis of Na?ve Bayes is too simple to be consistent with the real environment[19]. Among the data mining machine learning methods, the problem of decision tree techniques is that the growing process of the decision tree is not applicable for streaming data. To address this problem, scholars use the data mining method of concept drift[8]. By using such a skill, even the content of the data change over time, the decision tree can strengthen learning to solve the problem mentioned above.

    The real-world database is not static but changing with time. For example: After the American popular singer Lady Gaga staging a spicy performance in MV, in the same period of time, many articles on the pornographic website may also have a large number of keywords relating to Lady Gaga. After a period of time, as the news event fades, the occurrence of such keywords may be reduced relatively.Similar themes may be used as the eye-catching titles of the pornographic website. The phenomenon of pornographic website content changing with time and the real event is known as “concept drift”[8],[20]. Therefore, the model originally established by using machine learning filter should be updated regularly to fit the real world information.

    Solutions to the concept drift problem can be roughly divided into three types as suggested in literature:

    1) Instance selection: The main purpose of this method is to find out the data instances relating to current concept. The most common technology is window-based method[19],[21],[22]. The data instances of the latest concepts are stored in the window with limited capacity. When data instances of the new concept are added and the window is filled up, the data instances of the old concept will be moved out of the window. The data instances of the current concept will be recorded by using such a method.Moreover, the occurrence of concept drift in the future can be predicted by observing the data instances of the concept in the window. However, it is unfair to control concept drift by the quantity of data instances in the window and it is unable to present the time weights of the data instances in the window.Therefore, scholars proposed new algorithms to dynamically adjust the quantity of windows in order to judge the phenomenon of concept drift effectively[23].

    2) Instance weighting: This method gives different weights to data instances. Each data instance will be assigned a weight according to its arrival time[24]. For example, the weight of each data instance is determined by factors including the time of life.Then, the classifier will compute the classification results of data instances in accordance with their weights. Note that a data instance should be disposed if it exceeds the predetermined time scope.

    3) Ensemble learning method: This method applies more than two classifiers’ weighted voting to determine the adoption of the classifier. Different classifiers are used to predict the classification results and assign different weights in case of various circumstances. It combines different classifiers and selects out optimal combinations to achieve the best classification results in order to solve the concept drift problem[25].

    In this paper, we apply the uncomplicated machine learning manner and the decision tree data mining technology to propose an efficient method of filtering pornographic webpages, which is possessed of the capability of tracking the concept drift on webpages. The ultimate goal of this study is to improve the filtering accuracy and reduce the cost of filtering pornographic webpage; through data mining, the proposed method can filter not only URL, but also scan the content (body).Regarding URL features and content features, we use the decision tree algorithm to learn association rules between webpage’s category (pornographic webpage, normal webpage) and these feature attributes. Based on the resulted rules, we will propose a more efficient filtering mechanism of pornographic webpages with the following major advantages:

    a) Regarding the solution to the problem of tracking concept drift in pornographic webpages, we propose a weighted window-based technique to estimate for the condition of concept drift for the keywords found recently in pornographic webpages. This technique will help our filtering method in recognizing the pornographic webpages.

    b) We check only contexts of webpages without scanning pictures in order to avoid the low operating efficiency in analyzing photographs. Furthermore, the error rates that classify pornographic webpages as normal or the normal ones as pornographic will be lowered and the accuracy of filtering will be enhanced concurrently.

    c) An incremental learning mechanism is proposed to increase the pornographic keyword database. By increasing and updating the pornographic keyword database incrementally, it will make the proposed filtering method better suitable for the dynamic environment.

    The remainder of this paper is organized as follows.Section 2 introduces the features of pornographic websites and the decision tree data mining algorithm. In Section 3, we describes the detailed architecture of our filtering method proposed in this paper. The experimental results of our method are presented in Section 4. Section 5 concludes this paper.

    2.Features of Pornographic Webpage and Decision Tree Algorithm

    2.1 Features of Pornographic Webpages

    The hypertext markup language (HTML) is mainly used to structure information (such as titles, paragraphs, tables,etc.). It could also describe the appearance and semantics of text. On the Internet, there are websites that incorporate all kinds of media, such as text, images, videos, and audios,and present them to the users via browsers. This is further achieved through HTML, the markup language that enables the browsers to process and present the contents of raw files. HTML will classify the various features into different elements and attach special marks to signify the composition of these files. The marks that indicate the start and end of the content, as well as to which element the content belongs, are called “Tags”. HTML is thus comprised of various elements, Tags, and attributes. During the operations of HTML, only Tags will be recognized,while paragraphs and capitalization are negligible. Note that each Tag is wrapped up by the paired “<” and “>”. The HTML structure is basically expressed by Tags as follows:

    <Element_Name Attribute_Name= “Value”> Content of the Element </Element _Name>

    The symbol “<” represents the start of this Tag;“Element_Name” and “Attribute_Name” are comprised of English letters; “Value” is comprised of English letters or numbers; the symbol “>” represents the end of the Tag; the symbol “/” represents the end of symmetrical Tag. Table 1 presents some examples of elements in webpage files[9].

    Fig. 1 is the omitted version of the source code of a real pornographic webpage. The source code is comprised of a series of HTML syntax, and the content is made up of such Tags as the title, content, image, and hyperlink. Lee et al.[9]studied and pointed out the parts of this source code most likely to be dominated by pornographic keywords. Take Fig. 1 for example, a suspected pornographic keyword “Adult” is discovered in the fourth line around the Tag “<title>” and such a statement as “Warning, this part of MostPlays contains adult related content!” is seen on the fourteenth line around the Tag “<strong>”, a warning stating that this is an adult webpage.

    Suspected pornographic words are often found on pornographic webpages, such as indecent, provocative, or sex-related text, which all will be called “pornographic keywords” here. The following parts are common places on HTML codes where pornographic keywords are likely to exist. For the sake of convenience, “PORN” will be used to represent pornographic materials (keywords).

    Table 1: Some elements of webpage

    Fig. 1. Omitted version of the source code of a real pornographic webpage file.

    1) The content of “URL”: Suspected pornographic keywords might be contained in the URLs of pornographic webpages. But since the names of most webpages are expressed in English and meaningless alphabetic arrangement or numbers tend to be used to avoid attention,it is not efficient enough to decide whether a website is pornographic in nature by relying on URLs alone. The ULRs with pornographic keywords might be written in HTML as

    URL://www.PORN.com.

    2) The page title defined by Tag “<title>”: The defined title will be displayed on the title bar of the browser, and usually the default title in the users’ “favorite” or“bookmark”. It is usually used by pornographic webpages to denote the eye-catching title with pornographic keywords and written in HTML as

    <title>PORN</title>.

    3) The metadata defined by Tag “<meta>”: It describes the metadata of a webpage and includes several kinds of parameters. For example, “author” is used to indicate the author of webpage, “description” is used to record the synopsis of webpage, and “keyword” is used to define keywords of webpage to facilitate the search engines.However, such information will not be displayed while the users are browsing webpages. The pornographic keywords are likely to be written in HTML as

    <meta name=“author” content=“PORN”>

    <meta name=“description” content=“PORN”>

    <meta name=“keyword” content=“PORN”>.

    4) The external files or resources denoted by the Tag“<link>”: This Tag is used to set the relationships between the files, namely the hyperlinks. The pornographic materials are likely to be written in HTML as

    <link href=“PORN”>.

    5) The image denoted by the Tag “<img>”: The Tag“<img>” is designed to control the images in webpages.The parameter “src” refers to the source URL of the specified image, while “alt” refers to the text designed to replace the specified image. When the browser of the user does not support the file’s type of this image, these words defined by “alt” will appear instead. The function of “title”is similar to that of “alt”, namely, when the browser does not support “alt”, “title” will be used instead. They are written in HTML as

    <img src=“PORN” alt=“PORN” title=“PORN”>.

    6) The hyperlink defined by Tag “<a>”: This Tag indicates a hyperlink and a textual description is followed.Both of them are usually utilized by the pornographic webpages as follows

    <a href=“PORN”>PORN</a>.

    7) The text defined by the Tag “<body>”: This part refers to the textual content of the webpage files, in which the suspected pornographic keywords might be found directly. They are written in HTML as

    <body>PORN</body>.

    The pornographic webpages may not contain all the above items but parts of the above items. Therefore, by analyzing the pornographic webpage’s features and studying the common places on HTML codes where pornographic keywords are likely to exist, we can design some important attributes to help filter pornographic webpages effectively, which will be discussed in Section 3.

    2.2 Decision Tree Data Mining Algorithm

    In this paper, we propose an efficient systematized filtering method based on decision tree data mining technique to filter pornographic webpages. Decision tree algorithms are effective data mining methods upon the tree data structure, and they can find the potential association rules of data to predict (or classify) the unknown data whereas the statistical methods can only compute the superficial distribution of data.

    Among various decision tree algorithms, Iterative Dichotmiser 3 (called ID3 for short) proposed by Quinlan is the most well-known one[26]. ID3 only supports categorical attributes. However, C4.5 (an improved method of ID3) can support both categorical attributes and numerical attributes simultaneously[27]. Since the data attributes adopted in this paper are the mixture of numerical type and categorical type, we select C4.5 as the major data mining method to build an efficient systematized method of filtering pornographic webpages.

    We assume that “target attribute” is the attribute which is concerned objective in this paper (that is, the attribute“webpage’s type”, whose value “P” means it is a pornographic webpage and value “L” means it is a legitimate one) and “critical attributes” are the other influential attributes for classifying pornographic webpages.The process of building decision tree will start from the root node, and all data instances are initially contained in this root node. The C4.5 algorithm will select a critical attribute with the maximum “gain ratio” but not yet selected (the detailed process of computing gain ratio will be described later). Then, all data instances in the root node will be divided into disjoint children nodes according to their values of this selected critical attribute. Subsequently, the same process will be repeated respectively by each of those children nodes for its own data instances[27].

    Now we introduce the process of computing the gain ratio.Assume that the current node is C. Given a certain critical attribute A, the gain ratio of A will be denoted as GainRatio(A),which concerns its “information gain” of A (denoted influential Gain(A)) and “entropy” of node C (denoted as E(C)). E(C) is computed by

    where piis the number of data instances corresponding to the ith value of target attribute in C, n is the total number of data instances in C, and t is the number of target attribute’s values. Then, Gain(A) is calculated by:

    where k is the number of values of A, Cjwith 1≤j≤k is a subset of C including the data instances corresponding to the jth value of A, and njis the number of data instances contained in Cj. Finally, we can compute GainRatio(A) by the following formulas:

    There are two basic stop conditions to end the construction process of the decision tree of the C4.5 algorithm: 1) all critical attributes are selected; 2) target attribute’s values of all data instances in this current node are exactly the same. If any of the two stop conditions is satisfied, the construction process of decision tree will be stopped and this current node will be signified as a leaf node by performing the following ending process.

    Assume that C is the current node that will be signified as a leaf. Then, C will be labeled by the value of the target attribute possessed by the majority of data instances in C, which is denoted as Label(C). Let Label(C) be the number of data instances whose target attribute’s value is Label(C) in the node C. Then, compute the degree of purity (denoted as Purity(C)) and degree of support (denoted as Support(C)) for the node C, and end the construction process of the decision tree. The formulas of Purity(C) and Support(C) are defined as follows:

    where N is the number of total data instances and |C| is the number of data instances contained in the node C.

    In this paper, we propose another stop condition to avoid excessive growth of decision tree as follows. Suppose that the current node is C, if Purity(C) is lower than 20% or higher than 90%, or Support(C) is below 10%, the construction process of decision tree will be stopped; on the contrary, if Purity(C) is between 20% to 90% or Support(C) is higher than 10%, it will go on growing. Now we introduce the detailed procedure of the C4.5 algorithm[27]as follows.

    Step 0. All data instances are stored in the root node, select a critical attribute, say A, with the maximum gain ratio. Divide all data instances into disjoint children nodes according to their values of the selected critical attribute A. Then the following steps will be executed for each children node.

    Step 1. If the target attribute’s values of all data instances in the current node are exactly the same, then signify this node as a leaf node, perform the ending process,and stop.

    Step 2. If all critical attributes have been selected, then signify the current node as a leaf node, perform the ending process, and stop.

    Step 3. Treat the current node as node C. If any of Purity(C)<20%, Purity(C)>90%, and Support(C)<10% is satisfied, then signify this node as a leaf node, perform the ending process, and stop.

    Step 4. Calculate the gain ratio for each critical attribute that is not selected yet. And select the critical attribute with the maximum gain ratio. Then divide all data instances into disjoint children nodes according to their values of the selected critical attribute.

    Step 5. Repeat Step 1 to Step 5 for each of the children nodes generated in Step 4 respectively.

    Finally, the decision tree will be built. In the resulted decision tree, each leaf node will be labeled as a value of the target attribute. Each path from the root node to a leaf node will form an association rule such that all internal nodes on this path constructed a row of “if” judgment of the critical attributes. With the “then” result denoted by the labeled value of the leaf node, an association rule of “ifthen” pattern will be constructed.

    3.Efficient Method of Filtering Pornographic Websites

    In this paper, we use machine learning manner and decision tree data mining algorithm to propose an efficient pornographic websites filtering method, which will be possessed of the capability of tracking the concept drift on webpages. We choose the C4.5 algorithm as the major decision tree data mining method applied in this study. Based on the technique of machine learning, the proposed method will learn the association rules about pornographic webpages from training data (known webpages, which have been classified as either pornographic or legitimate one), thus filtering the unknown webpages on the basis of these rules.

    As illustrated in Fig. 2, the architecture of the proposed method can be divided into two stages: 1) training stage and 2)classification stage, which will be introduced as follows.

    3.1 Training Stage

    The purpose of this stage is to find association rules about pornographic websites by analyzing “training webpages”. The training webpages are known webpages that have been classified as either pornographic or legitimate one. Then, the resulted association rules will be applied to classify the unknown webpages in the classification stage.

    In the first step of this stage, the training webpages should be examined by the features extraction module to extract their important features which can be used to identify pornographic webpages. Note that the factual category of each training webpage will be regarded as the target attribute in this study. The target attribute of a training webpage will be valued as “P” if it is pornographic,and valued as “L” if it is legitimate. Moreover, we have designed 16 important attributes as the critical attributes,whose values will be computed by the features extraction module and concept drift scoring module. Then, the decision tree data mining module will perform the C4.5 decision tree algorithm to analyze the training webpages and compute association rules between 16 critical attributes and the target attribute. Finally, we will score the association rules, and store them into the rule database,which will be accessed in order to classify the unknown webpages in the next stage, i.e., the classification stage. The detailed steps of this stage are elaborated on as follows.

    Fig. 2. Architecture of the proposed method.

    3.1.1Features Extraction Module

    In this module, each webpage will be analyzed to decide its critical attributes’ values by performing the following two steps: 1) preprocessing and 2) capturing attributes.

    1) Preprocessing

    In this step, each webpage should be converted into the HTML format. Then, spaces, punctuations, and stop-words of the words in webpage content will be removed. Moreover, we execute the Porter stemming algorithm[28]to reduce repetitively arising words with different types. For example,“apple” and “apples” will be reduced to “appl” after stemming performed.

    2) Capturing attributes

    This step is designed to decide the values of critical attributes for each webpage. In order to filter pornographic webpages accurately, we will perform some judgments based on the suspicious elements of HTML structures, as well as the frequency of pornographic keywords. Based on the research of Lee et al.[9]about the parts of the HTML code mostly likely to be dominated by pornographic keywords, we study and outline a number of critical attributes as shown in Table 2. For the sake of convenience, we use “XXX” to indicate the strings that pornographic keywords might appear. As described in Table 2, the critical attributes from No. 1 to No. 14 will be valued as 0 or 1 by checking whether the corresponding HTML elements of each webpage meet the judgment conditions.Moreover, these critical attributes will be examined whether they contain pornographic keywords via the keyword database.In this research, the pornographic keywords stored in the keyword database are collected from the website SafeSquid(http://www.safesquid.com/).

    The 15th critical attribute (No. 15) is to check whether the webpage contains more than three keywords that can be found in the sliding window. The content of the sliding window will be introduced in the next module (concept drift scoring module). Moreover, the 16th critical attribute (No. 16) will also be handled in the concept drift scoring module.

    3.1.2Concept Drift Scoring Module

    In this module, we use a window-based technique to estimate for the concept drift condition of pornographic keywords in each webpage. We propose a weighted “sliding window” to keep the keywords found recently in pornographic webpages. The size of the sliding window is defined to be 30 days. That is to say, the sliding window will store the keywords found frequently in the past 30 days. We assume that all of the webpages are entered into the proposed filtering system in the increasing order of the webpage’s date. For each webpage, this module will execute the following three tasks sequentially: 1) deciding the value of the 15th critical attribute; 2) calculating the score of concept drift; 3) updating the sliding window.

    1) Deciding the value of the 15th critical attribute

    Each incoming webpage will be checked whether it contains more than 3 keywords that have been recorded in the sliding window. The 15th critical attribute (as shown in Table 2)will be set as 1 if this incoming webpage contains more than 3 keywords that can be found in the sliding window, and set as 0 otherwise.

    Table 2: Sixteen critical attributes used in this research

    2) Calculating the score of concept drift

    Suppose that a new webpage, denoted as w, is entered into the system. Moreover, we assume that this webpage includes k keywords which can be found in the sliding window. Without loss of generality, we let these keywords be denoted as Keyword(i) for 1≤i≤k where k is a positive integer. The following functions are necessary to calculate the concept drift score of this webpage w:

    a) Keyword_Frequency(i): Keyword’s frequency is a significant criterion of concept drift, hence we propose this function to accumulate the found times of Keyword(i) since it was stored into the sliding window. Whenever the same keyword, Keyword(i), is found in the incoming webpage, the value of Keyword_Frequency(i) will be increased by 1.

    b) Webpage_Date(w): This function records date time of the current webpage w.

    c) Access_Date(i): This function records the latest date time that Keyword(i) was found in an incoming webpage previous to w.

    d) Time_Differ(i): This function is to calculate the sustained time owing to the latest date time that Keyword(i)appeared in an incoming webpage previous to w. It is computed by using the following formula:

    Time_Differ(i)=Webpage_Date(w)–Access_Date(i)

    e) Time_Weight(i): The concentrated appearance of a new keyword usually implies occurring of concept drift. The purpose of this function is to compute the weighted value of estimating the degree of concentrated appearance for each keyword. Obviously, the concentrated appearance of a keyword will result in the smaller value of Time_Differ(i), therefore, its weighted value should be greater. Assume that the units of measurement for Time_Differ(i) are days, the weighted value will be calculated by

    Time_Weight(i)=30–Time_Differ(i).Now, we can compute Concept_Drift_Score(w), the score of concept drift of the current webpage w, by using the following equation:

    Thus, the value of the 16th critical attribute (No. 16 of Table 2) of each incoming webpage can be acquired.

    3) Updating the sliding window

    Whenever a pornographic webpage is entered into the system, each keyword found in this webpage will be considered as a candidate for storing into the sliding window.In our method, there are three cases of updating the content of sliding window: (I) adding new keywords during the training stage; (II) updating the values of related functions; (III) adding new keywords by the incremental learning module of the classification stage.

    Case (I) occurs in the training stage. If a pornographic training webpage is entered into the system, we will check each keyword found in this webpage whether it has been stored in the sliding window. If the keyword is not recorded in the sliding window, we store it into the sliding window and initialize the values of its related functions as mentioned above.

    Case (II) occurs whenever a keyword that has been stored in the sliding window is found in an incoming webpage. If a keyword (say, Keyword(i)) stored in the sliding window is found in an incoming webpage, we will modify its related functions’ values as follows: 1) adding 1 to its frequency value (i.e., Keyword_Frequency(i)); 2) changing its latest accessed time (i.e., Access_Date(i)) into the date time of this incoming webpage.

    Case (III) occurs in the classification stage. If an unknown webpage is classified as pornographic, the incremental learning module of the classification stage will check each keyword found in this webpage; if this keyword has not been recorded in the sliding window yet, it will be stored into the sliding window and the values of its related functions will be initialized.

    Therefore, the webpage with recurring keywords will gain greater weights in calculating its concept drift score (as mentioned earlier). Thus, this module will help improve the accuracy of identifying pornographic webpages by adding recurring keywords into the sliding window. Note that the sliding window store the keywords found frequently within the past 30 days in our method. Each keyword with the Time_Differ(i) more than 30 days will be deleted automatically.

    3.1.3Decision Tree Data Mining Module

    Now, the values of all critical attributes of each training webpage are acquired. In this module, the decision tree data mining algorithm C4.5 will be applied to all training webpages. The C4.5 algorithm will construct a decision tree and bring out the potential association rules of “if-then”pattern between 16 critical attributes (as described in Table 2) and target attribute (webpage’s type: Pornographic or legitimate). Then, this module will score each association rule by using formulas based on the values of the degree of support and the degree of purity, which have been defined in Section 2.

    Given any association rule R, we assume that the associated leaf node is C, and p is the number of webpages whose target attribute’s value is “P” (pornographic) in node C. To describe the scoring formula for the rule, the following four important functions are necessary.

    1) P_Degree(R): This function records the “pornographic degree” for rule R, which implies the “intensity” of rule R to classify an unknown webpage as “P” (pornographic). Let |C|be the number of webpages contained in node C, this function is defined as follows:

    2) Rule_Support(R): This function records the degree of support for rule R, which is defined as follows:

    3) W(Rule_Support(R)): This function records the weighted value for Rule_Support(R). We compute the values of the degree of support for all rules and assume that Rule_SupportMAXis the maximum one and Rule_SupportMINis the minimum one.Then this function can be defined as follows:

    4) Score(Rule_Support(R)): The function calculates score for Rule_Support(R). We compute the weighted values of rule support for all rules by using above formula of W(Rule_Support(R)), and assume that WeightMAXis the maximum one and WeightMINis the minimum one. Then, this function can be calculated as follows:

    Now, we can describe the formula of computing score for rule R. Let the score of rule R be Score(R), which is defined as follows:

    Then, we compute scores for all association rules. We choose the minimum score from the rules whose values of pornographic degree are more than 80% (i.e., P_Degree(R)≥80%), and set it as the threshold, denoted as “t_value”, for judging whether an unknown webpage is pornographic. The results obtained by above steps will be stored in the rule database and accessed by the following stage (classification stage) to classify unknown webpages accordingly.

    3.2 Classification Stage

    With the rule database computed by the training stage, now the classification stage will classify unknown webpages to be either pornographic or legitimate.

    The first step of this stage is to examine unknown webpages;the features extraction module will compute values of critical attributes from No. 1 to No. 14 (as shown in Table 2) and the concept drift scoring module will compute the 15th and 16th critical attributes for each unknown webpage. Then, the webpage scoring module will use these 16 critical attributes to inquire the rule database and in order to find the score for each unknown webpage. Therefore, we can judge whether this unknown webpage is pornographic by comparing its score with the threshold of classification (i.e., t_value). Finally, if an unknown webpage is classified as pornographic, the incremental learning module will be started up to learn new pornographic keywords into the sliding windows and keyword database. The detailed process of this stage can be partitioned into the modules as follows.

    3.2.1Features Extraction Module

    This task of this features extraction module is identical to that of the training stage. In this module, each unknown webpage will be analyzed to extract its critical attributes’values by performing the following steps: 1) preprocessing;2) capturing attributes.

    Like the steps of the features extraction module in the training module, the step “preprocessing” is to convert each unknown webpage into HTML format and reduce its noise in webpage content. Then, the step “capturing attributes”will compute the values of 14 critical attributes (from No. 1 to No. 14 as shown in Table 2) for each unknown webpage.

    3.2.2Concept Drift Scoring Module

    For each unknown webpage, this module will execute the following three tasks: 1) deciding the value of the 15th critical attribute; 2) calculating the score of concept drift; 3) updating the sliding window.

    1) Deciding the value of the 15th critical attribute

    The 15th critical attribute (as shown in Table 2) will be set as 1 if this unknown webpage contains more than 3 keywords that can be found in the sliding window, and set as 0 otherwise.

    2) Calculating the score of concept drift

    The process of this task is the same as that of the concept drift scoring module in the training stage, which will compute the score of concept drift for each unknown webpage to estimate for the condition of concept drift in this webpage.Thus, the 16th critical attribute (No. 16 of Table 2) of this unknown webpage will be extracted.

    3) Updating the sliding window

    Whenever any keyword of sliding window is found in an unknown webpage, we will modify its related functions’values. Let this found keyword be Keyword(i). We execute the following two modifications for Keyword(i): 1) adding 1 to its frequency value, i.e., Keyword_Frequency(i) and 2)rewriting its latest accessed time, Access_Date(i), as the date time of this unknown webpage.

    3.2.3Webpage Scoring Module

    Now, all the 16 critical attributes (as described in Table 2)of this unknown webpage have been extracted. According to these critical attributes’ values, this unknown webpage will dovetail with some association rule stored in the rule database built. Assume that this dovetailed rule is R. Then,we designate the score of this unknown webpage as Score(R),which is defined as the formula described in the decision tree data mining module of the training stage. This unknown webpage will be classified as pornographic if its score is not lower than the classification threshold (i.e., Score(R)≥t_value),and classified as legitimate otherwise.

    3.2.4Incremental Learning Module

    At this time, each unknown webpage has been classified to be either pornographic or legitimate. If an unknown webpage is classified as pornographic, this module will check each keyword found in this webpage by using the supervised learning technique.

    If any keyword found in this pornographic webpage has not been recorded in the sliding window yet, it will be stored in the sliding window and the values of its related functions will be initialized. Moreover, we will check whether this pornographic webpage contains any new pornographic keyword that is not recorded in the keyword database. If so, each of new pornographic keywords will be stored in the keyword database.

    Therefore, this module will help improve the accuracy of identifying pornographic webpages by learning incrementally new pornographic keywords to enrich the keyword database and adding recurring keywords into the sliding window to ameliorate the detection of concept drift. Hence, our filtering method can better satisfy the current time concept when reviewing and recording the webpage content characteristics to allow the filtering system better fit for the dynamic environment.

    4.Experimental Results

    4.1 Experimental Design

    In this study, we used the decision tree data mining technique to analyze pornographic webpage content information to speed up the filtering velocity of pornographic webpage filter. The mechanisms to judge the occurrence of concept drift and carry out the incremental learning were also included to improve webpage filter precision. Then, we designed some experiments to confirm the accuracy and efficiency of the proposed filtering method.

    The webpage data used in the experiments was from the pornographic webpage database provided by the website of URLBlack.com (http://urlblacklist.com/). We collected 600 pornographic webpage files each month during the period from February to May 2011 and a total of 2400 pornographic webpage files were collected. Let these webpages be sorted in the increasing order of the date time.According to the date time, we classified these webpages into four groups such that “Month (I)” contained the webpages of February, “Month (II)” contained the webpages of March, “Month (III)” contained the webpages of April, and “Month (IV)” contained the webpages of May.The purpose of this classification was to test whether filtering precision of each month could be improved due to the incremental learning mechanisms of the keyword database and sliding window. For the sake of experimental fairness, the monthly pornographic webpage and normal webpage file data were mixed in the proportion of 1:1. In the training stage, we selected randomly 300 pornographic webpages of each month as the training data, which were mixed with 300 legitimate webpages. In the classification stage, we took the remaining 300 pornographic webpages of each month as the unknown data, which were mixed with 300 legitimate webpages. Moreover, these webpages of each month would be applied to the experiments in the increasing order of date time.

    To measure the experimental performance of the proposed systematic method in terms of webpage filtering accuracy, in addition to the indexes: “Precision” and“Recall”, which were commonly used for document classification, we calculated the harmonic mean “F-measure”. As shown in Table 3, we used the decision confusion matrix to explain the calculation equations listed below[29]. The four cases A, B, C, and D in Table 3 are all recorded by the number of webpages.

    Table 3: Four cases of judgment

    1) Accuracy rate

    It refers to the ratio of webpages classified correctly. It is the probability of legitimate webpages being classified as legitimate and pornographic webpages being filtered as pornographic. The equation is as shown below:

    2) Precision rate

    It refers to the ratio of the webpages identified correctly in the webpages classified as the certain category,representing filter’s capability to classify correctly such category of webpages. The “PornographicPrecision” is computed from the viewpoint of identifying the pornographic webpages; and “LegitimatePrecision” is computed from the viewpoint of identifying the legitimate webpages. Finally, “Precision” is set as the average of the addition of PornographicPrecision and LegitimatePrecision,and the equations are as follows:

    3) Recall rate

    It refers to the probability of identifying correctly the certain category of webpages. The “PornographicRecall” is defined as the probability of judging pornographic webpages as pornographic ones. And the“LegitimateRecall” is defined as the probability judging correctly legitimate webpages. Finally, “Recall” is set as the mean of PornographicRecall and LegitimateRecall, and the equations are as follows:

    4) F-measure

    Regarding the F-measure of a harmonic mean of Precision and Recall, the equation is as follows:

    To confirm the efficiency of our filtering method proposed in this paper, we performed the following three experiments:

    ■ Experiment (A): This experiment performed the proposed method of this paper without using the incremental learning module. In other words, the new keywords of pornographic webpages identified in the classification stage would not be stored into neither the keyword database nor the sliding window.

    ■ Experiment (B): This experiment performed the proposed method with using the incremental learning module to increase the keyword database only. In other words, we stored the new pornographic keywords of pornographic webpages identified in the classification stage into the keyword database only.

    ■ Experiment (C): This experiment performed the proposed method with using the incremental learning module to increase both the keyword database and sliding window.Namely, for each pornographic webpage identified by the classification stage, we not only stored its newly found keywords into the sliding window but also stored its newly found pornographic keywords into the keyword database.Therefore, the proposed method in this paper would better satisfy the current time concept to allow the filtering system better fit for the dynamic environment.

    4.2 Experimental Results

    Now we discuss the results of the three experiments. As shown in Table 4, the averaged accuracy rate of Experiment(A) (performed the proposed method without using the incremental learning module) was 91.80%, which was the lowest among the three experiments. Without incremental learning, the content of keyword database was stationary,i.e., the number of pornographic keywords stored in the keyword database was fixed. However, the webpages’contents in the real world were not fixed. Hence, the filter’s capabilities of filtering pornographic webpages were quite limited. Many pornographic webpages of the unknown ones could not be accurately judged and thus the accuracy rate was relatively low.

    Table 4: Accuracy rate of the three experiments

    On the other hand, the proposed method could add new pornographic keywords increasingly into the keyword database by using the incremental learning module. Thus, the averaged accuracy rate of Experiment (B) was raised to 94.85%,suggesting the incremental learning technique could significantly improve the accuracy of filtering pornographic webpages.

    Moreover, Experiment (C) used the incremental learning module to detect recurring keywords and store them into the sliding window to help evaluate the concept drift condition of webpage, hence, its accuracy rate was the highest among three experiments at 97.06%.

    The experiments results showed that the accuracy rate of our filtering method proposed in this paper would improve over a number of months. Note that the accuracy rate was the ratio of webpages being accurately filtered, namely, legitimate webpages were classified by the proposed method as legitimate ones while pornographic webpages were classified by the proposed method as pornographic ones. Without any incremental learning, as the Experiment (A) used the fixed keyword database to classify the unknown webpages, the resulting accuracy rate was obviously lower. The highest accuracy rate in the case of having no incremental learning was 93.33%. By using the incremental learning technique to add new pornographic keywords into the keyword database, the accuracy rate of Experiment (B) significantly increased over the four months, suggesting that incremental learning can substantially contribute to the identification of pornographic webpages. The Experiment (C) used incremental learning technique coupled with the sliding window to store the recurring keywords, which would help evaluate the concept drift condition of webpage. As the experimental results suggested, the accuracy rate of the Experiment (C) could be improved outstandingly and the highest value reached 98.33%.

    Changes of the precision rate by month were shown in Table 5. Note that the precision rate was the percentage of webpages identified correctly in the webpages judged as the certain category. Without any incremental learning, the precision rate of Experiment (A) was obviously lower than those of Experiments (B) and (C). With incremental learning,by unceasingly adding new pornographic keywords into the keyword database, the precision rate of Experiment (B)significantly improved, and the highest value was 96.77%. In Experiment (C), the weighted sliding window was used to record the recurring keywords. Then, the precision rate of Experiment (C) reached 98.67% in Month (IV) and was the highest among these three experiments. Hence, compared with Experiment (B), the proposed method with both incremental learning and detection of concept drift would further enhance the precision obviously.

    Table 5: Precision of the three experiments

    The monthly changes in the recall rate of the proposed method were shown in Table 6. Note that the recall rate was the ratio of identifying correctly the certain category of webpages. Without any incremental learning, the recall rate of Experiment (A) was the lowest, and the highest value was 92.76%; with the help of the new pornographic keywords added to the keyword database, the recall rate of Experiment(B) was significantly improved due to the technique of incremental learning, and the highest value was 97.99%; in the case of integrating the sliding window with incremental learning, the recall rate of Experiment (C) was slightly improved and the highest value was 98.01%.

    Table 6: Recall of the three experiments

    Table 7 illustrated the monthly changes in F-measure, the harmonic mean of the precision rate and recall rate, of identifying unknown webpages by the proposed method.Without any incremental learning, the F-measure of Experiment (A) was the lowest. With incremental learning of adding new pornographic keywords into the keyword database to help identify the pornographic webpages, the F-measure of Experiment (B) significantly improved and reached 97.38% in Month (III). It could be observed that the incremental learning technique would lead to significant difference in identifying unknown webpages. Moreover, in Experiment (C), the incremental learning technique was used in combination with the weighted sliding window to store the recurring keywords,which would help improve the effectiveness of identifying pornographic webpages by giving greater weights to the webpages with recurring keywords. Therefore, the F-measure of Experiment (C) was the highest among these three experiments, and it reached the highest value of 98.34% in Month (IV). Hence, incremental learning concept drift can effectively help the classification of unknown webpages.

    Table 7: F-measure of the three experiments

    5.Conclusion

    In this paper, we used the decision tree data mining technique to track the concept drift of pornographic webpages.Pornographic webpages can easily change with the real world to produce new information to generate concept drift. To allow the filtering method proposed in this paper to suit the dynamic environment and improve its accuracy and performance, we proposed the weighted sliding window to store the recurring keywords, which would help evaluate the concept drift condition of unknown webpages. And we designed an incremental learning mechanism to learn newly found pornographic keywords, which would substantially contribute to the identification of pornographic webpages. According to the experimental results, our method coupled with the incremental learning technique and detection of concept drift had the accuracy rate up to 98.33% in the actual classification of pornographic webpages.

    The proposed webpage filter in this paper can only filter English webpages. Due to the development of the Internet,pornographic webpage information is increasingly internationalized and diversified. Therefore, we suggest that the future development direction is the development of filters that can identify pornographic webpages of multiple languages such as Chinese, Japanese, and Korean.

    [1]W. P. Stol, H. K. W. Kaspersen, J. Kerstens, E. R. Leukfeldt,and A. R. Lodder, “Governmental filtering of websites: The Dutch case,”Computer Law & Security Review, vol. 25, no.3, pp. 251-262, 2009.

    [2]B. H. Schell, M. V. Martin, P. C. Hung, and L. Rueda,“Cyber child pornography: A review paper of the social and legal issues and remedies—and a proposed technological solution,”Aggression and Violent Behavior, vol. 12, no. 1,pp. 45-63, 2007.

    [3]Z. Yan, “Differences in high school and college students’basic knowledge and perceived education of Internet safety:Do high school students really benefit from the children’s Internet protection act?”Journal of Applied Developmental Psychology, vol. 30, no. 3, pp. 209-217, 2009.

    [4]C. H. Chou, A. P. Sinha, and H. Zhao, “Commercial Internet filters: Perils and opportunities,”Decision Support Systems,vol. 48, no. 4, pp. 521-530, 2010.

    [5]M. L. Ybarra, D. Finkelhor, K. J. Mitchell, and J. Wolak,“Associations between blocking, monitoring, and filtering software on the home computer and youth-reported unwanted exposure to sexual material online,”Child Abuse& Neglect, vol. 33, no. 12, pp. 857-869, 2009.

    [6]Q. Li, J.-H. Li, G.-S. Liu, and S.-H. Li, “A rough set-based hybrid feature selection method for topic-specific text filtering,” inProc. of IEEE Intl. Conf. on Machine Learning and Cybernetics, 2004, pp. 1464-1468.

    [7]J. Polpinij, C. Sibunruang, S. Paungpronpitag, R.Chamchong, and A. Chotthanom, “A web pornography patrol system by content-based analysis: In particular text and image,” inProc. of the SMC IEEE Intl. Conf. on Systems,Man and Cybernetics, 2008, pp. 500-505.

    [8]J. Liu, X. Li, and W. Zhong, “Ambiguous decision trees for mining concept-drifting data streams,”Pattern Recognition Letters, vol. 30, no. 15, pp. 1347-1355, 2009.

    [9]P. Y. Lee, S. C. Hui, and A. C. M. Fong, “An intelligent categorization engine for bilingual web content filtering,”IEEE Trans. on Multimedia, vol. 7, no. 6, pp. 1183-1190,2005.

    [10]Y. Yang, “An evaluation of statistical approaches to text categorization,”Information Retrieval, vol. 1, no. 1-2, pp.69-90, 1999.

    [11]L. H. Lee and C. J. Luh, “Generation of pornographic blacklist and its incremental update using an inverse chisquare based method,”InformationProcessing&Management, vol. 44, no. 5, pp. 1698-1706, 2008.

    [12]A. Ahmadi, M. Fotouhi, and M. Khaleghi, “Intelligent classification of web pages using contextual and visual features,”Applied Soft Computing, vol. 11, no. 2, pp. 1638-1647, 2011.

    [13]H. Ma, “Fast blocking of undesirable web pages on client PC by discriminating URL using neural networks,”Expert Systems with Applications, vol. 34, no. 2, pp. 1533-1540,2008.

    [14]D. Li, N. Li, J. Wang, and T. Zhu, “Pornographic images recognition based on spatial pyramid partition and multiinstance ensemble learning,”Knowledge-Based Systems, vol.84, pp. 214-223, Aug. 2015.

    [15]T. M. Mahmoud, T. Abd-El-Hafeez, and A. Omar, “An efficient system for blocking pornography websites,” inComputer Vision and Image Processing in Intelligent SystemsandMultimediaTechnologies, Information Resources Management Association, 2014.

    [16]J. Zhang, L. Sui, L. Zhuo, Z. Li, and Y. Yang, “An approach of bag-of-words based on visual attention model for pornographic images recognition in compressed domain,”Neurocomputing, vol. 110, no. 8, pp. 145-152, 2013.

    [17]L. Zhuo, J. Zhang, Y. Zhao, and S. Zhao, “Compressed domain based pornographic image recognition using multicost sensitive decision trees,”Signal Processing, vol. 93, no.8, pp. 2126-2139, 2013.

    [18]E. Georgiou, M. D. Dikaiakos, and A. Stassopoulou, “On the properties of spam-advertised URL addresses,”Journal of Network and Computer Applications, vol. 31, no. 4, pp. 966-985, 2008.

    [19]F. Fdez-Riverola, E. L. Iglesias, F, Díaz, J. R. Méndez, and J.M. Corchado, “Applying lazy learning algorithms to tackle concept drift in spam filtering,”Expert Systems with Applications, vol. 33, no. 1, pp. 36-48, 2007.

    [20]G. Widmer and M Kubat, “Learning in the presence of concept drift and hidden contexts,”Machine Learning, vol.23, no. 1, pp. 69-101, 1996.

    [21]I. Koychev and R. Lothian, “Tracking drifting concepts by time window optimization,” inProc. of Research and Development in Intelligent Systems XXII, 2006, pp. 46-59.

    [22]M. M. Lazarescu, S. Venkatesh, and H. H. Bui, “Using multiple windows to track concept drift,”Intelligent Data Analysis, vol. 8, no. 1, pp. 29-59, 2004.

    [23]G. Widmer and M Kubat, “Learning in the presence of concept drift and hidden contexts,”Machine Learning, vol.23, no. 1, pp. 69-101, 1996.

    [24]R. Klinkenberg, “Learning drifting concepts: Example selection vs. example weighting,”Intelligent Data Analysis,vol. 8, no. 3, pp. 281-300, 2004.

    [25]M. Salganicoff, “Tolerating concept and sampling shift in lazy learning using prediction error context switching,”Artificial Intelligence Review, vol. 11, no. 1-5, pp. 133-155,1997.

    [26]J. R. Quinlan, “Induction of decision trees,”Machine Learning, vol. 1, no. 1, pp. 81-106, 1986.

    [27]J. R. Quinlan,C4.5: Programs for Machine Learning,Morgan Kaufmann, 1993.

    [28]M. F. Porter, “An algorithm for suffix stripping,”Program,vol. 14, no. 3, pp. 130-137, 1980.

    [29]I. Androutsopoulos, J. Koutsias, K. V. Chandrinos, G.Paliouras, and C. D. Spyropoulos, “An evaluation of naive Bayesian anti-spam filtering,” inProc. of the Workshop onMachine Learning in the New Information Age,the 11th European Conf. on Machine Learning, 2000, pp. 9-17.

    99久久中文字幕三级久久日本| 国产精品99久久99久久久不卡 | 香蕉精品网在线| 久久久久久伊人网av| 久久99蜜桃精品久久| 男女免费视频国产| 精品酒店卫生间| 免费在线观看完整版高清| av女优亚洲男人天堂| 9191精品国产免费久久| 男女高潮啪啪啪动态图| 日韩大片免费观看网站| 亚洲熟女精品中文字幕| 亚洲精品视频女| 狠狠婷婷综合久久久久久88av| 赤兔流量卡办理| 999久久久国产精品视频| 国产片特级美女逼逼视频| av不卡在线播放| 亚洲国产欧美网| 美女xxoo啪啪120秒动态图| 可以免费在线观看a视频的电影网站 | 大片电影免费在线观看免费| 成人国产av品久久久| 丝袜脚勾引网站| 在现免费观看毛片| 亚洲欧洲精品一区二区精品久久久 | 精品久久久精品久久久| 亚洲色图综合在线观看| 9色porny在线观看| 黑人欧美特级aaaaaa片| 91在线精品国自产拍蜜月| 毛片一级片免费看久久久久| 99久久综合免费| 亚洲内射少妇av| 国产成人aa在线观看| 春色校园在线视频观看| 人妻人人澡人人爽人人| 老司机亚洲免费影院| 日韩中文字幕欧美一区二区 | 色吧在线观看| 精品午夜福利在线看| 国产人伦9x9x在线观看 | 亚洲第一青青草原| 久久毛片免费看一区二区三区| 精品少妇黑人巨大在线播放| 美女脱内裤让男人舔精品视频| 国产成人精品无人区| 婷婷色麻豆天堂久久| 免费播放大片免费观看视频在线观看| 国产精品亚洲av一区麻豆 | av一本久久久久| 久久精品久久精品一区二区三区| 色播在线永久视频| 五月天丁香电影| 欧美成人午夜精品| 狠狠精品人妻久久久久久综合| 免费少妇av软件| 国产精品国产av在线观看| 伦精品一区二区三区| 岛国毛片在线播放| 不卡视频在线观看欧美| 黄频高清免费视频| 天天躁夜夜躁狠狠久久av| 欧美人与性动交α欧美精品济南到 | 亚洲欧美精品自产自拍| 纵有疾风起免费观看全集完整版| 午夜日本视频在线| 国产精品无大码| 久久久精品国产亚洲av高清涩受| 精品久久蜜臀av无| 欧美少妇被猛烈插入视频| 观看美女的网站| 午夜福利影视在线免费观看| 亚洲欧美精品综合一区二区三区 | 国产又色又爽无遮挡免| 国产欧美亚洲国产| 欧美日韩综合久久久久久| 国产免费福利视频在线观看| 电影成人av| 街头女战士在线观看网站| 日韩不卡一区二区三区视频在线| 日韩大片免费观看网站| 国产精品一区二区在线不卡| 青青草视频在线视频观看| 丰满少妇做爰视频| 免费黄色在线免费观看| 精品国产超薄肉色丝袜足j| 精品99又大又爽又粗少妇毛片| 日韩电影二区| 黄片小视频在线播放| 国产一区二区激情短视频 | 99香蕉大伊视频| 在线观看三级黄色| 亚洲 欧美一区二区三区| av国产久精品久网站免费入址| 亚洲成人手机| 国产乱来视频区| 免费黄频网站在线观看国产| 高清视频免费观看一区二区| 波野结衣二区三区在线| 日韩av不卡免费在线播放| 日本wwww免费看| 亚洲成国产人片在线观看| 多毛熟女@视频| 春色校园在线视频观看| 国产精品一二三区在线看| 免费黄频网站在线观看国产| 午夜免费男女啪啪视频观看| 成人亚洲欧美一区二区av| 国产黄频视频在线观看| 色婷婷av一区二区三区视频| 日韩av免费高清视频| 卡戴珊不雅视频在线播放| 国产精品免费视频内射| 九九爱精品视频在线观看| 精品人妻在线不人妻| 熟女电影av网| 午夜日本视频在线| 久久这里只有精品19| 天堂8中文在线网| 国产成人av激情在线播放| 一区二区三区四区激情视频| av女优亚洲男人天堂| 亚洲美女搞黄在线观看| 亚洲第一青青草原| 婷婷色麻豆天堂久久| 国产一区亚洲一区在线观看| 高清欧美精品videossex| 久热久热在线精品观看| 久久国产精品男人的天堂亚洲| 九草在线视频观看| 国产精品国产三级专区第一集| 亚洲国产欧美在线一区| 久久精品久久精品一区二区三区| a 毛片基地| 18禁裸乳无遮挡动漫免费视频| 一本色道久久久久久精品综合| 亚洲情色 制服丝袜| 一级毛片我不卡| 性色av一级| 97在线人人人人妻| 久久精品国产亚洲av涩爱| 寂寞人妻少妇视频99o| 国产 一区精品| 欧美另类一区| av不卡在线播放| 在线观看人妻少妇| 亚洲成色77777| 国产精品无大码| 在线观看国产h片| 老司机影院成人| 久热久热在线精品观看| 国产不卡av网站在线观看| 你懂的网址亚洲精品在线观看| 成人黄色视频免费在线看| 亚洲内射少妇av| 午夜老司机福利剧场| 三上悠亚av全集在线观看| 国产精品不卡视频一区二区| 男女免费视频国产| 国产一区二区在线观看av| 亚洲,一卡二卡三卡| 亚洲精品在线美女| 欧美变态另类bdsm刘玥| av网站免费在线观看视频| 各种免费的搞黄视频| 国产一区二区 视频在线| 韩国av在线不卡| 丝袜喷水一区| 欧美日韩综合久久久久久| 日韩中字成人| xxxhd国产人妻xxx| 久久人人爽人人片av| 亚洲第一av免费看| 大香蕉久久网| 欧美精品一区二区免费开放| 精品一区在线观看国产| 在线 av 中文字幕| 国产一区有黄有色的免费视频| 女人久久www免费人成看片| 国产 一区精品| 人人妻人人添人人爽欧美一区卜| 亚洲精品日本国产第一区| 波多野结衣av一区二区av| 亚洲国产日韩一区二区| 黄片无遮挡物在线观看| 国产男女内射视频| 国产精品久久久久成人av| 18禁动态无遮挡网站| 熟女av电影| 久久久久久久久久久久大奶| 亚洲国产av新网站| 啦啦啦在线免费观看视频4| 青春草国产在线视频| 国产日韩欧美亚洲二区| 精品人妻熟女毛片av久久网站| 欧美精品一区二区免费开放| 综合色丁香网| 激情视频va一区二区三区| 国产精品国产av在线观看| 日产精品乱码卡一卡2卡三| 欧美中文综合在线视频| 不卡av一区二区三区| 免费黄色在线免费观看| 久久久精品免费免费高清| 亚洲,欧美精品.| 亚洲av在线观看美女高潮| 老女人水多毛片| 国产精品.久久久| 国产精品一国产av| 国产一区二区 视频在线| 国产 精品1| 伊人久久大香线蕉亚洲五| 久久久欧美国产精品| 成人毛片60女人毛片免费| 免费播放大片免费观看视频在线观看| 大片电影免费在线观看免费| 嫩草影院入口| 国产成人aa在线观看| 欧美在线黄色| 国产高清不卡午夜福利| 欧美日韩成人在线一区二区| 日本vs欧美在线观看视频| 中文字幕av电影在线播放| 三级国产精品片| 国产精品不卡视频一区二区| 欧美亚洲 丝袜 人妻 在线| 国产人伦9x9x在线观看 | 亚洲精品美女久久av网站| 久久99蜜桃精品久久| 国产一区二区 视频在线| 丰满饥渴人妻一区二区三| 欧美av亚洲av综合av国产av | 亚洲第一区二区三区不卡| 菩萨蛮人人尽说江南好唐韦庄| 中文字幕av电影在线播放| 免费看av在线观看网站| 在线精品无人区一区二区三| 亚洲美女黄色视频免费看| 国产精品女同一区二区软件| 亚洲精品第二区| 午夜免费男女啪啪视频观看| 国产在线免费精品| 精品国产乱码久久久久久男人| 交换朋友夫妻互换小说| 久久久精品国产亚洲av高清涩受| 一区二区三区四区激情视频| 最近的中文字幕免费完整| 国产午夜精品一二区理论片| 亚洲av欧美aⅴ国产| 在线观看三级黄色| 欧美 亚洲 国产 日韩一| 91成人精品电影| 最近最新中文字幕大全免费视频 | 国产毛片在线视频| 青草久久国产| 免费黄频网站在线观看国产| 看十八女毛片水多多多| 亚洲av成人精品一二三区| 91在线精品国自产拍蜜月| 三上悠亚av全集在线观看| 国产一区二区激情短视频 | 丰满乱子伦码专区| 成年人午夜在线观看视频| 波多野结衣av一区二区av| 成人免费观看视频高清| 成人国产麻豆网| 咕卡用的链子| 丝袜喷水一区| 最近最新中文字幕大全免费视频 | a级片在线免费高清观看视频| 亚洲av国产av综合av卡| 免费久久久久久久精品成人欧美视频| 不卡av一区二区三区| 亚洲精品久久成人aⅴ小说| 亚洲一区二区三区欧美精品| 亚洲国产精品一区三区| 蜜桃国产av成人99| 色94色欧美一区二区| 国产精品亚洲av一区麻豆 | 国产成人aa在线观看| 欧美黄色片欧美黄色片| 两性夫妻黄色片| 中文字幕av电影在线播放| 韩国精品一区二区三区| 黄频高清免费视频| 又粗又硬又长又爽又黄的视频| 成年人午夜在线观看视频| 一级爰片在线观看| 最近最新中文字幕大全免费视频 | 看免费成人av毛片| 看非洲黑人一级黄片| 美国免费a级毛片| 精品亚洲成国产av| 交换朋友夫妻互换小说| 国产视频首页在线观看| 少妇 在线观看| 久久av网站| 日韩精品有码人妻一区| 美国免费a级毛片| h视频一区二区三区| 国产黄频视频在线观看| 毛片一级片免费看久久久久| av线在线观看网站| 国产av精品麻豆| 色哟哟·www| 天堂俺去俺来也www色官网| 在线精品无人区一区二区三| 成人国产麻豆网| 高清欧美精品videossex| 久久久精品免费免费高清| 2022亚洲国产成人精品| 亚洲情色 制服丝袜| 久久精品国产亚洲av天美| 国产av码专区亚洲av| 黑人猛操日本美女一级片| 啦啦啦啦在线视频资源| 在线天堂中文资源库| 菩萨蛮人人尽说江南好唐韦庄| 丰满少妇做爰视频| 男人添女人高潮全过程视频| 久久免费观看电影| 欧美少妇被猛烈插入视频| 婷婷色av中文字幕| 女人久久www免费人成看片| 七月丁香在线播放| 中文乱码字字幕精品一区二区三区| 亚洲精品久久成人aⅴ小说| 成人黄色视频免费在线看| 色播在线永久视频| 少妇精品久久久久久久| 永久免费av网站大全| 亚洲国产精品一区三区| 久久久久久人人人人人| 国产精品av久久久久免费| 亚洲内射少妇av| 如何舔出高潮| 亚洲精品美女久久久久99蜜臀 | 免费日韩欧美在线观看| 黄片小视频在线播放| 99热国产这里只有精品6| 午夜91福利影院| h视频一区二区三区| 成人手机av| 欧美日韩国产mv在线观看视频| 亚洲国产看品久久| 成人手机av| 美国免费a级毛片| av视频免费观看在线观看| 国产精品成人在线| 一级毛片我不卡| 少妇的逼水好多| 欧美bdsm另类| 高清欧美精品videossex| 热99久久久久精品小说推荐| 69精品国产乱码久久久| 男男h啪啪无遮挡| 免费看不卡的av| 国产成人免费观看mmmm| 国产精品国产三级国产专区5o| 精品国产一区二区三区久久久樱花| 成人18禁高潮啪啪吃奶动态图| 国产亚洲av片在线观看秒播厂| 男女边摸边吃奶| 午夜91福利影院| 深夜精品福利| 国产成人免费观看mmmm| 亚洲精品成人av观看孕妇| 岛国毛片在线播放| 黑人猛操日本美女一级片| 欧美日韩av久久| 亚洲国产日韩一区二区| 国产97色在线日韩免费| 一边摸一边做爽爽视频免费| 日本黄色日本黄色录像| 777米奇影视久久| 欧美成人精品欧美一级黄| 高清黄色对白视频在线免费看| av在线播放精品| 久久国产精品男人的天堂亚洲| 两性夫妻黄色片| 热99国产精品久久久久久7| 国产伦理片在线播放av一区| 日韩一卡2卡3卡4卡2021年| 久久精品夜色国产| 看十八女毛片水多多多| √禁漫天堂资源中文www| av线在线观看网站| 午夜日本视频在线| 精品卡一卡二卡四卡免费| 日韩在线高清观看一区二区三区| 精品人妻在线不人妻| 婷婷色综合大香蕉| 久久精品久久精品一区二区三区| 在线观看一区二区三区激情| 男女边摸边吃奶| 精品国产国语对白av| 少妇的逼水好多| 少妇人妻久久综合中文| 男人爽女人下面视频在线观看| 亚洲国产日韩一区二区| 熟女少妇亚洲综合色aaa.| 久久久久久久国产电影| 国产成人精品久久二区二区91 | 街头女战士在线观看网站| 欧美 亚洲 国产 日韩一| 亚洲,欧美,日韩| 久久久久国产一级毛片高清牌| 亚洲精品在线美女| 美女大奶头黄色视频| 高清不卡的av网站| 精品视频人人做人人爽| 日本vs欧美在线观看视频| 蜜桃国产av成人99| 中文天堂在线官网| 午夜日韩欧美国产| 欧美人与善性xxx| 午夜久久久在线观看| 国产亚洲精品第一综合不卡| 五月伊人婷婷丁香| 亚洲综合精品二区| 午夜福利,免费看| 一级片'在线观看视频| 丝袜在线中文字幕| 制服丝袜香蕉在线| 一区二区三区四区激情视频| 午夜福利一区二区在线看| 搡女人真爽免费视频火全软件| 一级黄片播放器| 电影成人av| 免费观看性生交大片5| 一区二区日韩欧美中文字幕| 99久久中文字幕三级久久日本| 国产精品国产三级国产专区5o| 国产有黄有色有爽视频| 久久影院123| 日韩视频在线欧美| 亚洲av成人精品一二三区| 国产精品一二三区在线看| 国产成人精品久久久久久| 在线观看免费高清a一片| 99国产精品免费福利视频| 久久久精品94久久精品| 天天躁狠狠躁夜夜躁狠狠躁| 精品国产乱码久久久久久小说| 国产精品99久久99久久久不卡 | 五月开心婷婷网| 国产精品一区二区在线不卡| 国产色婷婷99| 亚洲av.av天堂| 晚上一个人看的免费电影| 精品福利永久在线观看| 国产免费一区二区三区四区乱码| 在线精品无人区一区二区三| 欧美日韩亚洲国产一区二区在线观看 | 日本wwww免费看| 在线观看www视频免费| 天天躁夜夜躁狠狠久久av| 久久久久久久亚洲中文字幕| 色94色欧美一区二区| 2018国产大陆天天弄谢| 在线观看人妻少妇| 亚洲av男天堂| 韩国精品一区二区三区| 亚洲美女黄色视频免费看| 九色亚洲精品在线播放| 免费观看在线日韩| 午夜91福利影院| 亚洲成人av在线免费| 国产成人a∨麻豆精品| 九草在线视频观看| 国产日韩一区二区三区精品不卡| 国产精品香港三级国产av潘金莲 | 18禁国产床啪视频网站| 高清av免费在线| 亚洲图色成人| 欧美bdsm另类| 另类精品久久| 一级片免费观看大全| 欧美国产精品va在线观看不卡| 99精国产麻豆久久婷婷| 热re99久久国产66热| 黄色一级大片看看| 国产av国产精品国产| 91精品三级在线观看| 黄片播放在线免费| 国产不卡av网站在线观看| 国产精品免费大片| 久久久久久久亚洲中文字幕| 久久这里只有精品19| 18禁观看日本| 国产黄频视频在线观看| 曰老女人黄片| 亚洲第一区二区三区不卡| 亚洲精品国产av成人精品| 免费高清在线观看日韩| 国产日韩一区二区三区精品不卡| 国产成人午夜福利电影在线观看| 国产精品免费大片| 国产色婷婷99| 国产成人免费观看mmmm| 亚洲美女搞黄在线观看| 99香蕉大伊视频| 精品国产超薄肉色丝袜足j| 免费高清在线观看视频在线观看| 欧美日韩av久久| 永久网站在线| 春色校园在线视频观看| 最近中文字幕2019免费版| 久久 成人 亚洲| 看十八女毛片水多多多| 亚洲 欧美一区二区三区| 国产精品香港三级国产av潘金莲 | 精品一品国产午夜福利视频| 欧美精品国产亚洲| 国产精品久久久av美女十八| av免费在线看不卡| 精品99又大又爽又粗少妇毛片| 99香蕉大伊视频| 女人被躁到高潮嗷嗷叫费观| 久久久久久久久久久久大奶| 亚洲av免费高清在线观看| 永久网站在线| 色婷婷久久久亚洲欧美| 熟女电影av网| 毛片一级片免费看久久久久| 欧美+日韩+精品| 天美传媒精品一区二区| 亚洲成av片中文字幕在线观看 | 久久久久久免费高清国产稀缺| 久久99精品国语久久久| 人妻系列 视频| 丰满迷人的少妇在线观看| 亚洲三级黄色毛片| 久久久久久伊人网av| 女人高潮潮喷娇喘18禁视频| 国产欧美日韩综合在线一区二区| 狠狠精品人妻久久久久久综合| 日韩精品有码人妻一区| 国产欧美日韩一区二区三区在线| 久久久久精品久久久久真实原创| 女人被躁到高潮嗷嗷叫费观| 少妇被粗大猛烈的视频| 免费黄网站久久成人精品| av片东京热男人的天堂| 国产亚洲av片在线观看秒播厂| 国产成人91sexporn| 老熟女久久久| av片东京热男人的天堂| 国产日韩欧美在线精品| 国产一区亚洲一区在线观看| 男人添女人高潮全过程视频| www.精华液| 热99久久久久精品小说推荐| 亚洲av电影在线观看一区二区三区| 亚洲第一青青草原| 亚洲av电影在线观看一区二区三区| 一本一本久久a久久精品综合妖精 国产伦在线观看视频一区 | 欧美人与性动交α欧美软件| 国产免费福利视频在线观看| 狂野欧美激情性bbbbbb| 日韩一本色道免费dvd| 日韩一区二区三区影片| 亚洲色图 男人天堂 中文字幕| 亚洲国产成人一精品久久久| 国产极品粉嫩免费观看在线| 熟妇人妻不卡中文字幕| 久久久精品国产亚洲av高清涩受| 男女午夜视频在线观看| 大码成人一级视频| 午夜福利乱码中文字幕| av一本久久久久| 日韩在线高清观看一区二区三区| av一本久久久久| 日本黄色日本黄色录像| videossex国产| 久久国产精品大桥未久av| 夜夜骑夜夜射夜夜干| 精品福利永久在线观看| 久久久久国产精品人妻一区二区| 超色免费av| 欧美 日韩 精品 国产| 精品国产一区二区久久| 国产亚洲精品第一综合不卡| xxx大片免费视频| 成年动漫av网址| 国产亚洲最大av| 国产成人一区二区在线| 国产高清国产精品国产三级| 老汉色av国产亚洲站长工具| 日日爽夜夜爽网站| 美女脱内裤让男人舔精品视频| 热99国产精品久久久久久7| 伊人亚洲综合成人网| 久久精品久久久久久久性| 亚洲美女视频黄频| 国产一区有黄有色的免费视频| 亚洲内射少妇av| 熟女av电影| 一二三四中文在线观看免费高清| 久久久国产精品麻豆| 春色校园在线视频观看| 男女边摸边吃奶| 女人被躁到高潮嗷嗷叫费观| 久久久久久伊人网av| 成年动漫av网址| 久久人人爽av亚洲精品天堂| 女性生殖器流出的白浆| av不卡在线播放| freevideosex欧美| 如何舔出高潮| 日日撸夜夜添| 国产av一区二区精品久久| 久久青草综合色|