Next Article in Journal
Age-Related Differences in Fixation Pattern on a Companion Robot
Previous Article in Journal
Application of Inertial Motion Unit-Based Kinematics to Assess the Effect of Boot Modifications on Ski Jump Landings—A Methodological Study
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Quantized Residual Preference Based Linkage Clustering for Model Selection and Inlier Segmentation in Geometric Multi-Model Fitting

The State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing, Wuhan University, Wuhan 430072, China
*
Author to whom correspondence should be addressed.
Submission received: 22 April 2020 / Revised: 22 June 2020 / Accepted: 23 June 2020 / Published: 7 July 2020
(This article belongs to the Section Remote Sensors)

Abstract

:
In this paper, quantized residual preference is proposed to represent the hypotheses and the points for model selection and inlier segmentation in multi-structure geometric model fitting. First, a quantized residual preference is proposed to represent the hypotheses. Through a weighted similarity measurement and linkage clustering, similar hypotheses are put into one cluster, and hypotheses with good quality are selected from the clusters as the model selection results. After this, the quantized residual preference is also used to present the data points, and through the linkage clustering, the inliers belonging to the same model can be separated from the outliers. To exclude outliers as many as possible, an iterative sampling and clustering process is performed within the clustering process until the clusters are stable. The experiments undertake indicate that the proposed method performs even better on real data than the some state-of-the-art methods.

1. Introduction

Traditionally, when dealing with geometric model fitting problems in computer vision, it is considered that there is only one model instance in the data, and the classical method—random sample consensus (RANSAC) [1]—is used to estimate the model. However, in most cases in computer vision, there are actually more than one model instance in the data for most cases. Since real data with multiple instances in computer vision are much more complicated, there is likely to be lots of noise and outliers, and also pseudo-outliers [2] (data belonging to one model are usually outliers to other models). Thus, basing the methods on the single model fitting methods (e.g., sequential RANSAC [3,4] and multi-RANSAC [5]) usually fails when dealing with multiple geometric model fitting problems.
As a matter of fact, the multi-model fitting problem can be considered to be a typical example of a chicken-and-egg problem [6]: both the data-to-model assignments and model parameters are unavailable, but given the solution of one subproblem, the solution of the other can be easily derived. Most of the multi-model fitting methods first generate large amount of hypotheses, and then conduct selection or representation on the hypotheses. Randomized Hough transform (RHT) [7] selects good models for multiple instances by taking the peaks in the histogram built in the parameter space, and residual histogram analysis (RHA) [8] finds the peaks of the residual histogram. The mean shift clustering method introduced in [9,10] works in the parameter space to seek multiple models. Robust preference analysis (RPA) [11] performs symmetric non-negative factorization on the cleaned kernel matrix to extract the most representative models. Meanwhile, J-linkage [12,13] adopts a conceptual representation of points, and through the linkage clustering of the point preferences, it segments the inliers into different models. T-linkage [14,15] uses relaxation of the binary preference function and the soft Tanimoto distance to improve J-linkage for clustering. To find the inlier clusters, one of the crucial problems is how to remove the outliers and noise. J-linkage and T-linkage get rid of outliers and noise by means of an inlier threshold. Kernel fitting (KF) [16] makes use of the sorted residuals of the hypotheses to build the Mercer kernel to elicit potential points belonging to a common structure and, as a result, the outliers and noise can be removed. Adaptive kernel-scale weighted hypotheses (AKSWH) [17] uses a simultaneous fitting and segmentation framework that simultaneously selects good models and segments the inliers, and it can remove the outliers and noise by the iterative Kth ordered scale estimator (IKOSE). Although a framework of simultaneous sampling and multi-model fitting has been proposed [6] to solve multi-model fitting problems, the hypothesis generation and model fitting are processed simultaneously, so this approach is prone to local optima.
Recently, a series of optimization-based methods [18,19,20,21,22,23,24,25] were proposed to solve the multi-model fitting problem, in which [18,19,20,21,22] deal with the multi-model fitting problem as a multi-labelling problem by using energy minimization function and successfully introducing spacial information of the inliers, and [23,24,25] solve the problem by using hypergraphs [26] to describe the relationship of the minimum sampling set and the hypotheses for inlier clustering. However, these optimization-based methods can hardly handle the outliers and need extra inlier threshold or scale estimation techniques.
From the previous relevant work, preference analysis-based methods consisting of conceptual preference [11,12,13,14,15] and permutation preference [16,17,27,28], are the mainstream when dealing with multi-model fitting problems. However, conceptual preference by binarizing the residuals using an inlier threshold in J-linkage [12,13], extremely compresses the differences between models and loses lots of information. Although T-linkage [14,15] uses relaxation of the binary preference function and the soft Tanimoto distance to improve the conceptual preference in J-linkage, increasing the information and keeping the difference between models, which also keeps the differences between inliers belonging to the same model. what’s more, the conceptual preference in J-linkage and T-linkage needs one inlier threshold or one time constant for all the models to eliminate the impact of outliers, which is not appropriate for most cases in multi-model fitting. Permutation preference simply uses of the order number of the sorted residuals as the preference, which is very sensitive to the outliers and noise. Since conceptual preference with binarizing the residuals will lose the differences between models, but the relaxation of the binary preference function will increase the differences between the inliers belonging to the same model. Considering to keep the differences between models and decrease the differences between inliers belonging to one model, the quantized residual preference is proposed in this paper, which make the preference for hypotheses and points by using the quantized value of the residual to select good hypotheses and segment the inliers. In addition, in order to deal with the outliers, we propose dichotomous method by preference linkage clustering of inliers and outliers for each model.
A quantized residual-based two-stage multi-model fitting method is proposed in this paper to take advantage of the similarities between not only the point set, but also the hypotheses. Both stages make use of the quantized residual and contain a linkage cluster process, the difference is that the objects used for clustering are not the same. The first part is model selection, which is designed to cluster similar hypotheses and output several clusters with corresponding inlier sets. The output clusters represent different models in the scene, however the inlier sets only contain a few points which fit the models best. To obtain all the inliers of each model, the second part called inlier segmentation is designed. For the purpose of accurately obtaining all the inlier point sets under the interference of outliers, an alternate sampling and clustering strategy is adopted in the inlier segmentation, which is able to distinguish inliers from outliers.
The model selection part is implemented by a bottom-up merging strategy with quantized residual preference linkage clustering. Firstly, following the classical framework of multi-model fitting, we make use of the spatial information and uniform sampling to generate hypothesis, which we conduct random sampling within subregions of the data space. Next, the hypotheses are weighted by sum of residuals with a fixed number of inliers, and then quantized residual preferences are made for the hypotheses for linkage clustering, which iteratively conducts bottom-up merging of two hypotheses with minimum distances and update the preference with higher weight hypothesis. Finally, good hypotheses with the minimum sum of residuals are then selected as the model selection results.
Unlike most of the current methods, where the inlier segmentation always needs an inlier threshold or a scale estimation technique [17,29,30,31], the inlier segmentation in this paper is conducted by linkage clustering of the quantized residual preference extracted from the corresponding hypotheses residuals. The quantized residual preference for the point representation extracted from the good hypotheses inliers allows robust identification of the inliers, and can separate inliers from outliers quite well. Iterative inlier clustering and hypothesis sampling is performed to make the results more stable and get rid of as many outliers as possible. This process works without an inlier threshold or scale estimator, and can separate the inliers and outliers quite well.
Therefore, the contributions of this paper are three folds: (1) Quantized residual preference is proposed to represent the hypotheses, and the weighted preference similarity is introduced to measure the similarity of two hypotheses, which is used in the adjusted linkage clustering for model selection. (2) Quantized residual preference is proposed to represent the points in linkage clustering to segment inliers belonging to different models on data with outliers. (3) We conduct the linkage clustering to generate only two clusters containing inlier cluster and outlier cluster to separate inliers and outliers for each selected model one by one, which is integrated into an alternate sampling and clustering framework.
The rest of this paper is organized as follows. In Section 2, we introduce the proposed method in detail. The experiments in multi-structure geometric model fitting, including multi-homography matrix estimation and multi-fundamental matrix estimation, are presented in Section 3. Finally, we draw our conclusions in Section 4.

