Skip to main content

Showing 1–5 of 5 results for author: Laurent, N

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

    cs.CV eess.SP

    Disentangling Modes and Interference in the Spectrogram of Multicomponent Signals

    Authors: Kévin Polisano, Sylvain Meignen, Nils Laurent, Hubert Leterme

    Abstract: In this paper, we investigate how the spectrogram of multicomponent signals can be decomposed into a mode part and an interference part. We explore two approaches: (i) a variational method inspired by texture-geometry decomposition in image processing, and (ii) a supervised learning approach using a U-Net architecture, trained on a dataset encompassing diverse interference patterns and noise condi… ▽ More

    Submitted 19 March, 2025; originally announced March 2025.

  2. arXiv:2501.11555  [pdf, other

    stat.ML cs.LG

    Beyond R-barycenters: an effective averaging method on Stiefel and Grassmann manifolds

    Authors: Florent Bouchard, Nils Laurent, Salem Said, Nicolas Le Bihan

    Abstract: In this paper, the issue of averaging data on a manifold is addressed. While the Fréchet mean resulting from Riemannian geometry appears ideal, it is unfortunately not always available and often computationally very expensive. To overcome this, R-barycenters have been proposed and successfully applied to Stiefel and Grassmann manifolds. However, R-barycenters still suffer severe limitations as the… ▽ More

    Submitted 20 January, 2025; originally announced January 2025.

  3. arXiv:1610.08640  [pdf, other

    cs.AI

    Anomaly Detection with the Voronoi Diagram Evolutionary Algorithm

    Authors: Marti Luis, Fansi-Tchango Arsene, Navarro Laurent, Marc Schoenauer

    Abstract: This paper presents the Voronoi diagram-based evolutionary algorithm (VorEAl). VorEAl partitions input space in abnormal/normal subsets using Voronoi diagrams. Diagrams are evolved using a multi-objective bio-inspired approach in order to conjointly optimize classification metrics while also being able to represent areas of the data space that are not present in the training dataset. As part of th… ▽ More

    Submitted 27 October, 2016; originally announced October 2016.

    Journal ref: Parallel Problem Solving from Nature -- PPSN XIV, Sep 2016, Edinburgh, France. Springer Verlag, 9921, pp.697-706, 2016, LNCS

  4. arXiv:1609.05365  [pdf, other

    cs.PL

    Taming Context-Sensitive Languages with Principled Stateful Parsing

    Authors: Nicolas Laurent, Kim Mens

    Abstract: Historically, true context-sensitive parsing has seldom been applied to programming languages, due to its inherent complexity. However, many mainstream programming and markup languages (C, Haskell, Python, XML, and more) possess context-sensitive features. These features are traditionally handled with ad-hoc code (e.g., custom lexers), outside of the scope of parsing theory. Current grammar form… ▽ More

    Submitted 17 September, 2016; originally announced September 2016.

    Comments: To appear in SLE 2016

    ACM Class: D.3.4

  5. Parsing Expression Grammars Made Practical

    Authors: Nicolas Laurent, Kim Mens

    Abstract: Parsing Expression Grammars (PEGs) define languages by specifying recursive-descent parser that recognises them. The PEG formalism exhibits desirable properties, such as closure under composition, built-in disambiguation, unification of syntactic and lexical concerns, and closely matching programmer intuition. Unfortunately, state of the art PEG parsers struggle with left-recursive grammar rules,… ▽ More

    Submitted 17 September, 2016; v1 submitted 8 September, 2015; originally announced September 2015.

    Comments: "Proceedings of the International Conference on Software Language Engineering (SLE 2015)" - 167-172 (ISBN : 978-1-4503-3686-4)

    ACM Class: D.3.4