Event-triggered Model Predictive Control with Machine Learning for Compensation of Model Uncertainties

Size: px
Start display at page:

Download "Event-triggered Model Predictive Control with Machine Learning for Compensation of Model Uncertainties"

Transcription

1 Event-triggered Model Predictive Control with Machine Learning or Compensation o Model Uncertainties Jaehyun Yoo, Adam Molin, Matin Jaarian, Hasan Esen, Dimos V. Dimarogonas, and Karl H. Johansson Abstract As one o the extensions o model predictive control (MPC), event-triggered MPC takes advantage o the reduction o control updates. However, approaches to eventtriggered MPCs may be subject to requent event-triggering instants in the presence o large disturbances. Motivated by this, this paper suggests an application o machine learning to this control method in order to learn a compensation model or disturbance attenuation. The suggested method improves both event-triggering policy eiciency and control accuracy compared to previous approaches to event-triggered MPCs. We employ the radial basis unction (RBF) kernel based machine learning technique. By the universial approximation property o the RBF, which imposes an upper bound on the training error, we can present the stability analysis o the learningaided control system. The proposed algorithm is evaluated by means o position control o a nonholonomic robot subject to state-dependent disturbances. Simulation results show that the developed method yields not only two times less event triggering instants, but also improved tracking perormance. I. INTRODUCTION Model predictive control (MPC), which is one o modern control methods, derives control action by solving an optimal control problem based on the inormation about the dynamics and the current state o the plant. On the other hand, event-triggered control is a sampled data control scheme and requires the executions only when the desired control speciication cannot be guaranteed. The application o eventtriggered strategies to model predictive control (MPC) has been drawing increasing attention, due to advantages o the reduction o control updates and the capability to deal with nonlinearities and constraints. The assumption used or general event-triggered policies is the input-to-state stability (ISS) o the plant. The ISS property is used to ind suicient conditions or triggering, in the case o uncertain nonlinear systems with additive disturbance [] [4], where an upper bound o the disturbance is known. Maximum upper bound on the disturbance is the major criterion or judging an event-trigger. The major adverse aspect o these event-triggered MPCs is that the triggering occurs too requently when the bound is large, which is a common situation in practice. *This work has been supported in part by the Knut and Alice Wallenberg Foundation, the Swedish Research Council (VR), the Swedish Foundation or Strategic Research including the SSF-NRF Sweden-Korea research program, and the Denso AUTOMOTIVE GmbH. J. Yoo, M. Jaarian, D. V. Dimarogonas, and K. H. Johansson are with the ACCESS Linnaeus Center and the School o Electrical Engineering, KTH Royal Institute o Technology, Stockholm, Sweden, s: {jaehyun,matinj,dimos,kallej@kth.se} A. Molin and H. Esen are with the Technical Research Department, DENSO AUTOMOTIVE Deutschland GmbH, Freisinger Str. 2, Echning, Germany, s: {a.molin,h.esen@denso-auto.de} Motivated by this problem, the main contribution o this paper is applying machine learning technique to compensate or the disturbance to improve triggering eiciency as well as control perormance. Many o disturbance rejection methods such as adaptive control require restrictions on the disturbance such as a known upper bound or a known structure (e.g, constant or harmonic) [5] [7]. The suggested learning-aided control approach can relax these restrictions and automatically model a compensator. Many works have applied machine learning techniques to enhance perormance o control systems by learning empirical model synthesis. In [8], [9], the unknown part o a dynamic model or disturbance is modelled by supervised learning. In [] [2], reinorcement learning is used to derive a control policy or a system with unknown dynamics through trialand-error interactions in a dynamic environment. In [3], [4], parametric controllers are automatically designed by machine learning technique while guaranteeing saety o robotic systems. Despite their eorts to exploit machine learning methods, they have only ocused on improving tracking perormance, but not provided stability analysis. In this paper, the distinctive eature is that we are capable o conducting a stability analysis despite the act that the control design is based on machine learning techniques. To this purpose, we adopt the radial basis unction (RBF) as a kernel unction that is a part o the the machine learning algorithm. As an RBF characteristics, it has the universial approximation property that serves as an upper bound on the training error. This property is used to guarantee stability o the suggested control system. As one o RBF-based machine learning algorithms, we employ least square support vector regression (LSSVR). Support vector machine (SVM) [5] has been widely used in a range o applications such as data mining, classiication, regression and time-series orecasting [6]. The LSSVR developed rom [7] is modiied rom the standard SVM. This reormulation simpliies the optimization in a way that the solution is characterized by a linear system while standard SVM solves an optimization in every iteration step by interior point methods. In particular, when machine learning is used or a control system, computational issues are important because control inputs should be properly provided in time. Thus, LSSVR can be one o suitable applications to combine with control systems. The proposed algorithm is evaluated to position control o a nonholonomic robot and is compared to a standard eventtriggered MPC. The simulation results show the learning eect on control perormance, triggering condition, and

2 disturbance compensation under the event-triggered MPC ramework. Also, we can see that smooth control inputs are generated rom the suggested control method, while oscillated control inputs are shown or a standard event-triggered MPC scheme. As a result, the developed method yields not only two times less event triggering instants, but also improved tracking perormance. The rest o this paper is organized as ollows. Section II presents the system description and summarizes contributions. Section III describes the control problem ormulation under nonlinear MPC with some assumptions. Section IV introduces the suggested learning-based event-triggered MPC. Section V describes the LSSVR machine learning algorithm. Section VI and Section VII show simulation results and concluding remarks. II. SYSTEM DESCRIPTION Consider the nonlinear discrete-time dynamic system x k+ = (x k, u k, d k ), () where x k R n denotes the system state, u k R m is the control input, and d k R n is the additive disturbance. The system is subject to constraints on the state and on the control variables x k X, u k U. We assume that the uncertainty d k is a unction o x k and u k satisying: x k+ = (x k, u k ) + d(x k, u k ), (2) with known (x k, u k ) and unknown disturbance d(x k, u k ). This paper uses model predictive control (MPC) or tracking. The control input sequence u(k + j k) is calculated over a inite horizon j N. To counteract uncertainty d(x k, u k ), we aim to design the disturbance compensator g(x k, u k ) such that d(x k, u k ) g(x k, u k ) = ε k ε, (3) where the uncertainty compensation error is bounded by ε >, and we assume that the ull state x k is measurable. The main contribution o this paper is applying a machine learning technique to model g(x k, u k ). The bound in (3) can be obtained by the property o the universal approximation [8] when applying the radial basis unction (RBF) as a kernel unction used in the machine learning algorithm. The predictive state sequence should be estimated or calculating the optimal control in the MPC scheme. Taking the model g(x k, u k ) into account, the predicted state ˆx(k + j k) or j is given by ˆx(k + j k) = (ˆx(k + j k), u(k + j k)) + g(ˆx(k + j k), u(k + j k)). (4) This prediction model in (4) is dierent to the prediction model o the previous works [] [3] which use only the nominal model, i.e the irst term o the right hand in (4). The extension to event-triggered MPC is considered with disturbance compensator. The idea behind the event-triggered MPC is to trigger a solution process o the optimal control problem, only when it is needed. Otherwise, it keeps using the control input calculated at the last event-trigger instant. The updates o the control law depend on the error o the actual and the predicted states o the system. Thereore, the estimation by the disturbance compensation in (4) aects the triggering condition as well as the control input calculation. III. CONTROL PROBLEM FORMULATION In this section, the problem ormulation o nonlinear MPC is presented. The design and analysis o the proposed controller is provided along with some assumptions that are necessary to achieve stability o the closed-loop system. A. System assumptions Assumption : It is assumed that (, ) = and (x, u) is locally Lipschitz in the domain X U with Lipschitz constant L. Let us deine the preidction model ˆ(x k, u k ) = (x k, u k )+ g(x k, u k ) rom (4). Then ˆ(x k, u k ) is also locally Lipschitz, given by: ˆ(x, u) ˆ(x 2, u) L ˆ x x 2. (5) Remark : Lipschitz assumption or the nominal model with Lipschitz constraint L is standard or guaranteeing ISS (input-to-state stability). Without loss o generality, the RBF unction g satisies Lipschitz condition with constraint L g. Because both and g satisy Lipschitz condition, a linear combination o them, i.e., ˆ, is also Lipschitz with Lipschitz constraint L ˆ = L + L g. Remark 2: The event-triggered MPC algorithms presented in [] [3] assume that the addictive disturbance is bounded such that d k γ. (6) Ater applying a designed compensator, the bound o the disturbnace error ε can be smaller than γ: ε γ. (7) The more eicient event-triggering condition is derived by the relationship (7) in comparison with the existing works that should set the bound γ in (6) high enough in practice. In comparison with the existing works, the machine learning based adaptive method can compensate or the uncertainty regardless o its magnitude and structure once its pattern is recognized. We note e as the Euclidean norm o dierence between the true state and the predicted state, given by e(k + j k) = x k+j ˆx(k + j k). (8) Note that at the current k, e(k k ) is measurable, while e(k+j k ) or j are non-measurable predictions. Both measurable and non-measurable variables are necessary to derive the event-triggering condition. The non-measurable prediction has a bound as in the ollowing lemma. Lemma : The error e(k + j k) or j is bounded by

