<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article">
 <front>
  <journal-meta>
   <journal-id journal-id-type="publisher-id">
    am
   </journal-id>
   <journal-title-group>
    <journal-title>
     Applied Mathematics
    </journal-title>
   </journal-title-group>
   <issn pub-type="epub">
    2152-7385
   </issn>
   <issn publication-format="print">
    2152-7393
   </issn>
   <publisher>
    <publisher-name>
     Scientific Research Publishing
    </publisher-name>
   </publisher>
  </journal-meta>
  <article-meta>
   <article-id pub-id-type="doi">
    10.4236/am.2025.165023
   </article-id>
   <article-id pub-id-type="publisher-id">
    am-142752
   </article-id>
   <article-categories>
    <subj-group subj-group-type="heading">
     <subject>
      Articles
     </subject>
    </subj-group>
    <subj-group subj-group-type="Discipline-v2">
     <subject>
      Physics 
     </subject>
     <subject>
       Mathematics
     </subject>
    </subj-group>
   </article-categories>
   <title-group>
    The SVM Classifier with Quartic Truncated Pinball Loss
   </title-group>
   <contrib-group>
    <contrib contrib-type="author" xlink:type="simple">
     <name name-style="western">
      <surname>
       Lumiao
      </surname>
      <given-names>
       Wang
      </given-names>
     </name>
    </contrib>
    <contrib contrib-type="author" xlink:type="simple">
     <name name-style="western">
      <surname>
       Ziye
      </surname>
      <given-names>
       Liu
      </given-names>
     </name>
    </contrib>
   </contrib-group> 
   <aff id="affnull">
    <addr-line>
     aDepartment of Mathematics, Jinan University, Guangzhou, China
    </addr-line> 
   </aff> 
   <pub-date pub-type="epub">
    <day>
     23
    </day> 
    <month>
     05
    </month>
    <year>
     2025
    </year>
   </pub-date> 
   <volume>
    16
   </volume> 
   <issue>
    05
   </issue>
   <fpage>
    429
   </fpage>
   <lpage>
    440
   </lpage>
   <history>
    <date date-type="received">
     <day>
      7,
     </day>
     <month>
      April
     </month>
     <year>
      2025
     </year>
    </date>
    <date date-type="published">
     <day>
      20,
     </day>
     <month>
      April
     </month>
     <year>
      2025
     </year> 
    </date> 
    <date date-type="accepted">
     <day>
      20,
     </day>
     <month>
      May
     </month>
     <year>
      2025
     </year> 
    </date>
   </history>
   <permissions>
    <copyright-statement>
     © Copyright 2014 by authors and Scientific Research Publishing Inc. 
    </copyright-statement>
    <copyright-year>
     2014
    </copyright-year>
    <license>
     <license-p>
      This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/
     </license-p>
    </license>
   </permissions>
   <abstract>
    In the field of machine learning, support vector machine (SVM) is popular for its powerful performance in classification tasks. However, this method could be adversely affected by data containing noise. One of the main reasons is that many loss functions are too sensitive to sample points far from their classes. In this paper, based on the idea of HTPSVM proposed in (Zhu, Song, et al.), we introduce the SVM classifier with quartic truncated pinball loss (QTPSVM), which can be solved by Bregman modified second accelerated proximal gradient method (BAPGs). Numerical experiments show that QTPSVM is more effective on many real data.
   </abstract>
   <kwd-group> 
    <kwd>
     Support Vector Machine
    </kwd> 
    <kwd>
      the SVM Classifier with Huberized Truncated Pinball Loss (HTPSVM)
    </kwd> 
    <kwd>
      the SVM Classifier with Quartic Truncated Pinball Loss (QTPSVM)
    </kwd> 
    <kwd>
      the Bregman Modified Second APG Method (BAPGs)
    </kwd>
   </kwd-group>
  </article-meta>
 </front>
 <body>
  <sec id="s1">
   <title>1. Introduction</title>
   <p>Support vector machine (SVM) is a supervised learning method mainly used for classification problems <xref ref-type="bibr" rid="scirp.142752-1">
     [1]
    </xref>. It distinguishes data points of two different classes by finding an optimal hyperplane that maximizes the boundary between the two classes. SVM plays an important role in the field of machine learning for its excellent performance and generalization ability. Its applications span multiple subjects, including key areas such as text classification, image recognition, bioinformatics, and financial risk assessment.</p>
   <p>The performance of SVM largely depends on the choice of its loss function. Different loss functions are suitable for different data distribution and noise conditions. The SVM with classic hinge loss (HSVM) <xref ref-type="bibr" rid="scirp.142752-2">
     [2]
    </xref> increases the distance between the nearest points of different categories, but the model is easily affected by noise. To overcome this limitation, the SVM with pinball losses (PSVM) <xref ref-type="bibr" rid="scirp.142752-3">
     [3]
    </xref> was proposed, which deducts points from correctly classified points and is insensitive to noise during resampling. However, it sacrifices sparsity and lacks flexibility in adjusting parameters that affect the loss value. In order to overcome these shortcomings, the SVM with generalized pinball loss (GPSVM) <xref ref-type="bibr" rid="scirp.142752-4">
     [4]
    </xref> was introduced. GPSVM reduces noise sensitivity while retaining sparsity and flexibility of parameter adjustment in the derived solution.</p>
   <p>The above mentioned loss functions are convex but not differentiable, so the corresponding unconstrained minimization problems are not differentiable. Therefore, although some first-order and second-order optimization algorithms <xref ref-type="bibr" rid="scirp.142752-5">
     [5]
    </xref> are theoretically effective and have solid theoretical support, they cannot be directly used to solve such problems. In order to solve the limitation of traditional hinge loss function, researchers introduced smooth hinge loss function (SHSVM) <xref ref-type="bibr" rid="scirp.142752-6">
     [6]
    </xref> to improve the performance of the model. Similarly, to address the shortcomings of the pinball loss function, researchers proposed a smooth pinball loss function (SPSVM) <xref ref-type="bibr" rid="scirp.142752-7">
     [7]
    </xref>. Based on the above ideas, the smooth generalized pinball loss function (SGPSVM) <xref ref-type="bibr" rid="scirp.142752-8">
     [8]
    </xref> was given. These smooth loss functions are differentiable, so that the corresponding models can be solved directly by applying first order and second-order optimization techniques.</p>
   <p>Although some progress has been made in the design of loss functions, the above mentioned loss functions are all unbounded, which makes the models face significant challenges when dealing with outlier data points. Outliers are those extreme values that differ significantly from the rest of the data set, and they can be caused by sampling errors or labeling errors. In classification tasks, it is critical to properly handle these outliers, as they can seriously affect the performance of the model. Many SVM models are particularly sensitive to these outliers because their loss functions may grow indefinitely on these points. This phenomenon has led to the development of bounded loss functions, such as the truncated hinge loss function in RSVM <xref ref-type="bibr" rid="scirp.142752-9">
     [9]
    </xref>. By truncating the loss function, the high values are reset to some constant(s), so that the impact of outliers is under control and the model performance is enhanced.</p>
   <p>Recently, Zhu et al. <xref ref-type="bibr" rid="scirp.142752-10">
     [10]
    </xref> has proposed bounded huberied truncated pinball loss function which can reduce the effect of noise in training samples. Since quartic functions are more complex than quadratic functions, they may improve classifier performance, especially when data follows a nonlinear distribution. Based on this idea, we change the Huberized truncated pinball loss function by replacing the quadratic term with the quartic term. The newly proposed quartic truncated pinball function is bounded and differentiable. The Bregman modified second APG method by Wang et al. <xref ref-type="bibr" rid="scirp.142752-11">
     [11]
    </xref> performs well on such problems, so we use BAPGs to solve the support vector machine problem with the quartic truncated pinball function (QTPSVM).</p>
   <p>The structure of this paper is as follows: In Section 2, some classical SVM models are reviewed. In Section 3, we introduce the QTPSVM model. Then we discuss the application of the BAPGs algorithm on QTPSVM in Section 4. Numerical experiments on real data are done to verify the effectiveness of QTPSVM in Section 5. The last Section is the summary of this paper.</p>
  </sec><sec id="s2">
   <title>
    <xref ref-type="bibr" rid="scirp.142752-"></xref>2. Review on Some Support Vector Machine Models</title>
   <p>In the SVM model for binary classification problem, we denote the training dataset as 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mrow> 
         <mo>
           ( 
         </mo> 
         <mrow> 
          <msub> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              x 
            </mi> 
           </mstyle> 
           <mi>
             i 
           </mi> 
          </msub> 
          <mo>
            , 
          </mo> 
          <msub> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              y 
            </mi> 
           </mstyle> 
           <mi>
             i 
           </mi> 
          </msub> 
         </mrow> 
         <mo>
           ) 
         </mo> 
        </mrow> 
        <mo>
          ∈ 
        </mo> 
        <msup> 
         <mi>
           ℝ 
         </mi> 
         <mi>
           n 
         </mi> 
        </msup> 
        <mo>
          × 
        </mo> 
        <mrow> 
         <mo>
           { 
         </mo> 
         <mrow> 
          <mn>
            1 
          </mn> 
          <mo>
            , 
          </mo> 
          <mo>
            − 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
         <mo>
           } 
         </mo> 
        </mrow> 
        <mo>
          , 
        </mo> 
        <mi>
          i 
        </mi> 
        <mo>
          = 
        </mo> 
        <mn>
          1 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          2 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          3 
        </mn> 
        <mo>
          , 
        </mo> 
        <mo>
          ⋯ 
        </mo> 
        <mo>
          , 
        </mo> 
        <mi>
          m 
        </mi> 
       </mrow> 
       <mo>
         } 
       </mo> 
      </mrow> 
     </mrow> 
    </math>, where 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          x 
        </mi> 
       </mstyle> 
       <mi>
         i 
       </mi> 
      </msub> 
     </mrow> 
    </math> is a n-dimensional predictor variable, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mstyle mathvariant="bold" mathsize="normal"> 
        <mi>
          y 
        </mi> 
       </mstyle> 
       <mi>
         i 
       </mi> 
      </msub> 
     </mrow> 
    </math> is its label and m is the number of samples. The key to solving this problem is to identify a separating hyperplane represented by 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msup> 
       <mi>
         w 
       </mi> 
       <mtext>
         T 
       </mtext> 
      </msup> 
      <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         x 
       </mi> 
      </mstyle> 
      <mo>
        + 
      </mo> 
      <mi>
        b 
      </mi> 
      <mo>
        = 
      </mo> 
      <mn>
        0 
      </mn> 
     </mrow> 
    </math>, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        w 
      </mi> 
      <mo>
        ∈ 
      </mo> 
      <msup> 
       <mi>
         ℝ 
       </mi> 
       <mi>
         n 
       </mi> 
      </msup> 
     </mrow> 
    </math>, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        b 
      </mi> 
      <mo>
        ∈ 
      </mo> 
      <mi>
        ℝ 
      </mi> 
     </mrow> 
    </math>, with the objective of maximizing the margin and the training error. The SVM classification can be expressed as an unconstrained optimization problem:</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <munder> 
       <mrow> 
        <mtext>
          min 
        </mtext> 
       </mrow> 
       <mrow> 
        <mi>
          w 
        </mi> 
        <mo>
          , 
        </mo> 
        <mi>
          b 
        </mi> 
       </mrow> 
      </munder> 
      <mfrac> 
       <mn>
         1 
       </mn> 
       <mi>
         m 
       </mi> 
      </mfrac> 
      <munderover> 
       <mstyle mathsize="140%" displaystyle="true"> 
        <mo>
          ∑ 
        </mo> 
       </mstyle> 
       <mrow> 
        <mi>
          i 
        </mi> 
        <mo>
          = 
        </mo> 
        <mn>
          1 
        </mn> 
       </mrow> 
       <mi>
         m 
       </mi> 
      </munderover> 
      <mtext>
          
      </mtext> 
      <mi>
        ℓ 
      </mi> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mrow> 
        <msub> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            y 
          </mi> 
         </mstyle> 
         <mi>
           i 
         </mi> 
        </msub> 
        <mrow> 
         <mo>
           ( 
         </mo> 
         <mrow> 
          <msup> 
           <mi>
             w 
           </mi> 
           <mtext>
             T 
           </mtext> 
          </msup> 
          <msub> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              x 
            </mi> 
           </mstyle> 
           <mi>
             i 
           </mi> 
          </msub> 
          <mo>
            + 
          </mo> 
          <mi>
            b 
          </mi> 
         </mrow> 
         <mo>
           ) 
         </mo> 
        </mrow> 
       </mrow> 
       <mo>
         ) 
       </mo> 
      </mrow> 
      <mo>
        + 
      </mo> 
      <msub> 
       <mrow> 
        <mtext>
          Penalty 
        </mtext> 
       </mrow> 
       <mi>
         λ 
       </mi> 
      </msub> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mrow> 
        <mi>
          w 
        </mi> 
        <mo>
          , 
        </mo> 
        <mi>
          b 
        </mi> 
       </mrow> 
       <mo>
         ) 
       </mo> 
      </mrow> 
      <mo>
        , 
      </mo> 
     </mrow> 
    </math></p>
   <p>where 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
       ℓ 
     </mi> 
    </math> denotes the loss function and 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mrow> 
        <mtext>
          Penalty 
        </mtext> 
       </mrow> 
       <mi>
         λ 
       </mi> 
      </msub> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mrow> 
        <mi>
          w 
        </mi> 
        <mo>
          , 
        </mo> 
        <mi>
          b 
        </mi> 
       </mrow> 
       <mo>
         ) 
       </mo> 
      </mrow> 
     </mrow> 
    </math> is the penalty (regularization) term, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        λ 
      </mi> 
      <mo>
        &gt; 
      </mo> 
      <mn>
        0 
      </mn> 
     </mrow> 
    </math> is the regularization parameter, used to balance the loss and the penalty. The decision function 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msup> 
       <mi>
         w 
       </mi> 
       <mtext>
         T 
       </mtext> 
      </msup> 
      <mstyle mathvariant="bold" mathsize="normal"> 
       <mi>
         x 
       </mi> 
      </mstyle> 
      <mo>
        + 
      </mo> 
      <mi>
        b 
      </mi> 
     </mrow> 
    </math> is used to determine the class of 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
      <mi>
        x 
      </mi> 
     </mstyle> 
    </math>: 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mstyle mathvariant="bold" mathsize="normal"> 
      <mi>
        x 
      </mi> 
     </mstyle> 
    </math> is classified as positive if the the decision function is positive, and negative otherwise.</p>
   <p>There are several kinds of penalty terms commonly used in support vector machine problems:</p>
   <p>1) The 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         L 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
     </mrow> 
    </math> norm penalty 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mfrac> 
       <mi>
         λ 
       </mi> 
       <mn>
         2 
       </mn> 
      </mfrac> 
      <msubsup> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mi>
           w 
         </mi> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         2 
       </mn> 
       <mn>
         2 
       </mn> 
      </msubsup> 
     </mrow> 
    </math>. This is a traditional penalty term for various machine learning problems, but it does not perform well on sparse solutions.</p>
   <p>2) The 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         L 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
     </mrow> 
    </math> norm penalty 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        λ 
      </mi> 
      <msub> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mi>
           w 
         </mi> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         1 
       </mn> 
      </msub> 
     </mrow> 
    </math>. It has a good effect on sparsity, but it is limited by the number of samples and may over-prune in some highly correlated features <xref ref-type="bibr" rid="scirp.142752-12">
     [12]
    </xref>.</p>
   <p>3) The Elastic Net penalty combines the 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         L 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
     </mrow> 
    </math> norm and the 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         L 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
     </mrow> 
    </math> norm <xref ref-type="bibr" rid="scirp.142752-13">
     [13]
    </xref>, integrates the advantages of both terms and overcoming their drawbacks. The commonly used forms are:</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <msub> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mrow> 
          <msub> 
           <mi>
             w 
           </mi> 
           <mn>
             1 
           </mn> 
          </msub> 
         </mrow> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        + 
      </mo> 
      <mfrac> 
       <mrow> 
        <msub> 
         <mi>
           λ 
         </mi> 
         <mn>
           2 
         </mn> 
        </msub> 
       </mrow> 
       <mn>
         2 
       </mn> 
      </mfrac> 
      <msubsup> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mrow> 
          <msub> 
           <mi>
             w 
           </mi> 
           <mn>
             2 
           </mn> 
          </msub> 
         </mrow> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         2 
       </mn> 
       <mn>
         2 
       </mn> 
      </msubsup> 
     </mrow> 
    </math> (2.1)</p>
   <p>and</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <msub> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mrow> 
          <msub> 
           <mi>
             w 
           </mi> 
           <mn>
             1 
           </mn> 
          </msub> 
         </mrow> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        + 
      </mo> 
      <mfrac> 
       <mrow> 
        <msub> 
         <mi>
           λ 
         </mi> 
         <mn>
           2 
         </mn> 
        </msub> 
       </mrow> 
       <mn>
         2 
       </mn> 
      </mfrac> 
      <msubsup> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mrow> 
          <msub> 
           <mi>
             w 
           </mi> 
           <mn>
             2 
           </mn> 
          </msub> 
         </mrow> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         2 
       </mn> 
       <mn>
         2 
       </mn> 
      </msubsup> 
      <mo>
        + 
      </mo> 
      <mfrac> 
       <mrow> 
        <msub> 
         <mi>
           λ 
         </mi> 
         <mn>
           3 
         </mn> 
        </msub> 
       </mrow> 
       <mn>
         2 
       </mn> 
      </mfrac> 
      <msup> 
       <mi>
         b 
       </mi> 
       <mn>
         2 
       </mn> 
      </msup> 
      <mo>
        . 
      </mo> 
     </mrow> 
    </math> (2.2)</p>
   <p>In SVM, the most popular and widely used loss function is the hinge loss function (Rectified Linear Unit function), which is denoted by 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          hinge 
        </mtext> 
       </mrow> 
      </msub> 
      <mo>
        : 
      </mo> 
      <mi>
        ℝ 
      </mi> 
      <mo>
        → 
      </mo> 
      <mi>
        ℝ 
      </mi> 
     </mrow> 
    </math>, and is defined as follows:</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          hinge 
        </mtext> 
       </mrow> 
      </msub> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mi>
         u 
       </mi> 
       <mo>
         ) 
       </mo> 
      </mrow> 
      <mo>
        = 
      </mo> 
      <mtext>
        max 
      </mtext> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mn>
          0 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          1 
        </mn> 
        <mo>
          − 
        </mo> 
        <mi>
          u 
        </mi> 
       </mrow> 
       <mo>
         } 
       </mo> 
      </mrow> 
      <mo>
        = 
      </mo> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mtable columnalign="left"> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              0 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              &gt; 
            </mo> 
            <mn>
              1. 
            </mn> 
           </mrow> 
          </mtd> 
         </mtr> 
        </mtable> 
       </mrow> 
      </mrow> 
     </mrow> 
    </math></p>
   <p>Another commonly used one is the pinball loss function 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          pinball 
        </mtext> 
       </mrow> 
      </msub> 
      <mo>
        : 
      </mo> 
      <mi>
        ℝ 
      </mi> 
      <mo>
        → 
      </mo> 
      <mi>
        ℝ 
      </mi> 
     </mrow> 
    </math>,</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          pinball 
        </mtext> 
       </mrow> 
      </msub> 
      <mo>
        = 
      </mo> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mtable columnalign="left"> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              τ 
            </mi> 
            <mrow> 
             <mo>
               ( 
             </mo> 
             <mrow> 
              <mi>
                u 
              </mi> 
              <mo>
                − 
              </mo> 
              <mn>
                1 
              </mn> 
             </mrow> 
             <mo>
               ) 
             </mo> 
            </mrow> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              &gt; 
            </mo> 
            <mn>
              1. 
            </mn> 
           </mrow> 
          </mtd> 
         </mtr> 
        </mtable> 
       </mrow> 
      </mrow> 
     </mrow> 
    </math></p>
   <p>where 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        τ 
      </mi> 
      <mo>
        ≥ 
      </mo> 
      <mn>
        0 
      </mn> 
     </mrow> 
    </math> is the preset parameter. It is obvious that 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          hinge 
        </mtext> 
       </mrow> 
      </msub> 
     </mrow> 
    </math> is a special case of 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          pinball 
        </mtext> 
       </mrow> 
      </msub> 
     </mrow> 
    </math> when 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        τ 
      </mi> 
      <mo>
        = 
      </mo> 
      <mn>
        0 
      </mn> 
     </mrow> 
    </math>. The classification models obtained by combining the above two loss functions with the 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         L 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
     </mrow> 
    </math>-norm penalty are referred to as HSVM <xref ref-type="bibr" rid="scirp.142752-2">
     [2]
    </xref> and PSVM <xref ref-type="bibr" rid="scirp.142752-3">
     [3]
    </xref> respectively.</p>
   <p>Both hinge loss function and pinball loss function are nondifferentiable (at zero point) convex functions. In applications, non-differentiability restricts the choice of algorithms, while convexity makes the loss function value of outliers larger, thus greatly affects the model effect.</p>
   <p>In order to overcome this weakness of convexity, the truncation method is a common idea, which is to redefine large values as some constant (s). For example, the truncation hinge loss function in RSVM <xref ref-type="bibr" rid="scirp.142752-9">
     [9]
    </xref> is</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        ℓ 
      </mi> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mi>
         u 
       </mi> 
       <mo>
         ) 
       </mo> 
      </mrow> 
      <mo>
        = 
      </mo> 
      <mtext>
        min 
      </mtext> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mi>
          s 
        </mi> 
        <mo>
          , 
        </mo> 
        <msub> 
         <mi>
           ℓ 
         </mi> 
         <mrow> 
          <mtext>
            hinge 
          </mtext> 
         </mrow> 
        </msub> 
        <mrow> 
         <mo>
           ( 
         </mo> 
         <mi>
           u 
         </mi> 
         <mo>
           ) 
         </mo> 
        </mrow> 
       </mrow> 
       <mo>
         } 
       </mo> 
      </mrow> 
      <mo>
        = 
      </mo> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mtable columnalign="left"> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              s 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              s 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              s 
            </mi> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              0 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              &gt; 
            </mo> 
            <mn>
              1. 
            </mn> 
           </mrow> 
          </mtd> 
         </mtr> 
        </mtable> 
       </mrow> 
      </mrow> 
     </mrow> 
    </math></p>
   <p>Such operation makes the model more stable when dealing with noisy data. However, the truncation method makes the loss function nonconvex, so it has higher requirements for the algorithms.</p>
   <p>An important method for handling non-differentiability is to locally correct the function values near the non-differentiable points, to make the entire function differentiable. Huberization is a common correction approach that uses quadratic functions to handle non-differentiable points. For example, the Huberized hinge loss function used in HHSVM <xref ref-type="bibr" rid="scirp.142752-14">
     [14]
    </xref>:</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mi>
         H 
       </mi> 
      </msub> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mi>
         u 
       </mi> 
       <mo>
         ) 
       </mo> 
      </mrow> 
      <mo>
        = 
      </mo> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mtable columnalign="left"> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              0 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              &gt; 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mfrac> 
             <mrow> 
              <msup> 
               <mrow> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <mn>
                    1 
                  </mn> 
                  <mo>
                    − 
                  </mo> 
                  <mi>
                    u 
                  </mi> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
               <mn>
                 2 
               </mn> 
              </msup> 
             </mrow> 
             <mrow> 
              <mn>
                2 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mrow> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
        </mtable> 
       </mrow> 
      </mrow> 
     </mrow> 
    </math></p>
   <p>where 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        δ 
      </mi> 
      <mo>
        &gt; 
      </mo> 
      <mn>
        0 
      </mn> 
     </mrow> 
    </math> is a pre-specified constant.</p>
   <p>Based on the above methods, Zhu et al. <xref ref-type="bibr" rid="scirp.142752-10">
     [10]
    </xref> proposed the HTPSVM classification model:</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <munder> 
       <mrow> 
        <mtext>
          min 
        </mtext> 
       </mrow> 
       <mrow> 
        <mi>
          w 
        </mi> 
        <mo>
          , 
        </mo> 
        <mi>
          b 
        </mi> 
       </mrow> 
      </munder> 
      <mfrac> 
       <mn>
         1 
       </mn> 
       <mi>
         m 
       </mi> 
      </mfrac> 
      <munderover> 
       <mstyle mathsize="140%" displaystyle="true"> 
        <mo>
          ∑ 
        </mo> 
       </mstyle> 
       <mrow> 
        <mi>
          i 
        </mi> 
        <mo>
          = 
        </mo> 
        <mn>
          1 
        </mn> 
       </mrow> 
       <mi>
         m 
       </mi> 
      </munderover> 
      <mtext>
          
      </mtext> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          htp 
        </mtext> 
       </mrow> 
      </msub> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mrow> 
        <msub> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            y 
          </mi> 
         </mstyle> 
         <mi>
           i 
         </mi> 
        </msub> 
        <mrow> 
         <mo>
           ( 
         </mo> 
         <mrow> 
          <msup> 
           <mi>
             w 
           </mi> 
           <mtext>
             T 
           </mtext> 
          </msup> 
          <msub> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              x 
            </mi> 
           </mstyle> 
           <mi>
             i 
           </mi> 
          </msub> 
          <mo>
            + 
          </mo> 
          <mi>
            b 
          </mi> 
         </mrow> 
         <mo>
           ) 
         </mo> 
        </mrow> 
       </mrow> 
       <mo>
         ) 
       </mo> 
      </mrow> 
      <mo>
        + 
      </mo> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <msub> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mi>
           w 
         </mi> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        + 
      </mo> 
      <mfrac> 
       <mrow> 
        <msub> 
         <mi>
           λ 
         </mi> 
         <mn>
           2 
         </mn> 
        </msub> 
       </mrow> 
       <mn>
         2 
       </mn> 
      </mfrac> 
      <msubsup> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mi>
           w 
         </mi> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         2 
       </mn> 
       <mn>
         2 
       </mn> 
      </msubsup> 
      <mo>
        + 
      </mo> 
      <mfrac> 
       <mrow> 
        <msub> 
         <mi>
           λ 
         </mi> 
         <mn>
           3 
         </mn> 
        </msub> 
       </mrow> 
       <mn>
         2 
       </mn> 
      </mfrac> 
      <msup> 
       <mi>
         b 
       </mi> 
       <mn>
         2 
       </mn> 
      </msup> 
      <mo>
        . 
      </mo> 
     </mrow> 
    </math></p>
   <p>where 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        , 
      </mo> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
      <mo>
        ≥ 
      </mo> 
      <mn>
        0 
      </mn> 
     </mrow> 
    </math> are regularization parameters. The loss function is</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          htp 
        </mtext> 
       </mrow> 
      </msub> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mi>
         u 
       </mi> 
       <mo>
         ) 
       </mo> 
      </mrow> 
      <mo>
        = 
      </mo> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mtable columnalign="left"> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               1 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              − 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               1 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </mfrac> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mrow> 
              <msup> 
               <mrow> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <mi>
                    u 
                  </mi> 
                  <mo>
                    − 
                  </mo> 
                  <mn>
                    1 
                  </mn> 
                  <mo>
                    + 
                  </mo> 
                  <msub> 
                   <mi>
                     θ 
                   </mi> 
                   <mn>
                     1 
                   </mn> 
                  </msub> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
               <mn>
                 2 
               </mn> 
              </msup> 
             </mrow> 
             <mrow> 
              <mn>
                2 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mrow> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              − 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               1 
             </mn> 
            </msub> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               1 
             </mn> 
            </msub> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mfrac> 
             <mrow> 
              <msup> 
               <mrow> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <mn>
                    1 
                  </mn> 
                  <mo>
                    − 
                  </mo> 
                  <mi>
                    u 
                  </mi> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
               <mn>
                 2 
               </mn> 
              </msup> 
             </mrow> 
             <mrow> 
              <mn>
                2 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mrow> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mfrac> 
             <mrow> 
              <mi>
                τ 
              </mi> 
              <msup> 
               <mrow> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <mn>
                    1 
                  </mn> 
                  <mo>
                    − 
                  </mo> 
                  <mi>
                    u 
                  </mi> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
               <mn>
                 2 
               </mn> 
              </msup> 
             </mrow> 
             <mrow> 
              <mn>
                2 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mrow> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mo>
              − 
            </mo> 
            <mi>
              τ 
            </mi> 
            <mrow> 
             <mo>
               ( 
             </mo> 
             <mrow> 
              <mn>
                1 
              </mn> 
              <mo>
                − 
              </mo> 
              <mi>
                u 
              </mi> 
              <mo>
                + 
              </mo> 
              <mfrac> 
               <mi>
                 δ 
               </mi> 
               <mn>
                 2 
               </mn> 
              </mfrac> 
             </mrow> 
             <mo>
               ) 
             </mo> 
            </mrow> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mo>
              − 
            </mo> 
            <mi>
              τ 
            </mi> 
            <mrow> 
             <mo>
               ( 
             </mo> 
             <mrow> 
              <mn>
                1 
              </mn> 
              <mo>
                − 
              </mo> 
              <mi>
                u 
              </mi> 
              <mo>
                + 
              </mo> 
              <mfrac> 
               <mi>
                 δ 
               </mi> 
               <mn>
                 2 
               </mn> 
              </mfrac> 
             </mrow> 
             <mo>
               ) 
             </mo> 
            </mrow> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mrow> 
              <mi>
                τ 
              </mi> 
              <msup> 
               <mrow> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <mi>
                    u 
                  </mi> 
                  <mo>
                    − 
                  </mo> 
                  <mn>
                    1 
                  </mn> 
                  <mo>
                    − 
                  </mo> 
                  <msub> 
                   <mi>
                     θ 
                   </mi> 
                   <mn>
                     2 
                   </mn> 
                  </msub> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
               <mn>
                 2 
               </mn> 
              </msup> 
             </mrow> 
             <mrow> 
              <mn>
                2 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mrow> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              + 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              τ 
            </mi> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              &gt; 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              + 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <mo>
              . 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
        </mtable> 
       </mrow> 
      </mrow> 
     </mrow> 
    </math></p>
   <p>where 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         θ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        , 
      </mo> 
      <msub> 
       <mi>
         θ 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
      <mo>
        &gt; 
      </mo> 
      <mn>
        0 
      </mn> 
     </mrow> 
    </math>, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        δ 
      </mi> 
      <mo>
        ∈ 
      </mo> 
      <mrow> 
       <mo>
         [ 
       </mo> 
       <mrow> 
        <mn>
          0 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          1 
        </mn> 
        <mi>
          min 
        </mi> 
        <mrow> 
         <mo>
           { 
         </mo> 
         <mrow> 
          <msub> 
           <mi>
             θ 
           </mi> 
           <mn>
             1 
           </mn> 
          </msub> 
          <mo>
            , 
          </mo> 
          <msub> 
           <mi>
             θ 
           </mi> 
           <mn>
             2 
           </mn> 
          </msub> 
         </mrow> 
         <mo>
           } 
         </mo> 
        </mrow> 
       </mrow> 
       <mo>
         ) 
       </mo> 
      </mrow> 
     </mrow> 
    </math>, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        τ 
      </mi> 
      <mo>
        ∈ 
      </mo> 
      <mrow> 
       <mo>
         [ 
       </mo> 
       <mrow> 
        <mn>
          0 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          1 
        </mn> 
       </mrow> 
       <mo>
         ] 
       </mo> 
      </mrow> 
     </mrow> 
    </math> are pre-specified constants. Here we note that 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          htp 
        </mtext> 
       </mrow> 
      </msub> 
     </mrow> 
    </math> is obtained by truncating the pinball loss function and then applying Huberization. Experiments validate that HTPSVM not only has better performance in terms of noise resistance compared to other methods, but also demonstrates improved time efficiency in solving the problem using the APG algorithm.</p>
  </sec><sec id="s3">
   <title>
    <xref ref-type="bibr" rid="scirp.142752-"></xref>3. Robust Support Vector Machine Classifier with the Quartic Truncated Pinball Loss (QTPSVM)</title>
   <p>Inspired by the Huberization method and HTPSVM, we replace the quadratic term in HTPSVM with a quartic function to obtain the following quartic truncated pinball loss function:</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         l 
       </mi> 
       <mrow> 
        <mtext>
          qtp 
        </mtext> 
       </mrow> 
      </msub> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mi>
         u 
       </mi> 
       <mo>
         ) 
       </mo> 
      </mrow> 
      <mo>
        = 
      </mo> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mtable columnalign="left"> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               1 
             </mn> 
            </msub> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              − 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               1 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mo>
              − 
            </mo> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mi>
              u 
            </mi> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mn>
               3 
             </mn> 
             <mn>
               4 
             </mn> 
            </mfrac> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               3 
             </mn> 
            </msup> 
            <mo>
              + 
            </mo> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mrow> 
              <msup> 
               <mrow> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <mi>
                    u 
                  </mi> 
                  <mo>
                    − 
                  </mo> 
                  <mn>
                    1 
                  </mn> 
                  <mo>
                    + 
                  </mo> 
                  <msub> 
                   <mi>
                     θ 
                   </mi> 
                   <mn>
                     1 
                   </mn> 
                  </msub> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
               <mn>
                 4 
               </mn> 
              </msup> 
             </mrow> 
             <mrow> 
              <mn>
                4 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mrow> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              − 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               1 
             </mn> 
            </msub> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               1 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mo>
              − 
            </mo> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mi>
              u 
            </mi> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mn>
               3 
             </mn> 
             <mn>
               4 
             </mn> 
            </mfrac> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               3 
             </mn> 
            </msup> 
            <mo>
              + 
            </mo> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               1 
             </mn> 
            </msub> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mfrac> 
             <mrow> 
              <msup> 
               <mrow> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <mn>
                    1 
                  </mn> 
                  <mo>
                    − 
                  </mo> 
                  <mi>
                    u 
                  </mi> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
               <mn>
                 4 
               </mn> 
              </msup> 
             </mrow> 
             <mrow> 
              <mn>
                4 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mrow> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              − 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mfrac> 
             <mrow> 
              <mi>
                τ 
              </mi> 
              <msup> 
               <mrow> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <mn>
                    1 
                  </mn> 
                  <mo>
                    − 
                  </mo> 
                  <mi>
                    u 
                  </mi> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
               <mn>
                 4 
               </mn> 
              </msup> 
             </mrow> 
             <mrow> 
              <mn>
                4 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mrow> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              τ 
            </mi> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mi>
              u 
            </mi> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mn>
               3 
             </mn> 
             <mn>
               4 
             </mn> 
            </mfrac> 
            <mi>
              τ 
            </mi> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               3 
             </mn> 
            </msup> 
            <mo>
              − 
            </mo> 
            <mi>
              τ 
            </mi> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              τ 
            </mi> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mi>
              u 
            </mi> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mn>
               3 
             </mn> 
             <mn>
               4 
             </mn> 
            </mfrac> 
            <mi>
              τ 
            </mi> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               3 
             </mn> 
            </msup> 
            <mo>
              − 
            </mo> 
            <mi>
              τ 
            </mi> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mo>
              − 
            </mo> 
            <mfrac> 
             <mrow> 
              <mi>
                τ 
              </mi> 
              <msup> 
               <mrow> 
                <mrow> 
                 <mo>
                   ( 
                 </mo> 
                 <mrow> 
                  <mi>
                    u 
                  </mi> 
                  <mo>
                    − 
                  </mo> 
                  <mn>
                    1 
                  </mn> 
                  <mo>
                    − 
                  </mo> 
                  <msub> 
                   <mi>
                     θ 
                   </mi> 
                   <mn>
                     2 
                   </mn> 
                  </msub> 
                 </mrow> 
                 <mo>
                   ) 
                 </mo> 
                </mrow> 
               </mrow> 
               <mn>
                 4 
               </mn> 
              </msup> 
             </mrow> 
             <mrow> 
              <mn>
                4 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mrow> 
            </mfrac> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <mo>
              &lt; 
            </mo> 
            <mi>
              u 
            </mi> 
            <mo>
              ≤ 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              + 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
         <mtr columnalign="left"> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              τ 
            </mi> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <msup> 
             <mi>
               δ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msup> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
          <mtd columnalign="left"> 
           <mrow> 
            <mi>
              u 
            </mi> 
            <mo>
              &gt; 
            </mo> 
            <mn>
              1 
            </mn> 
            <mo>
              + 
            </mo> 
            <mi>
              δ 
            </mi> 
            <mo>
              + 
            </mo> 
            <msub> 
             <mi>
               θ 
             </mi> 
             <mn>
               2 
             </mn> 
            </msub> 
            <mo>
              , 
            </mo> 
           </mrow> 
          </mtd> 
         </mtr> 
        </mtable> 
       </mrow> 
      </mrow> 
     </mrow> 
    </math></p>
   <p>where 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         θ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        , 
      </mo> 
      <msub> 
       <mi>
         θ 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
      <mo>
        &gt; 
      </mo> 
      <mn>
        0 
      </mn> 
     </mrow> 
    </math>, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mn>
        0 
      </mn> 
      <mo>
        ≤ 
      </mo> 
      <mi>
        δ 
      </mi> 
      <mo>
        ≤ 
      </mo> 
      <mtext>
        min 
      </mtext> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <msub> 
         <mi>
           θ 
         </mi> 
         <mn>
           1 
         </mn> 
        </msub> 
        <mo>
          , 
        </mo> 
        <msub> 
         <mi>
           θ 
         </mi> 
         <mn>
           2 
         </mn> 
        </msub> 
       </mrow> 
       <mo>
         } 
       </mo> 
      </mrow> 
     </mrow> 
    </math>, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        τ 
      </mi> 
      <mo>
        ∈ 
      </mo> 
      <mrow> 
       <mo>
         [ 
       </mo> 
       <mrow> 
        <mn>
          0 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          1 
        </mn> 
       </mrow> 
       <mo>
         ] 
       </mo> 
      </mrow> 
     </mrow> 
    </math> are pre-specified constants. We notice that 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          qtp 
        </mtext> 
       </mrow> 
      </msub> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mi>
         u 
       </mi> 
       <mo>
         ) 
       </mo> 
      </mrow> 
     </mrow> 
    </math> is bounded, continuous and differentiable, but not convex.</p>
   <p>The SVM classifier with the quartic truncated pinball loss (QTPSVM) based on the elastic net penalty is defined as:</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <munder> 
       <mrow> 
        <mtext>
          min 
        </mtext> 
       </mrow> 
       <mrow> 
        <mi>
          w 
        </mi> 
        <mo>
          , 
        </mo> 
        <mi>
          b 
        </mi> 
       </mrow> 
      </munder> 
      <mfrac> 
       <mn>
         1 
       </mn> 
       <mi>
         m 
       </mi> 
      </mfrac> 
      <munderover> 
       <mstyle mathsize="140%" displaystyle="true"> 
        <mo>
          ∑ 
        </mo> 
       </mstyle> 
       <mrow> 
        <mi>
          i 
        </mi> 
        <mo>
          = 
        </mo> 
        <mn>
          1 
        </mn> 
       </mrow> 
       <mi>
         m 
       </mi> 
      </munderover> 
      <mtext>
          
      </mtext> 
      <msub> 
       <mi>
         ℓ 
       </mi> 
       <mrow> 
        <mtext>
          qtp 
        </mtext> 
       </mrow> 
      </msub> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mrow> 
        <msub> 
         <mstyle mathvariant="bold" mathsize="normal"> 
          <mi>
            y 
          </mi> 
         </mstyle> 
         <mi>
           i 
         </mi> 
        </msub> 
        <mrow> 
         <mo>
           ( 
         </mo> 
         <mrow> 
          <msup> 
           <mi>
             w 
           </mi> 
           <mtext>
             T 
           </mtext> 
          </msup> 
          <msub> 
           <mstyle mathvariant="bold" mathsize="normal"> 
            <mi>
              x 
            </mi> 
           </mstyle> 
           <mi>
             i 
           </mi> 
          </msub> 
          <mo>
            + 
          </mo> 
          <mi>
            b 
          </mi> 
         </mrow> 
         <mo>
           ) 
         </mo> 
        </mrow> 
       </mrow> 
       <mo>
         ) 
       </mo> 
      </mrow> 
      <mo>
        + 
      </mo> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <msub> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mi>
           w 
         </mi> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        + 
      </mo> 
      <mfrac> 
       <mrow> 
        <msub> 
         <mi>
           λ 
         </mi> 
         <mn>
           2 
         </mn> 
        </msub> 
       </mrow> 
       <mn>
         2 
       </mn> 
      </mfrac> 
      <msubsup> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mi>
           w 
         </mi> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mn>
         2 
       </mn> 
       <mn>
         2 
       </mn> 
      </msubsup> 
      <mo>
        + 
      </mo> 
      <mfrac> 
       <mrow> 
        <msub> 
         <mi>
           λ 
         </mi> 
         <mn>
           3 
         </mn> 
        </msub> 
       </mrow> 
       <mn>
         2 
       </mn> 
      </mfrac> 
      <msup> 
       <mi>
         b 
       </mi> 
       <mn>
         2 
       </mn> 
      </msup> 
      <mo>
        . 
      </mo> 
     </mrow> 
    </math> (3.1)</p>
   <p>where 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        , 
      </mo> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
      <mo>
        , 
      </mo> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         3 
       </mn> 
      </msub> 
     </mrow> 
    </math> are regularization parameters. The advantage of QTPSVM over HTPSVM lies in the fact that, compared to the uniform change of derivatives for quadratic functions, the derivative of a quartic function changes very slowly within each segment and more rapidly at the boundaries, with relatively smaller fluctuations in function values. This makes the impact of misclassified points near the separating hyperplane on the function value and derivative smaller, thereby enhances the noise resistance of the model. However, quartic functions may lead higher requirements on algorithms, so we need a suitable method to solve this problem, which is the BAPGS algorithm we introduce below.</p>
  </sec><sec id="s4">
   <title>
    <xref ref-type="bibr" rid="scirp.142752-"></xref>4. The Bregman Modified Second APG Method for Solving QTPSVM Problem</title>
   <p>The quartic truncated pinball loss is nonconvex. However, many algorithms for nonconvex optimization problems may not perform well on quartic functions due to the usage of the proximal operator.</p>
   <p>So to solve (3.1), we adopt the Bregman modified second accelerated proximal gradient (BAPGs) method, which is a variant of the modified second accelerated proximal gradient (APGs) method by replacing the proximal operator by the minimization involving the Bregman distance.</p>
   <sec id="s4_1">
    <title>
     <xref ref-type="bibr" rid="scirp.142752-"></xref>4.1. The BAPGs Method</title>
    <p>The BAPGs are used to solve optimization problems in the following form:</p>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         min 
       </mi> 
       <mi>
         F 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          x 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         : 
       </mo> 
       <mo>
         = 
       </mo> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          x 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         + 
       </mo> 
       <msub> 
        <mi>
          P 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          x 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         − 
       </mo> 
       <msub> 
        <mi>
          P 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          x 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         , 
       </mo> 
      </mrow> 
     </math> (4.1)</p>
    <p>where 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        f 
      </mi> 
     </math> is a differentiable function on 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mi>
          d 
        </mi> 
       </msup> 
      </mrow> 
     </math>, 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          P 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
      </mrow> 
     </math> is proper, convex and lower semicontinuous, and 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          P 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math> is proper and convex.</p>
    <p>Inspired by Nesterov's second acceleration method <xref ref-type="bibr" rid="scirp.142752-15">
      [15]
     </xref>, Lin and Liu proposed a modified second accelerated proximal gradient (APGs) method for this type of problem. At each iteration, it depends on the resolution of the subproblem,</p>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mi>
          z 
        </mi> 
        <mrow> 
         <mi>
           k 
         </mi> 
         <mo>
           + 
         </mo> 
         <mn>
           1 
         </mn> 
        </mrow> 
       </msup> 
       <mo>
         = 
       </mo> 
       <mtext>
         arg 
       </mtext> 
       <munder> 
        <mrow> 
         <mtext>
           min 
         </mtext> 
        </mrow> 
        <mrow> 
         <mi>
           z 
         </mi> 
         <mo>
           ∈ 
         </mo> 
         <msup> 
          <mi>
            ℝ 
          </mi> 
          <mi>
            d 
          </mi> 
         </msup> 
        </mrow> 
       </munder> 
       <mrow> 
        <mo>
          { 
        </mo> 
        <mrow> 
         <mrow> 
          <mo>
            〈 
          </mo> 
          <mrow> 
           <mo>
             ∇ 
           </mo> 
           <mi>
             f 
           </mi> 
           <mrow> 
            <mo>
              ( 
            </mo> 
            <mrow> 
             <msup> 
              <mi>
                y 
              </mi> 
              <mi>
                k 
              </mi> 
             </msup> 
            </mrow> 
            <mo>
              ) 
            </mo> 
           </mrow> 
           <mo>
             − 
           </mo> 
           <msup> 
            <mi>
              ξ 
            </mi> 
            <mi>
              k 
            </mi> 
           </msup> 
           <mo>
             , 
           </mo> 
           <mi>
             z 
           </mi> 
           <mo>
             − 
           </mo> 
           <msup> 
            <mi>
              y 
            </mi> 
            <mi>
              k 
            </mi> 
           </msup> 
          </mrow> 
          <mo>
            〉 
          </mo> 
         </mrow> 
         <mo>
           + 
         </mo> 
         <msub> 
          <mi>
            P 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mi>
            z 
          </mi> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mo>
           + 
         </mo> 
         <mfrac> 
          <mrow> 
           <msub> 
            <mi>
              θ 
            </mi> 
            <mi>
              k 
            </mi> 
           </msub> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </mfrac> 
         <mi>
           L 
         </mi> 
         <msup> 
          <mrow> 
           <mrow> 
            <mo>
              ‖ 
            </mo> 
            <mrow> 
             <mi>
               z 
             </mi> 
             <mo>
               − 
             </mo> 
             <msup> 
              <mi>
                z 
              </mi> 
              <mi>
                k 
              </mi> 
             </msup> 
            </mrow> 
            <mo>
              ‖ 
            </mo> 
           </mrow> 
          </mrow> 
          <mn>
            2 
          </mn> 
         </msup> 
        </mrow> 
        <mo>
          } 
        </mo> 
       </mrow> 
       <mo>
         , 
       </mo> 
      </mrow> 
     </math> (4.2)</p>
    <p>where 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mi>
          ξ 
        </mi> 
        <mi>
          k 
        </mi> 
       </msup> 
       <mo>
         ∈ 
       </mo> 
       <mo>
         ∂ 
       </mo> 
       <msub> 
        <mi>
          P 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msup> 
          <mi>
            x 
          </mi> 
          <mi>
            k 
          </mi> 
         </msup> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> is a subgradient of 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          P 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math> at 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mi>
          x 
        </mi> 
        <mi>
          k 
        </mi> 
       </msup> 
      </mrow> 
     </math>. Ren, Liu and Wang proved the convergence properties of this method when 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        f 
      </mi> 
     </math> is nonconvex <xref ref-type="bibr" rid="scirp.142752-16">
      [16]
     </xref>. To ensure global convergence of the iteration, both in <xref ref-type="bibr" rid="scirp.142752-17">
      [17]
     </xref> and <xref ref-type="bibr" rid="scirp.142752-16">
      [16]
     </xref>, 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        f 
      </mi> 
     </math> need to be L-smooth, i.e., 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          ‖ 
        </mo> 
        <mrow> 
         <mo>
           ∇ 
         </mo> 
         <mi>
           f 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mi>
            x 
          </mi> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mo>
           − 
         </mo> 
         <mo>
           ∇ 
         </mo> 
         <mi>
           f 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mi>
            y 
          </mi> 
          <mo>
            ) 
          </mo> 
         </mrow> 
        </mrow> 
        <mo>
          ‖ 
        </mo> 
       </mrow> 
       <mo>
         ≤ 
       </mo> 
       <mi>
         L 
       </mi> 
       <mrow> 
        <mo>
          ‖ 
        </mo> 
        <mrow> 
         <mi>
           x 
         </mi> 
         <mo>
           − 
         </mo> 
         <mi>
           y 
         </mi> 
        </mrow> 
        <mo>
          ‖ 
        </mo> 
       </mrow> 
      </mrow> 
     </math> for all 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         x 
       </mi> 
       <mo>
         , 
       </mo> 
       <mi>
         y 
       </mi> 
       <mo>
         ∈ 
       </mo> 
       <mi>
         int 
       </mi> 
       <mtext>
         dom 
       </mtext> 
       <mtext>
           
       </mtext> 
       <mi>
         f 
       </mi> 
      </mrow> 
     </math>.</p>
    <p>Based on the good performance of APGs in many problems in the form of (4.1) and some improvement of introducing Bregman distance into existing algorithms, Wang, Liu and Ren combine Bregman distance with APGs to construct a new algorithm <xref ref-type="bibr" rid="scirp.142752-11">
      [11]
     </xref>.</p>
    <p>Definition (Bregman Distances <xref ref-type="bibr" rid="scirp.142752-18">
      [18]
     </xref>) Suppose that 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         h 
       </mi> 
       <mo>
         : 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mi>
          d 
        </mi> 
       </msup> 
       <mo>
         → 
       </mo> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mo>
           − 
         </mo> 
         <mi>
           ∞ 
         </mi> 
         <mo>
           , 
         </mo> 
         <mo>
           + 
         </mo> 
         <mi>
           ∞ 
         </mi> 
        </mrow> 
        <mo>
          ] 
        </mo> 
       </mrow> 
      </mrow> 
     </math> is a proper, continuously differentiable, convex function, the following function 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          D 
        </mi> 
        <mi>
          h 
        </mi> 
       </msub> 
       <mo>
         : 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mi>
          d 
        </mi> 
       </msup> 
       <mo>
         × 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mi>
          d 
        </mi> 
       </msup> 
       <mo>
         → 
       </mo> 
       <msub> 
        <mi>
          ℝ 
        </mi> 
        <mo>
          + 
        </mo> 
       </msub> 
      </mrow> 
     </math> is called the Bregman distance corresponding to 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        h 
      </mi> 
     </math>:</p>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          D 
        </mi> 
        <mi>
          h 
        </mi> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <mi>
           x 
         </mi> 
         <mo>
           , 
         </mo> 
         <mi>
           y 
         </mi> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         : 
       </mo> 
       <mo>
         = 
       </mo> 
       <mi>
         h 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          x 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         − 
       </mo> 
       <mi>
         h 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          y 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         − 
       </mo> 
       <mrow> 
        <mo>
          〈 
        </mo> 
        <mrow> 
         <mo>
           ∇ 
         </mo> 
         <mi>
           h 
         </mi> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mi>
            y 
          </mi> 
          <mo>
            ) 
          </mo> 
         </mrow> 
         <mo>
           , 
         </mo> 
         <mi>
           x 
         </mi> 
         <mo>
           − 
         </mo> 
         <mi>
           y 
         </mi> 
        </mrow> 
        <mo>
          〉 
        </mo> 
       </mrow> 
       <mo>
         . 
       </mo> 
      </mrow> 
     </math></p>
    <p>The BAPGs algorithm are shown as follows</p>
    <fig id="fig1" position="float">
     <label>Figure 1</label>
     <caption>
      <title>
       <xref ref-type="bibr" rid="scirp.142752-"></xref>4.2. Settings for the BAPGs Method on QTPSVMIn order to apply BAPGs to the QTPSVM problems, we first organize problem (3.1) into the form of (4.1), (we always use 

       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
         
  x
 
        </mi>

       </math> to denote 

       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mrow> 
    
           <mi>
            
     w
    
           </mi>
    
           <mo>
            
     ,
    
           </mo>
    
           <mi>
            
     b
    
           </mi>
   
          </mrow> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
 
        </mrow>

       </math> in the details of the algorithm)
       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mtable columnalign="left"> 
  
         <mtr> 
   
          <mtd> 
    
           <mi>
            
     f
    
           </mi>
    
           <mrow>
     
            <mo>
              ( 
            </mo> 
     
            <mi>
              x 
            </mi> 
     
            <mo>
              ) 
            </mo>
    
           </mrow>
    
           <mo>
            
     =
    
           </mo>
    
           <msub> 
     
            <mi>
              f 
            </mi> 
     
            <mn>
              1 
            </mn> 
    
           </msub> 
    
           <mrow>
     
            <mo>
              ( 
            </mo> 
     
            <mi>
              x 
            </mi> 
     
            <mo>
              ) 
            </mo>
    
           </mrow>
    
           <mo>
            
     −
    
           </mo>
    
           <msub> 
     
            <mi>
              f 
            </mi> 
     
            <mn>
              3 
            </mn> 
    
           </msub> 
    
           <mrow>
     
            <mo>
              ( 
            </mo> 
     
            <mi>
              x 
            </mi> 
     
            <mo>
              ) 
            </mo>
    
           </mrow>
    
           <mo>
            
     ,
    
           </mo> 
   
          </mtd> 
  
         </mtr> 
  
         <mtr> 
   
          <mtd> 
    
           <msub> 
     
            <mi>
              P 
            </mi> 
     
            <mn>
              1 
            </mn> 
    
           </msub> 
    
           <mrow>
     
            <mo>
              ( 
            </mo> 
     
            <mi>
              x 
            </mi> 
     
            <mo>
              ) 
            </mo>
    
           </mrow>
    
           <mo>
            
     =
    
           </mo>
    
           <msub> 
     
            <mi>
              P 
            </mi> 
     
            <mn>
              1 
            </mn> 
    
           </msub> 
    
           <mrow>
     
            <mo>
              ( 
            </mo> 
     
            <mrow> 
             <mi>
               w 
             </mi> 
             <mo>
               , 
             </mo> 
             <mi>
               b 
             </mi> 
            </mrow> 
     
            <mo>
              ) 
            </mo>
    
           </mrow>
    
           <mo>
            
     =
    
           </mo>
    
           <msub> 
     
            <mi>
              λ 
            </mi> 
     
            <mn>
              1 
            </mn> 
    
           </msub> 
    
           <msub> 
     
            <mrow> 
             <mo>
               ‖ 
             </mo> 
             <mi>
               w 
             </mi> 
             <mo>
               ‖ 
             </mo> 
            </mrow> 
     
            <mn>
              1 
            </mn> 
    
           </msub> 
    
           <mo>
            
     +
    
           </mo>
    
           <mfrac> 
     
            <mrow> 
             <msub> 
              <mi>
                λ 
              </mi> 
              <mn>
                2 
              </mn> 
             </msub> 
            </mrow> 
     
            <mn>
              2 
            </mn> 
    
           </mfrac> 
    
           <msubsup> 
     
            <mrow> 
             <mo>
               ‖ 
             </mo> 
             <mi>
               w 
             </mi> 
             <mo>
               ‖ 
             </mo> 
            </mrow> 
     
            <mn>
              2 
            </mn> 
     
            <mn>
              2 
            </mn> 
    
           </msubsup> 
    
           <mo>
            
     +
    
           </mo>
    
           <mfrac> 
     
            <mrow> 
             <msub> 
              <mi>
                λ 
              </mi> 
              <mn>
                3 
              </mn> 
             </msub> 
            </mrow> 
     
            <mn>
              2 
            </mn> 
    
           </mfrac> 
    
           <msup> 
     
            <mi>
              b 
            </mi> 
     
            <mn>
              2 
            </mn> 
    
           </msup> 
    
           <mo>
            
     ,
    
           </mo> 
   
          </mtd> 
  
         </mtr> 
  
         <mtr> 
   
          <mtd> 
    
           <msub> 
     
            <mi>
              P 
            </mi> 
     
            <mn>
              2 
            </mn> 
    
           </msub> 
    
           <mrow>
     
            <mo>
              ( 
            </mo> 
     
            <mi>
              x 
            </mi> 
     
            <mo>
              ) 
            </mo>
    
           </mrow>
    
           <mo>
            
     =
    
           </mo>
    
           <msub> 
     
            <mi>
              f 
            </mi> 
     
            <mn>
              2 
            </mn> 
    
           </msub> 
    
           <mrow>
     
            <mo>
              ( 
            </mo> 
     
            <mi>
              x 
            </mi> 
     
            <mo>
              ) 
            </mo>
    
           </mrow>
    
           <mo>
            
     ,
    
           </mo> 
   
          </mtd> 
  
         </mtr> 
 
        </mtable> 

       </math>where 

       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <msub> 
   
          <mi>
           
    f
   
          </mi> 
   
          <mi>
           
    j
   
          </mi> 
  
         </msub> 
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mi>
           
    x
   
          </mi> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   =
  
         </mo>
  
         <msub> 
   
          <mi>
           
    f
   
          </mi> 
   
          <mi>
           
    j
   
          </mi> 
  
         </msub> 
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mrow> 
    
           <mi>
            
     w
    
           </mi>
    
           <mo>
            
     ,
    
           </mo>
    
           <mi>
            
     b
    
           </mi>
   
          </mrow> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   =
  
         </mo>
  
         <mfrac> 
   
          <mn>
           
    1
   
          </mn> 
   
          <mi>
           
    m
   
          </mi> 
  
         </mfrac> 
  
         <mstyle displaystyle="true"> 
   
          <msubsup> 
    
           <mo>
            
     ∑
    
           </mo> 
    
           <mrow> 
     
            <mi>
              i 
            </mi>
     
            <mo>
              = 
            </mo>
     
            <mn>
              1 
            </mn>
    
           </mrow> 
    
           <mi>
            
     m
    
           </mi> 
   
          </msubsup> 
   
          <mrow> 
    
           <msub> 
     
            <mi>
              l 
            </mi> 
     
            <mi>
              j 
            </mi> 
    
           </msub> 
   
          </mrow> 
  
         </mstyle>
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mrow> 
    
           <msub> 
     
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               y 
             </mi> 
            </mstyle> 
     
            <mi>
              i 
            </mi> 
    
           </msub> 
    
           <mrow>
     
            <mo>
              ( 
            </mo> 
     
            <mrow> 
             <mi>
               b 
             </mi> 
             <mo>
               + 
             </mo> 
             <msup> 
              <mi>
                w 
              </mi> 
              <mtext>
                T 
              </mtext> 
             </msup> 
             <msub> 
              <mstyle mathvariant="bold" mathsize="normal"> 
               <mi>
                 x 
               </mi> 
              </mstyle> 
              <mi>
                i 
              </mi> 
             </msub> 
            </mrow> 
     
            <mo>
              ) 
            </mo>
    
           </mrow>
   
          </mrow> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   ,
  
         </mo>
  
         <mi>
          
   j
  
         </mi>
  
         <mo>
          
   =
  
         </mo>
  
         <mn>
          
   1
  
         </mn>
  
         <mo>
          
   ,
  
         </mo>
  
         <mn>
          
   2
  
         </mn>
  
         <mo>
          
   ,
  
         </mo>
  
         <mn>
          
   3
  
         </mn>
 
        </mrow>

       </math>,
       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <msub> 
   
          <mi>
           
    l
   
          </mi> 
   
          <mn>
           
    1
   
          </mn> 
  
         </msub> 
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mi>
           
    u
   
          </mi> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   =
  
         </mo>
  
         <mrow>
   
          <mo>
           
    {
   
          </mo> 
   
          <mrow> 
    
           <mtable columnalign="left"> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mo>
                 − 
               </mo> 
               <msup> 
                <mi>
                  δ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msup> 
               <mi>
                 u 
               </mi> 
               <mo>
                 − 
               </mo> 
               <mfrac> 
                <mn>
                  3 
                </mn> 
                <mn>
                  4 
                </mn> 
               </mfrac> 
               <msup> 
                <mi>
                  δ 
                </mi> 
                <mn>
                  3 
                </mn> 
               </msup> 
               <mo>
                 + 
               </mo> 
               <msup> 
                <mi>
                  δ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msup> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mi>
                 u 
               </mi> 
               <mo>
                 ≤ 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 − 
               </mo> 
               <mi>
                 δ 
               </mi> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mfrac> 
                <mrow> 
                 <msup> 
                  <mrow> 
                   <mrow> 
                    <mo>
                      ( 
                    </mo> 
                    <mrow> 
                     <mn>
                       1 
                     </mn> 
                     <mo>
                       − 
                     </mo> 
                     <mi>
                       u 
                     </mi> 
                    </mrow> 
                    <mo>
                      ) 
                    </mo> 
                   </mrow> 
                  </mrow> 
                  <mn>
                    4 
                  </mn> 
                 </msup> 
                </mrow> 
                <mrow> 
                 <mn>
                   4 
                 </mn> 
                 <mi>
                   δ 
                 </mi> 
                </mrow> 
               </mfrac> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mn>
                 1 
               </mn> 
               <mo>
                 − 
               </mo> 
               <mi>
                 δ 
               </mi> 
               <mo>
                 &lt; 
               </mo> 
               <mi>
                 u 
               </mi> 
               <mo>
                 ≤ 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mfrac> 
                <mrow> 
                 <mi>
                   τ 
                 </mi> 
                 <msup> 
                  <mrow> 
                   <mrow> 
                    <mo>
                      ( 
                    </mo> 
                    <mrow> 
                     <mn>
                       1 
                     </mn> 
                     <mo>
                       − 
                     </mo> 
                     <mi>
                       u 
                     </mi> 
                    </mrow> 
                    <mo>
                      ) 
                    </mo> 
                   </mrow> 
                  </mrow> 
                  <mn>
                    4 
                  </mn> 
                 </msup> 
                </mrow> 
                <mrow> 
                 <mn>
                   4 
                 </mn> 
                 <mi>
                   δ 
                 </mi> 
                </mrow> 
               </mfrac> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mn>
                 1 
               </mn> 
               <mo>
                 &lt; 
               </mo> 
               <mi>
                 u 
               </mi> 
               <mo>
                 ≤ 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 + 
               </mo> 
               <mi>
                 δ 
               </mi> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mi>
                 τ 
               </mi> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msup> 
                  <mi>
                    δ 
                  </mi> 
                  <mn>
                    2 
                  </mn> 
                 </msup> 
                 <mi>
                   u 
                 </mi> 
                 <mo>
                   − 
                 </mo> 
                 <mfrac> 
                  <mn>
                    3 
                  </mn> 
                  <mn>
                    4 
                  </mn> 
                 </mfrac> 
                 <msup> 
                  <mi>
                    δ 
                  </mi> 
                  <mn>
                    3 
                  </mn> 
                 </msup> 
                 <mo>
                   − 
                 </mo> 
                 <msup> 
                  <mi>
                    δ 
                  </mi> 
                  <mn>
                    2 
                  </mn> 
                 </msup> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mi>
                 u 
               </mi> 
               <mo>
                 &gt; 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 + 
               </mo> 
               <mi>
                 δ 
               </mi> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
    
           </mtable>
   
          </mrow> 
  
         </mrow>
 
        </mrow>

       </math>
       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <msub> 
   
          <mi>
           
    l
   
          </mi> 
   
          <mn>
           
    2
   
          </mn> 
  
         </msub> 
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mi>
           
    u
   
          </mi> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   =
  
         </mo>
  
         <mrow>
   
          <mo>
           
    {
   
          </mo> 
   
          <mrow> 
    
           <mtable columnalign="left"> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mo>
                 − 
               </mo> 
               <msup> 
                <mi>
                  δ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msup> 
               <mi>
                 u 
               </mi> 
               <mo>
                 − 
               </mo> 
               <mfrac> 
                <mn>
                  3 
                </mn> 
                <mn>
                  4 
                </mn> 
               </mfrac> 
               <msup> 
                <mi>
                  δ 
                </mi> 
                <mn>
                  3 
                </mn> 
               </msup> 
               <mo>
                 + 
               </mo> 
               <msup> 
                <mi>
                  δ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msup> 
               <mo>
                 − 
               </mo> 
               <msub> 
                <mi>
                  θ 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
               <msup> 
                <mi>
                  δ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msup> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mi>
                 u 
               </mi> 
               <mo>
                 ≤ 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 − 
               </mo> 
               <mi>
                 δ 
               </mi> 
               <mo>
                 − 
               </mo> 
               <msub> 
                <mi>
                  θ 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mfrac> 
                <mrow> 
                 <msup> 
                  <mrow> 
                   <mrow> 
                    <mo>
                      ( 
                    </mo> 
                    <mrow> 
                     <mi>
                       u 
                     </mi> 
                     <mo>
                       − 
                     </mo> 
                     <mn>
                       1 
                     </mn> 
                     <mo>
                       + 
                     </mo> 
                     <msub> 
                      <mi>
                        θ 
                      </mi> 
                      <mn>
                        1 
                      </mn> 
                     </msub> 
                    </mrow> 
                    <mo>
                      ) 
                    </mo> 
                   </mrow> 
                  </mrow> 
                  <mn>
                    4 
                  </mn> 
                 </msup> 
                </mrow> 
                <mrow> 
                 <mn>
                   4 
                 </mn> 
                 <mi>
                   δ 
                 </mi> 
                </mrow> 
               </mfrac> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mn>
                 1 
               </mn> 
               <mo>
                 − 
               </mo> 
               <mi>
                 δ 
               </mi> 
               <mo>
                 − 
               </mo> 
               <msub> 
                <mi>
                  θ 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
               <mo>
                 &lt; 
               </mo> 
               <mi>
                 u 
               </mi> 
               <mo>
                 ≤ 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 − 
               </mo> 
               <msub> 
                <mi>
                  θ 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mn>
                 0 
               </mn> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mi>
                 u 
               </mi> 
               <mo>
                 &gt; 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 − 
               </mo> 
               <msub> 
                <mi>
                  θ 
                </mi> 
                <mn>
                  1 
                </mn> 
               </msub> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
    
           </mtable>
   
          </mrow> 
  
         </mrow>
 
        </mrow>

       </math>
       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <msub> 
   
          <mi>
           
    l
   
          </mi> 
   
          <mn>
           
    3
   
          </mn> 
  
         </msub> 
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mi>
           
    u
   
          </mi> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   =
  
         </mo>
  
         <mrow>
   
          <mo>
           
    {
   
          </mo> 
   
          <mrow> 
    
           <mtable columnalign="left"> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mn>
                 0 
               </mn> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mi>
                 u 
               </mi> 
               <mo>
                 ≤ 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 + 
               </mo> 
               <msub> 
                <mi>
                  θ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msub> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mfrac> 
                <mrow> 
                 <mi>
                   τ 
                 </mi> 
                 <msup> 
                  <mrow> 
                   <mrow> 
                    <mo>
                      ( 
                    </mo> 
                    <mrow> 
                     <mi>
                       u 
                     </mi> 
                     <mo>
                       − 
                     </mo> 
                     <mn>
                       1 
                     </mn> 
                     <mo>
                       − 
                     </mo> 
                     <msub> 
                      <mi>
                        θ 
                      </mi> 
                      <mn>
                        2 
                      </mn> 
                     </msub> 
                    </mrow> 
                    <mo>
                      ) 
                    </mo> 
                   </mrow> 
                  </mrow> 
                  <mn>
                    4 
                  </mn> 
                 </msup> 
                </mrow> 
                <mrow> 
                 <mn>
                   4 
                 </mn> 
                 <mi>
                   δ 
                 </mi> 
                </mrow> 
               </mfrac> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mn>
                 1 
               </mn> 
               <mo>
                 + 
               </mo> 
               <msub> 
                <mi>
                  θ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msub> 
               <mo>
                 &lt; 
               </mo> 
               <mi>
                 u 
               </mi> 
               <mo>
                 ≤ 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 + 
               </mo> 
               <mi>
                 δ 
               </mi> 
               <mo>
                 + 
               </mo> 
               <msub> 
                <mi>
                  θ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msub> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
     
            <mtr columnalign="left"> 
             <mtd columnalign="left"> 
              <mrow> 
               <mi>
                 τ 
               </mi> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msup> 
                  <mi>
                    δ 
                  </mi> 
                  <mn>
                    2 
                  </mn> 
                 </msup> 
                 <mi>
                   u 
                 </mi> 
                 <mo>
                   − 
                 </mo> 
                 <mfrac> 
                  <mn>
                    3 
                  </mn> 
                  <mn>
                    4 
                  </mn> 
                 </mfrac> 
                 <msup> 
                  <mi>
                    δ 
                  </mi> 
                  <mn>
                    3 
                  </mn> 
                 </msup> 
                 <mo>
                   − 
                 </mo> 
                 <msup> 
                  <mi>
                    δ 
                  </mi> 
                  <mn>
                    2 
                  </mn> 
                 </msup> 
                 <mo>
                   − 
                 </mo> 
                 <msub> 
                  <mi>
                    θ 
                  </mi> 
                  <mn>
                    2 
                  </mn> 
                 </msub> 
                 <msup> 
                  <mi>
                    δ 
                  </mi> 
                  <mn>
                    2 
                  </mn> 
                 </msup> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
               <mo>
                 , 
               </mo> 
              </mrow> 
             </mtd> 
             <mtd columnalign="left"> 
              <mrow> 
               <mi>
                 u 
               </mi> 
               <mo>
                 &gt; 
               </mo> 
               <mn>
                 1 
               </mn> 
               <mo>
                 + 
               </mo> 
               <mi>
                 δ 
               </mi> 
               <mo>
                 + 
               </mo> 
               <msub> 
                <mi>
                  θ 
                </mi> 
                <mn>
                  2 
                </mn> 
               </msub> 
               <mo>
                 . 
               </mo> 
              </mrow> 
             </mtd> 
            </mtr> 
    
           </mtable>
   
          </mrow> 
  
         </mrow>
 
        </mrow>

       </math>According to the common setting of similar problems <xref ref-type="bibr" rid="scirp.142752-19">
        [19]
       </xref>, we take 

       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <mi>
          
   h
  
         </mi>
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mi>
           
    x
   
          </mi> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   =
  
         </mo>
  
         <mfrac> 
   
          <mn>
           
    1
   
          </mn> 
   
          <mn>
           
    4
   
          </mn> 
  
         </mfrac> 
  
         <msubsup> 
   
          <mrow> 
    
           <mrow>
     
            <mo>
              ‖ 
            </mo> 
     
            <mi>
              x 
            </mi> 
     
            <mo>
              ‖ 
            </mo>
    
           </mrow>
   
          </mrow> 
   
          <mn>
           
    2
   
          </mn> 
   
          <mn>
           
    4
   
          </mn> 
  
         </msubsup> 
 
        </mrow>

       </math>. In theory, parameter 

       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
         
  L
 
        </mi>

       </math> should ensure that 

       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <mi>
          
   L
  
         </mi>
  
         <mi>
          
   h
  
         </mi>
  
         <mo>
          
   ±
  
         </mo>
  
         <mi>
          
   f
  
         </mi>
 
        </mrow>

       </math> is a convex function, namely for any 

       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <mi>
          
   x
  
         </mi>
  
         <mo>
          
   =
  
         </mo>
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mrow> 
    
           <mi>
            
     w
    
           </mi>
    
           <mo>
            
     ,
    
           </mo>
    
           <mi>
            
     b
    
           </mi>
   
          </mrow> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   ∈
  
         </mo>
  
         <msup> 
   
          <mi>
           
    ℝ
   
          </mi> 
   
          <mi>
           
    n
   
          </mi> 
  
         </msup> 
  
         <mo>
          
   ×
  
         </mo>
  
         <mi>
          
   ℝ
  
         </mi>
 
        </mrow>

       </math>,
       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <mi>
          
   L
  
         </mi>
  
         <msup> 
   
          <mo>
           
    ∇
   
          </mo> 
   
          <mn>
           
    2
   
          </mn> 
  
         </msup> 
  
         <mi>
          
   h
  
         </mi>
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mi>
           
    x
   
          </mi> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   ±
  
         </mo>
  
         <msup> 
   
          <mo>
           
    ∇
   
          </mo> 
   
          <mn>
           
    2
   
          </mn> 
  
         </msup> 
  
         <mi>
          
   f
  
         </mi>
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mi>
           
    x
   
          </mi> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <munder accentunder="true"> 
   
          <mo>
           
    ≻
   
          </mo> 
   
          <mo>
           
    _
   
          </mo> 
  
         </munder> 
  
         <mn>
          
   0
  
         </mn>
  
         <mo>
          
   ,
  
         </mo>
 
        </mrow>

       </math>Noting that 

       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <msup> 
   
          <mo>
           
    ∇
   
          </mo> 
   
          <mn>
           
    2
   
          </mn> 
  
         </msup> 
  
         <mi>
          
   h
  
         </mi>
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mi>
           
    x
   
          </mi> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   =
  
         </mo>
  
         <msup> 
   
          <mrow> 
    
           <mrow>
     
            <mo>
              ‖ 
            </mo> 
     
            <mi>
              x 
            </mi> 
     
            <mo>
              ‖ 
            </mo>
    
           </mrow>
   
          </mrow> 
   
          <mn>
           
    2
   
          </mn> 
  
         </msup> 
  
         <mi>
          
   I
  
         </mi>
  
         <mo>
          
   +
  
         </mo>
  
         <mn>
          
   2
  
         </mn>
  
         <mi>
          
   x
  
         </mi>
  
         <msup> 
   
          <mi>
           
    x
   
          </mi> 
   
          <mtext>
           
    T
   
          </mtext> 
  
         </msup> 
 
        </mrow>

       </math>, 

       <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
  
         <msup> 
   
          <mo>
           
    ∇
   
          </mo> 
   
          <mn>
           
    2
   
          </mn> 
  
         </msup> 
  
         <mi>
          
   f
  
         </mi>
  
         <mrow>
   
          <mo>
           
    (
   
          </mo> 
   
          <mi>
           
    x
   
          </mi> 
   
          <mo>
           
    )
   
          </mo>
  
         </mrow>
  
         <mo>
          
   =
  
         </mo>
  
         <mfrac> 
   
          <mn>
           
    1
   
          </mn> 
   
          <mi>
           
    m
   
          </mi> 
  
         </mfrac> 
  
         <mstyle displaystyle="true"> 
   
          <msubsup> 
    
           <mo>
            
     ∑
    
           </mo> 
    
           <mrow> 
     
            <mi>
              i 
            </mi>
     
            <mo>
              = 
            </mo>
     
            <mn>
              1 
            </mn>
    
           </mrow> 
    
           <mi>
            
     m
    
           </mi> 
   
          </msubsup> 
   
          <mrow> 
    
           <msub> 
     
            <mi>
              Q 
            </mi> 
     
            <mi>
              i 
            </mi> 
    
           </msub> 
   
          </mrow> 
  
         </mstyle>
 
        </mrow>

       </math>, and</title>
     </caption>
     <graphic mimetype="image" position="float" xlink:type="simple" xlink:href="https://html.scirp.org/file/7405424-rId139.jpeg?20250523021825" />
    </fig>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          Q 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mrow> 
        <mo>
          { 
        </mo> 
        <mrow> 
         <mtable columnalign="left"> 
          <mtr columnalign="left"> 
           <mtd columnalign="left"> 
            <mrow> 
             <mfrac> 
              <mn>
                3 
              </mn> 
              <mi>
                δ 
              </mi> 
             </mfrac> 
             <msup> 
              <mrow> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msub> 
                  <mi>
                    u 
                  </mi> 
                  <mi>
                    i 
                  </mi> 
                 </msub> 
                 <mo>
                   − 
                 </mo> 
                 <mn>
                   1 
                 </mn> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
              </mrow> 
              <mn>
                2 
              </mn> 
             </msup> 
             <msub> 
              <mi>
                Q 
              </mi> 
              <mi>
                i 
              </mi> 
             </msub> 
             <mo>
               , 
             </mo> 
            </mrow> 
           </mtd> 
           <mtd columnalign="left"> 
            <mrow> 
             <mn>
               1 
             </mn> 
             <mo>
               − 
             </mo> 
             <mi>
               δ 
             </mi> 
             <mo>
               &lt; 
             </mo> 
             <msub> 
              <mi>
                u 
              </mi> 
              <mi>
                i 
              </mi> 
             </msub> 
             <mo>
               ≤ 
             </mo> 
             <mn>
               1 
             </mn> 
             <mo>
               , 
             </mo> 
            </mrow> 
           </mtd> 
          </mtr> 
          <mtr columnalign="left"> 
           <mtd columnalign="left"> 
            <mrow> 
             <mfrac> 
              <mrow> 
               <mn>
                 3 
               </mn> 
               <mi>
                 τ 
               </mi> 
              </mrow> 
              <mi>
                δ 
              </mi> 
             </mfrac> 
             <msup> 
              <mrow> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msub> 
                  <mi>
                    u 
                  </mi> 
                  <mi>
                    i 
                  </mi> 
                 </msub> 
                 <mo>
                   − 
                 </mo> 
                 <mn>
                   1 
                 </mn> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
              </mrow> 
              <mn>
                2 
              </mn> 
             </msup> 
             <msub> 
              <mi>
                Q 
              </mi> 
              <mi>
                i 
              </mi> 
             </msub> 
             <mo>
               , 
             </mo> 
            </mrow> 
           </mtd> 
           <mtd columnalign="left"> 
            <mrow> 
             <mn>
               1 
             </mn> 
             <mo>
               &lt; 
             </mo> 
             <mi>
               u 
             </mi> 
             <mo>
               ≤ 
             </mo> 
             <mn>
               1 
             </mn> 
             <mo>
               + 
             </mo> 
             <mi>
               δ 
             </mi> 
             <mo>
               , 
             </mo> 
            </mrow> 
           </mtd> 
          </mtr> 
          <mtr columnalign="left"> 
           <mtd columnalign="left"> 
            <mrow> 
             <mo>
               − 
             </mo> 
             <mfrac> 
              <mrow> 
               <mn>
                 3 
               </mn> 
               <mi>
                 τ 
               </mi> 
              </mrow> 
              <mi>
                δ 
              </mi> 
             </mfrac> 
             <msup> 
              <mrow> 
               <mrow> 
                <mo>
                  ( 
                </mo> 
                <mrow> 
                 <msub> 
                  <mi>
                    u 
                  </mi> 
                  <mi>
                    i 
                  </mi> 
                 </msub> 
                 <mo>
                   − 
                 </mo> 
                 <mn>
                   1 
                 </mn> 
                 <mo>
                   − 
                 </mo> 
                 <msub> 
                  <mi>
                    θ 
                  </mi> 
                  <mn>
                    2 
                  </mn> 
                 </msub> 
                </mrow> 
                <mo>
                  ) 
                </mo> 
               </mrow> 
              </mrow> 
              <mn>
                2 
              </mn> 
             </msup> 
             <msub> 
              <mi>
                Q 
              </mi> 
              <mi>
                i 
              </mi> 
             </msub> 
             <mo>
               , 
             </mo> 
            </mrow> 
           </mtd> 
           <mtd columnalign="left"> 
            <mrow> 
             <mn>
               1 
             </mn> 
             <mo>
               + 
             </mo> 
             <msub> 
              <mi>
                θ 
              </mi> 
              <mn>
                2 
              </mn> 
             </msub> 
             <mo>
               &lt; 
             </mo> 
             <mi>
               u 
             </mi> 
             <mo>
               ≤ 
             </mo> 
             <mn>
               1 
             </mn> 
             <mo>
               + 
             </mo> 
             <mi>
               δ 
             </mi> 
             <mo>
               + 
             </mo> 
             <msub> 
              <mi>
                θ 
              </mi> 
              <mn>
                2 
              </mn> 
             </msub> 
             <mo>
               , 
             </mo> 
            </mrow> 
           </mtd> 
          </mtr> 
          <mtr columnalign="left"> 
           <mtd columnalign="left"> 
            <mrow> 
             <mn>
               0 
             </mn> 
             <mo>
               , 
             </mo> 
            </mrow> 
           </mtd> 
           <mtd columnalign="left"> 
            <mrow> 
             <mtext>
               else 
             </mtext> 
             <mo>
               . 
             </mo> 
            </mrow> 
           </mtd> 
          </mtr> 
         </mtable> 
        </mrow> 
       </mrow> 
      </mrow> 
     </math></p>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          Q 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <msup> 
        <mrow> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mrow> 
           <msub> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               y 
             </mi> 
            </mstyle> 
            <mi>
              i 
            </mi> 
           </msub> 
           <msubsup> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               x 
             </mi> 
            </mstyle> 
            <mi>
              i 
            </mi> 
            <mtext>
              T 
            </mtext> 
           </msubsup> 
           <mo>
             , 
           </mo> 
           <msub> 
            <mstyle mathvariant="bold" mathsize="normal"> 
             <mi>
               y 
             </mi> 
            </mstyle> 
            <mi>
              i 
            </mi> 
           </msub> 
          </mrow> 
          <mo>
            ) 
          </mo> 
         </mrow> 
        </mrow> 
        <mtext>
          T 
        </mtext> 
       </msup> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             y 
           </mi> 
          </mstyle> 
          <mi>
            i 
          </mi> 
         </msub> 
         <msubsup> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             x 
           </mi> 
          </mstyle> 
          <mi>
            i 
          </mi> 
          <mtext>
            T 
          </mtext> 
         </msubsup> 
         <mo>
           , 
         </mo> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             y 
           </mi> 
          </mstyle> 
          <mi>
            i 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math>, 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          u 
        </mi> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <msub> 
        <mstyle mathvariant="bold" mathsize="normal"> 
         <mi>
           y 
         </mi> 
        </mstyle> 
        <mi>
          i 
        </mi> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msup> 
          <mi>
            w 
          </mi> 
          <mtext>
            T 
          </mtext> 
         </msup> 
         <msub> 
          <mstyle mathvariant="bold" mathsize="normal"> 
           <mi>
             x 
           </mi> 
          </mstyle> 
          <mi>
            i 
          </mi> 
         </msub> 
         <mo>
           + 
         </mo> 
         <mi>
           b 
         </mi> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math>. Here we see that precisely calculating the range of 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        L 
      </mi> 
     </math> is very difficult. However, in actual algorithms, we only need 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         L 
       </mi> 
       <mi>
         h 
       </mi> 
       <mo>
         ± 
       </mo> 
       <mi>
         f 
       </mi> 
      </mrow> 
     </math> to be convex near the optimal point, and in the experiments, the variations of 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mo>
          ∇ 
        </mo> 
        <mn>
          2 
        </mn> 
       </msup> 
       <mi>
         h 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          x 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> and 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mo>
          ∇ 
        </mo> 
        <mn>
          2 
        </mn> 
       </msup> 
       <mi>
         f 
       </mi> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          x 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> near the optimal point are not significant. Therefore, we can approximately estimate 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        L 
      </mi> 
     </math> at the initial point (if the initial point is zero, we set 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         L 
       </mi> 
       <mo>
         = 
       </mo> 
       <mn>
         1 
       </mn> 
      </mrow> 
     </math>), and adjust it at 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mi>
          x 
        </mi> 
        <mi>
          N 
        </mi> 
       </msup> 
      </mrow> 
     </math> (where 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        N 
      </mi> 
     </math> is introduced next), then we restart the algorithm with new 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        L 
      </mi> 
     </math> from the original initial point.</p>
    <p>For the sequence 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mrow> 
        <mo>
          { 
        </mo> 
        <mrow> 
         <msub> 
          <mi>
            θ 
          </mi> 
          <mi>
            k 
          </mi> 
         </msub> 
        </mrow> 
        <mo>
          } 
        </mo> 
       </mrow> 
      </mrow> 
     </math>, we let 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          θ 
        </mi> 
        <mn>
          0 
        </mn> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mn>
         1 
       </mn> 
      </mrow> 
     </math>, and for a positive integer 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        N 
      </mi> 
     </math>, let</p>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          θ 
        </mi> 
        <mi>
          k 
        </mi> 
       </msub> 
       <mo>
         : 
       </mo> 
       <mo>
         = 
       </mo> 
       <mfrac> 
        <mrow> 
         <msqrt> 
          <mrow> 
           <msubsup> 
            <mi>
              θ 
            </mi> 
            <mrow> 
             <mi>
               k 
             </mi> 
             <mo>
               − 
             </mo> 
             <mn>
               1 
             </mn> 
            </mrow> 
            <mn>
              4 
            </mn> 
           </msubsup> 
           <mo>
             + 
           </mo> 
           <mn>
             4 
           </mn> 
           <msubsup> 
            <mi>
              θ 
            </mi> 
            <mrow> 
             <mi>
               k 
             </mi> 
             <mo>
               − 
             </mo> 
             <mn>
               1 
             </mn> 
            </mrow> 
            <mn>
              2 
            </mn> 
           </msubsup> 
           <mo>
             − 
           </mo> 
           <msubsup> 
            <mi>
              θ 
            </mi> 
            <mrow> 
             <mi>
               k 
             </mi> 
             <mo>
               − 
             </mo> 
             <mn>
               1 
             </mn> 
            </mrow> 
            <mn>
              2 
            </mn> 
           </msubsup> 
          </mrow> 
         </msqrt> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </mfrac> 
      </mrow> 
     </math></p>
    <p>when 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mn>
         1 
       </mn> 
       <mo>
         ≤ 
       </mo> 
       <mi>
         k 
       </mi> 
       <mo>
         ≤ 
       </mo> 
       <mi>
         N 
       </mi> 
      </mrow> 
     </math>, and 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          θ 
        </mi> 
        <mi>
          k 
        </mi> 
       </msub> 
       <mo>
         = 
       </mo> 
       <msub> 
        <mi>
          θ 
        </mi> 
        <mi>
          N 
        </mi> 
       </msub> 
      </mrow> 
     </math> for 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         k 
       </mi> 
       <mo>
         &gt; 
       </mo> 
       <mi>
         N 
       </mi> 
      </mrow> 
     </math>. The selection of 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
        N 
      </mi> 
     </math> is flexibly determined in the algorithm according to the judgment method in <xref ref-type="bibr" rid="scirp.142752-16">
      [16]
     </xref>.</p>
    <p>Finally, the following result is used to obtain 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mi>
          z 
        </mi> 
        <mrow> 
         <mi>
           k 
         </mi> 
         <mo>
           + 
         </mo> 
         <mn>
           1 
         </mn> 
        </mrow> 
       </msup> 
      </mrow> 
     </math>:</p>
    <p>Proposition For 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         p 
       </mi> 
       <mo>
         ∈ 
       </mo> 
       <msup> 
        <mi>
          ℝ 
        </mi> 
        <mi>
          d 
        </mi> 
       </msup> 
       <mo>
         , 
       </mo> 
       <mi>
         λ 
       </mi> 
       <mo>
         &gt; 
       </mo> 
       <mn>
         0 
       </mn> 
      </mrow> 
     </math>, let 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          S 
        </mi> 
        <mi>
          λ 
        </mi> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          p 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math> be the soft-thresholding operator, i.e., 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          S 
        </mi> 
        <mi>
          λ 
        </mi> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          p 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mtext>
         max 
       </mtext> 
       <mrow> 
        <mo>
          { 
        </mo> 
        <mrow> 
         <mrow> 
          <mo>
            | 
          </mo> 
          <mi>
            p 
          </mi> 
          <mo>
            | 
          </mo> 
         </mrow> 
         <mo>
           − 
         </mo> 
         <mi>
           λ 
         </mi> 
         <mo>
           , 
         </mo> 
         <mn>
           0 
         </mn> 
        </mrow> 
        <mo>
          } 
        </mo> 
       </mrow> 
       <mtext>
         sgn 
       </mtext> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          p 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math>. Let</p>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mi>
          z 
        </mi> 
        <mo>
          + 
        </mo> 
       </msup> 
       <mo>
         : 
       </mo> 
       <mo>
         = 
       </mo> 
       <mtext>
         argmin 
       </mtext> 
       <mrow> 
        <mo>
          { 
        </mo> 
        <mrow> 
         <mi>
           λ 
         </mi> 
         <msub> 
          <mrow> 
           <mrow> 
            <mo>
              ‖ 
            </mo> 
            <mi>
              z 
            </mi> 
            <mo>
              ‖ 
            </mo> 
           </mrow> 
          </mrow> 
          <mn>
            1 
          </mn> 
         </msub> 
         <mo>
           + 
         </mo> 
         <mrow> 
          <mo>
            〈 
          </mo> 
          <mrow> 
           <mi>
             p 
           </mi> 
           <mo>
             , 
           </mo> 
           <mi>
             z 
           </mi> 
          </mrow> 
          <mo>
            〉 
          </mo> 
         </mrow> 
         <mo>
           + 
         </mo> 
         <msub> 
          <mi>
            c 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
         <msubsup> 
          <mrow> 
           <mrow> 
            <mo>
              ‖ 
            </mo> 
            <mi>
              z 
            </mi> 
            <mo>
              ‖ 
            </mo> 
           </mrow> 
          </mrow> 
          <mn>
            2 
          </mn> 
          <mn>
            4 
          </mn> 
         </msubsup> 
         <mo>
           + 
         </mo> 
         <msub> 
          <mi>
            c 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
         <msubsup> 
          <mrow> 
           <mrow> 
            <mo>
              ‖ 
            </mo> 
            <mi>
              z 
            </mi> 
            <mo>
              ‖ 
            </mo> 
           </mrow> 
          </mrow> 
          <mn>
            2 
          </mn> 
          <mn>
            2 
          </mn> 
         </msubsup> 
        </mrow> 
        <mo>
          } 
        </mo> 
       </mrow> 
       <mo>
         , 
       </mo> 
      </mrow> 
     </math></p>
    <p>where 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mo>
         , 
       </mo> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math> are positive constants. We have 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mi>
          z 
        </mi> 
        <mo>
          + 
        </mo> 
       </msup> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
      </mrow> 
     </math> when 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mi>
          S 
        </mi> 
        <mi>
          λ 
        </mi> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          p 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         = 
       </mo> 
       <mn>
         0 
       </mn> 
      </mrow> 
     </math>, and 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msup> 
        <mi>
          z 
        </mi> 
        <mo>
          + 
        </mo> 
       </msup> 
       <mo>
         = 
       </mo> 
       <mo>
         − 
       </mo> 
       <mfrac> 
        <mrow> 
         <msub> 
          <mi>
            S 
          </mi> 
          <mi>
            λ 
          </mi> 
         </msub> 
         <mrow> 
          <mo>
            ( 
          </mo> 
          <mi>
            p 
          </mi> 
          <mo>
            ) 
          </mo> 
         </mrow> 
        </mrow> 
        <mrow> 
         <mn>
           4 
         </mn> 
         <msub> 
          <mi>
            c 
          </mi> 
          <mn>
            1 
          </mn> 
         </msub> 
         <msubsup> 
          <mrow> 
           <mrow> 
            <mo>
              ‖ 
            </mo> 
            <mrow> 
             <msup> 
              <mi>
                z 
              </mi> 
              <mo>
                + 
              </mo> 
             </msup> 
            </mrow> 
            <mo>
              ‖ 
            </mo> 
           </mrow> 
          </mrow> 
          <mn>
            2 
          </mn> 
          <mn>
            2 
          </mn> 
         </msubsup> 
         <mo>
           + 
         </mo> 
         <mn>
           2 
         </mn> 
         <msub> 
          <mi>
            c 
          </mi> 
          <mn>
            2 
          </mn> 
         </msub> 
        </mrow> 
       </mfrac> 
      </mrow> 
     </math> otherwise, where 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <msup> 
            <mi>
              z 
            </mi> 
            <mo>
              + 
            </mo> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math> is such that 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <msub> 
            <mi>
              S 
            </mi> 
            <mi>
              λ 
            </mi> 
           </msub> 
           <mrow> 
            <mo>
              ( 
            </mo> 
            <mi>
              p 
            </mi> 
            <mo>
              ) 
            </mo> 
           </mrow> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mn>
         4 
       </mn> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <msubsup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <msup> 
            <mi>
              z 
            </mi> 
            <mo>
              + 
            </mo> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
        <mn>
          3 
        </mn> 
       </msubsup> 
       <mo>
         + 
       </mo> 
       <mn>
         2 
       </mn> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
       <msub> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <msup> 
            <mi>
              z 
            </mi> 
            <mo>
              + 
            </mo> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math>.</p>
    <p>Proof By the first order optimality condition for convex problems, we have</p>
    <p>
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mn>
         0 
       </mn> 
       <mo>
         ∈ 
       </mo> 
       <mi>
         λ 
       </mi> 
       <mo>
         ∂ 
       </mo> 
       <msub> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <mtext>
               
           </mtext> 
           <mo>
             ⋅ 
           </mo> 
           <mtext>
               
           </mtext> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mrow> 
         <msup> 
          <mi>
            z 
          </mi> 
          <mo>
            + 
          </mo> 
         </msup> 
        </mrow> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         + 
       </mo> 
       <mi>
         p 
       </mi> 
       <mo>
         + 
       </mo> 
       <mn>
         4 
       </mn> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <msubsup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <msup> 
            <mi>
              z 
            </mi> 
            <mo>
              + 
            </mo> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
        <mn>
          2 
        </mn> 
       </msubsup> 
       <msup> 
        <mi>
          z 
        </mi> 
        <mo>
          + 
        </mo> 
       </msup> 
       <mo>
         + 
       </mo> 
       <mn>
         2 
       </mn> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
       <msup> 
        <mi>
          z 
        </mi> 
        <mo>
          + 
        </mo> 
       </msup> 
       <mo>
         . 
       </mo> 
      </mrow> 
     </math></p>
    <p>Let 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         v 
       </mi> 
       <mo>
         = 
       </mo> 
       <mo>
         − 
       </mo> 
       <mn>
         4 
       </mn> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <msubsup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <msup> 
            <mi>
              z 
            </mi> 
            <mo>
              + 
            </mo> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
        <mn>
          2 
        </mn> 
       </msubsup> 
       <msup> 
        <mi>
          z 
        </mi> 
        <mo>
          + 
        </mo> 
       </msup> 
       <mo>
         − 
       </mo> 
       <mn>
         2 
       </mn> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
       <msup> 
        <mi>
          z 
        </mi> 
        <mo>
          + 
        </mo> 
       </msup> 
      </mrow> 
     </math>, we have 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mn>
         0 
       </mn> 
       <mo>
         ∈ 
       </mo> 
       <mi>
         λ 
       </mi> 
       <mo>
         ∂ 
       </mo> 
       <msub> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <mtext>
               
           </mtext> 
           <mo>
             ⋅ 
           </mo> 
           <mtext>
               
           </mtext> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          1 
        </mn> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          v 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
       <mo>
         − 
       </mo> 
       <mi>
         p 
       </mi> 
       <mo>
         + 
       </mo> 
       <mi>
         v 
       </mi> 
      </mrow> 
     </math>, thus 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <mi>
         v 
       </mi> 
       <mo>
         = 
       </mo> 
       <msub> 
        <mi>
          S 
        </mi> 
        <mi>
          λ 
        </mi> 
       </msub> 
       <mrow> 
        <mo>
          ( 
        </mo> 
        <mi>
          p 
        </mi> 
        <mo>
          ) 
        </mo> 
       </mrow> 
      </mrow> 
     </math>. Noting that 
     <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
       <msub> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mi>
            v 
          </mi> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msub> 
       <mo>
         = 
       </mo> 
       <mn>
         4 
       </mn> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          1 
        </mn> 
       </msub> 
       <msubsup> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <msup> 
            <mi>
              z 
            </mi> 
            <mo>
              + 
            </mo> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
        <mn>
          3 
        </mn> 
       </msubsup> 
       <mo>
         + 
       </mo> 
       <mn>
         2 
       </mn> 
       <msub> 
        <mi>
          c 
        </mi> 
        <mn>
          2 
        </mn> 
       </msub> 
       <msub> 
        <mrow> 
         <mrow> 
          <mo>
            ‖ 
          </mo> 
          <mrow> 
           <msup> 
            <mi>
              z 
            </mi> 
            <mo>
              + 
            </mo> 
           </msup> 
          </mrow> 
          <mo>
            ‖ 
          </mo> 
         </mrow> 
        </mrow> 
        <mn>
          2 
        </mn> 
       </msub> 
      </mrow> 
     </math>, the conclusion is proved.</p>
   </sec>
  </sec><sec id="s5">
   <title>
    <xref ref-type="bibr" rid="scirp.142752-"></xref>5. Numerical Experiments</title>
   <p>To evaluate the performance of QTPSVM, we compare it with HTPSVM on real datasets. The HTPSVM is solved by the proximal gradient algorithm (APG) as in <xref ref-type="bibr" rid="scirp.142752-20">
     [20]
    </xref>. The experimental datasets are all taken from the UCI Machine Learning Repository <xref ref-type="bibr" rid="scirp.142752-21">
     [21]
    </xref>. Both models start from the zero vector for all experiments. The algorithm stops if both the following two conditions are met:</p>
   <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mfrac> 
       <mrow> 
        <msub> 
         <mi>
           F 
         </mi> 
         <mrow> 
          <mi>
            k 
          </mi> 
          <mo>
            − 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
        </msub> 
        <mo>
          − 
        </mo> 
        <msub> 
         <mi>
           F 
         </mi> 
         <mi>
           k 
         </mi> 
        </msub> 
       </mrow> 
       <mrow> 
        <mn>
          1 
        </mn> 
        <mo>
          + 
        </mo> 
        <msub> 
         <mi>
           F 
         </mi> 
         <mrow> 
          <mi>
            k 
          </mi> 
          <mo>
            − 
          </mo> 
          <mn>
            1 
          </mn> 
         </mrow> 
        </msub> 
       </mrow> 
      </mfrac> 
      <mo>
        ≤ 
      </mo> 
      <mtext>
        tol 
      </mtext> 
      <mo>
        , 
      </mo> 
      <mtext>
          
      </mtext> 
      <mtext>
          
      </mtext> 
      <mfrac> 
       <mrow> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mrow> 
          <msup> 
           <mi>
             x 
           </mi> 
           <mi>
             k 
           </mi> 
          </msup> 
          <mo>
            − 
          </mo> 
          <msup> 
           <mi>
             x 
           </mi> 
           <mrow> 
            <mi>
              k 
            </mi> 
            <mo>
              − 
            </mo> 
            <mn>
              1 
            </mn> 
           </mrow> 
          </msup> 
         </mrow> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
       <mrow> 
        <mn>
          1 
        </mn> 
        <mo>
          + 
        </mo> 
        <mrow> 
         <mo>
           ‖ 
         </mo> 
         <mrow> 
          <msup> 
           <mi>
             x 
           </mi> 
           <mrow> 
            <mi>
              k 
            </mi> 
            <mo>
              − 
            </mo> 
            <mn>
              1 
            </mn> 
           </mrow> 
          </msup> 
         </mrow> 
         <mo>
           ‖ 
         </mo> 
        </mrow> 
       </mrow> 
      </mfrac> 
      <mo>
        ≤ 
      </mo> 
      <mtext>
        tol 
      </mtext> 
      <mo>
        , 
      </mo> 
     </mrow> 
    </math></p>
   <p>where 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msup> 
       <mi>
         x 
       </mi> 
       <mi>
         k 
       </mi> 
      </msup> 
      <mo>
        = 
      </mo> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mrow> 
        <msup> 
         <mi>
           w 
         </mi> 
         <mi>
           k 
         </mi> 
        </msup> 
        <mo>
          , 
        </mo> 
        <msup> 
         <mi>
           b 
         </mi> 
         <mi>
           k 
         </mi> 
        </msup> 
       </mrow> 
       <mo>
         ) 
       </mo> 
      </mrow> 
     </mrow> 
    </math>, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         F 
       </mi> 
       <mi>
         k 
       </mi> 
      </msub> 
      <mo>
        = 
      </mo> 
      <mi>
        F 
      </mi> 
      <mrow> 
       <mo>
         ( 
       </mo> 
       <mrow> 
        <msup> 
         <mi>
           x 
         </mi> 
         <mi>
           k 
         </mi> 
        </msup> 
       </mrow> 
       <mo>
         ) 
       </mo> 
      </mrow> 
     </mrow> 
    </math>. The stopping tolerance 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mtext>
        tol 
      </mtext> 
      <mo>
        = 
      </mo> 
      <msup> 
       <mrow> 
        <mn>
          10 
        </mn> 
       </mrow> 
       <mrow> 
        <mo>
          − 
        </mo> 
        <mn>
          6 
        </mn> 
       </mrow> 
      </msup> 
     </mrow> 
    </math>.</p>
   <p>As is well known, the choice of parameters plays a crucial role in the effectiveness of machine learning <xref ref-type="bibr" rid="scirp.142752-22">
     [22]
    </xref>-<xref ref-type="bibr" rid="scirp.142752-24">
     [24]
    </xref>. The parameters for the APG are set as in <xref ref-type="bibr" rid="scirp.142752-10">
     [10]
    </xref>. For QTPSVM and HTPSVM, we take 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        = 
      </mo> 
      <mn>
        5 
      </mn> 
      <mo>
        × 
      </mo> 
      <msup> 
       <mrow> 
        <mn>
          10 
        </mn> 
       </mrow> 
       <mrow> 
        <mo>
          − 
        </mo> 
        <mn>
          4 
        </mn> 
       </mrow> 
      </msup> 
     </mrow> 
    </math>, and 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mi>
        τ 
      </mi> 
      <mo>
        = 
      </mo> 
      <mn>
        0.5 
      </mn> 
     </mrow> 
    </math>, and fix 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
      <mo>
        = 
      </mo> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         3 
       </mn> 
      </msub> 
      <mo>
        = 
      </mo> 
      <mn>
        1 
      </mn> 
     </mrow> 
    </math> because the algorithm seems not sensitive to 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
     </mrow> 
    </math> and 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         λ 
       </mi> 
       <mn>
         3 
       </mn> 
      </msub> 
     </mrow> 
    </math> <xref ref-type="bibr" rid="scirp.142752-10">
     [10]
    </xref>. In HTPSVM, 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <msub> 
       <mi>
         θ 
       </mi> 
       <mn>
         1 
       </mn> 
      </msub> 
      <mo>
        , 
      </mo> 
      <msub> 
       <mi>
         θ 
       </mi> 
       <mn>
         2 
       </mn> 
      </msub> 
     </mrow> 
    </math>, and 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mi>
       δ 
     </mi> 
    </math> are set according to the original paper, that is, they are tuned through 10-fold cross-validation from 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> 
      <mrow> 
       <mo>
         { 
       </mo> 
       <mrow> 
        <mn>
          0.1 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          0.3 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          0.5 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          0.7 
        </mn> 
        <mo>
          , 
        </mo> 
        <mn>
          0.9 
        </mn> 
       </mrow> 
       <mo>
         } 
       </mo> 
      </mrow> 
     </mrow> 
    </math>. In QTPSVM, we found by tenfold cross-validation on the same parameter combination set that experiments perform best and most efficiently on most dataset. Other combinations are not only less effective in most cases but also time-consuming, so we fix this parameter combination. After determining the parameter combination, for each dataset, we randomly divide it into training and test sets 50 times; for each division, 80% of the dataset is used for training, and the remaining 20% is used for testing.</p>
   <p>All numerical experiments were conducted on an Intel(R) Core(TM) i5-8265U processor with 8.00 GB memory. The operating system is Windows 10, and the version of Matlab used is R2021a.</p>
   <p>We compare QTPSVM with HTPSVM. To further study the robustness of QTPSVM, we randomly flip the labels of the training set, with flip levels of 0%, 5%, and 10%. The classification accuracy on the test set (averaged over 50 repetitions) is recorded in <xref ref-type="table" rid="table1">
     Table 1
    </xref>. We also record the average running time for each method (in seconds) in <xref ref-type="table" rid="table2">
     Table 2
    </xref>. To further evaluate the performance of the classifiers, the area under the ROC curve (AUC) is calculated and recorded in <xref ref-type="table" rid="table3">
     Table 3
    </xref>.</p>
   <p>Through <xref ref-type="table" rid="tableTables 1-3">
     Tables 1-3
    </xref>, we can observe that the average running time of QTPSVM is less than that of HTPSVM. In terms of classification accuracy, QTPSVM has higher accuracy and AUC on many datasets compared to HTPSVM. This improvement in performance remains stable even when different levels of label flipping are applied.</p>
   <table-wrap id="table1">
    <label>
     <xref ref-type="table" rid="table1">
      Table 1
     </xref></label>
    <caption>
     <title>
      <xref ref-type="bibr" rid="scirp.142752-"></xref>Table 1. Classification accuracy on real data sets (%).</title>
    </caption>
    <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
     <tr> 
      <td rowspan="2" class="custom-top-td acenter" width="14.30%"><p style="text-align:center"></p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="28.58%" colspan="2"><p style="text-align:center">0%</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="28.56%" colspan="2"><p style="text-align:center">5%</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="28.56%" colspan="2"><p style="text-align:center">10%</p></td> 
     </tr> 
     <tr> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.30%"><p style="text-align:center">QTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">HTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">QTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">HTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">QTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">HTPSVM</p></td> 
     </tr> 
     <tr> 
      <td class="custom-top-td acenter" width="14.30%"><p style="text-align:center">Rocks</p></td> 
      <td class="custom-top-td acenter" width="14.30%"><p style="text-align:center">77.02</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">75.17</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">78.05</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">76.34</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">76.59</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">74.83</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Bupa</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">60.14</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">57.28</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">57.01</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">54.41</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">59.74</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">56.78</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Fourclass</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">75.28</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">75.64</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">75.57</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">76.23</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">75.29</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">75.77</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">German</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">75.59</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">74.42</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">75.67</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">74.33</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">75.56</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">74.63</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Glass</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">92.62</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">91.67</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">91.14</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">90.05</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">91.95</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">90.81</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Haperman</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">73.41</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">72.30</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">73.28</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">72.69</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">74.49</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">73.80</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Heart</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">84.81</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">85.52</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">83.78</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">84.41</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">84.59</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">84.93</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Hepatitis</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">85.57</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">85.79</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">84.21</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">84.64</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">83.29</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">83.50</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Liver</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">67.07</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">66.32</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">65.30</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">65.36</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">64.61</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">63.62</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Raisin</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">85.51</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">84.38</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">84.01</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">83.17</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">85.84</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">84.86</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Tic</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">66.92</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">65.31</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">67.35</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">65.21</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">67.78</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">66.31</p></td> 
     </tr> 
    </table>
   </table-wrap>
   <table-wrap id="table2">
    <label>
     <xref ref-type="table" rid="table2">
      Table 2
     </xref></label>
    <caption>
     <title>
      <xref ref-type="bibr" rid="scirp.142752-"></xref>Table 2. Computation time on test data of real data sets (in seconds).</title>
    </caption>
    <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
     <tr> 
      <td rowspan="2" class="custom-top-td acenter" width="14.30%"><p style="text-align:center"></p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="28.58%" colspan="2"><p style="text-align:center">0%</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="28.56%" colspan="2"><p style="text-align:center">5%</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="28.56%" colspan="2"><p style="text-align:center">10%</p></td> 
     </tr> 
     <tr> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.30%"><p style="text-align:center">QTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">HTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">QTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">HTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">QTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">HTPSVM</p></td> 
     </tr> 
     <tr> 
      <td class="custom-top-td acenter" width="14.30%"><p style="text-align:center">Rocks</p></td> 
      <td class="custom-top-td acenter" width="14.30%"><p style="text-align:center">0.0278</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.5550</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.0215</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.6410</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.0226</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.4948</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Bupa</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0150</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.4181</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0137</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.5011</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0131</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.5011</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Fourclass</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0281</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">1.3818</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0283</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">1.5580</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0265</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">1.5142</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">German</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0331</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6596</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0320</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6879</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0285</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.8484</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Glass</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0150</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.4931</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0151</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.4548</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0131</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.5007</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Haperman</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0180</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6065</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0181</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.5975</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0163</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6039</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Heart</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0145</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0100</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0164</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0081</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0136</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0153</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Hepatitis</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0165</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0355</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0163</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0366</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0148</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0666</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Liver</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0176</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.5612</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.01195</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.4868</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0176</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6065</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Raisin</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0330</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0204</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0309</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0180</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0299</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0176</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Tic</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.0310</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">1.6001</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0294</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">1.6136</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.0303</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">1.5903</p></td> 
     </tr> 
    </table>
   </table-wrap>
   <table-wrap id="table3">
    <label>
     <xref ref-type="table" rid="table3">
      Table 3
     </xref></label>
    <caption>
     <title>
      <xref ref-type="bibr" rid="scirp.142752-"></xref>Table 3. AUC of four classification models on real datasets.</title>
    </caption>
    <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
     <tr> 
      <td rowspan="2" class="custom-top-td acenter" width="14.30%"><p style="text-align:center"></p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="28.58%" colspan="2"><p style="text-align:center">0%</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="28.56%" colspan="2"><p style="text-align:center">5%</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="28.56%" colspan="2"><p style="text-align:center">10%</p></td> 
     </tr> 
     <tr> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.30%"><p style="text-align:center">QTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">HTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">QTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">HTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">QTPSVM</p></td> 
      <td class="custom-bottom-td custom-top-td acenter" width="14.28%"><p style="text-align:center">HTPSVM</p></td> 
     </tr> 
     <tr> 
      <td class="custom-top-td acenter" width="14.30%"><p style="text-align:center">Rocks</p></td> 
      <td class="custom-top-td acenter" width="14.30%"><p style="text-align:center">0.8539</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.8079</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.8721</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.8142</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.8440</p></td> 
      <td class="custom-top-td acenter" width="14.28%"><p style="text-align:center">0.8012</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Bupa</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.6328</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6106</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6375</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.5969</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6378</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6229</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Fourclass</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.8308</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.8299</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.8341</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.7789</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.7795</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.7755</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">German</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.7899</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.7843</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.7849</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.7789</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.7795</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.7755</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Glass</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.9706</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9745</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9637</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9652</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9608</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9677</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Haperman</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.6881</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6863</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6774</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6796</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6850</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6713</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Heart</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.9183</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9176</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9042</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9054</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9114</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9104</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Hepatitis</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.8954</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.8979</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.8845</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.8861</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.8674</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.8663</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Liver</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.6679</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6635</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6533</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6487</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6557</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6523</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Raisin</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.9258</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9266</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9171</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9182</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9278</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.9285</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.30%"><p style="text-align:center">Tic</p></td> 
      <td class="acenter" width="14.30%"><p style="text-align:center">0.6172</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6130</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6265</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6194</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6116</p></td> 
      <td class="acenter" width="14.28%"><p style="text-align:center">0.6064</p></td> 
     </tr> 
    </table>
   </table-wrap>
  </sec><sec id="s6">
   <title>
    <xref ref-type="bibr" rid="scirp.142752-"></xref>6. Conclusion</title>
   <p>In this paper we propose a new robust support vector machine classification model QTPSVM, based on a quartic truncated pinball loss function, and solve it using the BAPGs method. By comparing the numerical results of QTPSVM and HTPSVM in real data, it is shown that this new classifier is effective and stable to noise. However, QTPSVM involves multiple parameters, and parameter selection requires cross-validation tuning, which increases the complexity and computational cost of model training. Therefore, QTPSVM may not be the most efficient choice for very large-scale datasets.</p>
  </sec><sec id="s7">
   <title>Use of Generative-AI Tools Declaration</title>
   <p>The authors declare they have not used Artificial Intelligence (AI) tools in the creation of this article.</p>
  </sec>
 </body><back>
  <ref-list>
   <title>References</title>
   <ref id="scirp.142752-ref1">
    <label>1</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Vapnik, V.N. (1995) The Nature of Statistical Learning Theory. Springer-Verlag. &gt;https://doi.org/10.1007/978-1-4757-2440-0 
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref2">
    <label>2</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Bishop, C.M. (2006) Pattern Recognition and Machine Learning. Springer.
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref3">
    <label>3</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Huang, X.L., Shi, L. and Suykens, J.A.K. (2014) Support Vector Machine Classifier with Pinball Loss. IEEE Transactions on Pattern Analysis and Machine Intelligence, 36, 984-997. &gt;https://doi.org/10.1109/tpami.2013.178
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref4">
    <label>4</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Rastogi (nee. Khemchandani), R., Pal, A. and Chandra, S. (2018) Generalized Pinball Loss SVMs. Neurocomputing, 322, 151-165. &gt;https://doi.org/10.1016/j.neucom.2018.08.079
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref5">
    <label>5</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Chong, E.K.P. and Zak, S.H. (2013) An Introduction to Optimization. 4th Edition, Wiley.
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref6">
    <label>6</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Luo, J., Qiao, H. and Zhang, B. (2021) Learning with Smooth Hinge Losses. Neurocomputing, 463, 379-387. &gt;https://doi.org/10.1016/j.neucom.2021.08.060
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref7">
    <label>7</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Zhu, W., Song, Y. and Xiao, Y. (2020) Support Vector Machine Classifier with HUberized Pinball Loss. Engineering Applications of Artificial Intelligence, 91, Article ID: 103635. &gt;https://doi.org/10.1016/j.engappai.2020.103635
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref8">
    <label>8</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Makmuang, D., Ratiphaphongthon, W. and Wangkeeree, R. (2023) Smooth Support Vector Machine with Generalized Pinball Loss for Pattern Classification. The Journal of Supercomputing, 79, 11684-11706. &gt;https://doi.org/10.1007/s11227-023-05082-w
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref9">
    <label>9</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Wu, Y. and Liu, Y. (2007) Robust Truncated Hinge Loss Support Vector Machines. Journal of the American Statistical Association, 102, 974-983. &gt;https://doi.org/10.1198/016214507000000617
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref10">
    <label>10</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Zhu, W., Song, Y. and Xiao, Y. (2022) Robust Support Vector Machine Classifier with Truncated Loss Function by Gradient Algorithm. Computers&amp;Industrial Engineering, 172, Article ID: 108630. &gt;https://doi.org/10.1016/j.cie.2022.108630
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref11">
    <label>11</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Wang, L.M., Liu, Z.Y. and Liu, C.G. (2024) The Bregman Modified Second APG Method for DC Optimization Problems.
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref12">
    <label>12</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Becker, N., Toedt, G., Lichter, P. and Benner, A. (2011) Elastic SCAD as a Novel Penalization Method for SVM Classification Tasks in High-Dimensional Data. BMC Bioinformatics, 12, Article No. 138. &gt;https://doi.org/10.1186/1471-2105-12-138
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref13">
    <label>13</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Zou, H. and Hastie, T. (2005) Addendum: Regularization and Variable Selection via the Elastic Net. Journal of the Royal Statistical Society Series B: Statistical Methodology, 67, 768-768. &gt;https://doi.org/10.1111/j.1467-9868.2005.00527.x
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref14">
    <label>14</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Wang, L., Zhu, J. and Zou, H. (2008) Hybrid Huberized Support Vector Machines for Microarray Classification and Gene Selection. Bioinformatics, 24, 412-419. &gt;https://doi.org/10.1093/bioinformatics/btm579
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref15">
    <label>15</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Nesterov, Y. (2013) Introductory Lectures on Convex Optimization: A Basic Course. Springer Science&amp;Business Media. 
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref16">
    <label>16</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Ren, K., Liu, C. and Wang, L. (2024) The Modified Second APG Method for a Class of Nonconvex Nonsmooth Problems. Optimization Letters, 19, 747-770. &gt;https://doi.org/10.1007/s11590-024-02132-x
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref17">
    <label>17</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Lin, D. and Liu, C. (2018) The Modified Second APG Method for DC Optimization Problems. Optimization Letters, 13, 805-824. &gt;https://doi.org/10.1007/s11590-018-1280-8
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref18">
    <label>18</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Bregman, L.M. (1967) The Relaxation Method of Finding the Common Point of Convex Sets and Its Application to the Solution of Problems in Convex Programming. USSR Computational Mathematics and Mathematical Physics, 7, 200-217. &gt;https://doi.org/10.1016/0041-5553(67)90040-7
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref19">
    <label>19</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Takahashi, S., Fukuda, M. and Tanaka, M. (2022) New Bregman Proximal Type Algorithms for Solving DC Optimization Problems. Computational Optimization and Applications, 83, 893-931. &gt;https://doi.org/10.1007/s10589-022-00411-w
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref20">
    <label>20</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Li, Q.W., Zhou, Y., Liang, Y.B. and Varshney, P.K. (2017) Convergence Analysis of Proximal Gradient with Momentum for Nonconvex Optimization. Proceedings of the 34th International Conference on Machine Learning, Sydney, 6-11 August 2017, 2111-2119. 
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref21">
    <label>21</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Dua, D. and Graff, C. (2019) UCI Machine Learning Repository. University of California, School of Information and Computer Science.
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref22">
    <label>22</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Braga, I., do Carmo, L.P., Benatti, C.C. and Monard, M.C. (2013) A Note on Parameter Selection for Support Vector Machines. In: Castro, F., Gelbukh, A. and González, M., Eds., Advances in Soft Computing and Its Applications. MICAI 2013, Springer, 233-244. &gt;https://doi.org/10.1007/978-3-642-45111-9_21
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref23">
    <label>23</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Huang, H., Wang, Z. and Chung, W. (2019) Efficient Parameter Selection for Support Vector Machines. Enterprise Information Systems, 13, 916-932. &gt;https://doi.org/10.1080/17517575.2019.1592233
    </mixed-citation>
   </ref>
   <ref id="scirp.142752-ref24">
    <label>24</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Wang, H., Xu, D. and Martinez, A. (2018) Parameter Selection Method for Support Vector Machine Based on Adaptive Fusion of Multiple Kernel Functions and Its Application in Fault Diagnosis. Neural Computing and Applications, 32, 183-193. &gt;https://doi.org/10.1007/s00521-018-3792-7
    </mixed-citation>
   </ref>
  </ref-list>
 </back>
</article>