2. Materials and Methods

The two-stage method conducted in this paper follows the classical framework for multi-model fitting, which firstly generates large amount hypotheses, then makes preference for the hypotheses, and finally segments the inliers belonging to different models. Both stages make use of the quantized residual and contain a linkage cluster process, the difference is that the objects used for clustering are not the same.
In the model selection stage, a large amount of hypotheses will be generated and the sum of several minimum residuals (hypothesis cost) will be calculated for every hypothesis to measure the quality of the hypotheses. Then quantized residual preference will be made for the hypotheses to propose linkage clustering, which is iteratively merging two hypotheses with minimum distance and updating with the one of smaller sum of residuals. Finally hypotheses retained with small hypothesis cost and considerable number of cluster members will be selected as the model selection results.
The inlier segmentation stage will be entered after the models are selected, quantized residual preferences are generated based on the initial inliers of the selected hypotheses for the points, which will be used to separate inliers and outliers for each selected models by linkage clustering. In addition, an alternate sampling and clustering framework is proposed to make sure optimum division of the inliers and outliers can be found.
In this section, we will first introduce how to calculate the quantized residual preference after generating several hypotheses for linkage clustering to select models, and then we will carefully explain how the quantized residual preference is used in linkage clustering under alternate sampling and clustering framework to separate the inliers and outliers for each selected model one by one.

2.1. Model Selection

