18
Colour Feature Extraction for Computer-Aided Art Therapy Tadahiko Kimoto Faculty of Science and Engineering Toyo University, Japan UKSim2020 March 25 th -27 th , 2020 Cambridge University

Colour Feature Extraction for Computer-Aided Art Therapy

  • Upload
    others

  • View
    9

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Colour Feature Extraction for Computer-Aided Art Therapy

Colour Feature Extraction for Computer-Aided Art Therapy

Tadahiko KimotoFaculty of Science and Engineering

Toyo University, Japan

UKSim2020March 25th-27th, 2020Cambridge University

Page 2: Colour Feature Extraction for Computer-Aided Art Therapy

UKSim2020 on 2020/3/25 @CambridgeKimoto 1

Presentation Outline

1. Objective• System framework for psychotherapy

2. Methods• Colour analysis• Psychological colour measure

3. Experiment and results• Using clinical data

4. Summary and future work

Page 3: Colour Feature Extraction for Computer-Aided Art Therapy

Mental therapy

UKSim2020 on 2020/3/25 @CambridgeKimoto 2

Client Therapist

Assessments ofmental state

Features ofdrawings

Cognitive behaviouraltherapy

Drawingtherapy Clinical

treatments

Diagnosis,etc.

Drawings

Numerical values

Subjective judgements

Page 4: Colour Feature Extraction for Computer-Aided Art Therapy

Computer-aided art/drawing therapy

UKSim2020 on 2020/3/25 @CambridgeKimoto 3

Client Therapist

Assessments ofmental state

Features ofdrawings

Cognitive behaviouraltherapy

Drawingtherapy Clinical

treatments

Diagnosis,etc.

Drawings

Applications- AI, etc.

Image analysis- Region- Color

By computer By computer

Numerical values

Objectivequantities

Page 5: Colour Feature Extraction for Computer-Aided Art Therapy

Focus in this study

Client's works: pastel drawings

Features to see in mental therapy: the use of colour in the drawingWhat colour is the drawing?

UKSim2020 on 2020/3/25 @CambridgeKimoto 4

Page 6: Colour Feature Extraction for Computer-Aided Art Therapy

Colour analysis of pastel drawings

1. Extracting a drawing region

2. Determining a representative colour of the extracted region

3. Evaluating the representative colour in terms of colour psychology

UKSim2020 on 2020/3/25 @CambridgeKimoto 5

Page 7: Colour Feature Extraction for Computer-Aided Art Therapy

Step 1: Extracting a drawing region

UKSim2020 on 2020/3/25 @CambridgeKimoto 6

Segmentation intoa drawing region andblank regions

Aiming at excluding blanks from colour analysis

Methods depend on drawing properties.

For pastel drawings, byKato and Kimoto, 2015 Drawing (painted)

region

Ex. scanned pastel drawing

In pastel shades

Surroundingblank

Page 8: Colour Feature Extraction for Computer-Aided Art Therapy

Step 2: Determining a representative colour

Reducing the number of colours in the drawing region

Using a colour clustering method (k++ means)

Making a function of the area ratio r, m(r), that gives the mean colour over r of the entire area- Cluster CLi={ pixels Ri, centroid colour Cti }i=1…N

- By accumulating |Ri| and re-averaging Cti in descending order of |Ri|, m(r) is obtained.

UKSim2020 on 2020/3/25 @CambridgeKimoto 7

Page 9: Colour Feature Extraction for Computer-Aided Art Therapy

Step 3: Psychological measure for colours

Based on psychologicalprimary colours

Def. of a degree of psychological primary (DPP) colour P:

UKSim2020 on 2020/3/25 @CambridgeKimoto 8

( ) 00

0

1 , if,

0, if

d d dda c P

d d

− <= ≥

In L*a*b* uniform colour spaceP0: psychological basic colour

assumed to be nonemotionalc: Colour to be measured

P0

P

c

c’

d0

d

d’

( )0 , 1a c P≤ ≤

Page 10: Colour Feature Extraction for Computer-Aided Art Therapy

Experimental data

Pastel drawings that a client made every month

Assessments of the client's mental state: degrees of mental improvement (DMI) values

47 drawing and DMI-value pairs for four years

UKSim2020 on 2020/3/25 @CambridgeKimoto 9

0.6

0.4

0.2

0

DMI v

alue

101 20 30 40Serial number (Elapsed months in therapy)

Page 11: Colour Feature Extraction for Computer-Aided Art Therapy

Result of region extraction

Example

UKSim2020 on 2020/3/25 @CambridgeKimoto 10

(a) Source image (b) Extracted drawing region

Page 12: Colour Feature Extraction for Computer-Aided Art Therapy

Result of colour representation

Example

UKSim2020 on 2020/3/25 @CambridgeKimoto 11

0 0.5 1 r

50% of area 100% of area

Mean colour for area ratio

Page 13: Colour Feature Extraction for Computer-Aided Art Therapy

Result of psychological colour measure

Using the psychological measure for the mean colour of 100% area to evaluate four degrees

Using tentative values for the psychological primary colour: red, green, blue and yellow; and P0

Results of degree of psychological primary (DPP) colour:

UKSim2020 on 2020/3/25 @CambridgeKimoto 12

0.6

0.4

0.2

0101 20 30 40

Serial number (Elapsed months in therapy)

0.6

0.4

0.2

0101 20 30 40

Serial number (Elapsed months in therapy)

0.6

0.4

0.2

0101 20 30 40

Serial number (Elapsed months in therapy)

0.6

0.4

0.2

0101 20 30 40

Serial number (Elapsed months in therapy)

DPP red DPP green

DPP blue DPP yellow

Page 14: Colour Feature Extraction for Computer-Aided Art Therapy

Mental state classifier (1): modelling

Dataset:{Drawing, DMI value}

{(DPP-red, -green, -blue, -yellow), 3-class mental state}

Classification model:Associating one of 3 classes of mental state with each 4-d feature vector

Neural network modelling

UKSim2020 on 2020/3/25 @CambridgeKimoto 13

Page 15: Colour Feature Extraction for Computer-Aided Art Therapy

Mental state classifier (2): learning

Supervised machine learning- 37 feature vector/class pairs as the training set- 10 pairs randomly chosen as the testing set

Resulting accuracy- 1.0 for the training set- 0.7 for the testing set

UKSim2020 on 2020/3/25 @CambridgeKimoto 14

Page 16: Colour Feature Extraction for Computer-Aided Art Therapy

Summary

A framework of computer-aided art/drawing therapy system: two key points- An activity of a client- Numerical assessments of the client's mental state

Psychological colour measure- Examined with clinical data- Some effectiveness has been proved with the

classifier built by supervised machine learning.

UKSim2020 on 2020/3/25 @CambridgeKimoto 15

Page 17: Colour Feature Extraction for Computer-Aided Art Therapy

Future work

Fixing the tentative values for the psychological primary colours

Time-series analysis of clinical data

Further feature engineering with more clinical data

UKSim2020 on 2020/3/25 @CambridgeKimoto 16

Page 18: Colour Feature Extraction for Computer-Aided Art Therapy

UKSim2020 on 2020/3/25 @CambridgeKimoto 17

Any Questions or Comments?

Thank youfor your kind attention