Skip to main content

Showing 1–2 of 2 results for author: Cipolletta, A

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

    cs.AR cs.CV cs.LG

    Going Further With Winograd Convolutions: Tap-Wise Quantization for Efficient Inference on 4x4 Tile

    Authors: Renzo Andri, Beatrice Bussolino, Antonio Cipolletta, Lukas Cavigelli, Zhe Wang

    Abstract: Most of today's computer vision pipelines are built around deep neural networks, where convolution operations require most of the generally high compute effort. The Winograd convolution algorithm computes convolutions with fewer MACs compared to the standard algorithm, reducing the operation count by a factor of 2.25x for 3x3 convolutions when using the version with 2x2-sized tiles $F_2$. Even tho… ▽ More

    Submitted 26 September, 2022; originally announced September 2022.

    Comments: Accepted at IEEE/ACM MICRO 2022 (1-5 October 2022)

  2. arXiv:2203.03324  [pdf, other

    cs.LG

    Dynamic ConvNets on Tiny Devices via Nested Sparsity

    Authors: Matteo Grimaldi, Luca Mocerino, Antonio Cipolletta, Andrea Calimera

    Abstract: This work introduces a new training and compression pipeline to build Nested Sparse ConvNets, a class of dynamic Convolutional Neural Networks (ConvNets) suited for inference tasks deployed on resource-constrained devices at the edge of the Internet-of-Things. A Nested Sparse ConvNet consists of a single ConvNet architecture containing N sparse sub-networks with nested weights subsets, like a Matr… ▽ More

    Submitted 7 March, 2022; originally announced March 2022.

    Comments: Submitted to the IEEE