The model selection algorithm is proposed to obtain all the valid models in the scene. The flow chat of model selection is shown in Figure 1. Like most of the model fitting methods, a sampling process to generate a great number of hypotheses will be conducted firstly. In addition, in order to take advantage of the prior knowledge that inliers belonging to one model tend to be neighbours, the hypotheses generation follows the random sampling process, but within a region. All the data points are segmented into several subregions with the same size by Euclidean distance, and then hypotheses are generated by random sampling within each subregion.
Given the data point set X = { x 1 , x 2 , . . . , x N } , the hypotheses set H = { 1 , 2 , , j , , M } after the hypothesis generation, and then the residual matrix R = { r 1 , r 2 , , r j , , r M } , where r j = [ r 1 , j , r 2 , j , , r i , j , , r N , j ] T refers to the residuals of hypothesis j to all the data points in X, N is the data number, and M is the number of hypotheses.
To calculate the hypothesis cost, we first need to sort the residuals of the hypothesis in ascending order. If r ´ j = { r τ i , j | r τ 1 , j r τ 2 , j r τ N , j , r τ i , j r j } is the ascending sorted residuals of hypothesis j , then the hypothesis cost h c j of j is calculated by Equation (1).
h c j = i = 1 k r τ i , j
in which 1 k N , and usually k = 20 .
Hypotheses with lower cost will be used in the quantized residual preference linkage clustering for selecting hypotheses with good quality. The quantized residual preference is actually the quantization on R by Equation (2).
q ˇ i , j = r i , j r m i n j r m a x j r m i n j θ r m a x j = m a x { r 1 , j , r 2 , j , , r i , j , , r N , j } r m i n j = m i n { r 1 , j , r 2 , j , , r i , j , , r N , j }
where θ refers to the quantization level. When using the quantized residuals to represent the hypotheses or the data points, a valid quantization length λ is needed to decrease the complexity of the quantized residual preferences.
q i , j = q ˇ i , j q ˇ i , j < = λ 0 q ˇ i , j > λ
In this way, we can obtain the quantized residual matrix Q = q 1 , 1 q 1 , M q N , 1 q N , M , where each column of Q is the quantized residual preference for the hypothesis, and each row of Q is the quantized residual preference for the data point. That is, the quantized residual preference for hypothesis j is the jth column of Q, i.e., q j = [ q 1 , j , q 2 , j , , q i , j , , q N , j ] T .
Considering the impact of the inliers will be greater than the outliers for hypotheses, especially when comparing two quantized residual preferences. The quantized residual weighted preference similarity is defined by Equation (4), in which the more common elements between two quantized residual preferences, the more similar they are, and the smaller the common quantized value (except 0), the closer they are to a common model. A sample plot is presented in Figure 2 to show the effectiveness of weighted preference similarity for comparing two hypotheses.
W ( q i , q j ) = t = 1 N ψ ( q i , t , q j , t ) ψ ( q i , t , q j , t ) = 1 / q i , t if   q i , t = = q j , t , q i , t 0 0 else
The model selection process is actually a linkage clustering, which is aimed at clustering similar hypotheses and selecting hypotheses close to the model in represent of each cluster. When conducting linkage clustering, we iteratively merge the two hypotheses with the maximum similarity (minimum weighted preference distance) and update the similarity matrix and clusters, until the maximum similarity is less than a threshold. This threshold depends on the given valid quantization length. If the two hypotheses have only one common item at the end of the valid quantization length, then the two hypotheses are considered to be disrelated with high probability. Therefore, if the valid quantization length is taken as 20, then according to Equation (4), the threshold should be 0.05. For the similarity matrix updating, we preserve the similarity value of the hypothesis with the best quality (smaller hypothesis cost) and set the similarity values of the other hypotheses to 0 to avoid repetitive clustering. After the linkage clustering, models very different from each other are clustered into different classes, and hypotheses with the minimum hypothesis cost are left to represent each cluster. As there will also be some clusters consisting of bad hypotheses, we set a threshold(1% of the hypothesis number) for the size of cluster to remove these clusters by taking advantage of the random sample consensus, i.e., a good model will be more likely to be sampled repeatedly. The detailed model selection algorithm is presented in Algorithm 1.
Algorithm 1 M o d e l S e l e c t i o n
1: Calculate hypothesis cost for each hypothesis by Equation (1);
2: Calculate quantized residual preference for hypotheses by Equations (2) and (3);
3: Calculate the weighted preference similarity by Equation (4) between every two hypotheses, and obtained similarity matrix;
4: Define each hypothesis as a cluster;
5: Merge the two cluster with maximum weighted preference similarity into one cluster;
6: Update the merged cluster with the quantized residual preference of smaller hypothesis, and replace the cluster similarity, while set the similarity of the other cluster to 0;
7: Repeat from step 5, until the maximum weighted preference similarity is less ξ ;
8: remove the clusters whose size is less than 0.01 hypothesis number.

2.2. Inlier Segmentation

