Computing Spherical Transform and Convolution on the 2-Sphere

Size: px
Start display at page:

Download "Computing Spherical Transform and Convolution on the 2-Sphere"

Transcription

1 Computing Spherica Transform and Convoution on the 2-Sphere Boon Thye Thomas Yeo May, 25 Abstract We propose a simpe extension to the Least-Squares method of projecting sampes of an unknown spherica function onto the spherica harmonics. Using Gram-Schmidt orthogonaization, our spherica transform (unike previous agorithms) guarantees that the inverse transform converges to sampe points without any assumption about samping density or grid (such as the atitude-ongitude grid), aowing us to perform spherica convoution with non at-on sampes. Athough we have not derived theoretica proofs, we wi demonstrate that our agorithm achieves ow interpoation errors on the uniformy random grid even when samping beow the theoretica non-aiasing rate of the at-on grid. Whie we wi ony consider rea-vaued spherica functions, our method shoud be readiy extensibe to compexvaued functions. Introduction We define spherica functions, L 2 (S 2 ) to be the Hibert space of square integrabe functions on the two dimensiona sphere, S 2. In spherica coordinates, the usua inner product on the sphere is given by: f, h = π 2π f(θ, φ)h(θ, φ) sin θdφdθ where by convention, θ π (measured down from the z-axis) and φ < 2π measured countercockwise off the x-axis. Spherica functions arise in many fieds, such as shape modeing in computer vision [2] and medica imaging [9], computer graphics [7, 8], astrophysics [] and geophysics [5]. The fitering of spherica functions is therefore an active area of research. However, even simpe inear space-invariant fitering is hard because it is not possibe to discretize the surface of the sphere eveny such that the neighborhood of each point is the same. Therefore a popuar method of performing spherica convoution is to first project the discretized spherica function and fiter onto the span of spherica harmonics and perform the convoution in the fourier domain via simpe mutipications. The samping theorem, convoution theorem and fast spherica transform presented in Drico and Heay s semina paper [4] provides theoretica guarantees for this approach. The samping theorem ensures that the discretization of the spherica functions is reversibe (i.e. no aiasing), and the fast spherica transform aows for fast computation. Since then, there have been many improvements in creating faster spherica transform agorithms [3, ]. However, the samping theorem ony hods for samping on the at-on grid, which suffers from excessive samping near the poes. In practice, the bandwidth of our function might not be known in advance, and so it is conceivaby better if we spread out our measurements over the sphere. In addition to the convoution theorem mentioned above, another reason for representing functions as a inear combination of spherica harmonics is the uniform resoution property of the spherica harmonics (see section 2) [4]. Our own motivation comes from the representation of brain cortica surfaces as functions on spheres. Neurobioogists beieve that most of our higher cognitive abiities originate from the cerebra cortex, and that neuroogica growth or diseases significanty ater the structure of the cortex. Currenty, we are working with MRI-segmented cortica surfaces that are mapped onto the topoogicay-equivaent spherica surfaces. In this case, the samping is ceary of a more uniform nature than the at-on grid and the samping density is outside our contro. In this paper, we present a method of computing the harmonic decomposition of a spherica function, not necessariy samped on the at-on grid. Our transform guarantees that the inverse transform converges to the sampe points. We wi demonstrate empiricay that our agorithm performs better than the usua Least-Squares method and fast spherica transform on the at-on grid. On the uniformy random grid, both our agorithm and Least-Squares achieve ow interpoation errors when samping beow the theoretica non-aiasing rate of the at-on grid. This paper is organized as foows. Section 2 goes through the basic definitions and properties of spherica harmonics, whie section 3 formuates the Least-Squares approximation to the harmonic decomposition probem. This eads to the discussion of Gram-Schmidt orthogonaization in section 4 and computationa issues in section 5, foowed by experimenta resuts and concusions in section 6 and 7. For competeness, we wi mention that there are other competing methods of spherica fitering. Among these are adhoc techniques designed for particuar fiters, and therefore not extensibe to a fiters. A notabe exampe is Sweden s ifting scheme [], which constructs second generation waveets capabe of handing non-eucidean manifods, such as the sphere [7], [8]. Spherica waveets utiizes the geodesic grid, which is obtained by projecting the icosahedron onto the sphere and then continuay subdividing its faces into smaer trianges. The advantage of

2 (a) (c) (b) (d) The spherica harmonics equations can be overwheming at first, so we dispay a few of the harmonics in figure. The spherica harmonics, Y m (θ, φ) form an orthonorma basis for L 2 (S 2 ). Therefore, we can expand a function, f L 2 (S 2 ) as f = m f(, m)y m (θ, φ) (4) where f(, m) denotes the (, m) harmonic coefficient, equa to f, Y m. Because of eq (4), approximating the harmonics coefficients is equivaent to interpoating our sampes. We state the foowing theorems without proof [4, 3]: Theorem (Convoution Theorem [4]). For functions f, h L 2 (S 2 ), the transform of the convoution is a pointwise product of the transforms: (f 4π h)(, m) = 2π f(, m)ĥ(, ) 2 + Figure : Low-order spherica harmonics. Ony the rea part is potted for compex-vaued harmonics. (a) Y (θ, φ) = 2 (b) Re{Y π 2 (θ, φ)} = 5 4 π (3cos2 θ ) (c) Re{Y2 2 (θ, φ)} = 5 4 2π sin2 θcos2φ (d) Re{Y2 (θ, φ)} = sinθcosθcosφ. The coor of the surface represents 2 5 2π the vaue of the function. For exampe, in (a), Y (θ, φ) is actuay a sphere and hence a surface points are equidistant from the origin, and thus are of the same coor. starting with the icosahedron is that the resuting trianguation has the east imbaance in area between its constituent trianges [8]. Indeed, besides the at-on grid, the geodesic grid is often the spherica grid of choice. It is for exampe used in the iterative soution of partia differentia equations that simuate ocean dynamics [5]. However, as a samping grid, it suffers from the probem that we are unabe to sampe at intermediate number of points, as the number of vertices jump sharpy with each subdivision. At eve 7, there are aready vertices. 2 Spherica Harmonics Preiminaries For any integer and integer m, m, the spherica harmonic of degree and order m, Y m (θ, φ) takes the form for m : Y m (θ, φ) = and for m < : (2 + )( m)! P m (cos θ)e imφ () 4π( + m)! Y m (θ, φ) = ( ) m Y m (θ, φ) (2) where P m (x) are the associated Legendre Poynomias: P m (x) = ( )m 2 ( x 2 m/2 dm+ )! dx m+ (x2 ) (3) 2 Observe the asymmetry of the convoution theorem: ĥ(, ) vs f(, m). This comes from the definition of convoution as a eft-convoution (averaging eft transations). There is a simiar theorem for right convoution (averaging right transations). Another important thing to note about the convoution theorem is that it is independent of the samping. Hence, as ong as we can project our sampes onto the span of spherica harmonics accuratey, we can perform convoution via the fourier domain accuratey, regardess of the samping grid. Theorem 2 (Samping Theorem [3]). Let f L 2 (S 2 ) be a bandimited function of bandwith b, i.e. f(, m) = for b. Then: f(, m) = 2π 2b 2b j= 2b k= a (b) j f(θ j, φ k )Y m(θ j, φ k ) for < b and m. Here θ j = π 2j+ 4B, φ k = πk/b and are deterministic weights designed to compensate for a (b) j the oversamping at the poes. Note that the proof ony showed (2b) 2 sampes to be sufficient (not necessary), athough empiricay our methods cannot hande ess than (2b) 2 sampes on the at-on grid (see section 6.2). Whie the samping theorem ony appies to the at-on grid, for the sake of comparison, we wi sti consider a function of bandwidth b to be undersamped when ess than (2b) 2 sampes are taken. Theorem 3 (Uniform Resoution [4]). Under a rotation, each spherica harmonic of degree is transformed into a inear combination of ony those harmonics of the same degree. Hence, the eve of resoution of bandimited functions obtained through the truncation of the harmonics is uniform a

