Lidé

doc. Ing. Tomáš Werner, Ph.D.

Všechny publikace

Classes of linear programs solvable by coordinate-wise minimization

  • DOI: 10.1007/s10472-021-09731-9
  • Odkaz: https://doi.org/10.1007/s10472-021-09731-9
  • Pracoviště: Strojové učení
  • Anotace:
    Coordinate-wise minimization is a simple popular method for large-scale optimization. Unfortunately, for general (non-differentiable and/or constrained) convex problems, its fixed points may not be global minima. We present two classes of linear programs (LPs) that coordinate-wise minimization solves exactly. We show that these classes subsume the dual LP relaxations of several well-known combinatorial optimization problems and the method finds a global minimum with sufficient accuracy in reasonable runtimes. Moreover, we experimentally show that the method frequently yields good suboptima or even optima for sparse LPs where optimality is not guaranteed in theory. Though the presented problems can be solved by more efficient methods, our results are theoretically non-trivial and can lead to new large-scale optimization algorithms in the future.

Bounds on Weighted CSPs Using Constraint Propagation and Super-Reparametrizations

  • Autoři: Ing. Tomáš Dlask, Ph.D., doc. Ing. Tomáš Werner, Ph.D., de Givry, S.
  • Publikace: 27th International Conference on Principles and Practice of Constraint Programming. Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik, 2021. ISSN 1868-8969. ISBN 978-3-95977-211-2.
  • Rok: 2021
  • DOI: 10.4230/LIPIcs.CP.2021.23
  • Odkaz: https://doi.org/10.4230/LIPIcs.CP.2021.23
  • Pracoviště: Strojové učení
  • Anotace:
    We propose a framework for computing upper bounds on the optimal value of the (maximization version of) Weighted CSP (WCSP) using super-reparametrizations, which are changes of the weights that keep or increase the WCSP objective for every assignment. We show that it is in principle possible to employ arbitrary (under certain technical conditions) constraint propagation rules to improve the bound. For arc consistency in particular, the method reduces to the known Virtual AC (VAC) algorithm. Newly, we implemented the method for singleton arc consistency (SAC) and compared it to other strong local consistencies in WCSPs on a public benchmark. The results show that the bounds obtained from SAC are superior for many instance groups.

A Class of Linear Programs Solvable by Coordinate-Wise Minimization

  • DOI: 10.1007/978-3-030-53552-0_8
  • Odkaz: https://doi.org/10.1007/978-3-030-53552-0_8
  • Pracoviště: Strojové učení
  • Anotace:
    Coordinate-wise minimization is a simple popular method for large-scale optimization. Unfortunately, for general (non-differentiable and/or constrained) convex problems it may not find global minima. We present a class of linear programs that coordinate-wise minimization solves exactly. We show that dual LP relaxations of several well-known combinatorial optimization problems are in this class and the method finds a global minimum with sufficient accuracy in reasonable runtimes. Moreover, for extensions of these problems that no longer are in this class the method yields reasonably good suboptima. Though the presented LP relaxations can be solved by more efficient methods (such as max-flow), our results are theoretically non-trivial and can lead to new large-scale optimization algorithms in the future.

Bounding Linear Programs by Constraint Propagation: Application to Max-SAT

  • DOI: 10.1007/978-3-030-58475-7_11
  • Odkaz: https://doi.org/10.1007/978-3-030-58475-7_11
  • Pracoviště: Strojové učení
  • Anotace:
    The Virtual Arc Consistency (VAC) algorithm by Cooper et al. is a soft local consistency technique that computes, in linear space, a bound on the basic LP relaxation of the Weighted CSP (WCSP). We generalize this technique by replacing arc consistency with a (problem-dependent) constraint propagation in a system of linear inequalities over the reals. When propagation detects infeasibility, the infeasibility certificate (a solution to the alternative system in Farkas’ lemma) provides a dual improving direction. We illustrate this approach on the LP relaxation of Weighted Max-SAT. We show in experiments that the obtained bounds are often not far from global LP optima and we prove that they are exact for known tractable subclasses of Weighted Max-SAT.

On Relation Between Constraint Propagation and Block-Coordinate Descent in Linear Programs

  • DOI: 10.1007/978-3-030-58475-7_12
  • Odkaz: https://doi.org/10.1007/978-3-030-58475-7_12
  • Pracoviště: Strojové učení
  • Anotace:
    Block-coordinate descent (BCD) is a popular method in large-scale optimization. Unfortunately, its fixed points are not global optima even for convex problems. A succinct characterization of convex problems optimally solvable by BCD is unknown. Focusing on linear programs, we show that BCD fixed points are identical to fixed points of another method, which uses constraint propagation to detect infeasibility of a system of linear inequalities in a primal-dual loop (a special case of this method is the Virtual Arc Consistency algorithm by Cooper et al.). This implies that BCD fixed points are global optima iff a certain propagation rule decides feasibility of a certain class of systems of linear inequalities.

