• <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一区麻豆 | 免费久久久久久久精品成人欧美视频| 卡戴珊不雅视频在线播放| 天堂俺去俺来也www色官网| 日本91视频免费播放| 大香蕉久久网| 99热国产这里只有精品6| 欧美中文综合在线视频| 男人爽女人下面视频在线观看| 晚上一个人看的免费电影| 国产精品不卡视频一区二区| 日韩人妻精品一区2区三区| 久久久久久伊人网av| 国产激情久久老熟女| 校园人妻丝袜中文字幕| 日韩免费高清中文字幕av| 在线 av 中文字幕| 一级爰片在线观看| 成年美女黄网站色视频大全免费| 99热网站在线观看| 午夜日韩欧美国产| 亚洲av在线观看美女高潮| 亚洲成av片中文字幕在线观看 | 国产精品成人在线| 久久精品国产鲁丝片午夜精品| 天天躁狠狠躁夜夜躁狠狠躁| 一区二区日韩欧美中文字幕| 黄色配什么色好看| 亚洲国产日韩一区二区| 大陆偷拍与自拍| 亚洲精品自拍成人| 亚洲天堂av无毛| 啦啦啦在线观看免费高清www| 中国国产av一级| 男女高潮啪啪啪动态图| 久久午夜综合久久蜜桃| 成人国语在线视频| 91aial.com中文字幕在线观看| 精品国产一区二区久久| 多毛熟女@视频| 天美传媒精品一区二区| 久久午夜福利片| 黄片播放在线免费| 高清欧美精品videossex| 欧美精品亚洲一区二区| 丰满饥渴人妻一区二区三| 啦啦啦啦在线视频资源| 天天躁夜夜躁狠狠躁躁| 国产午夜精品一二区理论片| 人成视频在线观看免费观看| 大话2 男鬼变身卡| 日韩不卡一区二区三区视频在线| 日本av手机在线免费观看| 亚洲五月色婷婷综合| 国产色婷婷99| 叶爱在线成人免费视频播放| 日韩伦理黄色片| 日韩成人av中文字幕在线观看| 少妇熟女欧美另类| 亚洲精品久久成人aⅴ小说| 午夜福利在线观看免费完整高清在| 久久精品久久久久久噜噜老黄| 制服人妻中文乱码| 午夜激情av网站| 精品一区二区三卡| 美女午夜性视频免费| 91精品三级在线观看| 久久精品国产亚洲av高清一级| 日韩制服骚丝袜av| 各种免费的搞黄视频| 久久综合国产亚洲精品| 下体分泌物呈黄色| 美女午夜性视频免费| 国产免费福利视频在线观看| 十分钟在线观看高清视频www| 嫩草影院入口| 狠狠精品人妻久久久久久综合| 国产毛片在线视频| 18在线观看网站| 激情五月婷婷亚洲| 狂野欧美激情性bbbbbb| h视频一区二区三区| 亚洲一码二码三码区别大吗| xxx大片免费视频| 色播在线永久视频| 一级a爱视频在线免费观看| 国产xxxxx性猛交| 精品国产露脸久久av麻豆| 哪个播放器可以免费观看大片| 最近最新中文字幕免费大全7| 黄色怎么调成土黄色| 韩国av在线不卡| 国产一区有黄有色的免费视频| 在线精品无人区一区二区三| 亚洲av电影在线进入| 汤姆久久久久久久影院中文字幕| 欧美国产精品一级二级三级| 下体分泌物呈黄色| 欧美精品高潮呻吟av久久| www.av在线官网国产| 午夜福利在线观看免费完整高清在| 日本午夜av视频| 免费观看a级毛片全部| 亚洲av日韩在线播放| 亚洲精品aⅴ在线观看| av网站在线播放免费| 亚洲一区中文字幕在线| 国产精品麻豆人妻色哟哟久久| 欧美日韩综合久久久久久| 中文字幕人妻熟女乱码| av在线播放精品| 亚洲精品国产av蜜桃| 熟女av电影| freevideosex欧美| 搡女人真爽免费视频火全软件| 亚洲,一卡二卡三卡| 一二三四在线观看免费中文在| 久久精品国产鲁丝片午夜精品| 国产精品香港三级国产av潘金莲 | 午夜91福利影院| 国产在线一区二区三区精| 国产男女超爽视频在线观看| 亚洲国产av新网站| 国产片内射在线| 校园人妻丝袜中文字幕| 秋霞在线观看毛片| 少妇熟女欧美另类| 久久久久视频综合| 中国国产av一级| a级毛片黄视频| 99久久人妻综合| 在线观看人妻少妇| 美女国产高潮福利片在线看| 伊人久久国产一区二区| 少妇被粗大的猛进出69影院| 欧美日韩综合久久久久久| 国产麻豆69| 国产男人的电影天堂91| av天堂久久9| 在现免费观看毛片| 免费黄色在线免费观看| av在线老鸭窝| 黄色一级大片看看| 国产精品成人在线| 97在线视频观看| 一本久久精品| 成年av动漫网址| 中文字幕人妻丝袜一区二区 | 大陆偷拍与自拍| 免费在线观看黄色视频的| 国产人伦9x9x在线观看 | 寂寞人妻少妇视频99o| 久久这里只有精品19| 日本爱情动作片www.在线观看| 国产乱来视频区| 成年女人在线观看亚洲视频| 久久久国产精品麻豆| 日韩中文字幕视频在线看片| 蜜桃国产av成人99| 天天操日日干夜夜撸| 欧美国产精品一级二级三级| 亚洲国产精品国产精品| 国产黄频视频在线观看| 午夜日韩欧美国产| 久久这里有精品视频免费| 亚洲天堂av无毛| 久久久久久久精品精品| 亚洲av综合色区一区| 看免费成人av毛片| 国产精品免费大片| 欧美成人午夜免费资源| 这个男人来自地球电影免费观看 | 女人被躁到高潮嗷嗷叫费观| 精品福利永久在线观看| 国产综合精华液| 久久精品国产亚洲av天美| 国产成人精品无人区| 黑人欧美特级aaaaaa片| 久久久a久久爽久久v久久| 汤姆久久久久久久影院中文字幕| 一本大道久久a久久精品| 18禁国产床啪视频网站| 成年女人毛片免费观看观看9 | 日本猛色少妇xxxxx猛交久久| 久久精品久久久久久久性| 99精国产麻豆久久婷婷| av又黄又爽大尺度在线免费看| 午夜91福利影院| 伊人久久国产一区二区| 国产精品成人在线| 男人爽女人下面视频在线观看| 久久精品国产亚洲av涩爱| 国产熟女午夜一区二区三区| 亚洲欧美一区二区三区国产| 久久久久久久久久人人人人人人| 观看美女的网站| 丁香六月天网| 18在线观看网站| 精品国产国语对白av| 一区二区日韩欧美中文字幕| av片东京热男人的天堂| 免费看av在线观看网站| 电影成人av| 午夜福利视频精品| 深夜精品福利| √禁漫天堂资源中文www| 女的被弄到高潮叫床怎么办| 免费观看在线日韩| 黄色毛片三级朝国网站| 青春草视频在线免费观看| 成人黄色视频免费在线看| 亚洲成人手机| 熟女av电影| 十分钟在线观看高清视频www| 麻豆精品久久久久久蜜桃| 日韩,欧美,国产一区二区三区| 色吧在线观看| 性色av一级| 黄频高清免费视频| 亚洲色图综合在线观看| 午夜免费男女啪啪视频观看| 成人国语在线视频| 欧美成人午夜免费资源| 91aial.com中文字幕在线观看| 欧美人与性动交α欧美软件| 看十八女毛片水多多多| 国产精品 欧美亚洲| 天天躁夜夜躁狠狠躁躁| 亚洲精品aⅴ在线观看| av网站在线播放免费| av网站在线播放免费| 天天操日日干夜夜撸| 久久精品国产自在天天线| 色视频在线一区二区三区| 丰满饥渴人妻一区二区三| 伦精品一区二区三区| av免费观看日本| 91精品伊人久久大香线蕉| 黑人巨大精品欧美一区二区蜜桃| 亚洲成色77777| 桃花免费在线播放| 女性被躁到高潮视频| 成年动漫av网址| 男女啪啪激烈高潮av片| √禁漫天堂资源中文www| 国产乱来视频区| 人人妻人人爽人人添夜夜欢视频| 免费观看a级毛片全部| 午夜日韩欧美国产| 国产色婷婷99| 国产 一区精品| 国产av国产精品国产| 新久久久久国产一级毛片| 超色免费av| 中文字幕精品免费在线观看视频| 久久精品人人爽人人爽视色| 看免费av毛片| 午夜福利,免费看| av网站在线播放免费| www.自偷自拍.com| 美女主播在线视频| 婷婷成人精品国产| 国产精品偷伦视频观看了| a级毛片黄视频| 亚洲人成77777在线视频| 青青草视频在线视频观看| 精品一区二区三卡| 精品久久蜜臀av无| 丝袜喷水一区| 亚洲伊人久久精品综合| 18禁动态无遮挡网站| 这个男人来自地球电影免费观看 | 丰满饥渴人妻一区二区三| 满18在线观看网站| 亚洲四区av| 国产在线免费精品| 啦啦啦中文免费视频观看日本| 欧美变态另类bdsm刘玥| 高清av免费在线| 国产日韩欧美亚洲二区| 久久久精品国产亚洲av高清涩受| 国产一级毛片在线| 日本av免费视频播放| 下体分泌物呈黄色| 纵有疾风起免费观看全集完整版| 高清欧美精品videossex| 精品酒店卫生间| 国产日韩一区二区三区精品不卡| 午夜免费观看性视频| 十分钟在线观看高清视频www| 国产欧美日韩一区二区三区在线| 五月伊人婷婷丁香| 如何舔出高潮| 亚洲天堂av无毛| 亚洲精品成人av观看孕妇| 亚洲av日韩在线播放| 亚洲国产最新在线播放| 人人妻人人澡人人爽人人夜夜| 久久影院123| 午夜免费观看性视频| 免费不卡的大黄色大毛片视频在线观看| 亚洲精品国产av蜜桃| 国产精品成人在线| 热re99久久精品国产66热6| 久久免费观看电影| 下体分泌物呈黄色| 母亲3免费完整高清在线观看 | 日本黄色日本黄色录像| 精品少妇久久久久久888优播| 蜜桃在线观看..| 自拍欧美九色日韩亚洲蝌蚪91| 高清在线视频一区二区三区| 美女国产视频在线观看| 老熟女久久久| 亚洲伊人久久精品综合| 97在线人人人人妻| 99久久中文字幕三级久久日本| 九九爱精品视频在线观看| 黄片无遮挡物在线观看| 建设人人有责人人尽责人人享有的| 国产成人精品无人区| 又黄又粗又硬又大视频| 免费女性裸体啪啪无遮挡网站| 大香蕉久久成人网| 国产乱来视频区| 久久免费观看电影| 亚洲五月色婷婷综合| av网站免费在线观看视频| 欧美国产精品va在线观看不卡| 久久av网站| 国产人伦9x9x在线观看 | 国产av国产精品国产| 亚洲男人天堂网一区| 国产高清国产精品国产三级| 1024香蕉在线观看| 搡老乐熟女国产| 日韩欧美一区视频在线观看| 免费av中文字幕在线| 日韩电影二区| 欧美少妇被猛烈插入视频| 美女中出高潮动态图| 亚洲国产欧美在线一区| 久久狼人影院| 午夜久久久在线观看| 久久久久久久亚洲中文字幕| 久久久久视频综合| 美女中出高潮动态图| 国产男人的电影天堂91| 在线观看免费视频网站a站| 啦啦啦在线观看免费高清www| 精品亚洲成a人片在线观看| 日韩一卡2卡3卡4卡2021年| 黑人巨大精品欧美一区二区蜜桃| 日本vs欧美在线观看视频| 久久精品国产a三级三级三级| 亚洲欧洲国产日韩| 国产日韩欧美亚洲二区| 日韩中文字幕视频在线看片| 美女午夜性视频免费| 亚洲av福利一区| 国产xxxxx性猛交| 欧美精品国产亚洲| 两个人免费观看高清视频| 国产激情久久老熟女| 国产精品香港三级国产av潘金莲 | 日韩制服骚丝袜av| 日本91视频免费播放| 成人国语在线视频| 亚洲国产看品久久| 久久久精品94久久精品| 黄片小视频在线播放| 久久久久人妻精品一区果冻| 欧美激情 高清一区二区三区| 国产一区二区 视频在线| 国产伦理片在线播放av一区| 观看美女的网站| 老汉色av国产亚洲站长工具| 美女福利国产在线| 国产男女超爽视频在线观看| 国产精品久久久久成人av| 永久网站在线| 水蜜桃什么品种好| 大香蕉久久成人网| 久久久久久人人人人人| 亚洲欧洲国产日韩| 波多野结衣av一区二区av| 一级毛片 在线播放| 国产野战对白在线观看| 大片电影免费在线观看免费| 精品人妻在线不人妻| 欧美精品av麻豆av| 91精品三级在线观看| 啦啦啦中文免费视频观看日本| 黄色一级大片看看| 性色avwww在线观看| 一级毛片黄色毛片免费观看视频| www日本在线高清视频| 精品福利永久在线观看| 三级国产精品片| 亚洲人成电影观看| 18禁动态无遮挡网站| 搡女人真爽免费视频火全软件| 精品亚洲乱码少妇综合久久| 中文字幕色久视频| 国产xxxxx性猛交| 亚洲欧洲日产国产| 深夜精品福利| 国产精品久久久久久av不卡| 国产探花极品一区二区| 亚洲成国产人片在线观看| 亚洲精品第二区| 国产精品麻豆人妻色哟哟久久| 波多野结衣一区麻豆| 9热在线视频观看99| 国产日韩欧美在线精品| 美女主播在线视频| 狂野欧美激情性bbbbbb| 黄频高清免费视频| 好男人视频免费观看在线| 亚洲精品美女久久av网站| 青春草亚洲视频在线观看| 一区福利在线观看| 视频区图区小说| 麻豆精品久久久久久蜜桃| 久久久久久久久久久久大奶| 人妻人人澡人人爽人人| 日韩熟女老妇一区二区性免费视频| 亚洲国产精品一区三区| 青春草视频在线免费观看| 成人国语在线视频| 熟妇人妻不卡中文字幕| 免费人妻精品一区二区三区视频| 久久久久精品性色| 欧美日韩一区二区视频在线观看视频在线| 精品少妇久久久久久888优播| 蜜桃在线观看..| 多毛熟女@视频| 久久久国产欧美日韩av| 少妇的丰满在线观看| 一区二区日韩欧美中文字幕| 观看美女的网站| 成人亚洲精品一区在线观看| 我要看黄色一级片免费的| 欧美精品一区二区大全| 国产无遮挡羞羞视频在线观看| 国产极品粉嫩免费观看在线| 丝袜在线中文字幕| 色吧在线观看| 欧美变态另类bdsm刘玥| 亚洲 欧美一区二区三区| 成人亚洲欧美一区二区av| 五月天丁香电影| 2022亚洲国产成人精品| 飞空精品影院首页| 一本—道久久a久久精品蜜桃钙片| 在线观看免费视频网站a站| 国产乱人偷精品视频| 日韩一卡2卡3卡4卡2021年| 天天影视国产精品| 成人18禁高潮啪啪吃奶动态图| 亚洲国产日韩一区二区| 又黄又粗又硬又大视频| freevideosex欧美| 成年av动漫网址| 中文字幕色久视频| 久久亚洲国产成人精品v| 中文字幕av电影在线播放| 国产av码专区亚洲av| 亚洲精品日本国产第一区| 超色免费av| 自线自在国产av| 777米奇影视久久| 国产精品不卡视频一区二区| 精品少妇内射三级| 亚洲av日韩在线播放| 人妻系列 视频| 国产 一区精品| 男女午夜视频在线观看| 精品一区在线观看国产| 国产白丝娇喘喷水9色精品| 热99国产精品久久久久久7| 亚洲av国产av综合av卡| 九九爱精品视频在线观看| av网站在线播放免费| 人妻一区二区av| 午夜福利视频精品| 男的添女的下面高潮视频| 激情视频va一区二区三区| 菩萨蛮人人尽说江南好唐韦庄| 一区福利在线观看| 亚洲 欧美一区二区三区| 中文字幕人妻丝袜制服| 在线免费观看不下载黄p国产| 久久精品国产自在天天线| 一级爰片在线观看| 久久热在线av| 国产成人精品在线电影| av女优亚洲男人天堂| 亚洲熟女精品中文字幕| 国产一区有黄有色的免费视频| 久久久久人妻精品一区果冻| 免费高清在线观看日韩| 免费黄色在线免费观看| 久久久精品国产亚洲av高清涩受| 久久精品aⅴ一区二区三区四区 | 国产av一区二区精品久久| 欧美日韩视频高清一区二区三区二| 大陆偷拍与自拍| 亚洲精品第二区| 亚洲美女视频黄频| av视频免费观看在线观看| 久久 成人 亚洲| 国产女主播在线喷水免费视频网站| 亚洲精品中文字幕在线视频| 十分钟在线观看高清视频www| 国产又色又爽无遮挡免| 亚洲国产欧美网| 香蕉丝袜av| 日韩av免费高清视频| 亚洲第一av免费看| 久久久精品94久久精品| 熟女av电影| 午夜久久久在线观看| 男女啪啪激烈高潮av片| 久久精品久久久久久久性| 26uuu在线亚洲综合色| av在线app专区| 亚洲成国产人片在线观看| av线在线观看网站| 国产精品亚洲av一区麻豆 | 一区福利在线观看| 国产高清国产精品国产三级| 国产探花极品一区二区| 校园人妻丝袜中文字幕| 女性生殖器流出的白浆| 热re99久久国产66热| 成人亚洲精品一区在线观看| 精品少妇内射三级| 国产精品av久久久久免费| 热re99久久国产66热| 99国产综合亚洲精品| 老司机影院成人| 免费高清在线观看视频在线观看| 丰满饥渴人妻一区二区三| 午夜av观看不卡| 婷婷成人精品国产| 国产极品粉嫩免费观看在线| 精品亚洲乱码少妇综合久久| 一本色道久久久久久精品综合| 免费少妇av软件| 丰满乱子伦码专区| 午夜福利,免费看| 久久 成人 亚洲| 叶爱在线成人免费视频播放| 久久久久网色| 欧美精品人与动牲交sv欧美| 在线免费观看不下载黄p国产| 午夜av观看不卡| 久久精品国产亚洲av天美| 亚洲av.av天堂| 免费少妇av软件| 有码 亚洲区| kizo精华| 午夜免费鲁丝| videosex国产| av国产久精品久网站免费入址| 亚洲欧美精品自产自拍| 免费黄色在线免费观看| 久久久久精品久久久久真实原创| 国产亚洲av片在线观看秒播厂| av网站在线播放免费| 国产精品国产av在线观看| 青春草亚洲视频在线观看| 色94色欧美一区二区| a级毛片黄视频| 久久99精品国语久久久| 亚洲精品国产av蜜桃| xxx大片免费视频| 亚洲国产精品999| 国产免费一区二区三区四区乱码| 永久网站在线| 丰满饥渴人妻一区二区三| 欧美亚洲 丝袜 人妻 在线| 国产成人欧美| 99久久中文字幕三级久久日本| 午夜福利一区二区在线看| 高清不卡的av网站| 成人毛片60女人毛片免费| 超碰97精品在线观看| 日本午夜av视频| 国产日韩欧美亚洲二区| 黑人猛操日本美女一级片| 女性生殖器流出的白浆| 日韩免费高清中文字幕av| 91午夜精品亚洲一区二区三区| 女的被弄到高潮叫床怎么办| 中文字幕色久视频| 国产毛片在线视频| 热re99久久国产66热| 交换朋友夫妻互换小说| 激情视频va一区二区三区| 99久久中文字幕三级久久日本| kizo精华| 人妻人人澡人人爽人人| 超色免费av| av线在线观看网站| www.熟女人妻精品国产| 韩国精品一区二区三区| 各种免费的搞黄视频| 亚洲人成网站在线观看播放|