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

Discussion: Research topics / directions #25

Open
5 tasks
YoniSchirris opened this issue Apr 7, 2020 · 0 comments
Open
5 tasks

Discussion: Research topics / directions #25

YoniSchirris opened this issue Apr 7, 2020 · 0 comments

Comments

@YoniSchirris
Copy link
Contributor

  • preprocessing
    • Using as few pixels from the video to do prediction (which channels? Which part of the image? e.g. using gradient to find if phone is only partly on, and then take the part where it is on the best)
  • noise reduction
    • making an as clean as possible PPG graph
      • e.g. w/ kalman filters
  • feature engineering
    • finding human-understandable features from the PPG that can be used in knowledge based methods
      • E.g. with FFT feature engineering, then feature selection, then human explainability
  • black-box prediction: compute-heavy
    • Create best possible black-box prediction method
      • e.g. 1d resnet
  • black-box prediction: compute-light
    • Create best possible black-box prediction method that can be run on mobile
      • E.g. mobilenet / squeezenet
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