Skip to main content

Showing 1–25 of 25 results for author: Fischer, N

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

    cs.DS

    Minimizing Tardy Processing Time on a Single Machine in Near-Linear Time

    Authors: Nick Fischer, Leo Wennmann

    Abstract: In this work we revisit the elementary scheduling problem $1||\sum p_j U_j$. The goal is to select, among $n$ jobs with processing times and due dates, a subset of jobs with maximum total processing time that can be scheduled in sequence without violating their due dates. This problem is NP-hard, but a classical algorithm by Lawler and Moore from the 60s solves this problem in pseudo-polynomial ti… ▽ More

    Submitted 20 February, 2024; originally announced February 2024.

  2. arXiv:2401.13502  [pdf, other

    cs.DS

    Faster Combinatorial k-Clique Algorithms

    Authors: Amir Abboud, Nick Fischer, Yarin Shechter

    Abstract: Detecting if a graph contains a $k$-Clique is one of the most fundamental problems in computer science. The asymptotically fastest algorithm runs in time $O(n^{ωk/3})$, where $ω$ is the exponent of Boolean matrix multiplication. To date, this is the only technique capable of beating the trivial $O(n^k)$ bound by a polynomial factor. Due to this technique's various limitations, much effort has gone… ▽ More

    Submitted 24 January, 2024; originally announced January 2024.

  3. arXiv:2312.14593  [pdf, other

    cs.DS

    The Effect of Sparsity on $k$-Dominating Set and Related First-Order Graph Properties

    Authors: Nick Fischer, Marvin Künnemann, Mirza Redzic

    Abstract: We revisit $k$-Dominating Set, one of the first problems for which a tight $n^k-o(1)$ conditional lower bound (for $k\ge 3$), based on SETH, was shown (Pătraşcu and Williams, SODA 2007). However, the underlying reduction creates dense graphs, raising the question: how much does the sparsity of the graph affect its fine-grained complexity? We first settle the fine-grained complexity of $k$-Domina… ▽ More

    Submitted 22 December, 2023; originally announced December 2023.

  4. arXiv:2312.01759  [pdf, ps, other

    cs.DS

    Faster Sublinear-Time Edit Distance

    Authors: Karl Bringmann, Alejandro Cassis, Nick Fischer, Tomasz Kociumaka

    Abstract: We study the fundamental problem of approximating the edit distance of two strings. After an extensive line of research led to the development of a constant-factor approximation algorithm in almost-linear time, recent years have witnessed a notable shift in focus towards sublinear-time algorithms. Here, the task is typically formalized as the $(k, K)$-gap edit distance problem: Distinguish whether… ▽ More

    Submitted 4 December, 2023; originally announced December 2023.

    Comments: To appear in SODA'24. Shortened abstract for arXiv

  5. arXiv:2311.09095  [pdf, other

    cs.DS

    New Graph Decompositions and Combinatorial Boolean Matrix Multiplication Algorithms

    Authors: Amir Abboud, Nick Fischer, Zander Kelley, Shachar Lovett, Raghu Meka

    Abstract: We revisit the fundamental Boolean Matrix Multiplication (BMM) problem. With the invention of algebraic fast matrix multiplication over 50 years ago, it also became known that BMM can be solved in truly subcubic $O(n^ω)$ time, where $ω<3$; much work has gone into bringing $ω$ closer to $2$. Since then, a parallel line of work has sought comparably fast combinatorial algorithms but with limited suc… ▽ More

    Submitted 27 May, 2024; v1 submitted 15 November, 2023; originally announced November 2023.

    Comments: To appear at STOC 2024

  6. arXiv:2310.18128  [pdf, other

    cs.CG

    Dynamic Dynamic Time War**

    Authors: Karl Bringmann, Nick Fischer, Ivor van der Hoog, Evangelos Kipouridis, Tomasz Kociumaka, Eva Rotenberg

    Abstract: The Dynamic Time War** (DTW) distance is a popular similarity measure for polygonal curves (i.e., sequences of points). It finds many theoretical and practical applications, especially for temporal data, and is known to be a robust, outlier-insensitive alternative to the \frechet distance. For static curves of at most $n$ points, the DTW distance can be computed in $O(n^2)$ time in constant dime… ▽ More

    Submitted 13 November, 2023; v1 submitted 27 October, 2023; originally announced October 2023.

    Comments: To appear at SODA24

  7. arXiv:2310.12913  [pdf, ps, other

    cs.CC cs.DS

    Deterministic 3SUM-Hardness

    Authors: Nick Fischer, Piotr Kaliciak, Adam Polak

    Abstract: As one of the three main pillars of fine-grained complexity theory, the 3SUM problem explains the hardness of many diverse polynomial-time problems via fine-grained reductions. Many of these reductions are either directly based on or heavily inspired by Pătraşcu's framework involving additive hashing and are thus randomized. Some selected reductions were derandomized in previous work [Chan, He; SO… ▽ More

    Submitted 28 November, 2023; v1 submitted 19 October, 2023; originally announced October 2023.

    Comments: To appear at ITCS 2024

  8. arXiv:2310.11913  [pdf, other

    cs.DS cs.CG

    Deterministic Sparse Pattern Matching via the Baur-Strassen Theorem

    Authors: Nick Fischer

    Abstract: How fast can you test whether a constellation of stars appears in the night sky? This question can be modeled as the computational problem of testing whether a set of points $P$ can be moved into (or close to) another set $Q$ under some prescribed group of transformations. Consider, as a simple representative, the following problem: Given two sets of at most $n$ integers $P,Q\subseteq[N]$, deter… ▽ More

    Submitted 18 October, 2023; originally announced October 2023.

    Comments: Abstract shortened to fit arxiv requirements

  9. arXiv:2309.06317  [pdf, other

    cs.DS

    The Time Complexity of Fully Sparse Matrix Multiplication

    Authors: Amir Abboud, Karl Bringmann, Nick Fischer, Marvin Künnemann

    Abstract: What is the time complexity of matrix multiplication of sparse integer matrices with $m_{in}$ nonzeros in the input and $m_{out}$ nonzeros in the output? This paper provides improved upper bounds for this question for almost any choice of $m_{in}$ vs. $m_{out}$, and provides evidence that these new bounds might be optimal up to further progress on fast matrix multiplication. Our main contributio… ▽ More

    Submitted 12 September, 2023; originally announced September 2023.

  10. arXiv:2305.16878  [pdf, ps, other

    cs.CC cs.CG cs.DS cs.LG

    Can You Solve Closest String Faster than Exhaustive Search?

    Authors: Amir Abboud, Nick Fischer, Elazar Goldenberg, Karthik C. S., Ron Safier

    Abstract: We study the fundamental problem of finding the best string to represent a given set, in the form of the Closest String problem: Given a set $X \subseteq Σ^d$ of $n$ strings, find the string $x^*$ minimizing the radius of the smallest Hamming ball around $x^*$ that encloses all the strings in $X$. In this paper, we investigate whether the Closest String problem admits algorithms that are faster th… ▽ More

    Submitted 29 May, 2023; v1 submitted 26 May, 2023; originally announced May 2023.

  11. arXiv:2304.05279  [pdf, other

    cs.DS

    Negative-Weight Single-Source Shortest Paths in Near-Linear Time: Now Faster!

    Authors: Karl Bringmann, Alejandro Cassis, Nick Fischer

    Abstract: In this work we revisit the fundamental Single-Source Shortest Paths (SSSP) problem with possibly negative edge weights. A recent breakthrough result by Bernstein, Nanongkai and Wulff-Nilsen established a near-linear $O(m \log^8(n) \log(W))$-time algorithm for negative-weight SSSP, where $W$ is an upper bound on the magnitude of the smallest negative-weight edge. In this work we improve the runnin… ▽ More

    Submitted 11 April, 2023; originally announced April 2023.

  12. Performance Study of YOLOv5 and Faster R-CNN for Autonomous Navigation around Non-Cooperative Targets

    Authors: Trupti Mahendrakar, Andrew Ekblad, Nathan Fischer, Ryan T. White, Markus Wilde, Brian Kish, Isaac Silver

    Abstract: Autonomous navigation and path-planning around non-cooperative space objects is an enabling technology for on-orbit servicing and space debris removal systems. The navigation task includes the determination of target object motion, the identification of target object features suitable for gras**, and the identification of collision hazards and other keep-out zones. Given this knowledge, chaser s… ▽ More

    Submitted 21 January, 2023; originally announced January 2023.

    Comments: 12 pages, 10 figures, 9 tables, IEEE Aerospace Conference 2022

  13. arXiv:2211.07058  [pdf, other

    cs.DS

    Stronger 3-SUM Lower Bounds for Approximate Distance Oracles via Additive Combinatorics

    Authors: Amir Abboud, Karl Bringmann, Nick Fischer

    Abstract: The "short cycle removal" technique was recently introduced by Abboud, Bringmann, Khoury and Zamir (STOC '22) to prove fine-grained hardness of approximation. Its main technical result is that listing all triangles in an $n^{1/2}$-regular graph is $n^{2-o(1)}$-hard under the 3-SUM conjecture even when the number of short cycles is small; namely, when the number of $k$-cycles is $O(n^{k/2+γ})$ for… ▽ More

    Submitted 23 October, 2023; v1 submitted 13 November, 2022; originally announced November 2022.

    Comments: Abstract shortened to fit arXiv requirements

  14. Improved Sublinear-Time Edit Distance for Preprocessed Strings

    Authors: Karl Bringmann, Alejandro Cassis, Nick Fischer, Vasileios Nakos

    Abstract: We study the problem of approximating the edit distance of two strings in sublinear time, in a setting where one or both string(s) are preprocessed, as initiated by Goldenberg, Rubinstein, Saha (STOC '20). Specifically, in the $(k, K)$-gap edit distance problem, the goal is to distinguish whether the edit distance of two strings is at most $k$ or at least $K$. We obtain the following results: *… ▽ More

    Submitted 29 April, 2022; originally announced April 2022.

    Comments: Appears at ICALP '22

  15. arXiv:2204.11681  [pdf, other

    cs.DS cs.CC

    A Structural Investigation of the Approximability of Polynomial-Time Problems

    Authors: Karl Bringmann, Alejandro Cassis, Nick Fischer, Marvin Künnemann

    Abstract: We initiate the systematic study of a recently introduced polynomial-time analogue of MaxSNP, which includes a large number of well-studied problems (including Nearest and Furthest Neighbor in the Hamming metric, Maximum Inner Product, optimization variants of $k$-XOR and Maximum $k$-Cover). Specifically, MaxSP$_k$ denotes the class of $O(m^k)$-time problems of the form… ▽ More

    Submitted 25 April, 2022; originally announced April 2022.

    Comments: Appears at ICALP '22, abstract shortened to fit arXiv requirements

  16. arXiv:2202.08066  [pdf, other

    cs.DS

    Almost-Optimal Sublinear-Time Edit Distance in the Low Distance Regime

    Authors: Karl Bringmann, Alejandro Cassis, Nick Fischer, Vasileios Nakos

    Abstract: We revisit the task of computing the edit distance in sublinear time. In the $(k,K)$-gap edit distance problem the task is to distinguish whether the edit distance of two strings is at most $k$ or at least $K$. It has been established by Goldenberg, Krauthgamer and Saha (FOCS '19), with improvements by Kociumaka and Saha (FOCS '20), that the $(k,k^2)$-gap problem can be solved in time… ▽ More

    Submitted 16 March, 2023; v1 submitted 16 February, 2022; originally announced February 2022.

    Comments: Appeared at STOC'22. Abstract shortened to fit arXiv requirements. Version 2: Fixed an inaccuracy

  17. arXiv:2107.07625  [pdf, other

    cs.DS

    Deterministic and Las Vegas Algorithms for Sparse Nonnegative Convolution

    Authors: Karl Bringmann, Nick Fischer, Vasileios Nakos

    Abstract: Computing the convolution $A\star B$ of two length-$n$ integer vectors $A,B$ is a core problem in several disciplines. It frequently comes up in algorithms for Knapsack, $k$-SUM, All-Pairs Shortest Paths, and string pattern matching problems. For these applications it typically suffices to compute convolutions of nonnegative vectors. This problem can be classically solved in time $O(n\log n)$ usin… ▽ More

    Submitted 15 July, 2021; originally announced July 2021.

    Comments: 23 pages

  18. arXiv:2107.01721  [pdf, other

    cs.DS cs.CC

    Fine-Grained Completeness for Optimization in P

    Authors: Karl Bringmann, Alejandro Cassis, Nick Fischer, Marvin Künnemann

    Abstract: We initiate the study of fine-grained completeness theorems for exact and approximate optimization in the polynomial-time regime. Inspired by the first completeness results for decision problems in P (Gao, Impagliazzo, Kolokolova, Williams, TALG 2019) as well as the classic class MaxSNP and MaxSNP-completeness for NP optimization problems (Papadimitriou, Yannakakis, JCSS 1991), we define polynomia… ▽ More

    Submitted 4 July, 2021; originally announced July 2021.

    Comments: Full version of APPROX'21 paper, abstract shortened to fit ArXiv requirements

  19. arXiv:2105.05984  [pdf, other

    cs.DS cs.CC

    Sparse Nonnegative Convolution Is Equivalent to Dense Nonnegative Convolution

    Authors: Karl Bringmann, Nick Fischer, Vasileios Nakos

    Abstract: Computing the convolution $A\star B$ of two length-$n$ vectors $A,B$ is an ubiquitous computational primitive. Applications range from string problems to Knapsack-type problems, and from 3SUM to All-Pairs Shortest Paths. These applications often come in the form of nonnegative convolution, where the entries of $A,B$ are nonnegative integers. The classical algorithm to compute $A\star B$ uses the F… ▽ More

    Submitted 14 May, 2021; v1 submitted 12 May, 2021; originally announced May 2021.

    Comments: 44 pages, appears in STOC 2021

  20. arXiv:2005.04473  [pdf, other

    cs.CV cs.LG cs.NE

    Visually Impaired Aid using Convolutional Neural Networks, Transfer Learning, and Particle Competition and Cooperation

    Authors: Fabricio Breve, Carlos Norberto Fischer

    Abstract: Navigation and mobility are some of the major problems faced by visually impaired people in their daily lives. Advances in computer vision led to the proposal of some navigation systems. However, most of them require expensive and/or heavy hardware. In this paper we propose the use of convolutional neural networks (CNN), transfer learning, and semi-supervised learning (SSL) to build a framework ai… ▽ More

    Submitted 9 May, 2020; originally announced May 2020.

    Comments: BREVE, Fabricio Aparecido; FISCHER, Carlos Norberto. Visually Impaired Aid using Convolutional Neural Networks, Transfer Learning, and Particle Competition and Cooperation In: 2020 International Joint Conference on Neural Networks (IJCNN 2020), 2020, Glasgow, UK. Proceedings of 2020 International Joint Conference on Neural Networks (IJCNN 2020), 2020. (accepted for publication)

  21. Faster Minimization of Tardy Processing Time on a Single Machine

    Authors: Karl Bringmann, Nick Fischer, Danny Hermelin, Dvir Shabtay, Philip Wellnitz

    Abstract: This paper is concerned with the $1||\sum p_jU_j$ problem, the problem of minimizing the total processing time of tardy jobs on a single machine. This is not only a fundamental scheduling problem, but also a very important problem from a theoretical point of view as it generalizes the Subset Sum problem and is closely related to the 0/1-Knapsack problem. The problem is well-known to be NP-hard, bu… ▽ More

    Submitted 20 April, 2020; v1 submitted 16 March, 2020; originally announced March 2020.

    Comments: 12 pages; ICALP'20 (A)

  22. arXiv:2002.00788  [pdf, other

    cs.CC math.RT

    The Computational Complexity of Plethysm Coefficients

    Authors: Nick Fischer, Christian Ikenmeyer

    Abstract: In two papers, Bürgisser and Ikenmeyer (STOC 2011, STOC 2013) used an adaption of the geometric complexity theory (GCT) approach by Mulmuley and Sohoni (Siam J Comput 2001, 2008) to prove lower bounds on the border rank of the matrix multiplication tensor. A key ingredient was information about certain Kronecker coefficients. While tensors are an interesting test bed for GCT ideas, the far-away go… ▽ More

    Submitted 3 February, 2020; originally announced February 2020.

    MSC Class: 68Q17; 05E10 ACM Class: F.1.3

  23. Axiomatising Infinitary Probabilistic Weak Bisimilarity of Finite-State Behaviours

    Authors: Nick Fischer, Rob van Glabbeek

    Abstract: In concurrency theory, weak bisimilarity is often used to relate processes exhibiting the same observable behaviour. The probabilistic environment gives rise to several generalisations; we study the infinitary semantics, which abstracts from a potentially unbounded number of internal actions being performed when something observable happens. Arguing that this notion yields the most desirable prope… ▽ More

    Submitted 17 October, 2018; originally announced October 2018.

    ACM Class: F.1.2; F.3.2

  24. The archive solution for distributed workflow management agents of the CMS experiment at LHC

    Authors: Valentin Kuznetsov, Nils Leif Fischer, Yuyi Guo

    Abstract: The CMS experiment at the CERN LHC developed the Workflow Management Archive system to persistently store unstructured framework job report documents produced by distributed workflow management agents. In this paper we present its architecture, implementation, deployment, and integration with the CMS and CERN computing infrastructures, such as central HDFS and Hadoop Spark cluster. The system leve… ▽ More

    Submitted 11 January, 2018; originally announced January 2018.

    Comments: This is a pre-print of an article published in Computing and Software for Big Science. The final authenticated version is available online at: https://doi.org/10.1007/s41781-018-0005-0

  25. arXiv:1609.00321  [pdf, other

    cs.CG cs.DM math.CO

    Block Crossings in Storyline Visualizations

    Authors: Thomas C. van Dijk, Martin Fink, Norbert Fischer, Fabian Lipp, Peter Markfelder, Alexander Ravsky, Subhash Suri, Alexander Wolff

    Abstract: Storyline visualizations help visualize encounters of the characters in a story over time. Each character is represented by an x-monotone curve that goes from left to right. A meeting is represented by having the characters that participate in the meeting run close together for some time. In order to keep the visual complexity low, rather than just minimizing pairwise crossings of curves, we propo… ▽ More

    Submitted 1 September, 2016; originally announced September 2016.

    Comments: Appears in the Proceedings of the 24th International Symposium on Graph Drawing and Network Visualization (GD 2016)