Relative Interior Rule in Block-Coordinate Descent

  • DOI: 10.1109/CVPR42600.2020.00758
  • Odkaz: https://doi.org/10.1109/CVPR42600.2020.00758
  • Pracoviště: Strojové učení
  • Anotace:
    It is well-known that for general convex optimization problems, block-coordinate descent can get stuck in poor local optima. Despite that, versions of this method known as convergent message passing are very successful to approximately solve the dual LP relaxation of the MAP inference problem in graphical models. In attempt to identify the reason why these methods often achieve good local minima, we argue that if in block-coordinate descent the set of minimizers over a variable block has multiple elements, one should choose an element from the relative interior of this set. We show that this rule is not worse than any other rule for choosing block-minimizers. Based on this observation, we develop a theoretical framework for block-coordinate descent applied to general convex problems. We illustrate this theory on convergent message-passing methods.

Solving LP Relaxations of Some NP-Hard Problems Is As Hard As Solving Any Linear Program

  • DOI: 10.1137/17M1142922
  • Odkaz: https://doi.org/10.1137/17M1142922
  • Pracoviště: Strojové učení
  • Anotace:
    We show that the general linear programming (LP) problem reduces in nearly linear time to the LP relaxations of many classical NP-hard combinatorial problems, assuming sparse encoding of instances. We distinguish two types of such reductions. In the first type (shown for set cover/packing, facility location, maximum satisfiability, maximum independent set, and multiway cut), the input linear program is feasible and bounded iff the optimum value of the LP relaxation attains a threshold, and then optimal solutions to the input linear program correspond to optimal solutions to the LP relaxation. In the second type (shown for exact set cover, three-dimensional matching, and constraint satisfaction), feasible solutions to the input linear program correspond to feasible solutions to the LP relaxations. Thus, the reduction preserves objective values of all (not only optimal) solutions. In polyhedral terms, every polytope in standard form is a scaled coordinate projection of the optimal or feasible set of the LP relaxation. Besides nearly linear-time reductions, we show that the considered LP relaxations are P-complete under log-space reductions, and therefore also hard to parallelize. These results pose a limitation on designing algorithms to compute exact or even approximate solutions to the LP relaxations, as any lower bound on the complexity of solving the general LP problem is inherited by the LP relaxations.

LP Relaxation of the Potts Labeling Problem Is as Hard as Any Linear Program

  • DOI: 10.1109/TPAMI.2016.2582165
  • Odkaz: https://doi.org/10.1109/TPAMI.2016.2582165
  • Pracoviště: Strojové učení
  • Anotace:
    In our recent work, we showed that solving the LP relaxation of the pairwise min-sum labeling problem (also known as MAP inference in graphical models or discrete energy minimization) is not much easier than solving any linear program. Precisely, the general linear program reduces in linear time (assuming the Turing model of computation) to the LP relaxation of the min-sum labeling problem. The reduction is possible, though in quadratic time, even to the min-sum labeling problem with planar structure. Here we prove similar results for the pairwise min-sum labeling problem with attractive Potts interactions (also known as the uniform metric labeling problem).

LP Relaxations of Some NP-Hard Problems Are as Hard as Any LP

  • DOI: 10.1137/1.9781611974782.89
  • Odkaz: https://doi.org/10.1137/1.9781611974782.89
  • Pracoviště: Strojové učení
  • Anotace:
    We show that solving linear programming (LP) relaxations of many classical NP-hard combinatorial optimization problems is as hard as solving the general LP problem. Precisely, the general LP can be reduced in linear time to the LP relaxation of each of these problems. This result poses a fundamental limitation for designing efficient algorithms to solve the LP relaxations, because finding such an algorithm might improve the complexity of best known algorithms for the general LP. Besides linear-time reductions, we show that the LP relaxations of the considered problems are P-complete under log-space reduction, therefore also hard to parallelize.

