Skip to main content

Showing 1–34 of 34 results for author: Masquelier, T

  1. arXiv:2406.11778  [pdf, other

    cs.NE

    Brain-inspired Computational Modeling of Action Recognition with Recurrent Spiking Neural Networks Equipped with Reinforcement Delay Learning

    Authors: Alireza Nadafian, Milad Mozafari, Timothée Masquelier, Mohammad Ganjtabesh

    Abstract: The growing interest in brain-inspired computational models arises from the remarkable problem-solving efficiency of the human brain. Action recognition, a complex task in computational neuroscience, has received significant attention due to both its intricate nature and the brain's exceptional performance in this area. Nevertheless, current solutions for action recognition either exhibit limitati… ▽ More

    Submitted 17 June, 2024; originally announced June 2024.

  2. arXiv:2310.16620  [pdf, other

    cs.NE cs.LG cs.SE

    SpikingJelly: An open-source machine learning infrastructure platform for spike-based intelligence

    Authors: Wei Fang, Yanqi Chen, Jianhao Ding, Zhaofei Yu, Timothée Masquelier, Ding Chen, Liwei Huang, Huihui Zhou, Guoqi Li, Yonghong Tian

    Abstract: Spiking neural networks (SNNs) aim to realize brain-inspired intelligence on neuromorphic chips with high energy efficiency by introducing neural dynamics and spike properties. As the emerging spiking deep learning paradigm attracts increasing interest, traditional programming frameworks cannot meet the demands of the automatic differentiation, parallel computation acceleration, and high integrati… ▽ More

    Submitted 25 October, 2023; originally announced October 2023.

    Comments: Accepted in Science Advances (https://www.science.org/doi/10.1126/sciadv.adi1480)

  3. arXiv:2309.13972  [pdf, ps, other

    cs.SD cs.AI eess.AS

    Audio classification with Dilated Convolution with Learnable Spacings

    Authors: Ismail Khalfaoui-Hassani, Timothée Masquelier, Thomas Pellegrini

    Abstract: Dilated convolution with learnable spacings (DCLS) is a recent convolution method in which the positions of the kernel elements are learned throughout training by backpropagation. Its interest has recently been demonstrated in computer vision (ImageNet classification and downstream tasks). Here we show that DCLS is also useful for audio tagging using the AudioSet classification benchmark. We took… ▽ More

    Submitted 22 November, 2023; v1 submitted 25 September, 2023; originally announced September 2023.

  4. arXiv:2306.17670  [pdf, other

    cs.NE cs.LG

    Learning Delays in Spiking Neural Networks using Dilated Convolutions with Learnable Spacings

    Authors: Ilyass Hammouamri, Ismail Khalfaoui-Hassani, Timothée Masquelier

    Abstract: Spiking Neural Networks (SNNs) are a promising research direction for building power-efficient information processing systems, especially for temporal tasks such as speech recognition. In SNNs, delays refer to the time needed for one spike to travel from one neuron to another. These delays matter because they influence the spike arrival times, and it is well-known that spiking neurons respond more… ▽ More

    Submitted 1 December, 2023; v1 submitted 30 June, 2023; originally announced June 2023.

    Journal ref: ICLR 2024

  5. arXiv:2306.00830  [pdf, ps, other

    cs.SD eess.AS

    Adapting a ConvNeXt model to audio classification on AudioSet

    Authors: Thomas Pellegrini, Ismail Khalfaoui-Hassani, Etienne Labbé, Timothée Masquelier

    Abstract: In computer vision, convolutional neural networks (CNN) such as ConvNeXt, have been able to surpass state-of-the-art transformers, partly thanks to depthwise separable convolutions (DSC). DSC, as an approximation of the regular convolution, has made CNNs more efficient in time and memory complexity without deteriorating their accuracy, and sometimes even improving it. In this paper, we first imple… ▽ More

    Submitted 1 June, 2023; originally announced June 2023.

    Comments: Accepted at INTERSPEECH 2023

  6. arXiv:2306.00817  [pdf, other

    cs.CV cs.AI

    Dilated Convolution with Learnable Spacings: beyond bilinear interpolation

    Authors: Ismail Khalfaoui-Hassani, Thomas Pellegrini, Timothée Masquelier

    Abstract: Dilated Convolution with Learnable Spacings (DCLS) is a recently proposed variation of the dilated convolution in which the spacings between the non-zero elements in the kernel, or equivalently their positions, are learnable. Non-integer positions are handled via interpolation. Thanks to this trick, positions have well-defined gradients. The original DCLS used bilinear interpolation, and thus only… ▽ More

    Submitted 22 September, 2023; v1 submitted 1 June, 2023; originally announced June 2023.

    Comments: Published in ICML 2023 Workshop on Differentiable Almost Everything: Differentiable Relaxations, Algorithms, Operators, and Simulators. 2023

  7. arXiv:2304.12760  [pdf, other

    cs.NE cs.CV

    Parallel Spiking Neurons with High Efficiency and Ability to Learn Long-term Dependencies

    Authors: Wei Fang, Zhaofei Yu, Zhaokun Zhou, Ding Chen, Yanqi Chen, Zhengyu Ma, Timothée Masquelier, Yonghong Tian

    Abstract: Vanilla spiking neurons in Spiking Neural Networks (SNNs) use charge-fire-reset neuronal dynamics, which can only be simulated serially and can hardly learn long-time dependencies. We find that when removing reset, the neuronal dynamics can be reformulated in a non-iterative form and parallelized. By rewriting neuronal dynamics without reset to a general formulation, we propose the Parallel Spikin… ▽ More

    Submitted 9 January, 2024; v1 submitted 25 April, 2023; originally announced April 2023.

    Comments: Accepted in NeurIPS 2023

  8. Optical flow estimation from event-based cameras and spiking neural networks

    Authors: Javier Cuadrado, Ulysse Rançon, Benoît Cottereau, Francisco Barranco, Timothée Masquelier

    Abstract: Event-based cameras are raising interest within the computer vision community. These sensors operate with asynchronous pixels, emitting events, or "spikes", when the luminance change at a given pixel since the last event surpasses a certain threshold. Thanks to their inherent qualities, such as their low power consumption, low latency and high dynamic range, they seem particularly tailored to appl… ▽ More

    Submitted 17 May, 2023; v1 submitted 13 February, 2023; originally announced February 2023.

    Comments: 9 pages, 3 figures and 3 tables, plus Supplementary Materials

  9. arXiv:2210.14151  [pdf, other

    cs.CV cs.AI cs.LG

    Drastically Reducing the Number of Trainable Parameters in Deep CNNs by Inter-layer Kernel-sharing

    Authors: Alireza Azadbakht, Saeed Reza Kheradpisheh, Ismail Khalfaoui-Hassani, Timothée Masquelier

    Abstract: Deep convolutional neural networks (DCNNs) have become the state-of-the-art (SOTA) approach for many computer vision tasks: image classification, object detection, semantic segmentation, etc. However, most SOTA networks are too large for edge computing. Here, we suggest a simple way to reduce the number of trainable parameters and thus the memory footprint: sharing kernels between multiple convolu… ▽ More

    Submitted 23 October, 2022; originally announced October 2022.

  10. arXiv:2112.03740  [pdf, other

    cs.CV cs.AI cs.NE

    Dilated convolution with learnable spacings

    Authors: Ismail Khalfaoui-Hassani, Thomas Pellegrini, Timothée Masquelier

    Abstract: Recent works indicate that convolutional neural networks (CNN) need large receptive fields (RF) to compete with visual transformers and their attention mechanism. In CNNs, RFs can simply be enlarged by increasing the convolution kernel sizes. Yet the number of trainable parameters, which scales quadratically with the kernel's size in the 2D case, rapidly becomes prohibitive, and the training is no… ▽ More

    Submitted 11 May, 2023; v1 submitted 7 December, 2021; originally announced December 2021.

    Comments: Published in The Eleventh International Conference on Learning Representations (ICLR) 2023. (https://openreview.net/forum?id=Q3-1vRh3HOA)

    Journal ref: The Eleventh International Conference on Learning Representations ICLR 2023

  11. arXiv:2109.13751  [pdf, other

    cs.CV cs.AI cs.LG cs.NE

    StereoSpike: Depth Learning with a Spiking Neural Network

    Authors: Ulysse Rançon, Javier Cuadrado-Anibarro, Benoit R. Cottereau, Timothée Masquelier

    Abstract: Depth estimation is an important computer vision task, useful in particular for navigation in autonomous vehicles, or for object manipulation in robotics. Here we solved it using an end-to-end neuromorphic approach, combining two event-based cameras and a Spiking Neural Network (SNN) with a slightly modified U-Net-like encoder-decoder architecture, that we named StereoSpike. More specifically, we… ▽ More

    Submitted 3 November, 2022; v1 submitted 28 September, 2021; originally announced September 2021.

  12. Spiking neural networks trained via proxy

    Authors: Saeed Reza Kheradpisheh, Maryam Mirsadeghi, Timothée Masquelier

    Abstract: We propose a new learning algorithm to train spiking neural networks (SNN) using conventional artificial neural networks (ANN) as proxy. We couple two SNN and ANN networks, respectively, made of integrate-and-fire (IF) and ReLU neurons with the same network architectures and shared synaptic weights. The forward passes of the two networks are totally independent. By assuming IF neuron with rate-cod… ▽ More

    Submitted 30 July, 2022; v1 submitted 27 September, 2021; originally announced September 2021.

    Journal ref: IEEE Access 10 (2022)

  13. arXiv:2108.13621  [pdf, other

    cs.NE cs.AI cs.CV

    Spike time displacement based error backpropagation in convolutional spiking neural networks

    Authors: Maryam Mirsadeghi, Majid Shalchian, Saeed Reza Kheradpisheh, Timothée Masquelier

    Abstract: We recently proposed the STiDi-BP algorithm, which avoids backward recursive gradient computation, for training multi-layer spiking neural networks (SNNs) with single-spike-based temporal coding. The algorithm employs a linear approximation to compute the derivative of the spike latency with respect to the membrane potential and it uses spiking neurons with piecewise linear postsynaptic potential… ▽ More

    Submitted 31 August, 2021; originally announced August 2021.

  14. arXiv:2103.00833  [pdf, ps, other

    cs.AI cs.SD eess.AS

    Fast threshold optimization for multi-label audio tagging using Surrogate gradient learning

    Authors: Thomas Pellegrini, Timothée Masquelier

    Abstract: Multi-label audio tagging consists of assigning sets of tags to audio recordings. At inference time, thresholds are applied on the confidence scores outputted by a probabilistic classifier, in order to decide which classes are detected active. In this work, we consider having at disposal a trained classifier and we seek to automatically optimize the decision thresholds according to a performance m… ▽ More

    Submitted 1 March, 2021; originally announced March 2021.

    Journal ref: IEEE International Conference on Acoustics, Speech and Signal Processing, Jun 2021, Toronto, Canada

  15. arXiv:2102.04159  [pdf, other

    cs.NE

    Deep Residual Learning in Spiking Neural Networks

    Authors: Wei Fang, Zhaofei Yu, Yanqi Chen, Tiejun Huang, Timothée Masquelier, Yonghong Tian

    Abstract: Deep Spiking Neural Networks (SNNs) present optimization difficulties for gradient-based approaches due to discrete binary activation and complex spatial-temporal dynamics. Considering the huge success of ResNet in deep learning, it would be natural to train deep SNNs with residual learning. Previous Spiking ResNet mimics the standard residual block in ANNs and simply replaces ReLU activation laye… ▽ More

    Submitted 21 January, 2022; v1 submitted 8 February, 2021; originally announced February 2021.

    Comments: Accepted by Advances in Neural Information Processing Systems (NeurIPS) 2021

  16. Encrypted Internet traffic classification using a supervised Spiking Neural Network

    Authors: Ali Rasteh, Florian Delpech, Carlos Aguilar-Melchor, Romain Zimmer, Saeed Bagheri Shouraki, Timothée Masquelier

    Abstract: Internet traffic recognition is an essential tool for access providers since recognizing traffic categories related to different data packets transmitted on a network help them define adapted priorities. That means, for instance, high priority requirements for an audio conference and low ones for a file transfer, to enhance user experience. As internet traffic becomes increasingly encrypted, the m… ▽ More

    Submitted 21 July, 2022; v1 submitted 24 January, 2021; originally announced January 2021.

    Comments: 22 pages, 8 figures. Neurocomputing (2022)

    Journal ref: Neurocomputing (2022)

  17. arXiv:2011.06846  [pdf, other

    cs.LG cs.CL cs.SD eess.AS

    Low-activity supervised convolutional spiking neural networks applied to speech commands recognition

    Authors: Thomas Pellegrini, Romain Zimmer, Timothée Masquelier

    Abstract: Deep Neural Networks (DNNs) are the current state-of-the-art models in many speech related tasks. There is a growing interest, though, for more biologically realistic, hardware friendly and energy efficient models, named Spiking Neural Networks (SNNs). Recently, it has been shown that SNNs can be trained efficiently, in a supervised manner, using backpropagation with a surrogate gradient trick. In… ▽ More

    Submitted 13 November, 2020; originally announced November 2020.

    Comments: Accepted to IEEE Spoken Language Technology Workshop 2021

  18. arXiv:2007.05785  [pdf, other

    cs.NE cs.CV cs.LG

    Incorporating Learnable Membrane Time Constant to Enhance Learning of Spiking Neural Networks

    Authors: Wei Fang, Zhaofei Yu, Yanqi Chen, Timothee Masquelier, Tiejun Huang, Yonghong Tian

    Abstract: Spiking Neural Networks (SNNs) have attracted enormous research interest due to temporal information processing capability, low power consumption, and high biological plausibility. However, the formulation of efficient and high-performance learning algorithms for SNNs is still challenging. Most existing learning methods learn weights only, and require manual tuning of the membrane-related paramete… ▽ More

    Submitted 16 August, 2021; v1 submitted 11 July, 2020; originally announced July 2020.

    Comments: Accepted by International Conference on Computer Vision (ICCV) 2021

  19. BS4NN: Binarized Spiking Neural Networks with Temporal Coding and Learning

    Authors: Saeed Reza Kheradpisheh, Maryam Mirsadeghi, Timothée Masquelier

    Abstract: We recently proposed the S4NN algorithm, essentially an adaptation of backpropagation to multilayer spiking neural networks that use simple non-leaky integrate-and-fire neurons and a form of temporal coding known as time-to-first-spike coding. With this coding scheme, neurons fire at most once per stimulus, but the firing order carries information. Here, we introduce BS4NN, a modification of S4NN… ▽ More

    Submitted 6 December, 2021; v1 submitted 8 July, 2020; originally announced July 2020.

  20. arXiv:1911.10124  [pdf, other

    cs.NE cs.LG stat.ML

    Technical report: supervised training of convolutional spiking neural networks with PyTorch

    Authors: Romain Zimmer, Thomas Pellegrini, Srisht Fateh Singh, Timothée Masquelier

    Abstract: Recently, it has been shown that spiking neural networks (SNNs) can be trained efficiently, in a supervised manner, using backpropagation through time. Indeed, the most commonly used spiking neuron model, the leaky integrate-and-fire neuron, obeys a differential equation which can be approximated using discrete time steps, leading to a recurrent relation for the potential. The firing threshold cau… ▽ More

    Submitted 22 November, 2019; originally announced November 2019.

  21. arXiv:1910.09495  [pdf, other

    cs.NE cs.CV cs.LG q-bio.NC

    S4NN: temporal backpropagation for spiking neural networks with one spike per neuron

    Authors: Saeed Reza Kheradpisheh, Timothée Masquelier

    Abstract: We propose a new supervised learning rule for multilayer spiking neural networks (SNNs) that use a form of temporal coding known as rank-order-coding. With this coding scheme, all neurons fire exactly one spike per stimulus, but the firing order carries information. In particular, in the readout layer, the first neuron to fire determines the class of the stimulus. We derive a new learning rule for… ▽ More

    Submitted 13 June, 2020; v1 submitted 21 October, 2019; originally announced October 2019.

    Journal ref: International Journal of Neural Systems 2020

  22. SpykeTorch: Efficient Simulation of Convolutional Spiking Neural Networks with at most one Spike per Neuron

    Authors: Milad Mozafari, Mohammad Ganjtabesh, Abbas Nowzari-Dalini, Timothée Masquelier

    Abstract: Application of deep convolutional spiking neural networks (SNNs) to artificial intelligence (AI) tasks has recently gained a lot of interest since SNNs are hardware-friendly and energy-efficient. Unlike the non-spiking counterparts, most of the existing SNN simulation frameworks are not practically efficient enough for large-scale AI tasks. In this paper, we introduce SpykeTorch, an open-source hi… ▽ More

    Submitted 16 July, 2019; v1 submitted 6 March, 2019; originally announced March 2019.

  23. Deep Learning in Spiking Neural Networks

    Authors: Amirhossein Tavanaei, Masoud Ghodrati, Saeed Reza Kheradpisheh, Timothee Masquelier, Anthony S. Maida

    Abstract: In recent years, deep learning has been a revolution in the field of machine learning, for computer vision in particular. In this approach, a deep (multilayer) artificial neural network (ANN) is trained in a supervised manner using backpropagation. Huge amounts of labeled examples are required, but the resulting classification accuracy is truly impressive, sometimes outperforming humans. Neurons i… ▽ More

    Submitted 20 January, 2019; v1 submitted 22 April, 2018; originally announced April 2018.

    Journal ref: Neural Networks (2018)

  24. Bio-inspired digit recognition using reward-modulated spike-timing-dependent plasticity in deep convolutional networks

    Authors: Milad Mozafari, Mohammad Ganjtabesh, Abbas Nowzari-Dalini, Simon J. Thorpe, Timothée Masquelier

    Abstract: The primate visual system has inspired the development of deep artificial neural networks, which have revolutionized the computer vision domain. Yet these networks are much less energy-efficient than their biological counterparts, and they are typically trained with backpropagation, which is extremely data-hungry. To address these limitations, we used a deep convolutional spiking neural network (D… ▽ More

    Submitted 27 May, 2019; v1 submitted 31 March, 2018; originally announced April 2018.

    Comments: Pattern Recognition (2019)

  25. Optimal localist and distributed coding of spatiotemporal spike patterns through STDP and coincidence detection

    Authors: Timothée Masquelier, Saeed Reza Kheradpisheh

    Abstract: Repeating spatiotemporal spike patterns exist and carry information. Here we investigated how a single spiking neuron can optimally respond to one given pattern (localist coding), or to either one of several patterns (distributed coding, i.e. the neuron's response is ambiguous but the identity of the pattern could be inferred from the response of multiple neurons), but not to random inputs. To do… ▽ More

    Submitted 21 September, 2018; v1 submitted 1 March, 2018; originally announced March 2018.

    Comments: 16 pages, 8 figures

    Journal ref: Front. Comput. Neurosci. 12:74, 2018

  26. Representation Learning using Event-based STDP

    Authors: Amirhossein Tavanaei, Timothee Masquelier, Anthony Maida

    Abstract: Although representation learning methods developed within the framework of traditional neural networks are relatively mature, developing a spiking representation model remains a challenging problem. This paper proposes an event-based method to train a feedforward spiking neural network (SNN) layer for extracting visual features. The method introduces a novel spike-timing-dependent plasticity (STDP… ▽ More

    Submitted 9 March, 2018; v1 submitted 20 June, 2017; originally announced June 2017.

    Journal ref: Neural Networks, vol. 105, pp. 294-303, 2018

  27. First-spike based visual categorization using reward-modulated STDP

    Authors: Milad Mozafari, Saeed Reza Kheradpisheh, Timothée Masquelier, Abbas Nowzari-Dalini, Mohammad Ganjtabesh

    Abstract: Reinforcement learning (RL) has recently regained popularity, with major achievements such as beating the European game of Go champion. Here, for the first time, we show that RL can be used efficiently to train a spiking neural network (SNN) to perform object recognition in natural images without using an external classifier. We used a feedforward convolutional SNN and a temporal coding scheme whe… ▽ More

    Submitted 10 July, 2018; v1 submitted 25 May, 2017; originally announced May 2017.

    Comments: supplementary materials are added, Caltech face/motorbike demonstration figure is updated, some parts of the main manuscript are moved to the supplementary materials, additional network analysis and performance comparison with deep nets are added

    Journal ref: Mozafari, Milad, et al. "First-Spike-Based Visual Categorization Using Reward-Modulated STDP". IEEE Transactions on Neural Networks and Learning Systems (2018). DOI: https://doi.org/10.1109/TNNLS.2018.2826721

  28. Object categorization in finer levels requires higher spatial frequencies, and therefore takes longer

    Authors: Matin N. Ashtiani, Saeed Reza Kheradpisheh, Timothée Masquelier, Mohammad Ganjtabesh

    Abstract: The human visual system contains a hierarchical sequence of modules that take part in visual perception at different levels of abstraction, i.e., superordinate, basic, and subordinate levels. One important question is to identify the "entry" level at which the visual representation is commenced in the process of object recognition. For a long time, it was believed that the basic level had advantag… ▽ More

    Submitted 29 March, 2017; originally announced March 2017.

    Journal ref: Frontiers in Psychology 2017

  29. STDP-based spiking deep convolutional neural networks for object recognition

    Authors: Saeed Reza Kheradpisheh, Mohammad Ganjtabesh, Simon J Thorpe, Timothée Masquelier

    Abstract: Previous studies have shown that spike-timing-dependent plasticity (STDP) can be used in spiking neural networks (SNN) to extract visual features of low or intermediate complexity in an unsupervised manner. These studies, however, used relatively shallow architectures, and only one layer was trainable. Another line of research has demonstrated - using rate-based neural networks trained with back-p… ▽ More

    Submitted 25 December, 2017; v1 submitted 4 November, 2016; originally announced November 2016.

    Journal ref: Neural Networks 2018

  30. STDP allows close-to-optimal spatiotemporal spike pattern detection by single coincidence detector neurons

    Authors: Timothée Masquelier

    Abstract: By recording multiple cells simultaneously, electrophysiologists have found evidence for repeating spatiotemporal spike patterns, which can carry information. How this information is extracted by downstream neurons is unclear. In this theoretical paper, we investigate to what extent a single cell could detect a given spike pattern and what the optimal parameters to do so are, in particular the mem… ▽ More

    Submitted 9 January, 2017; v1 submitted 24 October, 2016; originally announced October 2016.

    Comments: 12 pages, 6 figures, 1 table

    Journal ref: Neuroscience 2017

  31. Acquisition of Visual Features Through Probabilistic Spike-Timing-Dependent Plasticity

    Authors: Amirhossein Tavanaei, Timothee Masquelier, Anthony S Maida

    Abstract: The final version of this paper has been published in IEEEXplore available at http://ieeexplore.ieee.org/document/7727213. Please cite this paper as: Amirhossein Tavanaei, Timothee Masquelier, and Anthony Maida, Acquisition of visual features through probabilistic spike-timing-dependent plasticity. IEEE International Joint Conference on Neural Networks. pp. 307-314, IJCNN 2016. This paper explor… ▽ More

    Submitted 8 November, 2016; v1 submitted 3 June, 2016; originally announced June 2016.

    Comments: IEEE-IJCNN 2016

    Journal ref: 2016 International Joint Conference on Neural Networks

  32. Humans and deep networks largely agree on which kinds of variation make object recognition harder

    Authors: Saeed Reza Kheradpisheh, Masoud Ghodrati, Mohammad Ganjtabesh, Timothée Masquelier

    Abstract: View-invariant object recognition is a challenging problem, which has attracted much attention among the psychology, neuroscience, and computer vision communities. Humans are notoriously good at it, even if some variations are presumably more difficult to handle than others (e.g. 3D rotations). Humans are thought to solve the problem through hierarchical processing along the ventral stream, which… ▽ More

    Submitted 21 April, 2016; originally announced April 2016.

    Journal ref: Frontiers in Computational Neuroscience (2016) 10:92

  33. arXiv:1508.03929  [pdf, other

    cs.CV q-bio.NC

    Deep Networks Can Resemble Human Feed-forward Vision in Invariant Object Recognition

    Authors: Saeed Reza Kheradpisheh, Masoud Ghodrati, Mohammad Ganjtabesh, Timothée Masquelier

    Abstract: Deep convolutional neural networks (DCNNs) have attracted much attention recently, and have shown to be able to recognize thousands of object categories in natural image databases. Their architecture is somewhat similar to that of the human visual system: both use restricted receptive fields, and a hierarchy of layers which progressively extract more and more abstracted features. Yet it is unknown… ▽ More

    Submitted 28 June, 2016; v1 submitted 17 August, 2015; originally announced August 2015.

    Journal ref: Scientific Reports (2016) 6: 32672

  34. Bio-inspired Unsupervised Learning of Visual Features Leads to Robust Invariant Object Recognition

    Authors: Saeed Reza Kheradpisheh, Mohammad Ganjtabesh, Timothée Masquelier

    Abstract: Retinal image of surrounding objects varies tremendously due to the changes in position, size, pose, illumination condition, background context, occlusion, noise, and nonrigid deformations. But despite these huge variations, our visual system is able to invariantly recognize any object in just a fraction of a second. To date, various computational models have been proposed to mimic the hierarchica… ▽ More

    Submitted 28 June, 2016; v1 submitted 15 April, 2015; originally announced April 2015.

    Journal ref: Neurocomputing 205 (2016) 382-392