Zum Hauptinhalt springen

Showing 1–19 of 19 results for author: Walter, T

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

    cs.CR

    Time Synchronization of TESLA-enabled GNSS Receivers

    Authors: Jason Anderson, Sherman Lo, Todd Walter

    Abstract: As TESLA-enabled GNSS for authenticated positioning reaches ubiquity, receivers must use an onboard, GNSS-independent clock and carefully constructed time synchronization algorithms to assert the authenticity afforded. This work provides the necessary checks and synchronization protocols needed in the broadcast-only GNSS context. We provide proof of security for each of our algorithms under a dela… ▽ More

    Submitted 18 July, 2024; originally announced July 2024.

    Comments: 16 pages, 15 figures

  2. Proving Calculational Proofs Correct

    Authors: Andrew T. Walter, Ankit Kumar, Panagiotis Manolios

    Abstract: Teaching proofs is a crucial component of any undergraduate-level program that covers formal reasoning. We have developed a calculational reasoning format and refined it over several years of teaching a freshman-level course, "Logic and Computation", to thousands of undergraduate students. In our companion paper, we presented our calculational proof format, gave an overview of the calculational pr… ▽ More

    Submitted 15 November, 2023; originally announced November 2023.

    Comments: In Proceedings ACL2-2023, arXiv:2311.08373

    ACM Class: D.2.4

    Journal ref: EPTCS 393, 2023, pp. 133-150

  3. arXiv:2307.12224  [pdf, other

    cs.LO

    Calculational Proofs in ACL2s

    Authors: Andrew T. Walter, Ankit Kumar, Panagiotis Manolios

    Abstract: Teaching college students how to write rigorous proofs is a critical objective in courses that introduce formal reasoning. Over the course of several years, we have developed a mechanically-checkable style of calculational reasoning that we used to teach over a thousand freshman-level undergraduate students how to reason about computation in our "Logic and Computation" class at Northeastern Univer… ▽ More

    Submitted 23 July, 2023; originally announced July 2023.

  4. NeRSemble: Multi-view Radiance Field Reconstruction of Human Heads

    Authors: Tobias Kirschstein, Shenhan Qian, Simon Giebenhain, Tim Walter, Matthias Nießner

    Abstract: We focus on reconstructing high-fidelity radiance fields of human heads, capturing their animations over time, and synthesizing re-renderings from novel viewpoints at arbitrary time steps. To this end, we propose a new multi-view capture setup composed of 16 calibrated machine vision cameras that record time-synchronized images at 7.1 MP resolution and 73 frames per second. With our setup, we coll… ▽ More

    Submitted 4 May, 2023; originally announced May 2023.

    Comments: Siggraph 2023, Project Page: https://tobias-kirschstein.github.io/nersemble/ , Video: https://youtu.be/a-OAWqBzldU

    Journal ref: ACM Transactions on Graphics, Volume 42, Issue 4, Article No. 161 (2023) 1-14

  5. arXiv:2304.13996  [pdf, ps, other

    cs.DS

    A barrier for further approximating Sorting By Transpositions

    Authors: Luiz Augusto G. da Silva, Luis Antonio B. Kowada, Maria Emília M. T. Walter

    Abstract: The Transposition Distance Problem (TDP) is a classical problem in genome rearrangements which seeks to determine the minimum number of transpositions needed to transform a linear chromosome into another represented by the permutations $π$ and $σ$, respectively. This paper focuses on the equivalent problem of Sorting By Transpositions (SBT), where $σ$ is the identity permutation $ι$. Specifically,… ▽ More

    Submitted 8 July, 2023; v1 submitted 27 April, 2023; originally announced April 2023.

  6. arXiv:2303.04604  [pdf, other

    eess.IV cs.CV

    Simple and Efficient Confidence Score for Grading Whole Slide Images

    Authors: Mélanie Lubrano, Yaëlle Bellahsen-Harrar, Rutger Fick, Cécile Badoual, Thomas Walter

    Abstract: Grading precancerous lesions on whole slide images is a challenging task: the continuous space of morphological phenotypes makes clear-cut decisions between different grades often difficult, leading to low inter- and intra-rater agreements. More and more Artificial Intelligence (AI) algorithms are developed to help pathologists perform and standardize their diagnosis. However, those models can ren… ▽ More

    Submitted 8 March, 2023; originally announced March 2023.

  7. arXiv:2302.10923  [pdf, other

    q-bio.QM cs.CV

    PointFISH -- learning point cloud representations for RNA localization patterns

    Authors: Arthur Imbert, Florian Mueller, Thomas Walter

    Abstract: Subcellular RNA localization is a critical mechanism for the spatial control of gene expression. Its mechanism and precise functional role is not yet very well understood. Single Molecule Fluorescence in Situ Hybridization (smFISH) images allow for the detection of individual RNA molecules with subcellular accuracy. In return, smFISH requires robust methods to quantify and classify RNA spatial dis… ▽ More

    Submitted 21 February, 2023; originally announced February 2023.

  8. arXiv:2301.03914  [pdf, other

    eess.IV cs.CV

    Learning with minimal effort: leveraging in silico labeling for cell and nucleus segmentation

    Authors: Thomas Bonte, Maxence Philbert, Emeline Coleno, Edouard Bertrand, Arthur Imbert, Thomas Walter

    Abstract: Deep learning provides us with powerful methods to perform nucleus or cell segmentation with unprecedented quality. However, these methods usually require large training sets of manually annotated images, which are tedious and expensive to generate. In this paper we propose to use In Silico Labeling (ISL) as a pretraining scheme for segmentation tasks. The strategy is to acquire label-free microsc… ▽ More

    Submitted 10 January, 2023; originally announced January 2023.

  9. arXiv:2212.03273  [pdf, ps, other

    cs.CV cs.LG q-bio.QM

    Giga-SSL: Self-Supervised Learning for Gigapixel Images

    Authors: Tristan Lazard, Marvin Lerousseau, Etienne Decencière, Thomas Walter

    Abstract: Whole slide images (WSI) are microscopy images of stained tissue slides routinely prepared for diagnosis and treatment selection in medical practice. WSI are very large (gigapixel size) and complex (made of up to millions of cells). The current state-of-the-art (SoTA) approach to classify WSI subdivides them into tiles, encodes them by pre-trained networks and applies Multiple Instance Learning (M… ▽ More

    Submitted 6 December, 2022; originally announced December 2022.

  10. ACL2s Systems Programming

    Authors: Andrew T. Walter, Panagiotis Manolios

    Abstract: ACL2 provides a systems programming capability that allows one to write code that uses and extends ACL2 inside of ACL2. However, for soundness reasons, ACL2 bars the unrestricted use of certain kinds of programming constructs, like destructive updates, higher-order functions, eval, and arbitrary macros. We devised a methodology for writing code in Common Lisp that allows one to access ACL2, ACL2s… ▽ More

    Submitted 23 May, 2022; originally announced May 2022.

    Comments: In Proceedings ACL2 2022, arXiv:2205.11103

    ACM Class: D.2.4

    Journal ref: EPTCS 359, 2022, pp. 134-150

  11. arXiv:2204.09042  [pdf, other

    q-bio.QM cs.LG q-bio.BM stat.ML

    Accelerating Inhibitor Discovery With A Deep Generative Foundation Model: Validation for SARS-CoV-2 Drug Targets

    Authors: Vijil Chenthamarakshan, Samuel C. Hoffman, C. David Owen, Petra Lukacik, Claire Strain-Damerell, Daren Fearon, Tika R. Malla, Anthony Tumber, Christopher J. Schofield, Helen M. E. Duyvesteyn, Wanwisa Dejnirattisai, Loic Carrique, Thomas S. Walter, Gavin R. Screaton, Tetiana Matviiuk, Aleksandra Mojsilovic, Jason Crain, Martin A. Walsh, David I. Stuart, Payel Das

    Abstract: The discovery of novel inhibitor molecules for emerging drug-target proteins is widely acknowledged as a challenging inverse design problem: Exhaustive exploration of the vast chemical search space is impractical, especially when the target structure or active molecules are unknown. Here we validate experimentally the broad utility of a deep generative framework trained at-scale on protein sequenc… ▽ More

    Submitted 14 October, 2022; v1 submitted 19 April, 2022; originally announced April 2022.

    Comments: Revised title, abstract, and text; additional figures

  12. arXiv:2108.06295  [pdf, other

    cs.CL cs.DL

    Diachronic Analysis of German Parliamentary Proceedings: Ideological Shifts through the Lens of Political Biases

    Authors: Tobias Walter, Celina Kirschner, Steffen Eger, Goran Glavaš, Anne Lauscher, Simone Paolo Ponzetto

    Abstract: We analyze bias in historical corpora as encoded in diachronic distributional semantic models by focusing on two specific forms of bias, namely a political (i.e., anti-communism) and racist (i.e., antisemitism) one. For this, we use a new corpus of German parliamentary proceedings, DeuPARL, spanning the period 1867--2020. We complement this analysis of historical biases in diachronic word embeddin… ▽ More

    Submitted 13 August, 2021; originally announced August 2021.

    Comments: Accepted for JCDL2021

  13. arXiv:2001.11570  [pdf, ps, other

    cs.DS math.CO

    A new 1.375-approximation algorithm for Sorting By Transpositions

    Authors: L. A. G. Silva, L. A. B. Kowada, N. R. Rocco, M. E. M. T. Walter

    Abstract: In genome rearrangements, the mutational event transposition swaps two adjacent blocks of genes in one chromosome. The Transposition Distance Problem (TDP) aims to find the minimum number of transpositions required to transform one chromosome into another, both represented as permutations. The TDP can be reduced to the problem of Sorting by Transpositions (SBT). SBT is $\mathcal{NP}$-hard and th… ▽ More

    Submitted 4 November, 2021; v1 submitted 30 January, 2020; originally announced January 2020.

  14. arXiv:1703.10056  [pdf, ps, other

    cs.FL

    Parikh-reducing Church-Rosser representations for some classes of regular languages

    Authors: Tobias Walter

    Abstract: In this paper the concept of Parikh-reducing Church-Rosser systems is studied. It is shown that for two classes of regular languages there exist such systems which describe the languages using finitely many equivalence classes of the rewriting system. The two classes are: 1.) the class of all regular languages such that the syntactic monoid contains only abelian groups and 2.) the class of all gro… ▽ More

    Submitted 29 March, 2017; originally announced March 2017.

  15. arXiv:1602.08981  [pdf, ps, other

    cs.FL

    Characterizing classes of regular languages using prefix codes of bounded synchronization delay

    Authors: Volker Diekert, Tobias Walter

    Abstract: In this paper we continue a classical work of Schützenberger on codes with bounded synchronization delay. He was interested to characterize those regular languages where the groups in the syntactic monoid belong to a variety $H$. He allowed operations on the language side which are union, intersection, concatenation and modified Kleene-star involving a mapping of a prefix code of bounded synchroni… ▽ More

    Submitted 29 February, 2016; originally announced February 2016.

  16. arXiv:1509.06207  [pdf, ps, other

    cs.FL cs.LO

    Level Two of the Quantifier Alternation Hierarchy over Infinite Words

    Authors: Manfred Kufleitner, Tobias Walter

    Abstract: The study of various decision problems for logic fragments has a long history in computer science. This paper is on the membership problem for a fragment of first-order logic over infinite words; the membership problem asks for a given language whether it is definable in some fixed fragment. The alphabetic topology was introduced as part of an effective characterization of the fragment $Σ_2$ over… ▽ More

    Submitted 21 September, 2015; originally announced September 2015.

  17. Assessment of algorithms for mitosis detection in breast cancer histopathology images

    Authors: Mitko Veta, Paul J. van Diest, Stefan M. Willems, Haibo Wang, Anant Madabhushi, Angel Cruz-Roa, Fabio Gonzalez, Anders B. L. Larsen, Jacob S. Vestergaard, Anders B. Dahl, Dan C. Cireşan, Jürgen Schmidhuber, Alessandro Giusti, Luca M. Gambardella, F. Boray Tek, Thomas Walter, Ching-Wei Wang, Satoshi Kondo, Bogdan J. Matuszewski, Frederic Precioso, Violet Snell, Josef Kittler, Teofilo E. de Campos, Adnan M. Khan, Nasir M. Rajpoot , et al. (4 additional authors not shown)

    Abstract: The proliferative activity of breast tumors, which is routinely estimated by counting of mitotic figures in hematoxylin and eosin stained histology sections, is considered to be one of the most important prognostic markers. However, mitosis counting is laborious, subjective and may suffer from low inter-observer agreement. With the wider acceptance of whole slide images in pathology labs, automati… ▽ More

    Submitted 21 November, 2014; originally announced November 2014.

    Comments: 23 pages, 5 figures, accepted for publication in the journal Medical Image Analysis

  18. arXiv:1310.5043  [pdf, ps, other

    cs.FL cs.LO

    One Quantifier Alternation in First-Order Logic with Modular Predicates

    Authors: Manfred Kufleitner, Tobias Walter

    Abstract: Adding modular predicates yields a generalization of first-order logic FO over words. The expressive power of FO[<,MOD] with order comparison $x<y$ and predicates for $x \equiv i \mod n$ has been investigated by Barrington, Compton, Straubing and Therien. The study of FO[<,MOD]-fragments was initiated by Chaubard, Pin and Straubing. More recently, Dartois and Paperman showed that definability in t… ▽ More

    Submitted 1 July, 2014; v1 submitted 18 October, 2013; originally announced October 2013.

    ACM Class: F.4.1; F.4.3

  19. arXiv:1202.1148  [pdf, ps, other

    cs.FL

    Regular Languages are Church-Rosser Congruential

    Authors: Volker Diekert, Manfred Kufleitner, Klaus Reinhardt, Tobias Walter

    Abstract: This paper proves a long standing conjecture in formal language theory. It shows that all regular languages are Church-Rosser congruential. The class of Church-Rosser congruential languages was introduced by McNaughton, Narendran, and Otto in 1988. A language L is Church-Rosser congruential, if there exists a finite confluent, and length-reducing semi-Thue system S such that L is a finite union of… ▽ More

    Submitted 6 February, 2012; originally announced February 2012.

    MSC Class: 68Q42 (Primary) 68Q45; 68Q70 (Secondary) ACM Class: F.4.2; F.4.3