Next Article in Journal
Improved Motion Artifact Correction in fNIRS Data by Combining Wavelet and Correlation-Based Signal Improvement
Previous Article in Journal
Inspection of Enamel Removal Using Infrared Thermal Imaging and Machine Learning Techniques
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Low-Power Analog Integrated Implementation of the Support Vector Machine Algorithm with On-Chip Learning Tested on a Bearing Fault Application

Department of Electrical and Computer Engineering, National Technical University of Athens, 15780 Athens, Greece
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(8), 3978; https://doi.org/10.3390/s23083978
Submission received: 16 March 2023 / Revised: 8 April 2023 / Accepted: 11 April 2023 / Published: 14 April 2023
(This article belongs to the Special Issue Integrated Circuit and System Design for Smart Sensors)

Abstract

:
A novel analog integrated implementation of a hardware-friendly support vector machine algorithm that can be a part of a classification system is presented in this work. The utilized architecture is capable of on-chip learning, making the overall circuit completely autonomous at the cost of power and area efficiency. Nonetheless, using subthreshold region techniques and a low power supply voltage (at only 0.6 V), the overall power consumption is 72 μW. The classifier consists of two main components, the learning and the classification blocks, both of which are based on the mathematical equations of the hardware-friendly algorithm. Based on a real-world dataset, the proposed classifier achieves only 1.4% less average accuracy than a software-based implementation of the same model. Both design procedure and all post-layout simulations are conducted in the Cadence IC Suite, in a TSMC 90 nm CMOS process.

1. Introduction

There is a growing trend towards using more sophisticated design concepts for the development of new sensor systems, especially for so-called smart sensor systems that integrate sensing elements with signal processing, conversion, and output units [1,2]. These modern smart sensor systems employ an increasing number of sensors to sense a range of physical variables, thanks to continuous advancements in technology that offer promising solutions in miniaturization and power-efficiency [3]. Integrated circuit (IC) technologies have resulted in complex but power- and area-efficient devices that address the challenges of smart sensor systems. This is particularly true for analog ICs, which can achieve high-performance computations based on the physical laws of MOS or BJT transistors [4,5]. In analog computing, various mathematical equations and models can be efficiently approximated using analog ICs. These models are used in machine learning (ML) applications that, in the case of real-time interactions, can benefit from the efficiency of ICs. However, digital implementations usually require power-hungry analog-to-digital conversions compared to analog implementations [6].
To extract useful information, a typical hardware-friendly ML classification system contains a sensor, an instrumentation amplifier (IA) or an analog front-end for signal processing, a feature extractor (FE) block, and a classifier [7,8]. In the traditional approach, only the sensor-related circuitry is analog, and a power-costly ADC is used to convert raw analog data to digital for further processing [9]. In this configuration, the (possibly strong) correlation and redundancy in the high-rate raw data are not useful to the digital feature extractor, as shown in Figure 1a. Therefore, to minimize the ADC’s conversion rate and reduce power consumption, the feature extraction part can be shifted to the analog domain, as presented in Figure 1b [5,10,11]. This way, only a small amount of uncorrelated analog data is converted to digital. The next step towards pure analog computing is the use of simple analog-based ML models (which cannot achieve high accuracies) as wake-up circuits, as shown in Figure 1c [8]. In this case, the analog ML models are probably not accurate enough to operate autonomously, but their inclusion benefits the overall system in terms of power consumption by minimizing the use of the digital classifier. In other words, an analog classifier decides when the ADC and the digital classifier are turned on. Therefore, the power-hungry digital components operate for only a fraction of the overall time, reducing the system’s time-average power consumption. With constant advancements in analog ML circuits, the digital back-end processing is diminished [12]. It is important to note that the key characteristic of the pure analog approach, presented in Figure 1d, is its very low power consumption, which for certain battery-dependent applications is critical.
In the literature, a variety of ML algorithms and models (classifiers) have been implemented in analog hardware. This includes radial basis function (RBF) neural networks (NN) [13] or Gaussian RBF networks (GRBFN) [14], Gaussian mixture model (GMM) [15], Bayesian [16], K-means-based [17] classifiers, voting classifier [18], support vector regression [19], NN classifiers [20,21], deep machine learning engine [22], artificial NN implemented Gaussian kernel functions [23], and anomaly detection circuits [24]. It is important to note that, although these classifiers may seem different, they can all be similarly employed in various classification tasks, regardless of the implemented ML model. It is also worth noting that the training procedure for these classifiers is not implemented in silicon and requires external assistance. In this work, a fully autonomous classifier is proposed, and the necessary circuitry for training the support vector machine (SVM) algorithm is also included in the design.
A highly researched topic in the literature is the hardware implementation of SVMs to be used as classifiers. In digital implementations, this involves FPGA-based architectures [25,26,27,28,29]. There have also been several mixed signal [30] and analog [31,32,33,34] architectures for hardware implementation of SVMs.
The work presented in [31] utilizes an array of analog translinear circuits with floating gate transistors operating in the subthreshold region to implement a quadratic kernel SVM classifier. The low power computation provided by translinear and subthreshold techniques is combined with analog non-volatile memory storage due to the existence of floating gate transistors. This specific implementation achieves very low power consumption, regardless of the very large-scale setup. It performs multi-class SVM for 24 classes, with input vectors of 14 dimensions and as many as 720 support vectors. However, the learning procedure is not performed on-chip, as a PC-in-loop technique is used instead, where a computer is connected to the system that performs the update of the learning parameters of SVM in software. These parameters are then downloaded to the analog floating gate array. In contrast, the circuit architectures presented in [32,33,34] perform on-chip learning and classification based on the SVM.
In reference [32], a fully analog implementation of the SVM using floating gate transistors operating in the subthreshold region is presented. To implement the learning procedure, projection neural networks adapted for SVM are proposed, and the constrained quadratic problem is solved by a set of ordinary differential equations. However, this fully analog approach has only been realized through MATLAB and Spice simulations, without an actual analog VLSI design taking place. This is reasonable because the analog circuit design and tape-out of such an architecture would be complicated due to the presence of floating gate transistors.
In reference [33], a row-parallel architecture is presented that uses transistors operating in the subthreshold region. It employs a hardware-friendly version of the SVM algorithm that is also used in this work. The proposed implementation includes the learning circuit and is area-efficient while achieving low power consumption. However, the proof of concept chip fabricated as part of this work can only classify input vectors of 2 dimensions. Additionally, to implement the training mode of the SVM, an ADC and a digital block in a feedback loop configuration realizing a binary search algorithm are necessary.
In reference [34], a fully analog and parallel architecture is presented. The basic circuit components of this architecture enable an area-efficient implementation of analog kernels, as well as a more robust design compared to other works, suitable for implementing high-dimensional kernels accommodating inputs of up to 64 dimensions each. This architecture also makes use of the hardware-friendly SVM algorithm but realizes it with fully analog circuitry [33]. The analog circuits are self-converging, determining the proper Lagrange multiplier values for SVM learning without the presence of an external digital clock. For the realization of multivariate RBF kernels, this architecture uses circuits with transistors operating in the saturation region. While this design choice increases the speed of operation and the robustness of the architecture against process variations, it leads to higher power consumption compared to implementations exclusively using transistors operating in the subthreshold region.
Motivated by the need for low-power smart sensors [35,36] we combine subthreshold-based analog computing techniques with ML ones [37]. To this end, in this work, an analog, integrated, low-voltage ( 0.6 V), low-power (72 μ W) SVM model with on-chip learning is introduced and tested on a bearing fault management classification problem. It is realized based on the hardware-friendly mathematical model proposed in in [33], using a variety of sub-circuits. Specifically, ultra-low power Gaussian function circuits [38], multiplier circuits [39], switch cells [39], adjuster circuits [39], and an argmax operator circuit [40] are employed as building blocks. The classifier is trained and tested on a real-world bearing fault management dataset [41]. Post-layout simulation results are conducted on a TSMC 90 nm CMOS process using the Cadence IC suite and compared with a software-based implementation. Additionally, Monte Carlo analysis confirms the proper sensitivity of the implemented architecture.
The current implementation is designed to operate in the subthreshold region, with the aim of reducing power consumption in comparison to state-of-the-art publications [30] and analog ones [31,32,33,34]. Specifically, it employs a power supply of only 0.6 V and has a low bias current. Furthermore, by controlling the bulk of the MOS transistors, we are able to manipulate parameters that were not adjustable in prior implementations (in the case of the Gaussian function circuit). Our implementations based on mathematical approaches leverage the subthreshold region and bulk-controlled techniques, thereby eliminating the need for additional analog (exponentiator, absoluter, translinear loops, etc.) or digital or conversion (ADC, digital memories, etc.) blocks.
The remainder of this paper is organized as follows. Section 2 refers to the hardware-friendly mathematical model of this work. More specifically, the SVM learning and classification rules are explained. The proposed high-level architecture of the analog integrated SVM implementation is presented in Section 3. The main basic building block for the learning and the classification blocks is thoroughly analyzed in Section 4. The proper operation of the implemented classifier is confirmed via a real-world bearing fault management dataset in Section 5. A performance summary regarding analog SVM classifiers is provided in Section 6. Concluding remarks are given in Section 7.

2. Hardware-Friendly SVM

An SVM-based classifier is a classic binary classification algorithm in which the Lagrange multipliers’ values are determined by solving the constrained quadratic programming problem. The gradient-descent algorithm that is usually used for solving this problem is:
a i a i W ( a , b ) a i n i ,
where n i is the learning rate and a,b are the bias values. However, this SVM learning rule can be modified to be more compatible with analog hardware. In this work, a hardware-friendly version of the SVM learning rule, which was first introduced in [33] and also used in [34], is adopted.
For choosing the learning rate equal to
n i = 1 K ( x i , x i ) ,
and in the case of K being a self-normalized kernel like the Gaussian kernel ( K ( x i , x i ) = 1 ), the hardware-friendly SVM update rule is defined as follows:
a i m i n ( C , m a x ( 0 , 1 y i i m y m a m K ( x i , x m ) ) ) .
In this update rule, the bias value b is set to 0. The characteristics of the Gaussian kernel, which maps the input vectors to a space of infinite dimensions, makes the omission of a single bias value b possible, as its effect on the total result can be considered negligible.
The derived SVM update rule of the last equation is more suitable for hardware implementation, thanks to the specific properties it demonstrates. First, there is no need for extra memory to store previous a i values, as they do not appear in the right-hand side of the update rule. Furthermore, the form of the update rule resembles that of the classification rule (4), meaning that common hardware blocks could be used for both tasks. This would simplify the system architecture and make it more compact and area-efficient. The classification rule is given by
f ( x ) = s i g n [ i = 1 N a i y i K ( x , x i ) + b ] ,
for input test vector x and a training set [ x i , y i ] i = 1 N .

3. Proposed High-Level Architecture

In this section, the proposed classifier’s high level architecture and its two main blocks is discussed. The first one, shown in Figure 2, is related to the classifier’s learning and contains the hardware-friendly, rule-based ML methods.
From a system-level perspective, the learning block is designed to realize the update rule of the hardware-friendly SVM. In practice, there is a need for circuits that realize the Gaussian kernels, multiply with a specific value a i , incorporate labels, and perform the appropriate iterations of the learning rule. The second block, depicted in Figure 3, aims to implement the SVM’s decision rule in (4) in hardware. It shares certain common building blocks with the learning block due to the resemblance of the two realized mathematical expressions. However, the classification block also contains circuits that determine the sign of a summed expression or that perform the argmax operator. In both the learning and classification blocks, the Lagrange multipliers’ and kernel function’s values are realized with transistor currents, while the labels y i = + 1 correspond to the positive and negative supply voltages, respectively. The learning block receives M vectors of N dimensions as inputs (learning samples) along with M corresponding labels and produces M output currents, which represent the Lagrange multiplier values. These current values are inserted as parameters to the classification block together with M learning samples (support vectors) and their M labels. Periodically, the classification block receives a new input vector of N dimensions (test sample) and produces a set of output currents with binary values that encode the classifier’s decision in a one-hot-vector format.

3.1. Learning Block

The learning block is composed of an array of M 2 RBF cells, where M is the number of samples involved in the learning procedure. The learning samples, which are the inputs of the system, are received by the RBF cells. In practice, each RBF cell implements a multivariate RBF kernel of N dimensions. The M ( M 1 ) switches provide the appropriate input labels to the learning block. The output of every X i , j RBF cell, for i j , from the matrix X M · M of the RBF cells, is inserted into a single switch cell. Here, the switch cell implements an operation between the label values of the corresponding row and column. Depending on the result of the operation, the output current of each RBF cell is driven through one of the two outputs of the switch cell ( I x i and I y i ). For every row of the RBF cells’ X M · M matrix, the output currents that have the same operation results are summed together. Each of these currents corresponds to a specific input learning sample of the block. Then, each branch of summed currents is connected to the appropriate input of an adjuster circuit.
In the aforementioned case, there are M adjuster circuits that essentially implement the non-linear min–max operations of the hardware-friendly update rule. The summed output currents for the row j of the matrix X M · M that are produced by the RBF cells are received by an adjuster circuit whose output current is fed back to the bias current for the RBF cells of the column j. Thus, a feedback loop configuration is formed, and the learning circuitry self-converges without the use of an external clock. The learning process is completed in a fully parallel and autonomous fashion, determining the correct values for the adjusters’ output currents, which represent the learning parameters of the SVM algorithm.

3.2. Classification Block

The classification block consists of M RBF cells, M switches, and a winner-take-all (WTA) circuit (argmax operator circuit). The test samples (vectors of N dimensions) are synchronously (based on an external clock) fed to the classification block. During every clock cycle, each of the M RBF cells computes the RBF kernel function of the cycle’s test vector based on the learning samples that were used in the training procedure. In practice, the RBF cells of the classification block are biased with copies of the adjusters’ output currents of the learning block.
In order to determine the classifier’s prediction, the sign of the sum in Equation (4) of the SVM’s decision rule has to be calculated. To do so, instead of adding all of the currents together and inspecting whether the sum is positive or negative, we add the positive and the negative currents separately. This can be easily achieved since the positive (or negative) currents are ones that correspond to an input learning sample with a positive (or negative) label. This separation is implemented with switches, and the comparison between the negative and positive values is achieved through a current-mode circuit called WTA circuit. The WTA’s output encodes the classifier’s prediction into a one-hot-vector format ( [ I o u t 1 , I o u t 2 ] ). A WTA circuit is used instead of a comparator due to the fact that information processing in the system is performed mainly in current-mode.