How Hard Is the LP Relaxation of the Potts Min-Sum Labeling Problem?

  • Autoři: doc. RNDr. Daniel Průša, Ph.D., doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: EMMCVPR 2015: Proceedings of the 10th International Conference on Energy Minimization Methods in Computer Vision and Pattern Recognition. Heidelberg: Springer, 2015. p. 57-70. Lecture Notes in Computer Science. ISSN 0302-9743. ISBN 978-3-319-14611-9.
  • Rok: 2015
  • DOI: 10.1007/978-3-319-14612-6_5
  • Odkaz: https://doi.org/10.1007/978-3-319-14612-6_5
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    An important subclass of the min-sum labeling problem (also known as discrete energy minimization or valued constraint satisfaction) is the pairwise min-sum problem with arbitrary unary costs and attractive Potts pairwise costs (also known as the uniform metric labeling problem). In analogy with our recent result, we show that solving the LP relaxation of the Potts min-sum problem is not significantly easier than that of the general min-sum problem and thus, in turn, the general linear program. This suggests that trying to find an efficient algorithm to solve the LP relaxation of the Potts min-sum problem has a fundamental limitation. Our constructions apply also to integral solutions, yielding novel reductions of the (non-relaxed) general min-sum problem to the Potts min-sum problem.

Marginal Consistency: Upper-Bounding Partition Functions over Commutative Semirings

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: IEEE Transactions on Pattern Analysis and Machine Intelligence. 2015, 37(7), 1455-1468. ISSN 0162-8828.
  • Rok: 2015
  • DOI: 10.1109/TPAMI.2014.2363833
  • Odkaz: https://doi.org/10.1109/TPAMI.2014.2363833
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    Many inference tasks in pattern recognition and artificial intelligence lead to partition functions in which addition and multiplication are abstract binary operations forming a commutative semiring. By generalizing max-sum diffusion (one of convergent message passing algorithms for approximate MAP inference in graphical models), we propose an iterative algorithm to upper bound such partition functions over commutative semirings. The iteration of the algorithm is remarkably simple: change any two factors of the partition function such that their product remains the same and their overlapping marginals become equal. In many commutative semirings, repeating this iteration for different pairs of factors converges to a fixed point when the overlapping marginals of every pair of factors coincide. We call this state marginal consistency. During that, an upper bound on the partition function monotonically decreases. This abstract algorithm unifies several existing algorithms, including max-sum diffusion and basic costraint propagation (or local consistency) algorithms in constraint programming. We further construct a hierarchy of marginal consistencies of increasingly higher levels and show than any such level can be enforced by adding identity factors of higher arity (order). Finally, we discuss instances of the framework for several semirings, including the distributive lattice and the max-sum and sum-product semirings.

Universality of the local marginal polytope

  • DOI: 10.1109/TPAMI.2014.2353626
  • Odkaz: https://doi.org/10.1109/TPAMI.2014.2353626
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    We show that solving the LP relaxation of the min-sum labeling problem (also known as MAP inference problem in graphical models, discrete energy minimization, or valued constraint satisfaction) is not easier than solving any linear program. Precisely, every polytope is linear-time representable by a local marginal polytope and every LP can be reduced in linear time to a linear optimization (allowing infinite costs) over a local marginal polytope. The reduction can be done (though with a higher time complexity) even if the local marginal polytope is restricted to have a planar structure.

The Power of LP Relaxation for MAP Inference

  • Pracoviště: Katedra kybernetiky
  • Anotace:
    Minimization of a partially separable function of many discrete variables is ubiquitous in machine learning and computer vision, in tasks like maximum a posteriori (MAP) inference in graphical models, or structured prediction. Among successful approaches to this problem is linear programming (LP) relaxation. We discuss this LP relaxation from two aspects. First, we review recent results which characterize languages (classes of functions permitted to form the objective function) for which the problem is solved by the relaxation exactly. Second, we show that solving the LP relaxation is not easier than solving any linear program, which makes a discovery of an efficient algorithm for the LP relaxation unlikely.

Fast Detection of Multiple Textureless 3-D Objects

  • Autoři: Cai, H., doc. Ing. Tomáš Werner, Ph.D., prof. Ing. Jiří Matas, Ph.D.,
  • Publikace: Computer Vision Systems - 9th International Conference, ICVS 2013, St. Petersburg, Russian Federation, July 16-18, 2013. Proceedings. Heidelberg: Springer, 2013. p. 103-112. Lecture Notes in Computer Science. ISSN 0302-9743. ISBN 978-3-642-39401-0.
  • Rok: 2013
  • DOI: 10.1007/978-3-642-39402-7_11
  • Odkaz: https://doi.org/10.1007/978-3-642-39402-7_11
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    We propose a fast edge-based approach for detection and approximate pose estimation of multiple textureless objects in a single image. The objects are trained from a set of edge maps, each showing one object in one pose. To each scanning window in the input image, the nearest neighbor is found among these training templates by a two-level cascade. The first cascade level, based on a novel edge-based sparse image descriptor and fast search by index table, prunes the majority of background windows. The second level verifies the surviving detection hypotheses by oriented chamfer matching, improved by selecting discriminative edges and by compensating a bias towards simple objects. The method outperforms the state-of-the-art approach by Damen et al. (2012). The processing is near real-time, ranging from 2 to 4 frames per second for the training set size 10^4.

