Skip to main content

Showing 1–9 of 9 results for author: Kowalski, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.02094  [pdf, other

    cs.LO

    Hybrid-Dynamic Ehrenfeucht-Fraïssé Games

    Authors: Guillermo Badia, Daniel Gaina, Alexander Knapp, Tomasz Kowalski, Martin Wirsing

    Abstract: Ehrenfeucht-Fraïssé games provide means to characterize elementary equivalence for first-order logic, and by standard translation also for modal logics. We propose a novel generalization of Ehrenfeucht- Fraïssé games to hybrid-dynamic logics which is direct and fully modular: parameterized by the features of the hybrid language we wish to include, for instance, the modal and hybrid language operat… ▽ More

    Submitted 4 June, 2024; originally announced June 2024.

  2. arXiv:2201.03098  [pdf, ps, other

    math.CO cs.DM math.LO

    Qualitative representations of chromatic algebras

    Authors: Badriah Al Juaid, Marcel Jackson, James Koussas, Tomasz Kowalski

    Abstract: Conventional Ramsey-theoretic investigations for edge-colourings of complete graphs are framed around avoidance of certain configurations. Motivated by considerations arising in the field of Qualitative Reasoning, we explore edge colourings that in addition to forbidding certain triangle configurations also require others to be present. These conditions have natural combinatorial interest in their… ▽ More

    Submitted 9 January, 2022; originally announced January 2022.

    MSC Class: 05C70; 05C55; 51E15; 03G15; 68T27 ACM Class: G.2.1

  3. arXiv:2108.00290  [pdf, other

    cs.LG q-bio.GN

    A Hybrid Ensemble Feature Selection Design for Candidate Biomarkers Discovery from Transcriptome Profiles

    Authors: Felipe Colombelli, Thayne Woycinck Kowalski, Mariana Recamonde-Mendoza

    Abstract: The discovery of disease biomarkers from gene expression data has been greatly advanced by feature selection (FS) methods, especially using ensemble FS (EFS) strategies with perturbation at the data level (i.e., homogeneous, Hom-EFS) or method level (i.e., heterogeneous, Het-EFS). Here we proposed a Hybrid EFS (Hyb-EFS) design that explores both types of perturbation to improve the stability and t… ▽ More

    Submitted 31 July, 2021; originally announced August 2021.

    Comments: 22 pages, 11 figures, 1 table

    ACM Class: I.5.2; I.2.1

  4. arXiv:1711.10385  [pdf, other

    cs.DS

    Faster range minimum queries

    Authors: Tomasz Kowalski, Szymon Grabowski

    Abstract: Range Minimum Query (RMQ) is an important building brick of many compressed data structures and string matching algorithms. Although this problem is essentially solved in theory, with sophisticated data structures allowing for constant time queries, practical performance and construction time also matter. Additionally, there are offline scenarios in which the number of queries, $q$, is rather smal… ▽ More

    Submitted 28 November, 2017; originally announced November 2017.

    Comments: A (very preliminary) version of the manuscript was presented in Prague Stringology Conference 2017

    MSC Class: 68W32 ACM Class: F.2.2

  5. arXiv:1706.06940  [pdf, ps, other

    cs.DS

    Faster batched range minimum queries

    Authors: Szymon Grabowski, Tomasz Kowalski

    Abstract: Range Minimum Query (RMQ) is an important building brick of many compressed data structures and string matching algorithms. Although this problem is essentially solved in theory, with sophisticated data structures allowing for constant time queries, there are scenarios in which the number of queries, $q$, is rather small and given beforehand, which encourages to use a simpler approach. A recent wo… ▽ More

    Submitted 10 July, 2017; v1 submitted 21 June, 2017; originally announced June 2017.

    Comments: Accepted to Prague Stringology Conference 2017. Compared to v1, bugs in Table 2 were fixed

    MSC Class: 68W32 ACM Class: F.2.2

  6. arXiv:1607.08176  [pdf, ps, other

    cs.DS

    Suffix arrays with a twist

    Authors: Tomasz Kowalski, Szymon Grabowski, Kimmo Fredriksson, Marcin Raniszewski

    Abstract: The suffix array is a classic full-text index, combining effectiveness with simplicity. We discuss three approaches aiming to improve its efficiency even more: changes to the navigation, data layout and adding extra data. In short, we show that $(i)$ how we search for the right interval boundary impacts significantly the overall search speed, $(ii)$ a B-tree data layout easily wins over the standa… ▽ More

    Submitted 27 July, 2016; originally announced July 2016.

    MSC Class: 68W32 ACM Class: F.2.2

  7. Algebraic foundations for qualitative calculi and networks

    Authors: Robin Hirsch, Marcel Jackson, Tomasz Kowalski

    Abstract: A qualitative representation $φ$ is like an ordinary representation of a relation algebra, but instead of requiring $(a; b)^φ= a^φ| b^φ$, as we do for ordinary representations, we only require that $c^φ\supseteq a^φ| b^φ\iff c\geq a ; b$, for each $c$ in the algebra. A constraint network is qualitatively satisfiable if its nodes can be mapped to elements of a qualitative representation, preserving… ▽ More

    Submitted 19 June, 2017; v1 submitted 29 June, 2016; originally announced June 2016.

    Comments: 22 pages

    MSC Class: 68T30

    Journal ref: Theoretical Computer Science 768 (2019) 99-116

  8. Indexing arbitrary-length $k$-mers in sequencing reads

    Authors: Tomasz Kowalski, Szymon Grabowski, Sebastian Deorowicz

    Abstract: We propose a lightweight data structure for indexing and querying collections of NGS reads data in main memory. The data structure supports the interface proposed in the pioneering work by Philippe et al. for counting and locating $k$-mers in sequencing reads. Our solution, PgSA (pseudogenome suffix array), based on finding overlap** reads, is competitive to the existing algorithms in the space… ▽ More

    Submitted 13 February, 2015; v1 submitted 6 February, 2015; originally announced February 2015.

    Journal ref: PLOS One, Article no. 0133198 (2015)

  9. arXiv:1304.4986  [pdf, ps, other

    math.CO cs.CC cs.DM

    Complexity and polymorphisms for digraph constraint problems under some basic constructions

    Authors: Marcel Jackson, Tomasz Kowalski, Todd Niven

    Abstract: The role of polymorphisms in determining the complexity of constraint satisfaction problems is well established. In this context we study the stability of CSP complexity and polymorphism properties under some basic graph theoretic constructions. As applications we observe a collapse in the applicability of algorithms for CSPs over directed graphs with both a total source and a total sink: the co… ▽ More

    Submitted 21 July, 2016; v1 submitted 17 April, 2013; originally announced April 2013.

    Comments: 31 pages

    MSC Class: 05C20; 05C15; 08B05 ACM Class: F.2.0; G.2.2