Skip to main content
  • Original Article
  • Open access
  • Published:

Painting image browser applying an associate-rule-aware multidimensional data visualization technique

Abstract

Exploration of artworks is enjoyable but often time consuming. For example, it is not always easy to discover the favorite types of unknown painting works. It is not also always easy to explore unpopular painting works which looks similar to painting works created by famous artists. This paper presents a painting image browser which assists the explorative discovery of user-interested painting works. The presented browser applies a new multidimensional data visualization technique that highlights particular ranges of particular numeric values based on association rules to suggest cues to find favorite painting images. This study assumes a large number of painting images are provided where categorical information (e.g., names of artists, created year) is assigned to the images. The presented system firstly calculates the feature values of the images as a preprocessing step. Then the browser visualizes the multidimensional feature values as a heatmap and highlights association rules discovered from the relationships between the feature values and categorical information. This mechanism enables users to explore favorite painting images or painting images that look similar to famous painting works. Our case study and user evaluation demonstrates the effectiveness of the presented image browser.

Introduction

The recent evolution of image search technologies realized easy search of painting works. We can search for our favorite painting works by queries with keywords or similar images. This mechanism is effective if we know appropriate words or we have similar images. In other words, other types of mechanisms are desirable when we do not know appropriate query words and also we do not have images similar to our demanded painting works. We may sometimes want to search for our favorite painting works which we do not know the name of artists or created years. Or, we may sometimes want to discover painting works that similarly look like famous painting works. In such situations, interactive and exploratory painting image browsers would be effective to realize flexible and enjoyable processes of painting image search.

Content-based image retrieval (CBIR) techniques have utilized both categorical information such as metadata and annotations of images and numeric information such as feature vectors calculated from pixel values of the images. Image features have been well studied with various visual properties including colors, shapes, and textures. Nowadays, we do not need to design such hand-craft feature spaces while applying deep learning techniques to retrieve user-interested images. But still, hand-craft features are useful when we cannot prepare large training datasets or require intuitive understanding and explanations. Visualization of such feature values is an effective approach to navigate the painting image collections since hand-craft features are understandable and explainable.

Multidimensional data visualization is important for various fields of science and business, and therefore a lot of visualization techniques have been presented. Multidimensional datasets in our daily life often contain numeric, ordinal, and categorical values [1]. For example, datasets of professional baseball players may contain various performance values described as numeric values, and attributes such as positions or names of teams as categorical values. Many studies have applied association rule mining techniques [2] to discover essential relationships among such variables. Multidimensional data visualization techniques are expected to assist in discovering and understanding the relationships among the variables while working with association rule mining techniques.

We present a visualization technique which assists users to visually find association rules from multidimensional datasets. This technique draws a set of parallel axes mapped to numeric variables. The technique also divides the axes into a predefined number of intervals and paints small component bar charts there. It brightly paints the component bar charts if their corresponding ranges of the numeric variables satisfy association rules.

We have also extended the visualization technique as a painting image browser. This application visualizes a painting image dataset which contains images themselves and their multidimensional values. Image features are treated as numeric values while textual attributes of the images are associated as categorical values in this browser. The browser highlights particular ranges of image features if they satisfy association rules. The browser also provides interaction mechanisms to assist users to discover preferable painting images looking at the highlighted association rules.

Association rule and visualization

Several visualization techniques [3, 4] have been presented to realize the representation of association rules. On the other hand, there have been few studies that simultaneously represents the distribution of numeric values as well as confidence and support values of association rules.

The study of visualization technique presented in this paper is inspired by our previous multidimensional data visualization technique [5] which displays multiple low-dimensional spaces as small Parallel Coordinate Plots. The technique applies two types of dimension set selection methods. One of the methods extracts sets of dimensions that have large positive/negative correlations. The other extracts sets of dimensions that satisfy particular association rules with a user-specified categorical variable.

Our previous technique is one of the visualization techniques which represented association rules aggressively. But still, the technique did not clearly represent which ranges of numeric variables satisfy the association rules. We addressed this issue and developed a new visualization technique that highlights the particular ranges of numeric variables that satisfy the association rules.

Image browser and visualization

We extended the presented visualization technique as a painting image browser based on the assumption that the features and annotations of painting images are helpful information to assist users to discover their favorite painting images. In other words, the image browser treats image features as numeric variables while image annotations as categorical variables and then emphatically represents the association rules.

There have been a large number of studies on image browsers. Bederson [6] and Gomi et al. [7] presented typical studies that display hierarchically structured images. These techniques configure the layout of hierarchically structured images by applying space-filling algorithms.

Several techniques for browsing images as unstructured datasets have been also presented. Semantic image browser [8] applies a dimension reduction scheme while D-FLIP [9] applies a force-directed algorithm.

ImageCube [10] supposes that images have multi-dimensional vectors. ImageCube assigns two variables onto horizontal and vertical axes to place a set of images. Users can discover the relationships between the appearances of images and the multidimensional values associated with the images.

Painting image processing

Hand-craft image features for painting works have been well-discussed [11, 12]. Most of the studies have applied combination of various visual properties including color, edge, texture, composition, and feature points to calculate the hand-craft feature values. Such features have been applied to various image processing tasks such as classification and clustering as recent deep learning technologies have been also applied

There have been several studies on browsing software for painting images [13]. In our survey, we did not find any studies focusing on association rules between categorical and numeric information assigned to painting images.

Methods

We present a painting image browser in this paper. This browser applies a multidimensional data visualization technique that navigates into user-interested portions of the input datasets based on association rules. The visualization technique presented in this paper highlights the ranges of numeric variables if they satisfy association rules.

In this section, we firstly describe the data structure and processing flow of the visualization technique. Then, we present the painting image browser as an application of the presented visualization technique. This browser treats annotations as categorical variables while image features as numeric and variables. The browser assists users to explore sets of images while applying association rules as clues of image exploration.

Data structure and process flow

This paper defines that a multidimensional dataset D contains n individuals. Also, the paper supposes individual ai has mv real variables and mc categorical variables. We describe the data structure as follows:

$$\begin{array}{@{}rcl@{}} D= \{a_{1}, a_{2},..., a_{n}\} \\ a_{i}= \{v_{i1}, v_{i2},..., v_{im_{v}}, c_{i1}, c_{i2},..., c_{im_{c}} \} \end{array} $$
(1)

where vij is the jth real variable of the ith individual, and cik is the kth categorical variable of the ith individual.

The processing flow of the presented technique is illustrated in Fig. 1. Figure 1(2) depicts that the technique assigns colors to categorical values of the user-specified variable. It draws a set of axes corresponding to real variables, divides the axes into k intervals, and paints small component bar charts at each range, as shown in Fig. 1(3). The ratios of categorical values are depicted by the component bar charts. The intensity of the component bar charts represents the number of individuals in the ranges corresponding to the component bar chart. Users can understand the support and confidence values of the association rules by observing this representation of component bar charts.

Fig. 1
figure 1

Processing flow of the presented technique. 1 multidimensional datasets. 2 Colors are assigned to each of categorical values. 3 Bar chart are displayed on the evenly divided axes

Association rule mining

This technique finds the combinations of the categorical values and the ranges of numeric variables that satisfy association rules. Here, let A be a particular range of a numeric variable, and B be a particular categorical value. This paper describes an association rule by A and B as follows:

AB or BA

The above definition indicates that many individuals have the categorical value B in the range A.

The technique calculates the support Psup and the confidence Pcon for an arbitrary pair of A and B by the following equations:

$$\begin{array}{@{}rcl@{}} P_{sup}=P(A,B) \\ P_{con}=(B|A) \end{array} $$
(2)

A and B are extracted if both Psup and Pcon are larger than the user-specified thresholds.

The component bar charts corresponding to the ranges that satisfy the above conditions contain large portions of specific categorical values and are painted brightly. It means that our representation of component bar charts depicts how the ranges of numeric variables satisfy association rules.

Thresholds of support and confidence values are interactively adjustable using slider bars in our implementation. In other words, users can adjust the number of ranges satisfying the association rules using the slider bars.

