Acessibilidade / Reportar erro

Comparison of biomass estimation techniques for a Bacillus thuringiensis fed-batch culture

Abstract

In this work, the ability of artificial neural nets was investigated for the on-line biomass prediction of the simulated growth of a strain of Bacillus thuringiensis in fed-batch mode. For this purpose, multilayered backpropagation nets with sigmoid nodes were trained. The patterns were composed of input data on current values of biomass concentration, limiting substrate concentration and dilution rate, and output data on prediction of biomass concentration for the following step. The dilution rate was disturbed by a PRBS input, and simulations were conducted using a phenomenological experimentally validated model. The nets were able to predict the biomass concentration for different feeding techniques, and they were also compared with the variable estimation technique using the extended Kalman filter.

neural networks; extended Kalman filter; fed-batch; Bacillus thuringiensis


COMPARISON OF BIOMASS ESTIMATION TECHNIQUES FOR A Bacillus thuringiensis FED-BATCH CULTURE

1C.C.F.Cunha and 2M.B.Souza Júnior* * To whom correspondence should be addressed

1 Department of Chemical and Process Engineering, University of Newcastle upon Tyne Merz Court,

Newcastle upon Tyne NE1 7RU, Phone: +44 191 222-5332/ Fax: +44 191 222-5292 U. K.

E-mail: C.C.F.Cunha@newcastle.ac.uk

2 Universidade Federal do Rio de Janeiro, Centro de Tecnologia, Bloco E, Escola de Química, Ilha do Fundão

CEP. 21949-900, Phone: (0xx21) 562-7636/ Fax: (0xx21) 562-7567, Rio de Janeiro - RJ, Brasil

E-mail: mbsj@h2o.eq.ufrj.br

(Received: September 20, 1998 ; Accepted: October 23, 2000)

Abstract- In this work, the ability of artificial neural nets was investigated for the on-line biomass prediction of the simulated growth of a strain of Bacillus thuringiensis in fed-batch mode. For this purpose, multilayered backpropagation nets with sigmoid nodes were trained. The patterns were composed of input data on current values of biomass concentration, limiting substrate concentration and dilution rate, and output data on prediction of biomass concentration for the following step. The dilution rate was disturbed by a PRBS input, and simulations were conducted using a phenomenological experimentally validated model. The nets were able to predict the biomass concentration for different feeding techniques, and they were also compared with the variable estimation technique using the extended Kalman filter.

Keywords: neural networks, extended Kalman filter; fed-batch, Bacillus thuringiensis.

INTRODUCTION

Software sensors are sophisticated monitoring systems that can relate the less accessible state variables and the variables that can be measured during the process. These tools are useful in fermentative process control applications, for which state variables are not always available. Control of these processes around the optimum increases yield and reduces operational costs. However, this is a difficult task, because it involves a number of complex biochemical reactions (Zhang et al., 1994).

For this research, the growth phase of a strain of Bacillus thuringiensis - a bioinsecticide producer - was chosen. Fed-batch simulations were then carried out, because of their flexibility in monitoring the growth phase.

The justification of this choice is that biological insecticides are more efficient than chemical ones, and are not harmful to human beings and non-target animals and plants. The importance of the optimization of such a process is related to the tropical climate, which is characterized by greater vulnerability to insect pests, both in agriculture and in urban centers.

METHODS

Software sensors are programs that apply process models and estimation algorithms to estimate variables and parameters that are not easily measured or that are available only after a significant time delay from the on-line measured data (Bastin and Dochain, 1990).

In biological processes, the main variables (such as biomass concentration, substrate concentration and metabolites) are usually determined by laboratory analysis. The cost and the time required for these analyses limit sampling frequency. Software sensors use on-line data to estimate these variables. For this purpose empirical models, such as artificial neural nets (ANNs) and Kalman filters (or observers), which can be combined with structured or non-structured models, are applied.

Modeling of the Process under Study

In this work, a non-segregated and non-structured perspective and the presence of only one limiting substrate were assumed.

A fed-batch process can be described by an overall balance, where the culture volume (V) variation with time (t) is equal to the volumetric feed rate (f), according to the equation below (Dunn and Mor, 1975):

The mass balance of cells and substrate can be described by equations (2) and (3), respectively:

Biomass

Substrate

where sF is the limiting substrate concentration in the feed and Yx/s is the yield coefficient.

The dilution rate - defined as the rate between the volumetric feed rate, f, of the limiting substrate and the culture volume, V (equation 4) - was used as the control variable.

In this case, overall balance is not considered for problem solution, because the biomass and substrate equations do not depend explicitly on volume, as the equations (6) and (7) below show:

Overall Balance

Biomass

Substrate

The specific growth rate, m, was determined by the Monod (Monod, 1942) and Hump (used by Agrawal et al., 1982) kinetic models.

(1) Monod model:

Relates the specific growth rate, m, with the limiting substrate concentration, s, as follows:

where parameters mmax and ks are the maximum specific growth rate and the saturation constant, respectively.

(2) Hump model:

Considers the possibility of growth inhibition in the presence of determined concentrations of the limiting substrate and presents only two parameters, k1 and k2, as follows:

The simulations were carried out under the following conditions for a strain of Bacillus thuringiensis var. israelensis in a modified GYS medium (Kang et al., 1992), where glucose was considered the limiting substrate: mmax = 0.672 h-1; ks = 0.331 g/L; k1 = 0.398 L/gh; k2 = 4.535 g/L; x0 = 0.31 g/L; s0 = 6.05 g/L; Yx/s = 0.643 g(cell)/ g(subst.); V0 = 5.0 L; Vmax = 10.0 L; fmax = 2.5 L/h; sF = 20.0 g/L (Cunha et al., 1998).

The dilution rate was varied between its minimum (D = 0.0 h-1) and maximum (D = 0.5 h-1) values by a pseudo-random binary signal (PRBS). The PRBS changes randomly between -1 and 1, and the dilution rate was calculated by the following equation:

Artificial Neural Nets (ANNs)

Neural networks have been proved to be suitable for the development of prediction models (e.g. Glassey et al., 1994; Wilkinson and Yuksel, 1997; Hajmeer et al, 1998).

ANNs technology was inspired by simplified theories about how the human brain works. The ANNs are a computational paradigm in which a dense distribution of simple processing elements (neurons), connected by weights (synapses), process input/output data by a mechanism called "training", providing a non-linear relation (De Souza Jr. et al., 1996).

The neuron can receive a variety of input signals, spi,k (i = 1, ..., nk), which correspond to the output (or activation) of the nk neurons of the previous layer, but give only one output signal, spj,k+1. The input signals are modulated by weights, wjik, associated with each information channel. Subsequently the neuron sums up all its inputs weighted by the weights to an internal threshold (bias, qj,k+1) (Zhang et al., 1994). Mathematically, neuron behavior can be expressed by (De Souza Jr. et al., 1996)

The activation of individual neurons can be modeled as a sigmoid function (equation 12), which is the most frequently used for the multilayered nets and is used in this work (De Souza Jr. et al., 1996).

(1) Training ANNs

Training is a procedure for obtaining the neural net parameters, based on the minimization of an objective function that gives the difference between the true values (experimental or simulated) and those predicted by the net. In this process, the weights and the biases are modified.

One of the most commonly used training methods is the backpropagation. The nets trained by this technique are multilayered, without connections between neurons of the same layer, but with feedforward signals. A multilayered net is composed of (Zhang et al., 1994): an input layer (which receives the information from external signal sources and can be composed of various receptors); an output layer (which is composed of various transmitters and gives the output information); and one or more hidden layers (which connect the receptors and transmitters with different connection strengths).

In backpropagation nets, the training process is conducted by a feedback error method. An error signal is obtained by comparison between the predicted and the desired outputs. This error is backpropagated through the net and used to adjust the weights. This procedure is repeated until the desired convergence is achieved. This is equivalent to a minimization of the weights of the objective function, which gives the error between the predicted outputs, s, and the desired outputs, t, for Np patterns (De Souza Jr. et al., 1996) as follows:

where

At a minimum (local or overall):

(2) Application to the process under study:

In this work, training was carried out using a backpropagation net with feedforward signals, with data obtained from the fed-batch simulation of the process described previously. These data were used to train the net by the application of an algorithm that uses the conjugated gradient method (Leonard e Kramer, 1990), which minimizes the objective function of equation (13).

The nets used here - called (a) and (b) - were composed of three layers, with three variables for the input data (substrate concentration, biomass concentration, and dilution rate taken at sampling time K) and one variable in the output patterns (biomass concentration taken at sampling time K+1). In this way, the nets provide a discrete series-parallel model of the kind x(K+1) = F[s(K), x(K), D(K)], where F is a function representing the overall nonlinearities. The outputs of the nets (predictions) were compared with the simulated process. Net (a) had two hidden neurons and net (b), three.

Extended Kalman Filter (EKF)

The fermentation process under study in this work can be represented by the following overall equation (Bastin and Dochain, 1990):

where is the state variable matrix; K is the yield coefficient matrix; F is the process input matrix; and is the reaction rate as a function of the state variables. In this work, the reaction rate is directly proportional to the specific growth rate for:

Monod model:

Hump model:

It is assumed that the model is completely known (the reaction’s kinetic structure and all the coefficients are known). It is also assumed that the dilution rate, D, the inputs, F, and a subset of variables are determined on-line. The measured variables vector, , is given by

where L is the q´N matrix, which selects the measured components of ; q is the number of measured variables and N is the total number of variables.

The theory behind the observer, as given by Bastin and Dochain (1990), is summarized in the appendix appendix .

(1) Application to the process under study:

In this work, process model equations (6) and (7) can be rewritten as

where the substrate concentration, s, is the only measured variable; N = 2; q = 1; = s; L = [1 0]; and

with

The observability matrix is

The observer equations are written as

The gain matrix is calculated by equation (A7), as shown below:

where:

and:

Equations (20), (25), (26), (29), (30) and (31) were used in the simulation algorithm of the EKF.

The initial values for R1, R2 and R3 were (Bastin and Dochain, 1990):

Filter (a): R1(0) = R2(0) = 500, R3(0) = 0

Filter (b): R1(0) = R2(0) = 100, R3(0) = 0

Filter (c): R1(0) = R2(0) = 20, R3(0) = 0

Filters (a), (b) and (c) described above were tested for three sets of initial conditions of biomass and substrate concentrations:

i) Initial values of x and s for the observer were equal to the initial values of the process (x0 =0.31 g/L and s0 = 6.05 g/L);

ii) Initial values of x and s for the observer were near the initial values of the process (x0 =0.5 g/L and s0 = 5 g/L);

iii) Initial values of x and s for the observer were different from the initial values of the process (x0 =1 g/L and s0 = 1 g/L).

RESULTS AND DISCUSSION

In this section, the simulations of the growth of Bacillus thuringiensis var. israelensis in a fed-batch mode are presented and compared, using the initial conditions and parameters described previously. The techniques for variable estimation by artificial neural nets and the extended Kalman filter were applied.

The simulated process was implemented with a disturbance in the dilution rate, as shown in equation (10). The feed was interrupted when the bioreactor volume reached its maximum value.

In the following items, the results for the neural nets and the extended Kalman filter are presented, followed by a comparison between the methods.

Artificial Neural Nets

Nets (a) and (b) were tested. The training patterns used were obtained by simulations with the Monod and the Hump models and the dilution rate randomly given by equation (10). The results are presented in Figure 1.


The applied nets were able to represent the increase in biomass concentration over time. Although they showed a small oscillation at the beginning, the nets achieved the final cells concentration. Net (b) presented a small advantage over Net (a), because it oscillated a bit less and predicted the final concentration obtained from the simulation more accurately than the Net (a).

In the case of the Hump model, the performances of Nets (a) and (b) were similar to those in the case of the Monod model.

Input values given by a fed-batch operation using different feed regimes (Cunha et al., 1998) were presented to Net (b) for validation. Its outputs were compared with those from the real process. Different feeding regimes, namely constant, exponential and optimized feed were used. For this test, the Monod model was chosen, because of its simplicity.

(1) Constant feed: In this regime the feed rate is kept constant. Figure 2 shows the biomass concentration over time for the data obtained from the fermentation simulation and the net output.


(2) Exponential feed: In this regime, the feed rate depends exponentially on the specific growth rate and the time. Figure 3 illustrates the performance of the net for the patterns obtained from the simulation of this technique.


(3) Optimized feed: This regime is based on the determination of the best possible feed rate to increase production and reduce costs. There are several optimized feed regimes. For this work, singular control and "bang-bang" control were chosen. Figure 4 shows the curves for biomass concentration in both cases.


In all the cases, Net (b) was able to predict the values for biomass concentration.

Extended Kalman Filter

The extended Kalman filter was also applied using the Monod and Hump models. Here the simulation results from filters (a), (b) and (c) are compared for each set of initial conditions presented in the "Methods" section.

i) x0 = 0.31 g/L; s0 = 6.05 g/L

Figure 5 shows that the curves obtained from the estimator overlaid those resulting from fermentation, with both Monod and Hump models.


ii) x0 = 0.5 g/L; s0 = 5 g/L

In this case, the ability of the estimator can be confirmed by looking at Figure 6. Note that the filter is able to adjust its outputs to the values from the fermentation simulation.


iii) x0 = 1 g/L; s0 = 1 g/L

This last case is represented in Figure 7. From this figure, it is possible to see that Filter (a) (with the largest initial larger values of R1 and R2) presents the best estimation of the biomass concentration over time. Filter (c) (with the smallest initial values of R1 and R2) fails even for the final time results.


Comparison

In this section, Net (b) and Filter (a) - case x0 = 0.5 g/L and s0 = 5 g/L - are compared with the real values for fermentation (Figure 8).


Notice that both the extended Kalman filter and the neural networks are able to predict satisfactorily the data for the biomass concentration. The absence of oscillations in the filter simulation can be considered an advantage. However, it should be taken into account that the filter uses a known model while the net works only with data from the process. On the other hand, the filter did not use the biomass concentration as a known input variable, in opposition to the nets.

In order to make a stricter comparison between the estimators, it is necessary to exclude the biomass concentration from the input data of the nets. Some topologies were tested, still using three inputs, namely dilution rate and substrate concentration at time K, and substrate concentration at time K-1. However, satisfactory results were not obtained (data not shown). Such results possibly happened due to the lower correlation between the variables used as inputs to the network and the variable to be predicted (biomass).

Since simulated data is being used, it is difficult to draw a definitive conclusion about which technique performs better. In a practical situation, for example, data such as optical density and other growth related variables (such as carbon dioxide evolution rate or oxygen uptake rate) would be easier to measure on-line than the biomass concentration itself. The fact that the Kalman filter works with a pre-set model may also rise the need for a more complex model that describes the process in more details. This could mean hard and time consuming work, and in this case, a data based model could be an advantage. Further studies on this subject may show different results, i.e., that the neural networks are more suitable for the development of a prediction model for the selected process.

CONCLUSIONS

In this work, the ability of ANNs in on-line prediction of the biomass concentration in a simulated fed-batch process for the growth of Bacillus thuringiensis var. israelensis was tested. The nets were able to predict biomass concentration for different feed regimes and were compared with the variable estimation technique using the extended Kalman filter. It was shown that the superiority of the extended Kalman filter in the present study can be related to the fact that the filter works with a known model of the process, and the nets depend solely on given data. When the nets studied do not use biomass values as inputs, the output presents oscillations for low values of biomass concentration.

ACKNOWLEDGEMENT

The first author receives financial support from the Brazilian Reasearch Council - Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq). Finantial support from FACEPE is also gratefully acknowledged.

NOMENCLATURE

Process

D dilution rate, h-1 f feed rate, m3/h k1 Hump model parameter, m3/kg.h k2 Hump model parameter, kg/m3 ks saturation constant, kg/m3 s substrate concentration, kg/m3 t time, h V volume of culture broth, m3 x cell concentration, kg/m3 Yx/s yield coefficient, kg(cell)/kg(substrate) m specific growth rate, h-1

Subscript

F in the feed

Artificial Neural Networks

E error s input w weight l behaviour of a neuron q bias

Extended Kalman Filter

L matrix that selects the measured components of x R matrix generated by Riccati equation j (x ) reaction rate W (x ) gain matrix x measured variables

Superscripts

T transpose ^ estimated value

Appendix

A state observer or estimator is an algorithm projected to build the non-measurable variables from the measurable ones. An overall equation for the state observers can be given by (Bastin and Dochain, 1990)

    where is the on-line estimation of and is the N´q gain matrix proportional to the observation error for the measured part of the state, which disappears in the case of perfect estimation.

    The state observer project is resumed by the choice of that gain matrix. To solve this problem, the following observation error is introduced:

    where:

    This particular form of observation error indicates that it is possible to have a convergence rate, , in a random and quick way (exponential) for its real value, , if we allocate the eigenvalues of the matrix, , by an appropriate choice of . When this possibility exists, the system can be called "exponentially observable" and the observation scheme is called the "exponential observer."

    It is possible to verify whether a system is exponentially observable using the following property:

    post of o = post of

    where is the observability matrix.

    The extended Kalman filter (EKF), also called the extended Kalman observer, consists of the choice of correction matrix, , to minimize the observation error, given by (Bastin and Dochain, 1990):

    The solution is given by

    where is a symmetric square matrix, N´N, generated by the Riccati equation as follows:

  • Agrawal, P., Lee, C., Lim, H. C. and Ramkrishna, D., Theoretical Investigations of Dynamic Behavior of Isothermal Continuous Stirred Tank Biological Reactors. Chem. Eng. Sci., 37, No. 3, 453 (1982).
  • Bastin, G. and Dochain, D., On-line Estimation and Adaptative Control of Bioreactors. Elsevier Sc. Publishers (1990).
  • Cunha, C. C. F., Souto-Maior, A. M. and De Souza Jr., M. B., Towards the development of a bacterial biopesticide fed-batch reactor: experimental and simulation investigations. Brazilian J. of Chem. Eng., 15, No. 1, 39 (1998).
  • De Souza Jr., M. B., Pinto, J. C. and Lima, E. L., Control of a Chaotic Polymerization Reactor: A Neural Network Based Model Predictive Approach. Pol. Eng. Sci., 36, 4, 433 (1996).
  • Dunn, I. J. and Mor, J. R., Variable-volume Continuous Cultivation. Biotech. Bioeng., 17, 1805 (1975).
  • Glassey, J., Montague, G. A., Ward, A. C. and Kara, B. V., Artificial Neural Network Based Experimental Design Procedures for Enhancing Fermentation Development. Biotech. And Bioeng., 44, 397 (1994).
  • Hajmeer, M. N., Basheer, I. A., Fung, D. Y. C. and Marsden, J. L., A Nonlinear Response Surface Model Based on Artificial Neural Networks for Growth of Saccharomyces cerevisiae J. of Rapid Methods and Automation in Microb., 6, 103 (1998).
  • Kang, B. C., Lee, S. Y. and Chang, H. N., Enhanced Spore Production of Bacillus thuringiensis by Fed-Batch Culture. Biotech. Lett., 14, No. 8, 721 (1992).
  • Leonard, J. and Kramer, M. A., Improvement of the Backpropagation Algorithm for Training Neural Networks. Computers Chem. Eng., 14, 3, 337-341 (1990).
  • Monod, J., Recherces sur la Croissance des Cultures Bactériennes. Hermann et Cie, Paris (1942).
  • Wilkinson, C. and Yuksel, D., Using Artificial Neural Networks to Develop Prediction Models for Sensory-Instrumental Relationships; an Overview. Food Quality and Preference, v. 8, No. 5/6, 439 (1997).
  • Zhang, Q., Reid, J. F., Litchfield, J. B., Ren, J. and Chang, S.-W., A Prototype Neural Network Supervised Control System for Bacillus thuringiensis Fermentations. Biotech. and Bioeng., 43, 483 (1994).

appendix

  • *
    To whom correspondence should be addressed
  • Publication Dates

    • Publication in this collection
      11 Oct 2001
    • Date of issue
      Mar 2001

    History

    • Accepted
      23 Oct 2000
    • Received
      20 Sept 1998
    Brazilian Society of Chemical Engineering Rua Líbero Badaró, 152 , 11. and., 01008-903 São Paulo SP Brazil, Tel.: +55 11 3107-8747, Fax.: +55 11 3104-4649, Fax: +55 11 3104-4649 - São Paulo - SP - Brazil
    E-mail: rgiudici@usp.br