US20230409671A1 - Method for extracting kansei adjective of product based on principal component analysis and explanation (PCA-E) - Google Patents

Method for extracting kansei adjective of product based on principal component analysis and explanation (PCA-E) Download PDF

Info

Publication number
US20230409671A1
US20230409671A1 US18/204,973 US202318204973A US2023409671A1 US 20230409671 A1 US20230409671 A1 US 20230409671A1 US 202318204973 A US202318204973 A US 202318204973A US 2023409671 A1 US2023409671 A1 US 2023409671A1
Authority
US
United States
Prior art keywords
kansei
adjective
principal component
product
extracting
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US18/204,973
Other versions
US11868432B1 (en
Inventor
Wu Zhao
Xin Guo
Miao Yu
Kai Zhang
Wei Jiang
Chong Jiang
Bing LAI
Yiwei Jiang
Jun Li
Bo Wu
Xingyu CHEN
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan University
Original Assignee
Sichuan University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from CN202210684413.0A external-priority patent/CN115062702B/en
Application filed by Sichuan University filed Critical Sichuan University
Assigned to SICHUAN UNIVERSITY reassignment SICHUAN UNIVERSITY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHEN, XINGYU, LI, JUN, ZHANG, KAI, GUO, XIN, JIANG, Chong, JIANG, WEI, JIANG, Yiwei, WU, BO, LAI, Bing, YU, MIAO, ZHAO, Wu
Publication of US20230409671A1 publication Critical patent/US20230409671A1/en
Application granted granted Critical
Publication of US11868432B1 publication Critical patent/US11868432B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/213Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods
    • G06F18/2135Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods based on approximation criteria, e.g. principal component analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/16Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization

Definitions

  • the present disclosure belongs to the technical field of product design and relates to information extraction in product design, in particular to a method for extracting a kansei adjective of a product based on principal component analysis and explanation (PCA-E).
  • PCA-E principal component analysis and explanation
  • Kansei engineering is a powerful consumer-oriented method to transform consumers' emotions into design features of the product.
  • Kansei engineering proposes to develop products from a user-oriented perspective and has been applied in many fields, such as mobile phone design, car interior design, interface design, home design, residential design, machine design, medical product design, clothing design, and cultural design.
  • the kansei adjectives obtained only through subjective questionnaires will more or less lead to uncertainty in evaluation, thus misleading the research direction of kansei engineering. This is because there is a correlation between the kansei adjectives. If each kansei adjective is analyzed separately, the result is often isolated. Thus, blind reduction of indicators will result in the loss of a lot of useful information, thus yielding wrong conclusions.
  • Principal component analysis is a dimensionality reduction algorithm. It preserves some of the most important features of high-dimensional data and removes noise and unimportant features, thus achieving the purpose of improving data processing speed.
  • each original variable has a certain weight in the principal component, and the distribution of weights (loads) lacks a clear boundary. This makes it impossible to clearly express the original variable represented by the principal component, that is, to clearly explain the meaning of the extracted principal component.
  • PCA-E principal component analysis and explanation
  • an objective of the present disclosure is to provide a method for extracting a kansei adjective of a product based on principal component analysis and explanation (PCA-E) to help designers better screen the kansei adjective.
  • PCA-E principal component analysis and explanation
  • the method for extracting a kansei adjective of a product based on PCA-E includes:
  • V m [ x m , 1 1 ... x m , 1 k ⁇ ⁇ ⁇ x m , n 1 ... x m , n k ] ( 1 )
  • Step S 2 is designed to reduce the dimensionality of the product kansei evaluation vector matrix, such that there is no correlation or weak correlation between the obtained principal components to make the research results more rigorous and reasonable.
  • Step S 21 includes: zero-centering each row in the product kansei evaluation vector matrix V m , that is, subtracting a mean value of each row from each element in the corresponding row in the product kansei evaluation vector matrix V m to obtain a product kansei evaluation vector matrix V′ m after zero-centering.
  • Step S 22 includes: obtaining a variance matrix of the product kansei evaluation vector matrix V′ m after zero-centering:
  • Step S 23 includes: subjecting the variance matrix C to orthogonal decomposition:
  • Step S 24 includes: calculating the cumulative contribution rate after projection in the principal component direction:
  • Step S 3 is designed to obtain the principal component load factor table, and includes:
  • F ij denotes an i-th principal component load factor of a j-th kansei adjective
  • the principal component load factor table mainly includes kansei adjectives (i.e. a pair of antonyms), principal components, and principal component load factors corresponding to the kansei adjectives.
  • Step S 4 is designed to extract the kansei adjectives representing the principal component from the principal component load factor table, and includes: cleaning data in the principal component load factor table, where each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
  • the cleaning data in the principal component load factor table includes:
  • the kansei adjective extraction strategy specifically includes:
  • the extraction can be carried out according to an ascending order of the number of the principal component load factors.
  • the at least two kansei adjectives are semantically similar, that is, the at least two kansei adjectives are synonyms, and the at least two kansei adjectives are easy to be combined into one.
  • the at least two kansei adjectives are not semantically similar, that is, the at least two kansei adjectives are not synonyms, they are quite different in terms of semantic expression, or they are hard to be combined into one.
  • the method for extracting a kansei adjective of a product based on PCA-E has the following beneficial effects:
  • FIG. 1 is a flowchart of a method for extracting a kansei adjective of a product based on PCA-E according to the present disclosure
  • FIG. 2 shows a sample image used in an application example.
  • a method for extracting a kansei adjective of a product based on PCA-E includes the following steps.
  • Kansei adjectives are important for users to describe products. Screening out scientific and reasonable kansei adjectives is of great significance for designers to understand users' emotional needs. In order to explain the relationship between users, kansei evaluation and products, a semantic differential (SD) method is first used to establish a kansei semantic space.
  • SD semantic differential
  • C ⁇ C 1 , C 2 , . . . , C m ⁇ denotes products or product categories to be evaluated, where m denotes a number of the products or product categories.
  • P ⁇ P 1 , P 2 , . . . , P k ⁇ denotes users participating in evaluation, where k denotes a number of the users.
  • K ⁇ K 1 , K 2 , . . . , K n ⁇ denotes a set of preliminarily selected kansei adjectives, where n denotes a number of the kansei adjectives.
  • KW n (kw n ⁇ , kw n + ) denotes a pair of antonyms expressing an attribute of the kansei adjective, where kw n ⁇ and kw n + denotes left and right antonyms, respectively.
  • x m,n k denotes an evaluation score of user P k for kansei adjective K n of product C m .
  • the evaluation of the user P k for n kansei adjectives can be written as:
  • V m k ⁇ x m , 1 k , x m , 2 k , ... , x m , n - 1 k , x m , n k ⁇
  • V m k is taken as a column vector, and the evaluation of k users for the n kansei adjectives of the product C m can be written as:
  • V m [ x m , 1 1 ... x m , 1 k ⁇ ⁇ ⁇ x m , n 1 ... x m , n k ] ( 1 )
  • V m accurately expresses the kansei semantic evaluation of a product by multiple users, which is of great significance for screening the kansei adjectives of the product.
  • each row in the product kansei evaluation vector matrix V m is zero-centered, that is, a mean value of each row is subtracted from each element in the corresponding row in the product kansei evaluation vector matrix V m to obtain a product kansei evaluation vector matrix V′ m after zero-centering.
  • a variance matrix of the product kansei evaluation vector matrix V′m after zero-centering is obtained as follows:
  • step S 23 The covariance matrix obtained in step S 22 is subjected to orthogonal decomposition to obtain eigenvalues and eigenvectors of the covariance matrix.
  • the variance matrix C is subjected to orthogonal decomposition:
  • the eigenvalues are arranged in a descending order, and the eigenvectors of first f principal components with a cumulative contribution rate greater than a first threshold are extracted to form an eigenvector matrix.
  • the cumulative contribution rate after projection in the principal component direction is calculated as follows:
  • a principal component load factor matrix is obtained, and a principal component load factor table is constructed.
  • the principal component load factor matrix is obtained based on principal component eigenvalues and specific vectors.
  • a principal component load factor matrix F is calculated as follows:
  • the principal component load factor table is constructed through the principal component load factor matrix.
  • the principal component load factor table mainly includes kansei adjectives (i.e. a pair of antonyms), principal components, and principal component load factors corresponding to the kansei adjectives.
  • Kansei adjectives representing the principal components are extracted according to a kansei adjective extraction strategy.
  • each kansei adjective corresponds to only one principal component load factor; and according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components are sequentially extracted.
  • the cleaning data in the principal component load factor table includes:
  • the kansei adjective extraction strategy specifically includes:
  • the principal component corresponds to only one kansei adjective: the corresponding kansei adjective is taken as the kansei adjective to represent the principal component, where it can further be explained that the kansei adjective is the only evaluation criterion for the attribute of the kansei adjective.
  • any kansei adjective is selected as the kansei adjective to represent the principal component, where it can further be explained that the kansei adjective is the only evaluation criterion for the attribute of the kansei adjective.
  • the principal component corresponds to at least two kansei adjectives that are not semantically similar: a kansei adjective that is semantically similar to other principal component is removed, and any remaining kansei adjective is selected as the kansei adjective to represent the principal component, where it can further be explained that the evaluation of the principal component needs to consider all factors, and the user can be reminded of focusing on a factor according to a difference in proportion.
  • the at least two kansei adjectives are semantically similar, that is, the at least two kansei adjectives are synonyms, and the at least two kansei adjectives are easy to be combined into one.
  • the at least two kansei adjectives are not semantically similar, that is, the at least two kansei adjectives are not synonyms, they are quite different in terms of semantic expression, or they are hard to be combined into one.
  • the research data of this application example is from Stanford Cars Dataset. This application example is only for the kansei evaluation of a certain car (certain car category). A car image was randomly selected as the product sample, as shown in FIG. 2 . At least 100 kansei adjectives related to the car image were collected. Kansei adjectives with a high coincidence rate were removed, and kansei adjectives with independent meanings were matched to generate a total of 30 pairs of kansei adjectives (pairs of antonyms).
  • the product kansei evaluation vector matrix C m is constructed according to step S 1 in the embodiment.
  • PCA is performed according to step S 2 in the embodiment, and the first seven principal components with a cumulative contribution rate greater than 80% (a first threshold is set to 80%) are extracted according to the eigenvalues.
  • the extraction information of each principal component is shown in Table 2.
  • step S 3 in the embodiment the principal component load factor table is obtained, as shown in Table 3.
  • step S 4 in the embodiment for any principal component in the principal component load factor table, the load factor less than 0.4 (a second threshold is se to 0.4) is removed.
  • the last principal component load factor in the order of the principal components is retained, such that each kansei adjective corresponds to only one principal component load factor, thus avoiding the occurrence of one pair corresponding to multiple principal components.
  • the obtained principal component load factors for corresponding variables are shown in Table 4.
  • the kansei adjectives representing the principal components are extracted.
  • the principal component 5 corresponds to the PCA-E-based kansei adjective extraction strategy (2).
  • the kansei adjectives “female-male” are absolutely dominant, are thus used to denote the principal component 5 .
  • the principal component 5 only focuses on the gender trend of product users.
  • the kansei adjectives “light-bulky” are used to denote the principal component 6 , the principal component 6 only focuses on the complexity of the product structure.
  • the principal component 7 corresponds to the PCA-E-based kansei adjective extraction strategy (3).
  • the two pairs of kansei adjectives (“gorgeous-simple” and “quiet-bright”) have similar load factors, and are semantically close and easy to be combined into one. Therefore, the two pairs of kansei adjectives are combined into “bright-quiet”.
  • the principal component 7 can be interpreted as the brightness of the product.
  • the kansei adjectives “leisure-formal” are used to denote the principal component 3 , the principal component 3 only focuses on the appropriate occasions of the product.
  • the principal components 1 , 2 , and 4 each are formed by multiple kansei adjectives with different semantics and different expressions, and correspond to the PCA-E-based kansei adjective extraction strategy (4).
  • the principal component 1 focuses more on the particularity of the product
  • the principal component 2 focuses more the fashion of the product
  • the principal component 4 focuses more the personality characteristic of the product user.
  • a pair of antonyms is selected to replace and explain the principal component, as shown in Table 5.
  • the attributes of the kansei adjectives are obtained according to the definition of the kansei adjectives.
  • the present disclosure obtains the kansei evaluation matrix, extracts the principal components of the kansei adjectives through PCA, and explains the specific meaning of each evaluation dimension based on the principal component load factor to help users evaluate the product.
  • the present disclosure optimizes the screening process of the kansei adjectives, and has potential value for the research and application of kansei engineering and product design.

Abstract

A method for extracting a kansei adjective of a product based on principal component analysis and explanation (PCA-E) includes constructing a product kansei evaluation vector matrix through original kansei adjectives; performing dimensionality reduction through PCA; and determining, based on principal component load factors, kansei adjectives representing principal components. In this way, the kansei adjectives extracted are explanatory to help users understand the selected kansei adjectives and make accurate evaluation.

Description

    CROSS REFERENCES TO THE RELATED APPLICATIONS
  • This application is a continuation of PCT/CN2022/125338 filed on Oct. 14, 2022, which is based on and claims foreign priority to Chinese Patent Application No. 202210684413.0 filed on Jun. 16, 2022, the entire content of which are incorporated herein by reference.
  • TECHNICAL FIELD
  • The present disclosure belongs to the technical field of product design and relates to information extraction in product design, in particular to a method for extracting a kansei adjective of a product based on principal component analysis and explanation (PCA-E).
  • BACKGROUND
  • At present, it is widely believed that one of the main concerns of product design is to meet the emotional needs of users, rather than the specific practicality of the product. Therefore, kansei design has received widespread attention in the industry and academia. User-oriented design is increasingly recognized by users, and users prefer product design that meets their psychological needs. Research shows that pleasant products are used more frequently, and future purchase choices will be affected by the degree of pleasure in product use. The user's perception of the product largely depends on the design features of the product (including form, color, material, etc.), and the product that meets the user's emotional needs is crucial to the company's success. Therefore, it is necessary to study consumers' subjective perceptions of product design.
  • Founded in 1970 by Hiroshima University's Mitsuo Nagamachi, kansei engineering is a powerful consumer-oriented method to transform consumers' emotions into design features of the product. Kansei engineering proposes to develop products from a user-oriented perspective and has been applied in many fields, such as mobile phone design, car interior design, interface design, home design, residential design, machine design, medical product design, clothing design, and cultural design.
  • In the research based on kansei engineering, the first and most important point is to consider the kansei attributes of the product and obtain the user's kansei evaluation of the product. Due to traditional and practical reasons, users' perception of product design features is usually extracted through kansei adjectives. There is no doubt that effective identification of kansei adjectives from a large number of adjectives and collection of users' psychological feelings about design features is important to the research based on kansei engineering. In the previous research based on kansei engineering, factor analysis and cluster analysis were commonly used to identify effective kansei adjectives based on a large number of questionnaire data. This process requires the active participation of users, which is costly, time-consuming, knowledge-intensive, and labor-intensive. Moreover, the kansei adjectives obtained only through subjective questionnaires will more or less lead to uncertainty in evaluation, thus misleading the research direction of kansei engineering. This is because there is a correlation between the kansei adjectives. If each kansei adjective is analyzed separately, the result is often isolated. Thus, blind reduction of indicators will result in the loss of a lot of useful information, thus yielding wrong conclusions.
  • Therefore, a reasonable method is needed to minimize the loss of information while reducing the kansei adjectives and using fewer kansei adjectives to represent the information of various variables to achieve the purpose of dimensionality reduction. Principal component analysis (PCA) is a dimensionality reduction algorithm. It preserves some of the most important features of high-dimensional data and removes noise and unimportant features, thus achieving the purpose of improving data processing speed. However, each original variable has a certain weight in the principal component, and the distribution of weights (loads) lacks a clear boundary. This makes it impossible to clearly express the original variable represented by the principal component, that is, to clearly explain the meaning of the extracted principal component. In view of this, the present disclosure proposes a method for extracting a kansei adjective of a product based on principal component analysis and explanation (PCA-E) dimensionality reduction algorithm to help designers better screen the kansei adjective.
  • SUMMARY
  • In order to solve the problem of the prior art that product design and evaluation are affected due to information loss caused by the reduction of kansei adjectives, an objective of the present disclosure is to provide a method for extracting a kansei adjective of a product based on principal component analysis and explanation (PCA-E) to help designers better screen the kansei adjective.
  • To achieve the foregoing objective, the present disclosure adopts the following technical solution:
  • The method for extracting a kansei adjective of a product based on PCA-E includes:
      • S1: constructing a product kansei evaluation vector matrix;
      • S2: subjecting the product kansei evaluation vector matrix to dimensionality reduction based on principal components:
      • S21: zero-centering each row in the product kansei evaluation vector matrix;
      • S22: obtaining a covariance matrix of the product kansei evaluation vector matrix after zero-centering;
      • S23: subjecting the covariance matrix obtained in step S22 to orthogonal decomposition to obtain eigenvalues and eigenvectors of the covariance matrix; and
      • S24: arranging the eigenvalues in a descending order, and extracting the eigenvectors of first f principal components with a cumulative contribution rate greater than a first threshold to form an eigenvector matrix;
      • S3: obtaining a principal component load factor matrix, and constructing a principal component load factor table; and
      • S4: extracting kansei adjectives representing the principal components according to a kansei adjective extraction strategy.
      • Step S1 includes: constructing the product kansei evaluation vector matrix according to kansei evaluation vectors of different users for a same product or same product category;
      • where, the product kansei evaluation vector matrix constructed for an m-th product or product category Cm is as follows:
  • V m = [ x m , 1 1 x m , 1 k x m , n 1 x m , n k ] ( 1 )
      • where, Xm,n k denotes an evaluation score of a user Pk for an n-th kansei adjective Kn of the product or product category Cm; m, n, and k are integers; a common evaluation criterion for the product kansei evaluation vector matrix Vm is a 5-, 7- or 9-point Likert scale; KWn=(kwn , kwn +) denotes a pair of antonyms for expressing an attribute of the kansei adjective Kn, where kwn and kwn denote left and right antonyms, respectively.
  • Step S2 is designed to reduce the dimensionality of the product kansei evaluation vector matrix, such that there is no correlation or weak correlation between the obtained principal components to make the research results more rigorous and reasonable.
  • Step S21 includes: zero-centering each row in the product kansei evaluation vector matrix Vm, that is, subtracting a mean value of each row from each element in the corresponding row in the product kansei evaluation vector matrix Vm to obtain a product kansei evaluation vector matrix V′m after zero-centering.
  • Step S22 includes: obtaining a variance matrix of the product kansei evaluation vector matrix V′m after zero-centering:
  • C = 1 n V m V m T ( 2 )
      • where, n denotes a total number of kansei adjectives.
  • Step S23 includes: subjecting the variance matrix C to orthogonal decomposition:
  • C = P λ P T ( 3 )
  • where, Δ=diag (λ1, λ2, . . . , λn), λi (i=1,2,3, . . . ,n), denotes eigenvalues of the variance matrix C, which are arranged in a descending order from λ1 to λn; and P=[P1, P2, . . . , Pn], Pi(i=1,2,3, . . . , n), denotes a feature column vector corresponding to λi, and the feature column vector is referred to as an i-th principal component direction.
  • Step S24 includes: calculating the cumulative contribution rate after projection in the principal component direction:
  • θ = ( i = 1 f λ i ) / ( i = 1 n λ i ) , ( 4 )
      • and
      • extracting, according to the set first threshold, the first f eigenvectors to form an eigenvector matrix P′, P′=[P1, P2, . . . , Pf], f<n.
  • Step S3 is designed to obtain the principal component load factor table, and includes:
      • S31: obtaining the principal component load factor matrix based on principal component eigenvalues and specific vectors; and
      • S32: constructing the principal component load factor table through the principal component load factor matrix;
      • Step S31 includes: calculating a principal component load factor matrix F:
  • F ij = λ i p ij ( 5 )
  • where, Fij denotes an i-th principal component load factor of a j-th kansei adjective; pij denotes a j-th element in an eigenvector Pi; i=1,2,3, . . . , f; and j=1,2,3, . . . , n.
  • In step S32, the principal component load factor table mainly includes kansei adjectives (i.e. a pair of antonyms), principal components, and principal component load factors corresponding to the kansei adjectives.
  • Step S4 is designed to extract the kansei adjectives representing the principal component from the principal component load factor table, and includes: cleaning data in the principal component load factor table, where each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
  • The cleaning data in the principal component load factor table includes:
      • (1) eliminating a principal component load factor less than a second threshold in the principal component load factor table; and
      • (2) retaining a last principal component load factor of a kansei adjective in an order of the principal components.
  • Further, when the kansei adjectives representing the principal components are extracted according to the kansei adjective extraction strategy, corresponding explanations are given to obtain key explanatory kansei adjectives.
  • The kansei adjective extraction strategy specifically includes:
      • (1) if the corresponding principal component load factor of the kansei adjective is less than 0: exchanging the left and right antonyms of the kansei adjective in position, screening according to strategies (2) to (4), and further explaining;
      • (2) if the principal component corresponds to only one kansei adjective: taking the corresponding kansei adjective as the kansei adjective to represent the principal component, where it can further be explained that the kansei adjective is the only evaluation criterion for the attribute of the kansei adjective;
      • (3) if the principal component corresponds to at least two kansei adjectives that are semantically similar: selecting any kansei adjective as the kansei adjective to represent the principal component, where it can further be explained that the kansei adjective is the only evaluation criterion for the attribute of the kansei adjective; and
      • (4) if the principal component corresponds to at least two kansei adjectives that are not semantically similar: removing a kansei adjective that is semantically similar to another principal component, and selecting any remaining kansei adjective as the kansei adjective to represent the principal component, where it can further be explained that the evaluation of the principal component needs to consider all factors, and even the user can be reminded of focusing on a factor according to a difference in proportion.
  • When the kansei adjective extraction strategy is used, the extraction can be carried out according to an ascending order of the number of the principal component load factors.
  • The at least two kansei adjectives are semantically similar, that is, the at least two kansei adjectives are synonyms, and the at least two kansei adjectives are easy to be combined into one.
  • The at least two kansei adjectives are not semantically similar, that is, the at least two kansei adjectives are not synonyms, they are quite different in terms of semantic expression, or they are hard to be combined into one.
  • In the present disclosure, the method for extracting a kansei adjective of a product based on PCA-E has the following beneficial effects:
      • (1) The present disclosure constructs the product kansei evaluation vector matrix through the original kansei adjectives, performs dimensionality reduction through the PCA, and determines the kansei adjectives representing each principal component based on the principal component load factor. In this way, the kansei adjectives extracted by the present disclosure are explanatory to help users understand the selected kansei adjectives and make an accurate evaluation.
      • (2) The present disclosure can be realized based on fewer evaluation samples, greatly reducing labor costs.
      • (3) The present disclosure can be expanded to deal with a large scale of original kansei adjectives.
      • (4) The present disclosure optimizes the screening process of kansei adjectives based on the PCA and kansei adjective extraction strategy, and has potential value for the research and application of kansei engineering and product design.
    BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a flowchart of a method for extracting a kansei adjective of a product based on PCA-E according to the present disclosure; and
  • FIG. 2 shows a sample image used in an application example.
  • DETAILED DESCRIPTION OF THE EMBODIMENTS
  • The technical solutions in the embodiments of the present disclosure are clearly and completely described below with reference to the drawings. Apparently, the described embodiments are merely some rather than all of the embodiments of the present disclosure. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present disclosure without creative efforts shall fall within the present disclosure.
  • EMBODIMENT
  • As shown in FIG. 1 , in this embodiment, a method for extracting a kansei adjective of a product based on PCA-E includes the following steps.
  • S1. A product kansei evaluation vector matrix is constructed.
  • Kansei adjectives are important for users to describe products. Screening out scientific and reasonable kansei adjectives is of great significance for designers to understand users' emotional needs. In order to explain the relationship between users, kansei evaluation and products, a semantic differential (SD) method is first used to establish a kansei semantic space.
  • 1) C={C1, C2, . . . , Cm} denotes products or product categories to be evaluated, where m denotes a number of the products or product categories.
  • 2) P={P1, P2, . . . , Pk} denotes users participating in evaluation, where k denotes a number of the users.
  • 3) K={K1, K2, . . . , Kn} denotes a set of preliminarily selected kansei adjectives, where n denotes a number of the kansei adjectives.
  • 4) KWn=(kwn , kwn +) denotes a pair of antonyms expressing an attribute of the kansei adjective, where kwn and kwn + denotes left and right antonyms, respectively.
  • 5) V={V1, V2, . . . , Vg} denotes users' evaluation scores of a kansei adjective of a product, where g denotes a point number of a Likert evaluation method, and a commonly used evaluation criterion is 5-, 7- or 9-point Likert scale; for example, if the 5-point Likert evaluation method is selected, then V={7,2,3,4,5}.
  • 6) xm,n k denotes an evaluation score of user Pk for kansei adjective Kn of product Cm. For a selected product or product category Cm, the evaluation of the user Pk for n kansei adjectives can be written as:
  • V m k = { x m , 1 k , x m , 2 k , , x m , n - 1 k , x m , n k }
  • 7) The evaluation of Vm k is taken as a column vector, and the evaluation of k users for the n kansei adjectives of the product Cm can be written as:
  • V m = [ x m , 1 1 x m , 1 k x m , n 1 x m , n k ] ( 1 )
  • Thus, an n×k-order data matrix is formed.
  • When the kansei evaluation attribute of a product is determined, Vm accurately expresses the kansei semantic evaluation of a product by multiple users, which is of great significance for screening the kansei adjectives of the product.
  • S2. The product kansei evaluation vector matrix is subjected to dimensionality reduction based on principal components:
  • S21. Each row in the product kansei evaluation vector matrix is zero-centered.
  • In this step, each row in the product kansei evaluation vector matrix Vm is zero-centered, that is, a mean value of each row is subtracted from each element in the corresponding row in the product kansei evaluation vector matrix Vm to obtain a product kansei evaluation vector matrix V′m after zero-centering.
  • S22. A covariance matrix of the product kansei evaluation vector matrix after zero-centering is obtained.
  • A variance matrix of the product kansei evaluation vector matrix V′m after zero-centering is obtained as follows:
  • C = 1 n V m V m T ( 2 )
      • where, n denotes a total number of kansei adjectives.
  • S23. The covariance matrix obtained in step S22 is subjected to orthogonal decomposition to obtain eigenvalues and eigenvectors of the covariance matrix.
  • In this step, the variance matrix C is subjected to orthogonal decomposition:
  • C = P λ P T ( 3 )
      • where, λ=diag (λ1, λ2, . . . , μn), λi, (i=1,2,3, . . . , n), denotes eigenvalues of the variance matrix C, which are arranged in a descending order from λ1 to λn; and P=[P1, P2, . . . , Pn], Pi(i=1,2,3, . . . , n), denotes a feature column vector corresponding to λi, and the feature column vector is referred to as an i-th principal component direction.
  • S24. The eigenvalues are arranged in a descending order, and the eigenvectors of first f principal components with a cumulative contribution rate greater than a first threshold are extracted to form an eigenvector matrix.
  • In this step, the cumulative contribution rate after projection in the principal component direction is calculated as follows:
  • θ = ( i = 1 f λ i ) / ( i = 1 n λ i ) ( 4 )
  • According to the set first threshold, the first f eigenvectors are extracted to form an eigenvector matrix P′, P′=[P1, P2, . . . , Pf],f<n.
  • S3. A principal component load factor matrix is obtained, and a principal component load factor table is constructed.
  • S31. The principal component load factor matrix is obtained based on principal component eigenvalues and specific vectors.
  • In this step, a principal component load factor matrix F is calculated as follows:
  • F ij = λ i p ij ( 5 )
      • where, Fij denotes an i-th principal component load factor of a j-th kansei adjective; pij denotes a j-th element in an eigenvector Pi; i=1,2,3, . . . ,f; and j=1,2,3, . . . ,n.
  • S32. The principal component load factor table is constructed through the principal component load factor matrix.
  • In this step, the principal component load factor table mainly includes kansei adjectives (i.e. a pair of antonyms), principal components, and principal component load factors corresponding to the kansei adjectives.
  • S4. Kansei adjectives representing the principal components are extracted according to a kansei adjective extraction strategy.
  • In this step, data in the principal component load factor table is cleaned, where each kansei adjective corresponds to only one principal component load factor; and according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components are sequentially extracted.
  • The cleaning data in the principal component load factor table includes:
  • (1) A principal component load factor less than a second threshold in the principal component load factor table is eliminated.
  • (2) A last principal component load factor of a kansei adjective in an order of the principal components is retained.
  • The kansei adjective extraction strategy specifically includes:
  • (1) If the corresponding principal component load factor of the kansei adjective is less than 0: the left and right antonyms of the kansei adjective are exchanged in position, screening is performed according to strategies (2) to (4), and a further explanation is given.
  • (2) If the principal component corresponds to only one kansei adjective: the corresponding kansei adjective is taken as the kansei adjective to represent the principal component, where it can further be explained that the kansei adjective is the only evaluation criterion for the attribute of the kansei adjective.
  • (3) If the principal component corresponds to at least two kansei adjectives that are semantically similar: any kansei adjective is selected as the kansei adjective to represent the principal component, where it can further be explained that the kansei adjective is the only evaluation criterion for the attribute of the kansei adjective.
  • (4) If the principal component corresponds to at least two kansei adjectives that are not semantically similar: a kansei adjective that is semantically similar to other principal component is removed, and any remaining kansei adjective is selected as the kansei adjective to represent the principal component, where it can further be explained that the evaluation of the principal component needs to consider all factors, and the user can be reminded of focusing on a factor according to a difference in proportion.
  • The at least two kansei adjectives are semantically similar, that is, the at least two kansei adjectives are synonyms, and the at least two kansei adjectives are easy to be combined into one.
  • The at least two kansei adjectives are not semantically similar, that is, the at least two kansei adjectives are not synonyms, they are quite different in terms of semantic expression, or they are hard to be combined into one.
  • Application Example
  • The research data of this application example is from Stanford Cars Dataset. This application example is only for the kansei evaluation of a certain car (certain car category). A car image was randomly selected as the product sample, as shown in FIG. 2 . At least 100 kansei adjectives related to the car image were collected. Kansei adjectives with a high coincidence rate were removed, and kansei adjectives with independent meanings were matched to generate a total of 30 pairs of kansei adjectives (pairs of antonyms).
  • Questionnaires were made by the SD method. Specifically, 40 respondents (including 34 male students and 6 female students, aged 18-31) were invited to evaluate the 30 pairs of kansei adjectives of the car image by using the 7-point Likert scale evaluation method. The results are shown in Table 1.
  • TABLE 1
    Different respondents' evaluation scores on different kansei adjectives of the same product
    Pairs of kansei Respondent No.
    adjectives 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
    Traditional-fashionable 7 6 7 6 7 7 1 3 4 7 7 5 4 5 7 7 7 7 7 7
    Modest-cool 7 6 7 6 7 7 1 4 5 7 7 6 7 6 7 7 7 7 7 7
    Warm-calm 2 2 1 3 1 4 1 2 7 7 1 2 4 2 7 1 1 1 3 5
    Stiff-dynamic 7 6 7 5 7 7 1 4 4 7 7 4 4 6 7 7 7 7 7 7
    Local-foreign 7 6 7 5 7 7 1 4 4 7 7 5 4 5 7 7 7 7 7 7
    Dim-bright 7 6 7 6 7 7 7 3 7 7 7 5 4 5 7 7 7 6 6 7
    Delicate-aggressive 6 6 7 6 6 7 7 4 4 3 7 3 4 5 7 7 7 5 6 6
    Dull-active 6 6 7 5 6 7 7 5 4 5 7 2 4 5 7 7 7 5 6 7
    Classic-popular 7 6 7 4 6 7 1 1 4 5 6 1 5 5 6 7 7 2 6 7
    Ordinary-chic 7 6 7 5 6 7 1 1 1 7 7 1 4 5 6 7 7 5 6 7
    Gloomy-distinctive 7 6 7 6 7 7 1 4 7 7 7 2 4 5 7 7 7 5 6 6
    Complex-concise 7 6 1 6 2 6 7 1 4 6 6 3 4 5 7 6 1 3 6 6
    Plain-luxury 7 6 7 6 4 7 7 4 7 7 7 5 4 5 7 7 7 5 5 7
    Leisure-formal 1 2 1 3 4 5 1 1 1 5 2 6 4 5 1 1 7 3 5 2
    Stagnant-smooth 6 6 7 5 4 6 1 7 7 7 6 6 4 5 7 7 7 5 6 6
    Female-male 5 6 7 4 4 4 7 7 7 7 4 5 5 5 7 7 7 5 6 6
    Light-bulky 1 2 1 2 2 2 7 1 4 1 2 3 5 3 1 1 1 3 5 1
    Monotonous-vivid 6 6 7 5 5 5 1 4 4 1 7 2 5 5 7 5 7 5 5 6
    Vulgar-elegant 5 4 7 5 4 5 1 4 1 4 5 5 4 5 1 6 7 5 6 6
    Simple-noble 7 6 7 5 5 6 1 4 4 6 6 5 4 5 7 6 7 5 6 7
    Sumptuous-naive 6 6 7 5 5 6 7 4 4 7 6 3 4 5 7 7 7 5 5 7
    Ugly-beautiful 7 6 7 6 7 7 1 5 4 7 7 5 4 5 7 7 7 5 5 7
    Gorgeous-simple 7 6 7 5 7 7 7 5 4 7 7 6 4 5 7 5 7 3 3 6
    Feminine-robust 6 6 7 5 5 6 7 6 4 7 7 6 4 5 7 7 7 5 6 6
    Quiet-bright 6 6 7 3 6 6 7 4 7 7 7 6 4 5 7 6 7 5 2 6
    Soft-hard 6 6 7 5 6 6 7 5 4 5 7 2 5 5 7 7 7 5 6 7
    Young-mature 3 4 7 4 5 6 7 4 4 5 6 3 4 5 7 7 7 5 5 6
    Small-big 6 4 7 4 5 5 7 5 4 5 7 5 4 5 7 7 7 3 6 7
    Popular-personalized 7 6 7 6 5 6 7 4 7 7 7 3 4 5 7 7 7 5 6 7
    Lively-steady 2 2 1 2 5 5 1 3 4 5 4 3 4 5 1 1 1 3 1 3
    Pairs of kansei Respondent No.
    adjectives 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
    Traditional-fashionable 7 7 6 3 7 7 7 6 4 6 7 7 1 6 4 7 6 4 7 6
    Modest-cool 7 7 6 5 7 7 7 6 7 7 7 7 2 6 5 7 7 4 7 6
    Warm-calm 1 1 2 6 2 1 2 4 1 1 1 2 6 2 5 1 2 5 7 6
    Stiff-dynamic 7 7 6 2 6 7 6 4 7 7 7 7 2 6 5 7 6 4 7 6
    Local-foreign 7 7 4 3 6 7 6 6 7 6 5 5 2 6 4 7 6 4 7 6
    Dim-bright 7 7 5 3 6 7 6 5 7 6 6 7 2 5 4 7 6 4 7 6
    Delicate-aggressive 7 7 2 3 6 7 6 4 7 4 6 7 2 6 4 7 6 4 7 6
    Dull-active 6 7 6 3 6 6 6 5 7 6 5 6 1 5 4 7 6 4 7 6
    Classic-popular 6 7 4 6 4 4 6 4 7 6 6 7 1 6 4 7 6 4 7 6
    Ordinary-chic 7 7 5 6 6 6 7 4 7 5 6 2 1 5 4 7 6 4 7 6
    Gloomy-distinctive 7 7 5 6 6 7 6 5 7 6 6 7 1 5 4 7 6 4 7 6
    Complex-concise 7 6 5 6 2 5 6 4 4 4 4 2 1 3 4 7 5 4 7 6
    Plain-luxury 7 7 5 6 7 7 7 5 7 7 6 7 1 6 4 7 5 4 7 6
    Leisure-formal 1 3 2 2 1 1 1 3 4 2 3 2 7 4 4 1 3 4 7 6
    Stagnant-smooth 6 6 6 6 7 6 7 4 4 5 6 6 1 5 5 7 5 4 7 6
    Female-male 5 7 2 6 4 4 7 5 7 5 4 7 1 5 6 3 6 4 7 6
    Light-bulky 1 1 2 2 1 4 1 3 4 3 2 2 7 2 5 7 3 4 7 6
    Monotonous-vivid 6 6 6 6 6 4 7 4 7 6 6 2 1 5 5 7 5 4 7 6
    Vulgar-elegant 3 4 3 4 2 4 7 4 4 5 5 6 5 5 5 7 4 4 7 6
    Simple-noble 6 7 4 4 5 7 7 4 7 4 7 4 3 6 5 7 5 4 7 6
    Sumptuous-naive 7 7 4 4 4 7 7 5 4 5 7 4 4 6 5 7 5 5 7 6
    Ugly-beautiful 7 7 5 6 5 7 7 5 7 6 7 4 3 5 5 7 5 5 7 6
    Gorgeous-simple 7 6 5 6 6 7 7 4 4 6 5 4 5 5 5 7 5 3 7 6
    Feminine-robust 5 7 4 6 6 6 7 4 7 4 6 7 3 6 5 7 5 5 7 6
    Quiet-bright 7 7 6 5 4 7 7 4 7 6 5 4 5 5 5 7 6 5 7 6
    Soft-hard 7 7 4 6 6 7 7 4 4 4 6 7 7 6 5 7 6 5 7 6
    Young-mature 6 6 3 5 4 2 7 4 5 4 6 7 4 5 5 7 5 5 7 6
    Small-big 7 7 4 6 2 4 7 4 7 4 6 5 6 5 5 7 4 5 7 6
    Popular-personalized 7 7 6 6 5 6 7 6 7 7 7 5 5 5 5 7 6 5 7 6
    Lively-steady 2 1 2 2 2 1 1 3 6 2 1 3 3 5 5 2 2 5 7 6
  • Based on Table 1, the product kansei evaluation vector matrix Cm is constructed according to step S1 in the embodiment.
  • PCA is performed according to step S2 in the embodiment, and the first seven principal components with a cumulative contribution rate greater than 80% (a first threshold is set to 80%) are extracted according to the eigenvalues. The extraction information of each principal component is shown in Table 2.
  • TABLE 2
    Extraction information of principal components
    Principal component extraction
    No. Eigenvalue Cumulative contribution rate
    1 12.969 43.231
    2 3.559 55.094
    3 2.398 63.087
    4 1.727 68.844
    5 1.521 73.915
    6 1.306 78.27
    7 1.143 82.08
  • According to step S3 in the embodiment, the principal component load factor table is obtained, as shown in Table 3.
  • TABLE 3
    Principal component load factors
    Load factors
    Principal Principal Principal Principal Principal Principal Principal
    Pairs of antonyms component component component component component component component
    Traditional-fashionable 0.809 −0.438 −0.071 −0.071 −0.028 0.077 0.05
    Modest-cool 0.748 −0.588 −0.012 0.009 0.049 0.078 −0.008
    Warm-calm −0.248 0.083 0.452 0.645 0.156 −0.187 −0.256
    Stiff-dynamic 0.823 −0.419 0.04 −0.088 −0.005 0.184 0.107
    Local-foreign 0.832 −0.402 0.079 −0.006 0 0.122 0.148
    Dim-bright 0.797 0.144 −0.194 0.106 0.11 0.393 0.232
    Delicate-aggressive 0.761 0.271 −0.052 −0.303 0.1 0.335 0.009
    Dull-active 0.816 0.197 −0.161 −0.092 0.059 0.334 −0.024
    Classic-popular 0.817 −0.118 0.213 0.02 0.026 0.07 −0.285
    Ordinary-chic 0.848 −0.186 0.159 0.052 −0.273 −0.012 −0.138
    Gloomy-distinctive 0.847 −0.286 −0.068 0.195 0.086 0.063 −0.14
    Complex-concise 0.406 0.329 0.02 0.474 −0.259 0.17 −0.303
    Plain-luxury 0.783 0.212 −0.302 0.229 0.206 0.092 0.06
    Leisure-formal −0.236 −0.176 0.806 −0.027 0.066 0.085 0.243
    Stagnant-smooth 0.646 −0.325 −0.124 0.184 0.285 −0.393 −0.036
    Female-male 0.357 0.296 −0.037 0.127 0.765 −0.117 −0.06
    Light-bulky −0.409 0.343 0.478 0.04 −0.156 0.443 −0.046
    Monotonous-vivid 0.663 −0.216 0.057 −0.004 −0.192 −0.084 −0.326
    Vulgar-elegant 0.352 −0.204 0.573 −0.482 0.013 −0.166 −0.008
    Simple-noble 0.84 −0.249 0.227 −0.003 −0.073 −0.173 0.063
    Sumptuous-naive 0.735 0.433 0.083 −0.042 −0.213 −0.06 0.053
    Ugly-beautiful 0.825 −0.31 0.149 0.123 −0.178 −0.261 0.072
    Gorgeous-simple 0.526 0.354 −0.025 0.147 −0.317 −0.29 0.446
    Feminine-robust 0.682 0.354 0.043 −0.148 0.377 −0.139 0.167
    Quiet-bright 0.496 0.422 0.012 0.34 −0.169 −0.091 0.477
    Soft-hard 0.527 0.488 0.1 −0.356 −0.184 −0.078 −0.181
    Young-mature 0.532 0.516 0.296 −0.256 0.277 −0.017 −0.159
    Small-big 0.484 0.59 0.372 −0.132 −0.018 −0.249 −0.042
    Popular-personalized 0.696 0.409 −0.067 0.247 −0.184 0.05 −0.194
    Lively-steady −0.187 −0.192 0.632 0.369 0.213 0.309 0.191
  • According to step S4 in the embodiment, for any principal component in the principal component load factor table, the load factor less than 0.4 (a second threshold is se to 0.4) is removed. For a kansei adjective, the last principal component load factor in the order of the principal components is retained, such that each kansei adjective corresponds to only one principal component load factor, thus avoiding the occurrence of one pair corresponding to multiple principal components. The obtained principal component load factors for corresponding variables are shown in Table 4.
  • TABLE 4
    Principal component load factors for corresponding variables
    Load factors
    Principal Principal Principal Principal Principal Principal Principal
    Name component
    1 component 2 component 3 component 4 component 5 component 6 component 7
    Traditional-fashionable −0.438
    Modest-cool −0.588
    Warm-calm 0.645
    Stiff-dynamic −0.419
    Local-foreign −0.402
    Dim-bright 0.797
    Delicate-aggressive 0.761
    Dull-active 0.816
    Classic-popular 0.817
    Ordinary-chic 0.848
    Gloomy-distinctive 0.847
    Complex-concise 0.474
    Plain-luxury 0.783
    Leisure-formal 0.806
    Stagnant-smooth 0.646
    Female-male 0.765
    Light-bulky 0.443
    Monotonous-vivid 0.663
    Vulgar-elegant −0.482
    Simple-noble 0.84
    Sumptuous-naive 0.433
    Ugly-beautiful 0.825
    Gorgeous-simple 0.446
    Feminine-robust 0.682
    Quiet-bright 0.477
    Soft-hard 0.488
    Young-mature 0.516
    Small-big 0.59
    Popular-personalized 0.409
    Lively-steady 0.632
  • According to the kansei adjective extraction strategy in the embodiment, the kansei adjectives representing the principal components are extracted.
  • According to Table 4, the principal component 5 corresponds to the PCA-E-based kansei adjective extraction strategy (2). The kansei adjectives “female-male” are absolutely dominant, are thus used to denote the principal component 5. The principal component 5 only focuses on the gender trend of product users. In the same way, the kansei adjectives “light-bulky” are used to denote the principal component 6, the principal component 6 only focuses on the complexity of the product structure.
  • According to Table 4, the principal component 7 corresponds to the PCA-E-based kansei adjective extraction strategy (3). The two pairs of kansei adjectives (“gorgeous-simple” and “quiet-bright”) have similar load factors, and are semantically close and easy to be combined into one. Therefore, the two pairs of kansei adjectives are combined into “bright-quiet”. The principal component 7 can be interpreted as the brightness of the product. Similarly, the kansei adjectives “leisure-formal” are used to denote the principal component 3, the principal component 3 only focuses on the appropriate occasions of the product.
  • According to Table 4, the principal components 1, 2, and 4 each are formed by multiple kansei adjectives with different semantics and different expressions, and correspond to the PCA-E-based kansei adjective extraction strategy (4). According to the PCA-E-based kansei adjective extraction strategy (1), the principal component 1 focuses more on the particularity of the product, the principal component 2 focuses more the fashion of the product, and the principal component 4 focuses more the personality characteristic of the product user. In order to explain each of the principal components and verify the accuracy of extraction, a pair of antonyms is selected to replace and explain the principal component, as shown in Table 5.
  • TABLE 5
    PCA-E-based screening results and explanation
    Content
    Principal Representative kansei
    components Output dimensio
    Figure US20230409671A1-20231221-P00899
    Attribute adjectives Explanations
    Principal Multi-dimension
    Figure US20230409671A1-20231221-P00899
    Particularity Ordinary-chic Comprehensively determined accordin
    Figure US20230409671A1-20231221-P00899
    component 1 to the uniqueness, color, character an
    Figure US20230409671A1-20231221-P00899
    complexity of the product
    Principal Multi-dimension
    Figure US20230409671A1-20231221-P00899
    Fashionality Traditional-fashionable Comprehensively determined accordin
    Figure US20230409671A1-20231221-P00899
    component 2 to the age and complexity of th
    Figure US20230409671A1-20231221-P00899
    product
    Principal 1-dimensional Occasion Leisure-formal Determined only according to th
    Figure US20230409671A1-20231221-P00899
    component 3 applicable occasions of the product
    Principal 1-dimensional Character Calm-warm Determined only according to th
    Figure US20230409671A1-20231221-P00899
    component 4 personality of the product user
    Principal 1-dimensional Sex Female-male Determined only according to th
    Figure US20230409671A1-20231221-P00899
    component 5 gender of the product user
    Principal 1-dimensional Structure Light-bulky Determined only according to th
    Figure US20230409671A1-20231221-P00899
    component 6 structural complexity of the product
    Principal 1-dimensional Color Quiet-bright Determined only according to the colo
    Figure US20230409671A1-20231221-P00899
    component 7 of the product
    Figure US20230409671A1-20231221-P00899
    indicates data missing or illegible when filed
  • The attributes of the kansei adjectives are obtained according to the definition of the kansei adjectives.
  • The present disclosure obtains the kansei evaluation matrix, extracts the principal components of the kansei adjectives through PCA, and explains the specific meaning of each evaluation dimension based on the principal component load factor to help users evaluate the product. The present disclosure optimizes the screening process of the kansei adjectives, and has potential value for the research and application of kansei engineering and product design.
  • Those of ordinary skill in the art will understand that the embodiments described herein are intended to help readers understand the principles of the present disclosure, and it should be understood that the protection scope of the present disclosure is not limited to such special statements and embodiments. Those of ordinary skill in the art may make other various specific modifications and combinations according to the technical teachings disclosed in the present disclosure without departing from the essence of the present disclosure, and such modifications and combinations still fall within the protection scope of the present disclosure.

