Fault Simulation with Parallel Critical Path Tracing for Combinational Circuits Using Structurally Synthesized BDDs

Size: px
Start display at page:

Download "Fault Simulation with Parallel Critical Path Tracing for Combinational Circuits Using Structurally Synthesized BDDs"

Transcription

1 Fault Simulation with Parallel Critical Path Tracing for Combinational Circuits Using Structurall Snthesize BDDs Sergei Devaze, Jaan Rai, Artur Jutman, Raimun Ubar Tallinn Universit of Technolog, Estonia {serega, jaan, artur, Abstract An efficient metho of parallel fault simulation for combinational circuits is propose. The metho is base on structurall snthesize BDDs (SSBDD which allow to represent gate level circuits at higher macro level where macros represent subnetwors of gates. Converting the gate-level circuits to the macrolevel is accompanie with corresponing fault collapsing. A parallel fault analsis algorithm for SSBDDs was evelope which calculates the etecte representative faults for a given set of test patterns in the corresponing macro. The algorithm is equivalent to parallel critical path tracing in the gate-level circuits of macros. Because of the reuce fault list an higher abstraction level moeling the spee of fault simulation is increase. For the faults in fanout noes a new full Boolean ifferentials base parallel fault analsis metho is propose. The paper presents experimental ata revealing the avantages of the propose ata structure in the fault simulation process. Introuction Fault simulation is a wiel use proceure in the igital circuit esign flow. Most of the test esign tass (fault injection, test pattern generation, built-in self-test, etc. rel on it. Thus, accelerating the subtas of fault simulation woul consequentl improve all the above-mentione applications. Parallel pattern single fault propagation (PPSFP [] is wiel use in combinational circuit fault simulation. Man propose fault simulators incorporate PPSFP with other sophisticate techniques such as test etect [2], critical path tracing [3,4], stem region [5] an ominator concept [4-6]. These techniques reuce the simulation time b utilizing information of previous simulate faults. Current paper combines parallel pattern simulation with parallel fault simulation b critical path tracing to create the full fault table for a group of test patterns with a single pass of the algorithm. In this paper we present a novel approach to parallel fault simulation for combinational circuits base on a special class of Binar Decision Diagrams (BDD. While the efficienc of BDDs for simulation is well nown, traitional BDDs o not allow to implicitl moel logic level faults an thus are not well-suite for fault simulation In [7], the logic netlist is partitione into supergates. In other wors, fault simulation is carrie out for circuit lines corresponing to the fanouts [4]. Current paper combines the two above ieas an goes much further b introucing the circuit moel of Structurall Snthesize Binar Decision Diagrams (SSBDD for fault simulation [8,9]. SSBDD moels allow consierabl coarser partitioning than supergates. Furthermore, the approach allows to restrict the number of consiere circuit lines to the fanout points while allowing to wor on the higher level of abstraction, without an nee to escen to simulation at the gate-level. Aitional benefit of SSBDDs lies in the fact that it provies for the fault collapsing in the moel itself without a nee to specif the list of collapse faults explicitl. In all the noes of an SSBDD, both, stucat 0 an stuc-at faults have to be covere in orer to guarantee 00 % fault coverage of the corresponing gate-level circuit. This means that, contrar to traitional gate-level collapsing techniques, it is not necessar to chec if a fault at a circuit line is inclue to the collapse list. This in turn results in time savings uring the simulation process. A combinational circuit is presente as a networ of SSBDDs. Each SSBDD ma represent a gate-level subcircuit calle a macro. In this paper we restrict with macros that correspon to fan-out free regions (FFR. An algorithm is evelope an implemente for parallel fault simulation base on the new SSBDD

2 moel. Up to the present moment, BDD moels have not been use for parallel simulation. One of the most efficient methos for fault simulation in igital circuits is critical path tracing metho [3,4]. It consists of simulating the fault-free circuit (true-value simulation an using the compute signal values for bactracing all sensitize paths from primar outputs towars primar inputs, to etermine the etecte faults. In the bactrace, a gate's input is sensitive if complementing its value changes the value of the gate's output. The trace continues until the paths become non-sensitive or en at networ primar inputs. Faults on the sensitive paths are etecte b the test. This proceure can be carrie out in parallel simultaneousl for a group of test patterns. In the case of macro-level representations of igital evices, Boolean erivatives can be use for critical path tracing through macrocomponents. The rawbac lies in that the librar is neee to represent the expressions of Boolean erivatives for ifferent macrocomponents. In this paper we propose SSBDDs for computing the values of Boolean erivatives [8,9]. Deicate libraries are not neee for storing expressions of erivatives. Instea, simple proceures on SSBDDs are use, which compute the Boolean erivatives in parallel simultaneousl for N test patterns where N is the length of the computer wor. An EDIF to SSBDD esign interface for the fault simulator has been evelope that provies the tool with a lin to most popular commercial CAD sstems, incluing Caence, Snopss, Mentor Graphics an Viewlogic. The paper is organize as follows. Section 2 introuces the moel of SSBDDs for representing logic circuits. In Section 3 the basics are given how to generate SSBDDs from gate level circuits. Section 4 explains how the parallel critical path tracing in FFRs can be prouce on SSBDDs. In Section 5 the critical path tracing metho is generalize to use it for reconvergent fan-out regions. Section 6 provies experimental results an Section 7 conclues the paper. 2. Structurall Snthesize BDDs Structurall Snthesize Binar Decision Diagram (SSBDD [8,9] is a planar, acclic BDD that is obtaine b superposition of elementar BDDs for logic gates. An SSBDD G is a triple (M, X, Γ, where M is a set of noes, X is a set of Boolean variables, x(m X is a function, which efines line variables labeling the noe m, an Γ(m, e is a function, which efines the successor noe of m with x(m = e, e {0, }. Denote the set of preecessors of m b Γ - (m M. The set of noes M is ivie into a set of nonterminal noes M N an to a set of terminals M T incluing 0- an -terminals, where M = M N M T. Fig. shows an FFR of a logic circuit with an output line an its corresponing SSBDD. Note, that in the Fig.b we have omitte the 0- an -labels at the eges, since their irection (own or right replaces the corresponing label. Downwar eges correspon to 0-eges an rightwar eges correspon to -eges. 0- an -terminal noes are illustrate b ashe lines an can be also omitte. In the latter case, exiting the BDD ownwars correspons to = 0 an rightwars to =, respectivel. In aition, SSBDD noes can also be labele b inverte variables (e.g., 5, an 72 in Fig a b c a b Fig.. a Gate level circuit an b its SSBDD In orer to consier simulation on SSBDD moels, let us introuce some basic efinitions. Let us enote Γ(m, e b m e. Then m 0 is the successor of m for the value x(m = 0 an m is the successor of m for the value x(m =. B the value assignment x(m = e, e {0,}, we sa that the ege between noes m an m e is activate. Consier a situation where all the variables x(m X are assigne b a Boolean vector X t {0,} X to some value. The eges activate b X t form an activate path FFR e -eges 0-eges

3 L* = (m 0,, m T from the root noe m 0 to one of the terminal noes m T M T. In [9], it has been prove that G represents a Boolean function = f(x, iff for all the possible vectors X t {0,} X a path L* = (m 0,, m T is activate so that = f(x t = x(m T. Differentl from traitional BDDs, SSBDDs support test generation for gate-level structural faults in terms of signal paths without representing these faults explicitl. Furthermore, the worst case complexit an memor requirements for generating SSBDD moels for FFRs are linear in respect to the number of logic gates in the circuit, while for traitional BDDs the total storage space excees 2 n bits for an n-input combinational circuit [0]. Hence, SSBDDs for an arbitrar realistic-size igital circuit can be generate ver rapil using onl a small amount of computer memor. 3. Snthesis of SSBDDs The most significant ifference between the traitional BDD an the SSBDD representations is the metho how the are generate. While traitional BDDs are generate b Shannon's expansions, which extracts the function of the logic circuit, SSBDD moels are generate b a superposition proceure that extracts both, function an ata about structural paths of the circuit. Another ifference between the classical an the SSBDD approach is that in SSBDDs we represent a igital circuit as a sstem of BDDs, where for each fanout-free region (FFR of the circuit a separate SSBDD is generate. SSBDD moels for gate-level igital circuits are generate as follows. Starting from the output of the FFR (i.e. primar output or a fanout point of the circuit, logic gates are recursivel substitute b their respective elementar BDDs. The proceure of superposition terminates in those noes, which represent a primar input or a fanout branch of the circuit. Fig.2b shows the superposition-base SSBDD generation for the FFR given in Fig.2a. Note, that in SSBDDs the noes can be labele b both, variables x i an their inversions x i. An important propert of SSBDD is that each noe in it represents a relate signal path in the corresponing gate-level circuit. For example, the noe enote b bol circle in Fig.2b correspons to the path mare b bol lines in Fig. 2a. There are four ifferent signal paths in the circuit an thus, four noes in the respective SSBDD. From the above-mentione propert it follows that if we cover the stuc-at faults in all the noes of the SSBDD (in other wors, cover ever signal path, we will consequentl cover all the stuc-at faults in the corresponing gate-level FFR. Thus, SSBDD moels are capable of implicit representation of gate-level stuc-at faults. 3 a b Fig. 2. Superposition of SSBDD moels As it was mentione above, the stuc-at faults in SSBDDs are moele at noes an each noe correspons to a istinct path in an FFR. However, the number of signal paths in an FFR is alwas less or equal than the number of lines between the gates of the FFR. Hence, b generating an SSBDD for a circuit we simultaneousl perform collapsing of the faults. Unlie in traitional fault collapsing where the aim is simpl to minimize the number of faults in the fault list, here, we are at the same time capable of rising to a higher abstraction level of circuit moeling. While fault simulation an test generation are the main areas of using SSBDD moels, this tpe of representations have been successfull implemente in a wie range of other VLSI CAD applications. These inclue multi-value simulation [], timing simulation [2] an esign error iagnosis [3]. 4. Parallel critical path tracing on SSBDDs Parallel fault simulation taes avantage of the wororiente nature of operations in the computer to simulate the effects of a number of faults simultaneousl. The number of faults that can be 2 4

4 simulate uring a simulation pass is etermine b the wor length n of the host CPU. If the number of faults is large then multiple simulation passes are require. Consier a fanout free region = F(X in the given gate level networ an the corresponing SSBDD G = (M, X, Γ. The noes in the graph have to be orere for processing in such a wa that for each noe m M with the numerical label l(m, all its preecessors j Γ - (m must have labels l(j less than l(m. The fanout region = F(X will be fault simulate in parallel for a test vector T = (t, t 2,... t n. Fault-free simulation In the first stage parallel fault free simulation is carrie out for all fanout regions starting from the primar inputs. To simulate the vector function = F(X with G for the given test vector T, all the vector variables in X shoul have got alrea values. The simulation taes place as follows. Starting from the noe with the highest label value (final noe where Γ(m,e =, we repeat the vector operation: 0 x( m = ( x( m x( m ( x( m x( m for each noe of the SSBDD. In this operation, m enotes the current noe an m 0 an m are its 0- an -successors, respectivel. x(m enotes value of the vector variable labeling the noe m. The result of the simulation will be the value of calculate for the root noe m 0 where Γ - (m =. The rest of the calculate new values of x(m represent the values of subfunctions with roots in m M\m 0. Calculation of activate noes In this stage for each test vector t T simulate in parallel the noes m M in SSBDD will be foun which are laing on the activate paths L*(t M. It is eas to unerstan that onl these noes are responsible for the value of the graph variable (t. Hence, onl these noes m L*(t are caniates for fault etection. To fin the caniates for fault etection the noes m M are processe in the irect orer recursivel in the following wa: L(m = L(m [L(m x(m], L(m 0 = L(m 0 [L(m x (m ], starting with initial values L(m 0 =... an for all other noes m i M: L(m i = The value of the component L (m= of the calculate vector L(m means that the noe m i M was traverse b the test pattern t, othervise not. Critical path tracing In the last stage, we carr out parallel critical tracing to fin out at which noes of activate paths L(m(t the faults are etecte. Detectabilit of faults in the FFR = F(X represente b G on the output of the FFR is calculate: S(m = L(m [x(m 0 x(m ]. The value of the -th bit S (m in the vector S(m is (0 if the fault in x(m is etecte (is not etecte on the output b the -th test pattern t of the pacage T simulate. 5. Reconvergent fanouts The parallel gate-level critical path tracing insie the FFRs is straightforwar. We have shown how to generalize this proceure to the higher macro level b calculation Boolean erivatives for arbitrar tree-lie subcircuits in parallel b SSBDDs. To exten the usabilit of parallel critical path tracing metho beon the fan-out free regions we propose to use partial Boolean ifferentials [4]. Fig.3. Gate-level circuit with reconvergent fanout Assume that the final gate (with arbitrar Boolean function of the convergent fan-out region in circuit Fig.3 is = F(x,, x i, x j, x n. Assume that the input variables x,,x i of the gate F are connecte via gate-level networ with functions x = f (x,x,, x i = f i (x,x i to the fanout noe x. Then the function of the full convergent fan-out region can be represente as = F(f (x,x,, f i (x,x i, x i, x n. The full Boolean ifferential of the gate F is = F(( x x,..., ( xi xi, ( x x,..., ( x x j j Consiering now the impact of onl the stem variable x to the value of, uner conitions x j = 0,, x n = 0 (no faults in x j, x n, we can represent the partial Boolean ifferential of regaring x as follows: F = F(( x f,..., ( x f, x,..., x. x x x i x j n x x n x i xi i j n F n

5 Since partial ifferentials for x h = f h (x,x h, where h =,..i, regaring x are we get f h h xh fh = x = x, i x F = F(( x x,..., ( xi xi, x j,..., xn Since the partial ifferential for regaring x is x F = x, an assuming that x = we get = F(( x,..., ( x, x,..., x i i j n ( From the formula ( the metho results to generalize the parallel critical path tracing beon the fan-out free regions. Inee, all the calculations in ( can be fulfille in parallel. If we now the values of the Boolean erivatives /,, i /, the erivative / can be calculate irectl at the gate F after correcting the values of its input variables x,, x i. But the values of /,, i / can be calculate in parallel uring the normal critical path tracing insie the given fan-out free region with output. In the general case of neste convergent fan-out regions we can easil create the respective neste calculation flows to fin the etectabilit of fan-out variables. An example of a neste reconvergent fan-out circuit is represente in Fig. 4. There are two reconvergencies at the gates z = F z (c,b,x z an = F (,e,x. Denote b A,B,C,D,E the calculate activities on the respective paths of the circuit. For example, b/ = B, c/ = AC, / = AD, an e/ z = E. x A B q C X z c b Fig.4. Neste reconvergent fanouts All the path activities A,B,C,D,E can be calculate b parallel path tracing onl once. When reaching uring the bactrace the fan-out point q, we calculate = F ( D, e CE, X. q D F z z E X e F For calculating the Boolean erivative / we have z = F ( AD, e E, X where z = z Fz ( c AC, b B, X c 6. Experimental ata A useful propert of SSBDDs is its abilit to provie fault collapsing in the moel. While in the gate-level escriptions we moel stuc-at faults at the interconnections between the gates, in SSBDD representations the faults are present at noes. For example, stuc-at-0 fault at a noe is moele with the 0-ege of the noe being constantl activate, regarless of the value of the variable labeling this noe. Each SSBDD noe represents a istinct path in the corresponing fanout-free circuit. B testing all the SSBDD noe faults we will consequentl test all the signal paths in the circuit an thus all the single stucat faults. This abilit of SSBDDs to implicitl moel logic level stuc-at faults is a ver important propert, which istinguishes it from other classes of BDDs. Table. Number of collapse an SSBDD faults in ISCAS85 circuits circuit faults collapse SSBDD c c c c c c c c Table compares the number of uncollapse faults, the number of stanar collapse faults an the number of SSBDD faults in the ISCAS 85 benchmar set. As we can see that reuction provie b collapsing in the SSBDD moel is about.5 times. While there exist more aggressive fault collapsing approaches the avantage of the SSBDD base collapsing over the traitional one is that it allows us at the same time to rise to a higher abstraction level of circuit moeling. In the traitional case we woul onl minimize the number of faults but woul still be woring at the level of logic gates. Table 2 presents the fault simulation results for two ifferent methos, parallel critical path tracing an euctive fault simulation [5], which were carrie out to compare the spee of gate-level an macro-level

6 simulation on SSBDDs. The simulation algorithms were compile b GNU C compiler using O option an experiments were run on a 366MHz SUN Ultra60 server using SUN Solaris 2.8 operating sstem. Table 2. Comparison of parallel critical path tracing with euctive fault simulation Circuit Vectors Parallel Critical Path Tracing Deuctive Fault Simulation Gate Macro Gate Macro c ,68 0,2,302 0,8 c ,385 0,56 4,567,662 c ,62 0,89 2,563,382 c ,573,002 4,657 2,754 c ,07,32 6,449 2,774 c ,835 2,493,207 4,888 c ,087 3,75 8,376 6,750 c ,65 0,82 3,224,392 c ,226 2,263 4,797 3,34 c ,04,482 7,54 2,283 T ,84 0,00 0,290 0,9 From Table 2 we see that the macro-level parallel critical path tracing metho outperforms the macrolevel euctive fault simulation in average 2-4 times. Here T024 represents a tree-lie circuit of 024 two input gates. So, we see that the avantage of the parallel critical path tracing methos increases with increasing of the tree-lie regions in circuits. Compare to the gate level simulation, the spee of the macro level critical path tracing is higher in average 2-6 times. In this version of the critical path tracing SW pacage we use parallel fault simulation for reconvergent fanout stems. When implementing the above iscusse parallel critical path tracing approach also for reconvergent fanout stems aitional increase in spee of simulation is expecte. 7. Conclusions A metho has been propose for macro-level parallel critical path fault tracing base on SSBDDs. Differentl from the nown critical path tracing approach partial Boolean ifferential base formulas were evelope which allow to generalize parallel critical path fault tracing beon the reconvergent fanout stems. Consierable increase in macro-level fault simulation base on using SSBDDs was shown compare to the plain gate-level simulation. Acnowlegements This wor has been supporte b the grants of Estonian Science Founation G5637, G5649 an G590 an Enterprise Estonia fune Technolog Development Center ELIKO project. References [] J.A.Waicuausi, E.B.Eichelberger, D.O.Forlenza, E.Linbloom an T.McCarth. Fault Simulation of Structure VLSI. VLSI Sstems Design, Vol.6, No.2, pp.20-32, 985. [2] B.Unerwoo, J.Ferguson. The Parallel Test Detect Fault Simulation Algorithm. Proc. International Test Conference, pp.72-77, 989. [3] M.Abramovici, P.R.Menon, D.T.Miller. Critical Path Tracing An Alternative to Fault Simulation. Proc. 20 th Design Automation Conference, pp. 2-5, 987. [4] K.J.Antreich, M.H.Schulz. Accelerate Fault Simulation an Fault Graing in Combinational Circuits. IEEE Trans. On Computer-Aie Design, Vol. 6, No. 5, pp , 987. [5] F.Maamari, J.Rajsi. A Metho of Fault Simulation Base on Stem Region. IEEE Trans. On Computer Aie Design, Vol. 9, No. 2, pp , 990. [6] H.K.Lee, D.S.Ha. An Efficient, Forwar Fault Simulation Algorithm Base on the Parallel Single Fault Propagation. Proc. International Test Conference, pp , 99. [7] S.C.Seth, L.Pan, V.D.Agrawal. Preict-Probabilistic Estimation of Digital Circuit Testabilit. Dig. Papers FTCS-5, June 985, pp [8] R. Ubar, Test Snthesis with Alternative Graphs, IEEE Design Test of Comp. Spring 996, pp [9] A. Jutman, A. Peer, J. Rai, M. Tomba, R. Ubar. Structurall snthesize binar ecision iagrams. 6th International Worshop on Boolean Problems, pp , Freiberg, German, Sept , [0] H.-T. Liaw, C.-S. Lin, On the OBDD-representation of general Boolean functions, IEEE Trans. on Computers, Vol. C-4, No. 6, pp , June 992. [] R.Ubar. Multi-value simulation of igital circuits with structurall snthesize BDDs. J. of Multiple Value Logic, Vol.4, 998, pp [2] R.Ubar, A.Jutman, Z.Peng. Timing simulation of igital circuits with BDDs. Proc. of DATE, 200, pp [3] A.Jutman, R.Ubar. Design error iagnosis in igital circuits with SAF moel. J. of Microelectronics Reliabilit. Vol.40, No.2, 2000, pp [4] A.Thase. Boolean Calculus of Differences. Springer Verlag, 98. [5] J.Rai, R.Ubar, S.Devaze, A.Jutman. Efficient Single-Pattern Fault Simulation on Structurall Snthesize BDDs. Lecture Notes in Computer Science, Vol. 3463, Springer Verlag, Berlin Heielberg, 2005, pp

Sequential Circuit Test Generation Using Decision Diagram Models

Sequential Circuit Test Generation Using Decision Diagram Models Sequential Circuit Test Generation Using Decision Diagram Models Jaan Raik, Raimund Ubar Department of Computer Engineering Tallinn Technical University, Estonia Abstract A novel approach to testing sequential

More information

Fundamentals of the stiffness method. Fundamentals of the stiffness method. Fundamentals of the stiffness method

Fundamentals of the stiffness method. Fundamentals of the stiffness method. Fundamentals of the stiffness method CHAPER 6 russ Analsis using Stiffness Metho Objectives เข าใจว ธ ของ stiffness metho ใช ว ธ stiffness metho ก บ russ, BM & rame จะพ ดถ งในบท หน า unamentals of the stiffness metho he stiffness metho: Is

More information

Non-homogeneous Generalization in Privacy Preserving Data Publishing

Non-homogeneous Generalization in Privacy Preserving Data Publishing Non-homogeneous Generalization in Privacy Preserving Data Publishing W. K. Wong, Nios Mamoulis an Davi W. Cheung Department of Computer Science, The University of Hong Kong Pofulam Roa, Hong Kong {wwong2,nios,cheung}@cs.hu.h

More information

Loop Scheduling and Partitions for Hiding Memory Latencies

Loop Scheduling and Partitions for Hiding Memory Latencies Loop Scheuling an Partitions for Hiing Memory Latencies Fei Chen Ewin Hsing-Mean Sha Dept. of Computer Science an Engineering University of Notre Dame Notre Dame, IN 46556 Email: fchen,esha @cse.n.eu Tel:

More information

Skyline Community Search in Multi-valued Networks

Skyline Community Search in Multi-valued Networks Syline Community Search in Multi-value Networs Rong-Hua Li Beijing Institute of Technology Beijing, China lironghuascut@gmail.com Jeffrey Xu Yu Chinese University of Hong Kong Hong Kong, China yu@se.cuh.eu.h

More information

William S. Law. Erik K. Antonsson. Engineering Design Research Laboratory. California Institute of Technology. Abstract

William S. Law. Erik K. Antonsson. Engineering Design Research Laboratory. California Institute of Technology. Abstract Optimization Methos for Calculating Design Imprecision y William S. Law Eri K. Antonsson Engineering Design Research Laboratory Division of Engineering an Applie Science California Institute of Technology

More information

Online Appendix to: Generalizing Database Forensics

Online Appendix to: Generalizing Database Forensics Online Appenix to: Generalizing Database Forensics KYRIACOS E. PAVLOU an RICHARD T. SNODGRASS, University of Arizona This appenix presents a step-by-step iscussion of the forensic analysis protocol that

More information

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks : a Movement-Base Routing Algorithm for Vehicle A Hoc Networks Fabrizio Granelli, Senior Member, Giulia Boato, Member, an Dzmitry Kliazovich, Stuent Member Abstract Recent interest in car-to-car communications

More information

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Queueing Moel an Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Marc Aoun, Antonios Argyriou, Philips Research, Einhoven, 66AE, The Netherlans Department of Computer an Communication

More information

An Algorithm for Building an Enterprise Network Topology Using Widespread Data Sources

An Algorithm for Building an Enterprise Network Topology Using Widespread Data Sources An Algorithm for Builing an Enterprise Network Topology Using Wiesprea Data Sources Anton Anreev, Iurii Bogoiavlenskii Petrozavosk State University Petrozavosk, Russia {anreev, ybgv}@cs.petrsu.ru Abstract

More information

Fault Simulation with Parallel Exact Critical Path Tracing in Multiple Core Environment

Fault Simulation with Parallel Exact Critical Path Tracing in Multiple Core Environment Fault Simulation with Parallel Exact Critical Path Tracing in Multiple Core Environment Maksim Gorev Department of Computer Engineering Tallinn University of Technology Tallinn, Estonia Email: maksim.gorev@ttu.ee

More information

1. Introduction. 2. Existing Shape Distortion Measurement Algorithms

1. Introduction. 2. Existing Shape Distortion Measurement Algorithms A Moifie Distortion Measurement Algorithm for Shape Coing Ferous Ahme Sohel, Laurence S Doole an Gour C Karmaar Gippslan School of Computing an Information an Technolog Monash Universit, Churchill, Victoria,

More information

Bends, Jogs, And Wiggles for Railroad Tracks and Vehicle Guide Ways

Bends, Jogs, And Wiggles for Railroad Tracks and Vehicle Guide Ways Ben, Jogs, An Wiggles for Railroa Tracks an Vehicle Guie Ways Louis T. Klauer Jr., PhD, PE. Work Soft 833 Galer Dr. Newtown Square, PA 19073 lklauer@wsof.com Preprint, June 4, 00 Copyright 00 by Louis

More information

Multi-camera tracking algorithm study based on information fusion

Multi-camera tracking algorithm study based on information fusion International Conference on Avance Electronic Science an Technolog (AEST 016) Multi-camera tracking algorithm stu base on information fusion a Guoqiang Wang, Shangfu Li an Xue Wen School of Electronic

More information

Try It. Implicit and Explicit Functions. Video. Exploration A. Differentiating with Respect to x

Try It. Implicit and Explicit Functions. Video. Exploration A. Differentiating with Respect to x SECTION 5 Implicit Differentiation Section 5 Implicit Differentiation Distinguish between functions written in implicit form an eplicit form Use implicit ifferentiation to fin the erivative of a function

More information

PHOTOGRAMMETRIC MEASUREMENT OF LINEAR OBJECTS WITH CCD CAMERAS SUPER-ELASTIC WIRES IN ORTHODONTICS AS AN EXAMPLE

PHOTOGRAMMETRIC MEASUREMENT OF LINEAR OBJECTS WITH CCD CAMERAS SUPER-ELASTIC WIRES IN ORTHODONTICS AS AN EXAMPLE PHOTOGRAMMETRIC MEASUREMENT OF LINEAR OBJECTS WITH CCD CAMERAS SUPER-ELASTIC WIRES IN ORTHODONTICS AS AN EAMPLE Tim SUTHAU, Matthias HEMMLEB, Dietmar URAN, Paul-Georg JOST-BRINKMANN Technical Universit

More information

Frequent Pattern Mining. Frequent Item Set Mining. Overview. Frequent Item Set Mining: Motivation. Frequent Pattern Mining comprises

Frequent Pattern Mining. Frequent Item Set Mining. Overview. Frequent Item Set Mining: Motivation. Frequent Pattern Mining comprises verview Frequent Pattern Mining comprises Frequent Pattern Mining hristian Borgelt School of omputer Science University of Konstanz Universitätsstraße, Konstanz, Germany christian.borgelt@uni-konstanz.e

More information

A Cost Function for Uniformly Partitioned UB-Trees

A Cost Function for Uniformly Partitioned UB-Trees A Cost Function for Uniforml Partitione UB-Trees Volker Markl Ruolf Baer Baerisches Forschungszentrum für Wissensbasierte Ssteme Orleansstraße 34 8667 München German volker.markl@forwiss.e, baer@in.tum.e

More information

Implicit and Explicit Functions

Implicit and Explicit Functions 60_005.q //0 :5 PM Page SECTION.5 Implicit Differentiation Section.5 EXPLORATION Graphing an Implicit Equation How coul ou use a graphing utilit to sketch the graph of the equation? Here are two possible

More information

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation Solution Representation for Job Shop Scheuling Problems in Ant Colony Optimisation James Montgomery, Carole Faya 2, an Sana Petrovic 2 Faculty of Information & Communication Technologies, Swinburne University

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu Institute of Information Science Acaemia Sinica Taipei, Taiwan Da-wei Wang Jan-Jan Wu Institute of Information Science

More information

SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH

SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH Galen H Sasaki Dept Elec Engg, U Hawaii 2540 Dole Street Honolul HI 96822 USA Ching-Fong Su Fuitsu Laboratories of America 595 Lawrence Expressway

More information

Table-based division by small integer constants

Table-based division by small integer constants Table-base ivision by small integer constants Florent e Dinechin, Laurent-Stéphane Diier LIP, Université e Lyon (ENS-Lyon/CNRS/INRIA/UCBL) 46, allée Italie, 69364 Lyon Ceex 07 Florent.e.Dinechin@ens-lyon.fr

More information

I DT MC. Operating Manual SINAMICS S120. Verification of Performance Level e in accordance with EN ISO

I DT MC. Operating Manual SINAMICS S120. Verification of Performance Level e in accordance with EN ISO I DT MC Operating Manual SINAMICS S20 Verification of Performance Level e in accorance with EN ISO 3849- Document Project Status: release Organization: I DT MC Baseline:.2 Location: Erl. F80 Date: 24.09.2009

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks TR-IIS-05-021 Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu, Pangfeng Liu, Da-Wei Wang, Jan-Jan Wu December 2005 Technical Report No. TR-IIS-05-021 http://www.iis.sinica.eu.tw/lib/techreport/tr2005/tr05.html

More information

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique International OPEN ACCESS Journal Of Moern Engineering Research (IJMER) An Aaptive Routing Algorithm for Communication Networks using Back Pressure Technique Khasimpeera Mohamme 1, K. Kalpana 2 1 M. Tech

More information

Intensive Hypercube Communication: Prearranged Communication in Link-Bound Machines 1 2

Intensive Hypercube Communication: Prearranged Communication in Link-Bound Machines 1 2 This paper appears in J. of Parallel an Distribute Computing 10 (1990), pp. 167 181. Intensive Hypercube Communication: Prearrange Communication in Link-Boun Machines 1 2 Quentin F. Stout an Bruce Wagar

More information

AnyTraffic Labeled Routing

AnyTraffic Labeled Routing AnyTraffic Labele Routing Dimitri Papaimitriou 1, Pero Peroso 2, Davie Careglio 2 1 Alcatel-Lucent Bell, Antwerp, Belgium Email: imitri.papaimitriou@alcatel-lucent.com 2 Universitat Politècnica e Catalunya,

More information

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters Available online at www.scienceirect.com Proceia Engineering 4 (011 ) 34 38 011 International Conference on Avances in Engineering Cluster Center Initialization Metho for K-means Algorithm Over Data Sets

More information

STEREOSCOPIC ROBOT VISION SYSTEM

STEREOSCOPIC ROBOT VISION SYSTEM Palinko Oskar, ipl. eng. Facult of Technical Sciences, Department of Inustrial Sstems Engineering an Management, 21 000 Novi Sa, Dositej Obraovic Square 6, Serbia & Montenegro STEREOSCOPIC ROBOT VISION

More information

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 17, No 3 Sofia 017 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-017-0030 Particle Swarm Optimization Base

More information

BIJECTIONS FOR PLANAR MAPS WITH BOUNDARIES

BIJECTIONS FOR PLANAR MAPS WITH BOUNDARIES BIJECTIONS FOR PLANAR MAPS WITH BOUNDARIES OLIVIER BERNARDI AND ÉRIC FUSY Abstract. We present bijections for planar maps with bounaries. In particular, we obtain bijections for triangulations an quarangulations

More information

4.2 Implicit Differentiation

4.2 Implicit Differentiation 6 Chapter 4 More Derivatives 4. Implicit Differentiation What ou will learn about... Implicitl Define Functions Lenses, Tangents, an Normal Lines Derivatives of Higher Orer Rational Powers of Differentiable

More information

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means Classifying Facial Expression with Raial Basis Function Networks, using Graient Descent an K-means Neil Allrin Department of Computer Science University of California, San Diego La Jolla, CA 9237 nallrin@cs.ucs.eu

More information

Image compression predicated on recurrent iterated function systems

Image compression predicated on recurrent iterated function systems 2n International Conference on Mathematics & Statistics 16-19 June, 2008, Athens, Greece Image compression preicate on recurrent iterate function systems Chol-Hui Yun *, Metzler W. a an Barski M. a * Faculty

More information

Finite Automata Implementations Considering CPU Cache J. Holub

Finite Automata Implementations Considering CPU Cache J. Holub Finite Automata Implementations Consiering CPU Cache J. Holub The finite automata are mathematical moels for finite state systems. More general finite automaton is the noneterministic finite automaton

More information

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama an Hayato Ohwaa Faculty of Sci. an Tech. Tokyo University of Science, 2641 Yamazaki, Noa-shi, CHIBA, 278-8510, Japan hiroyuki@rs.noa.tus.ac.jp,

More information

Rough Set Approach for Classification of Breast Cancer Mammogram Images

Rough Set Approach for Classification of Breast Cancer Mammogram Images Rough Set Approach for Classification of Breast Cancer Mammogram Images Aboul Ella Hassanien Jafar M. H. Ali. Kuwait University, Faculty of Aministrative Science, Quantitative Methos an Information Systems

More information

Dual Arm Robot Research Report

Dual Arm Robot Research Report Dual Arm Robot Research Report Analytical Inverse Kinematics Solution for Moularize Dual-Arm Robot With offset at shouler an wrist Motivation an Abstract Generally, an inustrial manipulator such as PUMA

More information

ACE: And/Or-parallel Copying-based Execution of Logic Programs

ACE: And/Or-parallel Copying-based Execution of Logic Programs ACE: An/Or-parallel Copying-base Execution of Logic Programs Gopal GuptaJ Manuel Hermenegilo* Enrico PontelliJ an Vítor Santos Costa' Abstract In this paper we present a novel execution moel for parallel

More information

Digital fringe profilometry based on triangular fringe patterns and spatial shift estimation

Digital fringe profilometry based on triangular fringe patterns and spatial shift estimation University of Wollongong Research Online Faculty of Engineering an Information Sciences - Papers: Part A Faculty of Engineering an Information Sciences 4 Digital fringe profilometry base on triangular

More information

PERFECT ONE-ERROR-CORRECTING CODES ON ITERATED COMPLETE GRAPHS: ENCODING AND DECODING FOR THE SF LABELING

PERFECT ONE-ERROR-CORRECTING CODES ON ITERATED COMPLETE GRAPHS: ENCODING AND DECODING FOR THE SF LABELING PERFECT ONE-ERROR-CORRECTING CODES ON ITERATED COMPLETE GRAPHS: ENCODING AND DECODING FOR THE SF LABELING PAMELA RUSSELL ADVISOR: PAUL CULL OREGON STATE UNIVERSITY ABSTRACT. Birchall an Teor prove that

More information

The Reconstruction of Graphs. Dhananjay P. Mehendale Sir Parashurambhau College, Tilak Road, Pune , India. Abstract

The Reconstruction of Graphs. Dhananjay P. Mehendale Sir Parashurambhau College, Tilak Road, Pune , India. Abstract The Reconstruction of Graphs Dhananay P. Mehenale Sir Parashurambhau College, Tila Roa, Pune-4030, Inia. Abstract In this paper we iscuss reconstruction problems for graphs. We evelop some new ieas lie

More information

Fast Fractal Image Compression using PSO Based Optimization Techniques

Fast Fractal Image Compression using PSO Based Optimization Techniques Fast Fractal Compression using PSO Base Optimization Techniques A.Krishnamoorthy Visiting faculty Department Of ECE University College of Engineering panruti rishpci89@gmail.com S.Buvaneswari Visiting

More information

Waleed K. Al-Assadi. Anura P. Jayasumana. Yashwant K. Malaiya y. February Colorado State University

Waleed K. Al-Assadi. Anura P. Jayasumana. Yashwant K. Malaiya y. February Colorado State University Dierential I DDQ Testable Static RAM Architecture Walee K. Al-Assai Anura P. Jayasumana Yashwant K. Malaiya y Technical Report CS-96-102 February 1996 Department of Electrical Engineering/ y Department

More information

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER

EFFICIENT ON-LINE TESTING METHOD FOR A FLOATING-POINT ADDER FFICINT ON-LIN TSTING MTHOD FOR A FLOATING-POINT ADDR A. Droz, M. Lobachev Department of Computer Systems, Oessa State Polytechnic University, Oessa, Ukraine Droz@ukr.net, Lobachev@ukr.net Abstract In

More information

Open Access Adaptive Image Enhancement Algorithm with Complex Background

Open Access Adaptive Image Enhancement Algorithm with Complex Background Sen Orers for Reprints to reprints@benthamscience.ae 594 The Open Cybernetics & Systemics Journal, 205, 9, 594-600 Open Access Aaptive Image Enhancement Algorithm with Complex Bacgroun Zhang Pai * epartment

More information

Feature Extraction and Rule Classification Algorithm of Digital Mammography based on Rough Set Theory

Feature Extraction and Rule Classification Algorithm of Digital Mammography based on Rough Set Theory Feature Extraction an Rule Classification Algorithm of Digital Mammography base on Rough Set Theory Aboul Ella Hassanien Jafar M. H. Ali. Kuwait University, Faculty of Aministrative Science, Quantitative

More information

Linderoth, Magnus; Robertsson, Anders; Åström, Karl; Johansson, Rolf

Linderoth, Magnus; Robertsson, Anders; Åström, Karl; Johansson, Rolf Vision Base Tracker for Dart-Catching Robot Lineroth, Magnus; Robertsson, Aners; Åström, Karl; Johansson, Rolf 9 Link to publication Citation for publishe version (APA): Lineroth, M., Robertsson, A., Åström,

More information

Computer Organization

Computer Organization Computer Organization Douglas Comer Computer Science Department Purue University 250 N. University Street West Lafayette, IN 47907-2066 http://www.cs.purue.eu/people/comer Copyright 2006. All rights reserve.

More information

Coupling the User Interfaces of a Multiuser Program

Coupling the User Interfaces of a Multiuser Program Coupling the User Interfaces of a Multiuser Program PRASUN DEWAN University of North Carolina at Chapel Hill RAJIV CHOUDHARY Intel Corporation We have evelope a new moel for coupling the user-interfaces

More information

On the Role of Multiply Sectioned Bayesian Networks to Cooperative Multiagent Systems

On the Role of Multiply Sectioned Bayesian Networks to Cooperative Multiagent Systems On the Role of Multiply Sectione Bayesian Networks to Cooperative Multiagent Systems Y. Xiang University of Guelph, Canaa, yxiang@cis.uoguelph.ca V. Lesser University of Massachusetts at Amherst, USA,

More information

Polygon Simplification by Minimizing Convex Corners

Polygon Simplification by Minimizing Convex Corners Polygon Simplification by Minimizing Convex Corners Yeganeh Bahoo 1, Stephane Durocher 1, J. Mark Keil 2, Saee Mehrabi 3, Sahar Mehrpour 1, an Debajyoti Monal 1 1 Department of Computer Science, University

More information

Petri Nets with Time and Cost (Tutorial)

Petri Nets with Time and Cost (Tutorial) Petri Nets with Time an Cost (Tutorial) Parosh Aziz Abulla Department of Information Technology Uppsala University Sween parosh@it.uu.se Richar Mayr School of Informatics, LFCS University of Einburgh Unite

More information

Advanced method of NC programming for 5-axis machining

Advanced method of NC programming for 5-axis machining Available online at www.scienceirect.com Proceia CIRP (0 ) 0 07 5 th CIRP Conference on High Performance Cutting 0 Avance metho of NC programming for 5-axis machining Sergej N. Grigoriev a, A.A. Kutin

More information

Using Vector and Raster-Based Techniques in Categorical Map Generalization

Using Vector and Raster-Based Techniques in Categorical Map Generalization Thir ICA Workshop on Progress in Automate Map Generalization, Ottawa, 12-14 August 1999 1 Using Vector an Raster-Base Techniques in Categorical Map Generalization Beat Peter an Robert Weibel Department

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Linus Svärm Petter Stranmark Centre for Mathematical Sciences, Lun University {linus,petter}@maths.lth.se Abstract Shift-map image processing is a new framework base on energy

More information

A Multi-class SVM Classifier Utilizing Binary Decision Tree

A Multi-class SVM Classifier Utilizing Binary Decision Tree Informatica 33 (009) 33-41 33 A Multi-class Classifier Utilizing Binary Decision Tree Gjorgji Mazarov, Dejan Gjorgjevikj an Ivan Chorbev Department of Computer Science an Engineering Faculty of Electrical

More information

Frequency Domain Parameter Estimation of a Synchronous Generator Using Bi-objective Genetic Algorithms

Frequency Domain Parameter Estimation of a Synchronous Generator Using Bi-objective Genetic Algorithms Proceeings of the 7th WSEAS International Conference on Simulation, Moelling an Optimization, Beijing, China, September 15-17, 2007 429 Frequenc Domain Parameter Estimation of a Snchronous Generator Using

More information

Algebraic transformations of Gauss hypergeometric functions

Algebraic transformations of Gauss hypergeometric functions Algebraic transformations of Gauss hypergeometric functions Raimunas Viūnas Faculty of Mathematics, Kobe University Abstract This article gives a classification scheme of algebraic transformations of Gauss

More information

Boolean Algebra. Introduction. Soitltion: Using the definitions of complementation, the Boolean sum, and the Boolean product, it follows that =0+0 =0.

Boolean Algebra. Introduction. Soitltion: Using the definitions of complementation, the Boolean sum, and the Boolean product, it follows that =0+0 =0. C H A P T E R Boolean Algebra. Boolean Functions.2 Representing Boolean Functions.3 Logic Gates.4 Minimization of Circuits T he circuits in computers an other electronic evices have inputs, each of which

More information

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE БСУ Международна конференция - 2 THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE Evgeniya Nikolova, Veselina Jecheva Burgas Free University Abstract:

More information

Tracking and Regulation Control of a Mobile Robot System With Kinematic Disturbances: A Variable Structure-Like Approach

Tracking and Regulation Control of a Mobile Robot System With Kinematic Disturbances: A Variable Structure-Like Approach W. E. Dixon e-mail: wixon@ces.clemson.eu D. M. Dawson e-mail: awson@ces.clemson.eu E. Zergeroglu e-mail: ezerger@ces.clemson.eu Department of Electrical & Computer Engineering, Clemson University, Clemson,

More information

Message Transport With The User Datagram Protocol

Message Transport With The User Datagram Protocol Message Transport With The User Datagram Protocol User Datagram Protocol (UDP) Use During startup For VoIP an some vieo applications Accounts for less than 10% of Internet traffic Blocke by some ISPs Computer

More information

Software Reliability Modeling and Cost Estimation Incorporating Testing-Effort and Efficiency

Software Reliability Modeling and Cost Estimation Incorporating Testing-Effort and Efficiency Software Reliability Moeling an Cost Estimation Incorporating esting-effort an Efficiency Chin-Yu Huang, Jung-Hua Lo, Sy-Yen Kuo, an Michael R. Lyu -+ Department of Electrical Engineering Computer Science

More information

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 31, NO. 4, APRIL

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 31, NO. 4, APRIL IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 1, NO. 4, APRIL 01 74 Towar Efficient Distribute Algorithms for In-Network Binary Operator Tree Placement in Wireless Sensor Networks Zongqing Lu,

More information

NEWTON METHOD and HP-48G

NEWTON METHOD and HP-48G NEWTON METHOD an HP-48G DE TING WU DEPART. of MATH. MOREHOUSE COLLEGE I. Introuction Newton metho is an often-use proceure to fin the approximate values of the solutions of an equation. Now, it is covere

More information

Uninformed search methods

Uninformed search methods CS 1571 Introuction to AI Lecture 4 Uninforme search methos Milos Hauskrecht milos@cs.pitt.eu 539 Sennott Square Announcements Homework assignment 1 is out Due on Thursay, September 11, 014 before the

More information

X y. f(x,y,d) f(x,y,d) Peak. Motion stereo space. parameter space. (x,y,d) Motion stereo space. Parameter space. Motion stereo space.

X y. f(x,y,d) f(x,y,d) Peak. Motion stereo space. parameter space. (x,y,d) Motion stereo space. Parameter space. Motion stereo space. 3D Shape Measurement of Unerwater Objects Using Motion Stereo Hieo SAITO Hirofumi KAWAMURA Masato NAKAJIMA Department of Electrical Engineering, Keio Universit 3-14-1Hioshi Kouhoku-ku Yokohama 223, Japan

More information

Preamble. Singly linked lists. Collaboration policy and academic integrity. Getting help

Preamble. Singly linked lists. Collaboration policy and academic integrity. Getting help CS2110 Spring 2016 Assignment A. Linke Lists Due on the CMS by: See the CMS 1 Preamble Linke Lists This assignment begins our iscussions of structures. In this assignment, you will implement a structure

More information

A new fuzzy visual servoing with application to robot manipulator

A new fuzzy visual servoing with application to robot manipulator 2005 American Control Conference June 8-10, 2005. Portlan, OR, USA FrA09.4 A new fuzzy visual servoing with application to robot manipulator Marco A. Moreno-Armenariz, Wen Yu Abstract Many stereo vision

More information

Indexing the Edges A simple and yet efficient approach to high-dimensional indexing

Indexing the Edges A simple and yet efficient approach to high-dimensional indexing Inexing the Eges A simple an yet efficient approach to high-imensional inexing Beng Chin Ooi Kian-Lee Tan Cui Yu Stephane Bressan Department of Computer Science National University of Singapore 3 Science

More information

Design of Policy-Aware Differentially Private Algorithms

Design of Policy-Aware Differentially Private Algorithms Design of Policy-Aware Differentially Private Algorithms Samuel Haney Due University Durham, NC, USA shaney@cs.ue.eu Ashwin Machanavajjhala Due University Durham, NC, USA ashwin@cs.ue.eu Bolin Ding Microsoft

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Svärm, Linus; Stranmark, Petter Unpublishe: 2010-01-01 Link to publication Citation for publishe version (APA): Svärm, L., & Stranmark, P. (2010). Shift-map Image Registration.

More information

Inverse Model to Determine the Optimal Number of Drops of RDC Column Using Fuzzy Approach

Inverse Model to Determine the Optimal Number of Drops of RDC Column Using Fuzzy Approach Inverse Moel to Determine the Optimal Number of Drops of RDC Column Using Fuzzy Approach 1 HAFEZ IBRAHIM, 2 JAMALLUDIN TALIB, 3 NORMAH MAAN Department of Mathematics Universiti Teknologi Malaysia 81310

More information

6 Gradient Descent. 6.1 Functions

6 Gradient Descent. 6.1 Functions 6 Graient Descent In this topic we will iscuss optimizing over general functions f. Typically the function is efine f : R! R; that is its omain is multi-imensional (in this case -imensional) an output

More information

Threshold Based Data Aggregation Algorithm To Detect Rainfall Induced Landslides

Threshold Based Data Aggregation Algorithm To Detect Rainfall Induced Landslides Threshol Base Data Aggregation Algorithm To Detect Rainfall Inuce Lanslies Maneesha V. Ramesh P. V. Ushakumari Department of Computer Science Department of Mathematics Amrita School of Engineering Amrita

More information

Regularized Laplacian Zero Crossings as Optimal Edge Integrators

Regularized Laplacian Zero Crossings as Optimal Edge Integrators Regularize aplacian Zero rossings as Optimal Ege Integrators R. KIMME A.M. BRUKSTEIN Department of omputer Science Technion Israel Institute of Technology Technion ity, Haifa 32, Israel Abstract We view

More information

Tight Wavelet Frame Decomposition and Its Application in Image Processing

Tight Wavelet Frame Decomposition and Its Application in Image Processing ITB J. Sci. Vol. 40 A, No., 008, 151-165 151 Tight Wavelet Frame Decomposition an Its Application in Image Processing Mahmu Yunus 1, & Henra Gunawan 1 1 Analysis an Geometry Group, FMIPA ITB, Banung Department

More information

A Versatile Model-Based Visibility Measure for Geometric Primitives

A Versatile Model-Based Visibility Measure for Geometric Primitives A Versatile Moel-Base Visibility Measure for Geometric Primitives Marc M. Ellenrieer 1,LarsKrüger 1, Dirk Stößel 2, an Marc Hanheie 2 1 DaimlerChrysler AG, Research & Technology, 89013 Ulm, Germany 2 Faculty

More information

Estimating Velocity Fields on a Freeway from Low Resolution Video

Estimating Velocity Fields on a Freeway from Low Resolution Video Estimating Velocity Fiels on a Freeway from Low Resolution Vieo Young Cho Department of Statistics University of California, Berkeley Berkeley, CA 94720-3860 Email: young@stat.berkeley.eu John Rice Department

More information

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization 1 Offloaing Cellular Traffic through Opportunistic Communications: Analysis an Optimization Vincenzo Sciancalepore, Domenico Giustiniano, Albert Banchs, Anreea Picu arxiv:1405.3548v1 [cs.ni] 14 May 24

More information

Throughput Characterization of Node-based Scheduling in Multihop Wireless Networks: A Novel Application of the Gallai-Edmonds Structure Theorem

Throughput Characterization of Node-based Scheduling in Multihop Wireless Networks: A Novel Application of the Gallai-Edmonds Structure Theorem Throughput Characterization of Noe-base Scheuling in Multihop Wireless Networks: A Novel Application of the Gallai-Emons Structure Theorem Bo Ji an Yu Sang Dept. of Computer an Information Sciences Temple

More information

Random Clustering for Multiple Sampling Units to Speed Up Run-time Sample Generation

Random Clustering for Multiple Sampling Units to Speed Up Run-time Sample Generation DEIM Forum 2018 I4-4 Abstract Ranom Clustering for Multiple Sampling Units to Spee Up Run-time Sample Generation uzuru OKAJIMA an Koichi MARUAMA NEC Solution Innovators, Lt. 1-18-7 Shinkiba, Koto-ku, Tokyo,

More information

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method Southern Cross University epublications@scu 23r Australasian Conference on the Mechanics of Structures an Materials 214 Transient analysis of wave propagation in 3D soil by using the scale bounary finite

More information

Characterizing Decoding Robustness under Parametric Channel Uncertainty

Characterizing Decoding Robustness under Parametric Channel Uncertainty Characterizing Decoing Robustness uner Parametric Channel Uncertainty Jay D. Wierer, Wahee U. Bajwa, Nigel Boston, an Robert D. Nowak Abstract This paper characterizes the robustness of ecoing uner parametric

More information

State Indexed Policy Search by Dynamic Programming. Abstract. 1. Introduction. 2. System parameterization. Charles DuHadway

State Indexed Policy Search by Dynamic Programming. Abstract. 1. Introduction. 2. System parameterization. Charles DuHadway State Inexe Policy Search by Dynamic Programming Charles DuHaway Yi Gu 5435537 503372 December 4, 2007 Abstract We consier the reinforcement learning problem of simultaneous trajectory-following an obstacle

More information

Comparison of Methods for Increasing the Performance of a DUA Computation

Comparison of Methods for Increasing the Performance of a DUA Computation Comparison of Methos for Increasing the Performance of a DUA Computation Michael Behrisch, Daniel Krajzewicz, Peter Wagner an Yun-Pang Wang Institute of Transportation Systems, German Aerospace Center,

More information

Compact BDD Representations for Multiple-Output Functions and Their Application

Compact BDD Representations for Multiple-Output Functions and Their Application 8 6 IF? 8 IF 6 Compact BDD epresentations for MultipleOutput Functions an Their Application Tsutomu SASAO, Munehiro MATSUUA, Yuihiro IGUCHI, an Shinobu AGAYAMA Department of Computer Science an Electronics,

More information

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation University of Wollongong Research Online Faculty of Engineering an Information Sciences - Papers: Part A Faculty of Engineering an Information Sciences 214 A multiple wavelength unwrapping algorithm for

More information

On Effectively Determining the Downlink-to-uplink Sub-frame Width Ratio for Mobile WiMAX Networks Using Spline Extrapolation

On Effectively Determining the Downlink-to-uplink Sub-frame Width Ratio for Mobile WiMAX Networks Using Spline Extrapolation On Effectively Determining the Downlink-to-uplink Sub-frame With Ratio for Mobile WiMAX Networks Using Spline Extrapolation Panagiotis Sarigianniis, Member, IEEE, Member Malamati Louta, Member, IEEE, Member

More information

Study of Network Optimization Method Based on ACL

Study of Network Optimization Method Based on ACL Available online at www.scienceirect.com Proceia Engineering 5 (20) 3959 3963 Avance in Control Engineering an Information Science Stuy of Network Optimization Metho Base on ACL Liu Zhian * Department

More information

A Formal Model and Efficient Traversal Algorithm for Generating Testbenches for Verification of IEEE Standard Floating Point Division

A Formal Model and Efficient Traversal Algorithm for Generating Testbenches for Verification of IEEE Standard Floating Point Division A Formal Moel an Efficient Traversal Algorithm for Generating Testbenches for Verification of IEEE Stanar Floating Point Division Davi W. Matula, Lee D. McFearin Department of Computer Science an Engineering

More information

Algorithm for Intermodal Optimal Multidestination Tour with Dynamic Travel Times

Algorithm for Intermodal Optimal Multidestination Tour with Dynamic Travel Times Algorithm for Intermoal Optimal Multiestination Tour with Dynamic Travel Times Neema Nassir, Alireza Khani, Mark Hickman, an Hyunsoo Noh This paper presents an efficient algorithm that fins the intermoal

More information

A Convex Clustering-based Regularizer for Image Segmentation

A Convex Clustering-based Regularizer for Image Segmentation Vision, Moeling, an Visualization (2015) D. Bommes, T. Ritschel an T. Schultz (Es.) A Convex Clustering-base Regularizer for Image Segmentation Benjamin Hell (TU Braunschweig), Marcus Magnor (TU Braunschweig)

More information

d 3 d 4 d d d d d d d d d d d 1 d d d d d d

d 3 d 4 d d d d d d d d d d d 1 d d d d d d Proceeings of the IASTED International Conference Software Engineering an Applications (SEA') October 6-, 1, Scottsale, Arizona, USA AN OBJECT-ORIENTED APPROACH FOR MANAGING A NETWORK OF DATABASES Shu-Ching

More information

Optimal Routing and Scheduling for Deterministic Delay Tolerant Networks

Optimal Routing and Scheduling for Deterministic Delay Tolerant Networks Optimal Routing an Scheuling for Deterministic Delay Tolerant Networks Davi Hay Dipartimento i Elettronica olitecnico i Torino, Italy Email: hay@tlc.polito.it aolo Giaccone Dipartimento i Elettronica olitecnico

More information

FINDING OPTICAL DISPERSION OF A PRISM WITH APPLICATION OF MINIMUM DEVIATION ANGLE MEASUREMENT METHOD

FINDING OPTICAL DISPERSION OF A PRISM WITH APPLICATION OF MINIMUM DEVIATION ANGLE MEASUREMENT METHOD Warsaw University of Technology Faculty of Physics Physics Laboratory I P Joanna Konwerska-Hrabowska 6 FINDING OPTICAL DISPERSION OF A PRISM WITH APPLICATION OF MINIMUM DEVIATION ANGLE MEASUREMENT METHOD.

More information

Dense Disparity Estimation in Ego-motion Reduced Search Space

Dense Disparity Estimation in Ego-motion Reduced Search Space Dense Disparity Estimation in Ego-motion Reuce Search Space Luka Fućek, Ivan Marković, Igor Cvišić, Ivan Petrović University of Zagreb, Faculty of Electrical Engineering an Computing, Croatia (e-mail:

More information

Learning Subproblem Complexities in Distributed Branch and Bound

Learning Subproblem Complexities in Distributed Branch and Bound Learning Subproblem Complexities in Distribute Branch an Boun Lars Otten Department of Computer Science University of California, Irvine lotten@ics.uci.eu Rina Dechter Department of Computer Science University

More information