4. Circuit Implementation

The main building circuits for both the learning and the classification blocks are thoroughly analyzed in this section. Based on Section 3, the learning block requires three main cells: an RBF, a switch, and an adjuster (min–max operator) cell. On the other hand, for the classification block, two main building blocks are needed: an RBF cell and an argmax operator circuit. The whole architecture aims at utilizing ultra-low-power circuits as building blocks for implementing the main cells and hence all transistors of the architecture operate in the subthreshold region. To enhance the classifier’s applicability in battery-dependent cases, the power supply rails are set to V D D = V S S = 0.3   V . The proposed architecture was tested on a real-world dataset [41], for both learning and classification, using 8 learning samples of 13 dimensions.

4.1. Gaussian Function Circuit

Each RBF cell in the proposed system architecture is composed of a multidimensional Gaussian function circuit (specifically bump circuits) and an analog multiplier. Gaussian function circuits are analog circuits that produce a univariate Gaussian function as their output [15,38].
Bump circuits are preferred for implementing multivariate Gaussian functions because two or more bump circuits can be connected in a cascaded format, and the output of the last bump is equal to their multiplication [42]. This approach works well for a Gaussian function with a diagonal covariance matrix, since the multivariate function can be calculated as the multiplication of the individual univariate ones. An example of a multidimensional Gaussian function circuit is shown in Figure 4. In this configuration, only the first bump circuit is biased with a current Ibias, and the last bump circuit’s output is used as input current for the analog multiplier.
The multiplier adjusts the height of the Gaussian function, and its output current is the output of the entire RBF cell.
The original bump circuit was proposed by Delbruck [43] and, since then, there have been numerous implementations following different design approaches for realizing a Gaussian function in analog hardware [38]. The primary challenges in designing Gaussian function circuits are usually low power consumption, accurate approximation of the Gaussian function, as well as independent and electronic tunability of the Gaussian function’s characteristics (height, mean value, and variance). The Gaussian function circuit used in the proposed system, depicted in Figure 5, was firstly proposed in [15,44]. It consists of two main building blocks, a differential difference pair ( M n 1 M n 4 ) and a symmetric current correlator ( M p 1 M p 6 ), along with transistors M n 5 M n 10 that form the cascode current mirrors used for biasing. Each bump circuit receives a unique input voltage Vin and two parameter voltages V r and V c . The output current of the current correlator is a Gaussian function of Vin, with parameters I b i a s , V r , and V c adjusting the height, the mean value, and the variance of the Gaussian function output, respectively [15,44]. Thus, the proposed circuit exhibits electronic tunability of all the Gaussian function’s characteristics. All the transistors’ dimensions in the circuit are summarized in Table 1.
The proposed Gaussian function circuit possesses several essential characteristics that make it a fundamental building block of the proposed system architecture [15,44]. Firstly, the use of cascode current mirrors, instead of simple ones, provides precise biasing for the differential difference pair, resulting in accurate current mirroring even for very small currents, as low as 1 nA . Moreover, compared to a simple current correlator, the symmetric current correlator used in the circuit improves the symmetry of the Gaussian function output curve. These modifications result in a more robust circuit architecture suitable for high-dimensional RBF kernel applications, although they require extra transistors, which increase the circuit area. For a detailed explanation of the circuit’s operation, as well as mathematical analysis and simulation results, refer to [15,44].
A limitation of this design, however, is that when the number of bump cells in such a cascaded implementation is increased in order to accommodate high-dimensional data, the current scaling caused by the I b i a s is not entirely linear. This loss of linearity can be attributed to small inaccuracies of analog circuits, which may be negligible for low dimensional inputs; however, as more bumps are connected in series, these inaccuracies accumulate and affect the output current considerably. In the SVM case particularly, the bias current of each cascaded bump circuit is the parameter that gets updated during the learning procedure, so linear scaling of the RBF’s output’s current is of paramount importance.

4.2. Multiplier Circuit

In order to achieve accurate linear scaling, the output current of each multidimensional (cascaded) bump circuit is connected to an analog multiplier circuit, depicted in Figure 6. The multiplier is a translinear circuit operating based on the translinear principle [39]. In particular, the translinear principle dictates that the the clockwise translinear elements’ product of the currents in a translinear loop is equal to the counterclockwise translinear elements’ product of the currents that is derived in this loop. In essence, the translinear principle in subthreshold MOS transforms the sum of gate-to-source voltages across a translinear loop into the product of currents. The sum of gate-to-source voltages across the loop is a result of Kirchhoff’s voltage law applied around the loop. Its translation to a product of currents is possible due to the exponential characteristics of the subthreshold MOS current with respect to its gate-to-source voltage.
In the proposed translinear multiplier circuit, transistors M n 5 , M n 6 , M n 8 , and M n 9 form a translinear loop with a so-called alternating loop topology that produces an output current independent of the subthreshold slope factor κ . Furthermore, cascode NMOS and PMOS current mirrors (transistors M n 1 M n 4 and M p 1 M p 8 ) have been used to achieve precise current mirroring. Supposing that all four transistors ( M n 5 , M n 6 , M n 8 , and M n 9 ) operate in the subthreshold region and based on the translinear principle, the multiplier’s output current is the following:
I o u t = I b I b i a s I m u l ,
where I b is the cascaded bump circuit’s output current, I b i a s is the multiplying term, and I m u l is a normalizing current with a constant value. Transistor M n 7 is used for proper biasing of the translinear loop. The multiplier circuit’s transistor dimensions are summarized in Table 2.
In the case of GMM-based classifiers’ architectures, the peak of the RBF’s output current is controlled via the bias current of the cascaded bump architecture’s first bump cell [15,44]. Instead of this, in this work, the first bump circuit is biased with a constant bias current of 16 nA . Then, the output current of the cascaded bump is inserted as I b to the multiplier circuit of Figure 6, which is also biased with a constant bias current I m u l = 16 nA . Thus, the height of the RBF cell’s output current is determined by the multiplier’s input current I b i a s . This current corresponds to the Lagrange multipliers and is derived from SVM’s update rule.
The contribution of the multiplier circuit in achieving linear scaling of the RBF cell’s output current is evident in Figure 7. In this figure, the maximum of a 16 D RBF cell’s output current is depicted. I b u m p is the output current of the 16 D cascaded bump circuit when its peak is scaled by the bias current of the first bump circuit of the cell. I o u t is the peak of the output current if a multiplier is used. The desirable linearity is achieved, with the output current having only a small and constant dc offset compared to I b i a s , which is the desired output of the multiplier.

4.3. Switch Cell

In the learning block, in order to satisfy the hardware-friendly SVM update rule, the product of the two learning samples’ labels has to be multiplied with each kernel. As the labels of all learning samples are either 1 or 1 , the result of this product is either the positive or the negative value of the kernel that corresponds to these specific learning samples. Thus, the output current of each RBF cell that represents the kernel’s value is driven as a positive value I y or as a negative value I x , depending on the aforementioned product. The positive value I y corresponds to Y 1 = Y 2 , while the negative value I x corresponds to Y 1 = Y 2 . The labels are represented with voltages, with a positive label corresponding to the positive power supply voltage (300 mV) and a negative label corresponding to the negative one (−300 mV).
The selective driving of the RBF cell’s current through either I y or I x is achieved via a switch circuit [39]. The switch circuit is depicted in Figure 8 and essentially implements an compact switch. Each switch circuit receives as inputs the labels of the two learning samples of the RBF cell with which it is connected. For inputs Y 1 = Y 2 = 300 mV, RBF’s current I b i a s flows through M p 5 as I y , while for inputs Y 1 = Y 2 = 300 mV, RBF’s current I b i a s flows through M p 4 as I x . For inputs Y 1 = Y 2 = 300 mV and Y 1 = Y 2 = 300 mV, RBF’s current I b i a s is equal to 0 nA, since a PMOS switch is used to power-down the current mirror. This switch implementation is more compact than the one implemented with CMOS static logic, as it consists of 6 transistors instead of 8. The switch cell’s transistor dimensions are summarized in Table 3.

4.4. Adjuster Circuit

The hardware-friendly SVM update rule of Equation (3) can be transformed in the following current-mode equation:
I n e w i = m i n ( I c o n , m a x ( 0 , I c o n y i i m y m I m ) ) ,
where I n e w i is the updated value of the bias current of the i t h RBF cell, and I c o n is a parameter current corresponding to regularization parameter C of the SVM. The adjuster is the circuit that performs the non-linear minimum and maximum operations as well as iterations on the above-mentioned equation, forming a feedback loop to update the current values [39]. The adjuster circuit is shown in Figure 9 and its dimensions are summarized in Table 4. It is a current mirror-based circuit with constant bias current I c o n = 40 nA and the following input currents:
I y = y i = y m I m ,
I x = y i y k I k
for the ith adjuster circuit. The min and max operations are realized thanks to the unilateral current flow in NMOS transistors M n 6 , whose current can not be lower than zero, and M n 7 , whose current may not exceed the value of I c o n . The proper operation of the adjuster circuit for the input current I y and different values of I x and I c o n = 30 nA is demonstrated in Figure 10. The adjuster circuit exhibits the desirable behavior based on the following expression:
I o u t = m i n ( I c o n , m a x ( 0 , I c o n I y + I x ) .

4.5. Winner-Take-All Circuit

The WTA circuit receives N input signals and presents in the output the response of only the largest input signal while suppressing the responses of the other N 1 inputs. In essence, the WTA circuit implements the argmax function.
There have been several voltage-mode WTA circuit implementations [40] as well as current-mode WTA circuits [45] and an ultra-low-supply voltage implementation (only 0.3 V) [46]. All such current-mode WTA circuit architectures are modifications of the original WTA circuit presented by Lazzaro [40].
The circuit architectures of the NMOS- and PMOS-based variance of the WTA circuit for two inputs are presented in Figure 11 and Figure 12, respectively. For the NMOS case, the simple WTA circuit is composed of 4 NMOS transistors of the same W and L parameters operating in the subthreshold region, and it is biased by a constant current I b i a s . The transistors’ dimensions are ( W / L ) = 400 nm 1600 nm . For equal input currents I i n 1 = I i n 2 , the output currents are I o u t 1 = I o u t 2 = 0.5 I b i a s . Due to the fact that M n 1 and M n 4 have the same V G S voltage, for input currents I i n 1 > I i n 2 , it follows that V D M n 1 = V G M n 2 > V G M n 3 = V D M n 4 . Supposing that both output transistors M n 2 and M n 3 operate in saturation and, due to the fact that they both have the same source voltage, a small difference in their gate voltages results in an exponentially larger difference in the output currents. In this case, I o u t 1 = I b i a s and I o u t 2 = 0 . Thus, for input currents differing by a sufficient amount, only the output current corresponding to the largest input current will be non-zero.
The WTA circuit can be extended to accommodate multiple inputs. In our case, however, two inputs are required in order for the circuit to compare the positive and the negative kernel values and perform classification based on the SVM decision rule. In the proposed circuit architecture, instead of using a simple NMOS or PMOS WTA circuit, a triple WTA circuit, depicted in Figure 13, is used. It consists of an NMOS, a PMOS, and another NMOS WTA circuit connected in series, with the output currents of the one WTA block being the input currents to the next one. All 3 WTA blocks are biased with the same constant I b i a s = 40   nA and essentially perform the argmax function 3 consecutive times. In Figure 14, it can be observed that by using the triple WTA circuit as opposed to the simple architecture, the minimum current difference required by the WTA system to differentiate its inputs is cut down significantly. As a result, the accuracy of the classification procedure and the quality of the digital output are increased.

5. Application Examples and Simulation Results

In this section, the proposed circuit is tested in terms of both classification accuracy and circuit sensitivity. To do so, the real-world bearing vibration data under time-varying rotational speed conditions (VSBD) [41] dataset found on the Mendeley Data website [47] is used. The dataset is composed of vibration signals measured by an accelerometer that was directly attached to the motor. These signals can be used to predict the motor’s operating condition, specifically identifying whether the motor is healthy or damaged on the inner or outer raceway. However, since the SVM algorithm’s primary usage involves binary classification problems, in this work, the motor’s condition is classified as operating correctly or faulty (with no distinction between an inner or an outer raceway defect). The layout that was used for the simulations is shown in Figure 15. Its implementation is based on the common-centroid technique, and extra dummy transistors are used in order to avoid mismatches and manufacturing considerations [48].
The data were processed before being used to train the classifier. In particular, the drive-end accelerometer data included multiple 10-s-long time series entries that are split into 10 1-second segments. The sample rate for the accelerometer was 200 × 10 3 samples per second, which greatly exceeded the needs of this application and therefore were down-sampled. Finally, from each segment, the 13 features shown in Table 5 are extracted, and a random train–test slit is used to train and validate both the analog and the software-based SVMs (which will be used for comparison purposes).
The analog classifier needs to be tested both as a classifier and as an analog circuit. Therefore, first, the training procedure is repeated 20 independent times to provide a robust classification accuracy and minimize random effects caused by it. In each iteration, both the analog and the software implementations are compared using the same training and validation data. Table 6 summarizes the results of this test. It is evident that the results of the hardware implementation of the proposed classifier are approximately 1 % less accurate that those of an identical software-based implementation. Additionally, the deviation of their results for different train–test iterations is similar. For a more detailed comparison, the exact classification accuracy histograms are presented in Figure 16.
A Monte Carlo analysis was conducted for the second test with N = 100 points to verify the sensitivity behavior of the classifier circuit. This test used the training data of one of the 20 candidates from the previous test as input. The results are illustrated by the Monte Carlo histogram depicted in Figure 17. Its mean value is μ M = 83.2 % , which is close to the previous test’s mean value, and the standard deviation is as low as σ M = 0.5 % . In general, these results demonstrate the highly sensitive behavior of the classifier. Additionally, the classifier demonstrates “systematic robustness” where, even if the internal sub-circuits are not entirely robust, as long as they behave similarly with each other, the overall classifier will output robust results. Therefore, the total system’s results are presented. In terms of corners, the worst-case scenario is slow cold, where all transistors are in the slow corner and operating at −35 °C. Here the classification accuracy is equal to 81.7 % . Conversely, in the case of fast hot, where all transistors are in the fast corner and operating at 150 °C, the classification accuracy is 84.2 % .

6. Performance Summary and Discussion

In this section, a performance summary of recent analog and mixed-mode SVM algorithms, along with that in this work, is provided. All the classifiers presented in this work are based on a hardware-friendly kernel function of the SVM algorithm. Nonetheless, it is worth mentioning that a fair comparison between hardware-based ML implementations is not possible, since there are numerous aspects that need to be considered combinatorially, such as the implemented technology, the application, the power and area specifications, the computation speed, and so forth. A performance summary for recent existing hardware-friendly SVM algorithm implementations is provided in Table 7. The aim of this work is the implementation of a power- and area-efficient classifier. As a result, subthreshold region techniques are used in order to provide a power-efficient system with minimum power supply (only 0.6 V). However, due to the complexity of the training block, the power consumption is equal to 72 μ W .
The total power includes the entire classifier with biasing circuits but excludes analog memories and pre-processing circuits. In Table 7, only one classifier has a lower power consumption [31] at the cost of a larger chip area. On the other hand, the more area-efficient implementation [33] has a higher power consumption and provides a smaller number of classifications per energy unit consumed. Thus, this design provides a trade-off between high accuracy and power-area efficiency, which can be given as a summary.
The main characteristics of the classifiers presented in Table 7 are analyzed in the Introduction. Regarding the power and area of the proposed circuit, the number of support vectors and their dimensions affect these metrics. While an exact equation cannot be derived, we can predict that the power consumption and chip area are a function of n 2 with respect to the number of SVs and a function of n with respect to their dimensions.
The proposed training method is highly parallel, so in practice, the number of support vectors (training samples) has little effect on the training speed, which is approximately 0.3 μ s. This also applies to the classification procedure. However, the number of dimensions directly affects the processing speed. Specifically, each additional dimension adds approximately 0.5 μ s to the overall settling time. The proposed classifier can achieve a processing speed of 140 K c l a s s i f i c a t i o n s s e c o n d , with a settling time of approximately 7.1 μ s.

7. Conclusions

In this work, a low-power analog integrated implementation of the SVM algorithm with on-chip learning capabilities was introduced. It utilizes the learning block, which consists of an array of RBF cells, switches, and adjuster circuits, and the classification block, which consists of RBF cells, switches and a WTA circuit. Its classification parameters were generated by on-chip training using the hardware-friendly SVM algorithm. The proposed architecture is applied to a real-world dataset targeting bearing fault diagnosis. Two main tests were conducted related to classification accuracy and sensitivity to variations and mismatches. All post-layout simulation results were extracted using the Cadence IC Suite in a TSMC 90 nm technology.

Author Contributions

Investigation, V.A., G.G., M.G. and C.D.; Writing—original draft, V.A. and G.G.; Writing—review and editing, V.A., G.G., M.G., C.D. and P.P.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data used in this study are openly available in CHB-MIT Scalp EEG Database at https://data.mendeley.com/, reference number [47].

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Meijer, G. (Ed.) Smart Sensor Systems; John Wiley & Sons: Hoboken, NJ, USA, 2008. [Google Scholar]
  2. An, B.W.; Shin, J.H.; Kim, S.-Y.; Kim, J.; Ji, S.; Park, J.; Lee, Y.; Jang, J.; Park, Y.-G.; Cho, E. Smart sensor systems for wearable electronic devices. Polymers 2017, 9, 303. [Google Scholar] [CrossRef]
  3. Alioto, M. (Ed.) Enabling the Internet of Things: From Integrated Circuits to Integrated Systems; Springer: Berlin/Heidelberg, Germany, 2017. [Google Scholar]
  4. Haensch, W.; Gokmen, T.; Puri, R. The next generation of deep learning hardware: Analog computing. Proc. IEEE 2018, 107, 108–122. [Google Scholar] [CrossRef]
  5. Zhang, Y.; Mirchandani, N.; Onabajo, M.; Shrivastava, A. RSSI Amplifier Design for a Feature Extraction Technique to Detect Seizures with Analog Computing. In Proceedings of the 2020 IEEE International Symposium on Circuits and Systems (ISCAS), Seville, Spain, 12–14 October 2020; pp. 1–5. [Google Scholar]
  6. Singh, J.; Dabeer, O.; Madhow, U. Communication limits with low precision analog-to-digital conversion at the receiver. In Proceedings of the International Conference on Communications, Glasgow, Scotland, 24–28 June 2007; pp. 6269–6274. [Google Scholar]
  7. Yip, M.; Bohorquez, J.L.; Chandrakasan, A.P. A 0.6 V 2.9 μW mixed-signal front-end for ECG monitoring. In Proceedings of the 2012 Symposium on VLSI Circuits (VLSIC), Honolulu, HI, USA, 13–15 June 2012; pp. 66–67. [Google Scholar]
  8. Alimisis, V.; Gennis, G.; Touloupas, K.; Dimas, C.; Uzunoglu, N.; Sotiriadis, P.P. Nanopower Integrated Gaussian Mixture Model Classifier for Epileptic Seizure Prediction. Bioengineering 2022, 9, 160. [Google Scholar] [CrossRef]
  9. Yan, C.; Shin, H.; Bolton, C.; Xu, W.; Kim, Y.; Fu, K. Sok: A minimalist approach to formalizing analog sensor security. In Proceedings of the 2020 IEEE Symposium on Security and Privacy (SP), Online, 18–20 May 2020; IEEE: New York, NY, USA, 2020; pp. 233–248. [Google Scholar]
  10. Villamizar, D.A.; Muratore, D.G.; Wieser, J.B.; Murmann, B. An 800 nW Switched-Capacitor Feature Extraction Filterbank for Sound Classification. IEEE Trans. Circuits Syst. 2021, 68, 1578–1588. [Google Scholar] [CrossRef]
  11. Yang, M.; Liu, H.; Shan, W.; Zhang, J.; Kiselev, I.; Kim, S.J.; Enz, C.; Seok, M. Nanowatt acoustic inference sensing exploiting nonlinear analog feature extraction. IEEE J.-Solid-State Circuits 2021, 56, 3123–3133. [Google Scholar] [CrossRef]
  12. Yoo, J.; Yan, L.; El-Damak, D.; Altaf, M.A.B.; Shoeb, A.H.; Chandrakasan, A.P. An 8-channel scalable EEG acquisition SoC with patient-specific seizure classification and recording processor. IEEE J.-Solid-State Circuits 2012, 48, 214–228. [Google Scholar] [CrossRef]
  13. Peng, S.Y.; Hasler, P.E.; Anderson, D. An analog programmable multi-dimensional radial basis function based classifier. In Proceedings of the 2007 486 IFIP International Conference on Very Large Scale Integration, Atlanta, GA, USA, 15–17 October 2007; IEEE: New York, NY, USA, 2020; pp. 13–18. [Google Scholar]
  14. Alimisis, V.; Gennis, G.; Dimas, C.; Gourdouparis, M.; Sotiriadis, P.P. An ultra low power analog integrated radial basis function classifier for smart IoT systems. Analog. Integr. Circuits Signal Process. 2022, 112, 225–236. [Google Scholar] [CrossRef]
  15. Alimisis, V.; Gennis, G.; Touloupas, K.; Dimas, C.; Gourdouparis, M.; Sotiriadis, P.P. Gaussian Mixture Model classifier analog integrated low-power implementation with applications in fault management detection. Microelectron. J. 2022, 126, 105510. [Google Scholar] [CrossRef]
  16. Alimisis, V.; Gennis, G.; Dimas, C.; Sotiriadis, P.P. An Analog Bayesian Classifier Implementation, for Thyroid Disease Detection, based on a Low-Power, Current-Mode Gaussian Function Circuit. In Proceedings of the 2021 International Conference on Microelectronics (ICM), Cairo, Egypt, 19–22 December 2021; pp. 153–156. [Google Scholar]
  17. Zhang, R.; Shibata, T. An analog on-line-learning K-means processor employing fully parallel self-converging circuitry. Analog. Integr. Circuits Signal Process. 2013, 75, 267–277. [Google Scholar] [CrossRef] [Green Version]
  18. Alimisis, V.; Mouzakis, V.; Gennis, G.; Tsouvalas, E.; Dimas, C.; Sotiriadis, P.P. A Hand Gesture Recognition Circuit Utilizing an Analog Voting Classifier. Electronics 2022, 11, 3915. [Google Scholar] [CrossRef]
  19. Zhang, R.; Uetake, N.; Nakada, T.; Nakashima, Y. Design of programmable analog calculation unit by implementing support vector regression for approximate computing. IEEE Micro 2018, 38, 73–82. [Google Scholar] [CrossRef]
  20. Li, F.; Chang, C.H.; Siek, L. A compact current mode neuron circuit with Gaussian taper learning capability. In Proceedings of the 2009 IEEE International Symposium on Circuits and Systems, Taipei, Taiwan, 24–27 May 2009; pp. 2129–2132. [Google Scholar]
  21. Lee, K.; Park, J.; Yoo, H.J. A low-power, mixed-mode neural network classifier for robust scene classification. J. Semicond. Technol. Sci. 2019, 19, 129–136. [Google Scholar] [CrossRef]
  22. Lu, J.; Young, S.; Arel, I.; Holleman, J. A 1 tops/w analog deep machine-learning engine with floating-gate storage in 0.13 μm CMOS. IEEE J. Solid-State Circuits 2014, 50, 270–281. [Google Scholar] [CrossRef]
  23. Mohamed, A.R.; Qi, L.; Li, Y.; Wang, G. A generic nano-watt power fully tunable 1-D gaussian kernel circuit for artificial neural network. IEEE Trans. Circuits Syst. II Express Briefs 2020, 67, 1529–1533. [Google Scholar] [CrossRef]
  24. Shylendra, A.; Shukla, P.; Mukhopadhyay, S.; Bhunia, S.; Trivedi, A.R. Low power unsupervised anomaly detection by nonparametric modeling of sensor statistics. IEEE Trans. Very Large Scale Integr. Vlsi Syst. 2020, 28, 1833–1843. [Google Scholar] [CrossRef] [Green Version]
  25. Afifi, S.; GholamHosseini, H.; Sinha, R. FPGA implementations of SVM classifiers: A review. SN Comput. Sci. 2020, 1, 133. [Google Scholar] [CrossRef] [Green Version]
  26. Wiśniewski, R.; Bazydło, G.; Szcześniak, P. SVM algorithm oriented for implementation in a low-cost Xilinx FPGA. Integration 2019, 64, 163–172. [Google Scholar] [CrossRef]
  27. Wang, H.; Shi, W.; Choy, C.S. Hardware design of real time epileptic seizure detection based on STFT and SVM. IEEE Access 2018, 6, 67277–67290. [Google Scholar] [CrossRef]
  28. Luo, A.; An, F.; Zhang, X.; Mattausch, H.J. A hardware-efficient recognition accelerator using Haar-like feature and SVM classifier. IEEE Access 2019, 7, 14472–14487. [Google Scholar] [CrossRef]
  29. Lopes, F.F.; Ferreira, J.C.; Fernandes, M.A. Parallel implementation on FPGA of support vector machines using stochastic gradient descent. Electronics 2019, 8, 631. [Google Scholar] [CrossRef] [Green Version]
  30. Genov, R.; Cauwenberghs, G. Kerneltron: Support vector “machine” in silicon. IEEE Trans. Neural Netw. 2003, 14, 1426–1434. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  31. Chakrabartty, S.; Cauwenberghs, G. Sub-microwatt analog VLSI trainable pattern classifier. IEEE J. Solid-State Circuits 2007, 42, 1169–1179. [Google Scholar] [CrossRef] [Green Version]
  32. Peng, S.Y.; Minch, B.A.; Hasler, P. Analog VLSI implementation of support vector machine learning and classification. In Proceedings of the 2008 IEEE International Symposium on Circuits and Systems, Seattle, WA, USA, 18–21 May 2008; pp. 860–863. [Google Scholar]
  33. Kang, K.; Shibata, T. An on-chip-trainable Gaussian-kernel analog support vector machine. IEEE Trans. Circuits Syst. I Regul. Pap. 2009, 57, 1513–1524. [Google Scholar] [CrossRef]
  34. Zhang, R.; Shibata, T. Fully parallel self-learning analog support vector machine employing compact gaussian generation circuits. Jpn. J. Appl. Phys. 2012, 51, 04DE10. [Google Scholar] [CrossRef]
  35. Boni, A.; Pianegiani, F.; Petri, D. Low-power and low-cost implementation of SVMs for smart sensors. IEEE Trans. Instrum. Meas. 2007, 56, 39–44. [Google Scholar] [CrossRef]
  36. Fayyazi, A.; Ansari, M.; Kamal, M.; Afzali-Kusha, A.; Pedram, M. An ultra low-power memristive neuromorphic circuit for Internet of Things smart sensors. IEEE Internet Things J. 2018, 5, 1011–1022. [Google Scholar] [CrossRef]
  37. Wang, A.; Calhoun, B.H.; Chandrakasan, A.P. Sub-Threshold Design for Ultra Low-Power Systems; Springer: New York, NY, USA, 2006; Volume 95. [Google Scholar]
  38. Alimisis, V.; Gourdouparis, M.; Gennis, G.; Dimas, C.; Sotiriadis, P.P. Analog gaussian function circuit: Architectures, operating principles and applications. Electronics 2021, 10, 2530. [Google Scholar] [CrossRef]
  39. Liu, S.C.; Kramer, J.; Indiveri, G.; Delbra, T.; Douglas, R. Analog VLSI: Circuits and Principles; MIT Press: Cambridge, MA, USA, 2002. [Google Scholar]
  40. Lazzaro, J.; Ryckebusch, S.; Mahowald, M.A.; Mead, C.A. Winner-take-all networks of O (n) complexity. In Advances in Neural Information Processing Systems, Proceedings of the NIPS Conference, Denver, CO, USA, 27–30 November 1988; Morgan Kaufmann: Cambridge, MA, USA, 1988; Volume 1. [Google Scholar]
  41. Huang, H.; Baddour, N. Bearing vibration data collected under time-varying rotational speed conditions. Data Brief 2018, 21, 1745–1749. [Google Scholar] [CrossRef]
  42. Alimisis, V.; Gourdouparis, M.; Dimas, C.; Sotiriadis, P.P. A 0.6 V, 3.3 nW, Adjustable Gaussian Circuit for Tunable Kernel Functions. In Proceedings of the 2021 34th SBC/SBMicro/IEEE/ACM Symposium on Integrated Circuits and Systems Design (SBCCI), Campinas, Brazil, 14 June 2021; pp. 1–6. [Google Scholar]
  43. Delbrueck, T.; Mead, C. Bump circuits. In Proceedings of the International Joint Conference on Neural Networks, San Francisco, CA, USA, 28 March–1 April 1993; Volume 1, pp. 475–479. [Google Scholar]
  44. Gourdouparis, M.; Alimisis, V.; Dimas, C.; Sotiriadis, P.P. An ultra-low power, ±0.3 V supply, fully-tunable Gaussian function circuit architecture for radial-basis functions analog hardware implementation. AEU-Int. J. Electron. Commun. 2021, 136, 153755. [Google Scholar] [CrossRef]
  45. Indiveri, G. A current-mode hysteretic winner-take-all network, with excitatory and inhibitory coupling. Analog. Integr. Circuits Signal Process. 2001, 28, 279–291. [Google Scholar] [CrossRef]
  46. Akbari, M.; Chou, T.I.; Tang, K.T. An adjustable 0.3 V current winner-take-all circuit for analogue neural networks. Electron. Lett. 2021, 57, 685–687. [Google Scholar] [CrossRef]
  47. Mendeley Data, Mendeley. 2022. Available online: https://data.mendeley.com/ (accessed on 23 May 2022).
  48. Sharma, A.K.; Madhusudan, M.; Burns, S.M.; Mukherjee, P.; Yaldiz, S.; Harjani, R.; Sapatnekar, S.S. Common-centroid layouts for analog circuits: Advantages and limitations. In Proceedings of the 2021 Design, Automation & Test in Europe Conference & Exhibition, Grenoble, France, 1–5 February 2021; pp. 1224–1229. [Google Scholar]
  49. Panic, B.; Klemenc, J.; Nagode, M. Gaussian Mixture Model Based Classification Revisited: Application to the Bearing Fault Classification. Stroj. Vestn. J. Mech. Eng. 2020, 66, 4. [Google Scholar]
Figure 1. Different architectures for a classification system. (a) All digital inference; only the sensor related circuitry is analog. (b) The analog feature extractor replaces the digital one. (c) The analog front-end is used as a wake-up circuit in order to power up/down the digital back-end. (d) A pure analog approach. From (ad), the power requirements of the ADC are reduced.
Figure 1. Different architectures for a classification system. (a) All digital inference; only the sensor related circuitry is analog. (b) The analog feature extractor replaces the digital one. (c) The analog front-end is used as a wake-up circuit in order to power up/down the digital back-end. (d) A pure analog approach. From (ad), the power requirements of the ADC are reduced.
Sensors 23 03978 g001
Figure 2. An illustration of the learning block. The RBF cells receive the learning samples and output the multivariate RBF kernel. The input labels are imported to the training circuit via the following switches. The adjusters implement the min and max operators.
Figure 2. An illustration of the learning block. The RBF cells receive the learning samples and output the multivariate RBF kernel. The input labels are imported to the training circuit via the following switches. The adjusters implement the min and max operators.
Sensors 23 03978 g002
Figure 3. The prediction block of the classifier (classification block). The RBF cells receive the input and produce the appropriate RBF functions based on the trained parameters. These RBF functions represent the support vectors. The sign of the support vectors is imported to the classification block by the switches. The WTA is used to compare the positive and the negative values.
Figure 3. The prediction block of the classifier (classification block). The RBF cells receive the input and produce the appropriate RBF functions based on the trained parameters. These RBF functions represent the support vectors. The sign of the support vectors is imported to the classification block by the switches. The WTA is used to compare the positive and the negative values.
Sensors 23 03978 g003
Figure 4. By connecting N simple bump circuits sequentially, the output of the last one is equivalent to an N–D Gaussian function. Each bump circuit’s parameters ( V r , V c , I b i a s ) are tuned independently.
Figure 4. By connecting N simple bump circuits sequentially, the output of the last one is equivalent to an N–D Gaussian function. Each bump circuit’s parameters ( V r , V c , I b i a s ) are tuned independently.
Sensors 23 03978 g004
Figure 5. The utilized Gaussian function circuit is presented. The output current I o u t resembles a Gaussian function controlled by the input voltage V i n . The parameter voltages V r , V c , and the bias current I b i a s control the Gaussian function’s mean value, variance, and peak value, respectively.
Figure 5. The utilized Gaussian function circuit is presented. The output current I o u t resembles a Gaussian function controlled by the input voltage V i n . The parameter voltages V r , V c , and the bias current I b i a s control the Gaussian function’s mean value, variance, and peak value, respectively.
Sensors 23 03978 g005
Figure 6. Analog multiplier circuit. To achieve accurate linear scaling, the output current of each multidimensional bump circuit is connected to this analog multiplier circuit. This implementation is based on the translinear priciple.
Figure 6. Analog multiplier circuit. To achieve accurate linear scaling, the output current of each multidimensional bump circuit is connected to this analog multiplier circuit. This implementation is based on the translinear priciple.
Sensors 23 03978 g006
Figure 7. Effect of multiplier on output current of the multidimensional bump circuit. It provides a linear output current that has the same behavior with the I b i a s current.
Figure 7. Effect of multiplier on output current of the multidimensional bump circuit. It provides a linear output current that has the same behavior with the I b i a s current.
Sensors 23 03978 g007
Figure 8. The circuit used to implement the switch cell is presented. This is a compact gate with only 6 transistors. For inputs Y 1 = Y 2 = 300 mV, RBF’s current I b i a s flows through M p 5 as I y , while for inputs Y 1 = Y 2 = 300 mV, RBF’s current I b i a s flows through M p 4 as I x .
Figure 8. The circuit used to implement the switch cell is presented. This is a compact gate with only 6 transistors. For inputs Y 1 = Y 2 = 300 mV, RBF’s current I b i a s flows through M p 5 as I y , while for inputs Y 1 = Y 2 = 300 mV, RBF’s current I b i a s flows through M p 4 as I x .
Sensors 23 03978 g008
Figure 9. The adjuster circuit is presented. This circuit performs the non-linear minimum and maximum operations and also performs iterations based on mathematical equations, forming a feedback loop to update the current values.
Figure 9. The adjuster circuit is presented. This circuit performs the non-linear minimum and maximum operations and also performs iterations based on mathematical equations, forming a feedback loop to update the current values.
Sensors 23 03978 g009
Figure 10. The output current of the adjuster circuit.
Figure 10. The output current of the adjuster circuit.
Sensors 23 03978 g010
Figure 11. Simple NMOS winner-take-all circuit composed of two neuron cells. It is suitable for a 2-class classification problem.
Figure 11. Simple NMOS winner-take-all circuit composed of two neuron cells. It is suitable for a 2-class classification problem.
Sensors 23 03978 g011
Figure 12. Simple PMOS winner-take-all circuit composed of two neuron cells. It is suitable for a 2-class classification problem.
Figure 12. Simple PMOS winner-take-all circuit composed of two neuron cells. It is suitable for a 2-class classification problem.
Sensors 23 03978 g012
Figure 13. The implemented triple cascaded WTA circuit built by alternating the simple NMOS and PMOS WTA designs.
Figure 13. The implemented triple cascaded WTA circuit built by alternating the simple NMOS and PMOS WTA designs.
Sensors 23 03978 g013
Figure 14. A comparison between the simple and the implemented WTA circuits.
Figure 14. A comparison between the simple and the implemented WTA circuits.
Sensors 23 03978 g014
Figure 15. Layout of the proposed hardware-friendly SVM algorithm based on the design methodology (extra dummy transistors are used).
Figure 15. Layout of the proposed hardware-friendly SVM algorithm based on the design methodology (extra dummy transistors are used).
Sensors 23 03978 g015
Figure 16. The classification results comparing the software and the proposed implementations for 20 iterations.
Figure 16. The classification results comparing the software and the proposed implementations for 20 iterations.
Sensors 23 03978 g016
Figure 17. Post-layout Monte Carlo simulation results of the proposed architecture (for one of the previous 20 iterations).
Figure 17. Post-layout Monte Carlo simulation results of the proposed architecture (for one of the previous 20 iterations).
Sensors 23 03978 g017
Table 1. Bump circuit transistors’ dimensions.
Table 1. Bump circuit transistors’ dimensions.
NMOS Differential BlockW/L ( μ m / μ m )Current CorrelatorW/L ( μ m / μ m )
M n 1 , M n 4 1.6 / 0.4 M p 3 , M p 4 0.4 / 1.6
M n 2 , M n 3 0.8 / 0.4 M p 1 , M p 2 1.2 / 1.6
M n 5 M n 8 0.4 / 1.6 M p 5 , M p 6 0.4 / 1.6
M n 9 , M n 10 1.2 / 1.6 --
Table 2. Multiplier’s transistor dimensions.
Table 2. Multiplier’s transistor dimensions.
Current MirrorsW/L ( μ m / μ m ) Translinear LoopW/L ( μ m / μ m )
M n 1 M n 4 0.4 / 1.6 M n 5 , M n 9 0.4 / 1.6
M p 1 M p 4 0.4 / 1.6 M n 6 3.6 / 1.6
M p 5 M p 8 0.4 / 1.6 M n 8 4 / 1.6
M n 7 1.2 / 0.8 --
Table 3. Switch’s transistor dimensions.
Table 3. Switch’s transistor dimensions.
TransistorsW/L ( μ m / μ m )
M n 1 0.8 / 0.2
M p 1 , M p 6 0.8 / 0.2
M p 2 M p 5 0.4 / 1.6
Table 4. Adjuster’s MOS transistor dimensions.
Table 4. Adjuster’s MOS transistor dimensions.
TransistorsW/L ( μ m / μ m )
M n 1 , M n 2 0.4 / 6.4
M n 3 , M n 4 0.4 / 6.4
M n 5 M n 7 0.4 / 6.4
M p 1 , M p 2 0.4 / 6.4
M p 3 , M p 4 0.4 / 6.4
M p 5 M p 7 0.4 / 6.4
Table 5. Extracted features [49].
Table 5. Extracted features [49].
StatisticEquationStatisticEquation
Root mean square RMS = 1 N i = 1 N x i 2 Crest factor CF = max ( x i ) RMS
Square root of amplitude SRA = 1 N i = 1 N | x i | 2 Impulse factor IF = N · max ( x i ) i = 1 N | x i |
Kurtosis value KV = 1 N i = 1 N x i μ x σ x 4 Margin factor MF = max ( x i ) SRA
Skewness value SV = 1 N i = 1 N x i μ x σ x 3 Frequency center FC = 1 N i = 1 N f i
Peak-to-peak value PPV = max ( x i ) min ( x i ) Root-mean-square frequency RMSF = 1 N i = 1 N f i 2
Shape factor SF = max ( x i ) SV Root variance frequency RVF = 1 N i = 1 N ( f i F C ) 2
Kurtosis factor KF = K V RMS 4 --
Table 6. Accuracy results for the VSBD dataset (over 20 iterations).
Table 6. Accuracy results for the VSBD dataset (over 20 iterations).
MethodBest (%)Worst (%)Mean (%)Std. (%)
Software 85.3 83.8 84.6 0.4
Hardware 84.5 82.3 83.2 0.5
Table 7. Performance summary.
Table 7. Performance summary.
[34][32][33][31][30]This Work
Technology180 nm180 nmSimulation0.5 μ m0.5 μ m90 nm
Power Supply5 V1.8 VN/A4 V5 V0.6 V
Power Consumption220 μ W N/AN/A840 nW5.9 mW72 μ W
Area0.06 mm 2 0.125 mm 2 N/A9.0 mm 2 9.0 mm 2 0.818 mm 2
Energy per Classification252.9 pJN/AN/A21 nJ59 nJ576 pJ
Kernel FunctionGaussianGaussianGaussianQuadraticLinearGaussian
OperationLearning/ClassificationLearning/ClassificationLearning/ClassificationClassificationClassificationLearning/Classification
No. of Classes2222422
No. of Dimensions26421425613
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Alimisis, V.; Gennis, G.; Gourdouparis, M.; Dimas, C.; Sotiriadis, P.P. A Low-Power Analog Integrated Implementation of the Support Vector Machine Algorithm with On-Chip Learning Tested on a Bearing Fault Application. Sensors 2023, 23, 3978. https://doi.org/10.3390/s23083978

AMA Style

Alimisis V, Gennis G, Gourdouparis M, Dimas C, Sotiriadis PP. A Low-Power Analog Integrated Implementation of the Support Vector Machine Algorithm with On-Chip Learning Tested on a Bearing Fault Application. Sensors. 2023; 23(8):3978. https://doi.org/10.3390/s23083978

Chicago/Turabian Style

Alimisis, Vassilis, Georgios Gennis, Marios Gourdouparis, Christos Dimas, and Paul P. Sotiriadis. 2023. "A Low-Power Analog Integrated Implementation of the Support Vector Machine Algorithm with On-Chip Learning Tested on a Bearing Fault Application" Sensors 23, no. 8: 3978. https://doi.org/10.3390/s23083978

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop