Skip to main content

Showing 1–9 of 9 results for author: Hubens, N

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

    cs.CV cs.IR

    A Recipe for Efficient SBIR Models: Combining Relative Triplet Loss with Batch Normalization and Knowledge Distillation

    Authors: Omar Seddati, Nathan Hubens, Stéphane Dupont, Thierry Dutoit

    Abstract: Sketch-Based Image Retrieval (SBIR) is a crucial task in multimedia retrieval, where the goal is to retrieve a set of images that match a given sketch query. Researchers have already proposed several well-performing solutions for this task, but most focus on enhancing embedding through different approaches such as triplet loss, quadruplet loss, adding data augmentation, and using edge extraction.… ▽ More

    Submitted 30 May, 2023; originally announced May 2023.

  2. arXiv:2303.10999  [pdf, other

    cs.CV cs.LG

    Induced Feature Selection by Structured Pruning

    Authors: Nathan Hubens, Victor Delvigne, Matei Mancas, Bernard Gosselin, Marius Preda, Titus Zaharia

    Abstract: The advent of sparsity inducing techniques in neural networks has been of a great help in the last few years. Indeed, those methods allowed to find lighter and faster networks, able to perform more efficiently in resource-constrained environment such as mobile devices or highly requested servers. Such a sparsity is generally imposed on the weights of neural networks, reducing the footprint of the… ▽ More

    Submitted 20 March, 2023; originally announced March 2023.

  3. arXiv:2207.01088  [pdf, other

    cs.LG cs.AI

    FasterAI: A Lightweight Library for Creating Sparse Neural Networks

    Authors: Nathan Hubens

    Abstract: FasterAI is a PyTorch-based library, aiming to facilitate the utilization of deep neural networks compression techniques such as sparsification, pruning, knowledge distillation, or regularization. The library is built with the purpose of enabling quick implementation and experimentation. More particularly, compression techniques are leveraging Callback systems of libraries such as fastai and Pytor… ▽ More

    Submitted 3 July, 2022; originally announced July 2022.

  4. arXiv:2203.05807  [pdf, other

    cs.CV

    Improve Convolutional Neural Network Pruning by Maximizing Filter Variety

    Authors: Nathan Hubens, Matei Mancas, Bernard Gosselin, Marius Preda, Titus Zaharia

    Abstract: Neural network pruning is a widely used strategy for reducing model storage and computing requirements. It allows to lower the complexity of the network by introducing sparsity in the weights. Because taking advantage of sparse matrices is still challenging, pruning is often performed in a structured way, i.e. removing entire convolution filters in the case of ConvNets, according to a chosen pruni… ▽ More

    Submitted 11 March, 2022; originally announced March 2022.

    Comments: 10 pages

  5. arXiv:2201.04042  [pdf, other

    cs.CV

    Towards Lightweight Neural Animation : Exploration of Neural Network Pruning in Mixture of Experts-based Animation Models

    Authors: Antoine Maiorca, Nathan Hubens, Sohaib Laraba, Thierry Dutoit

    Abstract: In the past few years, neural character animation has emerged and offered an automatic method for animating virtual characters. Their motion is synthesized by a neural network. Controlling this movement in real time with a user-defined control signal is also an important task in video games for example. Solutions based on fully-connected layers (MLPs) and Mixture-of-Experts (MoE) have given impres… ▽ More

    Submitted 24 January, 2022; v1 submitted 11 January, 2022; originally announced January 2022.

    Comments: 8 pages, 4 figures, 2 tables, 17th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications - Volume 1: GRAPP, ISBN 978-989-758-555-5, ISSN 2184-4321, pages 286-293

  6. arXiv:2201.03902  [pdf, other

    cs.CV cs.AI eess.SP q-bio.NC

    Where Is My Mind (looking at)? Predicting Visual Attention from Brain Activity

    Authors: Victor Delvigne, Noé Tits, Luca La Fisca, Nathan Hubens, Antoine Maiorca, Hazem Wannous, Thierry Dutoit, Jean-Philippe Vandeborre

    Abstract: Visual attention estimation is an active field of research at the crossroads of different disciplines: computer vision, artificial intelligence and medicine. One of the most common approaches to estimate a saliency map representing attention is based on the observed images. In this paper, we show that visual attention can be retrieved from EEG acquisition. The results are comparable to traditional… ▽ More

    Submitted 11 January, 2022; originally announced January 2022.

  7. An Experimental Study of the Impact of Pre-training on the Pruning of a Convolutional Neural Network

    Authors: Nathan Hubens, Matei Mancas, Bernard Gosselin, Marius Preda, Titus Zaharia

    Abstract: In recent years, deep neural networks have known a wide success in various application domains. However, they require important computational and memory resources, which severely hinders their deployment, notably on mobile devices or for real-time applications. Neural networks usually involve a large number of parameters, which correspond to the weights of the network. Such parameters, obtained wi… ▽ More

    Submitted 15 December, 2021; originally announced December 2021.

    Comments: 7 pages, published at APPIS 2020

  8. arXiv:2107.02086  [pdf, other

    cs.CV cs.AI

    One-Cycle Pruning: Pruning ConvNets Under a Tight Training Budget

    Authors: Nathan Hubens, Matei Mancas, Bernard Gosselin, Marius Preda, Titus Zaharia

    Abstract: Introducing sparsity in a neural network has been an efficient way to reduce its complexity while keeping its performance almost intact. Most of the time, sparsity is introduced using a three-stage pipeline: 1) train the model to convergence, 2) prune the model according to some criterion, 3) fine-tune the pruned model to recover performance. The last two steps are often performed iteratively, lea… ▽ More

    Submitted 3 July, 2022; v1 submitted 5 July, 2021; originally announced July 2021.

    Comments: Accepted at Sparsity in Neural Networks (SNN 2021)

  9. arXiv:1910.03343  [pdf, ps, other

    cs.CV cs.CL cs.LG

    Modulated Self-attention Convolutional Network for VQA

    Authors: Jean-Benoit Delbrouck, Antoine Maiorca, Nathan Hubens, Stéphane Dupont

    Abstract: As new data-sets for real-world visual reasoning and compositional question answering are emerging, it might be needed to use the visual feature extraction as a end-to-end process during training. This small contribution aims to suggest new ideas to improve the visual processing of traditional convolutional network for visual question answering (VQA). In this paper, we propose to modulate by a lin… ▽ More

    Submitted 31 October, 2019; v1 submitted 8 October, 2019; originally announced October 2019.

    Comments: Accepted at NeurIPS 2019 workshop: ViGIL