3 over the sphere, thus providing an avenue of getting around the inabiity to discretize the sphere eveny []. We wi now estabish some properties of rea-vaued spherica functions. Consider a rea-vaued function f and define c m to be the projection coefficient of the function f onto the spherica harmonic of degree and order m. Since c m = f, Y m, we have c m = = π 2π π 2π = ( ) m π f(θ, φ)y m (θ, φ) sin θdφdθ f(θ, φ)[( ) m Y m (θ, φ)] sin θdφdθ 2π f(θ, φ)y m (θ, φ) sin θdφdθ = ( ) m c m (5) where we used eq (2) and f(θ, φ) = f(θ, φ) since f is reavaued. Hence, when trying to find the spherica transform coefficients c m, we ony need to consider m. Therefore, using the above, for m > : c m Y m + c m Y m = ( ) m c m ( ) m Y m + c m Y m = c m Y m + c m Y m = 2Re{c m Y m } = 2(a m R m + b m ( I m )) (6) where c m = a m + ib m and R m, I m are the rea and imaginary parts of Y m. Note that for m =, Y m is rea, and therefore c must aso be rea in order for f to be reavaued. 3 Least-Squares Approximation Whie c m = f, Y m, in practice, we are unabe to evauate the inner product because we ony know the vaues of f at its sampe points. Because the samping theorem ony hods for at-on grid, we are unsure what to do for non at-on sampes. Suppose we sampe f at (θ i, φ i ), i n, not necessariy on the at-on grid, we coud try to discretize the integra [2]: c m 4π n n f(θ i, φ i )Y m (θ i, φ i ) i= Unfortunatey, whie the spherica harmonics are orthonorma, their vaues evauated at some set of parameter pairs (θ i, φ i ) wi generay not form an orthonorma set of vectors. However, what we reay want is a spherica harmonic series that passes near the sampe points [2], based on the assumption that a series that passes near the sampe points wi be cose to the origina function everywhere. Here, we deviate from the formuation of [2], adapting their method to our probem at hand. Once again, etting R m, I m be the rea and imaginary parts of Y m, we define 3 R(θ, φ ) R(θ 2, φ 2 )... R(θ n, φ n ) R(θ, φ ) R(θ 2, φ 2 )... R(θ n, φ n ) 2R(θ, φ ) 2R(θ 2, φ 2 )... 2R(θ n, φ n ) B T = 2I (θ, φ ) 2I (θ 2, φ 2 )... 2I (θ n, φ n ) R2(θ, φ ) R2(θ 2, φ 2 )... R2(θ n, φ n ) I (θ, φ ) 2I (θ 2, φ 2 )... 2I (θ n, φ n ) (7) Hence, B is a n x 2 matrix containing the spherica harmonics up to degree, evauated at our sampe points (with some scaing). Ony the rea part of order harmonics are incuded because order harmonics are rea. The factor 2 and minuses are incuded here due to eq (6). We denote the sampes of f by the n x vector f and define c T = [a a a b a 2... b ], where cm = a m + ib m. Then our objective of finding a harmonic series that passes near the sampe points is equivaent to finding a c that minimizes the error vector e, such that f = B c + e. If we adopt the 2 -norm as our measure of e, then c = (B T B) B T f (8) is the Least-Squares soution that minimizes our error measure. Hence, to project our samped function onto the spherica harmonics up to degree, we form the n x 2 matrix, B and estimate the coefficients using eq (8). In practice, we can increase the degree progressivey, unti a pre-determined accuracy is achieved. The probem with the Least-Squares method is that B T B might not be invertibe even when 2 < n or 2 < b, where b is the bandwidth of our function. Whie B T B seems to be mosty invertibe for uniformy random samping (see section 6), there is no theoretica guarantees. In fact, when samping on the at-on grid, the coumns of B are often not ineary independent, when we have < (2b) 2 sampes. 4 Gram-Schmidt Orthogonaization Notice that in the Least-Squares approximation, as we progressivey increase the degree of the spherica harmonics to improve our approximation, the number of coumns of B increases but not the rows. Hence, to avoid having to worry about inear independence of B s coumns, we can perform Gram-Schmidt orthogonaization. Since Gram-Schmidt orthogonaization is done in an iterative fashion, it is just right for the progressive addition of coumns to B. The coumns of B that are aready in the span of previous coumns are discarded. Formay, we et { v, v 2, v 3,...} denote the coumns of B. Our aim is to produce an orthogona sets of vectors W = { w, w 2, w 3,...} spanning the coumn space of B, giving priorities to the earier coumns (ower harmonics). We do this iterativey: w = v w 2 = v 2 v 2, w w, w w

4 w 3 = v 3 v 3, w w, w w v 3, w 2 w 2, w 2 w 2 w 4 = v 4 v 4, w w, w w v 4, w 2 w 2, w 2 w 2 v 4, w 3 w 3, w 3 w 3.. (9) Note that if v i ies in the span of the previous v j s, then w i = and we shoud discard it. In practice, we discard w i if its norm is beow a certain threshod. It is easy to verify that the w i s are by construction orthogona. The projection of f on the span of W is therefore given by f = i a i w i = i f, w i w i, w i w i. We can summarize our agorithm as foows:. Set W = {} (the empty set), = and residua vector f = f. 2. Evauate f = f, f f, f, the normaized residua error. Normaization by f, f is neccessary to eiminate scaing effects. 3. Whie ( f > threshod), (a) Set = +. (b) Use Gram-Schmidt orthogonaization to check if the samped harmonics of degree is in the span of W (c) Add ony the set of new orthogona vectors, W (if any) to W. (d) Set f = f i W f, w i w i, w i. (e) Evauate f f, w i w i, w i w i and record In our experiments, threshod of f is set to. Observe that our agorithm has ony computed the projection coefficients of f on W, but what we reay want are the corresponding projection coefficients of f on the independent spherica harmonics. In theory, these can be recovered from the projection coefficients of f on W and the projection coefficients of v i s on w i s obtained from the orthogonaization process. However, the inversion process can be quite messy to program and so in practice, we keep track of the independency between the samped spherica harmonics during the orthogonaization process. When we compete the agorithm from above, we assembe the set of independent samped harmonics and perform a east-squares projection of f on that set. The coefficients of the dependent harmonics are set to. Note that the coefficients obtained this way wi be exacty the same as those obtained by the inversion process and wi in fact avoid numerica issues associated with a progressivey tinier residua vector, f. 5 Evauating the Harmonics To evauate the spherica harmonics, we make use of the three-term recurrence for P m (x), the associated Legendre 4 Poynomias []: where, xp m α m = = α m P m + α m +P m + () ( m)( + m) (2 )(2 + ) () and hence to cacuate P m (x), we begin with P m m (x) = and P m m (x) = ( ) m ( x2 ) m 2 2 m m! and use the recurrence eq. () to obtain 2m + (2m)! (2) 2 Pm+ m = αm+ m (xpm m αmp m m ) m (3) and repeat ti we achieve the desired P m (x). Care must be taken to evauate the constant 2m+ 2 m m! 2 (2m)!. If 2 m, m! or (2m)! is evauated directy, the foating-point range can be easiy exceeded even with moderate vaues of m. To avoid overfow, we 2m+ begin with 2, and mutipy a factor from the denominator when the constant is greater than and mutipy a factor from the numerator when the constant is ess than. When a the factors from either the numerator or denominator have been used up, we mutipy the remaining factors []. 6 Experiments In this section, we compare the performance of the Gram- Schmidt projection, the Least-Squares approximation and the Fast Spherica Transform on both the at-on grid and the uniformy random grid. For the fast spherica transform, we actuay utiize the non-speedup version, S2kit [6] because the fast spherica transform package, SpharmonicKit [6] ony handes powers-of-2 bandwidths. However, this is fine since they both use the samping theorem and we are ony testing for accuracy not speed. The uniformy random grid is defined as foows. Given an input N, we sampe (2N) 2 random points uniformy around the sphere. This can be impemented as foows: For each sampe, we generate the coordinate (θ, φ) by samping φ uniformy in the range [, 2π] and θ from the probabiity density distribution 2sin θ, θ π. The sin serves to compensate for the smaer area near the poes and pays an anaogous roe to the sin factor arising from integration on the sphere. We generate two random rea-vaued bandimited functions, f (bandwidth 2) and g (bandwidth 5), by setting the rea and imaginary parts of the spherica harmonic coefficients uniformy in the range [, ], for m. This determines the coefficients of negative order harmonics since c m = c m ( ) m (see eq. 2) for rea-vaued functions.

