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

    A multi-objective optimization framework for ill-posed inverse problems

    2016-03-20 08:16:20

    Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education,International Research Center for Intelligent Perception and Computation,Xidian University,No.2 South TaiBai Road,Xian 710071,China

    Available online 20 October 2016

    A multi-objective optimization framework for ill-posed inverse problems

    Maoguo Gong*,Hao Li,Xiangming Jiang

    Key Laboratory of Intelligent Perception and Image Understanding of Ministry of Education,International Research Center for Intelligent Perception and Computation,Xidian University,No.2 South TaiBai Road,Xian 710071,China

    Available online 20 October 2016

    Many image inverse problems are ill-posed for no unique solutions.Most of them have incommensurable or mixed-type objectives.In this study,a multi-objective optimization framework is introduced to model such ill-posed inverse problems.The conflicting objectives are designed according to the properties of ill-posedness and certain techniques.Multi-objective evolutionary algorithms have capability to optimize multiple objectives simultaneously and obtain a set of trade-off solutions.For that reason,we use multi-objective evolutionary algorithms to keep the trade-off between these objectives for image ill-posed problems.Two case studies of sparse reconstruction and change detection are implemented.In the case study of sparse reconstruction,the measurement error term and the sparsity term are optimized by multi-objective evolutionary algorithms,which aims at balancing the trade-off between enforcing sparsity and reducing measurement error.In the case study of image change detection,two conflicting objectives are constructed to keep the trade-off between robustness to noise and preserving the image details.Experimental results of the two case studies confirm the multi-objective optimization framework for ill-posed inverse problems in image processing is effective.

    Ill-posed problem;Image processing;Multi-objective optimization;Evolutionary algorithm

    1.Introduction

    Ill-posed problems were proposed by Hadamard in the beginning of last century[1].A problem is defined to be illposed if there is no unique solution.Hadamard first defined a mathematical problem to be well-posed when its solution(i) exists;(ii)is unique and(iii)depends continuously on the initial data;otherwise,a problem is ill-posed.An arbitrary small perturbation of the data can cause an arbitrary large perturbation of the solution.Most of the classical physics problems are well-posed.However,their inverse problems are usually ill-posed.Today there is a vast amount of literature on ill-posed problems arising in many areas of science and engineering[2-5].

    Many image processing problems are ill-posed in the sense of Hadamard,such as denoising,deblurring,inpainting and so on.Most of ill-posed problems are not sufficiently constrained. In recent decades,a lot of generic constraints on the problem were introduced to regularize them and make them wellposed.One of the best way to“cure”ill-posed problems is to transform them to well-posed ones by adding(one or more) regularization terms[6].The regularization methods construct approximate solutions of ill-posed problems that are stable under small changes in the initial data.The problems offinding an approximate solution in regularization methods are to find an appropriate regularizing operator and to determine the regularization parameter α from supplementary information pertaining to the problem.Tikhonov regularization is one of the most common and well-known form of regularizationmethods[6].The penalty term in Tikhonov function takes into account the additional information about the solution and its role is to stabilize the problem and to single out a useful and stable solution.Besides Tikhonov regularization,there are many other regularization methods with properties that make them better suited to certain ill-posed problems[7-9].For example,the total variation(TV)model has been introduced by Rudin-Osher and Fatemi(ROF)in[7]as a regularization method.TVoperator has been used extensively and with great success for inverse problems because it is able to smooth noise in flat areas of the image.Furthermore,it is a nontrivial application-dependent task to choose suitable parameter values.A large α favors a small solution seminorm at the cost of a large residual norm,while a small α has the opposite effect.The choice of the admissible value of parameter depends on the information available with respect to the approximate initial information.Many quantitative parameter optimization methods have been proposed in recent decades, such as the L-curve method,generalized cross-validation,the discrepancy principle and estimation of mean-squared error.

    In many cases,the solution to ill-posed problems can be forced to be unique by narrowing the solution space and adding additional information.Another considerable way is tofind multiple trade-off solutions and then choose one or more suitable solutions as required.From this respect,it seems that image ill-posed problems can be modeled as problems with incommensurable or mixed-type multiple objectives.Multiobjective evolutionary algorithms(MOEAs)are able to simultaneously optimize multiple objectives to keep the tradeoff between these objectives and generate a set of trade-off solutions in a single run[10,11].For this reason,MOEAs are suitable to solve this kind of problems.The decision makers can judge relatively and select one or more suitable solutions according to the problem requirements.

    In this paper,a multi-objective optimization(MO)framework is introduced to solve ill-posed inverse problems in image processing.Sparse reconstruction and change detection are used as two case studies to show how the MO framework can be successfully used to solve image ill-posed problems. Sparse reconstruction is a typical ill-posed inverse problem.In this paper,the measurement error term and the sparsity term are used as the two conflicting objective functions and optimized by MOEAs simultaneously.Sparse denoising of natural images and sparse unmixing of hyperspectral data are implemented to validate the effectiveness of the proposed MO framework.In the case study of change detection in synthetic aperture radar(SAR)images,two conflicting objectives are designed to preserve details and restrain noise,respectively. Experiments on simulated and real data sets demonstrate the superiority of the proposed MO framework.

    The rest of this paper is organized as follows:In the next section,the MO framework for image ill-posed problems is introduced.Section 3 shows the case study of sparse reconstruction in detail.The case study of image change detection is described in Section 4.Finally,concluding remarks are given in Section 5.

    2.MO framework for ill-posed inverse problems in image processing

    2.1.Introduction to multi-objective optimization

    Without loss of generality,the multi-objective optimization problems(MOPs)can be set for minimization.An MOP with m decision variables and n objectives can be described as

    where x is the decision vector,Ω is the decision space, F:Ω→Rnconsists of n real-valued objective functions and Rnis called the objective space.The attainable objective set is defined as the set{F(x)|x∈Ω}.In most instances,the objectives in an MOP are contradictory to each other,which means no point in feasible space can minimize all the objectives simultaneously.Hence,multi-objective optimization[10,12], are designed to find the best trade-off relationship among them simultaneously.

    Considering a minimization problem for each objective,it is said that a decision vector xu∈Ω dominates another vector xv∈Ω if and only if

    And a point x?in Ω is called a Pareto optimal solution to Eq.(1)on condition that there is no such point x in Ω that makes F(x)dominate F(x?).Then F(x?)is termed as Pareto optimal vector.The objectives in a Pareto optimal vector have such relationship:a decrease in one objective causes an increase in the others.All the Pareto optimal points constitute a set called Pareto optimal set[13],and their corresponding Pareto optimal objective vectors are called the Pareto optimal front(PF)[13].

    For multi-objective optimization,it has been recognized that evolutionary algorithms(EAs)are well suited because EAs can deal with a set of possible solutions simultaneously [11,12].Since[14],various EAs to deal with MOPs have been proposed and these EAs are termed as multi-objective evolutionary algorithms(MOEAs).MOEAs seek to obtain a set of Pareto optimal solutions for approximating the true PF in a single run.Most of current MOEAs can be classified into three categories.The first category is Pareto dominance based,such as the nondominated sorting genetic algorithm II(NSGA-II) [15]and the simulated annealing-based multi-objective optimization algorithm(AMOSA)[16].The second one is performance indicator based,the hypervolume is the well-known indicator used in these algorithms.The third category is decomposition based[17,18],these algorithms decompose an MOP into a number of single objective subproblems and optimize them simultaneously.Each subproblem is optimized by only using information ofitsseveralneighboring subproblems.

    2.2.Multi-objective optimization to ill-posed inverse problems

    Many image inverse problems are ill-posed,which can be generally modeled as

    where x is the unknown image to be estimated,A is degrading operator and v is additive noise.When A is identity,the problem becomes image denoising;when A is a blurring operator,the problem is deblurring;when A is a set of random projections,the problem becomes compressed sensing;when A=D·H where D is a down-sampling operator and H is a blurring operator,the problem becomes single image superresolution.

    Due to the ill-posed nature of image inverse problems,the solution to Eq.(3)with an l2-norm fidelity constraint is generally not unique,which is described as

    In order to find a solution to Eq.(3),prior knowledge of images is used to regularize the ill-posed inverse problems. However,the obtained solution can only be an approximate one at best.While prior knowledge is introduced,it also introduces the regularization parameter.The parameter is an important quantity which controls the properties of the regularized solution.But the regularization parameters are sensitive to different data sets,which is a hard task to choose suitable regularization parameter values.

    In this paper,the image ill-posed problem is modeled as an MOP,which is optimized by MOEAs to get a set of trade-off solutions.Because the solution to the ill-posed problem is not unique,we can obtain a group of solutions in a single run and then the decision maker can choose one or more suitable solutions by taking various factors into account instead of tuning regularization parameters to obtain various solutions.However,there still exists several problems in the process of using MOEAs to solve image ill-posed problems.

    1)Whether the image ill-posed problem can be modeled as an MOP?The solution to many image ill-posed problems is not unique because they have incommensurable or mixed-type objectives.It is reasonable to model the image ill-posed problem as an MOP.The selected objectives should be as contradictory as possible.In this paper,this MOP is optimized by multi-objective evolutionary algorithms.

    2)How to overcome the difficulties of dimensionality curse?In MOEAs,one of the most difficult tasks is to choose appropriate decision vectors.In the field of image processing, this issue becomes more important.Because the number of pixels is large,e.g.,100×100,if the gray values of all pixels are searched directly using the evolutionary algorithms,the search space dimension of the decision vectors(more than ten thousand)will be very large and the computation will be excessive.Obviously,it is worth encouraging to use advanced techniques to avoid encoding all pixels.

    It is an urgent task to select suitable objectives based on the properties of ill-posedness in the beginning of the MO framework for image ill-posed problems.Without loss of generality,bi-objective optimization is considered in this paper.Fortunately,it seems that sparse representation is an effective way to transform the image ill-posed problem into an MOP by providing sparse priors.We can obtain a set of tradeoff solutions by simultaneously optimizing the measurement error term and the sparsity term.In order to reduce dimensionality,the sparse coefficients are chosen as the decision vectors,whose dimensionality is depends on the size of dictionary.Sparse representation is widely used to solve plenty of image ill-posed inverse problems,such as denoising,deblurring,super-resolution and so on[3-5,19].This paper chooses the spare denoising problem asthefundamentalone. Furthermore,a challenging problem with high-dimensional data,spare unmixing of hyperspectral data,is researched. Section 3 gives a detailed description of the MO framework for sparse reconstruction problems.Besides sparse representation,other priors can also be used for designing the confl icting objectives.In Section 4,two problem-specific objective functions are proposed for change detection in SAR images,which focus on addressing the trade-off between robustness to noise and effectiveness of preserving the details. In order to avoid difficulties of dimensionality curse,fuzzy clustering technique is used by encoding the cluster centers instead of all pixels.We decompose this MOP into a number of scalar optimization subproblems with different weight values and optimize them with evolutionary algorithms.A number of solutions representing different trade-off relationships between preserving details and restraining noise are given by the proposed method.The decision makers can judge relatively and choose one or more appropriate solutions based on the available information.

    3.Case study:sparse reconstruction

    3.1.Ill-posed sparse reconstruction

    Sparse reconstruction algorithms have been studied for nearly a century,and they arise in many areas and have found many applications in image processing.Considering an underdetermined system of linear equation y=Ax+n,sparse solutions are obtained by optimizing the following equation:

    where matrix A∈RM×Nwith M≤N,y∈RMand x∈RN.

    It has been proven to be NP-hard optimization problems to solve the above equation.Researchers have proposed many approaches to deal with this problem,such as orthogonal matching pursuit[20],iterative hard thresholding methods [21],relaxation algorithms[22]and so on.Among them,a widely used method is considering the following the l1-minimization problem:

    These works relax the non-convex l0-norm with the convex l1-norm to construct approximate solutions.Obviously,it is a hard task to keep trade-off between reconstruction error and a sparsity requirement.The more sparse the vector x is,the higher the measurement error is.Therefore image sparse reconstruction is referred as an ill-posed inverse problem and can be well solved by the MO framework to balance the tradeoff between the measurement error and the sparsity terms.

    3.2.Sparse reconstruction using MO framework

    As shown in Fig.1,the MO framework is utilized to solve the sparse reconstruction problems.As described above,the sparse constraint and measurement error are selected as the two conflicting objectives.Then the sparse reconstruction problem can be modeled as the following MOP:

    Fig.1.Sparse reconstruction using MO framework.

    In this section,an MOEA with cooperative coevolutionary strategy is used to solve the problem above.The MOEA we used is the nondominated sorting genetic algorithm(NSGA-II) proposed by Deb et al.in[15],which builds a population of competing individuals and ranks them on the basis of nondominance.Although the coefficient x is encoded in sparse representation instead encoding all pixels,the dimensionality is still high.In order to deal with the high-dimensional problems,the cooperative coevolutionary strategy is used in the proposed method.It can be regarded as an automatic approach to implement the divide-and-conquer strategy and has been proved effective to large scale global optimization problems [23-25].The procedure of the multi-objective evolutionary algorithm for sparse reconstruction is shown in Algorithm 1 [15,26,27,28].

    The initial population P0is generated randomly or partly by problem-specific method.t is the current generation number and Ptis the current population with size Np.Each individual x=(x1,x2,…,xm)in Ptis an m dimension vector of decision variables.After initializing the population P0,each vector of decision variables of dimension m∈N is divided into n subcomponents randomly.Each subcomponent is generated from a randomly grouping of decision variables in order to better capture the variable interdependencies.Meanwhile n subpopulations are created and each one has Npindividuals.For each subpopulation,the mutation and crossover operators are applied to the current subpopulation to obtain new solutions and then the collaboration operator will be executed.The elitepreserving operator is implemented to obtain the new population Pnew.And we will extract the subpopulation form Pnewto replace the original subpopulation for the next generation of collaboration.The population Ptis evolved with the evolution of each subpopulation.In order to further search exhaustively, the local search proposed in[28]are employed to obtain the next generation.In the end of MO framework,optimal tradeoff solutions to the spare reconstruction problems can be obtained by angle-based method[29].

    3.3.Experiment 1:sparse denoising of natural image

    The image denoising problem is one of the inverse problems and provides a convenient platform over which image processing ideas and techniques can be assessed.This section demonstrates the efficiency of the MO framework to a fundamental image ill-posed problem.Fig.2(a)shows a ground-truth image of a white circle against a black background and(c)represents a set of Haar wavelets of(a).Our proposed method is tasked with reconstructing the noisecorrupted image shown in(b)with corresponding Haar wavelets shown in(d).In this experiment,the original image was corrupted with additive Gaussian white noise to achieve signal-to-noise ration(SNR)20:1.

    Fig.3 shows various reconstruction error and measurement error for varying amounts of sparsity.The point b is a knee point in the knee areas,where further improvement in one objective causes a rapid degradation in other objectives[29]. The solutions to the left of the knee(such as the point a)are over-sparse,and these solutions contain large measurement and reconstruction error.The reconstruction images are of serious distortion because these images contain too much blank-gray points as shown in the upper left of Fig.3. Conversely,the solutions to the right of the knee(such as the point c)are not sparse,and these solutions have small measurement error.The reconstruction images are of light distortion and contain a large number of noise as shown in the bottom right of Fig.3.As shown in Fig.3,the measurement error of the reconstruction images monotonously decreases with the increase ofThe reconstruction error of the reconstruction images monotonously decreases firstly and then slightly increases with the increasetwo objectives,minimaland minimalcontradictory.Obviously,the solutions in the knee region (such as the point b)represents the better trade-off between the measurement error and the sparsity,which has the least reconstruction error.The reconstruction image in the knee region is closer to the real image than others.Wavelet coefficients of the solutions in Fig.3 are shown in Fig.4.

    Fig.3.Variation of reconstruction error(represented by red line)and measurement error(represented by blue line)for varying amounts of sparsity.

    In order to further assess the MO framework for sparse denoising,the experiments on three natural images are shown below.As shown in Fig.5,the first column shows the original images and the images corrupted by noise with SNR=20 are shown in the second column.In the column of L-knee,the reconstruction images are blurred enough because the vector x is too sparse.Conversely,in the last column of R-knee,the reconstruction images have many noise for the vector x is not sparse,although they have less measurement errors.By contrast,the solutions in the knee region present better compromise between reconstruction error and measurement error.Fig.6 shows the reconstruction errors obtained by five sparse reconstruction algorithms,such as homotopy method [30],SpaRSA[31],iterative shrinkage thresholding(IST)[32] and alternating direction method(ADM)[33].Obviously,the reconstruction errors obtained by the proposed method are less than those obtained by other four algorithms.The MOframework for sparse denoising gets a better trade-off between the measurement error and the sparsity.

    Fig.4.Wavelet coefficients of the solutions:(a)The left solution of the knee. (b)The knee solution.(c)The right solution of the knee.

    Fig.5.Sparse denoising using MO framework for three natural images(1:boat,2:house and 3:peppers).L-knee:the solution has little noise but is overly sparse (the solution on the left);Knee:the solution has the optimal trade-off(the solution in the knee region);R-knee:the solution is not very sparse,which suffers from noise(the solution on the right).

    Fig.6.Average reconstruction errors of five algorithms on three natural images.

    3.4.Experiment 2:sparse unmixing of hyperspectral data

    Hyperspectral remote sensing is a powerful technique to improve the ability to recognize different landcover classes through a set of images that are obtained over hundreds of contiguous spectral bands.The wealth of spectral information available from hyperspectral imaging instruments has attracted widespread interests because of many applications in various disciplines,such asmineralexploration,environmental monitoring and military surveillance.The problem of hyperspectral unmixing is one of the most important problems that restrict the development of remote sensing technology,which can be solved by the sparse unmixing technique.Sparse unmixing aims at separating the mixed pixels into a collection of constituent spectra or endmembers,and estimating their fractional abundances.The sparse unmixing model has been widely used in recent years[34-37].The sparse unmixing via variable splitting and augmented Lagrangian(SUnSAL)[34] based on the alternating direction method of multipiliers has been proposed to cope with the sparse unmixing problem.The accuracy assessment used to evaluate the abundance estimations for all the experiments is the signal-to-reconstruction error(SRE)[38],and it is defined as follows

    The simulated data shown in Fig.7 contains 100× 100 pixels and is provided in[38],which exhibits a good spatial homogeneity and has piecewise smooth fractional abundances. Both ANC and ASC are imposed in each simulated pixel in the data set.The data set is also corrupted by different levels of correlated noise(SNR=10,20,30,40,50,60 dB).The unmixing results on hyperspectral data with SNR=30 dB are shown in Fig.8.From Fig.8,we can see that the proposed method obtains a better visual effect and contains fewer noise points.The maps obtained by the proposed method containless noise than that of SUnSAL in the rufous regions.Fig.9 shows the SRE(dB)obtained by different tested algorithms on hyperspectral data set corrupted by different levels of white noise.The values of SRE obtained by the proposed method are a little larger than those of SUnSAL,which validates the effectiveness of the proposed method.

    Fig.7.True fractional abundances of endmembers.

    4.Case study:change detection

    4.1.Ill-posed change detection

    Image change detection analyses two registered images acquired over the same geographical area at different times to identify changes that may have occurred in the study area between the two times considered.Change detection in synthetic aperture radar(SAR)images is full of challenges because of the presence of the speckle noise in SAR images. For a SAR image,the image intensity I is related to the underlying backscattering coefficient X by the multiplicative model I=FX where F is the normalized fading speckle-noise random variable.With the log-ratio operator,the multiplicative speckle noise can be transformed in an additive noise component and the range of variation of the ratio image will be compressed and thereby enhances the low-intensity pixels.In [39,40],a multilevel representation of the multitemporal information was computed by decomposing the log-ratio image into several images of the same size as the original one to reduce the noise impact.Bzai et al.[41]used the generalized Gaussian distribution to model the changed and unchanged classes to reduce the corruption of the speckle noise.Furthermore,many probability density functions such as Log normal, Generalized Gaussian,Nakagami ratio,and Weibull ratio wereinvestigated to model the distribution of the two classes in[42]. In[43],Hu et al.presented an automatic and effective approach to the thresholding of the log-ratio change indicator whose histogram may have one mode or more than one mode. Moreover,many researchers have added local or non-local information into their algorithms to make them robust to noise.In[44],Gong et al.proposed a reformulated fuzzy localinformation C-means(RFLICM)for classifying changed and unchanged regions,which incorporates the information about spatial context by adding a new fuzzy factor into its objective function for the purpose of enhancing the changed information and reducing the effect of speckle noise.In[45][46],Markov random field(MRF)based change detection algorithms were proposed to combat speckle noise,which provides a basis for modeling information about the mutual influences among image pixels.Furthermore,non-local means(NLM)method that utilizes nonlocal relationship between image pixels was also used in many change detection techniques to reduce the corruption of the speckle noise[45,47].

    Fig.8.Abundance maps obtained by different unmixing methods of endmember 1,3,and 4(a-c)are obtained by the SUnSAL algorithm(d-f)are obtained by the proposed method.

    Fig.9.Average SRE of two sparse unmixing algorithms on hyperspectral data.

    However,in most cases,an optimal solution for the image change detection problem does not exist.As shown in Fig.10(a)is a synthetic SAR ratio image and(b)is the reference image.Two different change detection results are presented in(c)and(d).Some changed regions are interfered by speckle noise,which can not be identified clearly.From the point of restraining noise,the result of(c)seems better than that of(d).But(c)loses some image details because many changed areas are not detected.In the respect of preserving details,it seems that the result of(d)is better although it has a bit of noise.Therefore it is difficult to keep the trade-off between preserving details and removing noise for image change detection problem.In order to solve the problems above,the MO framework is used to tackle the ill-posedness of image change detection.The schematic diagram of the proposed change detecion technique is shown in Fig.11.The log-ratio and the filtered log-ratio images are used to construct the two conflicting objective functions to preserve details and restrain noise,respectively.A set of trade-off solutions are obtained by the proposed change detection method using MO framework.

    Fig.10.Schematic diagrams of change detection results.(a)A synthetic SAR ratio image.(b)The reference image.(c)Change detection result with lost details.(d)Change detection result with residual noise.

    Fig.11.Change detection using MO framework.

    4.2.Change detection using MO framework

    As described in Section 2,the choice of objective functions should be as contradictory as possible.In this paper,two objectives based on fuzzy c-means(FCM)measurement are constructed to preserve image details and restrain noise.The two objective functions f1and f2can be described as follows:

    where xiis the ith pixel in the original difference image I andis theTith pixel in the filtered difference image I. z=(z1,z2)is the decision vector consisting of two cluster centers.And the difference image generated by log-ratio operator is commonly given as follows

    where IAand IBare two coregistered SAR images.And thefiltered difference imageis generated by mean filter to smooth the noise in the difference image.

    The cluster centers z1and z2are chosen as the decision vector.MOEA/D[17,18],is utilized to optimize the two conflicting objective functions.Weighted sum approach is used in the proposed technique,which is described as

    where λ=(λ,(1-λ))Tis the weight vector with 0≤λ≤1. The proposed SAR images change detection method is shown in Algorithm 2(Eq.(16))[18].For image change detection problem,it has two cluster centers for unchanged class and changed class.In this paper, the idea of decomposition is also used in the process of updating the membership values.Decomposition transforms the MOP into a set of distinct scalar aggregation problems. The function of each subproblem is defined as:

    with constraints

    The fuzzy membership functions are obtained through an iterative process by minimizing Eq.(12)under the constraints defined in Eq.(13).Thus,using the Lagrange multipliers,the energy function is modified as:

    where αiis a Lagrange multiplier.

    The local minimizers z?kis obtained from:

    We get the membership updating function with different weight values,which can be expressed as:

    The original membership updating formula of the standard FCM algorithm is not appropriate to update the membership values of each pixel.By using decomposition mechanism,this paper updates the membership values according to the weight values of each subproblem.The new membership updating formula make full use of the information of the difference image and the filtered difference image.

    4.3.Experimental study

    In the following experiments,a simulated data set and two real data sets(Bern and Ottawa)with different characteristics are considered to demonstrate the effectiveness of the proposed SAR image change detection method.

    Fig.12.Simulated data set with three pairs of SAR images with different ENLs.(a)and(b):ENL=3.(c)and(d):ENL=4.(e)and(f):ENL=5.(g) The reference image.

    1)Data sets and quantitative measures:The first data set is a simulated data set.As shown in Fig.12,this data set has three pairs of simulated SAR images with ENL=3,4,and 5, respectively.And it is used here to analyze the influence of noise level on the change detection results.The reference image is shown in Fig.12(g).

    The second data set that is provided by the Defence Research and Development Canada(DRDC)reveals a section (290 × 350 pixels)of two SAR images acquired by RADARSAT SAR sensor over the city of Ottawa,Canada.The two images mainly present the areas where they were once afflicted with floods in May and August 1997 respectively.The available ground truth is generated by integrating prior information.The images with photo interpretation are shown in Fig.13.

    Fig.13.Ottawa data set:(a)The image acquired in May 1997.(b)The image acquired in August 1997.(c)The ground truth image.

    Fig.14.Bern data set:(a)The image acquired in April 1999.(b)The image acquired in May 1999.(c)The ground truth image.

    The third data set that is provided by the European Remote Sensing 2 satellite SAR sensor shows a section(301×301 pixels)of two SAR images over an area near the city of Bern. The river Aare submerged parts of the cities of Thun and Bern and the airport of Bern entirely from April to May 1999. Therefore,we select the Aare valley between Bern and Thun as a test site for detecting changed areas.The available ground truth is generated by integrating prior information.The images with photo interpretation are shown in Fig.14.

    The quantitative analysis of change detection results is set as follow.The first quantitative measure is missed alarms (MAs)which means the number of changed pixels in the change detection result that are incorrectly classified as unchanged when compared to the reference map.These pixels are the missed alarms of the actually changed pixels.The second quantitative measure is false alarms(FAs)which means the number of unchanged pixels in the change detection resultthatareincorrectly classified aschanged when compared to the reference map.These pixels are false detections of the actually unchanged pixels.In order to roughly assess image details and noise of the change detection maps, in the experiments,they are reported as percentages,which are shown as

    where Ncand Nurepresent the number of changed and unchange pixels in the reference image,respectively.

    To evaluate the result further,the percentage correct classification(PCC)is used in the experiments,which is defined as

    and it expresses the correct rate of the result roughly.N is the number of the pixels of the difference image.Finally we compute the kappa coefficient which is an overall evaluation criteria used to evaluate the effect of the result in the domain of image segmentation.The higher the value of kappa coeffi cient is,the better the segmentation result is.

    In order to assess the effectiveness of the proposed image change detection approach,we consider the above data sets and compare the results provided by the proposed technique with those obtained by four methods which are widely used in change detection tasks.The generalized Gaussian KI(GGKI) thresholding[41]which selects the global threshold automatically is a very representative threshold algorithm and successfully used in image change detection.The expectationmaximization-based level set method(EMLSM)[48]uses the expectation-maximization to estimate the mean values of changed and unchanged pixels in the difference image and then adds two energy terms into the level set method to improve accuracy,which is chosen as a method used to compare with the proposed approach.Moreover,the fuzzy C-means algorithm(FCM)(serving as a fundamental one)and the reformulated fuzzy local-information C-means algorithm (RFLICM)[44]are used to compare with the proposed algorithm.

    2)Results on the simulated data set:As shown in Fig.15, eight representative maps are chosen from the final maps of the simulated data set with ENL=4.Obviously,there exists much noise in(a),(b),and(c).But the changed areas in these maps seem more clear than others.By contrast,the background in(g)and(h)is clean and many changed areas are not detected in these maps.The change detection result in the upper left corner in(a)is very close to the reference image. And the change detection result in the lower left corner in(h) is better than others.In Fig.16,the changed pixels that remain undetected are labeled with red color,and the unchanged pixels wrongly classified as the changed are labeled with yellow color.In other words,the red points roughly represent the lost details and the yellow points are the residual noise. Obviously,the noise points of the selected maps gradually reduce from Fig.16(a)-(h).

    Fig.15.Change detection results obtained by the proposed method for the simulated data set with ENL=4.(a-h)Change detection results.(i)The reference image.

    Fig.16.Comparison of the results shown in Fig.15 and the reference image of the simulated data set.(a-h)Comparison results.(i)The reference image.

    Fig.17.Change maps of simulated data set with ENL=4 obtained by(a) GGKI,(b)EMLSM,(c)FCM,(d)RFLICM,and(e)the proposed method.(f) is the reference image.

    Fig.17 shows the change detection results obtained by five different algorithms for the simulated data set with ENL=4. The change detection maps obtained by EMLSM and FCM have much noise.The upper left corner of(a)obtained by GGKI is worse than others.Table 1 presents the change detection results of the simulated data set with different ENLs. From Table 1,the GGKI method has less FAs,but has the highest MAs.The RFLICM algorithm has a better performance by incorporating the local information.As described above,a group of change detection maps are obtained by the proposed algorithm.The results with the least total errors are selected to compare with other algorithms,which are shown in Table 1.Obviously,the proposed method has the least TEs and the highest PCCs and Kappa.As shown in Fig.18,the values of PCC and Kappa obtained by five algorithms gradually increase with the increase of ENL.The proposed method and RFLICM algorithm have higher PCC and Kappa because they can keep better trade-off between preserving details and removing noise.Furthermore,the values of PCC and Kappa obtained by the proposed algorithm are obviously larger than those of RFLICM against the same ENL,respectively.

    Table 1 Comparison of the change detection results of simulated data set with different ENLs.

    3)Results on the Ottawa data set:As shown in Fig.19, eight representative maps are chosen from the final maps of the Ottawa data set.There exists much noise in(a),(b)and(c), and the noise points gradually decrease from Fig.19(a)-(h). However,the image details(red points shown in Fig.20)taper off at the same time.The MAs and FAs of these eight maps are shown in Table 2.From Fig.20 and Table 2,the noise points of the selected maps gradually reduce form(a)to(h).In the classical methods,the final maps often lose some details inevitably,which is similar to Fig.19(g)or(h).Considering of preserving more details,Fig.19(c)and(d)seem more useful than others.The results indicate that the proposed method is capable to solve the ill-posed image change detection problem by obtaining a number of different final binary maps in a single run.

    Fig.21 shows the change detection results obtained by thefive different algorithms for the Ottawa data set.From intuitive vision of Fig.21,GGKI,FCM and EMLSM are a little sensitive to noise.The change detection maps obtained by RFLICM and the proposed method show to be closer to the ground truth image which is illustrated in Fig.21(f).From Table 3,the GGKI method has the most total errors and therefore,the PPC of this method is lowest to 0.9391.We can see obviously that the FLICM and the proposed method have almost the same TEs and PCC.The proposed approach obtains the least TEs 2768 and biggest kappa coefficient 0.8921, which means that the better trade-off between MAs and FAs is achieved.

    4)Results on the Bern data set:The experiment for the Bern data set is exhibited as well as the previous experiment. Fig.22(a)-(h)are chosen as eight representative ones from the final maps of the Bern data set.The MAs and FAs of the Berm data set are shown in Table 4.As shown in Fig.22,there exists much noise in(a),(b)and(c).We can hardly see any noise in(g)and(h).The area A and B are enlarged and shown in Fig.23,which are marked by the red rectangular in Fig.22. The first and second row of Fig.23 correspond to the area A shown in Fig.22(a)-(h),respectively.The third and fourthrow of Fig.23 are obtained by enlarging the area B respectively presented in Fig.22(a)-(h).From a visual analysis of Fig.23,we can find that the details in these images gradually reduce from(a)to(h)and(i)to(p)(see Table 4).

    Fig.18.PCC and Kappa obtained by five different algorithms with different ENLs.

    Fig.19.Change detection results obtained by the proposed method for the Ottawa data set.(a-h)Change detection results.(i)The ground truth image.

    Fig.20.Comparison of the results shown in Fig.19 and the ground truth image of the Ottawa data set.(a-h)Comparison results.(i)The ground truth image.

    Table 2 Change detection results on Ottawa data set.

    Fig.24 presents a visual comparison between the five different change maps obtained by different methods.The change detection maps obtained by the GGKI and EMLSM method have too much noise.Table 5 shows the change detection results of Bern data set obtained by five different methods.The GGKI method has the highest MAs and FAs and the least PCC and Kappa.The FCM method has the least MAs but meanwhile gets many FAs.RFLICM and the proposed method have better results than others as they incorporate local information for the purpose of reducing the effect of speckle noise.To sum up,the proposed approach will fit two situations where the changed area appears scattered(the Ottawa data set) and centralized(the Bern data set).For more complicated situation,the proposed method still works well.

    5.Concluding remarks

    Fig.21.Change maps of Ottawa data set obtained by(a)GGKI,(b)EMLSM, (c)FCM,(d)RFLICM,and(e)the proposed method.(f)is the ground truth image.

    Table 3 Comparison of the change detection results of Ottawa data set with five different methods.

    Table 4 Change detection results on Bern data set.

    In order to solve ill-posed inverse problems in image precessing,in this paper,they are modeled as multi-objective optimization problems and optimized by evolutionary algorithms.In the case study of sparse reconstruction,the measurement error term and the sparsity term have been optimized by a multi-objective evolutionary algorithm with cooperative coevolutionary.The sparse coefficients are chosen as the decision vector instead of encoding all pixels.In the case study of change detection,two objectives aiming at preserving details and restraining noise have been designed and optimized by the MO framework.The experiments on sparse denoising of natural images,sparse unmixing of hyperspectraldata and SAR images change detection demonstrate the effectiveness of MO framework for image illposed problems,which can keep the optimal trade-off between multiple conflicting objectives.In the future,we will exploremore objective functions to be suitable for image ill-posed problems using the MO framework and pay interest in improving the search strategy to reduce the time complexity.

    Fig.22.Change detection results obtained by the proposed method for the Bern data set.(a-h)Change detection results.(i)The ground truth image.

    Fig.23.The area A and B shown in Fig.22.

    Table 5 Comparison of the change detection results of Bern data set with five different methods.

    Fig.24.Change maps of Bern data set obtained by(a)GGKI,(b)EMLSM,(c) FCM,(d)RFLICM,and(e)the proposed method.(f)is the ground truth image.

    Acknowledgements

    This work was supported by the National Natural Science Foundation of China(Grant no.61273317 and 61422209),the National Top Youth Talents Program of China,the Specialized Research Fund for the Doctoral Program of Higher Education (Grant no.20130203110011)and the Fundamental Research Fund for the Central Universities(Grant no.K5051202053).

    [1]J.Hadamard,Lectures on the Cauchy Problem in Linear Partial Differential Equations,Yale University Press,New Haven,1923.

    [2]R.Rangarajan,R.Raich,A.Hero,IEEE J.Sel.Top.Signal Process.1(1) (2007)67-78.

    [3]P.-Y.Chen,I.Selesnick,IEEE Trans.Signal Process.62(13)(2014) 3464-3478.

    [4]S.Xiang,G.Meng,Y.Wang,C.Pan,C.Zhang,Int.J.Comput.Vis. (2014)1-24.

    [5]J.Jin,Y.Gu,S.Mei,IEEE J.Sel.Top.Signal Process.4(2)(2010) 409-420.

    [6]A.N.Tikhonov,V.Y.Arsenin,Solutions of Ill-posed Problems,Winston and Sons,Washington,DC,1977.

    [7]L.I.Rudin,S.Osher,E.Fatemi,Phys.D.60(1)(1992)259-268.

    [8]Q.V.Tran,H.T.Nguyen,V.T.Nguyen,D.T.Dang,Appl.Math.Model 38 (17-18)(2014)4460-4479.

    [9]V.Vasin,S.George,Appl.Math.Comput.230(2014)406-413.

    [10]C.A.C.Coello,D.A.Van Veldhuizen,G.B.Lamont,Evolutionary Algorithms for Solving Multi-objective Problems,Kluwer,Norwell,MA, 2002.

    [11]C.M.Fonseca,P.J.Fleming,Evol.Comput.3(1)(1995)1-16.

    [12]K.Deb,Multi-objective Optimization Using Evolutionary Algorithms, Wiley,New York,2001.

    [13]K.Miettinen,Nonlinear Multiobjective Optimization,Kluwer,Norwell, MA,1999.

    [14]J.D.Schaffer,Multiple objective optimization with vector evaluated genetic algorithms,in:Proc.1st Int.Conf.Genet.Algorithms,1985,pp. 93-100.

    [15]K.Deb,A.Pratap,S.Agarwal,T.Meyarivan,IEEE Trans.Evol.Comput. 6(2)(2002)182-197.

    [16]S.Bandyopadhyay,S.Saha,U.Maulik,K.Deb,IEEE Trans.Evol. Comput.12(3)(2008)269-283.

    [17]Q.Zhang,H.Li,IEEE Trans.Evol.Comput.11(6)(2007)712-731.

    [18]H.Li,Q.Zhang,IEEE Trans.Evol.Comput.13(2)(2009)284-302.

    [19]M.A.Figueiredo,R.D.Nowak,S.J.Wright,IEEE J.Sel.Top.Signal Process.1(4)(2007)586-597.

    [20]D.Needell,R.Vershynin,IEEE J.Sel.Top.Signal Process.4(2)(2010) 310-316.

    [21]T.Blumensath,M.E.Davies,IEEE J.Sel.Top.Signal Process.4(2) (2010)298-309.

    [22]Z.Xu,X.Chang,F.Xu,H.Zhang,IEEE Trans.Neural Netw.Learn. Syst.23(7)(2012)1013-1027.

    [23]Z.Yang,K.Tang,X.Yao,Inf.Sci.178(15)(2008)2985-2999.

    [24]Y.Mei,X.Li,X.Yao,IEEE Trans.Evol.Comput.18(3)(2014) 435-449.

    [25]M.N.Omidvar,X.Li,Y.Mei,X.Yao,IEEE Trans.Evol.Comput.18(3) (2014)378-393.

    [26]A.Neubauer,A theoretical analysis of the non-uniform mutation operator for the modified genetic algorithm,in:Proc.IEEE Congr.Evol. Comput.,1997,pp.93-96.

    [27]Z.Michalewicz,Genetic Algorithms+Data Structures=Evolution Programs,Springer-Verlag,1996.

    [28]L.Li,X.Yao,R.Stolkin,M.Gong,S.He,IEEE Trans.Evol.Comput.18 (6)(2014)827-845.

    [29]J.Branke,K.Deb,H.Dierolf,M.Osswald,Finding knees in multiobjective optimization,in:Proc.8th Int.Conf.Parallel Problem Solving from Nature,vol.3242,2004,pp.722-731.

    [30]D.Donoho,Y.Tsaig,IEEE Trans.Inf.Theory 54(11)(2008) 4789-4812.

    [31]S.J.Wright,R.D.Nowak,M.A.Figueiredo,IEEE Trans.Signal Process. 57(7)(2009)2479-2493.

    [32]A.Beck,M.Teboulle,SIAM J.Imag.Sci.2(1)(2009)183-202.

    [33]J.Yang,Y.Zhang,SIAM J.Sci.Comput.33(1)(2011)250-278.

    [34]J.M.Bioucas-Dias,M.A.Figueiredo,Alternating direction algorithms for constrained sparse regression:application to hyperspectral unmixing,in: Proc.2nd Workshop Hyperspectr.Image Signal Process.:Evol.Remote Sens.,2010,pp.1-4.

    [35]A.S.Charles,B.A.Olshausen,C.J.Rozell,IEEE J.Sel.Top.Signal Process.5(5)(2011)963-978.

    [36]Y.Zhong,R.Feng,L.Zhang,IEEE J.Sel.Top.Appl.Earth Obs.Remote Sens.7(6)(2014)1889-1909.

    [37]R.Feng,Y.Zhong,L.Zhang,ISPRS J.Photogramm.Remote Sens.97 (2014)9-24.

    [38]M.-D.Iordache,J.M.Bioucas-Dias,A.Plaza,IEEE Trans.Geosci. Remote Sens.50(11)(2012)4484-4502.

    [39]F.Bovolo,C.Marin,L.Bruzzone,IEEE Trans.Geosci.Remote Sens.51 (4)(2013)2042-2054.

    [40]C.Marin,F.Bovolo,L.Bruzzone,IEEE Trans.Geosci.Remote Sens.53 (5)(2014)2664-2682.

    [41]Y.Bazi,L.Bruzzone,F.Melgani,IEEE Trans.Geosci.Remote Sens.43 (4)(2005)874-887.

    [42]Y.Ban,O.Yousif,IEEE J.Sel.Top.Appl.Earth Obs.Remote Sens.5(4) (2012)1087-1094.

    [43]H.Hu,Y.Ban,IEEE J.Sel.Top.Appl.Earth Obs.Remote Sens.7(8) (2014)3248-3261.

    [44]M.Gong,Z.Zhou,J.Ma,IEEE Trans.Image Process.21(4)(2012) 2141-2151.

    [45]O.Yousif,Y.Ban,IEEE J.Sel.Top.Appl.Earth Obs.Remote Sens.7 (10)(2014)4288-4300.

    [46]M.Gong,L.Su,M.Jia,W.Chen,IEEE Trans.Fuzzy Syst.22(1)(2014) 98-109.

    [47]O.Yousif,Y.Ban,IEEE Trans.Geosci.Remote Sens.51(4)(2013) 2032-2041.

    [48]M.Hao,W.Shi,H.Zhang,C.Li,IEEE Geosci.Remote Sens.Lett.11(1) (2014)210-214.

    Maoguo Gong(M’07-SM’14)received the B.S.degree in electronic engineering(first class honors)and the Ph.D.degree in electronic science and technology from Xidian University,Xi’an,China,in 2003 and 2009, respectively.Since 2006,he has been a Teacher with Xidian University.In 2008 and 2010,he was promoted as an Associate Professor and as a Full Professor,respectively,both with exceptive admission.His research interests are in the area of computational intelligence with applications to optimization,learning,data mining and image understanding.Dr.Gong received the prestigious National Program for the support of Top-Notch Young Professionals from the Central Organization Department of China,the Excellent Young Scientist Foundation from the National Natural Science Foundation of China,and the New Century Excellent Talent in University from the Ministry of Education of China.He is the Vice Chair of the IEEE Computational Intelligence Society Task Force on Memetic Computing,an Executive Committee Member of the Chinese Association for Artificial Intelligence,and a Senior Member of the Chinese Computer Federation.

    Hao Li received the B.S.degree in electronic engineering from Xidian University,Xi’an,China,in 2013. He is currently pursuing the Ph.D.degree in pattern recognition and intelligent systems at the School of Electronic Engineering,Xidian University,Xi’an,China. His research interests include computational intelligence and image understanding.

    Xiangming Jiang received the B.S.degree in mathematics and applied mathematics from Xidian University, Xi’an,China,in 2015.He is currently pursuing the Ph.D. degree in pattern recognition and intelligent systems at the School of Electronic Engineering,Xidian University, Xi’an,China.His research interests include image understanding and inverse problem.

    *Corresponding author.

    E-mail address:gong@ieee.org(M.Gong).

    Peer review under responsibility of Chongqing University of Technology.

    http://dx.doi.org/10.1016/j.trit.2016.10.007

    2468-2322/Copyright?2016,Chongqing University of Technology.Production and hosting by Elsevier B.V.This is an open access article under the CC BY-NCND license(http://creativecommons.org/licenses/by-nc-nd/4.0/).

    Copyright?2016,Chongqing University of Technology.Production and hosting by Elsevier B.V.This is an open access article under the CC BY-NC-ND license(http://creativecommons.org/licenses/by-nc-nd/4.0/).

    深夜a级毛片| 丰满人妻一区二区三区视频av| 国产免费男女视频| а√天堂www在线а√下载| 久久人人爽人人片av| 国产精品电影一区二区三区| 久久人人精品亚洲av| 少妇高潮的动态图| 一级av片app| 亚洲av第一区精品v没综合| 国产精品女同一区二区软件| 夜夜爽天天搞| 国产伦精品一区二区三区视频9| 欧美bdsm另类| 在线天堂最新版资源| 搞女人的毛片| 午夜视频国产福利| 成人鲁丝片一二三区免费| 狂野欧美白嫩少妇大欣赏| 自拍偷自拍亚洲精品老妇| 永久网站在线| 伦理电影大哥的女人| 夜夜看夜夜爽夜夜摸| 欧美人与善性xxx| 精品99又大又爽又粗少妇毛片| 成人亚洲精品av一区二区| 男女那种视频在线观看| 成人永久免费在线观看视频| 你懂的网址亚洲精品在线观看 | 男人和女人高潮做爰伦理| 狠狠狠狠99中文字幕| 精品一区二区三区视频在线| 啦啦啦啦在线视频资源| 成人亚洲精品av一区二区| 亚洲人成网站在线播| 亚洲国产精品国产精品| 国产一级毛片在线| 男女边吃奶边做爰视频| 成人国产麻豆网| 成人午夜精彩视频在线观看| 精品人妻一区二区三区麻豆| 亚洲天堂国产精品一区在线| 亚洲人成网站高清观看| 国产又黄又爽又无遮挡在线| 国产 一区 欧美 日韩| 国产精品不卡视频一区二区| 黄色一级大片看看| 婷婷六月久久综合丁香| 日本一二三区视频观看| 成人午夜精彩视频在线观看| 亚洲av中文av极速乱| 精品久久国产蜜桃| 麻豆乱淫一区二区| 日本熟妇午夜| 久久久久久久久大av| 午夜免费激情av| av黄色大香蕉| 人妻夜夜爽99麻豆av| 美女黄网站色视频| 简卡轻食公司| 精品国内亚洲2022精品成人| ponron亚洲| 变态另类丝袜制服| 亚洲成人久久爱视频| 免费人成在线观看视频色| 一进一出抽搐gif免费好疼| 欧美精品国产亚洲| 99热6这里只有精品| 天堂av国产一区二区熟女人妻| 12—13女人毛片做爰片一| 亚洲18禁久久av| 99久久精品国产国产毛片| 久久久a久久爽久久v久久| 在线天堂最新版资源| 我的女老师完整版在线观看| 国内精品宾馆在线| 国产亚洲精品av在线| 国产极品天堂在线| 国产精品精品国产色婷婷| 日本撒尿小便嘘嘘汇集6| 中文资源天堂在线| 少妇丰满av| 18禁在线无遮挡免费观看视频| 日本在线视频免费播放| 永久网站在线| 欧美性猛交╳xxx乱大交人| 成人二区视频| 中文亚洲av片在线观看爽| 99久久中文字幕三级久久日本| 99riav亚洲国产免费| 99久久成人亚洲精品观看| 亚洲电影在线观看av| 一卡2卡三卡四卡精品乱码亚洲| 国产精品乱码一区二三区的特点| 男女那种视频在线观看| 91久久精品电影网| 美女xxoo啪啪120秒动态图| 久久草成人影院| 伦理电影大哥的女人| 国产蜜桃级精品一区二区三区| 夜夜爽天天搞| 国产精品蜜桃在线观看 | 校园人妻丝袜中文字幕| 一边亲一边摸免费视频| 校园人妻丝袜中文字幕| 日韩亚洲欧美综合| 狂野欧美白嫩少妇大欣赏| 精品久久久久久成人av| 精品国内亚洲2022精品成人| 九草在线视频观看| 久久99精品国语久久久| 久久精品夜夜夜夜夜久久蜜豆| 久久精品国产清高在天天线| 国产一区二区激情短视频| 青青草视频在线视频观看| 观看美女的网站| 天天躁日日操中文字幕| 久久综合国产亚洲精品| 久久午夜福利片| 麻豆精品久久久久久蜜桃| 人妻系列 视频| 国产日韩欧美在线精品| 不卡视频在线观看欧美| 九九久久精品国产亚洲av麻豆| 日本五十路高清| 两性午夜刺激爽爽歪歪视频在线观看| 久久久久国产网址| av天堂在线播放| 国产高清视频在线观看网站| 搡老妇女老女人老熟妇| 中国国产av一级| 一级毛片久久久久久久久女| av在线播放精品| 国产亚洲精品久久久com| 久久精品国产99精品国产亚洲性色| 国产 一区 欧美 日韩| 中文资源天堂在线| 波野结衣二区三区在线| 一区二区三区高清视频在线| 99久久精品热视频| 在线观看美女被高潮喷水网站| 男插女下体视频免费在线播放| 亚洲欧美精品综合久久99| 日本在线视频免费播放| 日韩国内少妇激情av| av在线蜜桃| 国产精品免费一区二区三区在线| 国产精品久久久久久精品电影小说 | 高清日韩中文字幕在线| 久久久久网色| 日韩,欧美,国产一区二区三区 | 亚洲精品影视一区二区三区av| 国产成人精品一,二区 | 老女人水多毛片| 成人毛片a级毛片在线播放| 久久久精品欧美日韩精品| 91精品国产九色| 一级黄色大片毛片| 淫秽高清视频在线观看| 亚洲国产精品国产精品| 2022亚洲国产成人精品| 18禁在线无遮挡免费观看视频| 国内精品久久久久精免费| 日韩av不卡免费在线播放| av视频在线观看入口| 亚洲人成网站高清观看| 色噜噜av男人的天堂激情| 最近手机中文字幕大全| 欧美人与善性xxx| 久久精品国产清高在天天线| 夜夜夜夜夜久久久久| 婷婷亚洲欧美| 美女黄网站色视频| 欧美成人免费av一区二区三区| 成人特级黄色片久久久久久久| 久久精品综合一区二区三区| 直男gayav资源| 亚洲成人久久性| 一级毛片久久久久久久久女| 国产av一区在线观看免费| 国产乱人视频| 日本一二三区视频观看| www.av在线官网国产| 97超视频在线观看视频| 国产单亲对白刺激| 国产女主播在线喷水免费视频网站 | 国产精品久久久久久亚洲av鲁大| 欧美成人一区二区免费高清观看| 欧美潮喷喷水| 久久久成人免费电影| 成人av在线播放网站| 国产伦在线观看视频一区| 九草在线视频观看| 亚洲精品色激情综合| 在线免费观看不下载黄p国产| 看免费成人av毛片| 久久精品综合一区二区三区| 国产亚洲av片在线观看秒播厂 | 欧美潮喷喷水| 久久精品国产清高在天天线| a级毛色黄片| av福利片在线观看| 69人妻影院| 国产在线精品亚洲第一网站| 精品人妻视频免费看| 最后的刺客免费高清国语| 小蜜桃在线观看免费完整版高清| av免费在线看不卡| 热99re8久久精品国产| 人妻制服诱惑在线中文字幕| 中文字幕熟女人妻在线| 国产成人精品一,二区 | 男女那种视频在线观看| 一区福利在线观看| 又爽又黄无遮挡网站| 久久久久久大精品| 国产精品永久免费网站| 日本与韩国留学比较| 午夜老司机福利剧场| 亚洲av电影不卡..在线观看| 国产精品一区二区三区四区免费观看| 国产av不卡久久| 在线观看午夜福利视频| 国产午夜精品一二区理论片| 免费电影在线观看免费观看| 1024手机看黄色片| 国产黄片美女视频| 嫩草影院精品99| 精品99又大又爽又粗少妇毛片| 欧美精品一区二区大全| 性插视频无遮挡在线免费观看| 可以在线观看毛片的网站| www日本黄色视频网| 国产亚洲精品久久久com| 日本熟妇午夜| 欧美一区二区亚洲| 亚洲在线观看片| av免费观看日本| 1024手机看黄色片| 成人特级黄色片久久久久久久| 观看美女的网站| 联通29元200g的流量卡| 亚洲欧洲国产日韩| 男人狂女人下面高潮的视频| 日韩一本色道免费dvd| 免费人成视频x8x8入口观看| av在线亚洲专区| 长腿黑丝高跟| 内地一区二区视频在线| 欧美日韩在线观看h| 麻豆成人午夜福利视频| 免费观看在线日韩| 丝袜美腿在线中文| 青春草视频在线免费观看| 搡女人真爽免费视频火全软件| 熟女人妻精品中文字幕| 亚洲成人久久性| 18禁在线无遮挡免费观看视频| 91狼人影院| 国产成人精品婷婷| 国内久久婷婷六月综合欲色啪| 亚洲自拍偷在线| 国产精品久久久久久精品电影小说 | 伦精品一区二区三区| 99久久久亚洲精品蜜臀av| 久久久久久久久久黄片| 高清毛片免费观看视频网站| 久久久久久久久久久丰满| 全区人妻精品视频| 国产精品人妻久久久影院| 一边摸一边抽搐一进一小说| 又黄又爽又刺激的免费视频.| 国产熟女欧美一区二区| 成人国产麻豆网| 一边摸一边抽搐一进一小说| 级片在线观看| 精品一区二区三区人妻视频| 色综合站精品国产| 成人鲁丝片一二三区免费| 18+在线观看网站| 赤兔流量卡办理| 麻豆久久精品国产亚洲av| 国产视频首页在线观看| 亚洲精品456在线播放app| 91狼人影院| av免费观看日本| 99国产精品一区二区蜜桃av| 午夜精品国产一区二区电影 | 国产在线男女| 99国产极品粉嫩在线观看| 校园人妻丝袜中文字幕| 精品人妻一区二区三区麻豆| 国产精品一区二区性色av| 久久久精品94久久精品| 蜜桃亚洲精品一区二区三区| 少妇高潮的动态图| 亚洲av成人av| 成年免费大片在线观看| 久久久久国产网址| 免费大片18禁| 中文字幕av在线有码专区| 一本—道久久a久久精品蜜桃钙片 精品乱码久久久久久99久播 | 国产精品综合久久久久久久免费| 给我免费播放毛片高清在线观看| 波野结衣二区三区在线| 亚洲婷婷狠狠爱综合网| .国产精品久久| 天美传媒精品一区二区| 亚洲性久久影院| 久久久久久国产a免费观看| 成人美女网站在线观看视频| 爱豆传媒免费全集在线观看| 精品人妻一区二区三区麻豆| 亚洲av男天堂| 久久精品国产鲁丝片午夜精品| 黄片wwwwww| 色视频www国产| 日本免费一区二区三区高清不卡| 精品欧美国产一区二区三| 女同久久另类99精品国产91| 免费搜索国产男女视频| 一个人看的www免费观看视频| 亚洲七黄色美女视频| 国产伦在线观看视频一区| 亚洲无线在线观看| kizo精华| 国产精品女同一区二区软件| 国产免费男女视频| av在线播放精品| 欧美激情国产日韩精品一区| 欧美性猛交╳xxx乱大交人| 午夜视频国产福利| 91久久精品国产一区二区三区| 成人一区二区视频在线观看| 天堂√8在线中文| 国产日韩欧美在线精品| 色吧在线观看| 国产色爽女视频免费观看| 久久婷婷人人爽人人干人人爱| 欧美另类亚洲清纯唯美| 久久婷婷人人爽人人干人人爱| 亚洲av电影不卡..在线观看| 国产高清激情床上av| 成人亚洲精品av一区二区| 免费观看a级毛片全部| 干丝袜人妻中文字幕| 亚洲真实伦在线观看| 久久人人爽人人片av| 亚洲精品自拍成人| 午夜激情福利司机影院| 久久久午夜欧美精品| 午夜激情欧美在线| 国产三级在线视频| 成人鲁丝片一二三区免费| 国产三级在线视频| 91精品国产九色| 97人妻精品一区二区三区麻豆| 成人二区视频| 少妇丰满av| 精品99又大又爽又粗少妇毛片| www日本黄色视频网| 国产精品蜜桃在线观看 | 久久精品国产亚洲网站| 亚洲自拍偷在线| 性欧美人与动物交配| 亚洲成人精品中文字幕电影| 欧美成人免费av一区二区三区| av国产免费在线观看| 久久精品国产99精品国产亚洲性色| 久久人人精品亚洲av| 日韩亚洲欧美综合| 欧美最新免费一区二区三区| or卡值多少钱| 亚洲色图av天堂| 91aial.com中文字幕在线观看| 在线观看美女被高潮喷水网站| 成人美女网站在线观看视频| 欧美又色又爽又黄视频| 插阴视频在线观看视频| 久久精品国产亚洲av涩爱 | 可以在线观看毛片的网站| 日韩欧美一区二区三区在线观看| 欧美3d第一页| 欧美精品一区二区大全| 欧美激情在线99| 久久久欧美国产精品| 精品午夜福利在线看| 精品99又大又爽又粗少妇毛片| 91aial.com中文字幕在线观看| 欧美xxxx性猛交bbbb| 黄色一级大片看看| 欧美性猛交黑人性爽| 最近最新中文字幕大全电影3| 日韩中字成人| 国产成人aa在线观看| 国产成人freesex在线| 国产精品免费一区二区三区在线| 国产日本99.免费观看| 三级国产精品欧美在线观看| 欧美激情在线99| 99精品在免费线老司机午夜| 菩萨蛮人人尽说江南好唐韦庄 | 综合色丁香网| 老司机福利观看| av天堂在线播放| 麻豆成人午夜福利视频| 精品不卡国产一区二区三区| 黄色视频,在线免费观看| 精品国内亚洲2022精品成人| 国产精品av视频在线免费观看| 精品99又大又爽又粗少妇毛片| 国产伦精品一区二区三区视频9| 天堂影院成人在线观看| 国产国拍精品亚洲av在线观看| 天堂av国产一区二区熟女人妻| 国产视频首页在线观看| 亚洲最大成人中文| 一级毛片我不卡| 国产一级毛片七仙女欲春2| 老司机影院成人| 久久热精品热| 久久精品国产99精品国产亚洲性色| 3wmmmm亚洲av在线观看| 国产亚洲av片在线观看秒播厂 | 亚洲欧美日韩卡通动漫| 人妻久久中文字幕网| 男的添女的下面高潮视频| 99国产精品一区二区蜜桃av| 又黄又爽又刺激的免费视频.| av在线观看视频网站免费| 久久久国产成人免费| 免费av不卡在线播放| 日韩成人av中文字幕在线观看| 国产精品电影一区二区三区| 色吧在线观看| 国内久久婷婷六月综合欲色啪| 18禁黄网站禁片免费观看直播| 久久精品国产亚洲网站| 两个人的视频大全免费| 美女内射精品一级片tv| 国产伦在线观看视频一区| 一级毛片电影观看 | 一级黄片播放器| 一区二区三区高清视频在线| 国内精品宾馆在线| 91狼人影院| 永久网站在线| 18禁裸乳无遮挡免费网站照片| 亚洲色图av天堂| 少妇猛男粗大的猛烈进出视频 | 边亲边吃奶的免费视频| 最近手机中文字幕大全| 在线观看免费视频日本深夜| 美女内射精品一级片tv| 不卡视频在线观看欧美| 国产黄片视频在线免费观看| 伦精品一区二区三区| 美女xxoo啪啪120秒动态图| 小蜜桃在线观看免费完整版高清| 亚洲无线在线观看| 黄色欧美视频在线观看| 国产av不卡久久| 国产日韩欧美在线精品| 哪个播放器可以免费观看大片| 成年免费大片在线观看| 男人舔奶头视频| 亚洲色图av天堂| 99热这里只有是精品在线观看| 国产一级毛片七仙女欲春2| 能在线免费看毛片的网站| .国产精品久久| 欧美zozozo另类| 久久鲁丝午夜福利片| 欧美一区二区亚洲| 亚洲精品456在线播放app| 天堂中文最新版在线下载 | 一本久久中文字幕| 99视频精品全部免费 在线| av卡一久久| 免费av不卡在线播放| 综合色丁香网| 久久精品国产亚洲av涩爱 | 国产免费男女视频| 青青草视频在线视频观看| 中文字幕av在线有码专区| 色哟哟·www| 看片在线看免费视频| 久久人人爽人人爽人人片va| 欧美一级a爱片免费观看看| 久久中文看片网| 国产高清三级在线| 日韩三级伦理在线观看| 亚洲av电影不卡..在线观看| 国产av在哪里看| 性欧美人与动物交配| 最好的美女福利视频网| 麻豆乱淫一区二区| 日本五十路高清| 国产69精品久久久久777片| av天堂在线播放| 欧美一区二区精品小视频在线| 久久午夜福利片| 国产日韩欧美在线精品| 亚洲电影在线观看av| 禁无遮挡网站| ponron亚洲| 国产中年淑女户外野战色| 日本与韩国留学比较| 欧美成人免费av一区二区三区| 一区福利在线观看| 亚洲国产精品国产精品| 亚洲18禁久久av| av专区在线播放| 噜噜噜噜噜久久久久久91| 在线播放无遮挡| 最近中文字幕高清免费大全6| 日韩,欧美,国产一区二区三区 | 国产一区二区亚洲精品在线观看| 亚洲在线自拍视频| 日韩欧美三级三区| 变态另类丝袜制服| 国内久久婷婷六月综合欲色啪| 草草在线视频免费看| 嘟嘟电影网在线观看| 此物有八面人人有两片| 非洲黑人性xxxx精品又粗又长| 精品人妻偷拍中文字幕| 国产麻豆成人av免费视频| 国产爱豆传媒在线观看| 精品久久国产蜜桃| 蜜桃久久精品国产亚洲av| 久久久久久伊人网av| 精品国内亚洲2022精品成人| 激情 狠狠 欧美| 特级一级黄色大片| 最近中文字幕高清免费大全6| .国产精品久久| 久久久久网色| 亚洲自拍偷在线| 亚洲美女搞黄在线观看| 亚洲av男天堂| 99热精品在线国产| 黄色视频,在线免费观看| 久久久久国产网址| 天天躁日日操中文字幕| 三级经典国产精品| av卡一久久| 国产熟女欧美一区二区| 久久久久九九精品影院| 亚洲欧美精品自产自拍| 亚洲国产精品成人久久小说 | 综合色丁香网| 白带黄色成豆腐渣| 久久久久九九精品影院| 身体一侧抽搐| 亚洲欧美中文字幕日韩二区| 亚洲av中文av极速乱| 欧美丝袜亚洲另类| 中文欧美无线码| 午夜精品国产一区二区电影 | 国产精品国产三级国产av玫瑰| 黄色欧美视频在线观看| 欧美性猛交黑人性爽| 亚洲,欧美,日韩| av视频在线观看入口| 波野结衣二区三区在线| 在现免费观看毛片| 亚洲精品自拍成人| 干丝袜人妻中文字幕| 99久久精品一区二区三区| 爱豆传媒免费全集在线观看| 一级毛片aaaaaa免费看小| 国产成人福利小说| 欧美高清成人免费视频www| 我要搜黄色片| 日韩,欧美,国产一区二区三区 | 久久综合国产亚洲精品| 三级经典国产精品| 老司机影院成人| 久久精品人妻少妇| 亚洲av不卡在线观看| 美女黄网站色视频| 亚洲三级黄色毛片| 免费观看人在逋| 夫妻性生交免费视频一级片| 1024手机看黄色片| 人妻夜夜爽99麻豆av| 国产精品一二三区在线看| 亚洲美女视频黄频| 成人综合一区亚洲| 国产精品女同一区二区软件| .国产精品久久| 久99久视频精品免费| 自拍偷自拍亚洲精品老妇| 国产精品久久电影中文字幕| 深夜精品福利| 亚洲国产日韩欧美精品在线观看| 国产成人a∨麻豆精品| 91久久精品电影网| 欧美丝袜亚洲另类| 热99在线观看视频| 十八禁国产超污无遮挡网站| a级毛片免费高清观看在线播放| 国产成人freesex在线| 性插视频无遮挡在线免费观看| 边亲边吃奶的免费视频| 欧美成人精品欧美一级黄| 日日撸夜夜添| 国产精品电影一区二区三区| 超碰av人人做人人爽久久| 在线观看66精品国产| 久久精品夜色国产| 久久精品夜夜夜夜夜久久蜜豆| 日韩视频在线欧美| 日韩成人av中文字幕在线观看|