A PARALLEL APPROACH FOR ALIGNMENT OF MULTI- MODAL GRID-BASED DATA

Size: px
Start display at page:

Download "A PARALLEL APPROACH FOR ALIGNMENT OF MULTI- MODAL GRID-BASED DATA"

Transcription

1 ISBN: IADIS A PARALLEL APPROACH FOR ALIGNMENT OF MULTI- MODAL GRID-BASED DATA Egor Dranischnikow, Elmar Schömer Institute of Computer Science, Johannes Gutenberg-University, Mainz Ulrich Schwanecke Dept. of Design, Computer Science an Meia, Hochschule RheinMain, University of Applie Sciences, Wiesbaen Ruesselsheim Geisenheim Ralf Schulze, Dan Brüllmann Dept. of Oral Surgery (an Oral Raiology), University Meical Center of the Johannes Gutenberg-University, Mainz ABSTRACT Multi-moal registration is still a big challenge in image processing. In this article we present a variation of the wellknown fast Fourier transform (fft) accelerate methos for fining the alignment between two atasets, i.e. the rigi transformation consisting of a rotation as well as a translation mapping all regions in both atasets belonging together in an optimal manner. Our metho can be applie to such multi-moal registration problems as computer tomography (CT)/positron emission tomography (PET) matching, or matching CT ata with ata obtaine by magnetic resonance imaging (MRI). We reformulate the alignment problem into an optimization problem concerning a metric measure. The particular form of the propose objective function can be exploite to fft-accelerate the translational part of the alignment-problem. Thus the reuce problem can be solve for the three remaining egrees of freeom of the rotatory part using stanar optimizers, such as ownhill-simplex or Powell s metho. A further avantage of our approach is the straight forwar parallelization of the objective function s computation. Our implementation on a graphic processing unit (GPU) yiele a speeup factor between 5 an 5 epening on the size of the ata. The results show, that the application of a GPU can be highly rewaring for all fft accelerate algorithms. KEYWORDS Alignment, cone-beam ata, multi-moal registration, parallel implementation, GPGPU. 1. INTRODUCTION The most common approach in multi-moal registration is base on the concept of mutual information (MI). Albeit MI base metric measure has been shown to be robust an generally applicable (see Maes, F. et al (1997), Mattes, D. et al (003), an Viola an Wells (1997)), a series of rawbacks are known. In particular the following two facts are problematic: The istributions of the ranom variables neee for computation of mutual information are unknown an their estimation can consume a lot of processor resources; furthermore, the resulting objective function possesses many local maxima (Haber an Moersitzki (005)). If both atasets have been recore with the same technology, it is possible to use the meansquare error as a metric. Its main avantage is the possibility to fft-accelerate the optimization process in some egrees of freeom. A fast metho for the solution of the pure translational alignment problem was presente in Cowtan (001), an a combination of translational an rotatory egrees of freeom was introuce in Kovacs et al (003). Fourier methos, in particular the phase correlation metho, are pretty well known an play a prominent role in D image processing an pattern analysis (see Castro an Moranim (1987), Pan et al (009), Rey an Chatterji (1996)). Trying to match CT an PET atasets, we face the following ilemma: the MI base general approach is too slow, because it cannot be fft-accelerate, an the methos which can be accelerate are not applicable to 330

