Parallel disrete-event simulation is an attempt to speed-up the simulation proess through the use of multiple proessors. In some sense parallel disret

Size: px
Start display at page:

Download "Parallel disrete-event simulation is an attempt to speed-up the simulation proess through the use of multiple proessors. In some sense parallel disret"

Transcription

1 Exploiting intra-objet dependenies in parallel simulation Franeso Quaglia a;1 Roberto Baldoni a;2 a Dipartimento di Informatia e Sistemistia Universita \La Sapienza" Via Salaria 113, 198 Roma, Italy Abstrat This paper introdues the notion of weak ausality that models the intra-objet parallelism in parallel disrete event simulation. In this setting, a run where events are exeuted at eah objet aording to their timestamp is a orret run. The weak ausality relation allows to dene the largest sub-set of all runs of a simulation that are equivalent to the timestamp-based run. Finally, we desribe an appliation of weak ausality to optimisti synhronization (Time Warp) by introduing a synhronization protool that redues the number of rollbaks and their extent. Key words: Causality, Optimisti Synhronization, Rollbak-Reovery, Disrete Event Simulation, Time Warp 1 Introdution A disrete event simulation onsists of a model of the simulated system and the exeution of a set of events ourring in a virtual time (run). The exeution of an event usually moves the simulation model from one state to another and produes other events to be exeuted at their virtual times. The orretness riterion is ausality whih states that simulation results are orret if virtual time does not derease while exeuting events in a run. 1 quaglia@dis.uniroma1.it 2 baldoni@dis.uniroma1.it This artile appeared in Information Proessing Letters, vol.7, no.3, Preprint submitted to Elsevier Preprint 28 September 1999

2 Parallel disrete-event simulation is an attempt to speed-up the simulation proess through the use of multiple proessors. In some sense parallel disreteevent simulation an be viewed as generated by the following observation: \divide the simulation model into many sub-models as independent as possible of eah other and then exeute events at sub-models as onurrently as possible". More tehnially (2), the simulated system is partitioned into a number of subsystems that are modeled by ommuniating objets (other papers refer suh objets as logial proesses). An objet may shedule an event at virtual time t for another objet by sending to it a message with timestamp t. The advantage over a sequential simulation omes from the fat that previous ausality denition beomes the following weaker loal onstraint: the orretness of results is guaranteed if eah objet exeutes its events in non-dereasing timestamp order 3. Two main synhronization protools have been proposed to guarantee loal ausality. The rst, namely pessimisti synhronization (1), allows an objet to exeute an event with timestamp t after there is the ertainty that no event with timestamp less than t will be sheduled for that objet in the future of the simulation exeution. The seond, known as optimisti synhronization (or Time Warp) (7), lets an objet exeute simulation events whenever they are available and uses a hekpoint-based rollbak as a mean to reover from out of timestamp order exeutions. However, loal ausality does not exploit all potential parallelism inside an objet. For example, let us onsider two events a and b at the same objet, whose timestamps are ts(a) and ts(b) respetively, with ts(a) < ts(b). If the out of timestamp order exeution of a and b produes the same simulation result as if they were exeuted in timestamp order, then a and b are, in a sense, independent due to an intra-objet parallelism. From an operational point of view this independene, whih might allow out of timestamp order runs, has been used in Time Warp with lazy anellation (3), in Time Warp with lazy rollbak (9) and in the study of the super-ritiality of synhronization protools (4; 6; 8). For example, Time Warp with lazy anellation assumes that rolled bak events are orret unless their re-exeution produes a dierent result (so, it allows some out of timestamp order runs). Another example is Time Warp with lazy rollbak, whih works as follows: when an event is reexeuted due to a rollbak, the resulting objet state is ompared to the state 3 The notion of ausality is well known in distributed systems and has been formalized by Lamport in (5) by means of the happened-before relation. That relation models events of a distributed omputation as a partial order, then distributed algorithms based on a logial time (timestamp) have been given to produe a total ordering of events onsistent with the happened-before relation. On the ontrary, in the simulation ontext, the logial time, produed by the ausality, denes an a priori total ordering on events and then parallel disrete event simulation extrats many sub-orders to be exeuted one for eah objet. 2