The model selection process usually makes it possible for us to find all the models in the data set, except for the fact that the sampling is not sufficient. Meanwhile, through the model selection process, we just obtain the model inlier sets with a fixed size and the hypothesis clusters, and most of the time we need to obtain all the inliers of each model, so that we can perfectly separate the inliers and outliers for each model. As a result, inlier segmentation is proposed to obtain all the inliers of each model, under the circumstance that the parameters of each model are estimated. Similar to the model selection algorithm, it also includes a random sampling process and a hierarchical clustering operation. The difference is that the model selection algorithm randomly samples the sub-regions and clusters the hypotheses to obtain multiple models, while the inlier segmentation algorithm randomly samples the current inlier set and clusters each point to obtain all inliers belonging to each model.
When we obtain the exact model parameters, a direct and easy way to separate the inliers is to set an inlier threshold to obtain the data points with residuals less than the threshold as the inliers. However, most of the time, this direct method works poorly, in which only some of the inliers can be separated. The exact true model parameters are very hard to find, and most of the time the parameters we find are only approximate, so the inliers within the threshold make it difficult to fully separate the inliers and outliers. In addition, when there is more than one model, one single threshold will not be enough to separate all the models’ inliers. Although some scale estimators claim to estimate the inlier scale, they have many limitations and require the noise distribution, which will usually fail in a real data set, and they work poorly when the model is complicated (such as homography matrix estimation and fundamental matrix estimation) and the data contain pseudo-outliers and noise. In contrast, a clustering method, taking advantage of the consensus representation, can separate the inliers and outliers without an inlier threshold or scale estimator. The use of the quantized residual preference for the hypotheses is very robust and efficient for linkage clustering in the model selection process to cluster similar hypotheses, and it can also be used to represent data points to separate the inliers from the outliers. The flow chat of inlier segmentation is shown in Figure 3.
For a better representation, we use the k points with minimum residuals of each selected model by Algorithm 1, to generate hypotheses and make quantized residual preference for the data points. We then conduct linkage clustering to generate only two clusters—inlier cluster and outlier cluster for each selected model one by one. When conducting inlier and outlier clustering, an iterative sampling and clustering framework is introduced to get a optimum result, which iteratively samples the hypotheses from the inlier cluster and extract the quantized residual preference for the points for inlier and outlier clustering, until the clustering result unchanged.
Given we get the selected models H ¯ = { h ¯ 1 , h ¯ 2 , , h ¯ j , , h ¯ m } after model selection in Algorithm 1, and the residual matrix R ¯ = { r ¯ 1 , r ¯ 2 , , r ¯ j , , r ¯ m } of all the selected models, where r ¯ j = [ r ¯ 1 , j , r ¯ 2 , j , , r ¯ i , j , , r ¯ N , j ] T refers to the residuals of model h ¯ j to all the data points in X, N is the data number, and m is the number of selected models. Then for each selected model we collect its initial inlier set consisting of k points with minimum residuals. Since the proposed inlier segmentation is actually to separate the inliers from the outliers for each selected model one by one, the following will take model h ¯ j as example to further explain our method.
When collecting the initial inlier set of model h ¯ j , firstly the residuals r ¯ j of model h ¯ j are sorted in ascending order r ¯ j = { r ¯ τ i j , j | r ¯ τ ¯ 1 j , j r ¯ τ ¯ 2 j , j r ¯ τ ¯ i j , j r ¯ τ ¯ N j , j , r ¯ τ ¯ i j , j r ¯ j } . Then we collect τ ¯ k j = [ x τ ¯ 1 j , x τ ¯ 2 j , , x τ ¯ k j ] as the initial inlier set for selected model h ¯ j .
Then, several hypotheses will be generated through random sampling on initial inlier set τ ¯ k j , which will be soon used to make quantized residual preference for the data points the same way as the model selection process by Equations (2) and (3). As a consequence, more good hypotheses close to the model h ¯ j will be used to produce the quantized residual preference for the data points, and it will make the quantized residual preferences for the inliers to have more smaller quantized values, and the quantized residual preferences for the outliers to have more bigger quantized values (or 0), which will make it possible to separate inliers from the outliers for model h ¯ j . Supposing we obtain the quantized residual preference matrix Q ¯ , where each row of Q ¯ is the quantized residual preference for the data point. That is, the quantized residual preference for data point x i is the ith row of Q ¯ , i.e., q ¯ i = [ q ¯ i , 1 , q ¯ i , 2 , , q ¯ i , j , , q ¯ i , m ¯ ] . When comparing two quantized residual preferences q ¯ i and q ¯ j , the distance measurement defined by Equation (5) is used. Figure 4 presents the MDS plot of the quantized residual preference for the data points, from which we can see the inliers and outliers are well separated.
W ( q i , q j ) = 1 t = 1 M φ ( q i , t , q j , t ) m a x ( ρ ( q i ) , ρ ( q j ) ) if m a x ( ρ ( q i ) , ρ ( q j ) ) 0 1 else φ ( q i , t , q j , t ) = 1 if q i , t = = q j , t , q i , t 0 0 else ρ ( q i ) = t = 1 M φ ( q i , t , q i , t )
From Figure 4, we can see that the quantized residual preference for the points can separate the inliers from the outliers easily. In addition, we then undertake linkage clustering with a fixed cluster number of two to only cluster the inliers and outliers. To make the effect of the random hypothesis sampling in the inlier set stable and ensure that it can easily reach convergence, an iterative sampling and clustering framework is proposed to iteratively conduct the hypothesis sampling and linkage clustering. Furthermore, in order to avoid non-convergence and instability of the sampling, we use the inter-class variance ( I C V ) (Equation (6)) to measure the quality of the inlier cluster, i.e., good inlier separation presents bigger inter-class variance. Please note that C I refers inlier cluster and C O is outlier cluster, and r ¯ i represents the residual of x i to the model calculated from the inlier set C I in Equation (6). The bigger the I C V value, the better the clustering result will be.
I C V = c a r d { C i n } N ( u i n u ) + c a r d { C o u t } N ( u o u t u ) ; u = 1 N i = 1 N r i ; u i n = 1 c a r d { C i n } x i C i n r ¯ i ; u o u t = 1 c a r d { C o u t } x i C o u t r ¯ i ;
Then the whole inlier segmentation process for model h ¯ j under iterative sampling and clustering framework can be summarized. We first sample several hypotheses in the initial inlier set τ ¯ k j , and then extract the quantized residual preference Q ¯ and calculate the distance matrix for every two points. We undertake linkage clustering with a fixed cluster number of two to cluster the inliers C i n and outliers C o u t , and then calculate the inter-class variance by Equation (6). We then replace the initial inlier set τ ¯ k j with inliers C i n , and again conduct hypothesis sampling on the inlier set in turn, this way we iteratively perform clustering then sampling, until the inlier set is unchanged or inter-class variance decreases. The detailed algorithm is presented in Algorithm 2.
Algorithm 2 I n l i e r S e g m e n t a t i o n
 1:
Calculate residuals for selected model h ¯ j ;
 2:
Collect initial inlier set;
 3:
Generate hypotheses on inlier set, and Calculate residuals;
 4:
Calculate quantized residual preference for data points and preference distance between every two data points;
 5:
Conduct linkage clustering to generate two clusters, take cluster more intersected with initial inlier set as inlier set;
 6:
Calculate the inter-class variance I C V ;
 7:
if The inlier cluster unchanged or the inter-class variance I C V decreases then
 8:
 go to step 12;
 9:
else
10:
 Replace the initial inlier set with inlier set, and go back to step 3;
11:
end if
12:
Conduct step 1 to 11, until all the selected models are processed.

3. Experiment

In this section, we describe the experiments undertaken in multi-structure geometric model fitting, including multi-homography estimation and multi-fundamental matrix estimation, which are fundamental issues in image stitching [32] and visual localization [33]. Firstly, we describe the model selection results, and then the inlier segmentation results are presented. Comparisons on inlier segmentation with some of the state-of-the-art methods are made to present the characteristics of the proposed method.
The AdelaideRMF [34] data set was used for the multi-homography and fundamental matrix estimation. Some image pairs of the data set is shown in Figure 5. The data set contains matching points in two uncalibrated images with gross outliers and the labels of the matching points are manual-annotated. In the first case (plane segmentation) the (static) scene contains several planes, each giving rise to a set of point correspondences described by a specific homography. The aim is to segment different planes by fitting homographies to subsets of corresponding points. In the second case (motion segmentation) the setup is similar, but the scene is not static, i.e., it contains several objects moving independently each giving rise to a set of point correspondences described by a specific fundamental matrix. The aim is to segment the different motions by fitting fundamental matrices to subsets of corresponding points. In addition to the fitting preference images, we also use the overall misclassification percentage (number of misclassified points divided by the number of all the points in the data set) [35] to present the fitting performance when dealing with the multi-homography and fundamental matrix estimation.