2 IADIS International Conference Applie Computing 009 multi-moal ata. In this article we present an approach that is not as universal as the conventional MI metho but then can be fft-accelerate. Our alignment metho is base onmetrics of the form ϕ ( f, g ) = w ( x ) f ( x ) g ( x ), with Ω - a omain in 3 N, w - a weight function an f, g - arbitrary scalar functions. The weight function is the most important ifference to the cases consiere in Rey an Chatterji (1996) an Castro an Moranim (1987). Both papers assume that one function of the two to be aligne is a rotate an translate replica of the other one, but for the multi-moal ata this is almost never true. The presence of issimilar parts has a negative impact on the reliability of the phase correlation metho. Therefore we are going to use an iea similar to that propose in Cowtan (001), with a weight function as a fragment mask. The remainer of this paper is structure as follows. In the next section we introuce relevant efinitions an mathematics as well as the core algorithm of our metho. Section 3 covers the parallelization of the algorithm on a GPU, whereby we are also going to iscuss the performance of the parallelize version. Experiments with synthetic ata are presente in section 4, whereas section 5 contains some wiesprea applications, for which the propose metho yiels goo results.. MATHEMATICS We consier a three-imensional ataset as a perioic function f : Ω R. The set of these functions will be enote by Abb( Ω, R). To evaluate the istance between two elements f, g from Abb( Ω, R), we use the pseuo metric ( f, g) = w( f ( g(, w with w( x ) 0. w is a metric if an only if w( > 0 x Ω. Using a pseuo metric for istance estimation enables us to neglect parts of the ata, which are for sure issimilar in the multi-moal atasets. A rigi boy transformation T ( ζ ; ) between elements of Ω, which epens on three rotatory egrees of freeomα an three translational egrees of freeom ζ, generates the operator Tˆ efine by ˆ ~ T ζ ( f ) : = f T 1 ( ζ ; ). [ ] ( ) Thereby ~ 3 f is the continuation of the ata recor f from Ω to continuous space R which can be compute by means of trilinear, nearest neighbor or any other interpolation scheme. In our experiments both methos yiele similar results. With the help of w we can efine the objective function ϕ( ζ ) : = w( f ', g) with ˆ f ': = T [ ζ ]( f ) beeing the transforme ataset. ϕ measures the quality of a coorinate transform or rather the quality of a given ata matching. Now we can consier the alignment problem as the following optimization problem. Problem 1 (General alignment-problem) Given f, g from Abb( Ω, R), fin * * ( α, ζ ) : = arg minϕ( ζ ). 3, R α ζ Initially we consier only the translational part of the alignment problem, i.e. the problem of fining the best translational movement for a fixe rotation. Therefore we obtain the following reuction of the general alignment problem: Problem (Translational alignment-problem) Given f, g from Abb( Ω, R), evaluate 331

3 ISBN: IADIS ϕ ( α) : = minϕ( ζ ) min ϕ( ζ ). 3 R ζ R From now on we only consier the integer translational movements, establishing the " " in the equation ζ Ω above. The objective function for a fixe α given by ( ζ ) : = ϕ( ζ ) = w( f '( x ζ ) g( with f ': T [ 0 ]( f ) ϕ, ˆ = an ζ Ω, can be rewritten as: ϕ ( ζ ) = w( f '( x ζ ) w( f '( x ζ ) g( + w( g( By using the mirror operator S ˆ( f )( ) : = f ( ) an convolution for perioic functions ( f g)( y) : = f ( y g( we get ˆ ( Sw ˆ ) f ' ( Sˆ( g w) ) U0 Sϕ = f ' + with U 0 a constant originating from the thir term. The above equation hols, because of the following calculation for two perioic functions f1, f Abb( Ω, R) : f x y) f ( f ( x' y) f ( x') f (( y) x') Sf ˆ ( x') f Sf ˆ = = = ( by: ( ) ) 1( y x' = x x' Ω x' Ω It is well-known, that the convolution of two functions f 1 an f can be efficiently compute using fft f = NFˆ ( Fˆ ( f ) Fˆ ( )) 1 1 f 1 f whereby Fˆ enotes the Fourier transform an the factor N epens on the size of the omain Ω. This leas us to the following form of the objective function (see Cowtan (001) or Dranischnikow (008) for more etails): ˆ ˆ 1 ˆ ˆ ˆ ˆ ϕ = NS F F( f ' ) F( Sw) F 1 Fˆ ( f ') Fˆ ( Sˆ( w g)) + U. ( ( ) ( ) 0 By using fft we can calculate the best translation in ( n n) result in an ( n ), O log whereas the naïve implementation woul O time complexity. It is easy to transform these formulae into an efficient parallel algorithm, which we will iscuss in section 3. We split the general alignment problem 1 into the translational alignment problem just mentione an the problem of fining the best rotational movement assuming that we ha solve problem. This leas to the following subproblem. Problem 3 (Rotatory alignment-problem) Given f, g from Abb( Ω, R), evaluate min 3 ϕr( α). α R To solve problem 3 we resort to conventional optimizers such as ownhill-simplex from Neler an Mea (1965) or Powell s metho (Press et al (00)). Our experiments clearly inicate, that the ownhillsimplex metho is more suitable (see table ). In comparison to the initial problem, the search-space has been reuce to three imensions. The main avantage of this proceure is that the objective function ϕr ( α) possesses, accoring to experience, consierably less local extrema.. 33

4 IADIS International Conference Applie Computing PARALLELIZATION The evaluation of the objective function ϕr ( α) consumes the lion s share of the computation time an consists of the following steps: 1. Computation of the rotate ataset by means of trilinear interpolation. Solving the translational alignment problem: (a) Squaring the values of the rotate ataset (b) Fourier transform (c) Multiplication (point wise) an aition of vectors in the frequency omain () Inverse Fourier transform (e) Search for the minimum Steps 1, a an c o not eman any communication between the processes an are therefore easy to parallelize. It is known, that the Fourier transform (b an ) possesses a quite high potential for parallelization (Gupta an Umar (1993), Tong an Swarztrauber (1987), an Swarztrauber (1987)). Searching for a minimum (e) is a typical example for reuction (compare Zomaya (1996) or Harris (007)) an can be efficiently implemente on most parallel architectures. The architecture of our choice for the parallelization of the algorithm was a NVIDIA GPU. The CUDAframework from NVIDIA makes it possible to use a GPU without casting the problem into a graphical API. Despite the simple hanling, a careful implementation is necessary. Careless memory access can be evastating for the performance because of the absence of a cache. However, with texture an share memory the programmer has enough tools on his isposal to evae most of the bottle necks cause by the relative slow global memory. Furthermore, with CUFFT (NVIDIA Corporation (007)) an efficient implementation of the necessary fft routines is available. We are using textures for computation of the rotate ataset because otherwise it is quite challenging to optimize the global memory access. The efficient global access for steps a an c is straight forwar, because the simple ata layout allows the simultaneous memory accesses to be coalesce into a single memory transaction. The optimal size of the blocks can be foun in fftw manner (Frigo an Johnson (005)) uring a testing phase. This ensures that the best possible performance can be reache on ifferent GPUs. When using real-to-complex in-place Fourier transforms a paing is necessary (see NVIDIA Corporation (007) for more etails). Due to the SIMD architecture of the GPU it is more efficient to treat those pae elements the same way as the other "normal" elements. Table 1. Comparison of the run times between GPU with trilinear interpolation, CPU with trilinear interpolation an CPU with nearest neighbor interpolation. Because of the textures the GPU has a kin of intrinsic avantage over the CPU, therefore we also offer a comparison with a CPU implementation, that applies the less costly nearest neighbor interpolation. We use an Intel Core Duo.4 GHz with NVIDIA 8800GTX (CUDA.1) for this benchmarking test Kin of Computation Number of voxels in the ataset: N. N=18 N=19 N=0 N=1 N= N=3 N=4 N=5 CPU (time in ms) CPU Nearest Neighbor (time in ms) GPU (time in ms) Speeup CPU/GPU Table 1 shows the gains, which can be achieve through parallelization on a GPU. The biggest speeup can be obtaine for embarrassingly parallel tasks. The computation of the rotate volume profits enormously from the use of textures, which are faster than the normal global memory. The fft computation oes not yiel the same speeup because the main part of the communication must pass through the slow global memory. However the size of the CPU cache is insufficient for fft on bigger atasets, therefore the speeup factor of fft increases with the size of the ataset. 333

5 ISBN: IADIS 4. EXPERIMENTS WITH SYNTHETIC DATA Before going to the real life examples, we investigate the ability to recover the rotation with help of synthetic ata. There are two major questions to answer. The first one is which methoownhill-simplex or Powell s metho yiels better results an is more suitable an the secon one is, what is the probability of fining the right rotation. We use two kins of ata: Rotations uniformly istribute over the whole range an only rotations up to 45 but otherwise uniformly istribute. Both 18x18x18-atasets were cut out from a bigger CT volume an share an ientical region, which is precisely known. This scenario is similar to section 5.3, compare also figure. A matching was consiere successful, when the inaccuracy of the calculate rotation i not excee 1. Table : Experimental results with synthetic ata. Success rate an the number of function evaluations per case are average over 500 runs metho all rotations rotation up to π / 4 success rate # evaluations success rate # evaluations ownhill-simplex Powell The experimental results in table suggest that ownhill-simplex turns out to be a better choice. The higher success rate an the lower computation cost are two powerful arguments. The high success rate implies, that a few starting configurations are sufficient to fin the global minimum. It also turns out that an aitional Gaussian noise oes not have any notable impact on the success rate of the algorithm. 5. APPLICATIONS In this section we are going to escribe some real-worl alignment problems of multi-moal ata for which our metho can be successfully use. 5.1 PET/CT-Matching The research project FUNMIG (Funamental processes of raionuclie migration) stuies the behavior of inserte raioactive elements in iverse rocks. The results of computer simulations, which preict the migration of the raioactive substance, shoul be compare with experimental results in orer to evaluate correctness an accuracy of the unerlying moel. The inner structure of a rock has been investigate by means of CT, whereas PET was use for monitoring the iffusion of the raioactive elements. Because the two measurements were carrie out from within two ifferent coorinate systems (an as a matter of fact in two ifferent cities), there is the necessity to fin the right transformation in orer to be able to compare the ata (Ulenkampff et al (008)). The CT-recor of the rock is available as a Boolean moel. The hollow voxels are enote by 1, the massive voxels by 0. This ataset must be matche with 5 PET recors. Each recor escribes the configuration of the raioactive elements in the rock for a fixe point in time. The values of the voxels can vary between 0 (nonraioactive) an 16 (very raioactive). All PET-measurements have been carrie out from within the same coorinate system. We assume that high raioactivity (the term "high" shoul be seen in relationship to the raioactivity of the other voxels) can be reache only in hollow voxels, because only there a large accumulation of raioactive elements is possible. It is inee thinkable, that some thin fissures have not been registere by CT, but still can contain a non-negligible amount of raioactive atoms. However, the raioactivity of such voxels shoul not be very high. On the other han, the raioactive material oes not sprea over the whole crevice; therefore hollow voxels exist that are not contaminate. 334

6 IADIS International Conference Applie Computing 009 These consierations lea us to the objective function ϕ ( α, ζ ) : = p( c( 1, (1) p( > v where c enotes the transforme CT ata, p enotes the PET ata an v the threshol from which on we consier a voxel as being raioactive. The objective function punishes voxels, that are consiere to be raioactive (i.e. p ( x ) > v ) but are not hollow. Accoring to our assumption, that higher raioactivity increases the probability that a voxel is hollow, the punishment is severer for massive voxels with high raioactivity. This simple approach is sufficient to accomplish a successful matching, as the left han sie of figure 1 illustrates. Further etails an results can be foun in Dranischnikow (008). 5. MRI/CT Matching The next application of our registration metho arises in meical science. The lung of a patient has been examine with the help of two ifferent methos. Conventional CT acquires the tissue of the lung whereas inhale ³He gas mae visible by means of magnetic resonance imaging (see Kauczor et al (1997)) epicts the parts of the lung with proper function. Merging the two atasets woul help to iagnose the state of a isease more precisely an choose a more aequate treatment. A certain resemblance to the problem above is evient. Comparing this scenario to the above, the lung plays the role of the crevice an the ³He gas the role of the raioactive material. With this interpretation the objective function (1) can be reuse an again elivers successful matchings, as figure 1, right-han sie, illustrates. More etails an results are provie in Dranischnikow (008). Figure 1. On the left-han sie: The CT an PET (after 60 minutes) atasets are successfully matche. First volume shows the PET ata, where re color correspons to high raioactivity. Secon volume shows the matching with the CT ata, where the crevice is epicte brown. Thir volume shows the surface of the raioactive voxels matche with the CT ata. On the right-han sie: Four slices through the lung of a patient: gray color isplays the lung in the CT ata, the more intense the re color the higher the concentration of ³He. 5.3 CT-Fusion The last application of our metho copes with a task from the fiel of entistry. Here sometimes an object (usually the hea of a patient) is too large for an available cone beam CT with small or meium size fiel of view. Thereforeit is necessary to perform two or more measurements. Afterwars the small atasets shoul be merge into one large ataset. Figure (left-han sie) epicts, how this task can be reuce to the alignment problem of the share region. We choose f : = first ataset, g : = secon ataset an 335

7 ISBN: IADIS 1, x A w( : = 0, x A whereby A enotes the (estimate) share region of two atasets. These efinitions allow us to use our algorithm in orer to merge the small volumes into a bigger one. The results are shown in figure on the right-han sie. Figure. Left-han sie: The solution for the alignment problem of the share region enables the require merging of two atasets. Right-han sie: The result of merging two small atasets into one big recor of a jaw. Two possibilities to expan the ata are shown. The left volume complete with parts of the right volume an the other way aroun. The accuracy of the merging as well as the junctions is clearly visible. 6. CONCLUSION In this paper we presente a new metho to register multimoal ata. Our approach is base on a special metric that makes it possible to neglect subsets of the ata that are for sure issimilar. The propose metric has been successfully use for matching multi-moal atasets. Experiments showe that this approach is applicable for PET/CT- an MRI/CT-matchings. The algorithm also operates on single-moal ata an can be applie to register an object/pattern in an n-imensional space. The main avantage of our approach is the possibility to fft-accelerate the search in some egrees of freeom. In this paper we consiere the acceleration of the search for the translational movement, which resulte in fewer local minima of the new objective function. This leas to a better performance in terms of success rate of matching as well as in terms of run time. A further improvement can be achieve by using parallel harware such as a GPU. A speeup factor up to 5 coul be achieve using moern commoity graphics harware. Thus, the utilization of GPUs for computation, because of the impressive performance that GPUs offer at a very moest financial cost can be an alternative to the use of expensive harware such as combine PET/CT- or MIR/CT-scanner. The propose strategy for parallelization can also be use for other fft-accelerate algorithms such as the phase correlation metho an therefore can substantially spee up those applications. 336

8 IADIS International Conference Applie Computing 009 ACKNOWLEDGEMENT We gratefully acknowlege Frieer Enzmann (Institut fuer Geowissenschaften er Johannes Gutenberg- Universitaet Mainz) an Oliver Weinheimer (Department of Raiology Johannes Gutenberg-University) for proviing ata an insight into the problems iscusse in section 5. REFERENCES Castro e, E. an Moranim C., Registration of translate an rotate images using finite fourier transforms. IEEE Transactions on Pattern Analysis an Machine Intelligence, PAMI-9(5), pp Cowtan, K., 001. Fast fourier feature recognition. Acta Cryst., D57, pp Dranischnikow, E, 008. Parallele Algorithmen zum Alignment von Gitterbasierten Daten. Diploma Thesis, Johannes Gutenberg-Universitaet Mainz. Frigo, M. an Johnson, S, 005. The esign an implementation of fftw3. Proceeings of the IEEE, 93(3), pp. 31. Gupta, A. an Umar, V. K., The scalability of fft on parallel computers. IEEE Transactions on Parallel an Distribute Systems, 4(8), pp Haber, E. an Moersitzki, J., 007 Intensity graient base registration an fusion of multi-moal images, Methos of Information in Meicine, 46(3), pp Harris, M. 007, Parallel Prefix Sum (Scan) with CUDA. NVIDIA Corporation, 007. Kauczor, H.-U. et al, Imaging of the lungs using 3he mri: Preliminary clinical experience in 18 patients with an without lung isease. J. Magn. Res. Imag., 7, pp Kovacs, J.A., et al, 003. Fast rotational matching of rigi boies by fast fourier transform acceleration of five egrees of freeom, Acta Cryst., D, pp Maes, F. et al, Multimoality image registration by maximization of mutual information. IEEE Trans. Meical Imaging, (4), pp Mattes, D. et al, 003. Pet-ct image registration in the chest using free-form eformation. IEEE Trans. on Meical Imaging, (1), pp Neler, J. A. an Mea, R. A., A simplex metho for function minimization, Computer Journal, pp NVIDIA Corporation, 007. CUFFT Library. Pan, W. et al, 009. An aaptable-multilayer fractional fourier transform approach for image registration. IEEE Transactions on Pattern Analysis an Machine Intelligence. 31(3), pp Press W.H. et al, 00. Numerical Recipes in C++. The Art of Scientific Computing. Cambrige University Press. Rey, B.S. an Chatterji, B.N., An fft-base technique for translation, rotation, an scale-invariant image registration. IEEE Transactions on Image Processing, 5(8), pp Swarztrauber, P. N., Multiprocessor ffts. Parallel Computing. 5, pp Tong, C. an Swarztrauber, P. N., Orere fast fourier transforms on a massively parallel hypercube multiprocessor. J. Parallel an Dist. Comput., pp Ulenkampff, J. K et al, 008. Evaluation of positron-emission-tomography for visualization of migration processes in geomaterials. Phys. Chem. Earth, 33, pp Viola, P. an Wells, W. M. III, Alignment by maximization of mutual information. International Journal of Computer Vision, 4(), pp Zomaya, A.,1996. Parallel an Distribute Computing Hanbook, McGraw-Hill,

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

Exercises of PIV. incomplete draft, version 0.0. October 2009

Exercises of PIV. incomplete draft, version 0.0. October 2009 Exercises of PIV incomplete raft, version 0.0 October 2009 1 Images Images are signals efine in 2D or 3D omains. They can be vector value (e.g., color images), real (monocromatic images), complex or binary

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

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

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

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

Research Article Inviscid Uniform Shear Flow past a Smooth Concave Body

Research Article Inviscid Uniform Shear Flow past a Smooth Concave Body International Engineering Mathematics Volume 04, Article ID 46593, 7 pages http://x.oi.org/0.55/04/46593 Research Article Invisci Uniform Shear Flow past a Smooth Concave Boy Abullah Mura Department of

More information

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis Multilevel Linear Dimensionality Reuction using Hypergraphs for Data Analysis Haw-ren Fang Department of Computer Science an Engineering University of Minnesota; Minneapolis, MN 55455 hrfang@csumneu ABSTRACT

More information

A Revised Simplex Search Procedure for Stochastic Simulation Response Surface Optimization

A Revised Simplex Search Procedure for Stochastic Simulation Response Surface Optimization 272 INFORMS Journal on Computing 0899-1499 100 1204-0272 $05.00 Vol. 12, No. 4, Fall 2000 2000 INFORMS A Revise Simplex Search Proceure for Stochastic Simulation Response Surface Optimization DAVID G.

More information

Lecture 1 September 4, 2013

Lecture 1 September 4, 2013 CS 84r: Incentives an Information in Networks Fall 013 Prof. Yaron Singer Lecture 1 September 4, 013 Scribe: Bo Waggoner 1 Overview In this course we will try to evelop a mathematical unerstaning for the

More information

A FUZZY FRAMEWORK FOR SEGMENTATION, FEATURE MATCHING AND RETRIEVAL OF BRAIN MR IMAGES

A FUZZY FRAMEWORK FOR SEGMENTATION, FEATURE MATCHING AND RETRIEVAL OF BRAIN MR IMAGES A FUZZY FRAMEWORK FOR SEGMENTATION, FEATURE MATCHING AND RETRIEVAL OF BRAIN MR IMAGES Archana.S 1 an Srihar.S 2 1 Department of Information Science an Technology, College of Engineering, Guiny archana.santhira@gmail.com

More information

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition ITERATIOAL JOURAL OF MATHEMATICS AD COMPUTERS I SIMULATIO A eural etwork Moel Base on Graph Matching an Annealing :Application to Han-Written Digits Recognition Kyunghee Lee Abstract We present a neural

More information

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember 107 IEICE TRANS INF & SYST, VOLE88 D, NO5 MAY 005 LETTER An Improve Neighbor Selection Algorithm in Collaborative Filtering Taek-Hun KIM a), Stuent Member an Sung-Bong YANG b), Nonmember SUMMARY Nowaays,

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

Modifying ROC Curves to Incorporate Predicted Probabilities

Modifying ROC Curves to Incorporate Predicted Probabilities Moifying ROC Curves to Incorporate Preicte Probabilities Cèsar Ferri DSIC, Universitat Politècnica e València Peter Flach Department of Computer Science, University of Bristol José Hernánez-Orallo DSIC,

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

Figure 1: 2D arm. Figure 2: 2D arm with labelled angles

Figure 1: 2D arm. Figure 2: 2D arm with labelled angles 2D Kinematics Consier a robotic arm. We can sen it commans like, move that joint so it bens at an angle θ. Once we ve set each joint, that s all well an goo. More interesting, though, is the question of

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

SMART IMAGE PROCESSING OF FLOW VISUALIZATION

SMART IMAGE PROCESSING OF FLOW VISUALIZATION SMAR IMAGE PROCESSING OF FLOW VISUALIZAION H Li (A Rinoshika) 1, M akei, M Nakano 1, Y Saito 3 an K Horii 4 1 Department of Mechanical Systems Engineering, Yamagata University, Yamagata 99-851, JAPAN Department

More information

Evolutionary Optimisation Methods for Template Based Image Registration

Evolutionary Optimisation Methods for Template Based Image Registration Evolutionary Optimisation Methos for Template Base Image Registration Lukasz A Machowski, Tshilizi Marwala School of Electrical an Information Engineering University of Witwatersran, Johannesburg, South

More information

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. Preface Here are my online notes for my Calculus I course that I teach here at Lamar University. Despite the fact that these are my class notes, they shoul be accessible to anyone wanting to learn Calculus

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

Figure 1: Schematic of an SEM [source: ]

Figure 1: Schematic of an SEM [source:   ] EECI Course: -9 May 1 by R. Sanfelice Hybri Control Systems Eelco van Horssen E.P.v.Horssen@tue.nl Project: Scanning Electron Microscopy Introuction In Scanning Electron Microscopy (SEM) a (bunle) beam

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

CS 106 Winter 2016 Craig S. Kaplan. Module 01 Processing Recap. Topics

CS 106 Winter 2016 Craig S. Kaplan. Module 01 Processing Recap. Topics CS 106 Winter 2016 Craig S. Kaplan Moule 01 Processing Recap Topics The basic parts of speech in a Processing program Scope Review of syntax for classes an objects Reaings Your CS 105 notes Learning Processing,

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

AN INVESTIGATION OF FOCUSING AND ANGULAR TECHNIQUES FOR VOLUMETRIC IMAGES BY USING THE 2D CIRCULAR ULTRASONIC PHASED ARRAY

AN INVESTIGATION OF FOCUSING AND ANGULAR TECHNIQUES FOR VOLUMETRIC IMAGES BY USING THE 2D CIRCULAR ULTRASONIC PHASED ARRAY AN INVESTIGATION OF FOCUSING AND ANGULAR TECHNIQUES FOR VOLUMETRIC IMAGES BY USING THE D CIRCULAR ULTRASONIC PHASED ARRAY S. Monal Lonon South Bank University; Engineering an Design 103 Borough Roa, Lonon

More information

A Discrete Search Method for Multi-modal Non-Rigid Image Registration

A Discrete Search Method for Multi-modal Non-Rigid Image Registration A Discrete Search Metho for Multi-moal on-rigi Image Registration Alexaner Shekhovtsov Juan D. García-Arteaga Tomáš Werner Center for Machine Perception, Dept. of Cybernetics Faculty of Electrical Engineering,

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

1 Surprises in high dimensions

1 Surprises in high dimensions 1 Surprises in high imensions Our intuition about space is base on two an three imensions an can often be misleaing in high imensions. It is instructive to analyze the shape an properties of some basic

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

A half-scan error reduction based algorithm for cone-beam CT

A half-scan error reduction based algorithm for cone-beam CT Journal of X-Ray Science an Technology 12 (2004) 73 82 73 IOS Press A half-scan error reuction base algorithm for cone-beam CT Kai Zeng a, Zhiqiang Chen a, Li Zhang a an Ge Wang a,b a Department of Engineering

More information

Improving Spatial Reuse of IEEE Based Ad Hoc Networks

Improving Spatial Reuse of IEEE Based Ad Hoc Networks mproving Spatial Reuse of EEE 82.11 Base A Hoc Networks Fengji Ye, Su Yi an Biplab Sikar ECSE Department, Rensselaer Polytechnic nstitute Troy, NY 1218 Abstract n this paper, we evaluate an suggest methos

More information

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction New Geometric Interpretation an Analytic Solution for uarilateral Reconstruction Joo-Haeng Lee Convergence Technology Research Lab ETRI Daejeon, 305 777, KOREA Abstract A new geometric framework, calle

More information

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography Comparative Stuy of Projection/Back-projection Schemes in Cryo-EM Tomography Yu Liu an Jong Chul Ye Department of BioSystems Korea Avance Institute of Science an Technology, Daejeon, Korea ABSTRACT In

More information

A Duality Based Approach for Realtime TV-L 1 Optical Flow

A Duality Based Approach for Realtime TV-L 1 Optical Flow A Duality Base Approach for Realtime TV-L 1 Optical Flow C. Zach 1, T. Pock 2, an H. Bischof 2 1 VRVis Research Center 2 Institute for Computer Graphics an Vision, TU Graz Abstract. Variational methos

More information

Divide-and-Conquer Algorithms

Divide-and-Conquer Algorithms Supplment to A Practical Guie to Data Structures an Algorithms Using Java Divie-an-Conquer Algorithms Sally A Golman an Kenneth J Golman Hanout Divie-an-conquer algorithms use the following three phases:

More information

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2.

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2. JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 13/009, ISSN 164-6037 Krzysztof WRÓBEL, Rafał DOROZ * fingerprint, reference point, IPAN99 NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES

More information

Design of Controller for Crawling to Sitting Behavior of Infants

Design of Controller for Crawling to Sitting Behavior of Infants Design of Controller for Crawling to Sitting Behavior of Infants A Report submitte for the Semester Project To be accepte on: 29 June 2007 by Neha Priyaarshini Garg Supervisors: Luovic Righetti Prof. Auke

More information

Local Path Planning with Proximity Sensing for Robot Arm Manipulators. 1. Introduction

Local Path Planning with Proximity Sensing for Robot Arm Manipulators. 1. Introduction Local Path Planning with Proximity Sensing for Robot Arm Manipulators Ewar Cheung an Vlaimir Lumelsky Yale University, Center for Systems Science Department of Electrical Engineering New Haven, Connecticut

More information

A New Search Algorithm for Solving Symmetric Traveling Salesman Problem Based on Gravity

A New Search Algorithm for Solving Symmetric Traveling Salesman Problem Based on Gravity Worl Applie Sciences Journal 16 (10): 1387-1392, 2012 ISSN 1818-4952 IDOSI Publications, 2012 A New Search Algorithm for Solving Symmetric Traveling Salesman Problem Base on Gravity Aliasghar Rahmani Hosseinabai,

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

Refinement of scene depth from stereo camera ego-motion parameters

Refinement of scene depth from stereo camera ego-motion parameters Refinement of scene epth from stereo camera ego-motion parameters Piotr Skulimowski, Pawel Strumillo An algorithm for refinement of isparity (epth) map from stereoscopic sequences is propose. The metho

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

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

Almost Disjunct Codes in Large Scale Multihop Wireless Network Media Access Control

Almost Disjunct Codes in Large Scale Multihop Wireless Network Media Access Control Almost Disjunct Coes in Large Scale Multihop Wireless Network Meia Access Control D. Charles Engelhart Anan Sivasubramaniam Penn. State University University Park PA 682 engelhar,anan @cse.psu.eu Abstract

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

EXACT SIMULATION OF A BOOLEAN MODEL

EXACT SIMULATION OF A BOOLEAN MODEL Original Research Paper oi:10.5566/ias.v32.p101-105 EXACT SIMULATION OF A BOOLEAN MODEL CHRISTIAN LANTUÉJOULB MinesParisTech 35 rue Saint-Honoré 77305 Fontainebleau France e-mail: christian.lantuejoul@mines-paristech.fr

More information

Learning convex bodies is hard

Learning convex bodies is hard Learning convex boies is har Navin Goyal Microsoft Research Inia navingo@microsoftcom Luis Raemacher Georgia Tech lraemac@ccgatecheu Abstract We show that learning a convex boy in R, given ranom samples

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

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

Unknown Radial Distortion Centers in Multiple View Geometry Problems

Unknown Radial Distortion Centers in Multiple View Geometry Problems Unknown Raial Distortion Centers in Multiple View Geometry Problems José Henrique Brito 1,2, Rolan Angst 3, Kevin Köser 3, Christopher Zach 4, Pero Branco 2, Manuel João Ferreira 2, Marc Pollefeys 3 1

More information

5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015)

5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015) 5th International Conference on Avance Design an Manufacturing Engineering (ICADME 25) Research on motion characteristics an application of multi egree of freeom mechanism base on R-W metho Xiao-guang

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

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

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

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

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

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

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

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

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

Top-down Connectivity Policy Framework for Mobile Peer-to-Peer Applications

Top-down Connectivity Policy Framework for Mobile Peer-to-Peer Applications Top-own Connectivity Policy Framework for Mobile Peer-to-Peer Applications Otso Kassinen Mika Ylianttila Junzhao Sun Jussi Ala-Kurikka MeiaTeam Department of Electrical an Information Engineering University

More information

Fast Window Based Stereo Matching for 3D Scene Reconstruction

Fast Window Based Stereo Matching for 3D Scene Reconstruction The International Arab Journal of Information Technology, Vol. 0, No. 3, May 203 209 Fast Winow Base Stereo Matching for 3D Scene Reconstruction Mohamma Mozammel Chowhury an Mohamma AL-Amin Bhuiyan Department

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

I. Introuction With the evolution of imaging technology, an increasing number of image moalities becomes available. In remote sensing, sensors are use

I. Introuction With the evolution of imaging technology, an increasing number of image moalities becomes available. In remote sensing, sensors are use A multivalue image wavelet representation base on multiscale funamental forms P. Scheuners Vision Lab, Department ofphysics, University ofantwerp, Groenenborgerlaan 7, 00 Antwerpen, Belgium Tel.: +3/3/8

More information

A fast embedded selection approach for color texture classification using degraded LBP

A fast embedded selection approach for color texture classification using degraded LBP A fast embee selection approach for color texture classification using egrae A. Porebski, N. Vanenbroucke an D. Hama Laboratoire LISIC - EA 4491 - Université u Littoral Côte Opale - 50, rue Ferinan Buisson

More information

Nearest Neighbor Search using Additive Binary Tree

Nearest Neighbor Search using Additive Binary Tree Nearest Neighbor Search using Aitive Binary Tree Sung-Hyuk Cha an Sargur N. Srihari Center of Excellence for Document Analysis an Recognition State University of New York at Buffalo, U. S. A. E-mail: fscha,sriharig@cear.buffalo.eu

More information

0607 CAMBRIDGE INTERNATIONAL MATHEMATICS

0607 CAMBRIDGE INTERNATIONAL MATHEMATICS CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Seconary Eucation MARK SCHEME for the May/June 03 series 0607 CAMBRIDGE INTERNATIONAL MATHEMATICS 0607/4 Paper 4 (Extene), maximum

More information

Architecture Design of Mobile Access Coordinated Wireless Sensor Networks

Architecture Design of Mobile Access Coordinated Wireless Sensor Networks Architecture Design of Mobile Access Coorinate Wireless Sensor Networks Mai Abelhakim 1 Leonar E. Lightfoot Jian Ren 1 Tongtong Li 1 1 Department of Electrical & Computer Engineering, Michigan State University,

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

A Highly Scalable Parallel Boundary Element Method for Capacitance Extraction

A Highly Scalable Parallel Boundary Element Method for Capacitance Extraction A Highly Scalable Parallel Bounary Element Metho for Capacitance Extraction The MIT Faculty has mae this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

0607 CAMBRIDGE INTERNATIONAL MATHEMATICS

0607 CAMBRIDGE INTERNATIONAL MATHEMATICS PAPA CAMBRIDGE CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Seconary Eucation MARK SCHEME for the May/June 0 series CAMBRIDGE INTERNATIONAL MATHEMATICS /4 4 (Extene), maximum

More information

A shortest path algorithm in multimodal networks: a case study with time varying costs

A shortest path algorithm in multimodal networks: a case study with time varying costs A shortest path algorithm in multimoal networks: a case stuy with time varying costs Daniela Ambrosino*, Anna Sciomachen* * Department of Economics an Quantitative Methos (DIEM), University of Genoa Via

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

Using the disparity space to compute occupancy grids from stereo-vision

Using the disparity space to compute occupancy grids from stereo-vision The 2010 IEEE/RSJ International Conference on Intelligent Robots an Systems October 18-22, 2010, Taipei, Taiwan Using the isparity space to compute occupancy gris from stereo-vision Mathias Perrollaz,

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

Ad-Hoc Networks Beyond Unit Disk Graphs

Ad-Hoc Networks Beyond Unit Disk Graphs A-Hoc Networks Beyon Unit Disk Graphs Fabian Kuhn, Roger Wattenhofer, Aaron Zollinger Department of Computer Science ETH Zurich 8092 Zurich, Switzerlan {kuhn, wattenhofer, zollinger}@inf.ethz.ch ABSTRACT

More information

PDE-BASED INTERPOLATION METHOD FOR OPTICALLY VISUALIZED SOUND FIELD. Kohei Yatabe and Yasuhiro Oikawa

PDE-BASED INTERPOLATION METHOD FOR OPTICALLY VISUALIZED SOUND FIELD. Kohei Yatabe and Yasuhiro Oikawa 4 IEEE International Conference on Acoustic, Speech an Signal Processing (ICASSP) PDE-BASED INTERPOLATION METHOD FOR OPTICALLY VISUALIZED SOUND FIELD Kohei Yatabe an Yasuhiro Oikawa Department of Intermeia

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

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

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

Animated Surface Pasting

Animated Surface Pasting Animate Surface Pasting Clara Tsang an Stephen Mann Computing Science Department University of Waterloo 200 University Ave W. Waterloo, Ontario Canaa N2L 3G1 e-mail: clftsang@cgl.uwaterloo.ca, smann@cgl.uwaterloo.ca

More information

Design and Analysis of Optimization Algorithms Using Computational

Design and Analysis of Optimization Algorithms Using Computational Appl. Num. Anal. Comp. Math., No. 3, 43 433 (4) / DOI./anac.47 Design an Analysis of Optimization Algorithms Using Computational Statistics T. Bartz Beielstein, K.E. Parsopoulos,3, an M.N. Vrahatis,3 Department

More information

Module13:Interference-I Lecture 13: Interference-I

Module13:Interference-I Lecture 13: Interference-I Moule3:Interference-I Lecture 3: Interference-I Consier a situation where we superpose two waves. Naively, we woul expect the intensity (energy ensity or flux) of the resultant to be the sum of the iniviual

More information

A PSO Optimized Layered Approach for Parametric Clustering on Weather Dataset

A PSO Optimized Layered Approach for Parametric Clustering on Weather Dataset Vol.3, Issue.1, Jan-Feb. 013 pp-504-508 ISSN: 49-6645 A PSO Optimize Layere Approach for Parametric Clustering on Weather Dataset Shikha Verma, 1 Kiran Jyoti 1 Stuent, Guru Nanak Dev Engineering College

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

3D Registration based on Normalized Mutual Information

3D Registration based on Normalized Mutual Information 3D Registration based on Normalized Mutual Information Performance of CPU vs. GPU Implementation Florian Jung, Stefan Wesarg Interactive Graphics Systems Group (GRIS), TU Darmstadt, Germany stefan.wesarg@gris.tu-darmstadt.de

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

A Plane Tracker for AEC-automation Applications

A Plane Tracker for AEC-automation Applications A Plane Tracker for AEC-automation Applications Chen Feng *, an Vineet R. Kamat Department of Civil an Environmental Engineering, University of Michigan, Ann Arbor, USA * Corresponing author (cforrest@umich.eu)

More information

Detecting Overlapping Communities from Local Spectral Subspaces

Detecting Overlapping Communities from Local Spectral Subspaces Detecting Overlapping Communities from Local Spectral Subspaces Kun He, Yiwei Sun Huazhong University of Science an Technology Wuhan 430074, China Email: {brooklet60, yiweisun}@hust.eu.cn Davi Binel, John

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

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

All-to-all Broadcast for Vehicular Networks Based on Coded Slotted ALOHA

All-to-all Broadcast for Vehicular Networks Based on Coded Slotted ALOHA Preprint, August 5, 2018. 1 All-to-all Broacast for Vehicular Networks Base on Coe Slotte ALOHA Mikhail Ivanov, Frerik Brännström, Alexanre Graell i Amat, an Petar Popovski Department of Signals an Systems,

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

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT Anand P Santhanam Assistant Professor, Department of Radiation Oncology OUTLINE Adaptive radiotherapy for head and

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

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

Research Article Research on Law s Mask Texture Analysis System Reliability

Research Article Research on Law s Mask Texture Analysis System Reliability Research Journal of Applie Sciences, Engineering an Technology 7(19): 4002-4007, 2014 DOI:10.19026/rjaset.7.761 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitte: November

More information

William Yang Group 14 Mentor: Dr. Rogerio Richa Visual Tracking of Surgical Tools in Retinal Surgery using Particle Filtering

William Yang Group 14 Mentor: Dr. Rogerio Richa Visual Tracking of Surgical Tools in Retinal Surgery using Particle Filtering Mutual Information Computation and Maximization Using GPU Yuping Lin and Gérard Medioni Computer Vision and Pattern Recognition Workshops (CVPR) Anchorage, AK, pp. 1-6, June 2008 Project Summary and Paper

More information