Skip to main content

Showing 1–11 of 11 results for author: Cohen, D A

  1. arXiv:2309.11512  [pdf, other

    stat.AP cs.LG

    Multidimensional well-being of US households at a fine spatial scale using fused household surveys: fusionACS

    Authors: Kevin Ummel, Miguel Poblete-Cazenave, Karthik Akkiraju, Nick Graetz, Hero Ashman, Cora Kingdon, Steven Herrera Tenorio, Aaryaman "Sunny" Singhal, Daniel Aldana Cohen, Narasimha D. Rao

    Abstract: Social science often relies on surveys of households and individuals. Dozens of such surveys are regularly administered by the U.S. government. However, they field independent, unconnected samples with specialized questions, limiting research questions to those that can be answered by a single survey. The fusionACS project seeks to integrate data from multiple U.S. household surveys by statistical… ▽ More

    Submitted 15 September, 2023; originally announced September 2023.

    Comments: 35 pages, 6 figures

  2. arXiv:1911.08600  [pdf, ps, other

    cs.DM cs.DS cs.NE q-bio.PE

    Steepest ascent can be exponential in bounded treewidth problems

    Authors: David A. Cohen, Martin C. Cooper, Artem Kaznatcheev, Mark Wallace

    Abstract: We investigate the complexity of local search based on steepest ascent. We show that even when all variables have domains of size two and the underlying constraint graph of variable interactions has bounded treewidth (in our construction, treewidth 7), there are fitness landscapes for which an exponential number of steps may be required to reach a local optimum. This is an improvement on prior rec… ▽ More

    Submitted 2 December, 2019; v1 submitted 19 November, 2019; originally announced November 2019.

    Comments: 8 pages main text, 4 pages appendix, 1 page references; fixed error in f(a,b) to match code

    MSC Class: F.2.2; G.2.0; J.3 ACM Class: F.2.2; G.2.0; J.3

    Journal ref: Operations Research Letters 48 (2020) 217-224

  3. arXiv:1907.01218  [pdf, other

    cs.DS cs.CC cs.DM q-bio.PE

    Representing fitness landscapes by valued constraints to understand the complexity of local search

    Authors: Artem Kaznatcheev, David A. Cohen, Peter G. Jeavons

    Abstract: 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… ▽ More

    Submitted 11 November, 2020; v1 submitted 2 July, 2019; originally announced July 2019.

    Comments: 26 pages, 9 figures. Extended journal version to appear in Journal of Artificial Intelligence Research; conference version appeared in CP2019

    ACM Class: F.2.2; G.2.0; J.3

  4. arXiv:1704.06215  [pdf, ps, other

    cs.CC cs.AI cs.DM

    On Singleton Arc Consistency for CSPs Defined by Monotone Patterns

    Authors: Clement Carbonnel, David A. Cohen, Martin C. Cooper, Stanislav Zivny

    Abstract: Singleton arc consistency is an important type of local consistency which has been recently shown to solve all constraint satisfaction problems (CSPs) over constraint languages of bounded width. We aim to characterise all classes of CSPs defined by a forbidden pattern that are solved by singleton arc consistency and closed under removing constraints. We identify five new patterns whose absence ens… ▽ More

    Submitted 10 August, 2018; v1 submitted 20 April, 2017; originally announced April 2017.

    Comments: v4: Full version of a STACS'18 paper; improved presentation

    Journal ref: Algorithmica 81(4) 1699-1727 (2019)

  5. Binary Constraint Satisfaction Problems Defined by Excluded Topological Minors

    Authors: David A. Cohen, Martin C. Cooper, Peter G. Jeavons, Stanislav Zivny

    Abstract: The binary Constraint Satisfaction Problem (CSP) is to decide whether there exists an assignment to a set of variables which satisfies specified constraints between pairs of variables. A binary CSP instance can be presented as a labelled graph encoding both the forms of the constraints and where they are imposed. We consider subproblems defined by restricting the allowed form of this graph. One ty… ▽ More

    Submitted 22 September, 2018; v1 submitted 18 August, 2016; originally announced August 2016.

    Comments: Full version of an IJCAI'15 paper

    Journal ref: Information and Computation 264 12-31 (2019)

  6. Binarisation for Valued Constraint Satisfaction Problems

    Authors: David A. Cohen, Martin C. Cooper, Peter G. Jeavons, Andrei Krokhin, Robert Powell, Stanislav Zivny

    Abstract: We study methods for transforming valued constraint satisfaction problems (VCSPs) to binary VCSPs. First, we show that the standard dual encoding preserves many aspects of the algebraic properties that capture the computational complexity of VCSPs. Second, we extend the reduction of CSPs to binary CSPs described by Bulin et al. [LMCS'15] to VCSPs. This reduction establishes that VCSPs over a fixed… ▽ More

    Submitted 27 July, 2017; v1 submitted 4 August, 2016; originally announced August 2016.

    Comments: Subsumes 1507.01776

    MSC Class: 08A70; 68Q25

    Journal ref: SIAM Journal on Discrete Mathematics 31(4) (2017) 2279-2300

  7. Variable and value elimination in binary constraint satisfaction via forbidden patterns

    Authors: David A. Cohen, Martin C. Cooper, Guillaume Escamocher, Stanislav Zivny

    Abstract: Variable or value elimination in a constraint satisfaction problem (CSP) can be used in preprocessing or during search to reduce search space size. A variable elimination rule (value elimination rule) allows the polynomial-time identification of certain variables (domain elements) whose elimination, without the introduction of extra compensatory constraints, does not affect the satisfiability of a… ▽ More

    Submitted 12 February, 2015; originally announced February 2015.

    Comments: A full version of an IJCAI'13 paper to appear in Journal of Computer and System Sciences (JCSS)

    ACM Class: F.2.0

    Journal ref: Journal of Computer and System Sciences 81(7) 1127-1143 (2015)

  8. arXiv:1307.2867  [pdf, other

    cs.AI cs.LO

    Tractable Combinations of Global Constraints

    Authors: David A. Cohen, Peter G. Jeavons, Evgenij Thorstensen, Stanislav Živný

    Abstract: We study the complexity of constraint satisfaction problems involving global constraints, i.e., special-purpose constraints provided by a solver and represented implicitly by a parametrised algorithm. Such constraints are widely used; indeed, they are one of the key reasons for the success of constraint programming in solving real-world problems. Previous work has focused on the development of e… ▽ More

    Submitted 10 July, 2013; originally announced July 2013.

    Comments: To appear in proceedings of CP'13, LNCS 8124. arXiv admin note: text overlap with arXiv:1307.1790

  9. arXiv:1207.6692  [pdf, ps, other

    cs.CC cs.DM

    An Algebraic Theory of Complexity for Discrete Optimisation

    Authors: David A. Cohen, Martin C. Cooper, Paidi Creed, Peter G. Jeavons, Stanislav Zivny

    Abstract: Discrete optimisation problems arise in many different areas and are studied under many different names. In many such problems the quantity to be optimised can be expressed as a sum of functions of a restricted form. Here we present a unifying theory of complexity for problems of this kind. We show that the complexity of a finite-domain discrete optimisation problem is determined by certain algebr… ▽ More

    Submitted 28 July, 2012; originally announced July 2012.

    Comments: 26 pages, full version of three conference papers: CP'06, MFCS'11, and CP'11

    ACM Class: F.2.0

    Journal ref: SIAM Journal on Computing 42(5) 1915-1939 (2013)

  10. arXiv:1103.1542  [pdf, ps, other

    cs.AI cs.CC cs.DS

    The tractability of CSP classes defined by forbidden patterns

    Authors: David A. Cohen, Martin C. Cooper, Páidí Creed, András Z. Salamon

    Abstract: The constraint satisfaction problem (CSP) is a general problem central to computer science and artificial intelligence. Although the CSP is NP-hard in general, considerable effort has been spent on identifying tractable subclasses. The main two approaches consider structural properties (restrictions on the hypergraph of constraint scopes) and relational properties (restrictions on the language of… ▽ More

    Submitted 8 July, 2014; v1 submitted 8 March, 2011; originally announced March 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 45, pages 47-78, 2012

  11. arXiv:0811.1885  [pdf, other

    cs.DM cs.AI cs.CV

    The Expressive Power of Binary Submodular Functions

    Authors: Stanislav Zivny, David A. Cohen, Peter G. Jeavons

    Abstract: It has previously been an open problem whether all Boolean submodular functions can be decomposed into a sum of binary submodular functions over a possibly larger set of variables. This problem has been considered within several different contexts in computer science, including computer vision, artificial intelligence, and pseudo-Boolean optimisation. Using a connection between the expressive po… ▽ More

    Submitted 12 November, 2008; originally announced November 2008.

    Comments: 16 pages

    ACM Class: F.2.2; G.2.1; I.2.4; I.4.0; I.5.1

    Journal ref: Discrete Applied Mathematics 157(15) (2009) 3347-3358