3.1. Multi-Homography Matrix Estimation

In this part, we describe the estimation of the multi-homography matrix by the use of the proposed method, and through the segmentation of the inliers belonging to the different homography models, we can segment the different planes. By using the same data as [14], we are able to compare the results directly to PEARL, SA-RCM, J-linkage, and T-linkage. The misclassification accuracies in Table 1 for the above four methods were obtained from [14].
As can be seen in Figure 6, the proposed method can detect almost all the models, and the models are very close to the true models, except for the “johnsonb” data set. Five models are correctly detected, and the other two models with a few inliers are missed. From Figure 7, it can be seen that the proposed method can extract almost all the planes in the images, and the inlier points of the planes can be clearly classified. Except for the “johnsonb” image, five out of seven planes are extracted, while the other two planes with very fewer inliers are missed. Because the inliers are few in number and with many outliers and noise, it is very hard to obtain a good sampling hypothesis in these two areas. From the images, we can see that almost all the misclassified points are the points that are supposed to be inliers but are divided into outliers for all the models, and the misclassification is a result of the inliers not being fully extracted. Table 1 shows the misclassification results of the state-of-the-art methods and the proposed method, where it can be seen that the proposed method obtains the lowest misclassification result on the “johnsonb”, “ladysymon” and “sene” data sets, and the results on the other three data sets are also very close to the lowest misclassification result.
The above experiments on each data set were undertaken iteratively 20 times, and then the result with the minimum number of misclassified points was selected as the final result. The parameters for the multi-homography matrix estimation are quite easy to set. For the hypothesis generation, we set the minimum number of stable model inliers and the size of the sub-regions as k = 20 , the number of hypotheses randomly sampled from the sub-region as n = 50 , and the number of sub-regions m N k , where N is the number of points. In the model selection process (Algorithm 1), the quantization level θ was set as 500, the valid quantization length for building the histogram preference λ was set as 20, and the threshold δ to stop the linkage clustering was set to 0 . 05 . In the inlier segmentation process (Algorithm 2), θ and λ were the same as in the model selection process (Algorithm 1), the cluster number C n was set as 2, and the hypothesis number for sampling H n was set as 100. Most of the time, the parameters in the model selection process (Algorithm 1) and the inlier segmentation process (Algorithm 2) do not need to be changed.

3.2. Multi-Fundamental Matrix Estimation

The proposed method was also used to estimate the multi-fundamental matrix in two-view images, and through the classification of the inliers belonging to the different fundamental models, different motions could be segmented. As in the multi-homography matrix estimation, the motion segmentation accuracy is compared to PEARL, SA-RCM, J-linkage, and T-linkage, and the misclassification accuracies in Table 2 for the above four methods were obtained from [14].
The experiments on each data set for the multi-fundamental matrix estimation were undertaken in the same way as the multi-homography matrix estimation experiments, i.e., the algorithm was iteratively conducted 20 times on one data set, and then the result with the minimum number of misclassified points was chosen as the final result.
From Figure 8, we can see that the proposed method performs quite well on the six images, and the motion models for the six images are correctly detected, except for the “carchipscube” data set, where the initial inlier set of the moving car contains two pseudo-outliers. Meanwhile, for the inlier segmentation in Figure 9, all the motions can be extracted and segmented, with few misclassified points, which can also be seen in the misclassification listed in Table 2. The proposed method performs better than the other four methods on five out of six images, especially on the “biscuitbookbox” and “carchipscube” data sets, where there are no misclassified points. The proposed method also reaches quite a close misclassification result when compared to the lowest misclassification result for the “breadcubechips” data set. From Figure 9, it can be seen that almost all the misclassified points are the inliers that are classified as outliers to all the models, and there are very few points that are classified as pseudo-outliers.
The parameters for the algorithm in these experiments needed a few changes when compared to the parameters used in the multi-homography estimation experiments. The number of randomly sampled hypotheses n needed to be increased for the larger size of M S S for the fundamental matrix estimation (at least eight points are needed to estimate a fundamental matrix), so we set n = 80 for the multi-fundamental matrix estimation.

3.3. Computational Time Analysis

To further compare the performance of the algorithms, the computational time of ours in various scenarios is counted and compared with the T-Linkage method as the state-of-art. However, the computational time and specific values of parameters in different scenarios have not been given by the literature of the T-Linkage method, so we implemented the T-Linkage method according to [14], achieved similar accuracy to [14] by adjusting the parameters and then counted the calculation time. When comparing with the T-Linkage method in computational time, we found that the it is closely related to the number of points and models, the ratio of outliers, and the value of the thresholds. The detail results can be seen in Table 3 and Table 4. Both methods run in MATLAB and the environment of hardware is i7-9017, Core8 and 16G RAM.
From the above two tables, it can be found that in most cases, T-Linkage method takes less time than ours. This is mainly because that our method performs random sampling and linkage clustering in both two stages, and uses an alternate sampling and clustering strategy in the inlier segmentation stage to eliminate the interference from outliers, which will increase the computational time. However, our algorithm basically does not require parameter adjustment in various scenarios, which can save a lot of time for parameter adjustment and improve the applicability of the algorithm.

3.4. Computational Complexity Analysis

