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

    巨乳人妻的诱惑在线观看| 琪琪午夜伦伦电影理论片6080| 黄片小视频在线播放| 一区二区三区精品91| 国产精品综合久久久久久久免费 | 又黄又粗又硬又大视频| 香蕉久久夜色| 国产伦一二天堂av在线观看| 久久精品亚洲精品国产色婷小说| 亚洲中文日韩欧美视频| 亚洲 欧美一区二区三区| 脱女人内裤的视频| 黑人欧美特级aaaaaa片| 9色porny在线观看| 最新美女视频免费是黄的| 自拍欧美九色日韩亚洲蝌蚪91| 校园春色视频在线观看| 欧美日韩福利视频一区二区| 18禁黄网站禁片午夜丰满| 日本vs欧美在线观看视频| 可以免费在线观看a视频的电影网站| 99久久综合精品五月天人人| 欧美中文综合在线视频| www.熟女人妻精品国产| 中文字幕av电影在线播放| 国产亚洲精品一区二区www| 91在线观看av| 成人国产综合亚洲| 欧美日韩黄片免| 91字幕亚洲| av天堂在线播放| 午夜免费成人在线视频| 18禁观看日本| 国产野战对白在线观看| 18禁观看日本| 欧美av亚洲av综合av国产av| 国产免费av片在线观看野外av| 99在线人妻在线中文字幕| 视频区欧美日本亚洲| 日本 欧美在线| 香蕉国产在线看| 两人在一起打扑克的视频| 成人三级做爰电影| 级片在线观看| 窝窝影院91人妻| 精品高清国产在线一区| 久久久久久久久中文| 好男人在线观看高清免费视频 | 日本三级黄在线观看| 操美女的视频在线观看| 午夜福利视频1000在线观看 | 激情视频va一区二区三区| 亚洲国产精品sss在线观看| 国产亚洲欧美在线一区二区| 90打野战视频偷拍视频| 大型av网站在线播放| 给我免费播放毛片高清在线观看| 久99久视频精品免费| 国产麻豆成人av免费视频| 极品教师在线免费播放| 一区二区三区国产精品乱码| 久久国产精品人妻蜜桃| 日本五十路高清| 好看av亚洲va欧美ⅴa在| 午夜福利影视在线免费观看| 亚洲欧美精品综合一区二区三区| 午夜视频精品福利| 一区二区日韩欧美中文字幕| 欧美激情极品国产一区二区三区| 极品教师在线免费播放| 国产亚洲av嫩草精品影院| 97超级碰碰碰精品色视频在线观看| 精品久久久久久成人av| 一区二区三区国产精品乱码| 九色亚洲精品在线播放| 人人妻,人人澡人人爽秒播| 一区福利在线观看| 在线天堂中文资源库| 国产高清有码在线观看视频 | 国产精品野战在线观看| 老司机深夜福利视频在线观看| 一边摸一边做爽爽视频免费| 黑人巨大精品欧美一区二区蜜桃| 国产一卡二卡三卡精品| 欧美日韩乱码在线| 久久九九热精品免费| 久久草成人影院| 精品一区二区三区av网在线观看| 国产成+人综合+亚洲专区| 麻豆成人av在线观看| 亚洲精品在线观看二区| 国产高清激情床上av| 亚洲av日韩精品久久久久久密| 久久久久久久久久久久大奶| 久久这里只有精品19| 日韩欧美在线二视频| 一级毛片高清免费大全| 亚洲精品一卡2卡三卡4卡5卡| 波多野结衣av一区二区av| АⅤ资源中文在线天堂| 国产精品 国内视频| 亚洲人成伊人成综合网2020| 欧美一级a爱片免费观看看 | av福利片在线| 国产aⅴ精品一区二区三区波| 老司机深夜福利视频在线观看| 国产高清视频在线播放一区| 啦啦啦免费观看视频1| 亚洲av日韩精品久久久久久密| 国产精华一区二区三区| 人人妻人人澡人人看| av天堂久久9| 欧美日本视频| 久久久久久免费高清国产稀缺| 欧美在线黄色| 天天添夜夜摸| 真人一进一出gif抽搐免费| 亚洲欧美精品综合久久99| 啦啦啦观看免费观看视频高清 | 久久亚洲真实| 性欧美人与动物交配| 麻豆一二三区av精品| 久久精品91蜜桃| 国产精品久久久久久精品电影 | 久久精品91无色码中文字幕| 日本vs欧美在线观看视频| 丁香六月欧美| 亚洲国产高清在线一区二区三 | 嫩草影视91久久| 深夜精品福利| av超薄肉色丝袜交足视频| 午夜老司机福利片| 国产精品一区二区免费欧美| 97人妻天天添夜夜摸| 国产亚洲精品第一综合不卡| 亚洲精品美女久久久久99蜜臀| 最近最新免费中文字幕在线| 人妻久久中文字幕网| 香蕉久久夜色| www.自偷自拍.com| 欧美黄色片欧美黄色片| 久久天躁狠狠躁夜夜2o2o| 中文字幕色久视频| 精品卡一卡二卡四卡免费| 女人被躁到高潮嗷嗷叫费观| 一进一出好大好爽视频| 老鸭窝网址在线观看| 欧美乱妇无乱码| av天堂久久9| 国产精品99久久99久久久不卡| 一级a爱片免费观看的视频| 亚洲人成77777在线视频| 青草久久国产| 欧美黄色淫秽网站| 国产aⅴ精品一区二区三区波| 欧美激情久久久久久爽电影 | 精品国产一区二区久久| 欧美日韩一级在线毛片| 中出人妻视频一区二区| 国产aⅴ精品一区二区三区波| 亚洲成a人片在线一区二区| 精品久久久精品久久久| 在线观看一区二区三区| 亚洲一码二码三码区别大吗| 亚洲第一欧美日韩一区二区三区| 久久久久久久久中文| 黄色 视频免费看| 亚洲自拍偷在线| 国产成人欧美| av欧美777| 日韩成人在线观看一区二区三区| 久9热在线精品视频| 99精品久久久久人妻精品| 男男h啪啪无遮挡| 成人特级黄色片久久久久久久| 99国产极品粉嫩在线观看| 变态另类成人亚洲欧美熟女 | 夜夜爽天天搞| 国产激情久久老熟女| 中文字幕久久专区| 一区二区三区激情视频| 久久婷婷人人爽人人干人人爱 | 又紧又爽又黄一区二区| 久久国产乱子伦精品免费另类| 色综合站精品国产| 日韩高清综合在线| 午夜成年电影在线免费观看| 又黄又粗又硬又大视频| 男女午夜视频在线观看| 免费av毛片视频| 一个人免费在线观看的高清视频| 亚洲人成电影免费在线| 国产99久久九九免费精品| 午夜两性在线视频| 亚洲伊人色综图| 少妇被粗大的猛进出69影院| 叶爱在线成人免费视频播放| 国产熟女午夜一区二区三区| 久久人妻av系列| 欧美日韩黄片免| 国产三级黄色录像| 亚洲人成电影观看| 色尼玛亚洲综合影院| 国产免费男女视频| 999久久久国产精品视频| avwww免费| 久久久久久久精品吃奶| 三级毛片av免费| xxx96com| 久热爱精品视频在线9| 国产精品香港三级国产av潘金莲| 一夜夜www| 女人被狂操c到高潮| 美国免费a级毛片| 波多野结衣高清无吗| 国产一区二区在线av高清观看| 久久午夜亚洲精品久久| 久久久久久久久免费视频了| 国产视频一区二区在线看| 亚洲国产精品sss在线观看| 中文字幕另类日韩欧美亚洲嫩草| 精品无人区乱码1区二区| 国产亚洲精品综合一区在线观看 | 最近最新中文字幕大全电影3 | av电影中文网址| 老熟妇仑乱视频hdxx| 久久久国产精品麻豆| 两人在一起打扑克的视频| 美国免费a级毛片| 国产不卡一卡二| 日韩av在线大香蕉| 自拍欧美九色日韩亚洲蝌蚪91| 香蕉久久夜色| 波多野结衣av一区二区av| 久久人妻熟女aⅴ| 精品日产1卡2卡| 曰老女人黄片| 一区福利在线观看| 麻豆av在线久日| www.熟女人妻精品国产| 美女国产高潮福利片在线看| 亚洲欧美激情在线| 99国产精品免费福利视频| 亚洲狠狠婷婷综合久久图片| 波多野结衣一区麻豆| 亚洲精品av麻豆狂野| 一区二区三区高清视频在线| 琪琪午夜伦伦电影理论片6080| 人人妻人人澡人人看| 欧美日本视频| 天天躁狠狠躁夜夜躁狠狠躁| а√天堂www在线а√下载| 国产激情久久老熟女| 侵犯人妻中文字幕一二三四区| 亚洲成人国产一区在线观看| 久久性视频一级片| 久久久久久久久免费视频了| 12—13女人毛片做爰片一| 国产精品爽爽va在线观看网站 | 俄罗斯特黄特色一大片| 成年女人毛片免费观看观看9| 又黄又爽又免费观看的视频| 国产欧美日韩一区二区三| 如日韩欧美国产精品一区二区三区| 免费观看精品视频网站| 黑人巨大精品欧美一区二区蜜桃| 精品久久久久久久毛片微露脸| av片东京热男人的天堂| 不卡av一区二区三区| 久久精品国产亚洲av香蕉五月| 桃红色精品国产亚洲av| 丁香六月欧美| 色在线成人网| 日韩av在线大香蕉| 欧美久久黑人一区二区| 变态另类成人亚洲欧美熟女 | 制服诱惑二区| 黄片播放在线免费| 999精品在线视频| 日韩视频一区二区在线观看| 精品欧美一区二区三区在线| 欧美成人午夜精品| 宅男免费午夜| 中文字幕人妻熟女乱码| 亚洲av成人一区二区三| 村上凉子中文字幕在线| 国产精品精品国产色婷婷| 精品日产1卡2卡| 亚洲精品国产区一区二| 久久中文字幕人妻熟女| 久久国产精品男人的天堂亚洲| 日本欧美视频一区| 18禁美女被吸乳视频| 日韩欧美在线二视频| 在线观看免费视频日本深夜| 一二三四社区在线视频社区8| 国内精品久久久久久久电影| 精品少妇一区二区三区视频日本电影| 国产91精品成人一区二区三区| 亚洲一卡2卡3卡4卡5卡精品中文| 看黄色毛片网站| 一a级毛片在线观看| 亚洲成av人片免费观看| 成人永久免费在线观看视频| 1024香蕉在线观看| 久9热在线精品视频| 91九色精品人成在线观看| 亚洲欧美日韩无卡精品| 一边摸一边抽搐一进一小说| 免费在线观看日本一区| 久久久久亚洲av毛片大全| 免费人成视频x8x8入口观看| 法律面前人人平等表现在哪些方面| 午夜两性在线视频| 久久久精品欧美日韩精品| 人妻久久中文字幕网| 丝袜在线中文字幕| 国产av精品麻豆| 国内久久婷婷六月综合欲色啪| 女人被躁到高潮嗷嗷叫费观| 51午夜福利影视在线观看| 国产精品一区二区在线不卡| 日韩欧美国产一区二区入口| 黄频高清免费视频| 丰满人妻熟妇乱又伦精品不卡| 少妇粗大呻吟视频| 久久精品国产亚洲av高清一级| 国产在线精品亚洲第一网站| av中文乱码字幕在线| 中亚洲国语对白在线视频| 国产精品野战在线观看| 久久狼人影院| 一进一出抽搐动态| 国产精品国产高清国产av| 国产真人三级小视频在线观看| 视频在线观看一区二区三区| 男男h啪啪无遮挡| av欧美777| 一级作爱视频免费观看| 757午夜福利合集在线观看| 一二三四社区在线视频社区8| 中文字幕色久视频| 激情视频va一区二区三区| 久久中文字幕一级| 成人18禁高潮啪啪吃奶动态图| 激情视频va一区二区三区| 午夜亚洲福利在线播放| 国产日韩一区二区三区精品不卡| www.自偷自拍.com| 最近最新中文字幕大全免费视频| 国内精品久久久久精免费| 国产精品久久久av美女十八| 国产av又大| 国产精品国产高清国产av| 深夜精品福利| 精品一区二区三区四区五区乱码| 曰老女人黄片| 国产一区二区激情短视频| 精品久久蜜臀av无| 亚洲欧美激情在线| 久久中文字幕人妻熟女| 久久国产精品人妻蜜桃| 亚洲国产毛片av蜜桃av| 亚洲一卡2卡3卡4卡5卡精品中文| 色老头精品视频在线观看| 成人免费观看视频高清| 国内久久婷婷六月综合欲色啪| 伊人久久大香线蕉亚洲五| av视频在线观看入口| 高潮久久久久久久久久久不卡| 波多野结衣av一区二区av| tocl精华| 一本大道久久a久久精品| 美女高潮喷水抽搐中文字幕| 欧美丝袜亚洲另类 | 欧美 亚洲 国产 日韩一| 十八禁网站免费在线| 国产精品美女特级片免费视频播放器 | 老司机午夜十八禁免费视频| 一边摸一边做爽爽视频免费| 国产成人精品无人区| 看免费av毛片| 国产xxxxx性猛交| 国产麻豆69| 老熟妇仑乱视频hdxx| 18禁裸乳无遮挡免费网站照片 | 熟女少妇亚洲综合色aaa.| 久久久久久人人人人人| 18禁裸乳无遮挡免费网站照片 | 久99久视频精品免费| 国产精品1区2区在线观看.| 淫秽高清视频在线观看| 午夜久久久久精精品| 欧美av亚洲av综合av国产av| 日韩国内少妇激情av| 丁香欧美五月| 在线观看免费午夜福利视频| 国产精品1区2区在线观看.| 亚洲av日韩精品久久久久久密| 伦理电影免费视频| 色在线成人网| 黑人巨大精品欧美一区二区mp4| 国产真人三级小视频在线观看| 麻豆国产av国片精品| 日韩国内少妇激情av| 在线永久观看黄色视频| 午夜精品在线福利| 国产成人免费无遮挡视频| 美女大奶头视频| 好男人在线观看高清免费视频 | 亚洲中文字幕一区二区三区有码在线看 | а√天堂www在线а√下载| 一级毛片精品| 黄色女人牲交| 性欧美人与动物交配| 黄色毛片三级朝国网站| 两个人免费观看高清视频| 性少妇av在线| 老司机靠b影院| 中国美女看黄片| 无限看片的www在线观看| 久久香蕉国产精品| 国产aⅴ精品一区二区三区波| 免费看a级黄色片| 别揉我奶头~嗯~啊~动态视频| 亚洲精品一卡2卡三卡4卡5卡| 91av网站免费观看| 可以在线观看毛片的网站| 黄色女人牲交| 大码成人一级视频| 女人被躁到高潮嗷嗷叫费观| 欧美成人一区二区免费高清观看 | 精品久久久久久久毛片微露脸| 午夜久久久久精精品| 国产xxxxx性猛交| 性少妇av在线| 国产高清视频在线播放一区| 免费看十八禁软件| av电影中文网址| 国产亚洲欧美在线一区二区| 黄色丝袜av网址大全| 久久国产精品男人的天堂亚洲| 免费在线观看亚洲国产| 悠悠久久av| 大香蕉久久成人网| 国产精品99久久99久久久不卡| 制服丝袜大香蕉在线| 精品高清国产在线一区| 亚洲成av片中文字幕在线观看| 成人18禁在线播放| 国产xxxxx性猛交| 97超级碰碰碰精品色视频在线观看| 国内久久婷婷六月综合欲色啪| 午夜两性在线视频| 久久人妻熟女aⅴ| 人妻丰满熟妇av一区二区三区| 一级a爱片免费观看的视频| 99香蕉大伊视频| 九色亚洲精品在线播放| 国内毛片毛片毛片毛片毛片| 亚洲欧美日韩高清在线视频| 久久精品aⅴ一区二区三区四区| 99久久国产精品久久久| 亚洲三区欧美一区| 亚洲七黄色美女视频| 99精品在免费线老司机午夜| 在线观看免费视频网站a站| 国产国语露脸激情在线看| 亚洲三区欧美一区| 高清黄色对白视频在线免费看| 亚洲中文日韩欧美视频| 欧美黄色片欧美黄色片| 一卡2卡三卡四卡精品乱码亚洲| 天天躁夜夜躁狠狠躁躁| 18禁裸乳无遮挡免费网站照片 | 麻豆国产av国片精品| 成年版毛片免费区| 国产精品自产拍在线观看55亚洲| 午夜免费鲁丝| 国产免费av片在线观看野外av| 亚洲欧美激情综合另类| 麻豆久久精品国产亚洲av| 午夜福利在线观看吧| 亚洲专区字幕在线| 嫩草影院精品99| 成人精品一区二区免费| 国产午夜精品久久久久久| 精品国内亚洲2022精品成人| 天堂动漫精品| 日本在线视频免费播放| 美女午夜性视频免费| 亚洲成国产人片在线观看| 日本五十路高清| 非洲黑人性xxxx精品又粗又长| 一区二区三区高清视频在线| 一区在线观看完整版| 身体一侧抽搐| 亚洲成av人片免费观看| 夜夜看夜夜爽夜夜摸| 一区二区三区精品91| 一区二区三区激情视频| 久久性视频一级片| 不卡一级毛片| 男人操女人黄网站| 国产一区二区三区视频了| 国产欧美日韩一区二区精品| 黄色 视频免费看| 午夜精品久久久久久毛片777| 成人av一区二区三区在线看| 午夜精品在线福利| 不卡一级毛片| 亚洲一卡2卡3卡4卡5卡精品中文| 一区二区三区高清视频在线| 久99久视频精品免费| 好男人电影高清在线观看| 国产精品秋霞免费鲁丝片| 好男人电影高清在线观看| 精品国产一区二区久久| av天堂在线播放| 在线av久久热| 国产xxxxx性猛交| 亚洲精品国产一区二区精华液| av欧美777| www.熟女人妻精品国产| 国产私拍福利视频在线观看| 9色porny在线观看| 国产欧美日韩精品亚洲av| 黄色毛片三级朝国网站| or卡值多少钱| 国产精品亚洲美女久久久| а√天堂www在线а√下载| 欧美不卡视频在线免费观看 | 欧美日本亚洲视频在线播放| 操美女的视频在线观看| 在线视频色国产色| 精品午夜福利视频在线观看一区| 久久国产精品男人的天堂亚洲| www.精华液| 国产91精品成人一区二区三区| 亚洲情色 制服丝袜| 老汉色av国产亚洲站长工具| 久久 成人 亚洲| 午夜福利免费观看在线| 精品卡一卡二卡四卡免费| 免费看美女性在线毛片视频| 国产精品乱码一区二三区的特点 | 麻豆成人av在线观看| 91国产中文字幕| 国产成人欧美| 国产成人av教育| 在线视频色国产色| 国产精品久久电影中文字幕| 婷婷六月久久综合丁香| 国产日韩一区二区三区精品不卡| 一区福利在线观看| 丰满人妻熟妇乱又伦精品不卡| 少妇被粗大的猛进出69影院| 亚洲情色 制服丝袜| 久久久久久国产a免费观看| 国产熟女xx| 久久久久久久精品吃奶| 国产精品亚洲一级av第二区| 丁香欧美五月| 日韩欧美在线二视频| 黄片小视频在线播放| 黄色毛片三级朝国网站| 欧美日韩亚洲综合一区二区三区_| 757午夜福利合集在线观看| 视频在线观看一区二区三区| 欧美亚洲日本最大视频资源| 很黄的视频免费| 国产真人三级小视频在线观看| 国产人伦9x9x在线观看| 国产黄a三级三级三级人| 精品国产国语对白av| 亚洲专区字幕在线| 啪啪无遮挡十八禁网站| 亚洲熟女毛片儿| 中文字幕人妻熟女乱码| 欧美日本亚洲视频在线播放| 欧美另类亚洲清纯唯美| 亚洲,欧美精品.| 一级毛片高清免费大全| 性色av乱码一区二区三区2| 精品福利观看| 成年人黄色毛片网站| 午夜免费成人在线视频| 亚洲avbb在线观看| 精品乱码久久久久久99久播| 成人精品一区二区免费| 国产高清有码在线观看视频 | 一级片免费观看大全| 成人特级黄色片久久久久久久| 国产精品美女特级片免费视频播放器 | 91成人精品电影| 色av中文字幕| 日本精品一区二区三区蜜桃| 欧美日本视频| a级毛片在线看网站| 国产一级毛片七仙女欲春2 | 日韩欧美在线二视频| www.999成人在线观看| 亚洲av成人一区二区三| 啪啪无遮挡十八禁网站| 老司机靠b影院| 亚洲成国产人片在线观看| 久久天堂一区二区三区四区| 看片在线看免费视频| 男女下面插进去视频免费观看| 国产一级毛片七仙女欲春2 | 午夜久久久久精精品| 亚洲中文av在线| 国产精品国产高清国产av| 后天国语完整版免费观看| 神马国产精品三级电影在线观看 |