Skip to main content

Showing 1–10 of 10 results for author: Equi, M

.
  1. arXiv:2404.17668  [pdf, other

    cs.RO

    Precise Object Placement Using Force-Torque Feedback

    Authors: Osher Lerner, Zachary Tam, Michael Equi

    Abstract: Precise object manipulation and placement is a common problem for household robots, surgery robots, and robots working on in-situ construction. Prior work using computer vision, depth sensors, and reinforcement learning lacks the ability to reactively recover from planning errors, execution errors, or sensor noise. This work introduces a method that uses force-torque sensing to robustly place obje… ▽ More

    Submitted 26 April, 2024; originally announced April 2024.

  2. arXiv:2310.10103  [pdf, other

    cs.RO cs.AI cs.CL cs.LG

    Navigation with Large Language Models: Semantic Guesswork as a Heuristic for Planning

    Authors: Dhruv Shah, Michael Equi, Blazej Osinski, Fei Xia, Brian Ichter, Sergey Levine

    Abstract: Navigation in unfamiliar environments presents a major challenge for robots: while map** and planning techniques can be used to build up a representation of the world, quickly discovering a path to a desired goal in unfamiliar settings with such methods often requires lengthy map** and exploration. Humans can rapidly navigate new environments, particularly indoor environments that are laid out… ▽ More

    Submitted 16 October, 2023; originally announced October 2023.

    Comments: Videos, code, and an interactive Colab notebook that runs in your browser https://sites.google.com/view/lfg-nav/

  3. arXiv:2303.05336  [pdf, other

    cs.DS

    Elastic Founder Graphs Improved and Enhanced

    Authors: Nicola Rizzo, Massimo Equi, Tuukka Norri, Veli Mäkinen

    Abstract: Indexing labeled graphs for pattern matching is a central challenge of pangenomics. Equi et al. (Algorithmica, 2022) developed the Elastic Founder Graph ($\mathsf{EFG}$) representing an alignment of $m$ sequences of length $n$, drawn from alphabet $Σ$ plus the special gap character: the paths spell the original sequences or their recombination. By enforcing the semi-repeat-free property, the… ▽ More

    Submitted 9 March, 2023; originally announced March 2023.

    Comments: 47 pages, 10 figures. Extension of conference papers IWOCA 2022 (https://doi.org/10.1007/978-3-031-06678-8_35 , preprint arXiv:2201.06492), CPM 2022 (https://doi.org/10.4230/LIPIcs.CPM.2022.19 ), and of some results from PhD dissertation projects of Massimo Equi (http://urn.fi/URN:ISBN:978-951-51-8217-3 ) and Tuukka Norri (http://urn.fi/URN:ISBN:978-951-51-8215-9 )

    ACM Class: E.1; E.4; F.1.3; F.2.2

  4. arXiv:2302.02848  [pdf, other

    quant-ph

    From Bit-Parallelism to Quantum String Matching for Labelled Graphs

    Authors: Massimo Equi, Arianne Meijer - van de Griend, Veli Mäkinen

    Abstract: Many problems that can be solved in quadratic time have bit-parallel speed-ups with factor $w$, where $w$ is the computer word size. A classic example is computing the edit distance of two strings of length $n$, which can be solved in $O(n^2/w)$ time. In a reasonable classical model of computation, one can assume $w=Θ(\log n)$, and obtaining significantly better speed-ups is unlikely in the light… ▽ More

    Submitted 14 April, 2023; v1 submitted 6 February, 2023; originally announced February 2023.

    Comments: arXiv admin note: text overlap with arXiv:2112.13005 accepted to CPM 2023, 34th Symposium on Combinatorial Pattern Matching

    MSC Class: 81P68 ACM Class: E.1; E.4; F.1.3; F.2.2

  5. arXiv:2112.13005   

    quant-ph cs.CC cs.DS

    Quantum Linear Algorithm for Edit Distance Using the Word QRAM Model

    Authors: Massimo Equi, Arianne Meijer-van de Griend, Veli Mäkinen

    Abstract: Many problems that can be solved in quadratic time have bit-parallel speed-ups with factor $w$, where $w$ is the computer word size. For example, edit distance of two strings of length $n$ can be solved in $O(n^2/w)$ time. In a reasonable classical model of computation, one can assume $w=Θ(\log n)$. There are conditional lower bounds for such problems stating that speed-ups with factor $n^ε$ for a… ▽ More

    Submitted 6 February, 2023; v1 submitted 24 December, 2021; originally announced December 2021.

    Comments: An incorrect assumption invalidates the results

    MSC Class: 81P68 ACM Class: E.1; E.4; F.1.3; F.2.2

  6. arXiv:2102.12822  [pdf, other

    cs.DS cs.CC

    Algorithms and Complexity on Indexing Founder Graphs

    Authors: Massimo Equi, Tuukka Norri, Jarno Alanko, Bastien Cazaux, Alexandru I. Tomescu, Veli Mäkinen

    Abstract: We study the problem of matching a string in a labeled graph. Previous research has shown that unless the Orthogonal Vectors Hypothesis (OVH) is false, one cannot solve this problem in strongly sub-quadratic time, nor index the graph in polynomial time to answer queries efficiently (Equi et al. ICALP 2019, SOFSEM 2021). These conditional lower-bounds cover even deterministic graphs with binary alp… ▽ More

    Submitted 10 June, 2022; v1 submitted 25 February, 2021; originally announced February 2021.

    Comments: This is an extended full version of WABI 2020 paper (https://doi.org/10.4230/LIPIcs.WABI.2020.7), whose preprint is in arXiv:2005.09342, and of ISAAC 2021 paper (to appear)

    ACM Class: E.1; E.4; F.1.3; F.2.2

  7. arXiv:2005.09342  [pdf, other

    cs.DS

    Linear Time Construction of Indexable Founder Block Graphs

    Authors: Veli Mäkinen, Bastien Cazaux, Massimo Equi, Tuukka Norri, Alexandru I. Tomescu

    Abstract: We introduce a compact pangenome representation based on an optimal segmentation concept that aims to reconstruct founder sequences from a multiple sequence alignment (MSA). Such founder sequences have the feature that each row of the MSA is a recombination of the founders. Several linear time dynamic programming algorithms have been previously devised to optimize segmentations that induce founder… ▽ More

    Submitted 19 May, 2020; originally announced May 2020.

    ACM Class: E.1; F.2.2; J.3

  8. arXiv:2002.00629  [pdf, other

    cs.CC

    Graphs cannot be indexed in polynomial time for sub-quadratic time string matching, unless SETH fails

    Authors: Massimo Equi, Veli Mäkinen, Alexandru I. Tomescu

    Abstract: We consider the following string matching problem on a node-labeled graph $G=(V,E)$: given a pattern string $P$, decide whether there exists a path in $G$ whose concatenation of node labels equals $P$. This is a basic primitive in various problems in bioinformatics, graph databases, or networks. The hardness results of Backurs and Indyk (FOCS 2016) imply that this problem cannot be solved in bette… ▽ More

    Submitted 4 March, 2020; v1 submitted 3 February, 2020; originally announced February 2020.

    ACM Class: E.1; F.1; F.2.2; G.2.2

  9. arXiv:1902.03560  [pdf, other

    cs.CC cs.DS

    On the Complexity of Exact Pattern Matching in Graphs: Determinism and Zig-Zag Matching

    Authors: Massimo Equi, Roberto Grossi, Alexandru I. Tomescu, Veli Mäkinen

    Abstract: Exact pattern matching in labeled graphs is the problem of searching paths of a graph $G=(V,E)$ that spell the same string as the given pattern $P[1..m]$. This basic problem can be found at the heart of more complex operations on variation graphs in computational biology, query operations in graph databases, and analysis of heterogeneous networks, where the nodes of some paths must match a sequenc… ▽ More

    Submitted 10 February, 2019; originally announced February 2019.

    Comments: Further developments on our previous work: arXiv:1901.05264

    ACM Class: E.1; F.1; F.2.2; G.2.2; H.2.3; H.2.8; H.3.3; J.3

  10. arXiv:1901.05264  [pdf, other

    cs.CC cs.DS

    On the Complexity of Exact Pattern Matching in Graphs: Binary Strings and Bounded Degree

    Authors: Massimo Equi, Roberto Grossi, Veli Mäkinen

    Abstract: Exact pattern matching in labeled graphs is the problem of searching paths of a graph $G=(V,E)$ that spell the same string as the pattern $P[1..m]$. This basic problem can be found at the heart of more complex operations on variation graphs in computational biology, of query operations in graph databases, and of analysis operations in heterogeneous networks, where the nodes of some paths must matc… ▽ More

    Submitted 3 June, 2020; v1 submitted 16 January, 2019; originally announced January 2019.

    Comments: Using Lemma 12 and Lemma 13 might to be enough to prove Lemma 14. However, the proof of Lemma 14 is correct if you assume that the graph used in the reduction is a DAG. Hence, since the problem is already quadratic for a DAG and a binary alphabet, it has to be quadratic also for a general graph and a binary alphabet

    ACM Class: E.1; F.1; F.2.2; G.2.2; H.2.3; H.2.8; H.3.3; J.3