From d15bbb74f454c095e791c6c922095bdc5b6e1f8d Mon Sep 17 00:00:00 2001 From: ZhimaoLin Date: Thu, 10 Nov 2022 16:12:37 +0800 Subject: [PATCH] Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 929e75c..aae4ca5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# csc2516-project +# Pain Detection Based on Facial Expression for Older Adults with Dementia -The purpose of this project is to compare the following papers: +The following two papers propose two pain detection algorithms using facial expression. The purpose of this project is to compare those two algorithms: - Unobtrusive Pain Monitoring in Older Adults With Dementia Using Pairwise and Contrastive Training (**main paper**) - Paper link: [https://ieeexplore.ieee.org/document/9298886](https://ieeexplore.ieee.org/document/9298886) - GitHub repo: [https://github.com/TaatiTeam/pain_detection_demo.git](https://github.com/TaatiTeam/pain_detection_demo.git) - PDF: [https://tspace.library.utoronto.ca/bitstream/1807/104048/1/Dementia_Pain_Detection_TSpace.pdf](https://tspace.library.utoronto.ca/bitstream/1807/104048/1/Dementia_Pain_Detection_TSpace.pdf) -- Unobtrusive Pain Monitoring in Older Adults With Dementia Using Pairwise and Contrastive Training (**ExtendedMTL4Pain**) + +- Pain Evaluation in Video using Extended Multitask Learning from Multidimensional Measurements (**ExtendedMTL4Pain**) - Paper link: [https://proceedings.mlr.press/v116/xu20a.html](https://proceedings.mlr.press/v116/xu20a.html) - GitHub repo: [https://github.com/xiaojngxu/ExtendedMTL4Pain.git](https://github.com/xiaojngxu/ExtendedMTL4Pain.git) - PDF: [http://proceedings.mlr.press/v116/xu20a/xu20a.pdf](http://proceedings.mlr.press/v116/xu20a/xu20a.pdf)