• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations | Disambiguate

Balanced exploration and exploitation model search for efficient epipolar geometry estimation (2008)

by L Goshen, I Shimshoni
Add To MetaCart

Tools

Sorted by:
Results 1 - 10 of 19
Next 10 →

Projection Based M-Estimators

by Raghav Subbarao, Peter Meer , 2009
"... Random Sample Consensus (RANSAC) is the most widely used robust regression algorithm in computer vision. However, RANSAC has a few drawbacks which make it difficult to use for practical applications. Some of these problems have been addressed through improved sampling algorithms or better cost funct ..."
Abstract - Cited by 11 (3 self) - Add to MetaCart
Random Sample Consensus (RANSAC) is the most widely used robust regression algorithm in computer vision. However, RANSAC has a few drawbacks which make it difficult to use for practical applications. Some of these problems have been addressed through improved sampling algorithms or better cost functions, but an important difficulty still remains. The algorithm is not user independent, and requires knowledge of the scale of the inlier noise. We propose a new robust regression algorithm, the projection based M-estimator (pbM). The pbM algorithm is derived by building a connection to the theory of kernel density estimation and this leads to an improved cost function, which gives better performance. Furthermore, pbM is user independent and does not require any knowledge of the scale of noise corrupting the inliers. We propose a general framework for the pbM algorithm which can handle heteroscedastic data and multiple linear constraints on each data point through the use of Grassmann manifold theory. The performance of pbM is compared with RANSAC and M-Estimator Sample Consensus (MSAC) on various real problems. It is shown that pbM gives better results than RANSAC and MSAC in spite of being user independent.

Blogs: Balanced local and global search for non-degenerate two view epipolar geometry

by Aveek Shankar Brahmachari , 2009
"... ..."
Abstract - Cited by 4 (1 self) - Add to MetaCart
Abstract not found
(Show Context)

Citation Context

...thod to rule out, at each iteration, correspondences that lead to degenerate configurations, thus speeding up convergence. We compare our algorithm with LORANSAC [2], NAPSAC [7], MAPSAC [19] and BEEM =-=[9]-=-, which are the current state of the art competing methods, on a dataset that has significantly more change in baseline, rotation, and scale than those used in the current literature. We quantitativel...

Photo Sequencing

by Tali Basha, Yael Moses, Shai Avidan, Eccv Eccv, Short Time Interval, Epipolar Geometry
"... Capturing the highlights of a dynamic event Analyzing/Visualizing the dynamic content using still imagesECCV’12 ..."
Abstract - Cited by 4 (0 self) - Add to MetaCart
Capturing the highlights of a dynamic event Analyzing/Visualizing the dynamic content using still imagesECCV’12
(Show Context)

Citation Context

...taken to be those that are matched to static and dynamic features of I1, respectively. The static features are used to compute the fundamental matrix, Fk, between I1 and Ik (we use the BEEM algorithm =-=[23]-=-); the dynamic features are used to determine the temporal order of the images, as explained next. Ordering by a Single Set of Dynamic Features: Let pi1 ∈ I1 be a dynamic feature in the reference imag...

Efficient image retrieval for 3D structures

by Relja Arandjelović, Andrew Zisserman , 2010
"... Large scale image retrieval systems for speci c objects generally employ visual words together with a ranking based on a geometric relation between the query and target images. Previous work has used planar homographies for this geometric relation. Here we replace the planar transformation by epipol ..."
Abstract - Cited by 3 (0 self) - Add to MetaCart
Large scale image retrieval systems for speci c objects generally employ visual words together with a ranking based on a geometric relation between the query and target images. Previous work has used planar homographies for this geometric relation. Here we replace the planar transformation by epipolar geometry in order to improve the retrieval performance for 3D structures. To this end, we introduce a new minimal solution for computing the af ne fundamental matrix. The solution requires only two corresponding elliptical regions. Unlike previous approaches it does not require the rotation of the image patches, and ensures that the necessary epipolar tangency constraints are satis ed. The solution is well suited for real time reranking in large scale image retrieval, since (i) elliptical correspondences are readily available from the af ne region detections, and (ii) the use of only two region correspondences is very ef cient in a RANSAC framework where the number of samples required grows exponentially with sample size. We demonstrate a gain in computational ef ciency (over other methods of solution) without a loss in quality of the estimated epipolar geometry. We present a quantitative performance evaluation on the Oxford and Paris image retrieval benchmarks, and demonstrate that retrieval of 3D structures is indeed improved.

SWIGS: A Swift Guided Sampling Method