Universality of the Local Marginal Polytope

  • DOI: 10.1109/CVPR.2013.227
  • Odkaz: https://doi.org/10.1109/CVPR.2013.227
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    We show that solving the LP relaxation of the MAP inference problem in graphical models (also known as the min-sum problem, energy minimization, or weighted constraint satisfaction) is not easier than solving any LP. More precisely, any polytope is linear-time representable by a local marginal polytope and any LP can be reduced in linear time to a linear optimization (allowing infinite weights) over a local marginal polytope.

Cutting-Plane Methods in Machine Learning

  • Pracoviště: Katedra kybernetiky
  • Anotace:
    Cutting plane methods are optimization techniques that incrementally construct an approximation of a feasible set or an objective function by linear inequalities, called cutting planes. Numerous variants of this basic idea are among standard tools used in convex nonsmooth optimization and integer linear programing. Recently, cutting plane methods have seen growing interest in the field of machine learning. In this chapter, we describe the basic theory behind these methods and we show three of their successful applications to solving machine learning problems: regularized risk minimization, multiple kernel learning, and MAP inference in graphical models.

How to Compute Primal Solution from Dual One in MAP Inference in MRF?

  • Pracoviště: Katedra kybernetiky
  • Anotace:
    In LP relaxation of MAP inference in Markov random fields (MRF), the primal LP maximizes the MAP objective over relaxed labelings (pseudomarginals) and the dual LP minimizes an upper bound on the true MAP solution by reparameterizations. Having solved the dual~LP, we have no direct access to the corresponding primal solution. We propose a simple way to compute an optimal primal solution from an optimal dual solution. Precisely, we given an algorithm that either shows that the upper bound for a given problem can be further decreased by reparameterizations (i.e., it is not dual-optimal) or computes the corresponding optimal relaxed labeling. This is done by first removing inactive dual constraints and then solving the resulting feasibility problem by a very simple message-passing algorithm, sum-product diffusion.

Primal View on Belief Propagation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: UAI 2010: Proceedings of the Conference of Uncertainty in Artificial Intelligence. Corvallis: AUAI Press, 2010. p. 651-657. ISBN 978-0-9749039-6-5.
  • Rok: 2010
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    It is known that fixed points of loopy belief propagation (BP) correspond to stationary points of the Bethe variational problem, where we minimize the Bethe free energy subject to normalization and marginalization constraints. Unfortunately, this does not entirely explain BP because BP is a dual rather than primal algorithm to solve the Bethe variational problem - beliefs are infeasible before convergence. Thus, we have no better understanding of BP than as an algorithm to seek for a common zero of a system of non-linear functions, not explicitly related to each other. In this theoretical paper, we show that these functions are in fact explicitly related -- they are the partial derivatives of a single function of reparameterizations. That means, BP seeks for a stationary point of a single function, without any constraints. This function has a very natural form: it is a linear combination of local log-partition functions, exactly as the Bethe entropy is the same linear combination of lo

Revisiting the Linear Programming Relaxation Approach to Gibbs Energy Minimization and Weighted Constraint Satisfaction

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: IEEE Transactions on Pattern Analysis and Machine Intelligence. 2010, 32(8), 1474-1488. ISSN 0162-8828.
  • Rok: 2010
  • DOI: 10.1109/TPAMI.2009.134
  • Odkaz: https://doi.org/10.1109/TPAMI.2009.134
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    We present a number of contributions to the LP relaxation approach to weighted constraint satisfaction (Gibbs energy minimization). We generalize it to n-ary constraints in a simple and natural way. This includes a simple algorithm to minimize the LP-based upper bound, n-ary max-sum diffusion, we consider using other bound-optimizing algorithms as well. The diffusion iteration is tractable for a certain class of high-arity constraints represented as a black-box, which is analogical to propagators for global constraints CSP. Diffusion exactly solves permuted n-ary supermodular problems. A hierarchy of gradually tighter LP relaxations is obtained simply by adding various zero constraints and coupling them in various ways to existing constraints. Zero constraints can be added incrementally, which leads to a cutting plane algorithm. The separation problem is formulated as finding an unsatisfiable subproblem of a CSP.