The computational complexity of the multi-model fitting algorithms mainly exists in the need for a large number of sampling and the calculation of the similarity between every two points for clustering. Since the value of each parameter is not given in the literature of the T-Linkage method, it is difficult to quantitatively evaluate the computational complexity, but we can give a qualitative analysis.
When calculating the similarity value, a continuous exponential function is used by T-Linkage method to describe the distance from the point to the model, mapping the residual between 0 and 1. However, the quantized residual is used by our algorithm to describe the distance between the point and the model. It only needs to find the maximum and minimum residuals and divide the remaining residuals according to the quantization level, and then take the valid quantization length for subsequent processing. Therefore, the computational complexity here is significantly lower than the T-Linkage method.
However, in terms of sampling, our two-stage method is significantly more complex than T-Linkage method. In the model selection stage, we randomly sample in the sub-region of the scene, generate a large number of hypotheses and cluster the hypothesis models to get all the valid models. Next, in the inlier segmentation stage, we randomly sample the current inlier set of each model, generate a large number of hypotheses, and cluster the points to obtain all the inliers of each model. Unlike our method, after random sampling and obtaining a large number of hypotheses, the T-Linkage method only clusters the points which needs to adjust the threshold of inliers for each application case.
In general, our two-stage method has less computational complexity when calculating similarity and greater computational complexity in the number of random samples. Since random sampling is required in both stages, the computational complexity of our method is greater than T-Linkage method in total.

4. Conclusions

In this paper, we have proposed a robust two-stage multi-model fitting method, which is composed of model selection and inlier segmentation. During the model selection, the quantized residual preference is extracted for the hypothesis linkage clustering to obtain the main structure models in the data. The inlier segmentation process is then performed as an iterative sampling and clustering process using the quantized residual preference of the points. The experimental results show that the model selection method can successfully detect models that are very close to the true models. Furthermore, the inlier segmentation method can separate the inliers from the outliers for the different models, and the proposed method outperforms the state-of-the-art methods in multi-structure geometric model fitting.

Author Contributions

