paper-with-me

Papers

Grid Cell Path Integration For Movement-Based Visual Object Recognition

2021-02-17 · Niels Leadholm, Marcus Lewis, Subutai Ahmad

Grid cells enable the brain to model the physical space of the world and navigate effectively via path integration, updating self-position using information from self-movement. Recent proposals suggest that the brain might use similar mechanisms to understand the structure of objects in diverse sensory modalities, including vision. In machine vision, object recognition given a sequence of sensory samples of an image, such as saccades, is a challenging problem when the sequence does not follow a consistent, fixed pattern - yet this is something humans do naturally and effortlessly. We explore how grid cell-based path integration in a cortical network can support reliable recognition of objects given an arbitrary sequence of inputs. Our network (GridCellNet) uses grid cell computations to integrate visual information and make predictions based on movements. We use local Hebbian plasticity rules to learn rapidly from a handful of examples (few-shot learning), and consider the task of recognizing MNIST digits given only a sequence of image feature patches. We compare GridCellNet to k-Nearest Neighbour (k-NN) classifiers as well as recurrent neural networks (RNNs), both of which lack explicit mechanisms for handling arbitrary sequences of input samples. We show that GridCellNet can reliably perform classification, generalizing to both unseen examples and completely novel sequence trajectories. We further show that inference is often successful after sampling a fraction of the input space, enabling the predictive GridCellNet to reconstruct the rest of the image given just a few movements. We propose that dynamically moving agents with active sensors can use grid cell representations not only for navigation, but also for efficient recognition and feature prediction of seen objects.

📄 PDF Abstract BibTeX arXiv:2102.09076

Code (1)

numenta/htmpapers/tree/master/bmvc/grid_cell_path_integration_for_movement_based_visual_object_recognition 공식 구현 pytorch

Tasks

Few-Shot LearningNavigateObject Recognition

Similar Papers 제목 키워드 기반

Grid cells and their potential application in AI

2022-10-12 · Jason Toy

Since their Nobel Prize winning discovery in 2005, grid cells have been studied extensively by neuroscientists. Their multi-scale periodic firing rates tiling the environment as the animal moves around has been shown as …

Grid cell modeling with mapping representation of self-motion for path integration

2021-01-01 · Anonymous

The representation of grid cells in the medial entorhinal cortex (MEC) region is crucial for path integration. In this paper, we proposed a grid cell modeling mechanism by mapping the agent’s self-motion in Euclidean spa…

On Path Integration of Grid Cells: Group Representation and Isotropic Scaling

2020-06-18 · NeurIPS 2021 12 · Ruiqi Gao, Jianwen Xie, Xue-Xin Wei, Song-Chun Zhu 외

Understanding how grid cells perform path integration calculations remains a fundamental problem. In this paper, we conduct theoretical analysis of a general representation model of path integration by grid cells, where …

Dimensionality ReductionPosition

A Representational Model of Grid Cells' Path Integration Based on Matrix Lie Algebras

2020-09-28 · Ruiqi Gao, Jianwen Xie, Xue-Xin Wei, Song-Chun Zhu 외

The grid cells in the mammalian medial entorhinal cortex exhibit striking hexagon firing patterns when the agent navigates in the open field. It is hypothesized that the grid cells are involved in path integration so tha…

Position

Disentangling Fact from Grid Cell Fiction in Trained Deep Path Integrators

2023-12-06 · Rylan Schaeffer, Mikail Khona, Sanmi Koyejo, Ila Rani Fiete

Work on deep learning-based models of grid cells suggests that grid cells generically and robustly arise from optimizing networks to path integrate, i.e., track one's spatial position by integrating self-velocity signals…