binary constraints
Recently Published Documents


TOTAL DOCUMENTS

47
(FIVE YEARS 11)

H-INDEX

10
(FIVE YEARS 0)

Author(s):  
Sibylle Hess ◽  
Gianvito Pio ◽  
Michiel Hochstenbach ◽  
Michelangelo Ceci

AbstractMatrix tri-factorization subject to binary constraints is a versatile and powerful framework for the simultaneous clustering of observations and features, also known as biclustering. Applications for biclustering encompass the clustering of high-dimensional data and explorative data mining, where the selection of the most important features is relevant. Unfortunately, due to the lack of suitable methods for the optimization subject to binary constraints, the powerful framework of biclustering is typically constrained to clusterings which partition the set of observations or features. As a result, overlap between clusters cannot be modelled and every item, even outliers in the data, have to be assigned to exactly one cluster. In this paper we propose Broccoli, an optimization scheme for matrix factorization subject to binary constraints, which is based on the theoretically well-founded optimization scheme of proximal stochastic gradient descent. Thereby, we do not impose any restrictions on the obtained clusters. Our experimental evaluation, performed on both synthetic and real-world data, and against 6 competitor algorithms, show reliable and competitive performance, even in presence of a high amount of noise in the data. Moreover, a qualitative analysis of the identified clusters shows that Broccoli may provide meaningful and interpretable clustering structures.


Author(s):  
Antoine Lesage-Landry ◽  
Joshua A. Taylor ◽  
Duncan S. Callaway

In this paper is considered a problem (P) which consists in minimizing an objective function f while satisfying a set of binary constraints. Function f consists in minimizing the number of constraints violations. Problem (P) is NP-hard and has many applications in various fields (e.g., graph coloring, frequency assignment, satellite range scheduling). On the contrary to exact methods, metaheuristics are appropriate algorithms to tackle medium and large sized instances of (P). A specific type of ant metaheuristics is designed to tackle (P), where in contrast with state-of-the-art ant algorithms, an ant is a decision helper and not a constructive procedure.


2020 ◽  
Vol 69 ◽  
pp. 1077-1102
Author(s):  
Artem Kaznatcheev ◽  
David Cohen ◽  
Peter Jeavons

Local search is widely used to solve combinatorial optimisation problems and to model biological evolution, but the performance of local search algorithms on different kinds of fitness landscapes is poorly understood. Here we consider how fitness landscapes can be represented using valued constraints, and investigate what the structure of such representations reveals about the complexity of local search.      First, we show that for fitness landscapes representable by binary Boolean valued constraints there is a minimal necessary constraint graph that can be easily computed. Second, we consider landscapes as equivalent if they allow the same (improving) local search moves; we show that a minimal constraint graph still exists, but is NP-hard to compute.      We then develop several techniques to bound the length of any sequence of local search moves. We show that such a bound can be obtained from the numerical values of the constraints in the representation, and show how this bound may be tightened by considering equivalent representations. In the binary Boolean case, we prove that a degree 2 or treestructured constraint graph gives a quadratic bound on the number of improving moves made by any local search; hence, any landscape that can be represented by such a model will be tractable for any form of local search.      Finally, we build two families of examples to show that the conditions in our tractability results are essential. With domain size three, even just a path of binary constraints can model a landscape with an exponentially long sequence of improving moves. With a treewidth-two constraint graph, even with a maximum degree of three, binary Boolean constraints can model a landscape with an exponentially long sequence of improving moves.


Author(s):  
Kamna Singh ◽  