3 e(k + j k) L j e(k + k) + Lj L ε Lj L ε (9) Proo: By using the triangle inequality and the Lipschitz condition o the model, we can obtain the ollowing recursion x k+ ˆx(k + k) = x k+ (ˆx(k k), u k ) g(ˆx(k k), u k ) = x k+ (x k, u k ) g(x k, u k ) = d(x k, u k ) g(x k, u k ) = ε k ε x k+j ˆx(k + j k) L j L j ε k + L j 2 Lj L ε. ε k+ + L ε k+j e(k + k) + Lj L ε Lemma 2: The error o predictions between current and previous s is bounded such that ˆx(k + j k) ˆx(k + j k ) L jˆ e(k k ) () Proo: ˆx(k k) ˆx(k k ) = e(k k ) ˆx(k + k) ˆx(k + k ) = (ˆx(k k), u k ) + g (ˆx(k k), u k ) (ˆx(k k ), u k ) g (ˆx(k k ), u k ) L ˆ ˆx(k k) ˆx(k k ) = L ˆ e(k k ) ˆx(k + j k) ˆx(k + j k ) L jˆ e(k k ). Lemma and Lemma 2 are used to analyze stability and easibility o the control system. We note that their proos are similar to the proos shown in [2] [4]. Thus, the remaining proos in this paper will be condensed because o the similarity to the existing works [2] [4]. However, we highlight the dierences to the existing works by Remarks 2, 3, and 4. B. MPC ormulation MPC is a control strategy that calculates predictions o current and uture control inputs by solving an online inite horizon optimal control problem (FHOCP). The current and predictive states and control inputs are denoted in vector ormat as X(k) = {ˆx(k + i k)} i=n i=, U(k) = {u(k + i k)} i=n i=, where N is length o prediction horizon, and the initial state is given such that ˆx(k k) = x k. The FHOCP is ormulated in the ollowing: min J(X(k), U(k)) = U(k) N min U(k) i= L (ˆx(k + i k), u(k + k)) + V (ˆx(k + N k)), subject to ˆx(k + j + k) = ˆ (ˆx(k + j k), u(k + j k)) X j u(k + j k) U, ˆx(k + N k) X, j =,..., N, () where X denotes the terminal constraint set, L( ) is the running cost unction, and V ( ) is the terminal cost unction. The ollowing assumptions are required to guarantee control stability and easibility. Assumption 2: The running cost L(x, u) is Lipschitz continuous in X U, with a Lipschitz constant L c. Also, It satisies L(, ) = and there are positive integers α > and ω, such that L(x, u) α (x, u) ω. Assumption 3: There exists a local stabilising controller h(x) or the terminal set X in the sense that V ((x, h(x))) V (x) L(x, h(x)) or x Φ, and V is Lipschitz in Φ with Lipschitz constant L V. The compact set Φ is given by Φ = {x R n : V (x) α Φ } such that Φ X N m or m =,..., N. The inal set X = {x R n : V (x) α v } is such that x Φ, (x, h(x)) X. The constraint set X j in () is made to guarantee that there is a robust positively invariant set or the closed-loop system where a solution o the FHOCP exists. By Lemma, the set X j is deined by X j = X B j (ε), { with B j (ε) = x R n : x Lj L ε } (2) and the set operator denotes the Pontryagin dierence. Remark 3: From (2), as the set B j (ε) becomes larger, the constraint set X j becomes smaller so that easibility o the FHOCP decreases. Let us call the relationship in (7), which denotes that the set B j (ε) in (2) { established by ε is much smaller than} the set B j (γ) = x R n : x γ (L j )/(L ) that is deined in the existing works [2] [4]. Thereore, a degree o the easibility o the proposed event-triggered MPC is improved as large as the dierence between γ and ε. IV. LSSVR-BASED EVENT-TRIGGERED MPC In this section, the triggering condition o the suggested event-triggered MPC control is presented with guarantee o easibility and stability. A. Control law and easibility analysis In the classic time-triggered MPC strategy, the FHOCP is solved at every. In the event-triggered setup, the

