Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track Image Deltas #20

Open
Micky774 opened this issue Sep 1, 2021 · 1 comment
Open

Track Image Deltas #20

Micky774 opened this issue Sep 1, 2021 · 1 comment

Comments

@Micky774
Copy link
Collaborator

Micky774 commented Sep 1, 2021

Instead of analyzing the raw underlying image (either via GCNNs or other classification/representation strategies), use the deltas between frames -- that is to say, track how much each pixel changes in intensity form one frame to the next. This essentially transforms it into a task regarding modeling the first derivative which is likely a better indicator of motion-based phenotypes and morphologies in the first place. This may make the graph construction unstable, however for tasks such as classification, it may make it entirely unnecessary as well. See implementing a ResNet-style CNN on either individual deltas, or the net delta between first/last frames.

@Micky774
Copy link
Collaborator Author

Furthermore, we can consider employing some form of one-shot or few-shot out-of-distribution detection model on the deltas to detect the temporal signature of significant events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant