Skip to main content

Showing 1–12 of 12 results for author: Léonardon, M

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

    cs.NI

    Low-Latency Software Polar Encoders and Decoders for Short Blocklengths

    Authors: Mathieu Leonardon, Mohammed El Houcine Ayoubi, Adrien Cassagne, Romain Tajan, Camille Leroux

    Abstract: This paper presents our low-latency Polar code encoders and decoders developed for the 2025 International Symposium on Topics in Coding (ISTC 2025) contest, which challenges participants to implement the fastest possible channel code encoders and decoders in terms of average and maximum latency on a CPU target. Our solution is based on Polar codes with an Adaptive Successive Cancellation List (ASC… ▽ More

    Submitted 7 July, 2025; originally announced July 2025.

    Journal ref: International Symposium on Topics in Coding (ISTC), Aug 2025, Los Angeles, United States

  2. arXiv:2506.05435  [pdf, other

    cs.LG cs.AI

    Event Classification of Accelerometer Data for Industrial Package Monitoring with Embedded Deep Learning

    Authors: Manon Renault, Hamoud Younes, Hugo Tessier, Ronan Le Roy, Bastien Pasdeloup, Mathieu Léonardon

    Abstract: Package monitoring is an important topic in industrial applications, with significant implications for operational efficiency and ecological sustainability. In this study, we propose an approach that employs an embedded system, placed on reusable packages, to detect their state (on a Forklift, in a Truck, or in an undetermined location). We aim to design a system with a lifespan of several years,… ▽ More

    Submitted 5 June, 2025; originally announced June 2025.

  3. arXiv:2504.03749  [pdf, other

    cs.LG

    Input Resolution Downsizing as a Compression Technique for Vision Deep Learning Systems

    Authors: Jeremy Morlier, Mathieu Leonardon, Vincent Gripon

    Abstract: Model compression is a critical area of research in deep learning, in particular in vision, driven by the need to lighten models memory or computational footprints. While numerous methods for model compression have been proposed, most focus on pruning, quantization, or knowledge distillation. In this work, we delve into an under-explored avenue: reducing the resolution of the input image as a comp… ▽ More

    Submitted 1 April, 2025; originally announced April 2025.

  4. arXiv:2406.14082  [pdf, other

    cs.LG eess.SP

    FLoCoRA: Federated learning compression with low-rank adaptation

    Authors: Lucas Grativol Ribeiro, Mathieu Leonardon, Guillaume Muller, Virginie Fresse, Matthieu Arzel

    Abstract: Low-Rank Adaptation (LoRA) methods have gained popularity in efficient parameter fine-tuning of models containing hundreds of billions of parameters. In this work, instead, we demonstrate the application of LoRA methods to train small-vision models in Federated Learning (FL) from scratch. We first propose an aggregation-agnostic method to integrate LoRA within FL, named FLoCoRA, showing that the m… ▽ More

    Submitted 20 June, 2024; originally announced June 2024.

    Journal ref: 32nd European Signal Processing Conference EUSIPCO, Aug 2024, Lyon, France

  5. arXiv:2404.19354  [pdf, other

    cs.AR cs.LG

    PEFSL: A deployment Pipeline for Embedded Few-Shot Learning on a FPGA SoC

    Authors: Lucas Grativol Ribeiro, Lubin Gauthier, Mathieu Leonardon, Jérémy Morlier, Antoine Lavrard-Meyer, Guillaume Muller, Virginie Fresse, Matthieu Arzel

    Abstract: This paper tackles the challenges of implementing few-shot learning on embedded systems, specifically FPGA SoCs, a vital approach for adapting to diverse classification tasks, especially when the costs of data acquisition or labeling prove to be prohibitively high. Our contributions encompass the development of an end-to-end open-source pipeline for a few-shot learning platform for object classifi… ▽ More

    Submitted 30 April, 2024; originally announced April 2024.

    Journal ref: ISCAS 2024 : IEEE International Symposium on Circuits and Systems, May 2024, Singapore, Singapore

  6. arXiv:2310.14693  [pdf, other

    cs.LG eess.SP

    Federated learning compression designed for lightweight communications

    Authors: Lucas Grativol Ribeiro, Mathieu Leonardon, Guillaume Muller, Virginie Fresse, Matthieu Arzel

    Abstract: Federated Learning (FL) is a promising distributed method for edge-level machine learning, particularly for privacysensitive applications such as those in military and medical domains, where client data cannot be shared or transferred to a cloud computing server. In many use-cases, communication cost is a major challenge in FL due to its natural intensive network usage. Client devices, such as sma… ▽ More

    Submitted 23 October, 2023; originally announced October 2023.

    Journal ref: IEEE 30th International Conference on Electronics, Circuits and Systems, Dec 2023, Istanbul, Turkey

  7. arXiv:2304.09049  [pdf, other

    cs.LG

    DeepGEMM: Accelerated Ultra Low-Precision Inference on CPU Architectures using Lookup Tables

    Authors: Darshan C. Ganji, Saad Ashfaq, Ehsan Saboori, Sudhakar Sah, Saptarshi Mitra, MohammadHossein AskariHemmat, Alexander Hoffman, Ahmed Hassanien, Mathieu Léonardon

    Abstract: A lot of recent progress has been made in ultra low-bit quantization, promising significant improvements in latency, memory footprint and energy consumption on edge devices. Quantization methods such as Learned Step Size Quantization can achieve model accuracy that is comparable to full-precision floating-point baselines even with sub-byte quantization. However, it is extremely challenging to depl… ▽ More

    Submitted 18 April, 2023; originally announced April 2023.

  8. Energy Consumption Analysis of pruned Semantic Segmentation Networks on an Embedded GPU

    Authors: Hugo Tessier, Vincent Gripon, Mathieu Léonardon, Matthieu Arzel, David Bertrand, Thomas Hannagan

    Abstract: Deep neural networks are the state of the art in many computer vision tasks. Their deployment in the context of autonomous vehicles is of particular interest, since their limitations in terms of energy consumption prohibit the use of very large networks, that typically reach the best performance. A common method to reduce the complexity of these architectures, without sacrificing accuracy, is to r… ▽ More

    Submitted 13 June, 2022; originally announced June 2022.

    Comments: 10 pages, 3 figures, submitted to SysInt 2022

    MSC Class: 68T07

  9. Leveraging Structured Pruning of Convolutional Neural Networks

    Authors: Hugo Tessier, Vincent Gripon, Mathieu Léonardon, Matthieu Arzel, David Bertrand, Thomas Hannagan

    Abstract: Structured pruning is a popular method to reduce the cost of convolutional neural networks, that are the state of the art in many computer vision tasks. However, depending on the architecture, pruning introduces dimensional discrepancies which prevent the actual reduction of pruned networks. To tackle this problem, we propose a method that is able to take any structured pruning mask and generate a… ▽ More

    Submitted 13 June, 2022; originally announced June 2022.

    Comments: 6 pages, 5 figures, submitted to SiPS 2022

    MSC Class: 68T07

  10. arXiv:2105.04922  [pdf, ps, other

    cs.LG cs.IT

    Using Deep Neural Networks to Predict and Improve the Performance of Polar Codes

    Authors: Mathieu Léonardon, Vincent Gripon

    Abstract: Polar codes can theoretically achieve very competitive Frame Error Rates. In practice, their performance may depend on the chosen decoding procedure, as well as other parameters of the communication system they are deployed upon. As a consequence, designing efficient polar codes for a specific context can quickly become challenging. In this paper, we introduce a methodology that consists in traini… ▽ More

    Submitted 11 May, 2021; originally announced May 2021.

    Comments: Submitted to ISTC 2021

  11. Rethinking Weight Decay For Efficient Neural Network Pruning

    Authors: Hugo Tessier, Vincent Gripon, Mathieu Léonardon, Matthieu Arzel, Thomas Hannagan, David Bertrand

    Abstract: Introduced in the late 1980s for generalization purposes, pruning has now become a staple for compressing deep neural networks. Despite many innovations in recent decades, pruning approaches still face core issues that hinder their performance or scalability. Drawing inspiration from early work in the field, and especially the use of weight decay to achieve sparsity, we introduce Selective Weight… ▽ More

    Submitted 9 March, 2022; v1 submitted 20 November, 2020; originally announced November 2020.

    Comments: 23 pages, 18 figures, published at Journal of Imaging, update : added new results, rewrite

    Journal ref: Journal of Imaging 8 (2022), no. 3: 64

  12. arXiv:1710.08314  [pdf, other

    cs.IT

    Fast and Flexible Software Polar List Decoders

    Authors: Mathieu Léonardon, Adrien Cassagne, Camille Leroux, Christophe Jégo, Louis-Philippe Hamelin, Yvon Savaria

    Abstract: Flexibility is one mandatory aspect of channel coding in modern wireless communication systems. Among other things, the channel decoder has to support several code lengths and code rates. This need for flexibility applies to polar codes that are considered for control channels in the future 5G standard. This paper presents a new generic and flexible implementation of a software Successive Cancella… ▽ More

    Submitted 23 October, 2017; originally announced October 2017.

    Comments: 11 pages, 7 figures, submitted to Springer Journal of Signal Processing Systems