4 rest o the predictions might be used until a new event occurs or the lapse o the horizon time. Suppose that we obtained the optimal solution U (k ) = {u (k k ),..., u (k + N 2 k )} and the corresponding optimal cost J (k ) rom the last k. Then, the control sequence U(k+m) = {u (k+m k+m),..., u (k+m+n k+m)} or s m =,..., N is given by: u (k + j k + m) = (3) { u (k + j k ) or j = m,..., N 2, h(ˆx(k + N k + m)) or j = m + N. From the control law (3), instead o solving the FHOCP at k + m, the control input U(k + m) is applied to check stability and decide i an event is triggered. Analysis o easibility to ensure existence o a solution satisying all the constraints or the FHOCP, is given the ollowing lemma. Lemma 3: A system described by (2) is assumed to satisy all Assumptions -3. Then, the FHOCP is easible i the learning error ε is bounded by: ε (α Φ α v ) L V L N. (4) ˆ Proo: We can ollow the easibilty proo described in [3] by applying Lemma and Lemma 2. B. Stability analysis and triggering condition Let the optimal cost at k be J (k ) and the costs o the easible sequence be indicated by J(k + j) or j =,..., N. Then, the dierences o these costs are given by J j = J(k + j) J (k ). Theorem : Consider a system described by (2) and assume Assumptions -3. Then, with the control law (3), J j is bounded by: or j =, J L Z e(k k ) α x k w (5) or j N, J j L Zj Lj j L ε α x k+j i w, (6) where L Zj = L V L (N ) j ˆ i= L (N ) j ˆ + L c L ˆ. (7) Thus, according to input-to-state stability (ISS) [9], the optimal cost is an ISS-Lyapunov unction o the closed loop system. Thus, the closed-loop system is input-to-state stable. Proo: We can ollow the procedures o Theorems and 2 described in [2] by applying our Lemma and Lemma 2. Consequently, the triggering rule is deined to maintain the stability, which is ensured when J i is strictly decreasing: J j+ J j. (8) By (5) (8), the triggering condition can be stated in the ollowing. Triggering rule: or j =, or j N, L Z e(k k ) σ α x k w (9) L Zj Lj j L ε σ α x k i+j w (2) i= and ( L Zj Lj ) L L Z j Lj ε σ α x k w, L (2) with < σ <, and L Zj rom (7). In case o j =, the measurable error e(k k ) = x k ˆx(k k ) is used or the triggering condition, where ˆx(k k ) is obtained by the learning-based estimation. Aterwards, or predictive period j N, the triggering condition depends on the upper bound ε. Remark 4: Relatively large values on the let-hand terms in (2) and (2) than the right-hand terms cause requent triggering instants, which is one o the practical problems in conventional event-triggered MPC [2] [4]. In this paper, however, the proposition that ε is small enough by uncertainty compensation can prevent the requent triggering instants. To summarize, suppose that the FHOCP is solved at k. The FHOCP is triggered at k + j i (9) or (2)-(2) is violated. When they are satisied or all j N, the FHOCP is triggered at the last horizon step k + N. V. COMPENSATOR DESIGN BASED ON MACHINE LEARNING This section describes how to design the compensator g(x k, u k ) through a machine learning technique. Machine learning techniques commonly use a kernel unction that transorms data in raw representation into eature vector representation, which causes big impact to learning perormance. The most popular kernel unction is the radial basis unction (RBF). In this paper, we employ least square support vector regression (LSSVR) as the learning bodyrame and RBF as the kernel unction. The basic idea o LSSVR is to map the data x R M to a higher dimensional eature space H (reproducing kernel Hilbert space) using a nonlinear mapping φ(x) : R M H R h, and then ind the relationship between the scalar target variable y and the explanatory variable x (i.e., linear regression) in the kernel space. In other words, given a training set o l training samples {(x i, y i )} l, it maps the training samples to a new data set {(φ(x i ), y i )} l with the nonlinear mapping φ( ).

5 8 7 6 state triggering triggering 2 Reerence [x, y, θ ]=[5, 8, π] Event-triggered (E-T) MPC LSSVR-based E-T MPC (a) Compared tracking results (b) Standard event-triggered MPC (c) Learning-based event-triggered MPC 2.5 v k ω k 2.5 v k ω k.2.5 disturbance d k compensation g k. control input control input disturbance (d) Standard event-triggered MPC -2 (e) Learning-based event-triggered MPC -.5 () Uncertainty and its estimation Fig. : Simulation results o the proposed algorithm in comparison to the standard event-triggered MPC [2], with respect to (a): tracking results, (b) and (c): event-triggering instants, (d) and (e): control inputs, and (): uncertainty prediction. Consider the linear regression model: g(x) = w, φ(x) + b, w R h, b R, where w and b are the coeicients, which are estimated by the ollowing optimization problem: min w,b,ξ 2 w 2 + c 2 ξi 2, s.t. ξ i = y i g(x i ), where the constant c > is weight parameter. A Lagrangian to solve the optimization is given by: L(w, b, ξ; α) = 2 wt w + 2 c ξ 2 i { ( α i y w T φ(x i ) + b ) } ξ i, where α i R are the Lagrange multipliers, and the KKT (Karush-Kuhn-Tucker) conditions are given by: w = = w = b = = α i φ(x i ), α i =, ξ i = = α i = cξ i, α i = = y ( w T φ(x i ) + b ) ξ i. Ater elimination o the variables w and e, we can obtain the ollowing solution orm: k(x, x ) + k(x, x ) b c α k(x l, x ) + k(x l, x l ) +. α l c c = [ y y l ] T, where k(x i, x j ) = φ(x i ) T φ(x j ) or i, j =,..., l is a kernel unction. Finally, by Mercer s theorem [5], the itting

6 unction as the output o LSSVR is given by: g(x) = α i k(x, x i ) + b. In this paper, the kernel unction is deined by radial basis unction (RBF): k(x i, x j ) = exp (c x i x /c 2 ), where c and c 2 are weight parameters to control strength and smoothness o the kernel unction. Thereore, the LSSVR output is rewritten by: g(x) = α i exp (c x i x /c 2 ) + b. (22) The RBF-based LSSVR (22) has a property o the universal approximation by the ollowing lemma. Lemma 4: For any given continuous real unction ḡ(x) on a compact set L and arbitary ε >, there exists on approximation unction g(x) ormed by (22) such that sup x L ḡ(x) g(x) < ε. (23) Proo: See [8]. VI. SIMULATION RESULTS For the simulation study, we consider the position control o a nonholonomic robot including state-dependent disturbance, given by: r x k+ = r x k + ( + δ)v k T cos θ k, (24) r y k+ = r y k + v kt sin θ k, θ k+ = θ k + ω k T. In this case, the uncertainty in (2) is deined as d(x k, u k ) = δv k T cos θ k that is only restricted on x-axis state. The vector u = [v, w] is the control input. The state vector x = [r x, r y, θ] T is comprised by the 2-D position o the robot (r x, r y ) and the orientation θ. The uncertainty δ =.4 is assumed constant. The constraints o the state and input are given by r x, r y < and v, w < 2. Given reerence r, the running cost unction and terminal cost unction are given by L = x r 2 Q + u 2 Q 2, and V = x 2 Q 3 with Q = 2I 3 3, Q 2 =.5I 2 2, and Q 3 = I 3 3. The prediction horizon is set to N = 2 steps, and the time interval is set to T =.2 sec. The initial positions is (r, x r y, θ ) = (,, ) and the reerence goal is r = (5, 8, π). A. Perormance analysis We present some comparison results to the conventional event-triggered MPC [2]. From Fig. (a), the proposed control scheme outperorms the compared method due to the learning capability in compensating or the oscillating uncertainty. Figs. (b) and (c) depict the triggering instants o both algorithms. Among 6 s, 26 and 3 triggering instants occur, respectively. From Figs. (d) and (e), the control inputs are shown. The suggested method yields the smooth control action, while the compared method barely approaches the reerence by the oscillating control input. The better control perormance as well as less triggering instants are caused by the accurate uncertainty estimation as shown in Fig. (). VII. CONCLUSION This paper presented the LSSVR-based event-triggered MPC strategy. It has guaranteed stability and easibility o the control system. Simulation results showed that the developed control scheme yields two times less event triggering instants and better tracking perormance or a unicycle vehicle with model uncertainty, compared with a standard event-triggered MPC. REFERENCES [] D. Lehmann, E. Henriksson, and Karl H. Johansson. Event-triggered model predictive control o discrete-time linear systems subject to disturbances. European Control Conerence, 23. [2] A. Eqtami, D. V. Dimarogonas, and K. J. Kyriakopoulos. Eventtriggered strategies or decentralized model predictive controllers. IFAC Proceedings, 44. (2): [3] K. Hashimoto, S. Adachi, and D. V. Dimarogonas. Distributed aperiodic model predictive control or multi-agent systems. IET Control Theory and Applications 9. (24): -2. [4] D. L. Marruedo, T. Alamo, and E. F. Camacho. Input-to-state stable MPC or constrained discrete-time nonlinear systems with bounded additive uncertainties. IEEE Conerence on Decision and Control, 22. [5] D. Cabecinhas, R. Cunha, and C. Silvestre. A nonlinear quadrotor trajectory tracking controller with disturbance rejection. Control Engineering Practice 26 (24): -. [6] E. Xargay, R. choe, N. Hovakimyan, and I. Kaminer. Convergence o a PI coordination protocol in networks with switching topology and quantized measurements., IEEE Conerence on Decision and Control, 22. [7] M. Jaarian. Robust consensus o unicycles using ternary and hybrid controllers., International Journal o Robust and Nonlinear Control (27). [8] A. Punjani and P. Abbeel. Deep learning helicopter dynamics models. IEEE International Conerence on Robotics and Automation, 25. [9] S. Bansal, A. K. Akametalu, F. J. Jian, F. Laine, and C. J. Tomlin. Learning quadrotor dynamics using neural network or light control. IEEE Conerence on Decision and Control, 26. [] J. Ko, D. J. Klein, D. ox, and D. Haehnel. Gaussian processes and reinorcement learning or identiication and control o an autonomous blimp. IEEE International Conerence on Robotics and Automation, 27. [] T. Zhang, G. Kahn, S. Levine, and P. Abbeel. Learning deep control policies or autonomous aerial vehicles with MPC-guided policy search. IEEE International Conerence on Robotics and Automation, 26. [2] D. Sadigh, E. S. Kim, S. Coogan, S. S. Sastry, and S. A. Seshia. A learning based approach to control synthesis o markov decision processes or linear temporal logic speciications. IEEE Conerence on Decision and Control, 24. [3] F. Berkenkamp, A. P. Schoellig, and A. Krause. Sae controller optimization or quadrotors with Gaussian processes. IEEE International Conerence on Robotics and Automation, 26. [4] A. K. Akametalu, J. F. Fisac, J. H. Gillula, S. Kaynama, M. N. Zeilinger, and C. J. Tomlin. Reachability-based sae learning with Gaussian processes. IEEE Conerence on Decision and Control, 24. [5] C. Cortes, and V. Vapnik. Support-vector networks. Machine Learning 2.3 (995): [6] J. Yoo, W. Kim, and H. J. Kim. Distributed estimation using online semi-supervised particle ilter or mobile sensor networks. IET Control Theory & Applications 9.3 (25): [7] J.A.K. Suykens, T. V. Gestel, and J. D. Brabanter. Least squares support vector machines. World Scientiic, 22. [8] J. Park and I. W. Sandberg. Universal approximation using radialbasis-unction networks. Neural Computation 3.2 (99): [9] D. Angeli, E. D. Sontag, and Y. Wang. A characterization o integral input-to-state stability. IEEE Transactions on Automatic Control 45.6 (2):

Event-Triggered Strategies for Decentralized Model Predictive Controllers

Event-Triggered Strategies for Decentralized Model Predictive Controllers Preprints o the 18th IFAC World Congress Event-Triggered Strategies or Decentralized Model Predictive Controllers Alina Eqtami Dimos V. Dimarogonas Kostas J. Kyriakopoulos Control Systems Lab, Department

More information

Scenario-based Model Predictive Control: Recursive Feasibility and Stability

Scenario-based Model Predictive Control: Recursive Feasibility and Stability Preprints o the 9th International Symposium on Advanced Control o Chemical Processes The International Federation o Automatic Control MoM1.6 Scenario-based Model Predictive Control: Recursive Feasibility

More information

Fisher Consistency of Multicategory Support Vector Machines

Fisher Consistency of Multicategory Support Vector Machines Fisher Consistency o Multicategory Support Vector Machines Yueng Liu Department o Statistics and Operations Research Carolina Center or Genome Sciences University o North Carolina Chapel Hill, NC 7599-360

More information

Novel Event-Triggered Strategies for Model Predictive Controllers

Novel Event-Triggered Strategies for Model Predictive Controllers Novel Event-Triggered Strategies for Model Predictive Controllers Alina Eqtami, Dimos V. Dimarogonas and Kostas J. Kyriakopoulos Abstract This paper proposes novel event-triggered strategies for the control

More information

Event-Triggered Model Predictive Control of Discrete-Time Linear Systems Subject to Disturbances

Event-Triggered Model Predictive Control of Discrete-Time Linear Systems Subject to Disturbances 2013 European Control Conference (ECC) July 17-19, 2013, Zürich, Switzerland. Event-Triggered Model Predictive Control of Discrete-Time Linear Systems Subject to Disturbances Daniel Lehmann, Erik Henriksson

More information

Supplementary material for Continuous-action planning for discounted infinite-horizon nonlinear optimal control with Lipschitz values

Supplementary material for Continuous-action planning for discounted infinite-horizon nonlinear optimal control with Lipschitz values Supplementary material or Continuous-action planning or discounted ininite-horizon nonlinear optimal control with Lipschitz values List o main notations x, X, u, U state, state space, action, action space,

More information

Feedback Linearization

Feedback Linearization Feedback Linearization Peter Al Hokayem and Eduardo Gallestey May 14, 2015 1 Introduction Consider a class o single-input-single-output (SISO) nonlinear systems o the orm ẋ = (x) + g(x)u (1) y = h(x) (2)

More information

Statistical Machine Learning from Data

Statistical Machine Learning from Data Samy Bengio Statistical Machine Learning from Data 1 Statistical Machine Learning from Data Support Vector Machines Samy Bengio IDIAP Research Institute, Martigny, Switzerland, and Ecole Polytechnique

More information

A Brief Survey on Semi-supervised Learning with Graph Regularization

A Brief Survey on Semi-supervised Learning with Graph Regularization 000 00 002 003 004 005 006 007 008 009 00 0 02 03 04 05 06 07 08 09 020 02 022 023 024 025 026 027 028 029 030 03 032 033 034 035 036 037 038 039 040 04 042 043 044 045 046 047 048 049 050 05 052 053 A

More information

Sensor-fault Tolerance using Robust MPC with Set-based State Estimation and Active Fault Isolation

Sensor-fault Tolerance using Robust MPC with Set-based State Estimation and Active Fault Isolation Sensor-ault Tolerance using Robust MPC with Set-based State Estimation and Active Fault Isolation Feng Xu, Sorin Olaru, Senior Member IEEE, Vicenç Puig, Carlos Ocampo-Martinez, Senior Member IEEE and Silviu-Iulian

More information

Scattered Data Approximation of Noisy Data via Iterated Moving Least Squares

Scattered Data Approximation of Noisy Data via Iterated Moving Least Squares Scattered Data Approximation o Noisy Data via Iterated Moving Least Squares Gregory E. Fasshauer and Jack G. Zhang Abstract. In this paper we ocus on two methods or multivariate approximation problems

More information

Predictive control of hybrid systems: Input-to-state stability results for sub-optimal solutions

Predictive control of hybrid systems: Input-to-state stability results for sub-optimal solutions Predictive control of hybrid systems: Input-to-state stability results for sub-optimal solutions M. Lazar, W.P.M.H. Heemels a a Eindhoven Univ. of Technology, P.O. Box 513, 5600 MB Eindhoven, The Netherlands

More information

Robust Residual Selection for Fault Detection

Robust Residual Selection for Fault Detection Robust Residual Selection or Fault Detection Hamed Khorasgani*, Daniel E Jung**, Gautam Biswas*, Erik Frisk**, and Mattias Krysander** Abstract A number o residual generation methods have been developed

More information

An Improved Conjugate Gradient Scheme to the Solution of Least Squares SVM

An Improved Conjugate Gradient Scheme to the Solution of Least Squares SVM An Improved Conjugate Gradient Scheme to the Solution of Least Squares SVM Wei Chu Chong Jin Ong chuwei@gatsby.ucl.ac.uk mpeongcj@nus.edu.sg S. Sathiya Keerthi mpessk@nus.edu.sg Control Division, Department

More information

Machine Learning. Support Vector Machines. Manfred Huber

Machine Learning. Support Vector Machines. Manfred Huber Machine Learning Support Vector Machines Manfred Huber 2015 1 Support Vector Machines Both logistic regression and linear discriminant analysis learn a linear discriminant function to separate the data

More information

FINITE HORIZON ROBUST MODEL PREDICTIVE CONTROL USING LINEAR MATRIX INEQUALITIES. Danlei Chu, Tongwen Chen, Horacio J. Marquez

FINITE HORIZON ROBUST MODEL PREDICTIVE CONTROL USING LINEAR MATRIX INEQUALITIES. Danlei Chu, Tongwen Chen, Horacio J. Marquez FINITE HORIZON ROBUST MODEL PREDICTIVE CONTROL USING LINEAR MATRIX INEQUALITIES Danlei Chu Tongwen Chen Horacio J Marquez Department of Electrical and Computer Engineering University of Alberta Edmonton

More information

On Convexity of Reachable Sets for Nonlinear Control Systems

On Convexity of Reachable Sets for Nonlinear Control Systems Proceedings o the European Control Conerence 27 Kos, Greece, July 2-5, 27 WeC5.2 On Convexity o Reachable Sets or Nonlinear Control Systems Vadim Azhmyakov, Dietrich Flockerzi and Jörg Raisch Abstract

More information

Strong Lyapunov Functions for Systems Satisfying the Conditions of La Salle

Strong Lyapunov Functions for Systems Satisfying the Conditions of La Salle 06 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 49, NO. 6, JUNE 004 Strong Lyapunov Functions or Systems Satisying the Conditions o La Salle Frédéric Mazenc and Dragan Ne sić Abstract We present a construction

More information

Discussion About Nonlinear Time Series Prediction Using Least Squares Support Vector Machine

Discussion About Nonlinear Time Series Prediction Using Least Squares Support Vector Machine Commun. Theor. Phys. (Beijing, China) 43 (2005) pp. 1056 1060 c International Academic Publishers Vol. 43, No. 6, June 15, 2005 Discussion About Nonlinear Time Series Prediction Using Least Squares Support

More information

ROBUST STABILITY AND PERFORMANCE ANALYSIS OF UNSTABLE PROCESS WITH DEAD TIME USING Mu SYNTHESIS

ROBUST STABILITY AND PERFORMANCE ANALYSIS OF UNSTABLE PROCESS WITH DEAD TIME USING Mu SYNTHESIS ROBUST STABILITY AND PERFORMANCE ANALYSIS OF UNSTABLE PROCESS WITH DEAD TIME USING Mu SYNTHESIS I. Thirunavukkarasu 1, V. I. George 1, G. Saravana Kumar 1 and A. Ramakalyan 2 1 Department o Instrumentation

More information

A GENERAL FORMULATION FOR SUPPORT VECTOR MACHINES. Wei Chu, S. Sathiya Keerthi, Chong Jin Ong

A GENERAL FORMULATION FOR SUPPORT VECTOR MACHINES. Wei Chu, S. Sathiya Keerthi, Chong Jin Ong A GENERAL FORMULATION FOR SUPPORT VECTOR MACHINES Wei Chu, S. Sathiya Keerthi, Chong Jin Ong Control Division, Department of Mechanical Engineering, National University of Singapore 0 Kent Ridge Crescent,

More information

ROBUST FAULT DETECTION AND ISOLATION IN CONSTRAINED NONLINEAR SYSTEMS VIA A SECOND ORDER SLIDING MODE OBSERVER. Wen Chen, Mehrdad Saif 1

ROBUST FAULT DETECTION AND ISOLATION IN CONSTRAINED NONLINEAR SYSTEMS VIA A SECOND ORDER SLIDING MODE OBSERVER. Wen Chen, Mehrdad Saif 1 Copyright IFAC 5th Triennial World Congress, Barcelona, Spain ROBUST FAULT DETECTION AND ISOLATION IN CONSTRAINED NONLINEAR SYSTEMS VIA A SECOND ORDER SLIDING MODE OBSERVER Wen Chen, Mehrdad Sai School

More information

Gaussian Process Regression Models for Predicting Stock Trends

Gaussian Process Regression Models for Predicting Stock Trends Gaussian Process Regression Models or Predicting Stock Trends M. Todd Farrell Andrew Correa December 5, 7 Introduction Historical stock price data is a massive amount o time-series data with little-to-no

More information

Fluctuationlessness Theorem and its Application to Boundary Value Problems of ODEs

Fluctuationlessness Theorem and its Application to Boundary Value Problems of ODEs Fluctuationlessness Theorem and its Application to Boundary Value Problems o ODEs NEJLA ALTAY İstanbul Technical University Inormatics Institute Maslak, 34469, İstanbul TÜRKİYE TURKEY) nejla@be.itu.edu.tr