Conceptualization, Q.Z., Y.Z. and B.L.; methodology, Q.Z., Y.Z.; software, Q.Z., Y.Z.; validation, Q.Z., Y.Z. and B.L.; formal analysis, Q.Z.; investigation, Q.Z., Y.Z.; resources, B.L.; data curation, Q.Z.; writing–original draft preparation, Q.Z.; writing–review and editing, Y.Z.; visualization, Q.Z., Y.Z.; supervision, B.L., Q.Q.; project administration, B.L.; funding acquisition, B.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by The National Key R&D Program of China (No. SQ2017YFB130168); The Natural National Science Foundation of China (NSFC) (No. 61571332).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Fischler, M.A.; Bolles, R.C. Random sample consensus: A paradigm for model fitting with applications to image analysis and automated cartography. Commun. ACM 1981, 24, 381–395. [Google Scholar] [CrossRef]
  2. Stewart, C.V. Bias in robust estimation caused by discontinuities and multiple structures. IEEE Trans. Pattern Anal. Mach. Intell. 1997, 19, 818–833. [Google Scholar] [CrossRef] [Green Version]
  3. Vincent, E.; Laganiére, R. Detecting planar homographies in an image pair. In Proceedings of the 2nd International Symposium on Image and Signal Processing and Analysis, Pula, Croatia, 19–21 July 2001; pp. 182–187. [Google Scholar]
  4. Kanazawa, Y.; Kawakami, H. Detection of Planar Regions with Uncalibrated Stereo Using Distributions of Feature Points. BMVC. Citeseer. 2004, pp. 1–10. Available online: https://pdfs.semanticscholar.org/eb64/33aec14122d1805000c0f7d8ebc79eb73f54.pdf (accessed on 24 June 2020).
  5. Zuliani, M.; Kenney, C.S.; Manjunath, B. The multiransac algorithm and its application to detect planar homographies. In Proceedings of the IEEE International Conference on Image Processing 2005, Genoa, Italy, 11–14 September 2005; Volume 3, p. III-153. [Google Scholar]
  6. Pham, T.T.; Chin, T.J.; Yu, J.; Suter, D. Simultaneous sampling and multi-structure fitting with adaptive reversible jump mcmc. In Advances in Neural Information Processing Systems; MIT Press: Cambridge, MA, USA, 2011; pp. 540–548. [Google Scholar]
  7. Xu, L.; Oja, E.; Kultanen, P. A new curve detection method: Randomized Hough transform (RHT). Pattern Recognit. Lett. 1990, 11, 331–338. [Google Scholar] [CrossRef]
  8. Zhang, W.; Kǒsecká, J. Nonparametric estimation of multiple structures with outliers. In Dynamical Vision; Springer: Berlin, Germany, 2007; pp. 60–74. [Google Scholar]
  9. Comaniciu, D.; Meer, P. Mean shift: A robust approach toward feature space analysis. IEEE Trans. Pattern Anal. Mach. Intell. 2002, 24, 603–619. [Google Scholar] [CrossRef] [Green Version]
  10. Subbarao, R.; Meer, P. Nonlinear mean shift over Riemannian manifolds. Int. J. Comput. Vis. 2009, 84, 1–20. [Google Scholar] [CrossRef] [Green Version]
  11. Magri, L.; Fusiello, A. Robust Multiple Model Fitting with Preference Analysis and Low-rank Approximation. In Proceedings of the British Machine Vision Conference, Swansea, UK, 7–10 September 2015. [Google Scholar]
  12. Toldo, R.; Fusiello, A. Robust multiple structures estimation with j-linkage. In Proceedings of the European Conference on Computer Vision, Marseille, France, 12–18 September 2008; pp. 537–547. [Google Scholar]
  13. Toldo, R.; Fusiello, A. Real-time incremental j-linkage for robust multiple structures estimation. In Proceedings of the International Symposium on 3D Data Processing, Visualization and Transmission (3DPVT), Paris, France, 17–20 May 2010; Volume 1, p. 6. [Google Scholar]
  14. Magri, L.; Fusiello, A. T-linkage: A continuous relaxation of j-linkage for multi-model fitting. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Columbus, OH, USA, 23–28 June 2014; pp. 3954–3961. [Google Scholar]
  15. Magri, L.; Fusiello, A. Multiple Model Fitting as a Set Coverage Problem. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 26 June–1 July 2016; pp. 3318–3326. [Google Scholar]
  16. Chin, T.J.; Wang, H.; Suter, D. Robust fitting of multiple structures: The statistical learning approach. In Proceedings of the IEEE 12th International Conference on Computer Vision, Kyoto, Japan, 27 September–4 October 2009; pp. 413–420. [Google Scholar]
  17. Wang, H.; Chin, T.J.; Suter, D. Simultaneously fitting and segmenting multiple-structure data with outliers. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 1177–1192. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  18. Isack, H.; Boykov, Y. Energy-based geometric multi-model fitting. Int. J. Comput. Vis. 2012, 97, 123–147. [Google Scholar] [CrossRef] [Green Version]
  19. Pham, T.T.; Chin, T.J.; Yu, J.; Suter, D. The random cluster model for robust geometric fitting. IEEE Trans. Pattern Anal. Mach. Intell. 2014, 36, 1658–1671. [Google Scholar] [CrossRef]
  20. Yu, J.; Chin, T.J.; Suter, D. A global optimization approach to robust multi-model fitting. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Long Beach, CA, USA, 16–20 June 2011; pp. 2041–2048. [Google Scholar]
  21. Pham, T.T.; Chin, T.J.; Schindler, K.; Suter, D. Interacting geometric priors for robust multimodel fitting. IEEE Trans. Image Process. 2014, 23, 4601–4610. [Google Scholar] [CrossRef]
  22. Amayo, P.; Piniés, P.; Paz, L.M.; Newman, P. Geometric Multi-Model Fitting with a Convex Relaxation Algorithm. arXiv 2017, arXiv:1706.01553. [Google Scholar]
  23. Wang, H.; Xiao, G.; Yan, Y.; Suter, D. Mode-seeking on hypergraphs for robust geometric model fitting. In Proceedings of the IEEE International Conference on Computer Vision, Las Condes, Chile, 11–18 December 2015; pp. 2902–2910. [Google Scholar]
  24. Xiao, G.; Wang, H.; Lai, T.; Suter, D. Hypergraph modelling for geometric model fitting. Pattern Recognit. 2016, 60, 748–760. [Google Scholar] [CrossRef] [Green Version]
  25. Wang, H.; Yan, Y.; Suter, D. Searching for Representative Modes on Hypergraphs for Robust Geometric Model Fitting. IEEE Trans. Pattern Anal. Mach. Intell. 2018. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  26. Purkait, P.; Chin, T.J.; Sadri, A.; Suter, D. Clustering with hypergraphs: The case for large hyperedges. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 1697–1711. [Google Scholar] [CrossRef]
  27. Wong, H.S.; Chin, T.J.; Yu, J.; Suter, D. Mode seeking over permutations for rapid geometric model fitting. Pattern Recognit. 2013, 46, 257–271. [Google Scholar] [CrossRef]
  28. Wong, H.S.; Chin, T.J.; Yu, J.; Suter, D. A simultaneous sample-and-filter strategy for robust multi-structure model fitting. Comput. Vis. Image Underst. 2013, 117, 1755–1769. [Google Scholar] [CrossRef]
  29. Wang, H.; Suter, D. Robust adaptive-scale parametric model estimation for computer vision. IEEE Trans. Pattern Anal. Mach. Intell. 2004, 26, 1459–1474. [Google Scholar] [CrossRef] [PubMed]
  30. Lee, K.M.; Meer, P.; Park, R.H. Robust adaptive segmentation of range images. IEEE Trans. Pattern Anal. Mach. Intell. 1998, 20, 200–205. [Google Scholar]
  31. Bab-Hadiashar, A.; Suter, D. Robust segmentation of visual data using ranked unbiased scale estimate. Robotica 1999, 17, 649–660. [Google Scholar] [CrossRef]
  32. Lou, Z.; Gevers, T. Image Alignment by Piecewise Planar Region Matching. IEEE Trans. Multimed. 2014, 16, 2052–2061. [Google Scholar] [CrossRef]
  33. Song, Y.; Chen, X.; Wang, X.; Zhang, Y.; Li, J. 6-DOF Image Localization From Massive Geo-Tagged Reference Images. IEEE Trans. Multimed. 2016, 18, 1542–1554. [Google Scholar] [CrossRef]
  34. Wong, H.S.; Chin, T.J.; Yu, J.; Suter, D. Dynamic and hierarchical multi-structure geometric model fitting. In Proceedings of the IEEE International Conference on Computer Vision, Barcelona, Spain, 7 November 2011; pp. 1044–1051. [Google Scholar]
  35. Mittal, S.; Anand, S.; Meer, P. Generalized projection-based M-estimator. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 2351–2364. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Model selection flow chart.
