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

    Block Incremental Dense Tucker Decomposition with Application to Spatial and Temporal Analysis of Air Quality Data

    2024-01-20 13:00:50SangSeokLeeHaeWonMoonandLeeSael

    SangSeok Lee ,HaeWon Moon and Lee Sael,2,★

    1Department of Artificial Intelligence,Ajou University,Suwon-si,16499,Korea

    2Department of Software and Computer Engineering,Ajou University,Suwon-si,16499,Korea

    ABSTRACT How can we efficiently store and mine dynamically generated dense tensors for modeling the behavior of multidimensional dynamic data? Much of the multidimensional dynamic data in the real world is generated in the form of time-growing tensors.For example,air quality tensor data consists of multiple sensory values gathered from wide locations for a long time.Such data,accumulated over time,is redundant and consumes a lot of memory in its raw form.We need a way to efficiently store dynamically generated tensor data that increase over time and to model their behavior on demand between arbitrary time blocks.To this end,we propose a Block Incremental Dense Tucker Decomposition(BID-TUCKER)method for efficient storage and on-demand modeling of multidimensional spatiotemporal data.Assuming that tensors come in unit blocks where only the time domain changes,our proposed BID-TUCKER first slices the blocks into matrices and decomposes them via singular value decomposition(SVD).The SVDs of the time × space sliced matrices are stored instead of the raw tensor blocks to save space.When modeling from data is required at particular time blocks,the SVDs of corresponding time blocks are retrieved and incremented to be used for Tucker decomposition.The factor matrices and core tensor of the decomposed results can then be used for further data analysis.We compared our proposed BID-TUCKER with D-Tucker,which our method extends,and vanilla Tucker decomposition.We show that our BID-TUCKER is faster than both D-Tucker and vanilla Tucker decomposition and uses less memory for storage with a comparable reconstruction error.We applied our proposed BID-TUCKER to model the spatial and temporal trends of air quality data collected in South Korea from 2018 to 2022.We were able to model the spatial and temporal air quality trends.We were also able to verify unusual events,such as chronic ozone alerts and large fire events.

    KEYWORDS Dynamic decomposition;tucker tensor;tensor factorization;spatiotemporal data;tensor analysis;air quality

    1 Introduction

    Various real-world stream data come in the form of dense dynamic tensors,i.e.,time-growing multi-dimensional arrays.Accumulated over time,these data require efficient storage and efficient ondemand processing.Tensor decomposition methods have been widely used to analyze and model from unlabeled multidimensional data.Several scalable methods have been proposed for efficient tensor decomposition [1-4].There are also several dynamic tensor decomposition methods.Most dynamic tensor decomposition methods focus on the CANDECOMP/PARAFAC(CP)decomposition method[5-8].However,compared to Tucker decompositions,CP decompositions tend to produce higher reconstruction errors when the input tensors are skewed and dense[9].Therefore,recent studies have focused on dynamic Tucker decompositions [10,11].D-L1 Tucker [10] emphasizes outlier-resistant Tucker analysis of dynamic tensors,and D-TuckerO[11]focuses on the computational efficiency of dynamic Tucker decomposition.Overall,the need for efficient storage has been overlooked in previous dynamic methods,which focus on speed,accuracy,and scalability.Thus,there is still a need for scalable Tucker decomposition methods.These methods should allow efficient storage and partial on-demand modeling and analysis of dense and dynamically generated tensors.

    Our proposed Block Incremental Dense Tucker Decomposition(BID-TUCKER)method efficiently stores and decomposes,on-demand,the multi-dimensional tensor data that are dynamically generated in the form of dense tensor blocks.Each incoming tensor block is transformed into slice matrices.Each of the slice matrices is then decomposed by a singular value decomposition (SVD) method.The approach of decomposing slice matrices was proposed in D-Tucker [12] for static tensors.We extend the approach to dynamically generated tensors.We store the block-wise SVD results of the slice matrices and use them,on-demand,to decompose the original tensor blocks(Fig.1).Storing the SVD results instead of the original tensor blocks significantly reduces memory requirements.The Tucker decomposition result of the queried tensor blocks can be further analyzed and used for modeling.In this paper,we apply our method to spatiotemporal air quality tensor data and perform analysis to detect spatial and temporal trends.

    Figure 1:Storage phase and query phase of the proposed BID-TUCKER

    Our contributions are summarized as follows:

    · Propose an efficient storage method for block-wise generated tensor stream data.

    · Propose an efficient on-demand dense tensor decomposition method for queried blocks for further analysis and modeling.

    · Compare the reconstruction error and the computational speed of the proposed method with D-Tucker[12]and vanilla Tucker decomposition.

    · Apply the proposed method to Korean air quality data and show how spatial and temporal trends can be modeled.

    2 Background

    We begin by summarizing the tensor operation and the terms used in the paper.The notations and descriptions are consistent with the notations of Kolda et al.[9]and also D-Tucker[12].Table 1 lists the symbols used.

    Table 1: Table of symbols consistent with the notations of Kolda et al.[9]

    2.1 Tensor Operation

    Matricizationtransforms a tensor into a matrix.The mode-nmatricization of a tensor X ∈is denoted as X(n).The mapping from an element (i1,...,iN) of X to an element (in,j) of X(n)is given as follows:

    Given a tensor of the form X ∈,slice matricesare two-dimensional slices of the tensor defined by fixing all but two indices.For example,in a 3rdordertensor,the horizontal,lateral,and frontal slices of the tensor X ∈can be denoted asrespectively.A mode-1 matricesX(1)of a tensor X can be represented as slice matrices as follows:

    whereXl∈RI1×I2,Lis equal toI3×···×IN,and the indexlis defined using the following equation[9]:

    whereKmis the dimensionality of mode-m,N is the order of the input tensor,andequals 1 ifi-1<m.Note that on the right hand side of the Eq.(2)there is a slice matrixXldenoted by the indexl.

    N-mode productallows multiplications between a tensor and a matrix.Then-mode product of a tensor X ∈RI1×···×INwith a matrix U ∈is denoted by X×nU.The resulting tensor has the shape ofI1×···×In-1×Jn×In+1×···×IN.The element-wisen-mode product of a tensor can be written as follows:

    For more on tensor operations,please refer to a review by Kolda et al.[9].

    2.2 Block Incremental Singular Value Decomposition

    Incremental singular value decomposition(incremental SVD)is a method that generates the SVD result of a growing matrix in an incremental manner.Let X consist of two vertically concatenated blocks XAand XB.Also,let Ui,Σi,andbe the SVD result of a given matrixi.We can compute the SVD of the vertically concatenated X as follows[13]:

    2.3 Tucker Decomposition

    Our proposed method is based on one of the most popular tensor decomposition methods,the Tucker decomposition [9].Tucker decomposition decomposes tensors into factor matrices of each mode and a core tensor.Given annthorder tensor X,the Tucker decomposition approximates X to a core tensor Gand factor matricesThe core tensor G is much smaller than the input tensor X and the factor matrices A(n)are normally column orthogonal.The Tucker decomposition with tensor operations is shown as follows:

    2.4 Higher-Order Orthogonal Iteration(HOOI)Algorithm

    A widely used technique for minimizing the reconstruction error in a standard Tucker decomposition is alternating least squares (ALS) [9],which updates a single factor matrix or core tensor while holding all others fixed.Algorithm 1 describes a vanilla Tucker factorization algorithm based on ALS,calledhigher-orderorthogonaliteration(HOOI)(see[9]for details).Algorithm 1 requires the storage of a full-density matrix Y(n),and the amount of memory needed to store Y(n)isAlso,computing a singlen-mode product between an input tensor X and the factor matricesA(n),as in Eq.(8),requirestime complexity.

    As the order,the mode dimensionality,or the rank of a tensor increases,the amount of memory required grows rapidly.

    2.5 Sequentially Truncated HOSVD Algorithm

    Sequentially Truncated Higher Order SVD(ST-HOSVD)[14]calculates the HOSVD in sequentially truncated form as follows in the Algorithm(2)using randomized SVD.

    The ST-HOSVD algorithm provides a way to sequentially obtain factor matrices without the repeated mode-nproducts between the original tensor and all other factor matrices,as in line 4 of the Algorithm 1.

    3 Block Incremental Dense Tucker Decomposition

    Our proposed Block Incremental Dense Tucker Decomposition (BID-TUCKER) method assumes that only the time mode increases in dimension and dimensions remain for the rest of the modes.Our BID-TUCKER is divided into two phases (Fig.1 and Algorithm 3): the storage phase and the query phase.In the storage phase,incoming tensor blocks are stored as slice SVDs.The slice SVDs are then used in the query phase to efficiently decompose tensor blocks.In the query phase,a dense Tucker decomposition is performed on the user-specified query blocks.The decomposition results can be used for further analysis such as anomaly detection.We explain our approach for both phases in detail.

    3.1 Storage Phase

    Our storage phase,inspired by the block incremental SVD in FAST[13]and the approximation step of D-Tucker[12],provides a method to efficiently store the incoming tensor blocks.When a new tensor block arrives at the input system,the tensor is first sliced,where the two unfixed indices are time and space.Next,each of the sliced matrices is decomposed by the SVD.Only the SVD results are stored:singular values containing rectangular matricesΣs,left singular vector matrices Us,and right singular vector matrices Vs.

    Assuming there areBblocks and the SVD truncation size isR,the space requirement isO(BI1RL),whereI1is the time mode dimension andL=I3×···×INis the number of sliced matrices for the input tensor Xb∈I1×···×IN.IfO(BI1RL)is small enough,they can be stored in memory.Otherwise,the SVD results can be stored on disk for later retrieval.For our experiments,we assume that the SVD results stored in memory are used in the query phase for Tucker decomposition and analysis.

    The storage phase is described in detail in the Algorithm 4.In the storage phase,given the spatiotemporal tensor data,the first mode is selected to be time,and the second mode is selected to be space (line 1).Once the two modes are selected,they are not changed during the storage and query phases.Afterward,the data is normalized so that all mode values are scaled,and a tensor is constructed(line 2).For each of the incoming tensor blocks,slice matrices are formed using the two modes,while the indices for the remaining modes are fixed(line 3).Each of theslicematricesis further decomposed with SVD,denoted asslice-SVDs(lines 4-6).Several SVD methods can be used.For smaller and less noisy tensor blocks,exact SVD can be used.For larger,noisy data,faster low-rank SVD methods such as randomized SVDs are recommended.Randomized SVDs are fast and memory efficient,and their low-rank approximation helps remove noise.Since most of the real-world sensor data is large and noisy,we used the randomized SVDs to generate the slice SVDs.We extend this process to each new incoming block of tensors.The process is shown in the storage phase of Fig.1.

    3.2 Query Phase

    In the query phase,core tensor and factor matrices of the queried block tensors are generated on-demand.The stored slice SVDs of blocks in the query time range are retrieved and processed in two steps:initialization and iteration.First,BID-TUCKER constructs a single slice-SVDs by block-wise incrementing the slice-SVDs of the requested time blocks[S,E],which are used to initialize the factor matrices.Our BID-TUCKER then iterates over the factor matrices to find optimal cell values.The core tensor is computed after the last iteration.

    3.2.1Initialization

    The left figure in the query phase of Fig.1 shows the block-wise incremented SVDs and the initialization of our BID-TUCKER.In the block-wise increment step,the block-wise slice-SVDs are used to generate slice-SVDs that cover the entire query blocks[S,E].

    The specifics of block-wise incremented SVD are described in the following.Let[U(S,l);...;U(E,l)];be the left singular vectors of thel-th slice matrix between the start blockSand the end blockE.All left singular vectors in the requested time blocks are concatenated into the block diagonal form as in Eq.(9).

    Then thel-th slice matrix corresponding to the time query blocks[S,E]is derived in the following:

    The next step in the initialization process is to initialize the cell values for the factor matrices and the core tensor of the query time range for efficient computation.There are two factors to consider when initializing.The first factor is that we do not want to refer to the original tensor values since we discard them after the storage phase.The second factor is that we want to initialize well so that the number of iterations required in the alternating least squares(ALS)procedure is minimal.D-Tucker[12]provides a way to decompose the tensor blocks with slice SVDs,which addresses both purposes.The method showed tolerable reconstruction error and a reduced number of iterations in ALS[12].In fact,our factor matrix initialization and iteration steps follow the initialization and iteration phases of the D-Tucker[12],modified higher-order orthogonal iteration(HOOI)algorithm(Algorithm 1).We rewrite them here for clarity of the proposed BID-TUCKER.

    The computational bottleneck of naive HOOI is the computation of a singlen-mode product between the input tensor X and the factor matrices (line 4 of Algorithm 1).Again,there are two problems with the naive HOOI approach: it requires the input tensor X and the space complexity is high.Fortunately,the input tensor X can be approximated with the stored slice SVDs for each block without reconstruction,which also improves the time and space complexity.This is possible by approximating the mode-ntensor with slice matrices and replacing the regular higher-order singular value decomposition(HOSVD)approach used in regular HOOI(lines 5 and 8 of Algorithm 1)with the sequentially truncated higher-order singular value decomposition (ST-HOSVD) [14] approach.ST-HOSVD sequentially assigns the truncated left singular vector matrix of the mode-ntensor as the mode-nfactor matrix.first mode More specifically,the first mode factor matrixA(1)can be obtained by first representing the mode-1 tensorX(1)as follows:

    whereLis equal toI1×..×IN,lis as defined in Eq.(3),UΣVTis the SVD result of[U1Σ1;...;UlΣl;...;ULΣL],andblkdiagis the block diagonal form of right singular vectorsVls similar to Eq.(9).With the above mode-1 tensor X(1)representation and application of ST-HOSVD,we can obtain the initial factor matrix for the first mode as A(1)=U(line 8).

    The initialization of the mode-2 factor matrix A(2)also follows the ST-HOSVD and respects the order of the tensor operations.As with the first mode factor matrix,A(2)is initialized to be the left singular vectors of the mode-2 matrices of X×1A(1),but without explicit reconstruction of X as in Eq.(12).

    whereY(2),inter=A(1)T[U1;...;Ul;...;UL],Lis equal toI3×···×IN,blkdiagis a block diagonal matrix.Transforming the right-most equation in Eq.(12) toand taking the left singular vectors from mode-2 matricized from gives the initial values for A(2)(lines 9-11).

    Initialization of the mode-3 factor matrix A(3),following the ST-HOSVD,is also similar.As with the mode-1 and mode-2 factor matrice,A(3)is initialized to be the left singular vectors of mode-3 matricization of X×1A(1)×2A(2)again without explicit reconstruction of X as in Eq.(13).

    whereY(2),inter=A(1)T[U1;...;Ul;...;UL],Lis equal toI3×···×IN,blkdiagis a block diagonal matrix.Reshaping the rightmost equation in Eq.(13) toand taking left-singular vectors from mode-3 matricized from gets the initial values for A(3)(lines 15,16,19).

    The remaining modesi=4,...,Nfollowing the ST-HOSVD can also be initialized by taking the left singular vectors of mode-iin the matricized form of X ×1A(1)T×2A(2)T×i-1A(i-1)T(line 13).For efficient computation,D-Tucker[12]avoids redundant computation by finding the recursive computation pattern of Yprev×i-1A(i-1)T.That is,the recursive computation of Yprevto mode-3(line 15)is just the mode-i-1 product between Yprevand A(i-1)T(line 18).

    3.2.2Iteration

    After initialization,to reduce reconstruction error,ALS is performed over the factor matrices to generate optimal cell values for factor matrices A(i)(i=1...N).We follow the iteration procedure of the D-Tucker[12],which follows the HOOI iteration process that(1)approximates the original tensor X with stored SVD results(2)carefully arranges the update for the first-and the second-factor matrices by utilizing SVD results and their transpose(3)and avoid duplicate calculations of the intermediate tensor.

    The overall ALS iteration process is shown in Algorithm 6,which we describe in detail.Again,the algorithm and description follow those of D-Tucker[12]which is an approximate form of the HOOI Algorithm 1.HOOI constructs an intermediate tensor that Y byn-mode products of the original tensor and the factor matrices,except for the factor matrix that is to be updated.D-Tucker approximates this process for the updated first-factor matrix by computing the approximate of X×2A(2)Twith the previous factor matrix A(2)Tand transposing the SVD of stitched matrices(lines 3-5).Then,the rest of the factor matrices are multiplied normally (line 10),prior to the factor matrix update (line 11).The second-factor matrix is updated similarly(lines 7-11).Prior to the update of the rest of the factor matrices,intermediate tensor Yprevthat approximates X×1A(1)T×2A(2)Tis calculated for repeated reuse(lines 13,14).Then the algorithm follows the same procedure as the HOOI (lines 16-17).Standard SVD is used for finding the leading singular vector ofY(i)(lines 11,17).

    3.3 Complexity Analysis of BID-TUCKER

    To simplify the theoretical analysis of our BID-TUCKER,we assume that the ranks of the output tensor are allJdimensional and that the dimensionality of a block of the input tensor is as follows:the dimension of the time mode isIand the dimension of remaining modes are allK,whereI≤K≤J>0.

    Thestorage phase takesO(BI2KN-2)time andO(BIRKN-2)space to process and storeBblocks of theNthorder input tensor Xb∈I×K×···×K.Because the randomized SVD takes[15]time,and the randomized SVD is performed on each of theL=KN-2slice matrices for a block of the input tensor.The space requirement for the storage phase,given the SVD rankR,isO((IR+RR+KR)KN-2),sinceIR,RR,KRstand for the sizes of the left singular vectors,the singular values,and the right singular vectors of each of theKN-2sliced matrices.The space complexity can be simplified toO(IRKN-2).

    Thequery phasetakesO(MNZIKN-2J2)time andO(ZIKN-2J)space,whereIis the dimensionality of the input tensor,Jis the output rank,Zis the number of tensor time blocks processed,Mis the number of iterations,andNis the order of the input tensor.The query phase analysis of BID-TUCKER largely follows the complexity analysis of D-Tucker,which takesO(IKN-2J2) time for initialization,O(MNIKN-2J2)time for iteration,andO(IKN-2J)space for processing a single block,B=Z=1,of the input tensor[12].

    4 Anomaly Detection via Tensor Decomposition

    After obtaining the core tensors and factor matrices of the desired time range[S,E],they can be used for spatial and temporal analysis.For the temporal analysis,we focus on finding unusual events.To do this,we define the anomaly score and the anomaly threshold based on the clusters of the time mode factor matrix.In a time mode factor matrix,a row contains latent values for the corresponding time point.Finding time-wise anomalies means finding unusual air quality that covers wide locations and features that differ from normal times.

    Theanomaly score:for each row of the time mode factor matrix is calculated by computing the minimum distance-to-centroid after clustering the row vectors.An appropriate clustering method can be selected after examining the distribution of the row vectors.We used k-means clustering but other clustering methods can be used.Then,for each cluster,a centroid vector ci∈C is constructed fori=1...K,whereKis the number of clusters.Given a row vector v,the anomaly score is then defined as the distance of the vector to the nearest cluster.Specifically,we used the following score based on Euclidean distance:

    Different distance measurements can be used.

    Theanomaly thresholdcan be selected,after calculating the anomaly scores,to detect unusual events.Since the distribution of distances follows the Gaussian distribution,we use unbiased estimates of the Gaussian distribution,i.e.,the meanμand the varianceσ,to set the threshold.That is,the thresholdTis calculated as the two standard deviations 2σfrom the meanμof the anomaly values as follows:

    We setA=2 and consider events with a higher anomaly score thanTto be unusual.However,to detect more extreme anomalies,a largerAvalue can be used.

    5 Experiments and Results

    We first describe our data set and the experimental setup.We then performed experiments to answer the following questions:

    · Ablation Study:How does the error change due to SVD truncation sizes and Tucker ranks in our proposed BID-TUCKER?

    · Scalability Test: How scalable is our proposed method compared to D-Tucker and vanilla Tucker decomposition?

    · Application:What are the spatial and temporal properties of the air quality tensor that can be revealed by our proposed BID-TUCKER?

    5.1 Data Set and Experimental Setting

    First,we describe the data preparation and experimental setup.

    AirQuality Stream Data:We used Korean air quality data1https://www.airkorea.or.kr/from 2018.01.01 to 2022.12.31(41616-time points)to construct a 3rd-order temporal tensor for various spatial and temporal analyses.The Air Korea Air Quality Center measures and records particulate matter and air pollutants every hour from widely covered regions of South Korea,including remote islands.There are a total of 629 local monitoring stations with six types of measurements.The six types of measurements are ultrafine particulate matter (PM2.5;μgm2(1 h)),fine particulate matter (PM10;μgm2(1 h)),ozone (O3;parts per million (ppm)),nitrogen dioxide (NO2;ppm),carbon monoxide (CO;ppm),and sulfur dioxide(SO2;ppm).

    Constructing Air Quality Tensor:After obtaining the raw air quality data,we constructed a spatiotemporal tensor.

    First,a min-max normalization was performed for each measurement type after missing values were handled.Missing value handling is important in Tucker decomposition methods that use SVDs,where each input cell value is used to find the singular vectors and values.A small number of missing values can either be filled with zero or interpolated with mean values.When a large amount of data is missing.Then the resulting singular vectors and values may be misleading.Thus,for stations with less than 10%missing values,we filled the missing values with the average value of the corresponding normalized air quality measurement type for the corresponding station.Stations with more than 10%missing values were removed,leaving 316 stations.

    We then constructed a 3rdorder tensor,where the modes are (time,location,type).Overall,the shape of the obtained (time,location,type) indexed air quality tensor was (41616,316,6).In the experiment,we assumed that the tensor blocks are generated weekly for each hour (7*24=168),so the incoming blocks were set to tensors with a shape of(168,316,6).

    Experiment Settings:The study was conducted on a 12-core Intel(R)Core(TM)i7-6850K CPU@3.60 GHz.The following libraries were used with Python version 3.10:NumPy version 1.23.5,scikitlearn version 1.2.1,Pytorch 2.0.0,and Tensorly 0.8.1.

    5.2 Ablation Study

    There are two hyperparameters in the BID-TUCKER:SVD truncation size and Tucker ranks.In the first ablation study,the SVD truncation size was varied and the corresponding normalized reconstruction error was measured to observe the effect of the SVD truncation size on the overall reconstruction error.In the second ablation study,Tucker ranks were varied,and normalized reconstruction errors were measured to evaluate the effect of rank sizes on overall reconstruction error.The normalized reconstruction error was calculated as||Xorg-Xrecon||F/||Xorg||F.Again,we assumed that the air quality tensor of(41616,316,6)comes in a tensor stream of the form(168,316,6).

    Fig.2 (left) in the blue straight line shows the normalized reconstruction error as the SVD truncation sizes increase from 5 to 50 in the storage phase of the proposed BID-TUCKER.In this test,the Tucker rank was set at(30,30,6).The normalized error started to decrease slowly after the size of 20.Unless otherwise specified,the SVD truncation size was set to 20 in the remaining experiments.

    Figure 2:Normalized reconstruction error in blue solid lines and query processing time in red dotted lines over SVD truncation size with tensor ranks(30,30,6)(left)and tensor rank in the form of(x,x,6)with SVD truncation size 20(right)

    The Fig.2(right)in the blue straight line shows the normalized reconstruction error for different Tucker rank tuples.The tensor ranks for thetimeandlocationmodes were set equal.The rank for thetypemode was set to 6.The ranks were varied from(5,5,6)to(80,80,6)in increments of 5.A rank size of 30 showed a low error for the air quality tensor.Unless otherwise specified,the Tucker ranks were set to(30,30,6)in the remaining experiments.

    5.3 Scalability Test

    In the scalability test,we first tested the scalability according to the SVD truncation size and the Tucker rank.Fig.2(left)in the red dotted lines shows the query processing time as the SVD truncation sizes increase from 5 to 50.The time complexity increased linearly as the SVD truncation size increased.Fig.2(right)in the red dotted lines shows the query processing time for different Tucker ranks.The Tucker ranks for thetimeandlocationmodes were set equal,and the rank for thetypemodes was set to 6.The ranks were varied from(5,5,6)to(80,80,6),increasing by 5.The processing time increased in a near quadratic form which is also evident from the complexity analysis(Section 3.3)that shows the complexity to be proportional to theJ2whereJis the Tucker rank.

    In the second part of the scalability test,we answer the question of how scalable our proposed BID-TUCKER is compared to D-Tucker and regular Tucker decomposition.We varied the input tensor sizes and computed the error and query processing time for the proposed BID-TUCKER,D-Tucker,and HOOI-based vanilla Tucker decomposition.Fig.3 shows the normalized reconstruction error on the left and the query processing time on the right.We can see from the left plot that all three methods have similar reconstruction errors.However,as we can see from Fig.3(left)that the error differences are small,less than 0.001.With the comparable loss,we then looked at how scalable each method is to the size of the input tensor.

    Figure 3: Comparison of normalized reconstruction error (left) and query processing time (right)of dynamically dense tucker decomposition (DDT) with D-tucker and HOOI-based vanilla tucker decomposition over different tensor sizes.The x axis is the length of the time mode for the input tensor,where the location mode dimension is fixed to 316 and the type mode dimension is fixed to 6

    For a fair comparison,we included the processing time for both the storage and query phases and set the query range to the full range for our BID-TUCKER.Fig.3(right)shows that our proposed BID-TUCKER significantly outperformed vanilla Tucker and showed a lower growth rate compared to D-Tucker.The lower growth rate compared to D-Tucker comes from efficiency grained by block incremental SVD used in the storage phase.

    Overall,our proposed method scales better than the compared methods,with a tolerable error difference.

    5.4 Modeling Annual Trends of Korean Air Quality

    We describe our analysis results for the Korean air quality data.First,we used the time mode factor matrix to experiment with whether we could detect unusual air quality.Then,we analyzed whether our method could detect regional similarities in air quality by analyzing the location mode factor matrix.

    Temporal Modeling and Anomaly Detection:We clustered the time mode factor matrix of the decomposed air quality tensor for modeling the temporal trends and detecting unusual air quality events in Korean air quality.Specifically,we used the time mode factor matrixAT∈R(41616×30)over the entire data period from the year 2018 to 2022 over the latent dimensions to perform k-means clustering.The optimalk=3 was found by the elbow method,which plots the within-cluster sum of squares (WCSS) against the cluster sizek(Fig.4 (left)).Fig.4 (right) shows the clustering result visualized by t-SNE(t-distributed stochastic neighbor embedding),where each color corresponds to a cluster.

    Figure 4:Temporal analysis of air quality data using k-means.The elbow method is used and plotted on the left to find optimal clusters of size three,the color-coded cluster distribution is plotted using t-SNE on the right

    The three clusters map well to Korea’s four seasons,each of which has its own characteristics.Specifically,Cluster 1(yellow)maps mainly to summer periods when temperatures and humidity are high nationwide.Ozone alerts are often issued during this time.Cluster 2 (red) mostly maps to the spring and fall seasons.Yellow dust and fine particle alerts are common during this time.Cluster 3 (purple) was mainly associated with the winter seasons.This period is characterized by cold,dry weather across the country,with occasional fine particle alerts.

    To detect unusual air quality over time,we calculated anomaly scores as described in Section 4 using the Euclidean distance to the nearest cluster centroid of the time mode factor matrix.We considered anomaly scores above themean+2×standarddeviationto be unusual events.The vertical line in Fig.5 corresponds to the threshold.We took a closer look at some of the unusual time points to see if there were any notable events in the news that could have led to the time point having a high anomaly score.

    We found two interesting items,chronic ozone alerts issued during the late spring and early summer periods and large fire events.The period from May to August between the years 2019 to 2022 contains several days with unusually high ozone levels2List of days and times of ozone alerts issued:2019-05-23 25,2019-06-19 21,2019-08-02 05,2019-08-18 20,2020-06-06 09,2020-07-16 17,2020-08-18 21,2021-05-13 19,2021-06-05 09,2021-06-20 25,2021-07-20 24,2022-05-23 25,2022-06-20 22,2022-07-10 16,2022-07-25 26..The time of high ozone concentration was between 13:00 and 17:00.The high ozone concentration during these periods occurred between 13:00 and 17:00,and the concentrations were two to three times higher than on normal days.These chronic events are marked in red in Fig.5.

    Figure 5:Temporal anomaly score plot with threshold and selected events.The x axis is the time points in chronological order from 2018-01-01 to 2022-12-31.The vertical line is the threshold at t=mean+2×standarddeviation.Red marks denote chronic high ozone concentration events.Blue marks denote the two construction fire events.Organ marks denote several forest fire events

    For fire events,we found several.Two marked cases are as follows: large construction fires and forest fire events.On December 28,2018,there were two construction fires: the Jeonbuk sewage treatment plant fire on 2018-12-28 between 7:00 and 8:00,and the Busan factory fire on 2018-12-28 between 1:00 and 3:00.The anomaly values mean the effect of the fires on air quality lasted for a few days after the events.These events are marked in blue in Fig.5.We also confirmed that large forest fires were detectable by the anomaly values.During the period from March 04,2022 to March 11,2022,there were several small and large fire events throughout the east coast of South Korea.The forest fire events are marked in orange in Fig.5.

    In addition,Fig.5 shows that there is a difference in the pattern of anomaly values before and after the COVID-19 pandemic break.Before the pandemic break in December 2019,there were much more high peaks of anomaly air quality than during the pandemic.We speculate that this is related to the decrease in factory and vehicle utilization rates in and around nations during the pandemic.

    Spatial Modeling:For the spatial modeling based on the air quality tensor,we performed K-means clustering on the location mode factor matrix AL∈R316×30.Similar to the temporal analysis,we selected the optimalk=3 using the elbow method(Fig.6a)and visualized the clustering result using t-SNE(Fig.6b).

    For each of the three clusters,we found distinct local similarities,which we list below.Cluster 1 (yellow) corresponded to the metropolitan areas,including Seoul and Incheon.Cluster 2 (purple)corresponded to the eastern half of South Korea,which is known to have better overall air quality throughout the year.The eastern half is mostly mountainous.Cluster 3 (red) corresponded to the western half of South Korea,which is known to have poor overall air quality compared to the eastern half,even in rural areas.The western half has fewer mountains and more plains.

    Figure 6: Spatial analysis of air quality data using k-means.The elbow method is used and plotted on the left to find optimal clusters of size three,the color-coded cluster distribution is plotted using t-SNE on the right

    6 Conclusion

    Recognizing the need for efficient storage of spatiotemporal stream data in dynamic modeling,we proposed Block Incremental Dense Tucker Decomposition(BID-TUCKER),which can provide efficient storage and on-demand Tucker decomposition results.Our BID-TUCKER can be applied to any tensor data that comes in tensor blocks where the dimensions of modes stay the same except for the time mode.We also assume only partial time-ranged data needs to be analyzed and modeled.Our BID-TUCKER stores the singular value decomposition(SVD)results of each sliced matrix of a tensor block instead of the original tensor.The SVD results of each time block are concatenated by block incremental SVD[13] and used to initialize the Tucker decomposition[12].We have applied our BID-TUCKER to the Korean Air Quality data for modeling the air quality trends.When applying it to the air quality tensor,we provided an approach to find the optimal SVD truncation size and Tucker rank.We used the same optimal setting to compare and show benefits in the error rate and scalability of our BIDTUCKER to that of D-Tucker,which is an efficient Tucker decomposition method that our BID-TUCKER extends,and the vanilla Tucker method,which is known to give the best error although not efficient.We further applied our BID-TUCKER on the air quality tensor to model the air quality trends and detect unusual events.Also,we were able to verify that there are spatial similarities in the air qualities.Overall,we conclude that our proposed BID-TUCKER was able to provide efficient storage and Tucker decomposition results on-demand for time block tensors.Although we only applied the BID-TUCKER to the air quality tensor,it can be applied to various multi-dimensional spatiotemporal data,and the post-decomposition analysis process can be used for modeling spatial and temporal trends.

    Acknowledgement:The authors wish to express their appreciation to the reviewers for their helpful suggestions which greatly improved the presentation of this paper.

    Funding Statement:This work was supported by the Institute of Information&Communications Technology Planning&Evaluation(IITP)grant funded by the Korean government(MSIT)(No.2022-0-00369)and by the National Research Foundation of Korea Grant funded by the Korean government(2018R1A5A1060031,2022R1F1A1065664).

    Author Contributions:The authors confirm their contribution to the paper as follows:study conception and design: S.Lee,L.Sael;data collection: H.Moon;analysis and interpretation of results: S.Lee,H.Moon,L.Sael;draft manuscript preparation:S.Lee,H.Moon,L.Sael.All authors reviewed the results and approved the final version of the manuscript.

    Availability of Data and Materials:The Korean Air Quality Data has been obtained through the Air Korea Insitute portal at https://www.airkorea.or.kr/.Our codes for BID-TUCKER and D-Tucker,written in Python,are provided in the GitHub https://github.com/Ajou-DILab/BID-Tucker.

    Conflicts of Interest:The authors declare that they have no conflicts of interest to report regarding the present study.

    美女中出高潮动态图| 最黄视频免费看| 各种免费的搞黄视频| 黄色怎么调成土黄色| 国产老妇伦熟女老妇高清| 中文字幕免费在线视频6| 免费看不卡的av| 纵有疾风起免费观看全集完整版| 97超视频在线观看视频| 精品卡一卡二卡四卡免费| 999精品在线视频| 国产成人午夜福利电影在线观看| 只有这里有精品99| 久久人人爽人人爽人人片va| 国产老妇伦熟女老妇高清| 国产一区有黄有色的免费视频| 一级爰片在线观看| 美女脱内裤让男人舔精品视频| 五月伊人婷婷丁香| 亚洲欧美日韩卡通动漫| 啦啦啦啦在线视频资源| 十八禁网站网址无遮挡| 亚洲美女黄色视频免费看| 91久久精品国产一区二区三区| a级毛片黄视频| tube8黄色片| 国产男女超爽视频在线观看| 男人操女人黄网站| 一本色道久久久久久精品综合| 男女边吃奶边做爰视频| 欧美国产精品一级二级三级| 久久影院123| 国精品久久久久久国模美| av电影中文网址| 亚洲精品第二区| 99久久人妻综合| 精品人妻在线不人妻| 精品久久久噜噜| 王馨瑶露胸无遮挡在线观看| 简卡轻食公司| 狂野欧美激情性bbbbbb| 性色av一级| 久久精品国产亚洲网站| 国产精品久久久久久久久免| av在线app专区| 丝袜喷水一区| 成人二区视频| 亚洲不卡免费看| 自线自在国产av| 黄色欧美视频在线观看| 国产伦理片在线播放av一区| 久久久久国产网址| 精品熟女少妇av免费看| 亚洲激情五月婷婷啪啪| 一区在线观看完整版| 99久久中文字幕三级久久日本| 国国产精品蜜臀av免费| 九色成人免费人妻av| 免费大片18禁| 亚洲四区av| 在线观看www视频免费| 观看美女的网站| 满18在线观看网站| 欧美老熟妇乱子伦牲交| 狠狠婷婷综合久久久久久88av| 一级,二级,三级黄色视频| 久久久久视频综合| 91精品国产国语对白视频| 最近的中文字幕免费完整| 黑人巨大精品欧美一区二区蜜桃 | 国产精品女同一区二区软件| 欧美日韩国产mv在线观看视频| 狂野欧美白嫩少妇大欣赏| 久久久精品区二区三区| av在线app专区| 亚洲,欧美,日韩| 成人手机av| 在线观看美女被高潮喷水网站| 欧美丝袜亚洲另类| 久久久久久久久久久免费av| 亚洲精品乱久久久久久| 最近的中文字幕免费完整| 国产成人午夜福利电影在线观看| 精品国产乱码久久久久久小说| 国产成人a∨麻豆精品| 高清毛片免费看| 国产成人精品福利久久| 在线观看三级黄色| a级毛片黄视频| 两个人免费观看高清视频| 男女边摸边吃奶| 18禁在线播放成人免费| 伊人久久国产一区二区| 国产熟女欧美一区二区| a级毛片免费高清观看在线播放| 国产亚洲精品久久久com| 精品久久久噜噜| av网站免费在线观看视频| 国产亚洲午夜精品一区二区久久| 亚洲精品456在线播放app| 伦理电影大哥的女人| 久久久久久久久大av| 大香蕉97超碰在线| 精品一区二区三卡| 黄片无遮挡物在线观看| 国产免费一区二区三区四区乱码| 欧美变态另类bdsm刘玥| 国产欧美日韩综合在线一区二区| 大片免费播放器 马上看| 在线观看人妻少妇| 蜜臀久久99精品久久宅男| 国产综合精华液| 99热这里只有精品一区| 亚洲精品aⅴ在线观看| 精品国产乱码久久久久久小说| 狂野欧美激情性xxxx在线观看| 精品久久久精品久久久| 亚洲精品日本国产第一区| 熟妇人妻不卡中文字幕| 欧美老熟妇乱子伦牲交| 满18在线观看网站| 一区二区av电影网| 亚洲av电影在线观看一区二区三区| 国产精品久久久久成人av| 晚上一个人看的免费电影| 少妇被粗大的猛进出69影院 | 男女无遮挡免费网站观看| 久久精品人人爽人人爽视色| 日韩人妻高清精品专区| 一区在线观看完整版| 日日撸夜夜添| 18禁在线播放成人免费| a级毛片黄视频| 精品视频人人做人人爽| 国产毛片在线视频| 国产免费一级a男人的天堂| 日本vs欧美在线观看视频| 久久综合国产亚洲精品| 国产精品熟女久久久久浪| 欧美丝袜亚洲另类| 国产精品麻豆人妻色哟哟久久| 看十八女毛片水多多多| 边亲边吃奶的免费视频| 99热网站在线观看| 成人漫画全彩无遮挡| av女优亚洲男人天堂| 乱码一卡2卡4卡精品| www.av在线官网国产| 午夜日本视频在线| 大码成人一级视频| 大片免费播放器 马上看| 欧美日韩亚洲高清精品| 亚洲无线观看免费| 精品人妻偷拍中文字幕| 一级片'在线观看视频| 午夜福利影视在线免费观看| 久久久欧美国产精品| 日本色播在线视频| 国产 精品1| 久久av网站| 免费播放大片免费观看视频在线观看| 春色校园在线视频观看| 国产精品不卡视频一区二区| 十分钟在线观看高清视频www| 熟女人妻精品中文字幕| 久久久国产精品麻豆| 国产一区亚洲一区在线观看| 嘟嘟电影网在线观看| 国产精品久久久久久久电影| 91久久精品国产一区二区三区| 中文字幕亚洲精品专区| 精品人妻偷拍中文字幕| 最后的刺客免费高清国语| h视频一区二区三区| 国产精品偷伦视频观看了| 少妇猛男粗大的猛烈进出视频| 国产成人精品一,二区| 日韩av在线免费看完整版不卡| 日日爽夜夜爽网站| 国产日韩欧美在线精品| 只有这里有精品99| 精品一区二区三区视频在线| 伦精品一区二区三区| 我的女老师完整版在线观看| 国产无遮挡羞羞视频在线观看| 夫妻性生交免费视频一级片| 一级二级三级毛片免费看| 丝瓜视频免费看黄片| 亚洲精品aⅴ在线观看| 日本爱情动作片www.在线观看| 亚洲精品一区蜜桃| 久久99蜜桃精品久久| 国产免费一区二区三区四区乱码| 日韩欧美一区视频在线观看| 少妇人妻久久综合中文| 韩国av在线不卡| 老司机影院毛片| 精品久久国产蜜桃| 亚洲美女搞黄在线观看| 街头女战士在线观看网站| 午夜91福利影院| 免费看不卡的av| 日本vs欧美在线观看视频| 午夜激情福利司机影院| 日本免费在线观看一区| 校园人妻丝袜中文字幕| 久久久精品免费免费高清| 亚洲色图 男人天堂 中文字幕 | 男人爽女人下面视频在线观看| 国产一区二区三区综合在线观看 | 女性被躁到高潮视频| 十八禁网站网址无遮挡| 国产亚洲最大av| 自线自在国产av| 亚洲激情五月婷婷啪啪| 在现免费观看毛片| 国产成人精品福利久久| 黑人欧美特级aaaaaa片| 青春草视频在线免费观看| 国产 一区精品| 能在线免费看毛片的网站| 国产又色又爽无遮挡免| 自拍欧美九色日韩亚洲蝌蚪91| 蜜桃国产av成人99| 男女啪啪激烈高潮av片| 午夜福利影视在线免费观看| 女性生殖器流出的白浆| 人人妻人人添人人爽欧美一区卜| 久热这里只有精品99| 26uuu在线亚洲综合色| 欧美精品亚洲一区二区| 夜夜看夜夜爽夜夜摸| 国产精品女同一区二区软件| av视频免费观看在线观看| 亚洲欧洲国产日韩| 免费看av在线观看网站| 男女啪啪激烈高潮av片| 国产精品嫩草影院av在线观看| 十八禁网站网址无遮挡| 国产高清国产精品国产三级| 欧美97在线视频| 日本午夜av视频| 男人爽女人下面视频在线观看| 女性生殖器流出的白浆| 校园人妻丝袜中文字幕| 日韩成人伦理影院| 一级a做视频免费观看| 国产爽快片一区二区三区| 男女边摸边吃奶| 插阴视频在线观看视频| 人人妻人人澡人人爽人人夜夜| 成人18禁高潮啪啪吃奶动态图 | 又大又黄又爽视频免费| 青春草国产在线视频| av.在线天堂| 亚洲精品av麻豆狂野| 久久毛片免费看一区二区三区| 99久久中文字幕三级久久日本| 国产一级毛片在线| 国产极品天堂在线| 国产 精品1| 九九在线视频观看精品| 在线观看免费高清a一片| 热99久久久久精品小说推荐| 一边亲一边摸免费视频| 国产高清三级在线| 精品久久久久久电影网| 欧美3d第一页| 婷婷色麻豆天堂久久| 高清欧美精品videossex| 不卡视频在线观看欧美| 成人漫画全彩无遮挡| 免费人成在线观看视频色| 一区二区av电影网| 99热这里只有精品一区| 欧美bdsm另类| 久久久久久久大尺度免费视频| 久久热精品热| 久久久久网色| 日本黄大片高清| 美女内射精品一级片tv| 国产在线免费精品| 久久久久久久精品精品| 久久av网站| 日韩熟女老妇一区二区性免费视频| www.色视频.com| 精品一区二区三区视频在线| 国产淫语在线视频| 两个人的视频大全免费| 丰满乱子伦码专区| 妹子高潮喷水视频| 国产在线免费精品| 成人国语在线视频| 久久久久国产精品人妻一区二区| 日日摸夜夜添夜夜添av毛片| 五月伊人婷婷丁香| 亚洲精品国产av成人精品| h视频一区二区三区| 欧美精品一区二区免费开放| 美女内射精品一级片tv| 国产日韩欧美在线精品| 国产精品国产三级专区第一集| 久久国产亚洲av麻豆专区| 亚洲av成人精品一区久久| 视频在线观看一区二区三区| 成年人午夜在线观看视频| 精品国产露脸久久av麻豆| 久久97久久精品| 亚洲国产精品999| 国国产精品蜜臀av免费| 日韩一区二区视频免费看| 日韩大片免费观看网站| 免费黄频网站在线观看国产| 99热网站在线观看| 欧美成人午夜免费资源| 日韩精品有码人妻一区| 国产精品久久久久久精品古装| 男的添女的下面高潮视频| 99久久精品国产国产毛片| 亚洲人成77777在线视频| 久久97久久精品| 欧美+日韩+精品| 激情五月婷婷亚洲| 亚洲丝袜综合中文字幕| 18禁裸乳无遮挡动漫免费视频| av线在线观看网站| 草草在线视频免费看| 国产一级毛片在线| 成人手机av| 国产乱来视频区| 男女啪啪激烈高潮av片| 免费黄色在线免费观看| 国产精品国产三级专区第一集| 丝袜脚勾引网站| 夜夜看夜夜爽夜夜摸| 久久午夜福利片| 在线精品无人区一区二区三| av在线观看视频网站免费| 国产永久视频网站| 久久人人爽av亚洲精品天堂| 国产在线一区二区三区精| 91久久精品电影网| 国产成人av激情在线播放 | 亚洲无线观看免费| 国产成人av激情在线播放 | 午夜久久久在线观看| 精品人妻一区二区三区麻豆| 亚洲av.av天堂| 99热这里只有精品一区| 亚洲欧洲国产日韩| 中文字幕免费在线视频6| 欧美日韩精品成人综合77777| 久久久久久久久久成人| 黄色欧美视频在线观看| 国产精品免费大片| 午夜福利视频在线观看免费| 中国三级夫妇交换| 日韩视频在线欧美| 777米奇影视久久| 午夜福利视频在线观看免费| 在线观看三级黄色| 午夜免费观看性视频| 又粗又硬又长又爽又黄的视频| 国产色爽女视频免费观看| 99热网站在线观看| 国产一区有黄有色的免费视频| 一本—道久久a久久精品蜜桃钙片| 91成人精品电影| 99久久中文字幕三级久久日本| 国产亚洲精品第一综合不卡 | 一区二区三区乱码不卡18| 99国产综合亚洲精品| 一区二区三区免费毛片| 免费观看在线日韩| 国产老妇伦熟女老妇高清| 我的老师免费观看完整版| 欧美 亚洲 国产 日韩一| 夜夜看夜夜爽夜夜摸| 久久国内精品自在自线图片| 亚洲av日韩在线播放| 大香蕉97超碰在线| 国产精品 国内视频| 丝袜脚勾引网站| 久久免费观看电影| 在线观看www视频免费| 国产精品一国产av| 三上悠亚av全集在线观看| 人人妻人人澡人人看| 18禁观看日本| 中国三级夫妇交换| 在线观看免费视频网站a站| 亚洲欧洲日产国产| 人妻一区二区av| 天堂8中文在线网| 一个人看视频在线观看www免费| 久久人人爽av亚洲精品天堂| 精品酒店卫生间| 毛片一级片免费看久久久久| 欧美日韩综合久久久久久| 婷婷色综合www| 大话2 男鬼变身卡| 亚洲五月色婷婷综合| 2022亚洲国产成人精品| 国产无遮挡羞羞视频在线观看| 欧美日韩在线观看h| 欧美亚洲日本最大视频资源| 少妇丰满av| 精品亚洲乱码少妇综合久久| xxx大片免费视频| 秋霞伦理黄片| 国产视频首页在线观看| 色5月婷婷丁香| 久久精品久久精品一区二区三区| 国产男女超爽视频在线观看| 在线 av 中文字幕| 久久久午夜欧美精品| 国产精品一二三区在线看| 日本午夜av视频| 亚洲不卡免费看| 色吧在线观看| 久久久精品免费免费高清| 制服人妻中文乱码| 少妇高潮的动态图| 王馨瑶露胸无遮挡在线观看| 三级国产精品欧美在线观看| 午夜激情福利司机影院| 五月伊人婷婷丁香| 91成人精品电影| 久久人人爽人人爽人人片va| 欧美激情 高清一区二区三区| 精品少妇久久久久久888优播| 成人免费观看视频高清| 婷婷色综合www| 欧美精品一区二区大全| 久久久久国产精品人妻一区二区| 亚洲精品日韩av片在线观看| av黄色大香蕉| 国产精品三级大全| 伊人久久精品亚洲午夜| 丰满少妇做爰视频| 久久久亚洲精品成人影院| 啦啦啦啦在线视频资源| 精品久久久久久电影网| 成年女人在线观看亚洲视频| 国产日韩一区二区三区精品不卡 | 精品久久国产蜜桃| 99re6热这里在线精品视频| 国精品久久久久久国模美| 久久女婷五月综合色啪小说| 中文乱码字字幕精品一区二区三区| 国产精品 国内视频| 免费看av在线观看网站| 亚洲国产精品专区欧美| 99久久精品一区二区三区| 久久影院123| 国产在线免费精品| 色婷婷久久久亚洲欧美| 国产极品天堂在线| 黑人巨大精品欧美一区二区蜜桃 | 五月天丁香电影| 这个男人来自地球电影免费观看 | 中文欧美无线码| 十分钟在线观看高清视频www| 日韩制服骚丝袜av| 久久久精品区二区三区| 亚洲一区二区三区欧美精品| 人妻少妇偷人精品九色| 日本免费在线观看一区| 性色avwww在线观看| 亚洲经典国产精华液单| 黄色怎么调成土黄色| 国产伦理片在线播放av一区| 一级毛片电影观看| 亚洲精品久久成人aⅴ小说 | 晚上一个人看的免费电影| 国产成人免费观看mmmm| 亚洲国产毛片av蜜桃av| 久久午夜综合久久蜜桃| .国产精品久久| 国产精品久久久久久精品电影小说| 一区二区三区精品91| 狠狠精品人妻久久久久久综合| 亚洲精品乱久久久久久| 亚洲精品一二三| 高清不卡的av网站| 欧美xxⅹ黑人| 国产无遮挡羞羞视频在线观看| 少妇人妻 视频| 大又大粗又爽又黄少妇毛片口| 亚洲欧洲日产国产| 日韩,欧美,国产一区二区三区| 成人无遮挡网站| 人成视频在线观看免费观看| 香蕉精品网在线| 十分钟在线观看高清视频www| 少妇被粗大的猛进出69影院 | 久久国内精品自在自线图片| 一区二区三区精品91| 亚洲国产精品国产精品| 一级a做视频免费观看| 国产一区二区三区综合在线观看 | 国产色婷婷99| 免费大片18禁| 欧美三级亚洲精品| 一级黄片播放器| 美女主播在线视频| 国产成人精品一,二区| 久久ye,这里只有精品| 伊人久久精品亚洲午夜| 在现免费观看毛片| 成人黄色视频免费在线看| 久久久国产欧美日韩av| 美女xxoo啪啪120秒动态图| 大陆偷拍与自拍| 久久人人爽人人片av| 免费播放大片免费观看视频在线观看| 在线观看免费视频网站a站| 91在线精品国自产拍蜜月| 制服丝袜香蕉在线| 亚洲国产欧美日韩在线播放| 国产成人精品婷婷| 国产探花极品一区二区| 色婷婷久久久亚洲欧美| 欧美日韩精品成人综合77777| 日本欧美视频一区| 久久青草综合色| 亚洲av日韩在线播放| 欧美亚洲日本最大视频资源| 中文精品一卡2卡3卡4更新| 一个人看视频在线观看www免费| 久久国内精品自在自线图片| 欧美日韩视频精品一区| 中文字幕久久专区| 国产精品女同一区二区软件| 免费观看av网站的网址| 亚洲成人一二三区av| 国产欧美另类精品又又久久亚洲欧美| 国产精品99久久久久久久久| 国产精品熟女久久久久浪| 日本午夜av视频| 大又大粗又爽又黄少妇毛片口| 亚洲色图综合在线观看| 亚洲国产精品一区二区三区在线| 国产精品久久久久久久久免| 免费久久久久久久精品成人欧美视频 | 国产乱人偷精品视频| 丰满乱子伦码专区| 欧美日韩综合久久久久久| 国产视频内射| 国产欧美另类精品又又久久亚洲欧美| 十八禁网站网址无遮挡| 亚洲欧美中文字幕日韩二区| 国产欧美日韩综合在线一区二区| 两个人免费观看高清视频| 好男人视频免费观看在线| 亚洲精品视频女| 国产在线一区二区三区精| 久久午夜综合久久蜜桃| 亚洲第一区二区三区不卡| 欧美成人精品欧美一级黄| 精品久久久久久久久av| 波野结衣二区三区在线| 少妇熟女欧美另类| 各种免费的搞黄视频| 国产成人freesex在线| 亚洲精品日本国产第一区| 国产欧美日韩综合在线一区二区| 国产午夜精品一二区理论片| 精品国产国语对白av| 国产黄频视频在线观看| 日韩视频在线欧美| 91精品伊人久久大香线蕉| 一级,二级,三级黄色视频| 国产日韩欧美亚洲二区| 亚洲情色 制服丝袜| 亚洲av日韩在线播放| 熟妇人妻不卡中文字幕| 久久午夜综合久久蜜桃| 欧美xxⅹ黑人| 国产爽快片一区二区三区| 国产亚洲最大av| 肉色欧美久久久久久久蜜桃| 亚洲av不卡在线观看| 亚洲欧洲日产国产| 欧美人与善性xxx| 91精品国产国语对白视频| 成年美女黄网站色视频大全免费 | 欧美精品一区二区大全| 亚洲欧美日韩另类电影网站| 69精品国产乱码久久久| 97在线人人人人妻| 国产国拍精品亚洲av在线观看| 热99久久久久精品小说推荐| 久久99热这里只频精品6学生| 免费av不卡在线播放| 成年人午夜在线观看视频| av在线观看视频网站免费| 狠狠精品人妻久久久久久综合| 久久久久视频综合| 国产成人午夜福利电影在线观看| 久久精品久久精品一区二区三区| 精品国产露脸久久av麻豆| 欧美精品亚洲一区二区| 国产 一区精品| 精品亚洲成国产av| 国产亚洲最大av| 成人免费观看视频高清| 在线 av 中文字幕| 街头女战士在线观看网站| 高清在线视频一区二区三区| 大片电影免费在线观看免费| 岛国毛片在线播放| a级毛色黄片| 国产男女内射视频| 高清午夜精品一区二区三区|