Claims (17)

What is claimed is:
1. A method for extracting a kansei adjective of a product based on principal component analysis and explanation (PCA-E), comprising:
S1: constructing a product kansei evaluation vector matrix;
S2: subjecting the product kansei evaluation vector matrix to dimensionality reduction based on principal components:
S21: zero-centering each row in the product kansei evaluation vector matrix;
S22: obtaining a covariance matrix of the product kansei evaluation vector matrix after the zero-centering;
S23: subjecting the covariance matrix obtained in step S22 to orthogonal decomposition to obtain eigenvalues and eigenvectors of the covariance matrix; and
S24: arranging the eigenvalues in a descending order, and extracting the eigenvectors of first f principal components with a cumulative contribution rate greater than a first threshold to form an eigenvector matrix;
S3: obtaining a principal component load factor matrix, and constructing a principal component load factor table; and
S4: extracting kansei adjectives representing the principal components according to a kansei adjective extraction strategy.
2. The method for extracting the kansei adjective of the product based on PCA-E according to claim 1, wherein the product kansei evaluation vector matrix is constructed according to kansei evaluation vectors of different users for a same product or same product category;
the product kansei evaluation vector matrix constructed for an m-th product or product category Cm is as follows:
V m = [ x m , 1 1 x m , 1 k x m , n 1 x m , n k ] ( 1 )
wherein, xm,n k denotes an evaluation score of a user Pk for an n-th kansei adjective Knof the product or product category Cm; m, n, and k are integers; an evaluation criterion for the product kansei evaluation vector matrix Vm is a 5-, 7- or 9-point Likert scale; KWn, =(kwn , kwn +) denotes a pair of antonyms for expressing an attribute of the kansei adjective Kn, wherein kwn and kwn + denote left and right antonyms, respectively.
3. The method for extracting the kansei adjective of the product based on PCA-E according to claim 2, wherein step S21 further comprises: zero-centering each row in the product kansei evaluation vector matrix Vm by subtracting a mean value of each row from each element in the corresponding row in the product kansei evaluation vector matrix Vm to obtain a product kansei evaluation vector matrix Vm′ after zero-centering.
4. The method for extracting the kansei adjective of the product based on PCA-E according to claim 3, wherein step S22 further comprises: obtaining a variance matrix of the product kansei evaluation vector matrix Vm′ after zero-centering:
C = 1 n V m V m T ( 2 )
wherein, n denotes a total number of kansei adjectives.
5. The method for extracting the kansei adjective of the product based on PCA-E according to claim 4, wherein step S23 further comprises: subjecting the variance matrix C to orthogonal decomposition:
C = P λ P T ( 3 )
wherein, λ=diag(λ12, . . . ,λn), λi (i=1,2,3, . . . ,n), denotes eigenvalues of the variance matrix C, which are arranged in a descending order from λ1 to λn; and P=[P1, P2, . . . , Pn], Pi(i=1,2,3, . . . ,n), denotes a feature column vector corresponding to λi, and the feature column vector is referred to as an i-th principal component direction.
6. The method for extracting the kansei adjective of the product based on PCA-E according to claim 5, wherein step S24 further comprises: calculating the cumulative contribution rate after projection in the principal component direction:
θ = ( i = 1 f λ i ) / ( i = 1 n λ i ) , ( 4 )
extracting, according to the set first threshold, the first f eigenvectors to form an eigenvector matrix P′, P′=[P1,P2, . . . , Pf]<n.
7. The method for extracting the kansei adjective of the product based on PCA-E according to claim 6, wherein step S3 is designed to obtain the principal component load factor table, and further comprises:
S31: obtaining the principal component load factor matrix based on principal component eigenvalues and specific vectors; and
S32: constructing the principal component load factor table through the principal component load factor matrix.
8. The method for extracting the kansei adjective of the product based on PCA-E according to claim 7, wherein step S31 further comprises: calculating a principal component load factor matrix F:
F ij = λ i p ij ( 5 )
wherein, Fij denotes an i-th principal component load factor of a j-th kansei adjective; pij denotes a j-th element in an eigenvector Pi; i=1,2,3, . . . ,f; and j=1,2,3, . . . ,n.
9. The method for extracting the kansei adjective of the product based on PCA-E according to claim 1, wherein step S4 further comprises: cleaning data in the principal component load factor table, wherein each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
10. The method for extracting the kansei adjective of the product based on PCA-E according to claim 2, wherein step S4 further comprises: cleaning data in the principal component load factor table, wherein each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
11. The method for extracting the kansei adjective of the product based on PCA-E according to claim 3, wherein step S4 further comprises: cleaning data in the principal component load factor table, wherein each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
12. The method for extracting the kansei adjective of the product based on PCA-E according to claim 4, wherein step S4 further comprises: cleaning data in the principal component load factor table, wherein each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
13. The method for extracting the kansei adjective of the product based on PCA-E according to claim 5, wherein step S4 further comprises: cleaning data in the principal component load factor table, wherein each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
14. The method for extracting the kansei adjective of the product based on PCA-E according to claim 6, wherein step S4 further comprises: cleaning data in the principal component load factor table, wherein each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
15. The method for extracting the kansei adjective of the product based on PCA-E according to claim 7, wherein step S4 further comprises: cleaning data in the principal component load factor table, wherein each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
16. The method for extracting the kansei adjective of the product based on PCA-E according to claim 8, wherein step S4 further comprises: cleaning data in the principal component load factor table, wherein each kansei adjective corresponds to only one principal component load factor; and sequentially extracting, according to the kansei adjective extraction strategy, the kansei adjectives representing the principal components.
17. The method for extracting the kansei adjective of the product based on PCA-E according to claim 9, wherein the kansei adjective extraction strategy specifically comprises:
(1) if the corresponding principal component load factor of the kansei adjective is less than 0: exchanging the left and right antonyms of the kansei adjective in position, and screening according to strategies (2) to (4);
(2) if the principal component corresponds to only one kansei adjective: taking the corresponding kansei adjective as the kansei adjective to represent the principal component;
(3) if the principal component corresponds to at least two kansei adjectives that are semantically similar: selecting any kansei adjective as the kansei adjective to represent the principal component; and
(4) if the principal component corresponds to at least two kansei adjectives that are not semantically similar: removing a kansei adjective that is semantically similar to other principal component, and selecting any remaining kansei adjective as the kansei adjective to represent the principal component.
US18/204,973 2022-06-16 2023-06-02 Method for extracting kansei adjective of product based on principal component analysis and explanation (PCA-E) Active US11868432B1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN202210684413.0A CN115062702B (en) 2022-06-16 2022-06-16 Product perceptual semantic vocabulary extraction method based on PCA-E
CN202210684413.0 2022-06-16
PCT/CN2022/125338 WO2023240858A1 (en) 2022-06-16 2022-10-14 Pca-e-based product kansei semantic word extraction method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/125338 Continuation WO2023240858A1 (en) 2022-06-16 2022-10-14 Pca-e-based product kansei semantic word extraction method

Publications (2)

Publication Number Publication Date
US20230409671A1 true US20230409671A1 (en) 2023-12-21
US11868432B1 US11868432B1 (en) 2024-01-09

Family

ID=89168967

Family Applications (1)

Application Number Title Priority Date Filing Date
US18/204,973 Active US11868432B1 (en) 2022-06-16 2023-06-02 Method for extracting kansei adjective of product based on principal component analysis and explanation (PCA-E)

Country Status (1)

Country Link
US (1) US11868432B1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5450314A (en) * 1991-03-20 1995-09-12 Hitachi, Ltd. Data processing methods and apparatus for supporting analysis/judgement
WO2000048095A1 (en) * 1999-02-15 2000-08-17 Matsushita Electric Industrial Co., Ltd. Information transfer system and apparatus for preparing electronic mail
CN107330127B (en) * 2017-07-21 2020-06-05 湘潭大学 Similar text detection method based on text picture retrieval
US20210279419A1 (en) * 2020-03-09 2021-09-09 China Academy of Art Method and system of extracting vocabulary for imagery of product
WO2022054631A1 (en) * 2020-09-10 2022-03-17 株式会社Lixil Assistance system, analysis device, analysis method, assistance device, assistance method, analysis program, and assistance program

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102012985B (en) 2010-11-19 2013-12-25 国网电力科学研究院 Sensitive data dynamic identification method based on data mining
CN106202481A (en) 2016-07-18 2016-12-07 量子云未来(北京)信息科技有限公司 The evaluation methodology of a kind of perception data and system
CN107633513B (en) 2017-09-18 2021-08-17 天津大学 3D image quality measuring method based on deep learning
CN109164471B (en) 2018-07-23 2020-08-07 武汉大学 Region division method based on principal component analysis
TWI666558B (en) 2018-11-20 2019-07-21 財團法人資訊工業策進會 Semantic analysis method, semantic analysis system, and non-transitory computer-readable medium
CN111985209B (en) 2020-03-31 2024-03-29 北京来也网络科技有限公司 Text sentence recognition method, device and equipment combining RPA and AI and storage medium
CN113902951A (en) 2021-10-13 2022-01-07 中国检验检疫科学研究院 Rape honey authenticity identification method based on principal component analysis and gradient promotion decision tree
CN114611604A (en) 2022-03-11 2022-06-10 临界面(上海)智能科技有限公司 User screening method based on electric drive assembly load characteristic fusion and clustering
CN115062702B (en) 2022-06-16 2023-09-08 四川大学 Product perceptual semantic vocabulary extraction method based on PCA-E

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5450314A (en) * 1991-03-20 1995-09-12 Hitachi, Ltd. Data processing methods and apparatus for supporting analysis/judgement
US5974422A (en) * 1991-03-20 1999-10-26 Hitachi, Ltd. Data processing methods and apparatus for supporting analysis/judgement
US6578023B1 (en) * 1991-03-20 2003-06-10 Hitachi, Ltd. Data processing methods and apparatus for supporting analysis/judgement
US6665686B1 (en) * 1991-03-20 2003-12-16 Hitachi, Ltd. Data processing method and apparatus for supporting analysis/judgement
WO2000048095A1 (en) * 1999-02-15 2000-08-17 Matsushita Electric Industrial Co., Ltd. Information transfer system and apparatus for preparing electronic mail
CN107330127B (en) * 2017-07-21 2020-06-05 湘潭大学 Similar text detection method based on text picture retrieval
US20210279419A1 (en) * 2020-03-09 2021-09-09 China Academy of Art Method and system of extracting vocabulary for imagery of product
WO2022054631A1 (en) * 2020-09-10 2022-03-17 株式会社Lixil Assistance system, analysis device, analysis method, assistance device, assistance method, analysis program, and assistance program

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
F. Trapsilawati, T. Wijayanto and M. Ushada, "A Preliminary Study of EEG-based Kansei Engineering: An Illustration on a Squishy Case Study," 2019 5th International Conference on Science and Technology (ICST), Yogyakarta, Indonesia, 2019, pp. 1-6, doi: 10.1109/ICST47872.2019.9166436. (Year: 2019) *
K. Wang, "Research of the Affective Responses to Product's Texture Based on the Kansei Evaluation," 2009 Second International Symposium on Computational Intelligence and Design, Changsha, China, 2009, pp. 352-355, doi: 10.1109/ISCID.2009.234. (Year: 2009) *
S. Ali, G. Wang and S. Riaz, "Aspect Based Sentiment Analysis of Ridesharing Platform Reviews for Kansei Engineering," in IEEE Access, vol. 8, pp. 173186-173196, 2020, doi: 10.1109/ACCESS.2020.3025823. (Year: 2020) *
T. Sakamoto and T. Kato, "Kansei-Word Recall Model: Recall Frequency and Memory Retrieval Pathways," 2019 IEEE International Conference on Systems, Man and Cybernetics (SMC), Bari, Italy, 2019, pp. 1121-1124, doi: 10.1109/SMC.2019.8914269. (Year: 2019) *
W. Xing-yuan and Y. Xu, "Study on Consumer's Kansei Image Evaluation for High-tech Consumable Products," 2006 International Conference on Management Science and Engineering, Lille, France, 2006, pp. 976-980, doi: 10.1109/ICMSE.2006.314011. (Year: 2006) *

Also Published As

Publication number Publication date
US11868432B1 (en) 2024-01-09

Similar Documents

Publication Publication Date Title
Bordea et al. Semeval-2016 task 13: Taxonomy extraction evaluation (texeval-2)
Corchado et al. Maximum and minimum likelihood Hebbian learning for exploratory projection pursuit
CN115062702B (en) Product perceptual semantic vocabulary extraction method based on PCA-E
CN107239439A (en) Public sentiment sentiment classification method based on word2vec
CN108804595B (en) Short text representation method based on word2vec
CN106909946A (en) A kind of picking system of multi-modal fusion
Ehara et al. Formalizing word sampling for vocabulary prediction as graph-based active learning
DE112012006633T5 (en) Document search device and document search method
CN105117703B (en) Quick acting unit recognition methods based on matrix multiplication
CN107818173B (en) Vector space model-based Chinese false comment filtering method
Al-Qudsi Family background, school enrollments and wastage: evidence from Arab countries
US20230409671A1 (en) Method for extracting kansei adjective of product based on principal component analysis and explanation (PCA-E)
Bebbington et al. Accounting students and constructed gender: an exploration of gender in the context of accounting degree choices at two Scottish universities
Hicham et al. Customer sentiment analysis for Arabic social media using a novel ensemble machine learning approach
DE112006001822T5 (en) Apparatus and method for detecting a community-specific term
HASHIMOTO et al. A quantification method of composite impression of products by externalized evaluation words of the appraisal dictionary with review text data
ESSARDI et al. The study of the relation between education and economic growth: A bibliometric analysis and systematic literature review using VOSviewer
Zhong et al. A novel feature selection method based on probability latent semantic analysis for Chinese text classification
CN105740565A (en) Natural language processing based automobile styling derivation method
CN111597319A (en) Question matching method based on FAQ question-answering system
CN112270461A (en) Men&#39;s suit style element perceptual evaluation method based on numerical quantification theory I
Funnell et al. Demographic profiling for educational researchers: Using SPSS optimal scaling to identify distinct groups of participants
CN109918508A (en) User&#39;s portrait generation method based on web crawlers acquisition technique
Fayose et al. On the image promotion on social media by polytechnic students in Nigeria
CN111563361B (en) Text label extraction method and device and storage medium

Legal Events

Date Code Title Description
AS Assignment

Owner name: SICHUAN UNIVERSITY, CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ZHAO, WU;GUO, XIN;YU, MIAO;AND OTHERS;SIGNING DATES FROM 20230320 TO 20230322;REEL/FRAME:063835/0908

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: SMAL); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE