classification of the aesthetic value of images based on histogram features by xavier clements &...

10
Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li Acknowledgment: Rahayu Binti A Hamid Goal: Assess feasibility of developing an aesthetic label classifier for abstract images generated by RMIT’s Imagene software. VS. InterestingNot Interesting

Upload: jared-long

Post on 17-Dec-2015

229 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li

Classification of the aesthetic value of images based on histogram features

By Xavier Clements & Tristan PenmanSupervisors: Vic Ciesielski, Xiadong Li

Acknowledgment: Rahayu Binti A Hamid

Goal: Assess feasibility of developing an aesthetic label classifier for abstract images generated by RMIT’s Imagene software.

VS.

InterestingNot Interesting

Page 2: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li

Image Classification

• Classification Algorithms– Support Vector Machines

– Random Committee ensemble algorithm• Random Forest Base classifier

Page 3: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li

Computational Aesthetics / Histogram Features

• Computational Aesthetics– is the analysis of image sets for their aesthetic

value.– Yeowen Wu et al study - “The good, the bad, and

the ugly: Predicting aesthetic image labels” - 2010• Histograms– The use of histogram features was chosen as a way

of attaining a global description of each image, this method having been employed successfully in previous studies (Chapelle et al 1999).

Page 4: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li

Software

• Image Generation – RMIT’s Imagene System

• Feature Extraction– GNU Image Finding Tool (GIFT)

• Data Mining– WEKA 3 Data Mining Software suite (WEKA)• Sequential Minimum Optimization (SMO) algorithm• Random Committee with Random Forest base

(RCRF)classifier

Page 5: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li

Methodology1. Generate 5 Image test sets with RMIT’s Imagene software.

Move each image into either interesting or not interesting directories.

2. Extract features from each image via the GNU Image Finding Tool (GIFT).

3. Unpack binary feature files for each image and merge them into a feature matrix (CSV).

4. Cut down feature matrix to the colour and Gabor histogram attributes.

5. Import histogram feature matrix into WEKA and train SMO and Random Committee classifiers via 10-fold Cross Validation.

Page 6: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li
Page 7: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li
Page 8: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li
Page 9: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li

Results – Imagene Images

Page 10: Classification of the aesthetic value of images based on histogram features By Xavier Clements & Tristan Penman Supervisors: Vic Ciesielski, Xiadong Li

Results / Conclusions

• Random Committee with Random Forest Base Classifier (RCRF) - 94.52%

• SMO - 93.57% • RCRF outperformed the SMO in overall classification, as

well as having higher precision and recall values for the interesting class.

• Conclusion: – The higher than expected classification accuracies ensure

that a classifier (RCRF or SMO) can be used to delineate relatively accurately between interesting and not interesting Imagene images.