Women in Korean television dramas are depicted as modern, multifaceted, feminine and feminist. However, while rich, varied and complex on the surface; the female characters reveal their identities as remaining bound by traditional notions of what it means to be female, albeit a feminist female. Previous studies in this area are few and far between and do not focus on recently aired shows. As Korean dramas play a vital, conscious and subconscious role in shaping the individual and society, such research is the need of the hour; more so as the global popularity of these dramas has made them the unofficial cultural ambassadors of Asia. Through the lens of Donna Haraway’s feminist theory, this paper applies qualitative textual analysis to selected Korean dramas aired in the summer of the year 2020. It finds that female characters in these shows need to embrace what Haraway calls ‘cybernetic identity’. Using the symbol of the cyborg which is gender-neutral, these characters need to embrace ‘multigenderism’ without concern for what ‘category’ this will put them in, thus allowing their self-expression without the binary constraints of being ‘male’ or ‘female’ or the fear of being ‘something in between genders’. This research aims to further Gender Studies and inspire depictions of characters devoid of any preconceived notions in Korean dramas.


2020 ◽  
Vol 117 (43) ◽  
pp. 26639-26650
Author(s):  
Sri Krishna Vadlamani ◽  
Tianyao Patrick Xiao ◽  
Eli Yablonovitch

Optimization is a major part of human effort. While being mathematical, optimization is also built into physics. For example, physics has the Principle of Least Action; the Principle of Minimum Power Dissipation, also called Minimum Entropy Generation; and the Variational Principle. Physics also has Physical Annealing, which, of course, preceded computational Simulated Annealing. Physics has the Adiabatic Principle, which, in its quantum form, is called Quantum Annealing. Thus, physical machines can solve the mathematical problem of optimization, including constraints. Binary constraints can be built into the physical optimization. In that case, the machines are digital in the same sense that a flip–flop is digital. A wide variety of machines have had recent success at optimizing the Ising magnetic energy. We demonstrate in this paper that almost all those machines perform optimization according to the Principle of Minimum Power Dissipation as put forth by Onsager. Further, we show that this optimization is in fact equivalent to Lagrange multiplier optimization for constrained problems. We find that the physical gain coefficients that drive those systems actually play the role of the corresponding Lagrange multipliers.


Author(s):  
Ruiwei Wang ◽  
Roland H.C. Yap

Constraint Satisfaction Problems (CSPs) are typically solved with Generalized Arc Consistency (GAC). A general CSP can also be encoded into a binary CSP and solved with Arc Consistency (AC). The well-known Hidden Variable Encoding (HVE) is still a state-of-the-art binary encoding for solving CSPs. We propose a new binary encoding, called Bipartite Encoding (BE) which uses the idea of partitioning constraints. A BE encoded CSP can achieve a higher level of consistency than GAC on the original CSP. We give an algorithm for creating compact bipartite encoding for non-binary CSPs. We present a AC propagator on the binary constraints from BE exploiting their special structure. Experiments on a large set of non-binary CSP benchmarks with table constraints using the Wdeg, Activity and Impact heuristics show that BE with our AC propagator can outperform existing state-of-the-art GAC algorithms (CT, STRbit) and binary encodings (HVE with HTAC).


2020 ◽  
Vol 67 ◽  
pp. 509-547
Author(s):  
Maxime Chabert ◽  
Christine Solnon

We introduce the exactCover global constraint dedicated to the exact cover problem, the goal of which is to select subsets such that each element of a given set belongs to exactly one selected subset. This NP-complete problem occurs in many applications, and we more particularly focus on a conceptual clustering application. We introduce three propagation algorithms for exactCover, called Basic, DL, and DL+: Basic ensures the same level of consistency as arc consistency on a classical decomposition of exactCover into binary constraints, without using any specific data structure; DL ensures the same level of consistency as Basic but uses Dancing Links to efficiently maintain the relation between elements and subsets; and DL+ is a stronger propagator which exploits an extra property to filter more values than DL. We also consider the case where the number of selected subsets is constrained to be equal to a given integer variable k, and we show that this may be achieved either by combining exactCover with existing constraints, or by designing a specific propagator that integrates algorithms designed for the NValues constraint. These different propagators are experimentally evaluated on conceptual clustering problems, and they are compared with state-of-the-art declarative approaches. In particular, we show that our global constraint is competitive with recent ILP and CP models for mono-criterion problems, and it has better scale-up properties for multi-criteria problems.


Sign in / Sign up

Export Citation Format

Share Document