Hand-crafted image features

Due to the evolution of CBIR techniques, image feature design has also been an active research topic. Zhou et al. [14] introduced algorithms and image features for CBIR. Image features include global features based on color, shape, texture, and composition, as well as local features such as scale-invariant feature transform [15]. Such conventional image features are often termed "hand-crafted features". On the contrary, abstract representations of image features constructed by deep neural networks have been recently studied and applied to image retrieval techniques.

We implemented hand-crafted features in this study because we prefer explainable feature values for painting image exploration.

The list of hand-craft features applied in this study is shown in Table 1 (reproduced from ref. [16]). We applied the global features such as colors, edges, and compositions which Wang [17] proposed, in addition to the local image features based on DoG filter, Gabor filter, and local color histogram [18]. We implemented the color temperature score and color weight score as color features since Wang [17] had good results with these features. Color temperature of indicates the feel of warmth or coldness of colors. Color weight indicating the feel of heaviness of color is another criterion in assessing colors. We subjectively supposed these features effective for painting image search. Further, images are decomposed into a pre-defined number of local colors before calculating the temperature and weight for each local color. The number of local colors was three in our study, since we are inspired by ref. [19], in which statistics of three largest segments of a painting are used as features for evaluating its aesthetic quality. In addition, we calculate the line feature from the number of edges extracted by the Hough function. Composition feature is calculated from the saliency model presented by Itti and Koch [20].

Table 1 Image feature applied in this study

Some image features such as color temperature score, color weight score, and line associate the global appearance and impression of painting images. Thus, we treated these features as numeric values while visualizing them. Meanwhile, we apply a clustering algorithm to divide images based on the composition feature. Also, we implemented some local features including Gabor filter, DoG filter, and local histogram since Kuriyama [18] had good results with these features. These local features are also used for the clustering process. Then, the cluster IDs of images are used as categorical variables in our browser. The browser applies a principal component analysis with each of the above image features in order and then generates clusters by the k-means algorithm. The Davies-Bouldin Index [21] is applied to measure the quality of the clustering results and finally specify the optimal number of clusters.

User interface components

The user interface of our painting image browser is shown in Fig. 2. We developed the following four components on the user interface:

Fig. 2
figure 2

Snapshot of our application consisting of four user interface components. 1 Category selection panel (CSP). 2 Association rule control panel (ARCP). 3 Image feature visualization area (IFVA). 4 Painting image display panel (PIDP)

  • Category selection panel (CSP) (Fig. 2(1))

  • Association rule control panel (ARCP) (Fig. 2(2))

  • Image feature visualization area (IFVA) (Fig. 2(3))

  • Painting image display panel (PIDP) (Fig. 2(4))

The IFVA draws component bar charts to visualize the image features as numeric variables. The component bar charts represent the distribution of a categorical variable interactively selected on the CSP as shown in Fig. 3. Radio buttons are featured at the upper part of the panel so that users can interactively select categorical variables. The panel also indicates categorical values and their corresponding colors at the lower part; subsequently, the browser updates the component bar charts in the IFVA.

Fig. 3
figure 3

Categorical variable selection by radio buttons. The color palette displays a list of colors and corresponding categorical values. Component bar charts visualize image feature values

The brightness values of the component bar charts are calculated from the total number of images contained in the corresponding ranges. The widths of the colored subregions in the component bar charts are calculated from the percentage of images belonging to a particular category corresponding to a particular color. Users can easily find major categories of major ranges since the corresponding subregions are brightly and widely painted. Here, the confidence values of the association rules correspond to the widths of the subregions, whereas the support values correspond to the brightness values.

Figure 4 shows that this browser displays a set of painting images on the PIDP when a user clicks on a particular component bar chart. This panel generates multiple tabs to display the painting images. The categorical values of the user-specified categorical variable are associated with the tabs. Painting images are divided based on their categorical values and then displayed on each of the corresponding tabs. Here, the browser sorts the displayed images based on another categorical variable selected by the users on the CSP. The former categorical variable is called “coloring category” while the latter variable is called “sorting category” in this section. Figure 5 shows that the IFVA marks the component bar charts corresponding to the user-selected painting image; these highlights perform as clues for users to find similar images.

Fig. 4
figure 4

Corresponding painting images are displayed according to the click operations of component bar charts

Fig. 5
figure 5

Subranges corresponding to the user-selected painting image are highlighted by orange borderlines

We provide slider bars to control the thresholds of confidence and support values on the ARCP. Also, the component bar charts corresponding to the ranges that do not satisfy any association rules can be deleted. Figure 6 shows the operation of thresholds. The browser highlights the ranges containing many images when a user sets the threshold of the support value larger. Furthermore, it highlights the ranges containing the specific category of many images when the user sets the threshold of confidence value larger.

Fig. 6
figure 6

Threshold adjustment of association rule by using slider bars

Results and discussion

Image collection

We constructed an image collection dataset containing the name of image files, image feature values, clustering results of some image feature values, and annotations including artist name, year of production, and genre of the painting. The dataset contains 858 painting images downloaded from a public domain website [22], which are annotated as “impressionism.”

The variables and annotations contained in the dataset are listed as follows, where the details of the image features are explained in Table 1:

  • Categorical variables

    • Annotations (artist name, year of production, genre of the painting)

    • Clusters (Gabor filter, DoG filter, local histogram, composition)

  • Real variables

    • Color temperature score, color weight score, line score

After measuring the quality of clustering results, we selected the number of clusters with composition as seven, with Gabor filter as six, with DoG filter as seven, and with the local histogram as two.

This dataset is constructed based on our target that we would like to navigate users into the image collections and assist them to discover their favorite images with the following conditions:

  • Discover their favorite painting images, whose names and artists are unknown.

  • Discover unknown paintings that look similar to favorite famous paintings of the users.

Annotations can be good references while image features can act as clues to find their favorite paintings. The presented browser visualizes them to assist users in understanding the properties of their favorite paintings, and reuse this knowledge as clues while exploring the image collections.

Case study

This section introduces a case study with the presented browser and discusses the corresponding actual scenarios. Here, this case study supposes that a user wants to discover preferable painting images with no query words or query images. The image dataset introduced in the previous section was used in this case study.

The user observed the IFVA first of all. The axis on the left end of the IFVA visualizes the color temperature score of the first local color. The images are divided into three types as shown in Fig. 7. Many reddish images belonged to the range (1) while the range (2) contained greenish painting images. The blueish images that the user preferred were in the range (3).

Fig. 7
figure 7

Visualization of color temperature score of the first local colors. Reddish, greenish, and blueish colors correspond to (1), (2), and (3) in this image

The user observed the image features of the blueish images selecting the DoG filter as the coloring category. The browser painted the component bar charts in seven colors that correspond to the seven clusters divided based on the feature values of the DoG filter. The PIDP generated seven tabs associated with the seven clusters and displayed the images in each of the clusters. Example images belonging to clusters 4 and 5 are shown in Fig. 8. The cluster 4 contained many images that have a pale blue background and soft edges. Meanwhile, the cluster 5 contained many images that have vivid colors and clear edges. Alternatively, we could appreciate the painting images based on the user-selected categories as the sorting category on the CSP.

Fig. 8
figure 8

Painting images clustered based on the DoG filter feature values

The user then selected a preferred painting image and searched for others that have similar features. Figure 9 shows that orange borderlines are drawn around the component bar charts corresponding to the ranges of numeric variables to which the selected image belongs. Figure 9 shows the range (4) that contains many images belonging to the cluster 4 corresponding to the large green part in the component bar chart. Also, this range contains a large number of images because the corresponding component bar chart is rendered brightly. This suggests that the cluster 4 satisfies an association rule with this range. Here, the axis of the range (4) represents the color weight score of the third color; this indicates that the range (4) contains images painted in light colors. This result demonstrates that the appearance of IFVA acts as clues to users in discovering the painting images that look similar to their favorite images.

Fig. 9
figure 9

Visual discovery of association rules based on the distribution and the intensity of component bar charts

This browser enables users to explore the set of desired images with their feature values and category information. Thus, users can find their preferable images by comparing the images that have similar features or belong to the same category. Also, the association rules are effective as clues to search for images that are similar to user-interested images.

Experimental method

We conducted a user experiment with 14 female participants, who are graduate students at a women’s university, majoring in computer science. We explained the following task to all the participants: select their own best painting work from the image collection for displaying in a particular room known to all the participants. Further, we provided them with two image browsing software: the proposed browser and ImageCube [10], and instructed the participants to select their own best image. We recorded the final user-selected categorical values and the ranges of numeric values, when the users selected their own best images. Following this task, we directed the participants to evaluate the two browsers based on the five-points Likert scale from the perspectives of “browsing overview,” “narrowing down,” and “comparative browsing.”

We categorized the 858 painting images into X and Y collections randomly, and divided the participants into the following four groups: groups A and B had four participants, whereas the other groups had three participants each. Group A: ImageCube with collection X first, followed by the presented browser with collection Y. Group B: ImageCube with collection Y first, followed by the presented browser with collection X. Group C: Presented browser with collection X first, followed by ImageCube with collection Y. Group D: Presented browser with collection Y first, followed by ImageCube with collection X.

Results and discussion of user evaluation

Figure 10 shows the statistics of user evaluation on “browsing overview,” “narrowing down,” and “comparative browsing.” It indicates that the presented browser received a higher evaluation for “browsing overview” and “comparative browsing.” We received several comments that scatterplot-based image browsers, including ImageCube, often caused visual cluttering because the images are overlapped, making it difficult to overview the image collections. In addition, we received several positive comments, such as “it is helpful in comparing the image features of particular images with others” and “it is easy to understand the number of images in each category,” regarding the color representation of the IFVA. We suppose that this visual representation of the relationship between categorical and numeric values made it easier for users to compare the images in detail. Further, ImageCube received several positive comments such as “scatterplot-based representation of ImageCube makes it easy for us to understand the distribution of numeric values with images.” We suppose that this feature of ImageCube is useful to narrow down the ranges of numeric values by zooming in on the user-interested regions of the visualization space.

Fig. 10
figure 10

User evaluation results of the application for painting image collections

We received several positive comments on association rule representation, such as “it is easy to find particular ranges of numeric values that have an unbalanced distribution of categorical values,” and “it is easy to focus on brightly painted ranges of numeric values that have higher support.” These comments suggest that the representation of confidence and support of association rules of our browser is useful to specify the user-interested regions in the image collections.

However, this evaluation does not ensure the effectiveness of the association rules in assisting the narrowing down operations of image collections. We observed that the association rules were helpful for several participants, whereas they did not work well for others. For example, a participant selected a range of numeric values that had higher brightness and an unbalanced distribution of categorical values, when she selected her own best image. She mentioned that this range was easy to find, and thus expected to find her interested painting works in this range. This result suggests that this participant carefully observed confidence and support values as the criteria to select her own best image. Meanwhile, the ranges selected by some of the other participants did not have higher confidence or support values, suggesting that the association rules could not be effective for some participants.

Conclusion

This study presented a painting image browser for the interactive exploration based on the categorical information assigned to the images and the numeric feature values calculated from the pixel values of images. The browser employs a multidimensional data visualization technique that highlights the ranges of numeric variables that satisfy the association rules. This paper introduced a case study and an experiment of this browser compared with ImageCube [10]. We concluded that the presented browser performed better evaluations on two factors, overview and comparative browsing, rather than ImageCube.

Extended representations of a large number of numeric variables are one of our future issues. The dataset introduced in this paper was easy to be represented using our browser because it included only 10 numeric variables. Dimension selection algorithms may be effective to visualize only meaningful numeric variables in a limited screen space.

Another interesting problem is the reconsideration of image features. Our current implementation employs a clustering algorithm with some image feature values; thus, it could be more effective if we employ newer clustering mechanisms, such as non-supervised learning using deep neural networks.

After improving the implementation of our technique, we would like to validate our technique with larger datasets. We had a case study and experiments with a mid-size of the dataset that had only 858 images, which were limited to paintings by impressionists. We could not find the sufficiently various association rules with the case study because the number of painting images was not sufficiently large, or categories of the images were unbalanced. Therefore, we intend to test our application again after preparing larger datasets containing more variety of painting images.

Availability of data and materials

The dataset applied in this paper is not open but authors can provide on demand.

Abbreviations

ARCP:

Association rule control panel

CBIR:

Content based image retrieval

CSP:

Category selection panel

IFVA:

Image feature visualization area

PIDP:

Painting image display panel

References

  1. Mazza R (2009) Introduction to information visualization. Springer, London.

    Google Scholar 

  2. Fukuda T, Morimoto Y, Morishita S, Tokuyama T (1996) Mining optimized association rules for numeric attributes In: Abstracts of the 15th ACM SIGACT-SIGMOD-SIGART symposium on principles of database systems.. ACM, Montreal. https://doi.org/10.1145/237661.237708.

  3. Fernandes LAF, García ACB (2012) Association rule visualization and pruning through response-style data organization and clustering In: Abstracts of the 13th Ibero-American conference on artificial intelligence.. Springer, Cartagena de Indias. https://doi.org/10.1007/978-3-642-34654-5_8.

    Google Scholar 

  4. Liu GM, Suchitra A, Zhang HJ, Feng ML, Ng SK, Wong L (2012) AssocExplorer: an association rule visualization system for exploratory data analysis In: Abstracts of the 18th ACM SIGKDD international conference on knowledge discovery and data mining.. ACM, Beijing. https://doi.org/10.1145/2339530.2339774.

    Google Scholar 

  5. Itoh T, Kumar A, Klein K, Kim J (2017) High-dimensional data visualization by interactive construction of low-dimensional parallel coordinate plots. J Vis Lang Comput 43:1–13. https://doi.org/10.1016/j.jvlc.2017.03.001.

    Article  Google Scholar 

  6. Bederson BB (2001) PhotoMesa: a zoomable image browser using quantum treemaps and bubblemaps In: Abstracts of the 14th annual ACM symposium on user interface software and technology.. ACM, Orlando. https://doi.org/10.1145/502348.502359.

    Google Scholar 

  7. Gomi A, Miyazaki R, Itoh T, Li J (2008) CAT: a hierarchical image browser using a rectangle packing technique In: Abstracts of the 2008 12th international conference information visualisation.. IEEE, London. https://doi.org/10.1109/IV.2008.8.

    Google Scholar 

  8. Yang J, Fan JP, Hubball D, Gao YL, Luo HZ, Ribarsky W, et al. (2006) Semantic image browser: bridging information visualization with automated intelligent image analysis In: Abstracts of 2006 IEEE symposium on visual analytics science and technology.. IEEE, Baltimore. https://doi.org/10.1109/VAST.2006.261425.

    Google Scholar 

  9. Kitamura Y, Vi CT, Liu GD, Takashima K, Itoh Y, Subramanian S (2013) D-FLIP: dynamic & flexible interactive PhotoShow In: Abstracts of SIGGRAPH Asia 2013 emerging technologies.. ACM, Hong Kong. https://doi.org/10.1145/2542284.2542290.

  10. Zheng YZ, Gomi A, Itoh T (2011) ImageCube: a browser for image collections associated with multi-dimensional datasets In: Abstracts of the 15th international conference on information visualisation.. IEEE, London. https://doi.org/10.1109/IV.2011.61.

    Google Scholar 

  11. Ivanova K, Stanchev P, Velikova E, Vanhoof K, Depaire B, Kannan R, et al. (2010) Features for art painting classification based on vector quantization of MPEG-7 descriptors In: Abstracts of the 2nd international conference on data engineering and management.. Springer, Tiruchirappalli.

    Google Scholar 

  12. Puthenputhussery A, Liu QF, Liu CJ (2016) Color multi-fusion fisher vector feature for fine art painting categorization and influence analysis In: Abstracts of 2016 IEEE winter conference on applications of computer vision.. IEEE, Lake Placid. https://doi.org/10.1109/WACV.2016.7477619.

    Google Scholar 

  13. Lombardi T, Cha SH, Tappert C (2004) A graphical user interface for a fine-art painting image retrieval system In: Abstracts of the 6th ACM SIGMM international workshop on multimedia information retrieval.. ACM, New York. https://doi.org/10.1145/1026711.1026729.

    Google Scholar 

  14. Zhou WG, Li HQ, Tian Q (2017) Recent advance in content-based image retrieval: a literature survey. J Nanjing Univ Inf Sci Technol 9(6):613–634.

    Google Scholar 

  15. Lowe DG (2004) Distinctive image features from scale-invariant keypoints. Int J Comput Vis 60(2):91–110. https://doi.org/10.1023/B:VISI.0000029664.99615.94.

    Article  Google Scholar 

  16. Kaneko A, Komatsu A, Itoh T, Wang FY (2019) An associate-rule-aware multidimensional data visualization technique and its application to painting image collections In: Abstracts of the 2019 23rd international conference information visualisation.. IEEE, Paris. https://doi.org/10.1109/IV.2019.00067.

    Google Scholar 

  17. Wang Y (2014) On the visual similarity analysis and visualization of art image data. Dissertation. University of Sydney.

  18. Kuriyama S (2015) Generating style descriptor of illustrations. J Inf Process Soc Jpn 56(8):1657–1666. https://ipsj.ixsq.nii.ac.jp/ej/index.php?active_action=repository_view_main_item_detail&page_id=13&block_id\\=8\&item_id=144750&item_no=1.

  19. Li CC, Chen T (2009) Aesthetic visual quality assessment of paintings. IEEE J Sel Top Signal Process 3(2):236–252. https://doi.org/10.1109/JSTSP.2009.2015077.

    Article  Google Scholar 

  20. Itti L, Koch C, Niebur E (1998) A model of saliency-based visual attention for rapid scene analysis. IEEE Trans Pattern Anal Mach Intell 20(11):1254–1259. https://doi.org/10.1109/34.730558.

    Article  Google Scholar 

  21. Davies DL, Bouldin DW (1979) A cluster separation measure. IEEE Trans Pattern Anal Mach Intell PAMI 1(2):224–227. https://doi.org/10.1109/TPAMI.1979.4766909.

    Article  Google Scholar 

  22. GATAG. http://free-artworks.gatag.net/(temporarilynon-accessible: checked on 2019/12/10).