5 6. Toy Exampe As a sanity check, we sampe f on the at-on grid using (2 2) 2 = 6 sampes, and appy Least-Squares, Gram-Schmidt and S2kit transforms to the sampes. We then compare the coefficients obtained by the transforms with the origina known coefficients. The resuts are summarized in the foowing tabe: Least-Squares Gram-Schmidt S2Kit Max Absoute Difference 4.523e e e-4 We repeat this with 6 uniformy random sampes, but without S2kit since it ony handes at-on sampes: Normaized Difference (Test Error) Least Square Residua (Training Error) Gram Schmidt Residua(Training Error) S2kit Residua (Training Error) Least Square Normaized Difference (Test Error) Gram Schmidt Normaized Difference (Test Error) S2kit Normaized Difference (Test Error) Least-Squares Gram-Schmidt Max Absoute Difference e e-5 As expected, our agorithms work we with (2b) 2 sampes. Note that in the second tabe, Least-Squares and Gram-Schmidt shoud have the same errors except that we generate the 6 randomy uniform sampes on the fy, and so the agorithms were running on different set of sampes. 6.2 Undersamping on the Lat-Lon Grid Next, we undersampe f on the at-on grid with varying number of sampes, and appy Least-Squares, Gram- Schmidt and S2kit transforms. This time, the transform coefficients are definitey different from the origina coefficients, and so to measure interpoation errors between sampe points, we reconstruct our function, f from our transform coefficients using eq (4). We then compare the vaues of f and f at uniformy random points. Denoting f and f as the sampe vectors, we define the normaized difference between f and f to be f f / f, where the norm is taken to be the usua inner product norm,,. We can interpret the normaized difference to be the test error because it measures how we the coefficients we found generaize to unseen sampe points. We summarize the resuts in figure 2. From the figure, notice that the normaized difference (test error) of the Gram-Schmidt is in genera ower than Least-Squares and S2kit. We can aso concude from the figure that Gram-Schmidt suffers from overfitting, since test error is a ot higher than training error (amost ). Indeed, in the case of sampes (Gram-Schmidt suffers from the worst test error), setting the threshod for f to be.5 instead of increases the training error to.3393, whie decreasing the test error to.2284 (not shown in figure). An important observation is that athough Gram-Schmidt manages to beat Least-Squares and S2kit, in genera, the resuts are sti consideraby weaker than the amost-zero errors obtained in the previous section, when there s sufficient samping. We sha see in the next section that on the uniformy random grid, we can achieve ow errors despite undersamping Number of Sampes Figure 2: Performing Spherica Transform on the Undersamped Lat-Lon Grid: Training (Normaized Residua) Error and Test (Normaized Difference) Error of Least- Squares, Gram-Schmidt and S2kit. 6.3 Undersamping on the Uniformy Random Grid In this section, we undersampe f using the uniformy random grid with varying number of sampes. Once again we use normaized difference to measure our generaization error. The resuts are shown in figure 3. From the figure, we find that as ong as we have at east 4 sampes, both Least-Squares and Gram-Schmidt yied amost error. Interestingy, once we have ess than 4 sampes, the errors simpy bow up. Indeed, when we compare the experimenta errors between 399 and 4 sampes, we notice a big jump in error. This is summarized in the tabe beow: Number of Sampes Least-Squares f f / f 2.257e Gram-Schmidt f f / f.7346e To ensure that our resuts are not dependent on the error measure, we try a different error measure. We define the maximum normaized absoute difference between f and f to be max( abs( f f) abs( f) ). It basicay measures the argest percentage error in the approximation. The foowing tabe summarizes the resut: Number of Sampes Least-Squares.269e e+4 Gram-Schmidt.5e e+5 We do not think that it is a coincidence that 4 = 2 2, where 2 is the bandwidth of our samped function, f. It might be that for a bandimited spherica function of bandwidth b that is uniformy samped, the Nyquist rate might be b 2, rather than (2b) 2 on the at-on grid. Aso observe

6 Normaized Difference (Test Error) Least Square Residua (Training Error) Gram Schmidt Residua(Training Error) Least Square Normaized Difference (Test Error) Gram Schmidt Normaized Difference (Test Error) Normaized Difference (Test Error) Least Square Normaized Difference (Test Error) Gram Schmidt Normaized Difference (Test Error) S2kit Normaized Difference (Test Error) Number of Sampes Number of Sampes Figure 3: Performing Spherica Transform on Undersamped Uniformy Random Grid: Training (Normaized Residua) Error and Test (Normaized Difference) Error of Least-Squares and Gram-Schmidt. that 2 2 corresponds to the degree of freedom we have in determining our harmonic coefficients (where we consider a singe compex coefficient to contain 2 degrees of freedom). One might wonder why Least-Squares has simiar performance to Gram-Schmidt on the randomy uniform grid, but not on the at-on grid. The probem is that for the aton grid, B T B (see eq. 8) is often non-invertibe even when there are fewer coumns than there are sampes. 6.4 Convoution: Undersamping on the Lat- Lon Grid In this experiment, we convove our random bandimited function, f with our random fiter, g of bandwidth 5 to obtain h, i.e. f g = h. We assume that we have sufficient resources to represent the fiter, so we wi use its true harmonic coefficients. The approximation comes from estimating f s coefficients, using Least-Squares, Gram-Schmidt and S2kit with varying number of sampes. We then use the convoution theorem to obtain h, our approximation of h. Once again, we measure our interpoation error by comparing h and h at uniformy random points using normaized difference as our error measure. Note that we can cacuate h exacty since we generated f and g and so can appy the convoution theorem directy. We summarize our resuts in figure 4. Both S2kit and Gram-Schmidt have amost zero errors up ti 576 ((2(2)) 2 ) sampes. Whie it is not shown in the figure, the accuracy deteriorates rapidy when we use < 576 sampes. On the other hand, Least Squares perform bady the moment we undersampe f (ess than 8 sampes). However, notice that despite this, a three methods have significanty ower errors in figure 4 compared with figure 2. A possibe 6 Figure 4: Performing Convoution on the Undersamped Lat-Lon Grid: Training (Normaized Residua) Error and Test (Normaized Difference) Error of Least-Squares and Gram-Schmidt. Note that the back ine ies exacty on the bue ine, so you can t see the bue ine. expanation is this: because our fiter is of bandwidth 5, it acts as a ow pass fiter and remove the higher harmonics of f by mutipying them with zero. This tends to reduce the errors because the higher frequencies are ess reiabe due to undersamping. What is surprising however, is that whie a three methods have approximatey the same errors when estimating the spherica harmonics coefficients on the undersamped aton grid (see figure 2), S2kit and Gram-Schmidt perform so much better than Least-Squares when performing convoution. 6.5 Convoution: Undersamping on the Uniformy Random Grid We repeat the convoution experiment from the previous section, but this time using the uniformy random grid. From section 6.3, we expect our convoution to be accurate when we have at east 4 sampes, since Least-Squares and Gram-Schmidt Spherica Transforms are accurate over that range. Figure 5 shows the resut of our convoution experiment, and our predictions are indeed correct. However, unike the at-on grid, we do not get any boost in accuracy due to the ow-pass fiter. Despite this, we note that the uniformy random grid sti performs better, requiring ony 4 sampes compared with 576 sampes on the at-on grid. 6.6 Fina Toy Exampe We wi end our experimenta section with a fina toy exampe. Figure 6a shows a spherica image with a noisy protrusion (whose harmonic coefficients we know), and figure 6b shows a spherica fiter with a smooth symmetric bump on

