Flow Equivariant Recurrent Neural Networks - Kempner Institute
Sequence transformations, like visual motion, dominate the world around us, but are poorly handled by current models. We introduce the first flow equivariant models that respect these motion symmetrie...
New in the #DeeperLearningBlog: #KempnerInstitute research fellow @andykeller.bsky.social introduces the first flow equivariant neural networks, which reflect motion symmetries, greatly enhancing generalization and sequence modeling.
bit.ly/451fQ48
#AI #NeuroAI
22.07.2025 13:21 β π 8 π 4 π¬ 0 π 0
(1/7) New preprint from Rajan lab! π§ π€
@ryanpaulbadman1.bsky.social & Riley Simmons-Edler showβthrough cog sci, neuro & ethologyβhow an AI agent with fewer βneuronsβ than an insect can forage, find safety & dodge predators in a virtual world. Here's what we built
Preprint: arxiv.org/pdf/2506.06981
02.07.2025 18:33 β π 94 π 32 π¬ 3 π 2
What shapes the topography of high-level visual cortex?
Excited to share a new pre-print addressing this question with connectivity-constrained interactive topographic networks, titled "Retinotopic scaffolding of high-level vision", w/ Marlene Behrmann & David Plaut.
π§΅ β 1/n
16.06.2025 15:11 β π 67 π 24 π¬ 1 π 0
Are you an RL PhD at Harvard who has had your funding wrecked by the government and working on topics related to multi-agent? Reach out, I am happy to try to find a way to support you.
23.05.2025 00:30 β π 50 π 7 π¬ 1 π 0
Looking forward to presenting our work on cortico-hippocampal coupling and wave-wave interactions as a basis for some core human cognitions
5pm May 6th EST (US)
8am May 7th AEST (Sydney)
Zoom link: columbiacuimc.zoom.us/j/92736430185
Thanks to WaveClub conveners Erfan Zabeh & Uma Mohan
06.05.2025 08:59 β π 19 π 4 π¬ 2 π 0
Itβs another big day for the #KempnerInstitute at @CosyneMeeting! Check out our work highlighted in poster session 3 today! #COSYNE2025
29.03.2025 13:11 β π 12 π 2 π¬ 1 π 0
Such a cool connection!! I never heard of that, but that is an ingenious solution. I will likely use this reference in my future talks and mention your comment if you donβt mind!
12.03.2025 19:26 β π 1 π 0 π¬ 1 π 0
Thanks for reading! Can you explain your thought process here? Imagine a neuron with a receptive field (size of the yellow square) localized to the center of the pentagon. Its input would be entirely white β same as if it were localized to the center of the triangle; and therefore indistinguishable.
11.03.2025 22:51 β π 1 π 0 π¬ 0 π 0
Super interesting thread!
10.03.2025 19:58 β π 38 π 2 π¬ 2 π 1
And not to forget, a huge thanks to all those involved in the work: Lyle Muller, Roberto Budzinski & Demba Ba!! And further thanks to those who advised me and shaped my thoughts on these ideas @wellingmax.bsky.social & Terry Sejnowski. This work would not have been possible without their guidance.
10.03.2025 19:14 β π 3 π 0 π¬ 0 π 0
Traveling waves of neural activity are observed all over the brain. Can they be used to augment neural networks?
I am thrilled to share our new work, "Traveling Waves Integrate Spatial Information Through Time" with @andykeller.bsky.social!
1/13
10.03.2025 16:46 β π 38 π 10 π¬ 2 π 1
Really interesting RNN work.
And based on some spiking simulations I've tinkered with, it seems plausible that PV, CB & CR interneurons can contribute to changing the boundary conditions and the 'elasticity' of the oscillating 'rubber sheet' of cortex (and probably hippocampus and amygdala too). π€
10.03.2025 15:58 β π 10 π 2 π¬ 0 π 0
Overall, we believe this is the first step of many towards creating neural networks with alternative methods of information integration, beyond those that we have currently such as network depth, bottlenecks, or all-to-all connectivity, like in Transformer self-attention.
12/14
10.03.2025 15:33 β π 5 π 0 π¬ 1 π 0
Tables from the paper comparing wave based models and baselines (CNNs and U-Nets) on a variety of semantic segmentation tasks
We found that wave-based models converged much more reliably than deep CNNs, and even outperformed U-Nets with similar numbers parameter when pushed to their limits. We hypothesize that this is due to the parallel processing ability that wave-dynamics confer and other CNNs lack.
11/14
10.03.2025 15:33 β π 6 π 0 π¬ 1 π 0
As a first step towards the answer, we used the Tetris-like dataset and variants of MNIST to compare the semantic segmentation ability of these wave-based models (seen below) with two relevant baselines: Deep CNNs w/ large (full-image) receptive fields, and small U-Nets.
10/14
10.03.2025 15:33 β π 7 π 1 π¬ 1 π 1
Was this just due to using Fourier transforms for semantic readouts, or wave-biased architectures? No! The same models with LSTM dynamics and a linear readout of the hidden-state timeseries still learned waves when trying to semantically segment images of Tetris-like blocks!
8/14
10.03.2025 15:33 β π 5 π 0 π¬ 1 π 0
Plot of five representative frequency bins from the FFT of the dynamics of our wave-RNN on the shape task. We see different shapes pop out in different bins, indicating that they 'sound' different, and allowing the model to uniquely classify each shape. On the right we plot the average FFT for each pixel, separated by each shape, over the whole dataset, showing that different shapes do have measurably different frequency spectra, even in this average case.
Looking at the Fourier transform of the resulting neural oscillations at each point in the hidden state, we then saw that the model learned to produce different frequency spectra for each shape, meaning each neuron really was able to 'hear' which shape it was a part of!
7/14
10.03.2025 15:33 β π 7 π 0 π¬ 1 π 0
We made wave dynamics flexible by adding learned damping and natural frequency encoders, allowing hidden state dynamics to adapt based on the input stimulus. On simple polygon images, we found the model learned to use these parameters to produce shape-specific wave dynamics:
6/14
10.03.2025 15:33 β π 7 π 0 π¬ 2 π 0
Visualization of the input stimuli to our network (left) and the target segmentation labels by color (right). The receptive field of the final layer neurons in our model is plotted as the yellow box, demonstrating that a single neuron has no way to know what shape it may be a part of simply from its local neighborhood, and therefore will require global integration of information over time to solve the task.
To test this, we needed a task; so we opted for semantic segmentation on large images, but crucially with neurons having very small one-step receptive fields. Thus, if we were able to decode global shape information from each neuron, it must be coming from recurrent dynamics.
5/14
10.03.2025 15:33 β π 6 π 0 π¬ 2 π 0
Visualization of the same wave-based RNN on two drums of different sizes (13 and 33 side length respectively). In the middle (in purple) we show the displacement of the drum head at a point just off the center, and (in red) the theoretical fundamental frequency of vibration that we can analytically derive for a square of side length L plotted. On the right we show the Fourier transform of these time-series dynamics, showing the frequency peak in the expected location. This validates we can estimate the size of a drum head from the frequency spectrum of vibration at any point.
We found that, in-line with theory, we could reliably predict the area of the drum analytically by looking at the fundamental frequency of oscillations of each neuron in our hidden state. But is this too simple? How much further can we take it if we add learnable parameters?
4/14
10.03.2025 15:33 β π 6 π 1 π¬ 1 π 0
Inspired by Mark Kacβs famous question, "Can one hear the shape of a drum?" we thought: Maybe a neural network can use wave dynamics to integrate spatial information and effectively "hear" visual shapes... To test this, we tried feeding images of squares to a wave-based RNN:
3/14
10.03.2025 15:33 β π 9 π 1 π¬ 1 π 0
Traveling Waves in Visual Cortex
In this Review, Sato etΒ al. summarize the evidence in favor of traveling waves in
primary visual cortex. The authors suggest that their substrate may lie in long-range
horizontal connections and that ...
Just as ripples in water carry information across a pond, traveling waves of activity in the brain have long been hypothesized to carry information from one region of cortex to another (Sato 2012)*; but how can a neural network actually leverage this information?
* www.cell.com/neuron/fullt...
2/14
10.03.2025 15:33 β π 7 π 1 π¬ 1 π 0
In the physical world, almost all information is transmitted through traveling waves -- why should it be any different in your neural network?
Super excited to share recent work with the brilliant @mozesjacobs.bsky.social: "Traveling Waves Integrate Spatial Information Through Time"
1/14
10.03.2025 15:33 β π 151 π 43 π¬ 3 π 6
New research shows neurons learn to encode and transmit information to other spatially distant neurons through traveling waves. Read more in the #KempnerInstituteβs blog: bit.ly/3DrIPEq
10.03.2025 15:18 β π 7 π 2 π¬ 0 π 0
Protein and coffee lover, father of two, professor of biophysics and sudo scientist at the LinderstrΓΈm-Lang Centre for Protein Science, University of Copenhagen π©π°
predoc @NERF (KU Leuven, VIB, imec)
comp neuro and machine learning
goncalveslab.sites.vib.be/en
CTO of Technology & Society at Google, working on fundamental AI research and exploring the nature and origins of intelligence.
Theoretical neuroscience, machine learning and spin glasses.
Assistant professor at Donders Institute, Nijmegen, The Netherlands.
Website: https://aleingrosso.github.io/
Strengthening African Machine Learning. π #Masakhane #SautiYetu #Masirouna #YΙbΙtumi #XamXamlΓ© #Urunana
CUNY neuroscience PhD candidate. Interested in comp neuroscience, comp social science, causality, and philosophy of science. Previously at UMich[as visiting student]/Stanford/ETH Zurich & UZH/UIUC. Opinions are my own.
Postdoc in the Litwin-Kumar lab at the Center for Theoretical Neuroscience at Columbia University.
I'm interested in multi-tasking and dimensionality.
PhD student in the Object Vision Group at CIMeC, University of Trento. Interested in neuroimaging and object perception. He/him π³οΈβπ
https://davidecortinovis-droid.github.io/
Assistant Professor @UvA_Amsterdam | Cognitive neuroscience, Scene perception, Computational vision | Chair of CCN2025 | www.irisgroen.com
phd student in computational neuroscience, interested in geometric principles of biological & artificial learning || looking for postdoc positions
PhD Candidate with Jakob Hohwy & Adeel Razi
Interested in comp Psych & structure learning
PhD candidate in CogCompNeuro at JLU Giessen
Exploring brains, minds, and worlds π§ ππΊοΈ
https://levandyck.github.io/
Computational neuroscientist at WashU
https://www.hiratanilab.org/
Strengthening Europe's Leadership in AI through Research Excellence | ellis.eu
Computer Vision & Machine Learning
π Pioneer Centre for AI, University of Copenhagen
π https://www.belongielab.org
PostDoc @ Aalborg University and the Pioneer Centre for AI π©π°
Computer vision - mainly in marine environments π
The California Institute of Technology aims to expand human knowledge and benefit society through research integrated with education.
European Research Council, set up by the EU, funds top researchers of any nationality, helping them pursue great ideas at the frontiers of knowledge. #HorizonEU
Officiel profil for KΓΈbenhavns Universitet (oprettet af @kristiangranov.bsky.social for verificering) [inaktiv]