by Victor Fragoso, Matthew Turk - In Proc. IEEE Computer Vision and Pattern Recognition
"... We present SWIGS, a Swift and efficient Guided Sam-pling method for robust model estimation from image fea-ture correspondences. Our method leverages the accuracy of our new confidence measure (MR-Rayleigh), which as-signs a correctness-confidence to a putative correspon-dence in an online fashion. ..."
Abstract - Cited by 3 (1 self) - Add to MetaCart
We present SWIGS, a Swift and efficient Guided Sam-pling method for robust model estimation from image fea-ture correspondences. Our method leverages the accuracy of our new confidence measure (MR-Rayleigh), which as-signs a correctness-confidence to a putative correspon-dence in an online fashion. MR-Rayleigh is inspired by Meta-Recognition (MR), an algorithm that aims to predict when a classifier’s outcome is correct. We demonstrate that by using a Rayleigh distribution, the prediction accuracy of MR can be improved considerably. Our experiments show that MR-Rayleigh tends to predict better than the often-used Lowe’s ratio, Brown’s ratio, and the standard MR under a range of imaging conditions. Furthermore, our homogra-phy estimation experiment demonstrates that SWIGS per-forms similarly or better than other guided sampling meth-ods while requiring fewer iterations, leading to fast and ac-curate model estimates. 1.
(Show Context)

Citation Context

...fidences to bias the selection of image feature correspondences to generate models in a robust model estimation process. These approaches in general exploit prior information such as matching scores (=-=[2, 11, 19]-=-) or geometrical cues ([5, 17]) to compute these weights. In Fig. 1 we show an overview of the main loop in a robust model estimation, where the confidences or weights are used to select feature corre...

M.: EVSAC: accelerating hypotheses generation by modeling matching scores with extreme value theory

by Victor Fragoso, Pradeep Sen, Sergio Rodriguez, Matthew Turk - In: IEEE ICCV , 2013
"... Algorithms based on RANSAC that estimate models us-ing feature correspondences between images can slow down tremendously when the percentage of correct correspon-dences (inliers) is small. In this paper, we present a prob-abilistic parametric model that allows us to assign confi-dence values for eac ..."
Abstract - Cited by 2 (0 self) - Add to MetaCart
Algorithms based on RANSAC that estimate models us-ing feature correspondences between images can slow down tremendously when the percentage of correct correspon-dences (inliers) is small. In this paper, we present a prob-abilistic parametric model that allows us to assign confi-dence values for each matching correspondence and there-fore accelerates the generation of hypothesis models for RANSAC under these conditions. Our framework lever-ages Extreme Value Theory to accurately model the statis-tics of matching scores produced by a nearest-neighbor fea-ture matcher. Using a new algorithm based on this model, we are able to estimate accurate hypotheses with RANSAC at low inlier ratios significantly faster than previous state-of-the-art approaches, while still performing comparably when the number of inliers is large. We present results of ho-mography and fundamental matrix estimation experiments for both SIFT and SURF matches that demonstrate that our method leads to accurate and fast model estimations. 1.
(Show Context)

Citation Context

...tliers, and many improvements have been proposed to increase its speed and its accuracy, e.g., [6, 14, 15, 16, 20]. Many methods improve RANSAC by exploiting prior information such as matching scores =-=[2, 5, 9, 19]-=- or geometrical cues [4, 13, 16] in order to bias the generation of hypotheses (models) with matches that are more likely to be correct, hence avoiding outliers as much as possible. However, even thes...

Image Matching Using Photometric Information

by Michael Kolomenkin, Ilan Shimshoni
"... Image matching is an essential task in many computer vision applications. It is obvious that thorough utilization of all available information is critical for the success of matching algorithms. However most popular matching methods do not incorporate effectively photometric data. Some algorithms ar ..."
Abstract - Cited by 1 (0 self) - Add to MetaCart
Image matching is an essential task in many computer vision applications. It is obvious that thorough utilization of all available information is critical for the success of matching algorithms. However most popular matching methods do not incorporate effectively photometric data. Some algorithms are based on geometric, color invariant features, thus completely neglecting available photometric information. Others assume that color does not differ significantly in the two images; that assumption may be wrong when the images are not taken at the same time, for example when a recently taken image is compared with a database. This paper introduces a method for using color information in image matching tasks. Initially the images are segmented using an off-the-shelf segmentation process (EDISON). No assumptions are made on the quality of the segmentation. Then the algorithm employs a model for natural illumination change to define the probability of two segments to originate from the same surface. When additional information is supplied (for example suspected corresponding point features in both images), the probabilities are updated. We show that the probabilities can easily be utilized in any existing image matching system. We propose a technique to make use of them in a SIFT-based algorithm. The technique’s capabilities are demonstrated on real images, where it causes a significant improvement in comparison with the original SIFT results in the percentage of correct matches found.
(Show Context)