7 Normaized Difference (Test Error) Least Square Normaized Difference (Test Error) Gram Schmidt Normaized Difference (Test Error) Number of Sampes Figure 5: Performing Convoution on the Undersamped Uniformy Random Grid: Training (Normaized Residua) Error and Test (Normaized Difference) Error of Least- Squares and Gram-Schmidt. the North Poe (whose harmonic coefficients we aso know). Both the image and fiter have bandwidths of 64. Convoving our image with the fiter shoud ideay yied an output that has a maximum at the bump (see figure 6c). In our experiment, we sampe our fiter and image at 64 2 uniformy random points (instead of the required (2(64)) 2 points on the at-on grid). The resut is shown in figure 6d. The maximum normaized absoute difference between the idea output and our resut over 4 uniformy random points is.946e 8. 7 Concusions and Future Work In this paper, we proposed and experimented with an extension to the Least-Squares method of projecting sampes of an unknown spherica function onto the span of spherica harmonics. The use of Gram-Schmidt orthogonaization is motivated by the fact that whie Least-Square aims to find a spherica harmonic decomposition that passes near the sampe points, there s no guarantee that the coumns of B (refer to eq. 7) wi be independent even when there are more rows than coumns in B (i.e. more sampes than the degree of freedom we have in the harmonic coefficients). Hence B T B coud become non-invertibe before we coud attain a good fit. Indeed, as shown in section 6.2, the coumns of B quicky became dependent when samping on the at-on grid, resuting in poor training and test error. On the other hand, Gram-Schmidt was abe to fit the sampes competey, athough there were obvious signs of overfitting. We ike to comment on the discarding of dependent spherica harmonics in the Gram-Schmidt orthogonaization process. Since these (samped) spherica harmonics aready ie in the span of previousy samped harmonics, adding them wi not yied a better approximation to the 7 samped points. By throwing them away, we are in fact favoring the harmonics we process earier, i.e. the ower-order harmonics. Hence, our agorithm has an impicit preference for smooth (ower-order) harmonics that expain our sampe points. We aso demonstrated that we needed ess sampes for the randomy uniform grid compared with the at-on grid. Empiricay, we found that a function of bandwidth b required b 2 sampes on the uniformy random grid compared with (2b) 2 sampes on the at-on grid. Finay, our experiments on convoution (section 6.4 and 6.5) showed that if we fitered a function of bandwidth b with a fiter of ower bandwidth, we might require ess than (2b) 2 sampes on the at-on grid in order to get accurate resuts. This was not true for the uniformy random grid, athough overa, the uniformy random grid sti performed better. Such a property is ess surprising if one considers a -D signa. Remember that samping a -D signa is equivaent to repicating the fourier transform of the signa periodicay in the fourier domain. As samping becomes more sparse, these repicas come coser and coser together. When the repicas overap, we have aiasing. Since overaps first occur in the higher frequencies, it means that aiasing effects tend to first show up in the higher frequency bands. Appying a ow-pass fiter wi eiminate the probematic higher frequency bands. The advantage of Least-Squares and Gram-Schmidt is that they hande the case of non at-on samping. However the fast spherica transform is simpy much faster (O(nog 2 n)), where n is the number of sampes. In comparison, our agorithm is at east O(n 3 ) (due to matrix inversion) assuming we use just enough sampes to prevent aiasing. The ess samping we require on the uniformy random grid ony comes up as an agorithmic constant. A possibe aternative might be to perform a one-time decomposition of our image using Least-Squares or Gram-Schmidt. Then for any fiter or cascade of fiters we woud ike to appy to our image, we can perform fast spherica transform to obtain the fiters coefficients assuming we know the anaytic expression of the fiters. There are a ot more work to be done:. We woud ike to test our agorithm on other grids and investigate their samping threshod. 2. We woud ike to investigate a more theoretica basis of samping imits on a non at-on grid, besides the intuitive reason that the at-on grid wastes too many sampes near the poes. A possibe source of inspiration coud come from non-uniform samping of -D signas. It is known that if non-uniform samping is done correcty, the nyquist rate can be vioated for -D signas. 3. Whie projecting our image onto the span of spherica harmonics provides a convenient way of performing convoution, we are sti unabe to hande non-inear fiters. There are many usefu (even simpe) non-inear fiters in image processing (such as the median fiter) that cannot be impemented via convoution. For such

8 (a) (b) (c) (d) Figure 6: (a) Spherica function, Bandwidth = 64, with a noisy protrusion. (b) Spherica Fiter, Bandwidth = 64, with smooth symmetric bump on the North Poe. (c) Idea Output. (d) Output found by estimating harmonic coefficients using Gram-Schmidt over 642 sampes over the uniformy random grid. fiters, we probaby have to empoy brute force methods, such as projecting our spherica function onto the pane and doing image processing there. Since the sphere and pane are geometricay and topoogicay different, we wi need to warp our image and fiter appropriatey. We wi aso need to interpoate the pixes of the 2D-grid, introducing possiby interpoation errors. It wi be interesting to compare the accuracy of the brute force method with our agorithm appied to inear fitering. [3] D.N. Rockmore P.J. Kosteec D.M. Heay, Jr. and S. Moore. Ffts for 2-sphere-improvements and variations. The Journa of Fourier Anaysis and Appications, pages Vo. 9, No. 4, , 23. [4] James R. Drisco and JR Dennis M. Heay. Computing fourier transforms and convoutions on the 2-sphere. Advances in Appied Mathematics, pages Vo. 5, 22 25, 994. [5] Francis X. Girado. Lagrange-gaerkin methods on spherica geodesic grids. Journa of Computationa Physics, pages 36: 97 23, We have not considered the case when our sampes are noisy. For exampe, we woud not expect our segmented cortica surfaces to be free of noise. Hence we woud probaby not want to fit our data sampes competey. This is reated to the overfitting probem that Gram-Schmidt suffers from. However, for rea data, we actuay do not know the underying function, so it wi be hard to test for overfitting. Perhaps we can use techniques such as eave-one-out cross-vaidation, athough that wi sow down our agorithms even further. [6] Peter J. Kosteec and Danie N. Rockmore. S2kit: A ite version of spharmonic kit. geeong/sphere/. [7] Peter Schroder and Wim Swedens. Spherica waveets: Efficienty representing functions on the sphere. In Computer Graphics Proceedings (SIGGRAPH), pages 6 72, 995. [8] Peter Schroder and Wim Swedens. Spherica waveets: Texture processing. Rendering Techniques, pages , Aug 995. [9] Lawrence H. Staib and James S. Duncan. Mode-based deformabe surface finding for medica images. IEEE Transactions on Medica Imaging, pages Vo. 5, No. 5, 72:73, Oct 996. References [] Martin Bohme. A fast agorithm for fitering and waveet decomposition on the sphere. Thesis (Dipoma), June 22. [2] G. Gerig CH. Brechbuher and O. Kuber. Parametrization of cosed surfaces for 3-d shape description. Computer Vision and Image Understanding, pages Vo. 6, No.2, 54 7, Mar, 995. [] Wim Swedens. The ifting scheme: A construction of second generation waveets. Siam Journa of Mathematica Anaysis, pages Vo 29, No. 2, pp , Mar 998. [] L. Jacques Y. Wiaux and P. Vandergheynst. Corresponding principe between spherica and eucidean waveets. Submitted to Astrophysics, 25. 8

FFTs in Graphics and Vision. Spherical Convolution and Axial Symmetry Detection

FFTs in Graphics and Vision. Spherical Convolution and Axial Symmetry Detection FFTs in Graphics and Vision Spherica Convoution and Axia Symmetry Detection Outine Math Review Symmetry Genera Convoution Spherica Convoution Axia Symmetry Detection Math Review Symmetry: Given a unitary

More information

Separation of Variables and a Spherical Shell with Surface Charge

Separation of Variables and a Spherical Shell with Surface Charge Separation of Variabes and a Spherica She with Surface Charge In cass we worked out the eectrostatic potentia due to a spherica she of radius R with a surface charge density σθ = σ cos θ. This cacuation

More information

Discrete Techniques. Chapter Introduction

Discrete Techniques. Chapter Introduction Chapter 3 Discrete Techniques 3. Introduction In the previous two chapters we introduced Fourier transforms of continuous functions of the periodic and non-periodic (finite energy) type, as we as various

More information

Discrete Techniques. Chapter Introduction

Discrete Techniques. Chapter Introduction Chapter 3 Discrete Techniques 3. Introduction In the previous two chapters we introduced Fourier transforms of continuous functions of the periodic and non-periodic (finite energy) type, we as various

More information

Higher dimensional PDEs and multidimensional eigenvalue problems

Higher dimensional PDEs and multidimensional eigenvalue problems Higher dimensiona PEs and mutidimensiona eigenvaue probems 1 Probems with three independent variabes Consider the prototypica equations u t = u (iffusion) u tt = u (W ave) u zz = u (Lapace) where u = u

More information

CS229 Lecture notes. Andrew Ng

CS229 Lecture notes. Andrew Ng CS229 Lecture notes Andrew Ng Part IX The EM agorithm In the previous set of notes, we taked about the EM agorithm as appied to fitting a mixture of Gaussians. In this set of notes, we give a broader view

More information

SPHERICAL HARMONIC TRANSFORM FOR MINIMUM DIMENSIONALITY REGULAR GRID SAMPLING ON THE SPHERE. Zubair Khalid and Rodney A. Kennedy

SPHERICAL HARMONIC TRANSFORM FOR MINIMUM DIMENSIONALITY REGULAR GRID SAMPLING ON THE SPHERE. Zubair Khalid and Rodney A. Kennedy SPHERICAL HARMONIC TRANSFORM FOR MINIMUM DIMENSIONALITY REGULAR GRID SAMPLING ON THE SPHERE Zubair Khaid and Rodney A. Kennedy Research Schoo of Engineering, The Austraian Nationa University, Canberra,

More information

$, (2.1) n="# #. (2.2)

$, (2.1) n=# #. (2.2) Chapter. Eectrostatic II Notes: Most of the materia presented in this chapter is taken from Jackson, Chap.,, and 4, and Di Bartoo, Chap... Mathematica Considerations.. The Fourier series and the Fourier

More information

A. Distribution of the test statistic

A. Distribution of the test statistic A. Distribution of the test statistic In the sequentia test, we first compute the test statistic from a mini-batch of size m. If a decision cannot be made with this statistic, we keep increasing the mini-batch

More information

A Brief Introduction to Markov Chains and Hidden Markov Models

A Brief Introduction to Markov Chains and Hidden Markov Models A Brief Introduction to Markov Chains and Hidden Markov Modes Aen B MacKenzie Notes for December 1, 3, &8, 2015 Discrete-Time Markov Chains You may reca that when we first introduced random processes,