3 produed by the previous exeution of that event; if those states are the same, rolled bak events whose exeution is dependent on the produed state are not re-exeuted. However, the lak of a denition for intra-objet parallelism is the ause of (possibly) unneessary overhead in both previous protools. Speially, Time Warp with lazy anellation, requires rolled bak events to be re-exeuted (this is neessary to hek their orretness), and Time Warp with lazy rollbak requires state omparison. Both overheads ould be removed if rolled bak events are known to be independent of the event ausing the rollbak due to an intra-objet parallelism. Basing on observations of previous paragraphs, in this paper we introdue the relation of WEak Causality (WEC) that models the intra-objet parallelism. WEC states that two events must be exeuted at an objet aording to their timestamp if their out of order exeution would produe a dierent result. This relation is based on onits reated by events that operate on the same data as well as on the timestamps of events. WEC allows to dene a set of simulation runs that move the simulation to the same nal state of a pure timestampbased simulation run (these runs are said to be equivalent to a timestampbased run). Then an optimisti synhronization protool in whih rollbaks our only upon violations of WEC is presented. This protool exhibits a potential redution of the number of rollbaks and of their extent ompared to previous solutions. The remainder of the paper is organized as follows. Setion 2 provides the model of an objet. Setion 3 introdues the WEC relation. In the same setion, a theorem is proved whih states that any simulation run onsistent with WEC is equivalent to the timestamp-based run. A remark on the set of runs originated by WEC onludes Setion 3. The appliation of WEC to optimisti synhronization is desribed in Setion 4. 2 Model of an objet A parallel disrete event simulation onsists of a set of objets, eah objet exeutes a sequene of events (e 1 ; : : : ; e k ). Eah objet has a state onsisting of a set of variables fv 1 ; : : : ; v`g aessed by read and write operations. Eah variable v k has an initial value, namely init(v k ), whih is assigned by an initial titious write operation. The exeution of an event e moves the objet's state from to (with 6= ) and may generate new events. Eah event exeution is deterministi i.e., given a state, the exeution of e will always produe and will always generate the same new events. When an event e is generated by objet O, it is sheduled for a given virtual time (timestamp), 3

4 denoted ts(e) (we assume without loss of generality that to eah event in an objet orresponds a distint timestamp), then a message with the ontent of e and ts(e) is sent by O to an objet O (not neessarily distint from O) that will exeute it 4. Timestamps will then totally order the set of events at an objet: Denition 2.1 Let e and e be two events exeuted at an objet, e preedes e, denoted e < t e, if ts(e) < ts(e ). Eah event exeution reads and/or writes variables forming the objet's state atomially. Hene, eah event an be modeled as a set of read and write operations on elements in the objet's state. We dene the read set (resp. write set) of an event e, denoted R(e) (resp. W (e)), the set of the state variables read (resp. modied) while exeuting e. RW (e) represents the set obtained by the union of R(e) and W (e). We assume that if a state variable v is both read and written by the event e, then the read operation takes plae before the write one. An exeution of a sequene of events at an objet is alled run 5. A run moves an objet from its initial state to a nal state. A timestamp-based run represents an exeution in whih events are proessed at an objet aording to a non-dereasing order of their timestamps, it then represents the orret run with respet to the ausality riterion. The nal state of a timestampbased run is denoted ts. A run is equivalent to the timestamp-based run i it ontains the same set of events of the timestamp-based run and moves the state of the objet from to the nal state ts. The set of runs that are equivalent to the timestamp-based run is alled orret runs set denoted R. 3 The weak ausality relation In this setion we dene the WEak Causality (WEC) relation between events ourring at an objet. By using suh a relation we show that events that are not WEC related an be exeuted in any order as they will produe a run in the orret runs set. We present WEC through an introdutory example, then we provide a formal denition. Finally, we prove a theorem stating that any run onsistent with WEC is equivalent to the timestamp-based run. 4 Note that seeds for the random number generation either are elements of the objet's state or are part of the ontent of an event. 5 As we are interested in modeling the intra-objet parallelism, in the reminder of the paper we onsider a run as an exeution at an objet. 4

5 3.1 An introdutory example and the WEC denition Let us suppose to have a timestamp-based run at an objet with six events e 1, e 2, e 3, e 4, e 5 and e 6 and that the variables v 1, v 2, v 3 and v 4 form the state of the objet. Moreover to eah event are assoiated the following read/write sets: R(e 1 ) = fv 3 g; W (e 1 ) = fv 1 ; v 2 g R(e 2 ) = fv 2 g; W (e 2 ) = fv 3 g W (e 3 ) = fv 3 g R(e 4 ) = fv 1 g; W (e 4 ) = fv 4 g R(e 5 ) = fv 2 g; W (e 5 ) = fv 4 g R(e 6 ) = fv 3 ; v 4 g Note that in the timestamp-based run, event e 2 reads a value of the variable v 2 written by e 1 while e 3 writes v 3 previously written by e 2. Also e 4 reads v 1 that was written in the timestamp-based run by e 1 and so on. This means that e 4 ould be proessed just after the exeution of e 1 as it does not onit on state variables with e 2 and e 3. Following these arguments, we get four runs whih are able to move the simulation to the same nal state of the timestamp-based run: (a) e 1 ; e 2 ; e 4 ; e 3 ; e 5 ; e 6 (b) e 1 ; e 2 ; e 4 ; e 5 ; e 3 ; e 6 () e 1 ; e 4 ; e 2 ; e 5 ; e 3 ; e 6 (d) e 1 ; e 4 ; e 2 ; e 3 ; e 5 ; e 6 Previous observations suggest to formalize the denition of onit between events as follows: Denition 3.1 Let e and e be two events belonging to a run r. e onits with e, denoted e < C e, if the following prediate P is true: P (W (e) \ RW (e ) 6= ;) _ (R(e) \ W (e ) 6= ;) By using the notion of onit between events, let us introdue the WEC relation that models the intra-objet parallelism: 5

6 Denition 3.2 Let e and e be two events belonging to a run r. e is weakly ausally related to e, denoted e W?! EC e, if: (a) (e < t e ) ^ (e < C e ); or (b) there exists an event ^e exeuted at the same objet suh that: (e W?! EC ^e) ^ (^e W?! EC e ). Figure 1 depits the WEC relations of the previous example. Hene events exeuted at an objet an be modeled as a partial order be = (E; W?! EC ), where E represents the set of all events exeuted at the objet. Two events e and e suh that :(e W?! EC e W EC ) and :(e?! e) are said to be onurrent and are denoted ejje. Conurrent events an be exeuted in any order. e 2 e 3 e 1 e 4 e 5 e 6 Fig. 1. The partial order on the sequene of events (e 1 ; : : : ; e 6 ) 3.2 Equivalene between linear extensions of be and the timestamp-based run We prove that any linear extension of be represents a run equivalent to the timestamp-based one (i.e., a run in the orret runs set). Prior entering the proof, we introdue some simple notations. For eah state variable v 2 R(e), we denote as V ts e (v) the value of v read by the event e in the timestamp-based run (ts), and we denote as V e (v) the value of v read by the event e in a run whih is a linear extension of be distint from ts. Theorem 3.1 Let e 2 E be a simulation event and be a linear extension of be with 6= ts. For any state variable v 2 R(e) we have V e (v) = V ts e (v). Proof (by indution). Let us onsider the sequene of events orresponding to a linear extension with 6= ts. Let us denote as e i (with i 1) the i-th event of the sequene (i.e., the i-th event of the linear extension ). The theorem is proved by indution on i. Base Step. i = 1. In this ase e i is the rst event of the linear extension. For eah variable v 2 R(e i ) then e i reads the initial value init(v), that is V ts (v) = init(v). Suppose by ontradition that V (v) 6= V (v), in this ase ei ei ei we have that in ts there must exist an event e suh that e < t e i and e writes onto v a value distint from init(v). In this ase the write set of e and the read set of e i interset (i.e., e < C e i ), so we have by Denition 3.2 that e W?! EC e i meaning that e i annot be the rst event of any linear extension of be. So the ase assumption is ontradited and the laim follows. 6

7 Indution Step. We suppose the result is true for all the events e i with i > 1 and show that is holds for the event e i+1. Suppose by ontradition that there exists a variable v 2 R(e i+1 ) suh that V ts (v) 6= V (v). We have three ei+1 ei+1 ases: (a) there does not exist any event e 2 E suh that e is distint from e i+1 and v 2 W (e) (i.e., no event distint from e i+1 writes v). In this ase the event e i+1 reads from v the initial value init(v) either in or in ts. Thus the assumption is ontradited and the laim follows; (b) all the events e 2 E distint from e i+1 and writing v are suh that e i+1 < t e (i.e., all the events whih are distint from e i+1 and write the variable v have timestamp larger than ts(e i+1 )). In this ase, for all suh events e then e i+1 W EC?! e meaning that in the linear extension annot exist any event e j with j < i + 1 (i.e., e j preedes e i+1 in ) whih writes v. As for ase (a), the event e i+1 reads from v the initial value init(v) either in or in ts. Thus the assumption is ontradited and the laim follows; () there exists at least one event e 2 E suh that v 2 W (e) and e < t e i+1 (i.e., there exists at least one event e whih writes v and has timestamp less than ts(e i+1 )). In this ase e W?! EC e i+1 meaning that e must neessarily preede e i+1 in the linear extension (i.e., e = e j with j < i + 1). Let e m be the event in E with the highest timestamp and satisfying the ondition of ase (). Then e m (with m < i + 1) is the latest event whih writes v and preedes e i+1 both in ts and in. We have supposed by ontradition that V ts (v) 6= V (v). In ei+1 ei+1 this ase during the exeution of, e m writes on v a value distint from the one that would have be written in ts. As the exeution of e m is deterministi, then the only way for this to our is that e m reads in values dierent from the ones that would have been read in ts. This ontradits the indution step assumption that all the i events (inluding e m ) that preede e i+1 in atually read the same values that would have been read in ts. Therefore the laim follows. Corollary 3.2 Any linear extension of be is equivalent to ts. Proof. By Theorem 3.1 we have that in any linear extension of be all the events in E read the same values that would have been read in the timestampbased run. As the exeution of eah event is deterministi, then eah event will produe the same updates and generates the same new events of ts (those updates on state variables will lead to the same nal state of ts, namely ts ), therefore, by denition, the linear extension is equivalent to ts. 3.3 The set of orret runs originated by WEC Let us now show that the set of runs R W EC onsisting of the linear extensions of be = (E; W?! EC ) is the largest set ontaining orret runs with respet to the 7

8 model introdued in Setion 2. To this purpose, we rst show that any other relation WEC', weaker than WEC, dened on events allows runs that are not equivalent to the timestamp-based one (so any relation weaker that WEC may generate runs whih are not orret). Then we show that any relation WEC' whih is not weaker than WEC annot originate a set of orret runs R W EC whih is larger than R W EC. To obtain a relation WEC' weaker than WEC we relax the notion of onit between events. Hene, let us assume a onit be determined by a prediate P suh that P ) P. By means of a ase analysis, we show that for eah prediate P satisfying previous relation, there exists a run allowed by WEC' whih is not equivalent to the timestamp-based run. We obtain the following ases: P F ALSE In this ase WEC' allows any out of timestamp order exeution. Let onsider a run with two events, say e 1, e 2 suh that e 1 < t e 2, and let v be the only variable forming the objet's state. Events are suh that: W (e 1 ) = fvg, W (e 2 ) = fvg. Trivially, if events are exeuted out of timestamp order, then the nal state of the objet is dierent from ts. P W (e) \ RW (e ) 6= ; Let us onsider a run with two events, e 1 and e 2 suh that e 1 < t e 2, and let v 1 and v 2 be variables forming the objet's state. Suppose events are suh that: R(e 1 ) = fv 1 g, W (e 1 ) = fv 2 g, W (e 2 ) = fv 1 g. Under W?! EC, e 1 jje 2, hene both runs (e 1 ; e 2 ) and (e 2 ; e 1 ) are allowed. However, the run (e 2 ; e 1 ) moves the state of the objet to a value dierent from ts sine e 1 reads the state variable v 1 updated by e 2 and writes v 2. P R(e) \ W (e ) 6= ; Let onsider a run with two events, e 1 and e 2 suh that e 1 < t e 2, and let v 1 and v 2 be variables forming the objet's state. Suppose events are suh that: W (e 1 ) = fv 1 ; v 2 g, W (e 2 ) = fv 1 g. Under W?! EC, we have e 1 jje 2 hene both runs (e 1 ; e 2 ) and (e 2 ; e 1 ) are allowed. However, the run (e 2 ; e 1 ) moves the state of the objet to a value dierent from ts sine e 1 re-updates v 1 previously written by e 2. Let us now investigate on the size of the set of runs R W EC allowed by a relation WEC' whih is not weaker than WEC. This relation is originated by a prediate P suh that P 6) P (reall that in this ase WEC' allows only orret runs). The following ase analysis shows that R W EC R W EC : P, P In this ase the two onit prediates are equivalent, so we have that for any pair of events < e; e > belonging to E, if ejje under WEC' then ejje under 8

9 WEC, the onverse is also true. This implies that the set of linear extensions of be = (E; W?! EC ) is idential to the set of linear extensions of be = (E; W?! EC ). P ( P In this ase we have that for any pair of events < e; e > belonging to a set of events E, if ejje under WEC' then ejje under WEC, but the onverse is not neessarily true. Therefore the set of linear extensions of be = (E; W?! EC ) may ontain at least one element whih is not inluded in the set of linear extensions of be = (E; W?! EC ). 4 An appliation of weak ausality to optimisti synhronization In optimisti synhronization (Time Warp) objets exeute events whenever they are available under the optimisti assumption that the exeution order does not violate ausality. Eah time a ausality violation is deteted (i.e., an event is being exeuted whose timestamp is lower than that of some previously exeuted events), then the objet is rolled bak to its state immediately prior the violation and the exeution resumes (7). In this setion we show how WEC an be used to implement a partiular kind of Time Warp synhronization; suh a synhronization will be referred to as WEC-based Time Warp. The advantage of the latter over the original protool lies on the possibility to not roll bak the objet state eah time an out of timestamp order exeution is deteted. In partiular, all the out of timestamp order runs that respet the partial order dened by WEC are allowed by the protool. As formalized in Setion 3, events at an objet are modeled by the partial order be = (E; W?! EC ) and they an be exeuted aording to any linear extension of be. Upon the exeution of an event e, we an identify the set E E x(e) (with E x (e) E) as the set of exeuted events 6. Furthermore we denote as E RL (e) the subset of E E x(e) onsisting of all the events e suh that e < t e. We onsider E RL (e) totally ordered by timestamp. Eah time an objet shedules for exeution an event e suh that E RL (e) = ;, it exeutes e as in lassial Time Warp synhronization. On the ontrary, eah time an event e is sheduled suh that E RL (e) 6= ;, the objet behaves as follows: it traverses E RL (e), starting from the minimum, until it nds an event e r, if any, suh that e < C e r. If e r does not exists then e is exeuted. Otherwise, all events in E RL (e) with timestamp larger than ts(e r ) are undone (i.e., they orrespond to events not exeuted yet), and the state of the objet is rolled bak to its value immediately prior e r 's exeution. Then e is exeuted. 6 Note that events exeuted and then rolled bak are not part of E E x(e). 9

10 In both ases, we obtain a run (with e as last exeuted event) whih is a prex of a linear extension of be. It is lear that the rollbak extent (number of events undone due to rollbak) is, on the average, smaller than the one of the original Time Warp protool. In the best ase it is zero (and no state restoration is exeuted at all), in the worst ase it is equal to the ardinality of E RL (e). 4.1 Operational issues From an operational point of view, the ondition e < C e r annot always be traked before exeuting e as sometimes R(e) and W (e) are determined during e's exeution. In order to overome this problem, we an dene the read and write sets of an event e before e's exeution, denoted RB(e) and W B(e) respetively, as the maximum set of state variables that e an potentially read and write during its exeution (i.e., RB(e) R(e) and W B(e) W (e)). Hene, the rollbak point an be determined replaing RB(e) and W B(e) in the denition of onit between events. The usage of RB and W B overestimates the number of weak ausality dependenies between events but leads to a safe solution. Obviously, WEC-based Time Warp an lead to performane improvement whenever the enoding of Read/Write sets of events and their omparison is less spae-time expensive 7. Finally we remark that, even if there exists an event e r in E RL (e) suh that e < C e r, it might be possible that after the re-exeution of the rolled bak events we get the same result of the previous exeution. This ould happen, for example, if e does not really updates the objet's state. In suh a ase, lazy anellation and lazy rollbak an be embedded in the previous WEC-based rollbak sheme as they are an orthogonal approah to avoid unneessary undoing of events. 5 Summary In this paper we have provided a formal model for the parallelism of events in simulation objets. This parallelism allows to enlarge the set of orret runs of a simulation program. i.e., runs moving the objet to the same state of a timestamp-based run. To model this parallelism, we have introdued a weak ausality relation whih is based on events' onit as well as on events' timestamps. From an operational point of view, we have shown how weak 7 This may happen, for example, either when events an be lassied into types and eah type orresponds to a given Read/Write set on state variables, or when Read/Write sets have small ardinality. 1

11 ausality an be well suited to optimisti (Time Warp) synhronization to avoid unneessary rollbaks in an orthogonal way with respet to both lazy anellation and lazy rollbak. Referenes [1] K.M. Chandy, J. Misra, Distributed Simulation: a Case Study in Design and Veriation of Distributed Programs, IEEE Transations on Software Engineering, SE5 (5) (1979) [2] R.M. Fujimoto, Parallel Disrete Event Simulation, Communiations of ACM, 33 (1) (199) [3] A. Gafni, Spae Management and Canellation Mehanisms for Time Warp, Teh. Rep. TR , University of Southern California, Los Angeles (Ca,USA). [4] M. Gunter, Understanding Superritial Speedup, Proeedings of 8th Workshop on Parallel and Distributed Simulation, 1994, pp [5] L. Lamport, Time, Clok and the Ordering of Events in a Distributed System, Communiations of the ACM, 21 (7) (1978) [6] D. Jeerson, P. Reiher, Superritial Speedup, in: Pro. 24th Annual Simulation Symposium, pp [7] D. Jeerson, Virtual Time, ACM Trans. on Programming Languages and Systems, 7 (3) (1985) [8] S. Srinivasan, P.F. Reynolds, Super-Critiality Revisited, in: Pro. 9th Workshop on Parallel and Distributed Simulation, 1995, pp [9] D. West, Optimizing Time Warp: Lazy Rollbak and Lazy Reevaluation, Master's Thesis, University of Calgary, January

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

Estimating the probability law of the codelength as a function of the approximation error in image compression

Estimating the probability law of the codelength as a function of the approximation error in image compression Estimating the probability law of the odelength as a funtion of the approximation error in image ompression François Malgouyres Marh 7, 2007 Abstrat After some reolletions on ompression of images using

More information

Product Policy in Markets with Word-of-Mouth Communication. Technical Appendix

Product Policy in Markets with Word-of-Mouth Communication. Technical Appendix rodut oliy in Markets with Word-of-Mouth Communiation Tehnial Appendix August 05 Miro-Model for Inreasing Awareness In the paper, we make the assumption that awareness is inreasing in ustomer type. I.e.,

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Modal Horn Logics Have Interpolation

Modal Horn Logics Have Interpolation Modal Horn Logis Have Interpolation Marus Kraht Department of Linguistis, UCLA PO Box 951543 405 Hilgard Avenue Los Angeles, CA 90095-1543 USA kraht@humnet.ula.de Abstrat We shall show that the polymodal

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

More information

Frequency hopping does not increase anti-jamming resilience of wireless channels

Frequency hopping does not increase anti-jamming resilience of wireless channels Frequeny hopping does not inrease anti-jamming resiliene of wireless hannels Moritz Wiese and Panos Papadimitratos Networed Systems Seurity Group KTH Royal Institute of Tehnology, Stoholm, Sweden {moritzw,

More information

Packing Plane Spanning Trees into a Point Set

Packing Plane Spanning Trees into a Point Set Paking Plane Spanning Trees into a Point Set Ahmad Biniaz Alfredo Garía Abstrat Let P be a set of n points in the plane in general position. We show that at least n/3 plane spanning trees an be paked into

More information

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked Paper 0, INT 0 Suffiient Conditions for a Flexile Manufaturing System to e Deadloked Paul E Deering, PhD Department of Engineering Tehnology and Management Ohio University deering@ohioedu Astrat In reent

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

Probabilistic and nondeterministic aspects of Anonymity 1

Probabilistic and nondeterministic aspects of Anonymity 1 MFPS XX1 Preliminary Version Probabilisti and nondeterministi aspets of Anonymity 1 Catusia Palamidessi 2 INRIA and LIX Éole Polytehnique, Rue de Salay, 91128 Palaiseau Cedex, FRANCE Abstrat Anonymity

More information

Ordered fields and the ultrafilter theorem

Ordered fields and the ultrafilter theorem F U N D A M E N T A MATHEMATICAE 59 (999) Ordered fields and the ultrafilter theorem by R. B e r r (Dortmund), F. D e l o n (Paris) and J. S h m i d (Dortmund) Abstrat. We prove that on the basis of ZF

More information

max min z i i=1 x j k s.t. j=1 x j j:i T j

max min z i i=1 x j k s.t. j=1 x j j:i T j AM 221: Advaned Optimization Spring 2016 Prof. Yaron Singer Leture 22 April 18th 1 Overview In this leture, we will study the pipage rounding tehnique whih is a deterministi rounding proedure that an be

More information

On Component Order Edge Reliability and the Existence of Uniformly Most Reliable Unicycles

On Component Order Edge Reliability and the Existence of Uniformly Most Reliable Unicycles Daniel Gross, Lakshmi Iswara, L. William Kazmierzak, Kristi Luttrell, John T. Saoman, Charles Suffel On Component Order Edge Reliability and the Existene of Uniformly Most Reliable Uniyles DANIEL GROSS

More information

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena Page 1 of 10 Physial Laws, Absolutes, Relative Absolutes and Relativisti Time Phenomena Antonio Ruggeri modexp@iafria.om Sine in the field of knowledge we deal with absolutes, there are absolute laws that

More information

(q) -convergence. Comenius University, Bratislava, Slovakia

(q) -convergence.   Comenius University, Bratislava, Slovakia Annales Mathematiae et Informatiae 38 (2011) pp. 27 36 http://ami.ektf.hu On I (q) -onvergene J. Gogola a, M. Mačaj b, T. Visnyai b a University of Eonomis, Bratislava, Slovakia e-mail: gogola@euba.sk

More information

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

arxiv:math/ v1 [math.ca] 27 Nov 2003

arxiv:math/ v1 [math.ca] 27 Nov 2003 arxiv:math/011510v1 [math.ca] 27 Nov 200 Counting Integral Lamé Equations by Means of Dessins d Enfants Sander Dahmen November 27, 200 Abstrat We obtain an expliit formula for the number of Lamé equations

More information

Assessing the Performance of a BCI: A Task-Oriented Approach

Assessing the Performance of a BCI: A Task-Oriented Approach Assessing the Performane of a BCI: A Task-Oriented Approah B. Dal Seno, L. Mainardi 2, M. Matteui Department of Eletronis and Information, IIT-Unit, Politenio di Milano, Italy 2 Department of Bioengineering,

More information

Time and Energy, Inertia and Gravity

Time and Energy, Inertia and Gravity Time and Energy, Inertia and Gravity The Relationship between Time, Aeleration, and Veloity and its Affet on Energy, and the Relationship between Inertia and Gravity Copyright 00 Joseph A. Rybzyk Abstrat

More information

Average Rate Speed Scaling

Average Rate Speed Scaling Average Rate Speed Saling Nikhil Bansal David P. Bunde Ho-Leung Chan Kirk Pruhs May 2, 2008 Abstrat Speed saling is a power management tehnique that involves dynamially hanging the speed of a proessor.

More information

Sequence Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson & J. Fischer) January 21,

Sequence Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson & J. Fischer) January 21, Sequene Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson & J. Fisher) January 21, 201511 9 Suffix Trees and Suffix Arrays This leture is based on the following soures, whih are all reommended

More information

A model for measurement of the states in a coupled-dot qubit

A model for measurement of the states in a coupled-dot qubit A model for measurement of the states in a oupled-dot qubit H B Sun and H M Wiseman Centre for Quantum Computer Tehnology Centre for Quantum Dynamis Griffith University Brisbane 4 QLD Australia E-mail:

More information

The Laws of Acceleration

The Laws of Acceleration The Laws of Aeleration The Relationships between Time, Veloity, and Rate of Aeleration Copyright 2001 Joseph A. Rybzyk Abstrat Presented is a theory in fundamental theoretial physis that establishes the

More information

Lightpath routing for maximum reliability in optical mesh networks

Lightpath routing for maximum reliability in optical mesh networks Vol. 7, No. 5 / May 2008 / JOURNAL OF OPTICAL NETWORKING 449 Lightpath routing for maximum reliability in optial mesh networks Shengli Yuan, 1, * Saket Varma, 2 and Jason P. Jue 2 1 Department of Computer

More information

Lecture 3 - Lorentz Transformations

Lecture 3 - Lorentz Transformations Leture - Lorentz Transformations A Puzzle... Example A ruler is positioned perpendiular to a wall. A stik of length L flies by at speed v. It travels in front of the ruler, so that it obsures part of the

More information

Gog and GOGAm pentagons

Gog and GOGAm pentagons Gog and GOGAm pentagons Philippe Biane, Hayat Cheballah To ite this version: Philippe Biane, Hayat Cheballah. Gog and GOGAm pentagons. Journal of Combinatorial Theory, Series A, Elsevier, 06, .

More information

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1 Computer Siene 786S - Statistial Methods in Natural Language Proessing and Data Analysis Page 1 Hypothesis Testing A statistial hypothesis is a statement about the nature of the distribution of a random

More information

arxiv:math.co/ v1 2 Aug 2006

arxiv:math.co/ v1 2 Aug 2006 A CHARACTERIZATION OF THE TUTTE POLYNOMIAL VIA COMBINATORIAL EMBEDDINGS OLIVIER BERNARDI arxiv:math.co/0608057 v1 2 Aug 2006 Abstrat. We give a new haraterization of the Tutte polynomial of graphs. Our

More information

Relativistic Dynamics

Relativistic Dynamics Chapter 7 Relativisti Dynamis 7.1 General Priniples of Dynamis 7.2 Relativisti Ation As stated in Setion A.2, all of dynamis is derived from the priniple of least ation. Thus it is our hore to find a suitable

More information

Structural Reconfiguration of Systems under Behavioral Adaptation

Structural Reconfiguration of Systems under Behavioral Adaptation Strutural Reonfiguration of Systems under Behavioral Adaptation Carlos Canal a, Javier Cámara b, Gwen Salaün a Department of Computer Siene, University of Málaga, Spain b Department of Informatis Engineering,

More information

A Characterization of Wavelet Convergence in Sobolev Spaces

A Characterization of Wavelet Convergence in Sobolev Spaces A Charaterization of Wavelet Convergene in Sobolev Spaes Mark A. Kon 1 oston University Louise Arakelian Raphael Howard University Dediated to Prof. Robert Carroll on the oasion of his 70th birthday. Abstrat

More information

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk Einstein s Three Mistakes in Speial Relativity Revealed Copyright Joseph A. Rybzyk Abstrat When the evidene supported priniples of eletromagneti propagation are properly applied, the derived theory is

More information

arxiv: v2 [cs.dm] 4 May 2018

arxiv: v2 [cs.dm] 4 May 2018 Disrete Morse theory for the ollapsibility of supremum setions Balthazar Bauer INRIA, DIENS, PSL researh, CNRS, Paris, Frane Luas Isenmann LIRMM, Université de Montpellier, CNRS, Montpellier, Frane arxiv:1803.09577v2

More information

Multi-version Coding for Consistent Distributed Storage of Correlated Data Updates

Multi-version Coding for Consistent Distributed Storage of Correlated Data Updates Multi-version Coding for Consistent Distributed Storage of Correlated Data Updates Ramy E. Ali and Vivek R. Cadambe 1 arxiv:1708.06042v1 [s.it] 21 Aug 2017 Abstrat Motivated by appliations of distributed

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

More information

Speeding up Consensus by Chasing Fast Decisions

Speeding up Consensus by Chasing Fast Decisions Speeding up Consensus by Chasing Fast Deisions [Extended Tehnial Report] Balaji Arun, Sebastiano Peluso, Roberto Palmieri, Giuliano Losa, Binoy Ravindran ECE, Virginia Teh, USA {balajia,peluso,robertop,giuliano.losa,binoy}@vt.edu

More information

After the completion of this section the student should recall

After the completion of this section the student should recall Chapter I MTH FUNDMENTLS I. Sets, Numbers, Coordinates, Funtions ugust 30, 08 3 I. SETS, NUMERS, COORDINTES, FUNCTIONS Objetives: fter the ompletion of this setion the student should reall - the definition

More information

Quantum secret sharing without entanglement

Quantum secret sharing without entanglement Quantum seret sharing without entanglement Guo-Ping Guo, Guang-Can Guo Key Laboratory of Quantum Information, University of Siene and Tehnology of China, Chinese Aademy of Sienes, Hefei, Anhui, P.R.China,

More information

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems An Integrated Arhiteture of Adaptive Neural Network Control for Dynami Systems Robert L. Tokar 2 Brian D.MVey2 'Center for Nonlinear Studies, 2Applied Theoretial Physis Division Los Alamos National Laboratory,

More information

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances An aptive Optimization Approah to Ative Canellation of Repeated Transient Vibration Disturbanes David L. Bowen RH Lyon Corp / Aenteh, 33 Moulton St., Cambridge, MA 138, U.S.A., owen@lyonorp.om J. Gregory

More information

arxiv: v2 [math.pr] 9 Dec 2016

arxiv: v2 [math.pr] 9 Dec 2016 Omnithermal Perfet Simulation for Multi-server Queues Stephen B. Connor 3th Deember 206 arxiv:60.0602v2 [math.pr] 9 De 206 Abstrat A number of perfet simulation algorithms for multi-server First Come First

More information

The Effectiveness of the Linear Hull Effect

The Effectiveness of the Linear Hull Effect The Effetiveness of the Linear Hull Effet S. Murphy Tehnial Report RHUL MA 009 9 6 Otober 009 Department of Mathematis Royal Holloway, University of London Egham, Surrey TW0 0EX, England http://www.rhul.a.uk/mathematis/tehreports

More information

Inference-based Ambiguity Management in Decentralized Decision-Making: Decentralized Diagnosis of Discrete Event Systems

Inference-based Ambiguity Management in Decentralized Decision-Making: Decentralized Diagnosis of Discrete Event Systems Inerene-based Ambiguity Management in Deentralized Deision-Making: Deentralized Diagnosis o Disrete Event Systems Ratnesh Kumar and Shigemasa Takai Abstrat The task o deentralized deision-making involves

More information

Simplified Buckling Analysis of Skeletal Structures

Simplified Buckling Analysis of Skeletal Structures Simplified Bukling Analysis of Skeletal Strutures B.A. Izzuddin 1 ABSRAC A simplified approah is proposed for bukling analysis of skeletal strutures, whih employs a rotational spring analogy for the formulation

More information

Relativity fundamentals explained well (I hope) Walter F. Smith, Haverford College

Relativity fundamentals explained well (I hope) Walter F. Smith, Haverford College Relativity fundamentals explained well (I hope) Walter F. Smith, Haverford College 3-14-06 1 Propagation of waves through a medium As you ll reall from last semester, when the speed of sound is measured

More information

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach Amerian Journal of heoretial and Applied tatistis 6; 5(-): -8 Published online January 7, 6 (http://www.sienepublishinggroup.om/j/ajtas) doi:.648/j.ajtas.s.65.4 IN: 36-8999 (Print); IN: 36-96 (Online)

More information

Normative and descriptive approaches to multiattribute decision making

Normative and descriptive approaches to multiattribute decision making De. 009, Volume 8, No. (Serial No.78) China-USA Business Review, ISSN 57-54, USA Normative and desriptive approahes to multiattribute deision making Milan Terek (Department of Statistis, University of

More information

Robust Recovery of Signals From a Structured Union of Subspaces

Robust Recovery of Signals From a Structured Union of Subspaces Robust Reovery of Signals From a Strutured Union of Subspaes 1 Yonina C. Eldar, Senior Member, IEEE and Moshe Mishali, Student Member, IEEE arxiv:87.4581v2 [nlin.cg] 3 Mar 29 Abstrat Traditional sampling

More information

Counting Idempotent Relations

Counting Idempotent Relations Counting Idempotent Relations Beriht-Nr. 2008-15 Florian Kammüller ISSN 1436-9915 2 Abstrat This artile introdues and motivates idempotent relations. It summarizes haraterizations of idempotents and their

More information

The Impact of Time on the Session Problem Injong Rhee Jennifer L. Welch Department of Computer Science CB 3175 Sitterson Hall University of North Caro

The Impact of Time on the Session Problem Injong Rhee Jennifer L. Welch Department of Computer Science CB 3175 Sitterson Hall University of North Caro The Impat of Time on the Session Problem Injong Rhee Jennifer L. Welh Department of Computer Siene CB 3175 Sitterson Hall University of North Carolina at Chapel Hill Chapel Hill, N.C. 27599-3175 Abstrat

More information

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines General Closed-form Analytial Expressions of Air-gap Indutanes for Surfaemounted Permanent Magnet and Indution Mahines Ronghai Qu, Member, IEEE Eletroni & Photoni Systems Tehnologies General Eletri Company

More information

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION 5188 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 11, NOVEMBER 2008 [8] A. P. Dempster, N. M. Laird, and D. B. Rubin, Maximum likelihood estimation from inomplete data via the EM algorithm, J.

More information

Jan Van den Bussche. Departement WNI, Limburgs Universitair Centrum (LUC), Universitaire Campus, B-3590 Diepenbeek, Belgium

Jan Van den Bussche. Departement WNI, Limburgs Universitair Centrum (LUC), Universitaire Campus, B-3590 Diepenbeek, Belgium Theoretial Computer Siene 254 (2001) 363 377 www.elsevier.om/loate/ts Simulation of the nested relational algera y the at relational algera, with an appliation to the omplexity of evaluating powerset algera

More information

Broadcast Channels with Cooperating Decoders

Broadcast Channels with Cooperating Decoders To appear in the IEEE Transations on Information Theory, Deember 2006. 1 Broadast Channels with Cooperating Deoders Ron Dabora Sergio D. Servetto arxiv:s/0505032v3 [s.it] 1 Nov 2006 Abstrat We onsider

More information

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM NETWORK SIMPLEX LGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM Cen Çalışan, Utah Valley University, 800 W. University Parway, Orem, UT 84058, 801-863-6487, en.alisan@uvu.edu BSTRCT The minimum

More information

Fair Integrated Scheduling of Soft Real-time Tardiness Classes on Multiprocessors

Fair Integrated Scheduling of Soft Real-time Tardiness Classes on Multiprocessors Fair Integrated Sheduling of Soft Real-time Tardiness Classes on Multiproessors UmaMaheswari C. Devi and James H. Anderson Department of Computer Siene, The University of North Carolina, Chapel Hill, NC

More information

DERIVATIVE COMPRESSIVE SAMPLING WITH APPLICATION TO PHASE UNWRAPPING

DERIVATIVE COMPRESSIVE SAMPLING WITH APPLICATION TO PHASE UNWRAPPING 17th European Signal Proessing Conferene (EUSIPCO 2009) Glasgow, Sotland, August 24-28, 2009 DERIVATIVE COMPRESSIVE SAMPLING WITH APPLICATION TO PHASE UNWRAPPING Mahdi S. Hosseini and Oleg V. Mihailovih

More information

EECS 120 Signals & Systems University of California, Berkeley: Fall 2005 Gastpar November 16, Solutions to Exam 2

EECS 120 Signals & Systems University of California, Berkeley: Fall 2005 Gastpar November 16, Solutions to Exam 2 EECS 0 Signals & Systems University of California, Berkeley: Fall 005 Gastpar November 6, 005 Solutions to Exam Last name First name SID You have hour and 45 minutes to omplete this exam. he exam is losed-book

More information

Discrete Bessel functions and partial difference equations

Discrete Bessel functions and partial difference equations Disrete Bessel funtions and partial differene equations Antonín Slavík Charles University, Faulty of Mathematis and Physis, Sokolovská 83, 186 75 Praha 8, Czeh Republi E-mail: slavik@karlin.mff.uni.z Abstrat

More information

A Variational Definition for Limit and Derivative

A Variational Definition for Limit and Derivative Amerian Journal of Applied Mathematis 2016; 4(3): 137-141 http://www.sienepublishinggroup.om/j/ajam doi: 10.11648/j.ajam.20160403.14 ISSN: 2330-0043 (Print); ISSN: 2330-006X (Online) A Variational Definition

More information

c-perfect Hashing Schemes for Binary Trees, with Applications to Parallel Memories

c-perfect Hashing Schemes for Binary Trees, with Applications to Parallel Memories -Perfet Hashing Shemes for Binary Trees, with Appliations to Parallel Memories (Extended Abstrat Gennaro Cordaso 1, Alberto Negro 1, Vittorio Sarano 1, and Arnold L.Rosenberg 2 1 Dipartimento di Informatia

More information

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

The Hanging Chain. John McCuan. January 19, 2006

The Hanging Chain. John McCuan. January 19, 2006 The Hanging Chain John MCuan January 19, 2006 1 Introdution We onsider a hain of length L attahed to two points (a, u a and (b, u b in the plane. It is assumed that the hain hangs in the plane under a

More information

Reliability Guaranteed Energy-Aware Frame-Based Task Set Execution Strategy for Hard Real-Time Systems

Reliability Guaranteed Energy-Aware Frame-Based Task Set Execution Strategy for Hard Real-Time Systems Reliability Guaranteed Energy-Aware Frame-Based ask Set Exeution Strategy for Hard Real-ime Systems Zheng Li a, Li Wang a, Shuhui Li a, Shangping Ren a, Gang Quan b a Illinois Institute of ehnology, Chiago,

More information

Supplementary Materials

Supplementary Materials Supplementary Materials Neural population partitioning and a onurrent brain-mahine interfae for sequential motor funtion Maryam M. Shanehi, Rollin C. Hu, Marissa Powers, Gregory W. Wornell, Emery N. Brown

More information

SRC Research. Report. An Efficient Matching Algorithm for a High-Throughput, Low-Latency Data Switch. Thomas L. Rodeheffer and James B.

SRC Research. Report. An Efficient Matching Algorithm for a High-Throughput, Low-Latency Data Switch. Thomas L. Rodeheffer and James B. Novemer 5, 998 SRC Researh Report 6 An Effiient Mathing Algorithm for a High-Throughput, Low-Lateny Data Swith Thomas L Rodeheffer and James B Saxe Systems Researh Center 30 Lytton Avenue Palo Alto, CA

More information

On the Quantum Theory of Radiation.

On the Quantum Theory of Radiation. Physikalishe Zeitshrift, Band 18, Seite 121-128 1917) On the Quantum Theory of Radiation. Albert Einstein The formal similarity between the hromati distribution urve for thermal radiation and the Maxwell

More information

Decidable Topologies for Communicating Automata with FIFO and Bag Channels

Decidable Topologies for Communicating Automata with FIFO and Bag Channels Deidable Topologies for Communiating Automata with FIFO and Bag Channels Lorenzo Clemente, Frédéri Herbreteau, Grégoire Sutre To ite this version: Lorenzo Clemente, Frédéri Herbreteau, Grégoire Sutre.

More information

CMSC 451: Lecture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017

CMSC 451: Lecture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017 CMSC 451: Leture 9 Greedy Approximation: Set Cover Thursday, Sep 28, 2017 Reading: Chapt 11 of KT and Set 54 of DPV Set Cover: An important lass of optimization problems involves overing a ertain domain,

More information

REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS. 1. Introduction

REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS. 1. Introduction Version of 5/2/2003 To appear in Advanes in Applied Mathematis REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS MATTHIAS BECK AND SHELEMYAHU ZACKS Abstrat We study the Frobenius problem:

More information

Error Bounds for Context Reduction and Feature Omission

Error Bounds for Context Reduction and Feature Omission Error Bounds for Context Redution and Feature Omission Eugen Bek, Ralf Shlüter, Hermann Ney,2 Human Language Tehnology and Pattern Reognition, Computer Siene Department RWTH Aahen University, Ahornstr.

More information

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions Salable Positivity Preserving Model Redution Using Linear Energy Funtions Sootla, Aivar; Rantzer, Anders Published in: IEEE 51st Annual Conferene on Deision and Control (CDC), 2012 DOI: 10.1109/CDC.2012.6427032

More information

EDGE-DISJOINT CLIQUES IN GRAPHS WITH HIGH MINIMUM DEGREE

EDGE-DISJOINT CLIQUES IN GRAPHS WITH HIGH MINIMUM DEGREE EDGE-DISJOINT CLIQUES IN GRAPHS WITH HIGH MINIMUM DEGREE RAPHAEL YUSTER Abstrat For a graph G and a fixed integer k 3, let ν k G) denote the maximum number of pairwise edge-disjoint opies of K k in G For

More information

An I-Vector Backend for Speaker Verification

An I-Vector Backend for Speaker Verification An I-Vetor Bakend for Speaker Verifiation Patrik Kenny, 1 Themos Stafylakis, 1 Jahangir Alam, 1 and Marel Kokmann 2 1 CRIM, Canada, {patrik.kenny, themos.stafylakis, jahangir.alam}@rim.a 2 VoieTrust, Canada,

More information

A Functional Representation of Fuzzy Preferences

A Functional Representation of Fuzzy Preferences Theoretial Eonomis Letters, 017, 7, 13- http://wwwsirporg/journal/tel ISSN Online: 16-086 ISSN Print: 16-078 A Funtional Representation of Fuzzy Preferenes Susheng Wang Department of Eonomis, Hong Kong

More information

The coefficients a and b are expressed in terms of three other parameters. b = exp

The coefficients a and b are expressed in terms of three other parameters. b = exp T73S04 Session 34: elaxation & Elasti Follow-Up Last Update: 5/4/2015 elates to Knowledge & Skills items 1.22, 1.28, 1.29, 1.30, 1.31 Evaluation of relaxation: integration of forward reep and limitations

More information

A Synchronization Scheme for Stored Multimedia Streams

A Synchronization Scheme for Stored Multimedia Streams In B. Butsher, E. Moeller, and H. Push, editors, Interative Distributed Multimedia Systems and Servies (European Workshop IDMS 96, Berlin, Germany), volume 1045 of LNCS, pages 277 295. Springer Verlag,

More information

7 Max-Flow Problems. Business Computing and Operations Research 608

7 Max-Flow Problems. Business Computing and Operations Research 608 7 Max-Flow Problems Business Computing and Operations Researh 68 7. Max-Flow Problems In what follows, we onsider a somewhat modified problem onstellation Instead of osts of transmission, vetor now indiates

More information

Weighted K-Nearest Neighbor Revisited

Weighted K-Nearest Neighbor Revisited Weighted -Nearest Neighbor Revisited M. Biego University of Verona Verona, Italy Email: manuele.biego@univr.it M. Loog Delft University of Tehnology Delft, The Netherlands Email: m.loog@tudelft.nl Abstrat

More information

Chapter 35. Special Theory of Relativity (1905)

Chapter 35. Special Theory of Relativity (1905) Chapter 35 Speial Theory of Relatiity (1905) 1. Postulates of the Speial Theory of Relatiity: A. The laws of physis are the same in all oordinate systems either at rest or moing at onstant eloity with

More information

The ESO method revisited

The ESO method revisited Noname manusript No. (will be inserted by the editor) The ESO method revisited Kazem Ghabraie the date of reeipt and aeptane should be inserted later Abstrat This paper examines the evolutionary strutural

More information

G /G Advanced Cryptography 10/21/2009. Lecture 7

G /G Advanced Cryptography 10/21/2009. Lecture 7 G22.3220-001/G63.2180 Advaned Cryptography 10/21/2009 Leturer: Yevgeniy Dodis Leture 7 Sribe: Aris Tentes In this leture we will over the following topis: Witness Hiding Σ-protools Alternative Constrution

More information

Breakdown of the Special Theory of Relativity as Proven by Synchronization of Clocks

Breakdown of the Special Theory of Relativity as Proven by Synchronization of Clocks Breakdown of the Speial Theory of Relativity as Proven by Synhronization of Cloks Koshun Suto Koshun_suto19@mbr.nifty.om Abstrat In this paper, a hypothetial preferred frame of referene is presumed, and

More information

Communication Complexity With Synchronized Clocks

Communication Complexity With Synchronized Clocks Communiation Complexity With Synhronized Cloks Russell Impagliazzo Institute for Advaned Study (Prineton, NJ) & University of California, San Diego russell@s.usd.edu Ryan Williams IBM Almaden Researh Center

More information

Research Collection. Mismatched decoding for the relay channel. Conference Paper. ETH Library. Author(s): Hucher, Charlotte; Sadeghi, Parastoo

Research Collection. Mismatched decoding for the relay channel. Conference Paper. ETH Library. Author(s): Hucher, Charlotte; Sadeghi, Parastoo Researh Colletion Conferene Paper Mismathed deoding for the relay hannel Author(s): Huher, Charlotte; Sadeghi, Parastoo Publiation Date: 2010 Permanent Link: https://doi.org/10.3929/ethz-a-005997152 Rights

More information

Sensor management for PRF selection in the track-before-detect context

Sensor management for PRF selection in the track-before-detect context Sensor management for PRF seletion in the tra-before-detet ontext Fotios Katsilieris, Yvo Boers, and Hans Driessen Thales Nederland B.V. Haasbergerstraat 49, 7554 PA Hengelo, the Netherlands Email: {Fotios.Katsilieris,

More information

Derivation of Non-Einsteinian Relativistic Equations from Momentum Conservation Law

Derivation of Non-Einsteinian Relativistic Equations from Momentum Conservation Law Asian Journal of Applied Siene and Engineering, Volue, No 1/13 ISSN 35-915X(p); 37-9584(e) Derivation of Non-Einsteinian Relativisti Equations fro Moentu Conservation Law M.O.G. Talukder Varendra University,

More information

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION 09-1289 Citation: Brilon, W. (2009): Impedane Effets of Left Turners from the Major Street at A TWSC Intersetion. Transportation Researh Reord Nr. 2130, pp. 2-8 IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE

More information

Pushdown Specifications

Pushdown Specifications Orna Kupferman Hebrew University Pushdown Speifiations Nir Piterman Weizmann Institute of Siene une 9, 2002 Moshe Y Vardi Rie University Abstrat Traditionally, model heking is applied to finite-state systems

More information

Journal of Inequalities in Pure and Applied Mathematics

Journal of Inequalities in Pure and Applied Mathematics Journal of Inequalities in Pure and Applied Mathematis A NEW ARRANGEMENT INEQUALITY MOHAMMAD JAVAHERI University of Oregon Department of Mathematis Fenton Hall, Eugene, OR 97403. EMail: javaheri@uoregon.edu

More information

ONLINE APPENDICES for Cost-Effective Quality Assurance in Crowd Labeling

ONLINE APPENDICES for Cost-Effective Quality Assurance in Crowd Labeling ONLINE APPENDICES for Cost-Effetive Quality Assurane in Crowd Labeling Jing Wang Shool of Business and Management Hong Kong University of Siene and Tehnology Clear Water Bay Kowloon Hong Kong jwang@usthk

More information

arxiv:physics/ v1 [physics.class-ph] 8 Aug 2003

arxiv:physics/ v1 [physics.class-ph] 8 Aug 2003 arxiv:physis/0308036v1 [physis.lass-ph] 8 Aug 003 On the meaning of Lorentz ovariane Lszl E. Szab Theoretial Physis Researh Group of the Hungarian Aademy of Sienes Department of History and Philosophy

More information

2. For eah frequent itemset I 1 found, generate all assoiation rules I 2?! I 1?I 2 where I 2 I 1, with ondene greater or equal to minonf. One all freq

2. For eah frequent itemset I 1 found, generate all assoiation rules I 2?! I 1?I 2 where I 2 I 1, with ondene greater or equal to minonf. One all freq Disovering Frequent Closed Itemsets for Assoiation Rules Niolas Pasquier, Yves Bastide, Rak Taouil, and Lot Lakhal Laboratoire d'informatique (LIMOS) Universite Blaise Pasal - Clermont-Ferrand II Complexe

More information

Satellite Image Interpretation using Spatial Reasoning

Satellite Image Interpretation using Spatial Reasoning Abstrat Satellite Image Interpretation using Spatial Reasoning Jane Brennan and Arot Sowmya Department of Artifiial Intelligene Shool of Computer Siene and Engineering University of New South Wales Sydney

More information

arxiv:math/ v4 [math.ca] 29 Jul 2006

arxiv:math/ v4 [math.ca] 29 Jul 2006 arxiv:math/0109v4 [math.ca] 9 Jul 006 Contiguous relations of hypergeometri series Raimundas Vidūnas University of Amsterdam Abstrat The 15 Gauss ontiguous relations for F 1 hypergeometri series imply

More information

On the Complexity of the Weighted Fused Lasso

On the Complexity of the Weighted Fused Lasso ON THE COMPLEXITY OF THE WEIGHTED FUSED LASSO On the Compleity of the Weighted Fused Lasso José Bento jose.bento@b.edu Ralph Furmaniak rf@am.org Surjyendu Ray rays@b.edu Abstrat The solution path of the

More information

Relative Maxima and Minima sections 4.3

Relative Maxima and Minima sections 4.3 Relative Maxima and Minima setions 4.3 Definition. By a ritial point of a funtion f we mean a point x 0 in the domain at whih either the derivative is zero or it does not exists. So, geometrially, one

More information

Danielle Maddix AA238 Final Project December 9, 2016

Danielle Maddix AA238 Final Project December 9, 2016 Struture and Parameter Learning in Bayesian Networks with Appliations to Prediting Breast Caner Tumor Malignany in a Lower Dimension Feature Spae Danielle Maddix AA238 Final Projet Deember 9, 2016 Abstrat

More information