Citation Context

...lier probabilities. The probability separation is important since these probabilities are used to guide the RANSAC [6] step of the subsequent algorithms (e.g. Chum and Matas [4], Goshen and Shimshoni =-=[8]-=-). Evidently, the ability of the algorithm to separate the histograms is its main achievement. Figure 4 presents the zoomed in versions of the probability density of inlier and outlier matching probab...

S.: Space-time tradeoffs in photo sequencing

by Tali Dekel (basha, Yael Moses, Shai Avidan - In: ICCV (2013
"... Photo-sequencing is the problem of recovering the tem-poral order of a set of still images of a dynamic event, taken asynchronously by a set of uncalibrated cameras. Solving this problem is a first, crucial step for analyzing (or vi-sualizing) the dynamic content of the scene captured by a large num ..."
Abstract - Cited by 1 (0 self) - Add to MetaCart
Photo-sequencing is the problem of recovering the tem-poral order of a set of still images of a dynamic event, taken asynchronously by a set of uncalibrated cameras. Solving this problem is a first, crucial step for analyzing (or vi-sualizing) the dynamic content of the scene captured by a large number of freely moving spectators. We propose a geometric based solution, followed by rank aggregation to the photo-sequencing problem. Our algorithm trades spa-tial certainty for temporal certainty. Whereas the previous solution proposed by [4] relies on two images taken from the same static camera to eliminate uncertainty in space, we drop the static-camera assumption and replace it with temporal information available from images taken from the same (moving) camera. Our method thus overcomes the limitation of the static-camera assumption, and scales much better with the duration of the event and the spread of cam-eras in space. We present successful results on challenging real data sets and large scale synthetic data (250 images). 1.
(Show Context)

Citation Context

...rom 0% (the order is perfectly correct) to 100% (all pairwise orders are incorrect). For all the real datasets, the fundamental matrices between the image pairs were computed using the BEEM algorithm =-=[7]-=-. Feature points were detected and matched across images as in [4], using corners and NRDC matching [8]. 4.1. Synthetic Data We evaluated in a controlled manner two important properties of our method:...

Keywords:

by Nils Hering Frankschmitt Lutzpriese
"... In this paper we present a new method to group self-similar SIFT features in images. The aim is to automatically build groups of all SIFT features with the same semantics in an image. To achieve this a new distance between SIFT feature vectors taking into account their orientation and scale is intro ..."
Abstract - Add to MetaCart
In this paper we present a new method to group self-similar SIFT features in images. The aim is to automatically build groups of all SIFT features with the same semantics in an image. To achieve this a new distance between SIFT feature vectors taking into account their orientation and scale is introduced. The methods are presented inthe context of recognition of buildings. A firstevaluation shows promising results. 1

Author manuscript, published in "PSIVT, Guanajuato: Mexico (2013)" Singular Vector Methods for Fundamental Matrix Computation

by Ferran Espuny, Pascal Monasse , 2013
"... Abstract. The normalized eight-point algorithm is broadly used for the computation of the fundamental matrix between two images given a set of correspondences. However, it performs poorly for low-size datasets due to the way in which the rank-two constraint is imposed on the fundamental matrix. We p ..."
Abstract - Add to MetaCart
Abstract. The normalized eight-point algorithm is broadly used for the computation of the fundamental matrix between two images given a set of correspondences. However, it performs poorly for low-size datasets due to the way in which the rank-two constraint is imposed on the fundamental matrix. We propose two new algorithms to enforce the rank-two constraint on the fundamental matrix in closed form. The first one restricts the projection on the manifold of fundamental matrices along the most favorable direction with respect to algebraic error. Its complexity is akin to the classical seven point algorithm. The second algorithm relaxes the search to the best plane with respect to the algebraic error. The minimization of this error amounts to finding the intersection of two bivariate cubic polynomial curves. These methods are based on the minimization of the algebraic error and perform equally well for large datasets. However, we show through synthetic and real experiments that the proposed algorithms compare favorably with the normalized eight-point algorithm for low-size datasets.
(Show Context)

Citation Context

...ng the set of inlier matches and computing the fundamental matrix. We assume generic scene(s) and camera position(s); dedicated methods have been devised to deal with nearly-degenerate configurations =-=[18,1,4,5]-=-. The Random Sample Consensus (RANSAC) [3] performs random sampling of at most N minimal subsets of data (7-uples of matches) to hypothesize models. Each hypothetical model is evaluated using the poin...

Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University