Anybody knows methods to infer dynamic spatial patterns evaluating signal intensity and topological distribution in 2D from a time lapse recording?

We are biologist and take movies of developmental processes, employing a microscope. We can monitor through time the activation of a particular molecule by increments in the intensity of signal (not on/off but gradual and not limited to single pixels). This occurs in the plane in different positions (xy coordinates) over time (t) and we like to identify if these occurrences follow a specific patterns (temporal or spatial). We can repeat these recordings in different animals and we would like to test how robust it could be any pattern detected. Would it be reproducible?
We do not know how to do this?
I’m not sure if this is the right forum but I will appreciate any help

can you show us such pictures?

1 Like

picture and example please

Thanks for the reply

Mef2GCam_2023_07_31__19_51_44-1-5

The images are huge (movies of 5000 time points).

I’m enclosing 1 gif with a sequence of images (200 time points each) showing different activation patterns. I had to reduce the resolution 5 times to be able to post them. They are much much better.

The idea is to see if in the 5000 time points a pattern is present or if the activation is stochastic. If there is a pattern or if a pattern is generated overtime. then we are in business.

Activation are the lightning flashes that can be observed with a duration of 2-4 time point. They appear in different positions (these are muscles in which signalling by calcium becomes transiently active). The images represent 2 segments of the abdomen of a fly (top and bottom), each one with a full set of muscles

1 Like

Thanks for the reply

Mef2GCam_2023_07_31__19_51_44-1-5

The images are huge (movies of 5000 time points).

I’m enclosing 1 gif with a sequence of images (200 time points each) showing different activation patterns. I had to reduce the resolution 5 times to be able to post them. They are much much better.

The idea is to see if in the 5000 time points a pattern is present or if the activation is stochastic. If there is a pattern or if a pattern is generated overtime. then we are in business.

Activation are the lightning flashes that can be observed with a duration of 2-4 time point. They appear in different positions (these are muscles in which signalling by calcium becomes transiently active). The images represent 2 segments of the abdomen of a fly (top and bottom), each one with a full set of muscles

curious data!

this would take serious statistics, machine learning, deep learning perhaps.

I’d recommend looking for collaboration at your research institution or a nearby one.

I’d also recommend sharing the dataset, if legally feasible.

you’d probably want to reduce the dimensionality first, i.e. go from “soup of pixels” to determining “areas”, each of which lights up as an integral thing.

some segmentation in time and space would give you descriptions of these flashes, their extent in time and space.

you probably know better than I the literature on detecting repeating patterns. if this was halfway regular, I’d say autocorrelation.

you probably don’t just mean repeating patterns but correlations between activations that have some distance in space and time.

there might be literature on this in neuroscience and speech recognition.

there may also be in “process mining”. their situation is that they have “logs” of events and they try to recover an automaton or other temporal description from these logs. this is “squishy”, i.e. the complexity/fidelity of the recovered model can be controlled.

Any further recommendation?

many thanks

Have you make some progress?