Figure 1. Model selection flow chart.
Sensors 20 03806 g001
Figure 2. Hypotheses and their quantized residual preference distance ( d i s t a n c e = 1 / W S + 1 ) MDS. (a) The initial k inliers with the kth minimum residuals for the three hypotheses. (b) The quantized residual preference and the distance multidimensional scaling (MDS) points. Similar hypotheses (hypothesis 1 and hypothesis 2) are closer in the distance MDS, while a different hypothesis (hypothesis 3) is very far from hypothesis 1 and hypothesis 2.
Figure 2. Hypotheses and their quantized residual preference distance ( d i s t a n c e = 1 / W S + 1 ) MDS. (a) The initial k inliers with the kth minimum residuals for the three hypotheses. (b) The quantized residual preference and the distance multidimensional scaling (MDS) points. Similar hypotheses (hypothesis 1 and hypothesis 2) are closer in the distance MDS, while a different hypothesis (hypothesis 3) is very far from hypothesis 1 and hypothesis 2.
Sensors 20 03806 g002
Figure 3. Inlier segmentation flow chart.
Figure 3. Inlier segmentation flow chart.
Sensors 20 03806 g003
Figure 4. The inliers and their corresponding quantized residual preference MDS plot. (a) The inliers labeled with green triangles. (b) The corresponding quantized residual preference MDS plot and inliers (from (a)) marked with green triangles and outliers with red squares. The quantization level θ is 500, and the valid quantization length for preference λ is 20.
Figure 4. The inliers and their corresponding quantized residual preference MDS plot. (a) The inliers labeled with green triangles. (b) The corresponding quantized residual preference MDS plot and inliers (from (a)) marked with green triangles and outliers with red squares. The quantization level θ is 500, and the valid quantization length for preference λ is 20.
Sensors 20 03806 g004
Figure 5. Example image pairs of the AdelaideRMF data set.
Figure 5. Example image pairs of the AdelaideRMF data set.
Sensors 20 03806 g005
Figure 6. Model selection results for multi-homography matrix estimation. (a) johnsona. (b) johnsonb. (c) ladysymon. (d) neem. (e) oldclassicswing. (f) sene.
Figure 6. Model selection results for multi-homography matrix estimation. (a) johnsona. (b) johnsonb. (c) ladysymon. (d) neem. (e) oldclassicswing. (f) sene.
Sensors 20 03806 g006
Figure 7. Results of the multi-homography matrix estimation of the proposed method. (a) johnsona. (b) johnsonb. (c) ladysymon. (d) neem. (e) oldclassicswing. (f) sene.
Figure 7. Results of the multi-homography matrix estimation of the proposed method. (a) johnsona. (b) johnsonb. (c) ladysymon. (d) neem. (e) oldclassicswing. (f) sene.
Sensors 20 03806 g007
Figure 8. Model selection results for the multi-fundamental matrix estimation. (a) biscuitbookbox. (b) breadcartoychips. (c) breadcubechips. (d) breadtoycar. (e) carchipscube. (f) dinobooks.
Figure 8. Model selection results for the multi-fundamental matrix estimation. (a) biscuitbookbox. (b) breadcartoychips. (c) breadcubechips. (d) breadtoycar. (e) carchipscube. (f) dinobooks.
Sensors 20 03806 g008
Figure 9. Inlier segmentation results for the multi-fundamental matrix estimation. (a) biscuitbookbox. (b) breadcartoychips. (c) breadcubechips. (d) breadtoycar. (e) carchipscube. (f) dinobooks.
Figure 9. Inlier segmentation results for the multi-fundamental matrix estimation. (a) biscuitbookbox. (b) breadcartoychips. (c) breadcubechips. (d) breadtoycar. (e) carchipscube. (f) dinobooks.
Sensors 20 03806 g009
Table 1. Misclassification (%) for the multi-homography matrix estimation.
Table 1. Misclassification (%) for the multi-homography matrix estimation.
MethodsPEARLJ-LinkageT-LinkageSA-RCMProposed
johnsona4.025.074.025.905.09
johnsonb18.1818.3318.3317.9514.18
ladysymon5.499.255.067.171.69
neem5.393.733.735.814.15
oldclassicswing1.580.270.262.110.79
sene0.800.840.400.800.40
Table 2. Misclassification (%) for the mullti-fundamental matrix estimation.
Table 2. Misclassification (%) for the mullti-fundamental matrix estimation.
MethodsPEARLJ-LinkageT-LinkageSA-RCMProposed
biscuitbookbox4.251.551.547.040
breadcartoychips5.9111.263.374.810.84
breadcubechips4.783.040.867.850.87
breadtoycar6.635.494.213.821.20
carchipscube11.824.271.8111.750
dinobooks14.7217.119.448.037.22
Table 3. Computational time of T-Linkage and our method in each homography scene.
Table 3. Computational time of T-Linkage and our method in each homography scene.
ScenePointsModelsOutlier Rate (%)MethodsNumber of SamplesComputational Times (ms)
johnsona373420.91T-Linkage2000346
Ours950473
johnsonb649712.02T-Linkage4000977
Ours1650953
ladysymon237232.49T-Linkage2000249
Ours600284
neem241336.51T-Linkage2000281
Ours600305
oldclassicswing379232.45T-Linkage2000322
Ours950387
sene250247.2T-Linkage2000293
Ours650314
Table 4. Computational time of T-Linkage and our method in each fundamental scene.
Table 4. Computational time of T-Linkage and our method in each fundamental scene.
ScenePointsModelsOutlier Rate (%)MethodsNumber of SamplesComputational Times (ms)
biscuitbookbox259337.45T-Linkage2000305
Ours1040463
breadcartoychip237434.6T-Linkage2000287
Ours960431
breadcubechips230335.22T-Linkage2000284
Ours960405
breadtoycar166333.73T-Linkage2000213
Ours720316
carchipscube165336.36T-Linkage2000204
Ours720313
dinobooks360343.06T-Linkage2000473
Ours1440549

Share and Cite

MDPI and ACS Style

Zhao, Q.; Zhang, Y.; Qin, Q.; Luo, B. Quantized Residual Preference Based Linkage Clustering for Model Selection and Inlier Segmentation in Geometric Multi-Model Fitting. Sensors 2020, 20, 3806. https://0-doi-org.brum.beds.ac.uk/10.3390/s20133806

AMA Style

Zhao Q, Zhang Y, Qin Q, Luo B. Quantized Residual Preference Based Linkage Clustering for Model Selection and Inlier Segmentation in Geometric Multi-Model Fitting. Sensors. 2020; 20(13):3806. https://0-doi-org.brum.beds.ac.uk/10.3390/s20133806

Chicago/Turabian Style

Zhao, Qing, Yun Zhang, Qianqing Qin, and Bin Luo. 2020. "Quantized Residual Preference Based Linkage Clustering for Model Selection and Inlier Segmentation in Geometric Multi-Model Fitting" Sensors 20, no. 13: 3806. https://0-doi-org.brum.beds.ac.uk/10.3390/s20133806

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop