REVIEW 4 major objections 4 minor 1 cited by
Topological decoding of grid cell activity via path lifting to covering spaces
T0 review · 4 major / 4 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read The trajectory of a moving animal can be reconstructed from the activity of a single module of grid cells, without external position information or training, by lifting the population activity path from a torus to the plane; the reconstruct
desk verdict A clean, honest empirical paper showing that phase-unwrapping toroidal coordinates recovers local trajectories from a single grid module; the abstract overstates the affine claim in 2D, but the core result is worth engaging with seriously. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Path lifting to a covering space: the torus S¹ × S¹ is covered by the plane R² via the map p(x, y) = ((cos 2πx, sin 2πx), (cos 2πy, sin 2πy)), which tiles the plane into congruent 'tiles'—copies of the torus. A path on the torus lifts, from a chosen starting tile, to a unique path in R², provided each segment between consecutive samples crosses at most one tile boundary in each coordinate. The greedy lifting rule compares consecutive toroidal coordinates: if their difference is below a threshold ε, keep the same tile; otherwise move to the adjacent tile that minimizes the distance. The integer offsets (M_t, N_t) accumulate the tile choices and define the lifted coordinates (θ_x + 2πM_t, θ_y
What would settle it
Take a CAN-simulated trajectory in a 2D environment and deliberately downsample the recorded time points—or speed up the simulated motion—so that the consecutive toroidal angles skip past a tile boundary in at least one coordinate. If the reconstruction error then jumps to the level of random baseline pairs, the greedy lifting rule is the load-bearing assumption; if the error stays low, the method does not actually depend on the nearest-tile premise.
Extended reading notes
Core claim
The paper introduces a two-stage decoding framework. First, persistent cohomology confirms that grid-cell population vectors lie on a torus and assigns each time point a pair of circular coordinates, producing a discrete path on the grid-cell torus. Second, this path is lifted to the plane via the covering map p: R² → S¹ × S¹, which tiles the plane into copies of the torus. Consecutive samples are placed in the same tile if their toroidal coordinates are close; otherwise they are placed in adjacent tiles, with the direction chosen to minimize the distance to the previous lifted point. The resulting lifted path is the reconstructed movement trajectory. In idealized noiseless settings the lift
Load-bearing premise
Between two consecutive time samples, the true path on the torus crosses at most one edge in each coordinate, so that the greedy nearest-tile rule never mistakes a fast crossing for noise or misses a needed tile change.
Editorial extensions
If this is right
- The toroidal organization of grid-cell population activity is functionally relevant: it directly supports path integration without a learned decoder or external positional reference.
- A single grid module—not multiple modules or phase information—is sufficient for local trajectory reconstruction, which narrows the requirements for neural decoding pipelines.
- The method extends to realistic noise: moderate spontaneous firing preserves reconstructions, while noise that destroys the toroidal structure causes failure, setting a clear robustness boundary.
- In one-dimensional environments, the pipeline recovers the topology and geometry of the track across hundreds of runs, suggesting it can serve as a model of how the brain solves the 'teleport' discontinuity problem in virtual navigation.
- Local two-dimensional reconstructions are possible, but global reconstructions fail, indicating that error accumulation in the lift is the main limitation to be addressed.
Reading between the lines
- If the greedy nearest-tile rule is the true mechanism, reconstruction error should grow monotonically with movement speed or with downsampling of the neural time series; this is a direct, testable prediction that the current data only partially address.
- Because the reconstruction is only up to an affine transformation, the method recovers the shape of the environment but not absolute scale or orientation; anchoring the lift to a known landmark or combining two modules with incommensurate scales could fix these factors—an extension the paper mentions but does not explore.
- The method's success on a one-dimensional virtual track and on short 2D segments suggests that interpolation or probabilistic unwrapping could push global 2D reconstructions from local to whole-session accuracy, which would make the framework a candidate for brain-machine interfaces that require continuous spatial awareness.
- The path-lifting framework generalizes beyond grid cells: any neural population whose activity is organized on a torus or other compact manifold with a universal cover could use the same 'unwrap-and-lift' idea to decode internally represented states.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a training-free, topology-based method for reconstructing an animal's movement trajectory from the population activity of a single grid-cell module. The pipeline uses persistent cohomology to confirm toroidal structure and to assign toroidal coordinates to each population vector, then 'lifts' the resulting discrete path on the torus to the plane via a greedy nearest-tile rule. The authors validate the method on continuous-attractor-network simulations (with and without added spontaneous firing) and on two published experimental datasets: a 1D virtual linear track and a 2D open field. For simulations and the 1D recording, reconstruction errors are low and far below random baselines; for the 2D recording, only local 40-second segments are reconstructed accurately, while the global reconstruction fails. The central claim is that the reconstructed path differs from the original by an affine transformation, and that co-modular grid cells therefore carry sufficient information for path integration.
Significance. If the central claim holds, the paper offers a conceptually novel decoding strategy that requires no external position information, no training, and no knowledge of grid phases, and it provides a concrete computational demonstration that a single grid module can support path integration. The simulation results are clean: the correct environment topology is recovered, and reconstruction errors are far below random baselines (z-scores between -5.6 and -8.6). The 1D experimental result (median error 3.6% over 617 runs) is a solid proof-of-concept. The paper ships code and uses public data, which are important strengths. However, the 2D experimental evidence is restricted to local segments and, as discussed below, the 'up to affine' claim is weakened by the per-segment affine fitting procedure.
major comments (4)
- [Section 2.4 / Section 4.3.2] The abstract states that 'reconstructed paths differ from the original by an affine transformation,' but in the 2D experimental analysis the reported errors are computed after fitting a separate 6-DOF affine transformation for each 40-second local segment (Section 4.3.2). The global reconstruction visibly fails (Fig. 7B), so no single affine map is demonstrated to relate the reconstructed path to the true trajectory. For short, smooth segments an affine fit can absorb substantial shape error, so the low mean error (0.120) and the t-test against mismatched pairs (Fig. 7K) do not establish that the toroidal lift recovers metric information beyond a local shape similarity. Please test whether a single affine transformation, fitted on one segment (or on a training set of segments), generalizes to held-out segments; report the reconstruction error under that fixed map, and qualify the abstrac
- [Section 2.1, Eq. (1), footnote 3] The greedy lifting rule assumes that between consecutive time samples the true path on the torus crosses at most one torus edge in each coordinate; otherwise the wrong tile is selected and errors accumulate. The footnote notes this assumption but does not validate it. This is load-bearing: the authors attribute the global 2D failure precisely to such lifting errors (Fig. 8, Section 2.4). Please quantify how often the nearest-tile rule makes a correct decision, using the CAN simulations where the ground-truth lift is known, and show how errors accumulate over time. Without this, it is unclear whether the 1D and local 2D successes reflect a generally valid property of grid-cell paths or favorable sampling conditions.
- [Section 4.3.3] The proximity parameter ε controls every edge-crossing decision in the lift, yet it is selected by an ad-hoc procedure: restrict maximal coordinate differences to [2,2π], reverse their order, and take the value at which the CDF first exceeds α=0.99. No sensitivity analysis is reported for either ε or α. Since the method's ability to distinguish a genuine edge crossing from noise depends on this threshold, please report how reconstruction errors (or the success/failure of toroidal coordinate computation) vary with ε and α, at least for the simulated data. If the results are highly sensitive to these choices, the robustness claims in Section 2.2 need to be substantially qualified.
- [Section 2.4] The 2D experimental analysis is based on a single dataset (rat R, module 1, day 2, OF). The claim that 'local trajectories can be reliably reconstructed' from 2D recordings would be much stronger if the method were applied to additional animals/modules/days from the same public dataset [15]. Given that the global reconstruction fails, the generality of the local result remains uncertain.
minor comments (4)
- [Section 2.4] Typo: 'Accumulated errors of this type can can cause' should read 'can cause'.
- [Section 2.1] The subheading 'F rom grid cell activity to path on a torus' contains a spacing error ('F rom').
- [Reference list] Reference [1] is incomplete ('523 Neural Syst. 2012.' lacks the journal title and page/volume details).
- [Section 2.2 / Table 1] In Table 1, the entries with N/A indicate failure to compute toroidal coordinates, but it is not stated whether these trials were excluded from the summary statistics or from the z-scores in Fig. 4E. Please clarify how failed trials are handled.
Circularity Check
Per-segment affine alignment makes the 'up to affine' claim in 2D partially fitted; the path-lifting pipeline itself is otherwise self-contained.
-
fitted input called prediction
[Section 2.4; Section 4.3.1; Section 4.3.2]
"Using the estimateAffine2D function from the OpenCV package [3], we derived the optimal affine transformation matrix that maps the lifted coordinates to the original trajectory. This transformation is then applied to the entire lifted path, aligning it with the original space and allowing for subsequent calculation of the reconstruction error."
The abstract claims 'The reconstructed paths differ from the original by an affine transformation.' But the affine map used to demonstrate this is not predicted by the algorithm: it is fitted after the fact from the original trajectory, separately for each 40-second local segment in the 2D experimental analysis. After an optimal 6-DOF affine fit, the qualitative statement 'differs by an affine transformation' is true for essentially any segment by construction; only the residual error is informative. The mismatched-pair baseline in Fig. 7K partially controls for this, so the step is not fully circular, but it weakens the central claim as stated.
-
other
[Section 4.3.3]
"To select ε, we first compute the maximal coordinate difference cd_t = max{|θ_t^x − θ_{t+1}^x|, |θ_t^y − θ_{t+1}^y|} for every time point t. We then observe the histogram of the maximal coordinate differences, which ranges from 0 to 2π."
The threshold ε decides exactly which toroidal-coordinate jumps count as edge crossings and trigger a tile change in the lift. It is selected from the same coordinate-difference distribution to which it is then applied, with no independent ground-truth labels of true edge crossings. In the 2D experimental case, where global reconstruction fails and only local segments are reported, this data-derived threshold is part of what makes the local lifts look consistent. This is a fitting/hyperparameter concern rather than a derivation by definition, and the reconstruction errors are still nontrivial, so it does not by itself make the whole pipeline circular.
full rationale
The paper's core pipeline is not circular in the strongest sense: toroidal coordinates come from external persistent-cohomology tools (DREiMac, circular-coordinate algorithms from de Silva et al. and Gardner et al.), and the discrete path lift is deterministic given those coordinates and ε, with no position information or training used to construct the lifted path. The experimental datasets are external, and there is no load-bearing chain of self-citations: the cited toroidal-coordinate and CAN-model work is by other groups, not the present authors. The two genuinely concerning steps are (1) the 'reconstructed paths differ by an affine transformation' claim, which is evaluated only after fitting an optimal affine map from the original trajectory to each reconstructed local segment, especially in 2D where the paper admits 'Globally, the reconstructed path differed in overall shape from the true trajectory'; and (2) the data-dependent selection of ε from the same coordinate differences it is used to threshold. Both reduce part of the reported success to post hoc fitting, but the residual errors after affine alignment and the mismatched-pair baseline still provide independent evidence that local shape is recovered. The central novelty is therefore not circular by construction, but the headline affine claim is overstated as a prediction. Overall score 4: some post-fit and data-fitted elements around the main claim, while the underlying lift approach retains independent content.
Assumptions & free parameters
free parameters (5)
- epsilon (ε) =
data-dependent (selected via CDF threshold α=0.99)
- alpha (α) =
0.99
- histogram lower bound (2 radians) =
2
- persistent cohomology filtration/generator parameters =
chosen by DREiMac or [15] cohomological decoding
- affine transformation parameters (6 DOF) =
fitted per dataset/path
assumptions (5)
- domain assumption Grid cell population activity from a single module is organized on a torus and persistent cohomology reliably detects this torus.
- domain assumption The toroidal coordinates produced by DREiMac/cohomological decoding are a faithful, smoothly varying parameterization of physical space modulo a lattice, and the two coordinates are decorrelated so they can be treated independently.
- standard math The covering map from R^2 to the torus and the path-lifting lemma (Lemma 54.2 [24]) apply; any continuous path on the torus has a unique lift once a starting tile is chosen.
- ad hoc to paper Consecutive time samples are dense enough that the underlying path crosses at most one torus edge in each coordinate between samples; otherwise the greedy lift picks the wrong tile.
- domain assumption The true path does not revisit the same torus point in a way that makes the nearest-tile rule ambiguous (no self-intersection within one lattice period that confuses the lift).
Cite this review
Pith. "Pith review of Topological decoding of grid cell activity via path lifting to covering spaces." pith.science (2026). https://pith.science/paper/CWLA6LRL
@misc{pith2026251016216,
author = {Pith},
title = {Pith review of: Topological decoding of grid cell activity via path lifting to covering spaces},
year = {2026},
howpublished = {\url{https://pith.science/paper/CWLA6LRL}},
note = {Machine review of arXiv:2510.16216}
}
read the original abstract
High-dimensional neural activity often reside in a low-dimensional subspace, referred to as neural manifolds. Grid cells in the medial entorhinal cortex provide a periodic spatial code that are organized near a toroidal manifold, independent of the spatial environment. Due to the periodic nature of its code, it is unclear how the brain utilizes the toroidal manifold to understand its state in a spatial environment. We introduce a novel framework that decodes spatial information from grid cell activity using topology. Our approach uses topological data analysis to extract toroidal coordinates from grid cell population activity and employs path-lifting to reconstruct trajectories in physical space. The reconstructed paths differ from the original by an affine transformation. We validated the method on both continuous attractor network simulations and experimental recordings of grid cells, demonstrating that local trajectories can be reliably reconstructed from a single grid cell module without external position information or training data. These results suggest that co-modular grid cells contain sufficient information for path integration and suggest a potential computational mechanism for spatial navigation.
Figures
Figures from the paper (6 more)
Forward citations
Cited by 1 Pith paper
-
Universal topological statistics on triangulated singular spaces
The expected persistence ratio measure for Čech/Rips complexes of a Poisson sample on any admissible compact C^2-triangulable space converges to the same universal limit as in Euclidean space, independent of geometry ...
Reference graph
Works this paper leans on
-
[15]
Toroidal topology of popu- lation activity in grid cells
Richard J. Gardner, Erik Hermansen, Marius Pachitariu, Yoram Burak, Nils A. Baas, Benjamin A. Dunn, May-Britt Moser, and Edvard I. Moser. “Toroidal topology of popu- lation activity in grid cells”. In:Nature602.7895 (Feb. 2022). Publisher: Nature Publishing Group, pp. 123–128.issn: 1476-4687.doi:10.1038/s41586-021-04268-7
-
[1]
523 Neural Syst
C Barry and D Bush.From A to Z: a potential role for grid cells in spatial navigation. 523 Neural Syst. 2012
2012
-
[2]
Ripser: efficient computation of Vietoris–Rips persistence barcodes
Ulrich Bauer. “Ripser: efficient computation of Vietoris–Rips persistence barcodes”. In: Journal of Applied and Computational Topology5.3 (2021), pp. 391–423
2021
-
[3]
The OpenCV Library
G. Bradski. “The OpenCV Library”. In:Dr. Dobb’s Journal of Software Tools(2000)
2000
-
[4]
Accurate path integration in continuous attractor network models of grid cells
Yoram Burak and Ila R Fiete. “Accurate path integration in continuous attractor network models of grid cells”. In:PLoS computational biology5.2 (2009), e1000291
2009
-
[5]
Using grid cells for nav- igation
Daniel Bush, Caswell Barry, Daniel Manson, and Neil Burgess. “Using grid cells for nav- igation”. In:Neuron87.3 (2015), pp. 507–520
2015
-
[6]
Gunnar Carlsson. “Topology and Data”. In:Bulletin of The American Mathematical So- ciety - BULL AMER MATH SOC46 (Apr. 2009), pp. 255–308.doi:10.1090/S0273- 0979-09-01249-X
doi:10.1090/s0273- 2009
-
[7]
Rishidev Chaudhuri, Berk Ger¸ cek, Biraj Pandey, Adrien Peyrache, and Ila Fiete. “The intrinsic attractor manifold and population dynamics of a canonical cognitive circuit across waking and sleep”. en. In:Nature Neuroscience22.9 (Sept. 2019). Number: 9 Publisher: Nature Publishing Group, pp. 1512–1520.issn: 1546-1726.doi:10.1038/s41593-019- 0460-x
Show all 40 references
-
[8]
Why grid cells function as a metric for space
Suogui Dang, Yining Wu, Rui Yan, and Huajin Tang. “Why grid cells function as a metric for space”. In:Neural Networks142 (2021), pp. 128–137
2021
-
[9]
Persistent homology-a survey
Herbert Edelsbrunner, John Harer, et al. “Persistent homology-a survey”. In:Contempo- rary mathematics453.26 (2008), pp. 257–282
2008
-
[10]
Topological persistence and simplification
Edelsbrunner, Letscher, and Zomorodian. “Topological persistence and simplification”. In: Discrete & computational geometry28 (2002), pp. 511–533
2002
-
[11]
A goal-directed spatial navigation model using forward trajectory planning based on grid cells
U˘ gur M Erdem and Michael Hasselmo. “A goal-directed spatial navigation model using forward trajectory planning based on grid cells”. In:European Journal of Neuroscience 35.6 (2012), pp. 916–931
2012
-
[12]
What Grid Cells Convey about Rat Location
Ila R. Fiete, Yoram Burak, and Ted Brookings. “What Grid Cells Convey about Rat Location”. en. In:Journal of Neuroscience28.27 (July 2008). Publisher: Society for Neu- roscience Section: Articles, pp. 6858–6871.issn: 0270-6474, 1529-2401.doi:10 . 1523 / JNEUROSCI.5684-07.2008
2008
-
[13]
Doeller, and Caswell Barry.Deepinsight: a general framework for interpreting wide-band neural activity
Markus Frey, Sander Tanni, Catherine Perrodin, Alice O’Leary, Matthias Nau, Jack Kelly, Andrea Banino, Christian F. Doeller, and Caswell Barry.Deepinsight: a general framework for interpreting wide-band neural activity. en. Pages: 871848 Section: New Results. Dec. 2019.doi:10....
2019 doi
-
[14]
A spin glass model of path integration in rat medial entorhinal cortex
Mark C Fuhs and David S Touretzky. “A spin glass model of path integration in rat medial entorhinal cortex”. In:Journal of Neuroscience26.16 (2006), pp. 4266–4276
2006
-
[16]
Barcodes: the persistent topology of data
Robert Ghrist. “Barcodes: the persistent topology of data”. In:Bulletin of the American Mathematical Society45.1 (2008), pp. 61–75
2008
-
[17]
Microstructure of a spatial map in the entorhinal cortex
Torkel Hafting, Marianne Fyhn, Sturla Molden, May-Britt Moser, and Edvard I Moser. “Microstructure of a spatial map in the entorhinal cortex”. In:Nature436.7052 (2005), pp. 801–806
2005
-
[18]
Receptive fields and functional architecture of monkey striate cortex
D. H. Hubel and T. N. Wiesel. “Receptive fields and functional architecture of monkey striate cortex”. eng. In:The Journal of Physiology195.1 (Mar. 1968), pp. 215–243.issn: 0022-3751.doi:10.1113/jphysiol.1968.sp008455
1968 doi
-
[19]
Deep learning approaches for neural decoding across architectures and recording modalities
Jesse A Livezey and Joshua I Glaser. “Deep learning approaches for neural decoding across architectures and recording modalities”. In:Briefings in Bioinformatics22.2 (Dec. 2020). eprint: https://academic.oup.com/bib/article-pdf/22/2/1577/36654842/bbaa355.pdf, pp. 1577– 1591.is...
2020 doi
-
[20]
Decoding the Grid Cells for Metric Navigation Using the Residue Numeral System
C´ ecile Masson and Beno ˆ ıt Girard. “Decoding the Grid Cells for Metric Navigation Using the Residue Numeral System”. In:Advances in Cognitive Neurodynamics (II). Ed. by Rubin Wang and Fanji Gu. Dordrecht: Springer Netherlands, 2011, pp. 459–464.isbn: 978-90-481-9695-1
2011
-
[21]
Optimal population codes for space: grid cells outperform place cells
Alexander Mathis, Andreas VM Herz, and Martin Stemmler. “Optimal population codes for space: grid cells outperform place cells”. In:Neural computation24.9 (2012), pp. 2280– 2317
2012
-
[22]
Path integration and the neural basis of the’cognitive map’
Bruce L McNaughton, Francesco P Battaglia, Ole Jensen, Edvard I Moser, and May-Britt Moser. “Path integration and the neural basis of the’cognitive map’”. In:Nature Reviews Neuroscience7.8 (2006), pp. 663–678
2006
-
[23]
A topological deep learning framework for neural spike decoding
Edward C. Mitchell, Brittany Story, David Boothe, Piotr J. Franaszczuk, and Vasileios Maroulas. “A topological deep learning framework for neural spike decoding”. English. In: Biophysical Journal123.17 (Sept. 2024). Publisher: Elsevier, pp. 2781–2789.issn: 0006- 3495, 1542-008...
2024 doi
-
[24]
Munkres.Topology
J. Munkres.Topology. Pearson Modern Classics for Advanced Mathematics Series. Pear- son, 2017.isbn: 9780134689517
2017
-
[25]
Place units in the hippocampus of the freely moving rat
John O’Keefe. “Place units in the hippocampus of the freely moving rat”. In:Experimental Neurology51.1 (Jan. 1976), pp. 78–109.issn: 0014-4886.doi:10.1016/0014-4886(76) 90055-8
1976 doi
-
[26]
Jing-Jie Peng, Beate Throm, Maryam Najafian Jazi, Ting-Yun Yen, Hannah Monyer, and Kevin Allen.Grid cells perform path integration in multiple reference frames during self- motion-based navigation. en. Pages: 2023.12.21.572857 Section: New Results. Dec. 2023. doi:10.1101/2023....
2023 doi
-
[27]
DREiMac: Dimensionality Re- duction with Eilenberg-MacLane Coordinates
Jose A. Perea, Luis Scoccola, and Christopher J. Tralie. “DREiMac: Dimensionality Re- duction with Eilenberg-MacLane Coordinates”. In:Journal of Open Source Software8.91 (2023), p. 5791.doi:10.21105/joss.05791
2023 doi
-
[28]
Decoding of Neural Data Using Coho- mological Feature Extraction
Erik Rybakken, Nils Baas, and Benjamin Dunn. “Decoding of Neural Data Using Coho- mological Feature Extraction”. In:Neural Computation31.1 (Jan. 2019), pp. 68–93.issn: 0899-7667.doi:10.1162/neco_a_01150
2019 doi
-
[29]
Toroidal Coordinates: Decorrelating Circular Coordinates with Lattice Reduction
Luis Scoccola, Hitesh Gakhar, Johnathan Bush, Nikolas Schonsheck, Tatum Rask, Ling Zhou, and Jose A. Perea. “Toroidal Coordinates: Decorrelating Circular Coordinates with Lattice Reduction”. In:LIPIcs, Volume 258, SoCG 2023258 (2023). In collab. with Erin W. Chambers and Joach...
2023 doi
-
[30]
Persistent Cohomology and Circular Coordinates
Vin de Silva, Dmitriy Morozov, and Mikael Vejdemo-Johansson. “Persistent Cohomology and Circular Coordinates”. en. In:Discrete & Computational Geometry45.4 (June 2011), pp. 737–759.issn: 1432-0444.doi:10.1007/s00454-011-9344-x
2011 doi
-
[31]
From grid cells to place cells: a mathematical model
Trygve Solstad, Edvard I Moser, and Gaute T Einevoll. “From grid cells to place cells: a mathematical model”. In:Hippocampus16.12 (2006), pp. 1026–1031
2006
-
[32]
Connecting multiple spatial scales to decode the population activity of grid cells
Martin Stemmler, Alexander Mathis, and Andreas VM Herz. “Connecting multiple spatial scales to decode the population activity of grid cells”. In:Science Advances1.11 (2015), e1500816
2015
-
[33]
A neural-like network approach to residue-to-decimal con- version
Hong Sun and Tian-Ren Yao. “A neural-like network approach to residue-to-decimal con- version”. In:Proceedings of 1994 IEEE International Conference on Neural Networks (ICNN’94). Vol. 6. June 1994, 3883–3887 vol.6.doi:10.1109/ICNN.1994.374831
1994
-
[34]
Efficient neural decoding of self-location with a deep recurrent network
Ardi Tampuu, Tambet Matiisen, H. Freyja ´Olafsd´ ottir, Caswell Barry, and Raul Vicente. “Efficient neural decoding of self-location with a deep recurrent network”. en. In:PLOS Computational Biology15.2 (Feb. 2019). Publisher: Public Library of Science, e1006822. issn: 1553-73...
2019 doi
-
[35]
Head-direction cells recorded from the postsubiculum in freely moving rats. I. Description and quantitative analysis
Jeffrey S Taube, Robert U Muller, and James B Ranck. “Head-direction cells recorded from the postsubiculum in freely moving rats. I. Description and quantitative analysis”. In:Journal of Neuroscience10.2 (1990), pp. 420–435. REFERENCES 33
1990
-
[36]
Ripser. py: A lean persistent homology library for python
Christopher Tralie, Nathaniel Saul, and Rann Bar-On. “Ripser. py: A lean persistent homology library for python”. In:Journal of Open Source Software3.29 (2018), p. 925
2018
-
[37]
Internally Recurring Hippocampal Sequences as a Population Template of Spatiotempo- ral Information
Vincent Villette, Arnaud Malvache, Thomas Tressard, Nathalie Dupuy, and Rosa Cossart. “Internally Recurring Hippocampal Sequences as a Population Template of Spatiotempo- ral Information”. eng. In:Neuron88.2 (Oct. 2015), pp. 357–366.issn: 1097-4199.doi: 10.1016/j.neuron.2015.09.052
2015 doi
-
[38]
One-shot entorhinal maps enable flexible navigation in novel environments
John H Wen, Ben Sorscher, Emily A Aery Jones, Surya Ganguli, and Lisa M Giocomo. “One-shot entorhinal maps enable flexible navigation in novel environments”. In:Nature 635.8040 (2024), pp. 943–950
2024
-
[39]
A Comparison of Neural Decoding Methods and Population Coding Across Thalamo-Cortical Head Direction Cells
Zishen Xu, Wei Wu, Shawn S. Winter, Max L. Mehlman, William N. Butler, Christine M. Simmons, Ryan E. Harvey, Laura E. Berkowitz, Yang Chen, Jeffrey S. Taube, Aaron A. Wilber, and Benjamin J. Clark. “A Comparison of Neural Decoding Methods and Population Coding Across Thalamo-C...
2019
-
[40]
Hyperbolic geometry of the olfactory space
Yuansheng Zhou, Brian H. Smith, and Tatyana O. Sharpee. “Hyperbolic geometry of the olfactory space”. In:Science Advances4.8 (Aug. 2018). Publisher: American Association for the Advancement of Science, eaaq1458.doi:10.1126/sciadv.aaq1458
2018 doi
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.