More information

arxiv: v1 [math.ca] 6 Mar 2017

arxiv: v1 [math.ca] 6 Mar 2017 Indefinite Integras of Spherica Besse Functions MIT-CTP/487 arxiv:703.0648v [math.ca] 6 Mar 07 Joyon K. Boomfied,, Stephen H. P. Face,, and Zander Moss, Center for Theoretica Physics, Laboratory for Nucear

More information

LECTURE NOTES 8 THE TRACELESS SYMMETRIC TENSOR EXPANSION AND STANDARD SPHERICAL HARMONICS

LECTURE NOTES 8 THE TRACELESS SYMMETRIC TENSOR EXPANSION AND STANDARD SPHERICAL HARMONICS MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Eectromagnetism II October, 202 Prof. Aan Guth LECTURE NOTES 8 THE TRACELESS SYMMETRIC TENSOR EXPANSION AND STANDARD SPHERICAL HARMONICS

More information

FRST Multivariate Statistics. Multivariate Discriminant Analysis (MDA)

FRST Multivariate Statistics. Multivariate Discriminant Analysis (MDA) 1 FRST 531 -- Mutivariate Statistics Mutivariate Discriminant Anaysis (MDA) Purpose: 1. To predict which group (Y) an observation beongs to based on the characteristics of p predictor (X) variabes, using

More information

C. Fourier Sine Series Overview

C. Fourier Sine Series Overview 12 PHILIP D. LOEWEN C. Fourier Sine Series Overview Let some constant > be given. The symboic form of the FSS Eigenvaue probem combines an ordinary differentia equation (ODE) on the interva (, ) with a

More information

Chemical Kinetics Part 2

Chemical Kinetics Part 2 Integrated Rate Laws Chemica Kinetics Part 2 The rate aw we have discussed thus far is the differentia rate aw. Let us consider the very simpe reaction: a A à products The differentia rate reates the rate

More information

Lecture 17 - The Secrets we have Swept Under the Rug

Lecture 17 - The Secrets we have Swept Under the Rug Lecture 17 - The Secrets we have Swept Under the Rug Today s ectures examines some of the uirky features of eectrostatics that we have negected up unti this point A Puzze... Let s go back to the basics

More information

Week 6 Lectures, Math 6451, Tanveer