Download references

Acknowledgements

We would like to thank to all participants of the user experiment.

Funding

Not applicable.

Author information

Authors and Affiliations

Authors

Contributions

Authors’ contributions

This paper presents a new visualization technique for multidimensional data featuring an association-rule-based data highlighting. There have been several multidimensional data visualization techniques coupled with association rules, but the presented technique is unique because particular portions of multidimensional data are highlighted based on association rules so that users can find characteristic parts of the data. In addition, the application to the painting image browser is unique because it navigates users based on association rules of image features. All authors read and approved the final manuscript.

Authors’ information

Ayaka Kaneko left from the Ph.D. course of Ochanomizu University, Japan, in 2019. Akiko Komatsu is a Ph.D. student of Ochanomizu University. Takayuki Itoh is a full professor of Ochanomizu University. Florence Ying Wang works as visual analytics specialist at CSIRO, Australia.

Corresponding author

Correspondence to Ayaka Kaneko.

Ethics declarations

Ethics approval and consent to participate

We agreed with all participants regarding the process of user experiment.

Consent for publication

We have consents with all co-authors and participants of the user experiment.

Competing interests

Not applicable.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Kaneko, A., Komatsu, A., Itoh, T. et al. Painting image browser applying an associate-rule-aware multidimensional data visualization technique. Vis. Comput. Ind. Biomed. Art 3, 3 (2020). https://doi.org/10.1186/s42492-019-0040-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s42492-019-0040-7

Keywords