• <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/).

    日本一二三区视频观看| 麻豆av噜噜一区二区三区| 亚洲av第一区精品v没综合| 久久久久久大精品| 男女之事视频高清在线观看| 一个人观看的视频www高清免费观看| 国产高清激情床上av| 国产精品一及| 黄片wwwwww| 国产黄a三级三级三级人| 22中文网久久字幕| 国内精品美女久久久久久| 欧美一区二区精品小视频在线| 菩萨蛮人人尽说江南好唐韦庄 | 麻豆一二三区av精品| 黄色一级大片看看| 看非洲黑人一级黄片| 丰满乱子伦码专区| 午夜激情福利司机影院| 亚洲欧美精品综合久久99| 看黄色毛片网站| 日本-黄色视频高清免费观看| 国产精品av视频在线免费观看| 美女xxoo啪啪120秒动态图| 别揉我奶头~嗯~啊~动态视频| 国产大屁股一区二区在线视频| 白带黄色成豆腐渣| 婷婷六月久久综合丁香| 午夜老司机福利剧场| 成年av动漫网址| 伦精品一区二区三区| 又黄又爽又刺激的免费视频.| 又黄又爽又免费观看的视频| 亚洲精品成人久久久久久| av在线天堂中文字幕| 国产美女午夜福利| 18+在线观看网站| 小说图片视频综合网站| 国产精品国产三级国产av玫瑰| 免费搜索国产男女视频| 日本三级黄在线观看| 国产精品99久久久久久久久| 村上凉子中文字幕在线| 久久久久久大精品| 久久人人爽人人片av| 中文字幕久久专区| 亚洲激情五月婷婷啪啪| 亚洲av美国av| 精品久久久久久久末码| 又爽又黄a免费视频| 天天一区二区日本电影三级| 看非洲黑人一级黄片| 亚洲七黄色美女视频| 久久人人爽人人片av| 人人妻人人看人人澡| 国产精品综合久久久久久久免费| 久久久久久国产a免费观看| 国产淫片久久久久久久久| 国产又黄又爽又无遮挡在线| 亚洲人成网站在线播放欧美日韩| 国产成年人精品一区二区| 性色avwww在线观看| 亚洲国产精品国产精品| 成人亚洲欧美一区二区av| 少妇丰满av| 岛国在线免费视频观看| 蜜桃久久精品国产亚洲av| 久久久久国产精品人妻aⅴ院| av在线观看视频网站免费| 丰满乱子伦码专区| 女人被狂操c到高潮| 日韩一区二区视频免费看| 亚洲欧美精品自产自拍| 97在线视频观看| 麻豆国产av国片精品| 国产综合懂色| 国内少妇人妻偷人精品xxx网站| 亚洲精品色激情综合| 99riav亚洲国产免费| 国产精品永久免费网站| 在线观看66精品国产| 在线观看一区二区三区| 一边摸一边抽搐一进一小说| 精品久久久久久成人av| 一个人看的www免费观看视频| 18禁黄网站禁片免费观看直播| 国产精品精品国产色婷婷| 国产精品美女特级片免费视频播放器| 日韩成人伦理影院| 一级a爱片免费观看的视频| 国产高清有码在线观看视频| 亚洲第一电影网av| 两个人的视频大全免费| 久久久精品欧美日韩精品| 麻豆av噜噜一区二区三区| 两性午夜刺激爽爽歪歪视频在线观看| 午夜福利18| 露出奶头的视频| 久久久久性生活片| 亚洲欧美日韩东京热| 亚洲成人精品中文字幕电影| 欧美zozozo另类| 美女高潮的动态| 午夜免费男女啪啪视频观看 | 嫩草影院入口| 精品久久久久久久久久久久久| 波野结衣二区三区在线| 久久婷婷人人爽人人干人人爱| 一个人观看的视频www高清免费观看| 九九爱精品视频在线观看| 波野结衣二区三区在线| 国产欧美日韩精品亚洲av| 欧美色视频一区免费| 老女人水多毛片| 在线观看66精品国产| 99热只有精品国产| 热99re8久久精品国产| 亚洲国产日韩欧美精品在线观看| 自拍偷自拍亚洲精品老妇| 国产黄色小视频在线观看| 国产69精品久久久久777片| 欧美日韩国产亚洲二区| 日本色播在线视频| 欧美一区二区国产精品久久精品| 成年免费大片在线观看| 国产黄片美女视频| 哪里可以看免费的av片| 欧美3d第一页| 国产视频一区二区在线看| 高清日韩中文字幕在线| 国内精品宾馆在线| 国产精品野战在线观看| 久久精品夜夜夜夜夜久久蜜豆| 嫩草影院入口| 国产精品伦人一区二区| 中文字幕人妻熟人妻熟丝袜美| 日韩成人伦理影院| 嫩草影视91久久| 欧美bdsm另类| 少妇裸体淫交视频免费看高清| 六月丁香七月| 好男人在线观看高清免费视频| 国产精品久久久久久久久免| 亚洲三级黄色毛片| 少妇高潮的动态图| 欧美日韩一区二区视频在线观看视频在线 | 亚洲成av人片在线播放无| 亚洲精品一卡2卡三卡4卡5卡| 波多野结衣高清无吗| 色噜噜av男人的天堂激情| 一级毛片电影观看 | 日韩国内少妇激情av| 国产精品亚洲一级av第二区| 久久人人精品亚洲av| 九色成人免费人妻av| 毛片一级片免费看久久久久| 日韩 亚洲 欧美在线| 人妻丰满熟妇av一区二区三区| 国语自产精品视频在线第100页| 日韩欧美一区二区三区在线观看| 午夜爱爱视频在线播放| 99久久九九国产精品国产免费| 久久精品国产清高在天天线| 成人性生交大片免费视频hd| 老熟妇乱子伦视频在线观看| 男女边吃奶边做爰视频| 色av中文字幕| av在线蜜桃| 日韩强制内射视频| 中文在线观看免费www的网站| 一区二区三区高清视频在线| 91久久精品国产一区二区成人| 久久久a久久爽久久v久久| 91久久精品电影网| 99久久无色码亚洲精品果冻| 看黄色毛片网站| 欧美bdsm另类| 在线免费观看不下载黄p国产| 欧美激情久久久久久爽电影| 成人特级av手机在线观看| 干丝袜人妻中文字幕| 成人亚洲欧美一区二区av| 国产一区二区在线av高清观看| 男人狂女人下面高潮的视频| 国产精品1区2区在线观看.| 麻豆国产97在线/欧美| 免费看日本二区| 国产熟女欧美一区二区| 超碰av人人做人人爽久久| 亚洲图色成人| 亚洲乱码一区二区免费版| 亚洲高清免费不卡视频| 欧美日本视频| 色吧在线观看| 精品日产1卡2卡| 亚洲第一区二区三区不卡| 欧美性猛交╳xxx乱大交人| 欧洲精品卡2卡3卡4卡5卡区| 99国产极品粉嫩在线观看| 亚洲高清免费不卡视频| 久久久欧美国产精品| 午夜福利在线观看免费完整高清在 | 久久婷婷人人爽人人干人人爱| 亚洲国产色片| 精品福利观看| 少妇裸体淫交视频免费看高清| 国产 一区 欧美 日韩| av天堂在线播放| 中国美女看黄片| 国产激情偷乱视频一区二区| 国产精品av视频在线免费观看| 别揉我奶头~嗯~啊~动态视频| 日韩,欧美,国产一区二区三区 | 亚洲国产精品sss在线观看| 国模一区二区三区四区视频| 国产午夜精品论理片| av免费在线看不卡| 亚洲av电影不卡..在线观看| 嫩草影视91久久| 天天躁日日操中文字幕| 中国美白少妇内射xxxbb| 99热网站在线观看| 男人狂女人下面高潮的视频| 亚洲激情五月婷婷啪啪| 中国美女看黄片| 日韩在线高清观看一区二区三区| 国产欧美日韩精品亚洲av| 女的被弄到高潮叫床怎么办| 男女啪啪激烈高潮av片| 国产午夜精品论理片| 一进一出好大好爽视频| 国产v大片淫在线免费观看| 两个人的视频大全免费| 日韩高清综合在线| 黄色配什么色好看| 99九九线精品视频在线观看视频| 国内精品久久久久精免费| 3wmmmm亚洲av在线观看| 97超级碰碰碰精品色视频在线观看| 变态另类成人亚洲欧美熟女| 天美传媒精品一区二区| 看片在线看免费视频| 男女做爰动态图高潮gif福利片| 非洲黑人性xxxx精品又粗又长| 日本成人三级电影网站| 99国产精品一区二区蜜桃av| 国产精品不卡视频一区二区| 床上黄色一级片| 色尼玛亚洲综合影院| 老熟妇仑乱视频hdxx| 两个人视频免费观看高清| 日日摸夜夜添夜夜添小说| 久久精品夜夜夜夜夜久久蜜豆| 美女 人体艺术 gogo| 在线观看免费视频日本深夜| 一个人免费在线观看电影| 欧美潮喷喷水| 国产精品一及| 久久久国产成人精品二区| 亚洲一区二区三区色噜噜| 一区二区三区四区激情视频 | 97碰自拍视频| 99在线视频只有这里精品首页| 国内精品一区二区在线观看| 在线观看美女被高潮喷水网站| 亚洲av成人精品一区久久| 少妇丰满av| 欧美xxxx性猛交bbbb| 在线观看免费视频日本深夜| 夜夜爽天天搞| 国内精品一区二区在线观看| 超碰av人人做人人爽久久| 亚洲丝袜综合中文字幕| 美女黄网站色视频| 国产精品永久免费网站| 成人国产麻豆网| 秋霞在线观看毛片| 国内精品美女久久久久久| 欧美激情在线99| 亚洲欧美成人精品一区二区| 一级毛片电影观看 | 亚洲欧美日韩高清专用| 国产精品久久久久久久电影| 欧美成人a在线观看| 国产精品亚洲美女久久久| 国产国拍精品亚洲av在线观看| 99热这里只有精品一区| 国产老妇女一区| 国产一区二区在线av高清观看| 免费大片18禁| 亚洲熟妇熟女久久| 禁无遮挡网站| 午夜精品一区二区三区免费看| 免费在线观看影片大全网站| 搡女人真爽免费视频火全软件 | 久久婷婷人人爽人人干人人爱| 最近手机中文字幕大全| 波多野结衣巨乳人妻| 男女下面进入的视频免费午夜| 久久国内精品自在自线图片| 久久久久久久久久成人| 国产精品,欧美在线| 中文字幕精品亚洲无线码一区| 熟妇人妻久久中文字幕3abv| 一区福利在线观看| 成年女人永久免费观看视频| 在线看三级毛片| 欧美+日韩+精品| 亚洲激情五月婷婷啪啪| or卡值多少钱| 色尼玛亚洲综合影院| 日韩精品青青久久久久久| 一夜夜www| av在线老鸭窝| 99久久久亚洲精品蜜臀av| 床上黄色一级片| 国产精品伦人一区二区| 亚洲一区二区三区色噜噜| 乱人视频在线观看| 国产单亲对白刺激| 成年版毛片免费区| 亚洲熟妇熟女久久| 最近的中文字幕免费完整| 久久99热6这里只有精品| 亚洲三级黄色毛片| 一进一出抽搐gif免费好疼| 2021天堂中文幕一二区在线观| 天美传媒精品一区二区| 国产av一区在线观看免费| 1000部很黄的大片| а√天堂www在线а√下载| 极品教师在线视频| 久久鲁丝午夜福利片| 美女黄网站色视频| 国产人妻一区二区三区在| 99久久九九国产精品国产免费| 日韩欧美一区二区三区在线观看| 精品无人区乱码1区二区| 国产午夜精品论理片| 国产一区二区三区av在线 | АⅤ资源中文在线天堂| 色视频www国产| 亚洲无线观看免费| 日韩中字成人| 在线观看午夜福利视频| 美女 人体艺术 gogo| 最近最新中文字幕大全电影3| 欧美日韩综合久久久久久| 精品人妻视频免费看| 日日干狠狠操夜夜爽| 亚洲美女搞黄在线观看 | 亚洲欧美日韩高清专用| 日日摸夜夜添夜夜添av毛片| 国产精品av视频在线免费观看| 最近手机中文字幕大全| 国产在线男女| 色吧在线观看| 成年av动漫网址| 国内少妇人妻偷人精品xxx网站| av卡一久久| 成人高潮视频无遮挡免费网站| 一级毛片久久久久久久久女| 伊人久久精品亚洲午夜| 日本a在线网址| 亚洲,欧美,日韩| 激情 狠狠 欧美| 成人美女网站在线观看视频| АⅤ资源中文在线天堂| 天堂av国产一区二区熟女人妻| 亚洲精品色激情综合| 久久久a久久爽久久v久久| 久久久成人免费电影| 国产91av在线免费观看| 黄片wwwwww| 蜜桃亚洲精品一区二区三区| 国产精品福利在线免费观看| 免费在线观看成人毛片| 波多野结衣高清无吗| 可以在线观看的亚洲视频| 亚洲一区二区三区色噜噜| 男人和女人高潮做爰伦理| 成人无遮挡网站| 日韩精品中文字幕看吧| 免费人成视频x8x8入口观看| 网址你懂的国产日韩在线| 日日干狠狠操夜夜爽| 搞女人的毛片| 精品免费久久久久久久清纯| 成人高潮视频无遮挡免费网站| 欧美日韩乱码在线| 日韩成人伦理影院| 免费大片18禁| 免费人成在线观看视频色| 菩萨蛮人人尽说江南好唐韦庄 | 偷拍熟女少妇极品色| 久久亚洲国产成人精品v| 18禁在线播放成人免费| 久久精品国产亚洲av涩爱 | 欧美色欧美亚洲另类二区| 久久久久久九九精品二区国产| av女优亚洲男人天堂| 久久热精品热| 99热全是精品| 久久久久久九九精品二区国产| 别揉我奶头~嗯~啊~动态视频| ponron亚洲| 少妇人妻精品综合一区二区 | 菩萨蛮人人尽说江南好唐韦庄 | 99久国产av精品国产电影| 国产精品久久久久久久电影| 麻豆成人午夜福利视频| 亚洲精品日韩在线中文字幕 | 真人做人爱边吃奶动态| 偷拍熟女少妇极品色| 伊人久久精品亚洲午夜| 亚洲婷婷狠狠爱综合网| 精品一区二区三区视频在线观看免费| 国产真实乱freesex| 成人毛片a级毛片在线播放| 99在线视频只有这里精品首页| 欧美不卡视频在线免费观看| 欧美性猛交╳xxx乱大交人| 国产探花极品一区二区| 欧美zozozo另类| av福利片在线观看| 男插女下体视频免费在线播放| 亚洲国产精品合色在线| 欧美性感艳星| 国产伦在线观看视频一区| 午夜亚洲福利在线播放| 亚洲中文日韩欧美视频| АⅤ资源中文在线天堂| 可以在线观看毛片的网站| 天堂√8在线中文| 午夜视频国产福利| 午夜亚洲福利在线播放| 免费av不卡在线播放| 插阴视频在线观看视频| ponron亚洲| 国产日本99.免费观看| 色在线成人网| 国内久久婷婷六月综合欲色啪| av免费在线看不卡| 国产伦精品一区二区三区四那| 我要看日韩黄色一级片| 国产精品一区二区三区四区免费观看 | 又爽又黄a免费视频| 99久久精品热视频| 色av中文字幕| avwww免费| 亚洲av电影不卡..在线观看| 国产成人91sexporn| 精品久久久久久久久久久久久| 深夜精品福利| 中文字幕久久专区| 免费电影在线观看免费观看| 久久草成人影院| 成人毛片a级毛片在线播放| 亚洲欧美日韩卡通动漫| 亚洲人成网站在线观看播放| 亚洲av.av天堂| 亚洲人与动物交配视频| 欧美三级亚洲精品| 两个人视频免费观看高清| 麻豆一二三区av精品| 香蕉av资源在线| 韩国av在线不卡| 99久久久亚洲精品蜜臀av| 欧美成人一区二区免费高清观看| 国产伦在线观看视频一区| 美女黄网站色视频| 高清毛片免费看| 久久国产乱子免费精品| 夜夜夜夜夜久久久久| av在线蜜桃| 亚洲精品久久国产高清桃花| 少妇熟女aⅴ在线视频| 欧美一区二区国产精品久久精品| 国产乱人偷精品视频| 日韩欧美精品v在线| 在线免费十八禁| 精品不卡国产一区二区三区| 国产高清有码在线观看视频| 国产aⅴ精品一区二区三区波| 日本色播在线视频| 在现免费观看毛片| h日本视频在线播放| videossex国产| 久久精品91蜜桃| 男人和女人高潮做爰伦理| 中文亚洲av片在线观看爽| 亚洲欧美中文字幕日韩二区| 国产一区二区三区av在线 | 搡老熟女国产l中国老女人| 丝袜美腿在线中文| av.在线天堂| 精品人妻熟女av久视频| 欧美日本亚洲视频在线播放| 色av中文字幕| 免费电影在线观看免费观看| 麻豆一二三区av精品| 综合色丁香网| 黄色日韩在线| 最近在线观看免费完整版| 99久久久亚洲精品蜜臀av| 日本撒尿小便嘘嘘汇集6| 婷婷色综合大香蕉| 又爽又黄a免费视频| 亚洲熟妇熟女久久| 国产伦在线观看视频一区| 色播亚洲综合网| 亚洲中文字幕一区二区三区有码在线看| 亚洲欧美中文字幕日韩二区| 日韩欧美精品v在线| 久久精品国产鲁丝片午夜精品| 国产精品人妻久久久影院| 在线国产一区二区在线| 一区二区三区四区激情视频 | 在线免费观看的www视频| 可以在线观看毛片的网站| 免费大片18禁| 国产老妇女一区| 久99久视频精品免费| 色在线成人网| 丝袜喷水一区| 噜噜噜噜噜久久久久久91| 国产黄片美女视频| 午夜免费激情av| 国产精品亚洲一级av第二区| 国模一区二区三区四区视频| 波多野结衣巨乳人妻| 女同久久另类99精品国产91| 91在线精品国自产拍蜜月| 国产伦在线观看视频一区| 欧美一区二区国产精品久久精品| 国产精品野战在线观看| 十八禁网站免费在线| 99热这里只有是精品50| 国产亚洲91精品色在线| 国产精品电影一区二区三区| 国产精品人妻久久久影院| 99精品在免费线老司机午夜| 精品乱码久久久久久99久播| 在线播放国产精品三级| 久久精品国产自在天天线| 欧美中文日本在线观看视频| 国产男靠女视频免费网站| 欧美中文日本在线观看视频| 91av网一区二区| 欧美高清性xxxxhd video| 91精品国产九色| 深夜a级毛片| 精品午夜福利视频在线观看一区| www日本黄色视频网| 国产精品伦人一区二区| 少妇人妻一区二区三区视频| 国产69精品久久久久777片| 无遮挡黄片免费观看| 中出人妻视频一区二区| 亚洲美女视频黄频| 久久人妻av系列| 国产一区二区亚洲精品在线观看| 亚洲,欧美,日韩| 成人无遮挡网站| 12—13女人毛片做爰片一| 国产精品嫩草影院av在线观看| 欧美一区二区精品小视频在线| 成人鲁丝片一二三区免费| 最新中文字幕久久久久| 日韩欧美国产在线观看| 国产男人的电影天堂91| 久久久欧美国产精品| 日本免费a在线| 国产老妇女一区| 亚洲成人久久爱视频| 久久国产乱子免费精品| av黄色大香蕉| 哪里可以看免费的av片| 伦精品一区二区三区| 少妇猛男粗大的猛烈进出视频 | 夜夜夜夜夜久久久久| 亚洲精品成人久久久久久| 欧洲精品卡2卡3卡4卡5卡区| 免费电影在线观看免费观看| av黄色大香蕉| 高清日韩中文字幕在线| 亚洲第一电影网av| 十八禁网站免费在线| 内地一区二区视频在线| 精品午夜福利在线看| 欧美日本视频| 最近中文字幕高清免费大全6| 欧美三级亚洲精品| 国产视频内射| 日韩精品有码人妻一区| 日韩大尺度精品在线看网址| 色综合站精品国产| 国产精品国产高清国产av| 亚洲最大成人手机在线| 日本与韩国留学比较| 国产单亲对白刺激| 亚洲综合色惰| 亚洲三级黄色毛片| 中文字幕熟女人妻在线| 天天一区二区日本电影三级| 嫩草影院入口| 三级国产精品欧美在线观看| 99热这里只有是精品在线观看| 国产一区二区在线观看日韩| 真实男女啪啪啪动态图| 久久精品综合一区二区三区| 亚洲最大成人中文| 亚洲欧美清纯卡通| 波多野结衣高清无吗| 欧美另类亚洲清纯唯美|