More information

Hover Control for Helicopter Using Neural Network-Based Model Reference Adaptive Controller

Hover Control for Helicopter Using Neural Network-Based Model Reference Adaptive Controller Vol.13 No.1, 217 مجلد 13 العدد 217 1 Hover Control for Helicopter Using Neural Network-Based Model Reference Adaptive Controller Abdul-Basset A. Al-Hussein Electrical Engineering Department Basrah University

More information

FEEDFORWARD CONTROLLER DESIGN BASED ON H ANALYSIS

FEEDFORWARD CONTROLLER DESIGN BASED ON H ANALYSIS 271 FEEDFORWARD CONTROLLER DESIGN BASED ON H ANALYSIS Eduardo J. Adam * and Jacinto L. Marchetti Instituto de Desarrollo Tecnológico para la Industria Química (Universidad Nacional del Litoral - CONICET)

More information

arxiv: v1 [cs.sy] 20 Sep 2017

arxiv: v1 [cs.sy] 20 Sep 2017 On the Design o LQR Kernels or Eicient Controller Learning Alonso Marco 1, Philipp Hennig 1, Stean Schaal 1, and Sebastian Trimpe 1 arxiv:179.79v1 [cs.sy] Sep 17 Abstract Finding optimal eedback controllers

More information

AUGMENTED POLYNOMIAL GUIDANCE FOR TERMINAL VELOCITY CONSTRAINTS

AUGMENTED POLYNOMIAL GUIDANCE FOR TERMINAL VELOCITY CONSTRAINTS AUGMENTED POLYNOMIAL GUIDANCE FOR TERMINAL VELOCITY CONSTRAINTS Gun-Hee Moon*, Sang-Woo Shim*, and Min-Jea Tah* *Korea Advanced Institute Science and Technology Keywords: Polynomial guidance, terminal

More information

Automatica. Distributed fault detection for interconnected second-order systems

Automatica. Distributed fault detection for interconnected second-order systems Automatica 47 (20) 2757 2764 Contents lists available at SciVerse ScienceDirect Automatica journal homepage: www.elsevier.com/locate/automatica Brie paper Distributed ault detection or interconnected second-order

More information

1 Relative degree and local normal forms

1 Relative degree and local normal forms THE ZERO DYNAMICS OF A NONLINEAR SYSTEM 1 Relative degree and local normal orms The purpose o this Section is to show how single-input single-output nonlinear systems can be locally given, by means o a

More information

On robustness of suboptimal min-max model predictive control *

On robustness of suboptimal min-max model predictive control * Manuscript received June 5, 007; revised Sep., 007 On robustness of suboptimal min-max model predictive control * DE-FENG HE, HAI-BO JI, TAO ZHENG Department of Automation University of Science and Technology

More information

Predictive Control for Tight Group Formation of Multi-Agent Systems

Predictive Control for Tight Group Formation of Multi-Agent Systems Predictive Control or Tight Group Formation o Multi-Agent Systems Ionela Prodan, Sorin Olaru Cristina Stoica Silviu-Iulian Niculescu SUPELEC Systems Sciences (E3S) - Automatic Control Department, France,

More information

arxiv:submit/ [cs.sy] 22 Apr 2018

arxiv:submit/ [cs.sy] 22 Apr 2018 Robust Decentralized Navigation of Multi-Agent Systems with Collision Avoidance and Connectivity Maintenance Using Model Predictive Controllers arxiv:submit/2236876 [cs.sy] 22 Apr 2018 Alexandros Filotheou,

More information

Chapter 6 Reliability-based design and code developments

Chapter 6 Reliability-based design and code developments Chapter 6 Reliability-based design and code developments 6. General Reliability technology has become a powerul tool or the design engineer and is widely employed in practice. Structural reliability analysis

More information

Lecture Notes on Support Vector Machine

Lecture Notes on Support Vector Machine Lecture Notes on Support Vector Machine Feng Li fli@sdu.edu.cn Shandong University, China 1 Hyperplane and Margin In a n-dimensional space, a hyper plane is defined by ω T x + b = 0 (1) where ω R n is

More information

Event-triggered Control for Discrete-Time Systems

Event-triggered Control for Discrete-Time Systems Event-triggered Control for Discrete-Time Systems Alina Eqtami, Dimos V. Dimarogonas and Kostas J. Kyriakopoulos Abstract In this paper, event-triggered strategies for control of discrete-time systems

More information

Encoder Decoder Design for Event-Triggered Feedback Control over Bandlimited Channels

Encoder Decoder Design for Event-Triggered Feedback Control over Bandlimited Channels Encoder Decoder Design for Event-Triggered Feedback Control over Bandlimited Channels LEI BAO, MIKAEL SKOGLUND AND KARL HENRIK JOHANSSON IR-EE- 26: Stockholm 26 Signal Processing School of Electrical Engineering

More information

Distributed Synthesis and Stability of Cooperative Distributed Model Predictive Control for Linear Systems

Distributed Synthesis and Stability of Cooperative Distributed Model Predictive Control for Linear Systems Distributed Synthesis and Stability o Cooperative Distributed Model Predictive Control or Linear Systems Christian Conte a, Colin N. Jones b, Manred Morari a, Melanie N. Zeilinger c a Automatic Control