Week 6 Lectures, Math 6451, Tanveer Fourier Series Week 6 Lectures, Math 645, Tanveer In the context of separation of variabe to find soutions of PDEs, we encountered or and in other cases f(x = f(x = a 0 + f(x = a 0 + b n sin nπx { a n

More information

More Scattering: the Partial Wave Expansion

More Scattering: the Partial Wave Expansion More Scattering: the Partia Wave Expansion Michae Fower /7/8 Pane Waves and Partia Waves We are considering the soution to Schrödinger s equation for scattering of an incoming pane wave in the z-direction

More information

David Eigen. MA112 Final Paper. May 10, 2002

David Eigen. MA112 Final Paper. May 10, 2002 David Eigen MA112 Fina Paper May 1, 22 The Schrodinger equation describes the position of an eectron as a wave. The wave function Ψ(t, x is interpreted as a probabiity density for the position of the eectron.

More information

Optimality of Inference in Hierarchical Coding for Distributed Object-Based Representations

Optimality of Inference in Hierarchical Coding for Distributed Object-Based Representations Optimaity of Inference in Hierarchica Coding for Distributed Object-Based Representations Simon Brodeur, Jean Rouat NECOTIS, Département génie éectrique et génie informatique, Université de Sherbrooke,

More information

Statistical Learning Theory: A Primer

Statistical Learning Theory: A Primer Internationa Journa of Computer Vision 38(), 9 3, 2000 c 2000 uwer Academic Pubishers. Manufactured in The Netherands. Statistica Learning Theory: A Primer THEODOROS EVGENIOU, MASSIMILIANO PONTIL AND TOMASO

More information

FOURIER SERIES ON ANY INTERVAL

FOURIER SERIES ON ANY INTERVAL FOURIER SERIES ON ANY INTERVAL Overview We have spent considerabe time earning how to compute Fourier series for functions that have a period of 2p on the interva (-p,p). We have aso seen how Fourier series

More information

221B Lecture Notes Notes on Spherical Bessel Functions

221B Lecture Notes Notes on Spherical Bessel Functions Definitions B Lecture Notes Notes on Spherica Besse Functions We woud ike to sove the free Schrödinger equation [ h d r R(r) = h k R(r). () m r dr r m R(r) is the radia wave function ψ( x) = R(r)Y m (θ,

More information

Chemical Kinetics Part 2. Chapter 16

Chemical Kinetics Part 2. Chapter 16 Chemica Kinetics Part 2 Chapter 16 Integrated Rate Laws The rate aw we have discussed thus far is the differentia rate aw. Let us consider the very simpe reaction: a A à products The differentia rate reates

More information

A Solution to the 4-bit Parity Problem with a Single Quaternary Neuron

A Solution to the 4-bit Parity Problem with a Single Quaternary Neuron Neura Information Processing - Letters and Reviews Vo. 5, No. 2, November 2004 LETTER A Soution to the 4-bit Parity Probem with a Singe Quaternary Neuron Tohru Nitta Nationa Institute of Advanced Industria

More information

2M2. Fourier Series Prof Bill Lionheart

2M2. Fourier Series Prof Bill Lionheart M. Fourier Series Prof Bi Lionheart 1. The Fourier series of the periodic function f(x) with period has the form f(x) = a 0 + ( a n cos πnx + b n sin πnx ). Here the rea numbers a n, b n are caed the Fourier

More information

An Algorithm for Pruning Redundant Modules in Min-Max Modular Network

An Algorithm for Pruning Redundant Modules in Min-Max Modular Network An Agorithm for Pruning Redundant Modues in Min-Max Moduar Network Hui-Cheng Lian and Bao-Liang Lu Department of Computer Science and Engineering, Shanghai Jiao Tong University 1954 Hua Shan Rd., Shanghai

More information

4 Separation of Variables

4 Separation of Variables 4 Separation of Variabes In this chapter we describe a cassica technique for constructing forma soutions to inear boundary vaue probems. The soution of three cassica (paraboic, hyperboic and eiptic) PDE

More information

MATH 172: MOTIVATION FOR FOURIER SERIES: SEPARATION OF VARIABLES

MATH 172: MOTIVATION FOR FOURIER SERIES: SEPARATION OF VARIABLES MATH 172: MOTIVATION FOR FOURIER SERIES: SEPARATION OF VARIABLES Separation of variabes is a method to sove certain PDEs which have a warped product structure. First, on R n, a inear PDE of order m is

More information

Physics 127c: Statistical Mechanics. Fermi Liquid Theory: Collective Modes. Boltzmann Equation. The quasiparticle energy including interactions

Physics 127c: Statistical Mechanics. Fermi Liquid Theory: Collective Modes. Boltzmann Equation. The quasiparticle energy including interactions Physics 27c: Statistica Mechanics Fermi Liquid Theory: Coective Modes Botzmann Equation The quasipartice energy incuding interactions ε p,σ = ε p + f(p, p ; σ, σ )δn p,σ, () p,σ with ε p ε F + v F (p p

More information

PHYS 110B - HW #1 Fall 2005, Solutions by David Pace Equations referenced as Eq. # are from Griffiths Problem statements are paraphrased

PHYS 110B - HW #1 Fall 2005, Solutions by David Pace Equations referenced as Eq. # are from Griffiths Problem statements are paraphrased PHYS 110B - HW #1 Fa 2005, Soutions by David Pace Equations referenced as Eq. # are from Griffiths Probem statements are paraphrased [1.] Probem 6.8 from Griffiths A ong cyinder has radius R and a magnetization

More information

Partial permutation decoding for MacDonald codes

Partial permutation decoding for MacDonald codes Partia permutation decoding for MacDonad codes J.D. Key Department of Mathematics and Appied Mathematics University of the Western Cape 7535 Bevie, South Africa P. Seneviratne Department of Mathematics

More information

Physics 505 Fall Homework Assignment #4 Solutions

Physics 505 Fall Homework Assignment #4 Solutions Physics 505 Fa 2005 Homework Assignment #4 Soutions Textbook probems: Ch. 3: 3.4, 3.6, 3.9, 3.0 3.4 The surface of a hoow conducting sphere of inner radius a is divided into an even number of equa segments

More information

Notes: Most of the material presented in this chapter is taken from Jackson, Chap. 2, 3, and 4, and Di Bartolo, Chap. 2. 2π nx i a. ( ) = G n.

Notes: Most of the material presented in this chapter is taken from Jackson, Chap. 2, 3, and 4, and Di Bartolo, Chap. 2. 2π nx i a. ( ) = G n. Chapter. Eectrostatic II Notes: Most of the materia presented in this chapter is taken from Jackson, Chap.,, and 4, and Di Bartoo, Chap... Mathematica Considerations.. The Fourier series and the Fourier

More information

Explicit overall risk minimization transductive bound

Explicit overall risk minimization transductive bound 1 Expicit overa risk minimization transductive bound Sergio Decherchi, Paoo Gastado, Sandro Ridea, Rodofo Zunino Dept. of Biophysica and Eectronic Engineering (DIBE), Genoa University Via Opera Pia 11a,

More information

NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION

NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION Hsiao-Chang Chen Dept. of Systems Engineering University of Pennsyvania Phiadephia, PA 904-635, U.S.A. Chun-Hung Chen

More information

DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM

DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM DIGITAL FILTER DESIGN OF IIR FILTERS USING REAL VALUED GENETIC ALGORITHM MIKAEL NILSSON, MATTIAS DAHL AND INGVAR CLAESSON Bekinge Institute of Technoogy Department of Teecommunications and Signa Processing

More information

Stochastic Variational Inference with Gradient Linearization

Stochastic Variational Inference with Gradient Linearization Stochastic Variationa Inference with Gradient Linearization Suppementa Materia Tobias Pötz * Anne S Wannenwetsch Stefan Roth Department of Computer Science, TU Darmstadt Preface In this suppementa materia,

More information

Gauss Law. 2. Gauss s Law: connects charge and field 3. Applications of Gauss s Law

Gauss Law. 2. Gauss s Law: connects charge and field 3. Applications of Gauss s Law Gauss Law 1. Review on 1) Couomb s Law (charge and force) 2) Eectric Fied (fied and force) 2. Gauss s Law: connects charge and fied 3. Appications of Gauss s Law Couomb s Law and Eectric Fied Couomb s

More information

BALANCING REGULAR MATRIX PENCILS

BALANCING REGULAR MATRIX PENCILS BALANCING REGULAR MATRIX PENCILS DAMIEN LEMONNIER AND PAUL VAN DOOREN Abstract. In this paper we present a new diagona baancing technique for reguar matrix pencis λb A, which aims at reducing the sensitivity

More information

Problem set 6 The Perron Frobenius theorem.

Problem set 6 The Perron Frobenius theorem. Probem set 6 The Perron Frobenius theorem. Math 22a4 Oct 2 204, Due Oct.28 In a future probem set I want to discuss some criteria which aow us to concude that that the ground state of a sef-adjoint operator

More information

LECTURE NOTES 9 TRACELESS SYMMETRIC TENSOR APPROACH TO LEGENDRE POLYNOMIALS AND SPHERICAL HARMONICS

LECTURE NOTES 9 TRACELESS SYMMETRIC TENSOR APPROACH TO LEGENDRE POLYNOMIALS AND SPHERICAL HARMONICS MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Eectromagnetism II October 7, 202 Prof. Aan Guth LECTURE NOTES 9 TRACELESS SYMMETRIC TENSOR APPROACH TO LEGENDRE POLYNOMIALS AND SPHERICAL

More information

XSAT of linear CNF formulas

XSAT of linear CNF formulas XSAT of inear CN formuas Bernd R. Schuh Dr. Bernd Schuh, D-50968 Kön, Germany; bernd.schuh@netcoogne.de eywords: compexity, XSAT, exact inear formua, -reguarity, -uniformity, NPcompeteness Abstract. Open

More information

A proposed nonparametric mixture density estimation using B-spline functions

A proposed nonparametric mixture density estimation using B-spline functions A proposed nonparametric mixture density estimation using B-spine functions Atizez Hadrich a,b, Mourad Zribi a, Afif Masmoudi b a Laboratoire d Informatique Signa et Image de a Côte d Opae (LISIC-EA 4491),

More information

Smoothness equivalence properties of univariate subdivision schemes and their projection analogues

Smoothness equivalence properties of univariate subdivision schemes and their projection analogues Numerische Mathematik manuscript No. (wi be inserted by the editor) Smoothness equivaence properties of univariate subdivision schemes and their projection anaogues Phiipp Grohs TU Graz Institute of Geometry

More information

Restricted weak type on maximal linear and multilinear integral maps.

Restricted weak type on maximal linear and multilinear integral maps. Restricted weak type on maxima inear and mutiinear integra maps. Oscar Basco Abstract It is shown that mutiinear operators of the form T (f 1,..., f k )(x) = R K(x, y n 1,..., y k )f 1 (y 1 )...f k (y

More information

Haar Decomposition and Reconstruction Algorithms

Haar Decomposition and Reconstruction Algorithms Jim Lambers MAT 773 Fa Semester 018-19 Lecture 15 and 16 Notes These notes correspond to Sections 4.3 and 4.4 in the text. Haar Decomposition and Reconstruction Agorithms Decomposition Suppose we approximate

More information

4 1-D Boundary Value Problems Heat Equation

4 1-D Boundary Value Problems Heat Equation 4 -D Boundary Vaue Probems Heat Equation The main purpose of this chapter is to study boundary vaue probems for the heat equation on a finite rod a x b. u t (x, t = ku xx (x, t, a < x < b, t > u(x, = ϕ(x

More information

arxiv: v1 [cs.lg] 31 Oct 2017

arxiv: v1 [cs.lg] 31 Oct 2017 ACCELERATED SPARSE SUBSPACE CLUSTERING Abofaz Hashemi and Haris Vikao Department of Eectrica and Computer Engineering, University of Texas at Austin, Austin, TX, USA arxiv:7.26v [cs.lg] 3 Oct 27 ABSTRACT

More information

The influence of temperature of photovoltaic modules on performance of solar power plant

The influence of temperature of photovoltaic modules on performance of solar power plant IOSR Journa of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vo. 05, Issue 04 (Apri. 2015), V1 PP 09-15 www.iosrjen.org The infuence of temperature of photovotaic modues on performance

More information

Estimating the Power Spectrum of the Cosmic Microwave Background

Estimating the Power Spectrum of the Cosmic Microwave Background Estimating the Power Spectrum of the Cosmic Microwave Background J. R. Bond 1,A.H.Jaffe 2,andL.Knox 1 1 Canadian Institute for Theoretica Astrophysics, Toronto, O M5S 3H8, CAADA 2 Center for Partice Astrophysics,

More information

Wavelet shrinkage estimators of Hilbert transform

Wavelet shrinkage estimators of Hilbert transform Journa of Approximation Theory 163 (2011) 652 662 www.esevier.com/ocate/jat Fu ength artice Waveet shrinkage estimators of Hibert transform Di-Rong Chen, Yao Zhao Department of Mathematics, LMIB, Beijing

More information

High-order approximations to the Mie series for electromagnetic scattering in three dimensions

High-order approximations to the Mie series for electromagnetic scattering in three dimensions Proceedings of the 9th WSEAS Internationa Conference on Appied Mathematics Istanbu Turkey May 27-29 2006 (pp199-204) High-order approximations to the Mie series for eectromagnetic scattering in three dimensions

More information

MARKOV CHAINS AND MARKOV DECISION THEORY. Contents

MARKOV CHAINS AND MARKOV DECISION THEORY. Contents MARKOV CHAINS AND MARKOV DECISION THEORY ARINDRIMA DATTA Abstract. In this paper, we begin with a forma introduction to probabiity and expain the concept of random variabes and stochastic processes. After

More information

Statistics for Applications. Chapter 7: Regression 1/43

Statistics for Applications. Chapter 7: Regression 1/43 Statistics for Appications Chapter 7: Regression 1/43 Heuristics of the inear regression (1) Consider a coud of i.i.d. random points (X i,y i ),i =1,...,n : 2/43 Heuristics of the inear regression (2)

More information

T.C. Banwell, S. Galli. {bct, Telcordia Technologies, Inc., 445 South Street, Morristown, NJ 07960, USA

T.C. Banwell, S. Galli. {bct, Telcordia Technologies, Inc., 445 South Street, Morristown, NJ 07960, USA ON THE SYMMETRY OF THE POWER INE CHANNE T.C. Banwe, S. Gai {bct, sgai}@research.tecordia.com Tecordia Technoogies, Inc., 445 South Street, Morristown, NJ 07960, USA Abstract The indoor power ine network

More information

Mat 1501 lecture notes, penultimate installment

Mat 1501 lecture notes, penultimate installment Mat 1501 ecture notes, penutimate instament 1. bounded variation: functions of a singe variabe optiona) I beieve that we wi not actuay use the materia in this section the point is mainy to motivate the

More information

A Robust Voice Activity Detection based on Noise Eigenspace Projection

A Robust Voice Activity Detection based on Noise Eigenspace Projection A Robust Voice Activity Detection based on Noise Eigenspace Projection Dongwen Ying 1, Yu Shi 2, Frank Soong 2, Jianwu Dang 1, and Xugang Lu 1 1 Japan Advanced Institute of Science and Technoogy, Nomi

More information

Paper presented at the Workshop on Space Charge Physics in High Intensity Hadron Rings, sponsored by Brookhaven National Laboratory, May 4-7,1998

Paper presented at the Workshop on Space Charge Physics in High Intensity Hadron Rings, sponsored by Brookhaven National Laboratory, May 4-7,1998 Paper presented at the Workshop on Space Charge Physics in High ntensity Hadron Rings, sponsored by Brookhaven Nationa Laboratory, May 4-7,998 Noninear Sef Consistent High Resoution Beam Hao Agorithm in

More information

Cryptanalysis of PKP: A New Approach

Cryptanalysis of PKP: A New Approach Cryptanaysis of PKP: A New Approach Éiane Jaumes and Antoine Joux DCSSI 18, rue du Dr. Zamenhoff F-92131 Issy-es-Mx Cedex France eiane.jaumes@wanadoo.fr Antoine.Joux@ens.fr Abstract. Quite recenty, in

More information

MONOCHROMATIC LOOSE PATHS IN MULTICOLORED k-uniform CLIQUES

MONOCHROMATIC LOOSE PATHS IN MULTICOLORED k-uniform CLIQUES MONOCHROMATIC LOOSE PATHS IN MULTICOLORED k-uniform CLIQUES ANDRZEJ DUDEK AND ANDRZEJ RUCIŃSKI Abstract. For positive integers k and, a k-uniform hypergraph is caed a oose path of ength, and denoted by

More information

Schedulability Analysis of Deferrable Scheduling Algorithms for Maintaining Real-Time Data Freshness

Schedulability Analysis of Deferrable Scheduling Algorithms for Maintaining Real-Time Data Freshness 1 Scheduabiity Anaysis of Deferrabe Scheduing Agorithms for Maintaining Rea-Time Data Freshness Song Han, Deji Chen, Ming Xiong, Kam-yiu Lam, Aoysius K. Mok, Krithi Ramamritham UT Austin, Emerson Process

More information

Lecture 6: Moderately Large Deflection Theory of Beams

Lecture 6: Moderately Large Deflection Theory of Beams Structura Mechanics 2.8 Lecture 6 Semester Yr Lecture 6: Moderatey Large Defection Theory of Beams 6.1 Genera Formuation Compare to the cassica theory of beams with infinitesima deformation, the moderatey

More information

ORTHOGONAL MULTI-WAVELETS FROM MATRIX FACTORIZATION

ORTHOGONAL MULTI-WAVELETS FROM MATRIX FACTORIZATION J. Korean Math. Soc. 46 2009, No. 2, pp. 281 294 ORHOGONAL MLI-WAVELES FROM MARIX FACORIZAION Hongying Xiao Abstract. Accuracy of the scaing function is very crucia in waveet theory, or correspondingy,

More information

ASummaryofGaussianProcesses Coryn A.L. Bailer-Jones

ASummaryofGaussianProcesses Coryn A.L. Bailer-Jones ASummaryofGaussianProcesses Coryn A.L. Baier-Jones Cavendish Laboratory University of Cambridge caj@mrao.cam.ac.uk Introduction A genera prediction probem can be posed as foows. We consider that the variabe

More information

Efficiently Generating Random Bits from Finite State Markov Chains

Efficiently Generating Random Bits from Finite State Markov Chains 1 Efficienty Generating Random Bits from Finite State Markov Chains Hongchao Zhou and Jehoshua Bruck, Feow, IEEE Abstract The probem of random number generation from an uncorreated random source (of unknown

More information

An explicit Jordan Decomposition of Companion matrices

An explicit Jordan Decomposition of Companion matrices An expicit Jordan Decomposition of Companion matrices Fermín S V Bazán Departamento de Matemática CFM UFSC 88040-900 Forianópois SC E-mai: fermin@mtmufscbr S Gratton CERFACS 42 Av Gaspard Coriois 31057

More information

Physics 505 Fall 2007 Homework Assignment #5 Solutions. Textbook problems: Ch. 3: 3.13, 3.17, 3.26, 3.27

Physics 505 Fall 2007 Homework Assignment #5 Solutions. Textbook problems: Ch. 3: 3.13, 3.17, 3.26, 3.27 Physics 55 Fa 7 Homework Assignment #5 Soutions Textook proems: Ch. 3: 3.3, 3.7, 3.6, 3.7 3.3 Sove for the potentia in Proem 3., using the appropriate Green function otained in the text, and verify that

More information

Torsion and shear stresses due to shear centre eccentricity in SCIA Engineer Delft University of Technology. Marijn Drillenburg

Torsion and shear stresses due to shear centre eccentricity in SCIA Engineer Delft University of Technology. Marijn Drillenburg Torsion and shear stresses due to shear centre eccentricity in SCIA Engineer Deft University of Technoogy Marijn Drienburg October 2017 Contents 1 Introduction 2 1.1 Hand Cacuation....................................

More information

arxiv: v1 [math.fa] 23 Aug 2018

arxiv: v1 [math.fa] 23 Aug 2018 An Exact Upper Bound on the L p Lebesgue Constant and The -Rényi Entropy Power Inequaity for Integer Vaued Random Variabes arxiv:808.0773v [math.fa] 3 Aug 08 Peng Xu, Mokshay Madiman, James Mebourne Abstract

More information

Melodic contour estimation with B-spline models using a MDL criterion

Melodic contour estimation with B-spline models using a MDL criterion Meodic contour estimation with B-spine modes using a MDL criterion Damien Loive, Ney Barbot, Oivier Boeffard IRISA / University of Rennes 1 - ENSSAT 6 rue de Kerampont, B.P. 80518, F-305 Lannion Cedex

More information

MONTE CARLO SIMULATIONS

MONTE CARLO SIMULATIONS MONTE CARLO SIMULATIONS Current physics research 1) Theoretica 2) Experimenta 3) Computationa Monte Caro (MC) Method (1953) used to study 1) Discrete spin systems 2) Fuids 3) Poymers, membranes, soft matter

More information

Some Measures for Asymmetry of Distributions

Some Measures for Asymmetry of Distributions Some Measures for Asymmetry of Distributions Georgi N. Boshnakov First version: 31 January 2006 Research Report No. 5, 2006, Probabiity and Statistics Group Schoo of Mathematics, The University of Manchester

More information

Physics 506 Winter 2006 Homework Assignment #6 Solutions

Physics 506 Winter 2006 Homework Assignment #6 Solutions Physics 506 Winter 006 Homework Assignment #6 Soutions Textbook probems: Ch. 10: 10., 10.3, 10.7, 10.10 10. Eectromagnetic radiation with eiptic poarization, described (in the notation of Section 7. by

More information

6 Wave Equation on an Interval: Separation of Variables

6 Wave Equation on an Interval: Separation of Variables 6 Wave Equation on an Interva: Separation of Variabes 6.1 Dirichet Boundary Conditions Ref: Strauss, Chapter 4 We now use the separation of variabes technique to study the wave equation on a finite interva.

More information

A Novel Learning Method for Elman Neural Network Using Local Search

A Novel Learning Method for Elman Neural Network Using Local Search Neura Information Processing Letters and Reviews Vo. 11, No. 8, August 2007 LETTER A Nove Learning Method for Eman Neura Networ Using Loca Search Facuty of Engineering, Toyama University, Gofuu 3190 Toyama

More information

Section 6: Magnetostatics

Section 6: Magnetostatics agnetic fieds in matter Section 6: agnetostatics In the previous sections we assumed that the current density J is a known function of coordinates. In the presence of matter this is not aways true. The

More information

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries c 26 Noninear Phenomena in Compex Systems First-Order Corrections to Gutzwier s Trace Formua for Systems with Discrete Symmetries Hoger Cartarius, Jörg Main, and Günter Wunner Institut für Theoretische

More information

arxiv: v2 [cond-mat.stat-mech] 14 Nov 2008

arxiv: v2 [cond-mat.stat-mech] 14 Nov 2008 Random Booean Networks Barbara Drosse Institute of Condensed Matter Physics, Darmstadt University of Technoogy, Hochschustraße 6, 64289 Darmstadt, Germany (Dated: June 27) arxiv:76.335v2 [cond-mat.stat-mech]

More information

Lecture Note 3: Stationary Iterative Methods

Lecture Note 3: Stationary Iterative Methods MATH 5330: Computationa Methods of Linear Agebra Lecture Note 3: Stationary Iterative Methods Xianyi Zeng Department of Mathematica Sciences, UTEP Stationary Iterative Methods The Gaussian eimination (or

More information

Related Topics Maxwell s equations, electrical eddy field, magnetic field of coils, coil, magnetic flux, induced voltage

Related Topics Maxwell s equations, electrical eddy field, magnetic field of coils, coil, magnetic flux, induced voltage Magnetic induction TEP Reated Topics Maxwe s equations, eectrica eddy fied, magnetic fied of cois, coi, magnetic fux, induced votage Principe A magnetic fied of variabe frequency and varying strength is

More information

Approximated MLC shape matrix decomposition with interleaf collision constraint

Approximated MLC shape matrix decomposition with interleaf collision constraint Agorithmic Operations Research Vo.4 (29) 49 57 Approximated MLC shape matrix decomposition with intereaf coision constraint Antje Kiese and Thomas Kainowski Institut für Mathematik, Universität Rostock,

More information

Three-dimensional bilateral symmetry plane estimation in the phase domain

Three-dimensional bilateral symmetry plane estimation in the phase domain 2013 IEEE Conference on Computer Vision and Pattern Recognition Three-dimensiona biatera symmetry pane estimation in the phase domain Ramakrishna Kakaraa, Prabhu Kaiamoorthi, and Vitta Premachandran Schoo

More information

CONJUGATE GRADIENT WITH SUBSPACE OPTIMIZATION

CONJUGATE GRADIENT WITH SUBSPACE OPTIMIZATION CONJUGATE GRADIENT WITH SUBSPACE OPTIMIZATION SAHAR KARIMI AND STEPHEN VAVASIS Abstract. In this paper we present a variant of the conjugate gradient (CG) agorithm in which we invoke a subspace minimization

More information

Legendre Polynomials - Lecture 8

Legendre Polynomials - Lecture 8 Legendre Poynomias - Lecture 8 Introduction In spherica coordinates the separation of variabes for the function of the poar ange resuts in Legendre s equation when the soution is independent of the azimutha

More information

https://doi.org/ /epjconf/

https://doi.org/ /epjconf/ HOW TO APPLY THE OPTIMAL ESTIMATION METHOD TO YOUR LIDAR MEASUREMENTS FOR IMPROVED RETRIEVALS OF TEMPERATURE AND COMPOSITION R. J. Sica 1,2,*, A. Haefee 2,1, A. Jaai 1, S. Gamage 1 and G. Farhani 1 1 Department

More information

An approximate method for solving the inverse scattering problem with fixed-energy data

An approximate method for solving the inverse scattering problem with fixed-energy data J. Inv. I-Posed Probems, Vo. 7, No. 6, pp. 561 571 (1999) c VSP 1999 An approximate method for soving the inverse scattering probem with fixed-energy data A. G. Ramm and W. Scheid Received May 12, 1999

More information

Random Sampling of Sparse Trigonometric Polynomials II - Orthogonal Matching Pursuit versus Basis Pursuit

Random Sampling of Sparse Trigonometric Polynomials II - Orthogonal Matching Pursuit versus Basis Pursuit Random Samping of Sparse Trigonometric Poynomias II - Orthogona Matching Pursuit versus Basis Pursuit Stefan Kunis, Hoger Rauhut Apri 19, 2006; revised June 8, 2007 Abstract We investigate the probem of

More information

Schedulability Analysis of Deferrable Scheduling Algorithms for Maintaining Real-Time Data Freshness

Schedulability Analysis of Deferrable Scheduling Algorithms for Maintaining Real-Time Data Freshness 1 Scheduabiity Anaysis of Deferrabe Scheduing Agorithms for Maintaining Rea- Data Freshness Song Han, Deji Chen, Ming Xiong, Kam-yiu Lam, Aoysius K. Mok, Krithi Ramamritham UT Austin, Emerson Process Management,

More information

STA 216 Project: Spline Approach to Discrete Survival Analysis

STA 216 Project: Spline Approach to Discrete Survival Analysis : Spine Approach to Discrete Surviva Anaysis November 4, 005 1 Introduction Athough continuous surviva anaysis differs much from the discrete surviva anaysis, there is certain ink between the two modeing

More information

STABILITY OF A PARAMETRICALLY EXCITED DAMPED INVERTED PENDULUM 1. INTRODUCTION

STABILITY OF A PARAMETRICALLY EXCITED DAMPED INVERTED PENDULUM 1. INTRODUCTION Journa of Sound and Vibration (996) 98(5), 643 65 STABILITY OF A PARAMETRICALLY EXCITED DAMPED INVERTED PENDULUM G. ERDOS AND T. SINGH Department of Mechanica and Aerospace Engineering, SUNY at Buffao,

More information

ASYMMETRIC BEAMS IN COSMIC MICROWAVE BACKGROUND ANISOTROPY EXPERIMENTS

ASYMMETRIC BEAMS IN COSMIC MICROWAVE BACKGROUND ANISOTROPY EXPERIMENTS Preprint typeset using L A TEX stye emuateapj v. 4/3/99 ASYMMETRIC BEAMS IN COSMIC MICROWAVE BACKGROUND ANISOTROPY EXPERIMENTS J. H. P. Wu 1,A.Babi,3,4,J.Borri 5,3,P.G.Ferreira 6,7, S. Hanany 8,3,A.H.Jaffe

More information

arxiv:hep-ph/ v1 15 Jan 2001

arxiv:hep-ph/ v1 15 Jan 2001 BOSE-EINSTEIN CORRELATIONS IN CASCADE PROCESSES AND NON-EXTENSIVE STATISTICS O.V.UTYUZH AND G.WILK The Andrzej So tan Institute for Nucear Studies; Hoża 69; 00-689 Warsaw, Poand E-mai: utyuzh@fuw.edu.p

More information

Combining reaction kinetics to the multi-phase Gibbs energy calculation

Combining reaction kinetics to the multi-phase Gibbs energy calculation 7 th European Symposium on Computer Aided Process Engineering ESCAPE7 V. Pesu and P.S. Agachi (Editors) 2007 Esevier B.V. A rights reserved. Combining reaction inetics to the muti-phase Gibbs energy cacuation

More information

Appendix of the Paper The Role of No-Arbitrage on Forecasting: Lessons from a Parametric Term Structure Model

Appendix of the Paper The Role of No-Arbitrage on Forecasting: Lessons from a Parametric Term Structure Model Appendix of the Paper The Roe of No-Arbitrage on Forecasting: Lessons from a Parametric Term Structure Mode Caio Ameida cameida@fgv.br José Vicente jose.vaentim@bcb.gov.br June 008 1 Introduction In this

More information

Reconstructions that Combine Cell Average Interpolation with Least Squares Fitting

Reconstructions that Combine Cell Average Interpolation with Least Squares Fitting App Math Inf Sci, No, 7-84 6) 7 Appied Mathematics & Information Sciences An Internationa Journa http://dxdoiorg/8576/amis/6 Reconstructions that Combine Ce Average Interpoation with Least Squares Fitting

More information

SVM: Terminology 1(6) SVM: Terminology 2(6)

SVM: Terminology 1(6) SVM: Terminology 2(6) Andrew Kusiak Inteigent Systems Laboratory 39 Seamans Center he University of Iowa Iowa City, IA 54-57 SVM he maxima margin cassifier is simiar to the perceptron: It aso assumes that the data points are

More information

Kernel pea and De-Noising in Feature Spaces

Kernel pea and De-Noising in Feature Spaces Kerne pea and De-Noising in Feature Spaces Sebastian Mika, Bernhard Schokopf, Aex Smoa Kaus-Robert Muer, Matthias Schoz, Gunnar Riitsch GMD FIRST, Rudower Chaussee 5, 12489 Berin, Germany {mika, bs, smoa,

More information

Approximation and Fast Calculation of Non-local Boundary Conditions for the Time-dependent Schrödinger Equation

Approximation and Fast Calculation of Non-local Boundary Conditions for the Time-dependent Schrödinger Equation Approximation and Fast Cacuation of Non-oca Boundary Conditions for the Time-dependent Schrödinger Equation Anton Arnod, Matthias Ehrhardt 2, and Ivan Sofronov 3 Universität Münster, Institut für Numerische

More information

Bayesian Learning. You hear a which which could equally be Thanks or Tanks, which would you go with?

Bayesian Learning. You hear a which which could equally be Thanks or Tanks, which would you go with? Bayesian Learning A powerfu and growing approach in machine earning We use it in our own decision making a the time You hear a which which coud equay be Thanks or Tanks, which woud you go with? Combine

More information