Soft arc consistency revisited

  • Autoři: Cooper, M.C., de Givry, S., Sanchez, M., Schiex, T., Zytnicki, M., doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Artificial Intelligence. 2010, 174(7-8), 449-478. ISSN 0004-3702.
  • Rok: 2010
  • DOI: 10.1016/j.artint.2010.02.001
  • Odkaz: https://doi.org/10.1016/j.artint.2010.02.001
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    The Valued Constraint Satisfaction Problem (VCSP) is a generic optimization problem defined by a network of local cost functions defined over discrete variables. The incremental lower bounds produced by local consistency filtering are used for pruning inside Branch and Bound search. We extend the notion of arc consistency by allowing fractional weights and by allowing several arc consistency operations to be applied simultaneously. To reach a more practical algorithm, we show that the existence of a sequence of arc consistency operations which increases the lower bound can be detected by establishing arc consistency in a classical Constraint Satisfaction Problem (CSP) derived from the original cost function network. These algorithms have been implemented and evaluated on a variety of problems, including two difficult frequency assignment problems which are solved to optimality for the first time.

A Discrete Search Method for Multi-modal Non-Rigid Image Registration

  • Autoři: Mgr. Oleksandr Shekhovtsov, Ph.D., Garcia Arteaga, J., doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: NORDIA 2008: Proceedings of the 2008 IEEE CVPR Workshop on Non-Rigid Shape Analysis and Deformable Image Alignment. Los Alamitos: IEEE Computer Society Press, 2008. pp. 915-920. ISSN 1063-6919. ISBN 978-1-4244-2339-2.
  • Rok: 2008
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    We consider the problem of image matching under the unknown statistical dependence of the signals, i.e. a signal in one image may correspond to one or more signals in the other image with different probabilities. This problem is widely known as multimodal image registration and is commonly solved by the maximization of the empirical mutual information between the images. The deformation is typically represented in a parametric form and optimization w.r.t. it is performed using gradient-based methods. In contrast, we represent the deformation as a field of discretized displacements and optimize w.r.t. it using pairwise Gibbs energy minimization technique. This has potential advantage of finding good solutions even for problems having many local minima.

High-arity Interactions, Polyhedral Relaxations, and Cutting Plane Algorithm for Soft Constraint Optimisation (MAP-MRF)

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: CVPR 2008: Proceedings of the 2008 IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Medison: Omnipress, 2008. p. 109-116. ISSN 1063-6919. ISBN 978-1-4244-2242-5.
  • Rok: 2008
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    LP relaxation approach to soft constraint optimisation (i.e. MAP-MRF) has been mostly considered only for binary problems. We present its generalisation to n-ary problems, including a simple algorithm to optimise the LP bound, n-ary max-sum diffusion. As applications, we show that a hierarchy of gradually tighter polyhedral relaxations of MAP-MRF is obtained by adding zero interactions. We propose a cutting plane algorithm, where cuts correspond to adding zero interactions and the separation problem to finding an unsatisfiable constraint satisfaction subproblem. Next, we show that certain high-arity interactions, e.g. certain global constraints, can be included into the framework in a principled way. Finally, we prove that n-ary max-sum diffusion finds global optimum for n-ary supermodular problems.

