Skip to main content

Showing 1–2 of 2 results for author: Piantino, S

.
  1. arXiv:1503.03438  [pdf, ps, other

    cs.LG cs.NE stat.ML

    A mathematical motivation for complex-valued convolutional networks

    Authors: Joan Bruna, Soumith Chintala, Yann LeCun, Serkan Piantino, Arthur Szlam, Mark Tygert

    Abstract: A complex-valued convolutional network (convnet) implements the repeated application of the following composition of three operations, recursively applying the composition to an input vector of nonnegative real numbers: (1) convolution with complex-valued vectors followed by (2) taking the absolute value of every entry of the resulting vectors followed by (3) local averaging. For processing real-v… ▽ More

    Submitted 12 December, 2015; v1 submitted 11 March, 2015; originally announced March 2015.

    Comments: 11 pages, 3 figures; this is the retitled version submitted to the journal, "Neural Computation"

    Journal ref: Neural Computation, 28 (5): 815-825, May 2016

  2. arXiv:1412.7580  [pdf, ps, other

    cs.LG cs.DC cs.NE

    Fast Convolutional Nets With fbfft: A GPU Performance Evaluation

    Authors: Nicolas Vasilache, Jeff Johnson, Michael Mathieu, Soumith Chintala, Serkan Piantino, Yann LeCun

    Abstract: We examine the performance profile of Convolutional Neural Network training on the current generation of NVIDIA Graphics Processing Units. We introduce two new Fast Fourier Transform convolution implementations: one based on NVIDIA's cuFFT library, and another based on a Facebook authored FFT implementation, fbfft, that provides significant speedups over cuFFT (over 1.5x) for whole CNNs. Both of t… ▽ More

    Submitted 10 April, 2015; v1 submitted 23 December, 2014; originally announced December 2014.

    Comments: Camera ready for ICLR2015