Skip to main content

Showing 1–16 of 16 results for author: Martel, M

.
  1. arXiv:2411.07877  [pdf, other

    physics.ins-det physics.med-ph

    A fast plastic scintillator for low intensity proton beam monitoring

    Authors: Adélie André, Christophe Hoarau, Yannick Boursier, Afef Cherni, Mathieu Dupont, Laurent Gallin Martel, Marie-Laure Gallin Martel, Alicia Garnier, Joel Hérault, Johan-Petter Hofverberg, Pavel Kavrigin, Christian Morel, Jean-François Muraz, Maxime Pinson, Giovanni Tripodo, Daniel Maneval, Sara Marcatili

    Abstract: In the context of particle therapy monitoring, we are developing a gamma-ray detector to determine the ion range in vivo from the measurement of particle time-of-flight. For this application, a beam monitor capable to tag in time the incident ion with a time resolution below 235 ps FWHM (100 ps rms) is required to provide a start signal for the acquisition. We have therefore developed a dedicated… ▽ More

    Submitted 12 November, 2024; originally announced November 2024.

  2. What Operations can be Performed Directly on Compressed Arrays, and with What Error?

    Authors: Tripti Agarwal, Harvey Dam, Dorra Ben Khalifa, Matthieu Martel, P. Sadayappan, Ganesh Gopalakrishnan

    Abstract: In response to the rapidly escalating costs of computing with large matrices and tensors caused by data movement, several lossy compression methods have been developed to significantly reduce data volumes. Unfortunately, all these methods require the data to be decompressed before further computations are done. In this work, we develop a lossy compressor that allows a dozen fairly fundamental oper… ▽ More

    Submitted 17 June, 2024; originally announced June 2024.

    Comments: An extended but earlier version of paper in https://dl.acm.org/doi/10.1145/3624062.3625122 published at the DRBSD Workshop in 2023

  3. Towards Proved Formal Specification and Verification of STL Operators as Synchronous Observers

    Authors: Céline Bellanger, Pierre-Loïc Garoche, Matthieu Martel, Célia Picard

    Abstract: Signal Temporal Logic (STL) is a convenient formalism to express bounded horizon properties of autonomous critical systems. STL extends LTL to real-valued signals and associates a non-singleton bound interval to each temporal operators. In this work we provide a rigorous encoding of non-nested discrete-time STL formulas into Lustre synchronous observers. Our encoding provides a three-valued onl… ▽ More

    Submitted 16 November, 2023; originally announced November 2023.

    Comments: In Proceedings FMAS 2023, arXiv:2311.08987

    Journal ref: EPTCS 395, 2023, pp. 188-204

  4. arXiv:2308.12408  [pdf, other

    cs.SD cs.CV eess.AS

    An Initial Exploration: Learning to Generate Realistic Audio for Silent Video

    Authors: Matthew Martel, Jackson Wagner

    Abstract: Generating realistic audio effects for movies and other media is a challenging task that is accomplished today primarily through physical techniques known as Foley art. Foley artists create sounds with common objects (e.g., boxing gloves, broken glass) in time with video as it is playing to generate captivating audio tracks. In this work, we aim to develop a deep-learning based framework that does… ▽ More

    Submitted 23 August, 2023; originally announced August 2023.

  5. arXiv:2210.12214  [pdf, ps, other

    cs.SD cs.CL eess.AS

    Optimizing Bilingual Neural Transducer with Synthetic Code-switching Text Generation

    Authors: Thien Nguyen, Nathalie Tran, Liuhui Deng, Thiago Fraga da Silva, Matthew Radzihovsky, Roger Hsiao, Henry Mason, Stefan Braun, Erik McDermott, Dogan Can, Pawel Swietojanski, Lyan Verwimp, Sibel Oyman, Tresi Arvizo, Honza Silovsky, Arnab Ghoshal, Mathieu Martel, Bharat Ram Ambati, Mohamed Ali

    Abstract: Code-switching describes the practice of using more than one language in the same sentence. In this study, we investigate how to optimize a neural transducer based bilingual automatic speech recognition (ASR) model for code-switching speech. Focusing on the scenario where the ASR model is trained without supervised code-switching data, we found that semi-supervised training and synthetic code-swit… ▽ More

    Submitted 21 October, 2022; originally announced October 2022.

    Comments: 5 pages, 1 figure, submitted to ICASSP 2023, *: equal contributions

  6. An Efficient Summation Algorithm for the Accuracy, Convergence and Reproducibility of Parallel Numerical Methods

    Authors: Farah Benmouhoub, Pierre-Loïc Garoche, Matthieu Martel

    Abstract: Nowadays, parallel computing is ubiquitous in several application fields, both in engineering and science. The computations rely on the floating-point arithmetic specified by the IEEE754 Standard. In this context, an elementary brick of computation, used everywhere, is the sum of a sequence of numbers. This sum is subject to many numerical errors in floating-point arithmetic. To alleviate this iss… ▽ More

    Submitted 11 May, 2022; originally announced May 2022.

    Journal ref: Numerical Software Verification, Jul 2021, Los Angeles, United States. pp.165-181

  7. arXiv:2203.07486  [pdf, other

    cs.SE

    Constrained Precision Tuning

    Authors: Dorra Ben Khalifa, Matthieu Martel

    Abstract: Precision tuning or customized precision number representations is emerging, in these recent years, as one of the most promising techniques that has a positive impact on the footprint of programs concerning energy consumption, bandwidth usage and computation time of numerical programs. In contrast to the uniform precision, mixed precision tuning assigns different finite-precision types to each var… ▽ More

    Submitted 14 March, 2022; originally announced March 2022.

    Comments: 8 pages, 3 figures

  8. arXiv:2202.13007  [pdf, other

    cs.DS cs.MS

    Compressed Matrix Computations

    Authors: Matthieu Martel

    Abstract: Frugal computing is becoming an important topic for environmental reasons. In this context, several techniques have been proposed to reduce the storage of scientific data by dedicated compression methods specially tailored for arrays of floating-point numbers. While these techniques are quite efficient to save memory, they introduce additional computations to compress and decompress the data befor… ▽ More

    Submitted 25 February, 2022; originally announced February 2022.

  9. Fixed-Point Code Synthesis For Neural Networks

    Authors: Hanane Benmaghnia, Matthieu Martel, Yassamine Seladji

    Abstract: Over the last few years, neural networks have started penetrating safety critical systems to take decisions in robots, rockets, autonomous driving car, etc. A problem is that these critical systems often have limited computing resources. Often, they use the fixed-point arithmetic for its many advantages (rapidity, compatibility with small memory devices.) In this article, a new technique is introd… ▽ More

    Submitted 4 February, 2022; originally announced February 2022.

    Journal ref: CS & IT, Volume 12, Number 02, January 2022

  10. arXiv:2108.00228  [pdf, other

    cs.SE physics.comp-ph

    A Study of the Floating-Point Tuning Behaviour on the N-body Problem

    Authors: Dorra Ben Khalifa, Matthieu Martel

    Abstract: In this article, we apply a new methodology for precision tuning to the N-body problem. Our technique, implemented in a tool named POP, makes it possible to optimize the numerical data types of a program performing floating-point computations by taking into account the requested accuracy on the results. POP reduces the problem of finding the minimal number of bits needed for each variable of the p… ▽ More

    Submitted 31 July, 2021; originally announced August 2021.

    Comments: 15 pages

  11. arXiv:2107.14668  [pdf, ps, other

    cs.LO

    Interleaving & Reconfigurable Interaction: Separating Choice from Scheduling using Glue

    Authors: Yehia Abd Alrahman, Mauricio Martel, Nir Piterman

    Abstract: Reconfigurable interaction induces another dimension of nondeterminism in concurrent systems which makes it hard to reason about the different choices of the system from a global perspective. Namely, (1) choices that correspond to concurrent execution of independent events; and (2) forced interleaving (or scheduling) due to reconfiguration. Unlike linear order semantics of computations, partial or… ▽ More

    Submitted 30 July, 2021; originally announced July 2021.

    Comments: This work is funded by the ERC consolidator grant D-SynMA (No. 772459) and the Swedish research council grants: SynTM (No.2020-03401) and VR project (No. 2020-04963)

  12. arXiv:2103.05241  [pdf, other

    cs.PL cs.SE

    Fast and Efficient Bit-Level Precision Tuning

    Authors: Assalé Adjé, Dorra Ben Khalifa, Matthieu Martel

    Abstract: In this article, we introduce a new technique for precision tuning. This problem consists of finding the least data types for numerical values such that the result of the computation satisfies some accuracy requirement. State of the art techniques for precision tuning use a try and fail approach. They change the data types of some variables of the program and evaluate the accuracy of the result. D… ▽ More

    Submitted 9 March, 2021; originally announced March 2021.

    Comments: 24 pages, 6 figures

  13. arXiv:2011.09858  [pdf, ps, other

    cs.AI

    Conservative Extensions in Horn Description Logics with Inverse Roles

    Authors: Jean Christoph Jung, Carsten Lutz, Mauricio Martel, Thomas Schneider

    Abstract: We investigate the decidability and computational complexity of conservative extensions and the related notions of inseparability and entailment in Horn description logics (DLs) with inverse roles. We consider both query conservative extensions, defined by requiring that the answers to all conjunctive queries are left unchanged, and deductive conservative extensions, which require that the entaile… ▽ More

    Submitted 19 November, 2020; originally announced November 2020.

    Journal ref: Journal of Artificial Intelligence Ressearch 68: 365-411 (2020)

  14. arXiv:1705.10115  [pdf, ps, other

    cs.LO

    Conservative Extensions in Guarded and Two-Variable Fragments

    Authors: Jean Christoph Jung, Carsten Lutz, Mauricio Martel, Thomas Schneider, Frank Wolter

    Abstract: We investigate the decidability and computational complexity of (deductive) conservative extensions in fragments of first-order logic (FO), with a focus on the two-variable fragment FO$^2$ and the guarded fragment GF. We prove that conservative extensions are undecidable in any FO fragment that contains FO$^2$ or GF (even the three-variable fragment thereof), and that they are decidable and 2\ExpT… ▽ More

    Submitted 29 May, 2017; originally announced May 2017.

    Comments: Full version of paper accepted at ICALP 2017

  15. Relation-Changing Logics as Fragments of Hybrid Logics

    Authors: Carlos Areces, Raul Fervari, Guillaume Hoffmann, Mauricio Martel

    Abstract: Relation-changing modal logics are extensions of the basic modal logic that allow changes to the accessibility relation of a model during the evaluation of a formula. In particular, they are equipped with dynamic modalities that are able to delete, add, and swap edges in the model, both locally and globally. We provide translations from these logics to hybrid logic along with an implementation. I… ▽ More

    Submitted 13 September, 2016; originally announced September 2016.

    Comments: In Proceedings GandALF 2016, arXiv:1609.03648

    Journal ref: EPTCS 226, 2016, pp. 16-29

  16. Automatic Repair of Overflowing Expressions with Abstract Interpretation

    Authors: Francesco Logozzo, Matthieu Martel

    Abstract: We consider the problem of synthesizing provably non-overflowing integer arithmetic expressions or Boolean relations among integer arithmetic expressions. First we use a numerical abstract domain to infer numerical properties among program variables. Then we check if those properties guarantee that a given expression does not overflow. If this is not the case, we synthesize an equivalent, yet not-… ▽ More

    Submitted 19 September, 2013; originally announced September 2013.

    Comments: In Proceedings Festschrift for Dave Schmidt, arXiv:1309.4557

    ACM Class: B.2.3; D.2.4; I.2.2

    Journal ref: EPTCS 129, 2013, pp. 341-357