Marginal Consistency: Unifying Constraint Propagation on Commutative Semirings

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Proc. of the 9th Intl. Workshop on Preferences and Soft Constraints (SofT'08). Held in conjunction with the 14th Intl. Conf. on Principles and Practice of Constraint Programming. Toulouse: Institute National de la Recherche Agronomique, 2008. p. 43-57.
  • Rok: 2008
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    We generalise the linear programming relaxation approach to Weighted CSP by Schlesinger and the max-sum diffusion algorithm by Koval and Kovalevsky twice: from Weighted CSP to Semiring CSP, and from binary networks to networks of arbitrary arity. This generalisation reveals a deep property of constraint networks on commutative semirings: by locally changing constraint values, any network can be transformed into an equivalent form in which all corresponding marginals of each constraint pair coincide. We call this state marginal consistency. It corresponds to a local minimum of an upper bound on the Semiring CSP. We further show that a hierarchy of gradually tighter bounds is obtained by adding neutral constraints with higher arity. We argue that marginal consistency is a fundamental concept to unify local consistency techniques in constraint networks on commutative semirings.

A Linear Programming Approach to Max-sum Problem: A Review

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: IEEE Transactions on Pattern Analysis and Machine Intelligence. 2007, 29(7), 1165-1179. ISSN 0162-8828.
  • Rok: 2007
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    We review a not widely known approach to the max-sum problem, developed by Ukrainian researchers Schlesinger et al. in 1976, and show how it contributes to recent results, most importantly, those on the convex combination of trees and tree-reweighted max-product. In particular, we review Schlesinger et al.''s upper bound on the max-sum criterion, its minimization by equivalent transformations, its relation to the constraint satisfaction problem, the fact that this minimization is dual to a linear programming relaxation of the original problem, and the three kinds of consistency necessary for optimality of the upper bound. We revisit problems with Boolean variables and supermodular problems. We describe two algorithms for decreasing the upper bound. We present an example application for structural image analysis.

Unified Framework for Semiring-Based Arc Consistency and Relaxation Labeling

  • Pracoviště: Katedra kybernetiky
  • Anotace:
    Constraint Satisfaction Problem (CSP), including its soft modifications, is ubiquitous in artificial intelligence and related fields. In computer vision and pattern recognition, the crisp CSP is more known as the consistent labeling problem and certain soft CSPs as certain inference problems in Markov Random Fields. Many soft CSPs can be seen as special cases of the semiring-based CSP (SCSP), using two abstract operations that form a semiring. A fundamental concept to tackle the CSP, as well as the SCSPs with idempotent semiring multiplication, are arc consistency algorithms, also known as relaxation labeling. Attempts have been made to generalize arc consistency for soft CSPs with non-idempotent semiring multiplication. We achieve such generalization by generalizing max-sum diffusion of Kovalevsky and Koval, used to decrease Schlesinger's upper bound on the max-sum CSP. We formulate the proposed generalized arc consistency in the semiring framework.

What Is Decreased by the Max-sum Arc Consistency Algorithm?

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: ICML 2007: Proceedings of the 24th international conference on Machine learning. New York: ACM, 2007. p. 1007-1014. ISSN 1053-587X. ISBN 978-1-59593-793-3.
  • Rok: 2007
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    Inference tasks in Markov random fields (MRFs) are closely related to the constraint satisfaction problem (CSP) and its soft generalizations. In particular, MAP inference in MRF is equivalent to the weighted (max-sum) CSP. A well-known tool to tackle CSPs are arc consistency algorithms, a.k.a. relaxation labeling. A promising approach to MAP inference in MRFs is linear programming relaxation solved by sequential tree-reweighted message passing (TRW-S). There is a not widely known algorithm equivalent to TRW-S, max-sum diffusion, which is slower but very simple. We give two theoretical results. First, we show that arc consistency algorithms and max-sum diffusion become the same thing if formulated in an abstract-algebraic way. Thus, we argue that max-sum arc consistency algorithm or max-sum relaxation labeling is a more suitable name for max-sum diffusion. Second, we give a criterion that strictly decreases during these algorithms.

Two-view Geometry Estimation Unaffected by a Dominant Plane

  • Pracoviště: Katedra kybernetiky
  • Anotace:
    A RANSAC-based algorithm for robust estimation of epipolar geometry from point correspondences in the possible presence of a dominant scene plane is presented. The algorithm handles scenes with (i) all points in a single plane, (ii) majority of points in a single plane and the rest off the plane, (iii) no dominant plane. It is not required to know a priori which of the cases (i) - (iii) occurs. The algorithm exploits a theorem we proved, that if five or more of seven correspondences are related by a homography then there is an epipolar geometry consistent with the seven-tuple as well as with all correspondences related by the homography. This means that a seven point sample consisting of two outliers and five inliers lying in a dominant plane produces an epipolar geometry which is completely wrong and yet consistent with a high number of correspondences. The theorem explains why RANSAC often fails to estimate epipolar geometry in the presence of a dominant plane. Rather surprisingly, t

Epipolar Geometry Estimation via RANSAC Benefits from the Oriented Epipolar Constraint

Combinatorial Constraints on Multiple Projections of a Set of Points

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: ICCV 2003: Proceedings of the 9th International Conference on Computer Vision. Los Alamitos: IEEE Computer Society Press, 2003. p. 1011-1016. ISBN 0-7695-1950-4.
  • Rok: 2003

Constraint on Five Points in Two Images

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: CVPR 2003: Proceedings of the 2003 IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Los Alamitos: IEEE Computer Society Press, 2003. p. 203-208. ISBN 0-7695-1900-8.
  • Rok: 2003

Joint Orientation of Epipoles

Selection of Reference Images for Image-Based Representation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Pajdla, T., Hlaváč, V., Leonardis, A., Matoušek, M.
  • Publikace: Computing. 2002, 68(2), 163-180. ISSN 0010-485X.
  • Rok: 2002

Accurate Correspondences from Epipolar Plane Images

  • Autoři: Matoušek, M., doc. Ing. Tomáš Werner, Ph.D., Hlaváč, V.
  • Publikace: Proceedings of Computer Vision Winter Workshop. Ljubljana: Slovenian Pattern Recognition Society, 2001, pp. 181-189. ISBN 961-90901-0-1.
  • Rok: 2001

Cheirality in Epipolar Geometry

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Pajdla, T.
  • Publikace: Proceedings of International Conference on Computer Vision. New York: IEEE Computer Society Press, 2001. p. 548-553.
  • Rok: 2001

On Existence of Strong Realization of Two Central Panoramic Images

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Pajdla, T.
  • Publikace: Proceedings of Computer Vision Winter Workshop. Ljubljana: Slovenian Pattern Recognition Society, 2001, pp. 202-213. ISBN 961-90901-0-1.
  • Rok: 2001

Oriented Matching Constraints

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Pajdla, T.
  • Publikace: British Machine Vision Conference 2001. London: British Machine Vision Association, 2001. p. 441-450. ISBN 1-901725-16-2.
  • Rok: 2001

Practice of 3D Reconstruction from Multiple Uncalibrated Unorganized Images

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Pajdla, T., Urban, M.
  • Publikace: Proceedings of the Czech Pattern Recognition Workshop. Prague: Czech Pattern Recognition Society, 2000, pp. 71-76. ISBN 80-238-5215-9.
  • Rok: 2000

Efficient 3-D Scene Visualization by Image Extrapolation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Pajdla, T., Hlaváč, V.
  • Publikace: Proceedings 5th European Conf. Computer Vision. Berlin: Springer, 1998. p. 382-395. ISBN 3-540-64613-2.
  • Rok: 1998

Efficient Rendering of Projective Model for Image-based Visualization

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Pajdla, T., Hlaváč, V.
  • Publikace: Proceedings of the 14th International Conference on Pattern Recognition, Brisbane, Australia. Los Alamitos: IEEE Computer Society Press, 1998. pp. 1705-1707.
  • Rok: 1998

Oriented Projective Reconstruction

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Pajdla, T., Hlaváč, V.
  • Publikace: Pattern Recognition and Medical Computer Vision: 22-nd Workshop of the Austrian Association for Pattern Recognition (ÖAGM/IAPR). Wien: Österreichische Computer Gesselschaft, 1998, pp. 245-254.
  • Rok: 1998

Correspondence by Tracking Edges in a Dense Sequence for Image-Based Scene Representation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hlaváč, V.
  • Publikace: Czech Pattern Recognition Workshop '97. Prague: Czech Pattern Recognition Society, 1997, pp. 64-68.
  • Rok: 1997

Displaying 3D Real Objects Using 2D Views Extrapolation for Virtual Museums

Image-Based Approach to 3D Scenes Displaying

  • Autoři: Hlaváč, V., Pajdla, T., doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Proceedings of the KEPAF Conf. on Image Analysis and Pattern Recognition. Budapest: Neumann Janos Szamitogeptudomanyj Tarsasag, 1997, pp. 58-63.
  • Rok: 1997

Problems of {3D} Reconstruction from Three Uncalibrated Images

  • Autoři: Urban, M., Pajdla, T., doc. Ing. Tomáš Werner, Ph.D., Hlaváč, V.
  • Publikace: Czech Pattern Recognition Workshop '97. Prague: Czech Pattern Recognition Society, 1997, pp. 82-86.
  • Rok: 1997

Recovery of Camera Position and Orientation for Image Synthesis from Three Frames

  • Autoři: Urban, M., Pajdla, T., doc. Ing. Tomáš Werner, Ph.D., Hlaváč, V.
  • Publikace: Workshop 97. Praha: České vysoké učení technické v Praze, 1997. pp. 261-262.
  • Rok: 1997
  • Pracoviště: Katedra kybernetiky
  • Anotace:
    Určení polohy tří kamer ze tří snímků pro syntézu nových pohledů

Automatic Selection of Reference Views for Image Based Scene Representation

  • Autoři: Hlaváč, V., doc. Ing. Tomáš Werner, Ph.D., Leonardis, A.
  • Publikace: European Conference in Computer Vision. Berlin: Springer, 1996. pp. 526-535. ISBN 3-540-61122-3.
  • Rok: 1996

Automatic Selection of Reference Views for Image-Based Scene Representation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Poster 1996. Praha: České vysoké učení technické v Praze, Fakulta elektrotechnická, 1996, pp. 40-41.
  • Rok: 1996

Choosing Reference Views for Image-Based Representation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hlaváč, V., Leonardis, A., Pajdla, T.
  • Publikace: Proceedings of SOFSEM'96: Theory and Practice of Informatics. Berlin: Springer, 1996. p. 459-466. ISBN 3-540-61994-1.
  • Rok: 1996

How to Find Reference Views for Image Based Scene Representations

  • Autoři: Hlaváč, V., Leonardis, A., doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Third International Workshop Artificial Intelligence Techniques. Brno: PC-DIR, 1996, pp. 21-30. ISBN 80-85895-07-2.
  • Rok: 1996

Image-Based Scene Representation Found Automatically

  • Autoři: Hlaváč, V., Leonardis, A., doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Workshop 96. Praha: České vysoké učení technické v Praze, 1996, pp. 171-172.
  • Rok: 1996

Reprezentace 3D scény 2D obrazy

  • Autoři: Hlaváč, V., Leonardis, A., doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Setkání kateder AUTOMATIZACE'96. Brno: VUT v Brně, 1996, pp. 83-92.
  • Rok: 1996

Selection of Reference Views for Image-Based Representation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hlaváč, V., Pajdla, T., Leonardis, A.
  • Publikace: 13th International Conference on Pattern Recognition. Los Alamitos: IEEE Computer Society Press, 1996. p. 73-77. ISBN 0-8186-7282-X.
  • Rok: 1996

Automated Matching of Aerial Images

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Informační systémy v zemědělství a lesnictví v Evropě a u nás. Praha: Help Service, 1995, pp. 52-57.
  • Rok: 1995

Rendering Real World Objects Using View Interpolation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hersch, R.D., Hlaváč, V.
  • Publikace: Proceedings of the 5th International Conference on Computer Vision. Los Alamitos: IEEE Computer Society Press, 1995. pp. 957-962. ISBN 0-8186-7042-8.
  • Rok: 1995

Rendering Real World Objects Without 3-D Model

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hersch, R.D., Hlaváč, V., Smutný, V.
  • Publikace: Workshop 95. Praha: České vysoké učení technické v Praze, 1995. pp. 179-180.
  • Rok: 1995

Rendering Real-World Objects Using View Interpolation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hersch, R.D., Hlaváč, V.
  • Publikace: Proceedings of the 16th Meeting of the Austrian Association for Pattern Recognition and 1st Meeting of the Slovenia. Heidelberg: Österreichische Computer Gesellschaft, 1995. pp. 123-131. ISBN 3-486-23476-5.
  • Rok: 1995

Rendering Real-World Objects without 3-D Model

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hersch, R., Hlaváč, V.
  • Publikace: Proceedings of the 6th International Conference on Computer Analysis of Images and Patterns CAIP 95. Berlin: Springer, 1995. pp. 146-153. ISBN 3-540-60268-2.
  • Rok: 1995

Rendering Real-World Objects without 3-D Reconstruction

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Poster 1995. Praha: České vysoké učení technické v Praze, Fakulta elektrotechnická, 1995, pp. 30-31.
  • Rok: 1995

Intermediate Views by Image Interpolation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hlaváč, V.
  • Publikace: CTU Seminar 94. Praha: České vysoké učení technické v Praze, 1994, pp. 107-108.
  • Rok: 1994

Intermediate Views by Image Interpolation

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hlaváč, V.
  • Publikace: CTU Seminar 94. Praha: České vysoké učení technické v Praze, 1994, pp. 107-108.
  • Rok: 1994

Stereo with Projected Grid

  • Autoři: doc. Ing. Tomáš Werner, Ph.D.,
  • Publikace: Proceedings of the Czech Pattern Recognition Workshop. Prague: Czechoslovak Pattern Recognition Society, 1993, pp. 162-163.
  • Rok: 1993

Stereo with Projected GRID

  • Autoři: doc. Ing. Tomáš Werner, Ph.D., Hlaváč, V., Pajdla, T.
  • Publikace: Czech Pattern Recognition Workshop '93. Prague: Czechoslovak Pattern Recognition Society, 1993, pp. 162-163.
  • Rok: 1993

Počítačová grafika - Principy a algoritmy

Za stránku zodpovídá: Ing. Mgr. Radovan Suk