More information

Feedback linearization and stabilization of second-order nonholonomic chained systems

Feedback linearization and stabilization of second-order nonholonomic chained systems Feedback linearization and stabilization o second-order nonholonomic chained systems S. S. GE, ZHENDONG SUN, T. H. LEE and MARK W. SPONG Department o Electrical Engineering Coordinated Science Lab National

More information

COMP 408/508. Computer Vision Fall 2017 PCA for Recognition

COMP 408/508. Computer Vision Fall 2017 PCA for Recognition COMP 408/508 Computer Vision Fall 07 PCA or Recognition Recall: Color Gradient by PCA v λ ( G G, ) x x x R R v, v : eigenvectors o D D with v ^v (, ) x x λ, λ : eigenvalues o D D with λ >λ v λ ( B B, )

More information

Learning Model Predictive Control for Iterative Tasks: A Computationally Efficient Approach for Linear System

Learning Model Predictive Control for Iterative Tasks: A Computationally Efficient Approach for Linear System Learning Model Predictive Control for Iterative Tasks: A Computationally Efficient Approach for Linear System Ugo Rosolia Francesco Borrelli University of California at Berkeley, Berkeley, CA 94701, USA

More information

Percentile Policies for Inventory Problems with Partially Observed Markovian Demands

Percentile Policies for Inventory Problems with Partially Observed Markovian Demands Proceedings o the International Conerence on Industrial Engineering and Operations Management Percentile Policies or Inventory Problems with Partially Observed Markovian Demands Farzaneh Mansouriard Department

More information

Stochastic Game Approach for Replay Attack Detection

Stochastic Game Approach for Replay Attack Detection Stochastic Game Approach or Replay Attack Detection Fei Miao Miroslav Pajic George J. Pappas. Abstract The existing tradeo between control system perormance and the detection rate or replay attacks highlights

More information

Robust Connectivity Analysis for Multi-Agent Systems

Robust Connectivity Analysis for Multi-Agent Systems Robust Connectivity Analysis for Multi-Agent Systems Dimitris Boskos and Dimos V. Dimarogonas Abstract In this paper we provide a decentralized robust control approach, which guarantees that connectivity

More information

Lecture : Feedback Linearization

Lecture : Feedback Linearization ecture : Feedbac inearization Niola Misovic, dipl ing and Pro Zoran Vuic June 29 Summary: This document ollows the lectures on eedbac linearization tought at the University o Zagreb, Faculty o Electrical

More information

A Novel Integral-Based Event Triggering Control for Linear Time-Invariant Systems

A Novel Integral-Based Event Triggering Control for Linear Time-Invariant Systems 53rd IEEE Conference on Decision and Control December 15-17, 2014. Los Angeles, California, USA A Novel Integral-Based Event Triggering Control for Linear Time-Invariant Systems Seyed Hossein Mousavi 1,

More information

Event-based Motion Coordination of Multiple Underwater Vehicles Under Disturbances

Event-based Motion Coordination of Multiple Underwater Vehicles Under Disturbances Event-based Motion Coordination of Multiple Underwater Vehicles Under Disturbances Pedro V. Teixeira, Dimos V. Dimarogonas, Karl H. Johansson and João Sousa Abstract The problem of driving a formation

More information

Chapter 9. Support Vector Machine. Yongdai Kim Seoul National University

Chapter 9. Support Vector Machine. Yongdai Kim Seoul National University Chapter 9. Support Vector Machine Yongdai Kim Seoul National University 1. Introduction Support Vector Machine (SVM) is a classification method developed by Vapnik (1996). It is thought that SVM improved

More information

OPTIMAL PLACEMENT AND UTILIZATION OF PHASOR MEASUREMENTS FOR STATE ESTIMATION

OPTIMAL PLACEMENT AND UTILIZATION OF PHASOR MEASUREMENTS FOR STATE ESTIMATION OPTIMAL PLACEMENT AND UTILIZATION OF PHASOR MEASUREMENTS FOR STATE ESTIMATION Xu Bei, Yeo Jun Yoon and Ali Abur Teas A&M University College Station, Teas, U.S.A. abur@ee.tamu.edu Abstract This paper presents

More information

A Simple Self-triggered Sampler for Nonlinear Systems

A Simple Self-triggered Sampler for Nonlinear Systems Proceedings of the 4th IFAC Conference on Analysis and Design of Hybrid Systems ADHS 12 June 6-8, 212. A Simple Self-triggered Sampler for Nonlinear Systems U. Tiberi, K.H. Johansson, ACCESS Linnaeus Center,

More information

Outliers Treatment in Support Vector Regression for Financial Time Series Prediction

Outliers Treatment in Support Vector Regression for Financial Time Series Prediction Outliers Treatment in Support Vector Regression for Financial Time Series Prediction Haiqin Yang, Kaizhu Huang, Laiwan Chan, Irwin King, and Michael R. Lyu Department of Computer Science and Engineering

More information

Robust feedback linearization

Robust feedback linearization Robust eedback linearization Hervé Guillard Henri Bourlès Laboratoire d Automatique des Arts et Métiers CNAM/ENSAM 21 rue Pinel 75013 Paris France {herveguillardhenribourles}@parisensamr Keywords: Nonlinear

More information

Average-Consensus of Multi-Agent Systems with Direct Topology Based on Event-Triggered Control

Average-Consensus of Multi-Agent Systems with Direct Topology Based on Event-Triggered Control Outline Background Preliminaries Consensus Numerical simulations Conclusions Average-Consensus of Multi-Agent Systems with Direct Topology Based on Event-Triggered Control Email: lzhx@nankai.edu.cn, chenzq@nankai.edu.cn

More information

Constrained Optimization and Support Vector Machines

Constrained Optimization and Support Vector Machines Constrained Optimization and Support Vector Machines Man-Wai MAK Dept. of Electronic and Information Engineering, The Hong Kong Polytechnic University enmwmak@polyu.edu.hk http://www.eie.polyu.edu.hk/

More information

Reliability Assessment with Correlated Variables using Support Vector Machines

Reliability Assessment with Correlated Variables using Support Vector Machines Reliability Assessment with Correlated Variables using Support Vector Machines Peng Jiang, Anirban Basudhar, and Samy Missoum Aerospace and Mechanical Engineering Department, University o Arizona, Tucson,

More information

Time and Event-based Sensor Scheduling for Networks with Limited Communication Resources

Time and Event-based Sensor Scheduling for Networks with Limited Communication Resources Proceedings of the 18th World Congress The International Federation of Automatic Control Time and Event-based Sensor Scheduling for Networks with Limited Communication Resources Ling Shi Karl Henrik Johansson

More information

Disparity as a Separate Measurement in Monocular SLAM

Disparity as a Separate Measurement in Monocular SLAM Disparity as a Separate Measurement in Monocular SLAM Talha Manzoor and Abubakr Muhammad 2 Abstract In this paper, we investigate the eects o including disparity as an explicit measurement not just or

More information

Robust and Optimal Control of Uncertain Dynamical Systems with State-Dependent Switchings Using Interval Arithmetic

Robust and Optimal Control of Uncertain Dynamical Systems with State-Dependent Switchings Using Interval Arithmetic Robust and Optimal Control o Uncertain Dynamical Systems with State-Dependent Switchings Using Interval Arithmetic Andreas Rauh Chair o Mechatronics, University o Rostock, D-1859 Rostock, Germany Andreas.Rauh@uni-rostock.de

More information

Probabilistic Model of Error in Fixed-Point Arithmetic Gaussian Pyramid

Probabilistic Model of Error in Fixed-Point Arithmetic Gaussian Pyramid Probabilistic Model o Error in Fixed-Point Arithmetic Gaussian Pyramid Antoine Méler John A. Ruiz-Hernandez James L. Crowley INRIA Grenoble - Rhône-Alpes 655 avenue de l Europe 38 334 Saint Ismier Cedex

More information

Scattering of Solitons of Modified KdV Equation with Self-consistent Sources

Scattering of Solitons of Modified KdV Equation with Self-consistent Sources Commun. Theor. Phys. Beijing, China 49 8 pp. 89 84 c Chinese Physical Society Vol. 49, No. 4, April 5, 8 Scattering o Solitons o Modiied KdV Equation with Sel-consistent Sources ZHANG Da-Jun and WU Hua

More information

GIMC-based Fault Detection and Its Application to Magnetic Suspension System

GIMC-based Fault Detection and Its Application to Magnetic Suspension System Proceedings o the 7th World Congress The International Federation o Automatic Control Seoul, Korea, Jul 6-, 28 GIC-based Fault Detection and Its Application to agnetic Suspension Sstem Yujiro Nakaso Toru

More information

Cheng Soon Ong & Christian Walder. Canberra February June 2018

Cheng Soon Ong & Christian Walder. Canberra February June 2018 Cheng Soon Ong & Christian Walder Research Group and College of Engineering and Computer Science Canberra February June 2018 Outlines Overview Introduction Linear Algebra Probability Linear Regression

More information

EE613 Machine Learning for Engineers. Kernel methods Support Vector Machines. jean-marc odobez 2015

EE613 Machine Learning for Engineers. Kernel methods Support Vector Machines. jean-marc odobez 2015 EE613 Machine Learning for Engineers Kernel methods Support Vector Machines jean-marc odobez 2015 overview Kernel methods introductions and main elements defining kernels Kernelization of k-nn, K-Means,

More information

Linear & nonlinear classifiers

Linear & nonlinear classifiers Linear & nonlinear classifiers Machine Learning Hamid Beigy Sharif University of Technology Fall 1396 Hamid Beigy (Sharif University of Technology) Linear & nonlinear classifiers Fall 1396 1 / 44 Table

More information

The Ascent Trajectory Optimization of Two-Stage-To-Orbit Aerospace Plane Based on Pseudospectral Method

The Ascent Trajectory Optimization of Two-Stage-To-Orbit Aerospace Plane Based on Pseudospectral Method Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 00 (014) 000 000 www.elsevier.com/locate/procedia APISAT014, 014 Asia-Paciic International Symposium on Aerospace Technology,

More information

A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator

A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator International Core Journal of Engineering Vol.3 No.6 7 ISSN: 44-895 A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator Yanna Si Information Engineering College Henan

More information

Target Localization and Circumnavigation Using Bearing Measurements in 2D

Target Localization and Circumnavigation Using Bearing Measurements in 2D Target Localization and Circumnavigation Using Bearing Measurements in D Mohammad Deghat, Iman Shames, Brian D. O. Anderson and Changbin Yu Abstract This paper considers the problem of localization and

More information

Numerical Methods - Lecture 2. Numerical Methods. Lecture 2. Analysis of errors in numerical methods

Numerical Methods - Lecture 2. Numerical Methods. Lecture 2. Analysis of errors in numerical methods Numerical Methods - Lecture 1 Numerical Methods Lecture. Analysis o errors in numerical methods Numerical Methods - Lecture Why represent numbers in loating point ormat? Eample 1. How a number 56.78 can

More information

A Robust Event-Triggered Consensus Strategy for Linear Multi-Agent Systems with Uncertain Network Topology

A Robust Event-Triggered Consensus Strategy for Linear Multi-Agent Systems with Uncertain Network Topology A Robust Event-Triggered Consensus Strategy for Linear Multi-Agent Systems with Uncertain Network Topology Amir Amini, Amir Asif, Arash Mohammadi Electrical and Computer Engineering,, Montreal, Canada.

More information

STAT 801: Mathematical Statistics. Hypothesis Testing

STAT 801: Mathematical Statistics. Hypothesis Testing STAT 801: Mathematical Statistics Hypothesis Testing Hypothesis testing: a statistical problem where you must choose, on the basis o data X, between two alternatives. We ormalize this as the problem o

More information

On High-Rate Cryptographic Compression Functions

On High-Rate Cryptographic Compression Functions On High-Rate Cryptographic Compression Functions Richard Ostertág and Martin Stanek Department o Computer Science Faculty o Mathematics, Physics and Inormatics Comenius University Mlynská dolina, 842 48

More information

Support Vector Machines

Support Vector Machines Wien, June, 2010 Paul Hofmarcher, Stefan Theussl, WU Wien Hofmarcher/Theussl SVM 1/21 Linear Separable Separating Hyperplanes Non-Linear Separable Soft-Margin Hyperplanes Hofmarcher/Theussl SVM 2/21 (SVM)

More information

Machine Learning. Lecture 6: Support Vector Machine. Feng Li.

Machine Learning. Lecture 6: Support Vector Machine. Feng Li. Machine Learning Lecture 6: Support Vector Machine Feng Li fli@sdu.edu.cn https://funglee.github.io School of Computer Science and Technology Shandong University Fall 2018 Warm Up 2 / 80 Warm Up (Contd.)

More information

Solving Multi-Mode Time-Cost-Quality Trade-off Problem in Uncertainty Condition Using a Novel Genetic Algorithm

Solving Multi-Mode Time-Cost-Quality Trade-off Problem in Uncertainty Condition Using a Novel Genetic Algorithm International Journal o Management and Fuzzy Systems 2017; 3(3): 32-40 http://www.sciencepublishinggroup.com/j/ijms doi: 10.11648/j.ijms.20170303.11 Solving Multi-Mode Time-Cost-Quality Trade-o Problem

More information

APPROXIMATE NULLSPACE ITERATIONS FOR KKT SYSTEMS IN MODEL BASED OPTIMIZATION. min. s.t. c(x, p) = 0. c(x, p) = 0

APPROXIMATE NULLSPACE ITERATIONS FOR KKT SYSTEMS IN MODEL BASED OPTIMIZATION. min. s.t. c(x, p) = 0. c(x, p) = 0 Forschungsbericht Nr. 6-5, FB IV Mathematik/Inormatik, Universität Trier, 6 PPROXIMTE NULLSPCE ITERTIONS FOR KKT SYSTEMS IN MODEL BSED OPTIMIZTION KZUFUMI ITO, KRL KUNISCH, ILI GHERMN, ND VOLKER SCHULZ

More information

A Variable Structure Parallel Observer System for Robust State Estimation of Multirate Systems with Noise

A Variable Structure Parallel Observer System for Robust State Estimation of Multirate Systems with Noise A Variable Structure Parallel Observer System or Robust State Estimation o Multirate Systems with Noise May-Win L. Thein Department o Mechanical Engineering University o New Hampshire Durham, New Hampshire

More information

Regional Input-to-State Stability for Nonlinear Model Predictive Control

Regional Input-to-State Stability for Nonlinear Model Predictive Control 1548 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 51, NO. 9, SEPTEMBER 2006 Regional Input-to-State Stability for Nonlinear Model Predictive Control L. Magni, D. M. Raimondo, and R. Scattolini Abstract

More information

An asymptotic ratio characterization of input-to-state stability

An asymptotic ratio characterization of input-to-state stability 1 An asymptotic ratio characterization of input-to-state stability Daniel Liberzon and Hyungbo Shim Abstract For continuous-time nonlinear systems with inputs, we introduce the notion of an asymptotic

More information

YURI LEVIN AND ADI BEN-ISRAEL

YURI LEVIN AND ADI BEN-ISRAEL Pp. 1447-1457 in Progress in Analysis, Vol. Heinrich G W Begehr. Robert P Gilbert and Man Wah Wong, Editors, World Scientiic, Singapore, 003, ISBN 981-38-967-9 AN INVERSE-FREE DIRECTIONAL NEWTON METHOD

More information

Support Vector Machines and Kernel Methods

Support Vector Machines and Kernel Methods 2018 CS420 Machine Learning, Lecture 3 Hangout from Prof. Andrew Ng. http://cs229.stanford.edu/notes/cs229-notes3.pdf Support Vector Machines and Kernel Methods Weinan Zhang Shanghai Jiao Tong University

More information

Telescoping Decomposition Method for Solving First Order Nonlinear Differential Equations

Telescoping Decomposition Method for Solving First Order Nonlinear Differential Equations Telescoping Decomposition Method or Solving First Order Nonlinear Dierential Equations 1 Mohammed Al-Reai 2 Maysem Abu-Dalu 3 Ahmed Al-Rawashdeh Abstract The Telescoping Decomposition Method TDM is a new

More information

Semi-Global Stability Analysis of a Discrete-Time Extremum-Seeking Scheme using LDI Methods

Semi-Global Stability Analysis of a Discrete-Time Extremum-Seeking Scheme using LDI Methods 5nd IEEE Conerence on Decision and Control December 10-13, 013 Florence, Italy Semi-Global Stability Analysis o a Discrete-Time Extremum-Seeking Scheme using LDI Methods Rohan C Shekhar, William H Moase

More information

Maneuvering assistant for truck and trailer combinations with arbitrary trailer hitching

Maneuvering assistant for truck and trailer combinations with arbitrary trailer hitching Maneuvering assistant or truck and trailer combinations with arbitrary trailer hitching Yevgen Sklyarenko, Frank Schreiber and Walter Schumacher Abstract Stabilizing controllers can assist the driver to

More information

Support Vector Machines. Introduction to Data Mining, 2 nd Edition by Tan, Steinbach, Karpatne, Kumar

Support Vector Machines. Introduction to Data Mining, 2 nd Edition by Tan, Steinbach, Karpatne, Kumar Data Mining Support Vector Machines Introduction to Data Mining, 2 nd Edition by Tan, Steinbach, Karpatne, Kumar 02/03/2018 Introduction to Data Mining 1 Support Vector Machines Find a linear hyperplane

More information

DETC A GENERALIZED MAX-MIN SAMPLE FOR RELIABILITY ASSESSMENT WITH DEPENDENT VARIABLES

DETC A GENERALIZED MAX-MIN SAMPLE FOR RELIABILITY ASSESSMENT WITH DEPENDENT VARIABLES Proceedings o the ASME International Design Engineering Technical Conerences & Computers and Inormation in Engineering Conerence IDETC/CIE August 7-,, Bualo, USA DETC- A GENERALIZED MAX-MIN SAMPLE FOR

More information

An Ensemble Kalman Smoother for Nonlinear Dynamics

An Ensemble Kalman Smoother for Nonlinear Dynamics 1852 MONTHLY WEATHER REVIEW VOLUME 128 An Ensemble Kalman Smoother or Nonlinear Dynamics GEIR EVENSEN Nansen Environmental and Remote Sensing Center, Bergen, Norway PETER JAN VAN LEEUWEN Institute or Marine

More information

Equidistant Polarizing Transforms

Equidistant Polarizing Transforms DRAFT 1 Equidistant Polarizing Transorms Sinan Kahraman Abstract arxiv:1708.0133v1 [cs.it] 3 Aug 017 This paper presents a non-binary polar coding scheme that can reach the equidistant distant spectrum

More information

SUPPORT VECTOR MACHINE FOR THE SIMULTANEOUS APPROXIMATION OF A FUNCTION AND ITS DERIVATIVE

SUPPORT VECTOR MACHINE FOR THE SIMULTANEOUS APPROXIMATION OF A FUNCTION AND ITS DERIVATIVE SUPPORT VECTOR MACHINE FOR THE SIMULTANEOUS APPROXIMATION OF A FUNCTION AND ITS DERIVATIVE M. Lázaro 1, I. Santamaría 2, F. Pérez-Cruz 1, A. Artés-Rodríguez 1 1 Departamento de Teoría de la Señal y Comunicaciones

More information

Received: 30 July 2017; Accepted: 29 September 2017; Published: 8 October 2017

Received: 30 July 2017; Accepted: 29 September 2017; Published: 8 October 2017 mathematics Article Least-Squares Solution o Linear Dierential Equations Daniele Mortari ID Aerospace Engineering, Texas A&M University, College Station, TX 77843, USA; mortari@tamu.edu; Tel.: +1-979-845-734

More information

Feedback linearization control of systems with singularities: a ball-beam revisit

Feedback linearization control of systems with singularities: a ball-beam revisit Chapter 1 Feedback linearization control o systems with singularities: a ball-beam revisit Fu Zhang The Mathworks, Inc zhang@mathworks.com Benito Fernndez-Rodriguez Department o Mechanical Engineering,

More information

Posture regulation for unicycle-like robots with. prescribed performance guarantees

Posture regulation for unicycle-like robots with. prescribed performance guarantees Posture regulation for unicycle-like robots with prescribed performance guarantees Martina Zambelli, Yiannis Karayiannidis 2 and Dimos V. Dimarogonas ACCESS Linnaeus Center and Centre for Autonomous Systems,

More information

Physics 5153 Classical Mechanics. Solution by Quadrature-1

Physics 5153 Classical Mechanics. Solution by Quadrature-1 October 14, 003 11:47:49 1 Introduction Physics 5153 Classical Mechanics Solution by Quadrature In the previous lectures, we have reduced the number o eective degrees o reedom that are needed to solve

More information

Estimation and detection of a periodic signal

Estimation and detection of a periodic signal Estimation and detection o a periodic signal Daniel Aronsson, Erik Björnemo, Mathias Johansson Signals and Systems Group, Uppsala University, Sweden, e-mail: Daniel.Aronsson,Erik.Bjornemo,Mathias.Johansson}@Angstrom.uu.se

More information

Distance-based Formation Control Using Euclidean Distance Dynamics Matrix: Three-agent Case

Distance-based Formation Control Using Euclidean Distance Dynamics Matrix: Three-agent Case American Control Conference on O'Farrell Street, San Francisco, CA, USA June 9 - July, Distance-based Formation Control Using Euclidean Distance Dynamics Matrix: Three-agent Case Kwang-Kyo Oh, Student

More information

SIO 211B, Rudnick. We start with a definition of the Fourier transform! ĝ f of a time series! ( )

SIO 211B, Rudnick. We start with a definition of the Fourier transform! ĝ f of a time series! ( ) SIO B, Rudnick! XVIII.Wavelets The goal o a wavelet transorm is a description o a time series that is both requency and time selective. The wavelet transorm can be contrasted with the well-known and very

More information

An Alternative Poincaré Section for Steady-State Responses and Bifurcations of a Duffing-Van der Pol Oscillator

An Alternative Poincaré Section for Steady-State Responses and Bifurcations of a Duffing-Van der Pol Oscillator An Alternative Poincaré Section or Steady-State Responses and Biurcations o a Duing-Van der Pol Oscillator Jang-Der Jeng, Yuan Kang *, Yeon-Pun Chang Department o Mechanical Engineering, National United

More information

Caching Policy Optimization for Video on Demand

Caching Policy Optimization for Video on Demand Caching Policy Optimization or Video on Demand Hao Wang, Shengqian Han, and Chenyang Yang School o Electronics and Inormation Engineering, Beihang University, China, 100191 Email: {wang.hao, sqhan, cyyang}@buaa.edu.cn

More information

arxiv: v1 [cs.it] 12 Mar 2014

arxiv: v1 [cs.it] 12 Mar 2014 COMPRESSIVE SIGNAL PROCESSING WITH CIRCULANT SENSING MATRICES Diego Valsesia Enrico Magli Politecnico di Torino (Italy) Dipartimento di Elettronica e Telecomunicazioni arxiv:403.2835v [cs.it] 2 Mar 204

More information

Support Vector Machine (continued)

Support Vector Machine (continued) Support Vector Machine continued) Overlapping class distribution: In practice the class-conditional distributions may overlap, so that the training data points are no longer linearly separable. We need

More information

Numerical Solution of Ordinary Differential Equations in Fluctuationlessness Theorem Perspective

Numerical Solution of Ordinary Differential Equations in Fluctuationlessness Theorem Perspective Numerical Solution o Ordinary Dierential Equations in Fluctuationlessness Theorem Perspective NEJLA ALTAY Bahçeşehir University Faculty o Arts and Sciences Beşiktaş, İstanbul TÜRKİYE TURKEY METİN DEMİRALP

More information