Lattice-Gas Cellular Automata and Lattice Boltzmann Models - an Introduction

Total Page:16

File Type:pdf, Size:1020Kb

Lattice-Gas Cellular Automata and Lattice Boltzmann Models - an Introduction Dieter A. Wolf-Gladrow Alfred Wegener Institute for Polar and Marine Research, Postfach 12 01 61 D-27515 Bremerhaven Germany e-mail: [email protected] Version 1.05 Lattice-Gas Cellular Automata and Lattice Boltzmann Models - An Introduction June 26, 2005 Springer Berlin Heidelberg NewYork Hong Kong London Milan Paris Tokyo Contents 1 Introduction ............................................... -1 1.1 Preface ................................................ 0 1.2 Overview............................................... 2 1.3 The basic idea of lattice-gas cellular automata and lattice Boltzmannmodels ...................................... 5 1.3.1 TheNavier-Stokesequation......................... 5 1.3.2 Thebasicidea.................................... 7 1.3.3 Top-downversusbottom-up........................ 9 1.3.4 LGCAversusmoleculardynamics................... 9 2 Cellular Automata ......................................... 13 2.1 What are cellular automata? . 13 2.2 A short history of cellular automata . 14 2.3 One-dimensional cellular automata . 15 2.3.1 Qualitative characterization of one-dimensional cellular automata . 22 2.4 Two-dimensional cellular automata . 28 2.4.1 Neighborhoodsin2D.............................. 28 2.4.2 Fredkin’s game . 29 2.4.3 ‘Life’ ............................................ 30 2.4.4 CA: what else? Further reading . 34 2.4.5 FromCAtoLGCA................................ 35 VI Contents 3 Lattice-gas cellular automata .............................. 37 3.1 The HPP lattice-gas cellular automata . 37 3.1.1 Modeldescription................................. 37 3.1.2 Implementation of the HPP model: How to code lattice-gas cellular automata? . 42 3.1.3 Initialization...................................... 46 3.1.4 Coarse graining . 48 3.2 The FHP lattice-gas cellular automata . 51 3.2.1 The lattice and the collision rules . 51 3.2.2 MicrodynamicsoftheFHPmodel .................. 57 3.2.3 The Liouville equation . 62 3.2.4 Massandmomentumdensity....................... 63 3.2.5 Equilibrium mean occupation numbers . 64 3.2.6 Derivation of the macroscopic equations: multi-scale analysis.......................................... 67 3.2.7 Boundary conditions . 77 3.2.8 Inclusionofbodyforces ........................... 78 3.2.9 NumericalexperimentswithFHP ................... 79 3.2.10The8-bitFHPmodel ............................. 85 3.3 Lattice tensors and isotropy in the macroscopic limit . 88 3.3.1 Isotropictensors .................................. 88 3.3.2 Latticetensors:single-speedmodels.................. 89 3.3.3 Generalized lattice tensors for multi-speed models . 93 3.3.4 Thermal LBMs: D2Q13-FHP (multi-speed FHP model) 101 3.3.5 Exercises.........................................103 3.4 Desperately seeking a lattice for simulations in three dimensions .............................................104 3.4.1 Threedimensions..................................104 3.4.2 Fiveandhigherdimensions.........................106 3.4.3 Fourdimensions...................................108 3.5 FCHC .................................................109 3.5.1 Isometric collision rules for FCHC by H´enon..........110 3.5.2 FCHC, computers and modified collision rules . 111 3.5.3 IsometricrulesforHPPandFHP ...................112 Contents VII 3.5.4 Whatelse?.......................................113 3.6 The pair interaction (PI) lattice-gas cellular automata . 115 3.6.1 Lattice,cells,andinteractionin2D..................115 3.6.2 Macroscopicequations.............................118 3.6.3 Comparison of PI with FHP and FCHC . 121 3.6.4 The collision operator and propagation in C and FORTRAN.......................................121 3.7 Multi-speed and thermal lattice-gas cellular automata . 125 3.7.1 TheD3Q19model.................................125 3.7.2 TheD2Q9model..................................128 3.7.3 TheD2Q21model.................................131 3.7.4 Transsonic and supersonic flows: D2Q25, D2Q57, D2Q129..........................................131 3.8 Zanetti (‘staggered’) invariants . 132 3.8.1 FHP ............................................132 3.8.2 Significance of the Zanetti invariants . 132 3.9 Lattice-gas cellular automata: What else? . 134 4 Some statistical mechanics .................................137 4.1 TheBoltzmannequation.................................137 4.1.1 Five collision invariants and Maxwell’s distribution . 138 4.1.2 Boltzmann’s H-theorem . 139 4.1.3 TheBGKapproximation ..........................141 4.2 Chapman-Enskog: From Boltzmann to Navier-Stokes . 143 4.2.1 Theconservationlaws..............................144 4.2.2 TheEulerequation................................145 4.2.3 Chapman-Enskogexpansion........................145 4.3 The maximum entropy principle . 151 5 Lattice Boltzmann Models ................................157 5.1 From lattice-gas cellular automata to lattice Boltzmann models ................................................157 5.1.1 Lattice Boltzmann equation and Boltzmann equation . 158 5.1.2 Lattice Boltzmann models of the first generation . 161 5.2 BGKlatticeBoltzmannmodelin2D ......................163 VIII Contents 5.2.1 Derivation of the Wi ..............................168 5.2.2 Entropy and equilibrium distributions . 169 5.2.3 Derivation of the Navier-Stokes equations by multi-scaleanalysis ...............................172 5.2.4 Storage demand . 181 5.2.5 Simulation of two-dimensional decaying turbulence . 181 5.2.6 Boundary conditions for LBM. 187 5.3 HydrodynamiclatticeBoltzmannmodelsin3D .............193 5.3.1 3D-LBMwith19velocities .........................193 5.3.2 3D-LBM with 15 velocities and Koelman distribution . 194 5.3.3 3D-LBM with 15 velocities proposed by Chen et al. (D3Q15).........................................195 5.4 Equilibrium distributions: the ansatz method . 196 5.4.1 Multi-scale analysis . 197 5.4.2 Negative distribution functions at high speed of sound . 201 5.5 HydrodynamicLBMwithenergyequation .................203 5.6 Stability of lattice Boltzmann models . 206 5.6.1 Nonlinear stability analysis of uniform flows . 206 5.6.2 The method of linear stability analysis (von Neumann) 208 5.6.3 Linear stability analysis of BGK lattice Boltzmann models...........................................209 5.6.4 Summary.........................................213 5.7 SimulatingoceancirculationwithLBM ....................217 5.7.1 Introduction......................................217 5.7.2 The model of Munk (1950) . 217 5.7.3 ThelatticeBoltzmannmodel.......................220 5.8 AlatticeBoltzmannequationfordiffusion .................230 5.8.1 Finite differences approximation . 230 5.8.2 The lattice Boltzmann model for diffusion . 231 5.8.3 Multi-scale expansion . 232 5.8.4 The special case ω =1 .............................234 5.8.5 Thegeneralcase..................................234 5.8.6 Numericalexperiments.............................234 5.8.7 Summaryandconclusion...........................235 Contents IX 5.8.8 Diffusion equation with a diffusion coefficient depending on concentration . 238 5.8.9 Further reading . 239 5.9 LatticeBoltzmannmodel:Whatelse? .....................240 5.10Summaryandoutlook ...................................242 6 Appendix ..................................................245 6.1 Booleanalgebra ........................................246 6.2 FHP: After some algebra one finds ... 248 6.3 Coding of the collision operator of FHP-II and FHP-III in C . 252 6.4 Thermal LBM: derivation of the coefficients . 256 6.5 Schl¨aflisymbols ........................................262 6.6 Notation,symbolsandabbreviations.......................264 Index ..........................................................269 References .....................................................273 1 Introduction 0 1 Introduction 1.1 Preface Lattice-gas cellular automata (LGCA)1 and even more lattice Boltzmann models (LBM) are relatively new and promising methods for the numeri- cal solution of (nonlinear) partial differential equations. Each month several papers appear with new models, investigations of known models or methodi- cally interesting applications. The field of lattice-gas cellular automata started almost out of the blue in 1986 with the by now famous paper of Frisch, Has- slacher and Pomeau. These authors showed, that a kind of billiard game2 with collisions that conserve mass and momentum, in the macroscopic limit leads to the Navier-Stokes equation when the underlying lattice possesses a sufficient (hexagonal in two dimensions) symmetry. A few years later lattice Boltzmann models arose as an offspring of LGCA. Their higher flexibility compared to LGCA led to artificial microscopic models for several nonlinear partial differential equations including the Navier-Stokes equation. I have followed the exciting development of both methods since 1989 and from time to time have given courses on this topic at the Department of Physics and Electrical Engineering at the University of Bremen (Germany). The present book is an extended version of my lecture manuscript. The word ‘introduction’ in the title implies two things. Firstly, the level of presentation should be appropriate for undergraduate students. Thus meth- ods like the Chapman-Enskog expansion or the maximum entropy principle which are usually not taught in standard courses in physics or mathematics are discussed in some detail. Secondly, in an introduction many things have to be left out. This concerns, for instance, models with several colors which allow the simulation of multiphase flows3 or magnetohydrodynamics.
Recommended publications
  • Chapter 5 ANGULAR MOMENTUM and ROTATIONS
    Chapter 5 ANGULAR MOMENTUM AND ROTATIONS In classical mechanics the total angular momentum L~ of an isolated system about any …xed point is conserved. The existence of a conserved vector L~ associated with such a system is itself a consequence of the fact that the associated Hamiltonian (or Lagrangian) is invariant under rotations, i.e., if the coordinates and momenta of the entire system are rotated “rigidly” about some point, the energy of the system is unchanged and, more importantly, is the same function of the dynamical variables as it was before the rotation. Such a circumstance would not apply, e.g., to a system lying in an externally imposed gravitational …eld pointing in some speci…c direction. Thus, the invariance of an isolated system under rotations ultimately arises from the fact that, in the absence of external …elds of this sort, space is isotropic; it behaves the same way in all directions. Not surprisingly, therefore, in quantum mechanics the individual Cartesian com- ponents Li of the total angular momentum operator L~ of an isolated system are also constants of the motion. The di¤erent components of L~ are not, however, compatible quantum observables. Indeed, as we will see the operators representing the components of angular momentum along di¤erent directions do not generally commute with one an- other. Thus, the vector operator L~ is not, strictly speaking, an observable, since it does not have a complete basis of eigenstates (which would have to be simultaneous eigenstates of all of its non-commuting components). This lack of commutivity often seems, at …rst encounter, as somewhat of a nuisance but, in fact, it intimately re‡ects the underlying structure of the three dimensional space in which we are immersed, and has its source in the fact that rotations in three dimensions about di¤erent axes do not commute with one another.
    [Show full text]
  • Rotational Invariance in Critical Planar Lattice Models
    Rotational invariance in critical planar lattice models Hugo Duminil-Copin∗y, Karol Kajetan Kozlowski,§ Dmitry Krachun,y Ioan Manolescu,z Mendes Oulamara∗ December 25, 2020 Abstract In this paper, we prove that the large scale properties of a number of two- dimensional lattice models are rotationally invariant. More precisely, we prove that the random-cluster model on the square lattice with cluster-weight 1 ≤ q ≤ 4 ex- hibits rotational invariance at large scales. This covers the case of Bernoulli percola- tion on the square lattice as an important example. We deduce from this result that the correlations of the Potts models with q 2 f2; 3; 4g colors and of the six-vertex height function with ∆ 2 [−1; −1=2] are rotationally invariant at large scales. Contents 1 Introduction2 1.1 Motivation....................................2 1.2 Definition of the random-cluster model and distance between percolation configurations..................................3 1.3 Main results for the random-cluster model..................5 1.4 Applications to other models.........................7 2 Proof Roadmap9 2.1 Random-cluster model on isoradial rectangular graphs............9 2.2 Universality among isoradial rectangular graphs and a first version of the coupling...................................... 11 2.3 The homotopy topology and the second and third versions of the coupling. 13 2.4 Harvesting integrability on the torus..................... 16 ∗Institut des Hautes Études Scientifiques and Université Paris-Saclay yUniversité de Genève §ENS Lyon zUniversity of Fribourg 1 3 Preliminaries 19 3.1 Definition of the random-cluster model.................... 19 3.2 Elementary properties of the random-cluster model............. 20 3.3 Uniform bounds on crossing probabilities..................
    [Show full text]
  • Rotational Invariance of Two-Level Group Codes Over Dihedral and Dicyclic Groups
    Sddhangl, Vol. 23, Part 1, February 1998, pp. 45-56. © Printed in India. Rotational invariance of two-level group codes over dihedral and dicyclic groups JYOTI BALI ~ and B SUNDAR RAJAN 2 i Department of Electrical Engineering, Indian Institute of Technology, Hauz Khas, New Delhi 110016, India 2Department of Electrical Communication Engineering, Indian Institute of Science, Bangalore 560 012, India e-mail: [email protected]; [email protected] Abstract. Phase-rotational invariance properties for two-level constructed, (using a binary code and a code over a residue class integer ring as component codes) Euclidean space codes (signal sets) in two and four dimensions are discussed. The label codes are group codes over dihedral and dicyclic groups respectively. A set of necessary and sufficient conditions on the component codes is obtained for the resulting signal sets to be rotationally invariant to several phase angles. Keywords. Multilevel codes; group codes; dihedral groups; coded modulation. 1. Introduction It is well known (Viterbi & Omura 1979; Bendetto et al 1987) that digital communication over Additive White Gaussian Noise (AWGN) channel can be modelled as transmission of a point from a finite set of points, called signal set, of a finite dimensional vector space and the Maximum Likelihood soft decoding then becomes choosing the closest point in the signal set, in the sense of Euclidean distance, from the received point in the space. The probability of error performance to a large extent is dominated by the minimum of the pairwise distances of the signal points. The problem of signal set design for AWGN channel then is choosing a specified number of points in a space of specified dimensions in such a way that the minimum distance is the maximum possible.
    [Show full text]
  • Automatic Detection of Interesting Cellular Automata
    Automatic Detection of Interesting Cellular Automata Qitian Liao Electrical Engineering and Computer Sciences University of California, Berkeley Technical Report No. UCB/EECS-2021-150 http://www2.eecs.berkeley.edu/Pubs/TechRpts/2021/EECS-2021-150.html May 21, 2021 Copyright © 2021, by the author(s). All rights reserved. Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior specific permission. Acknowledgement First I would like to thank my faculty advisor, professor Dan Garcia, the best mentor I could ask for, who graciously accepted me to his research team and constantly motivated me to be the best scholar I could. I am also grateful to my technical advisor and mentor in the field of machine learning, professor Gerald Friedland, for the opportunities he has given me. I also want to thank my friend, Randy Fan, who gave me the inspiration to write about the topic. This report would not have been possible without his contributions. I am further grateful to my girlfriend, Yanran Chen, who cared for me deeply. Lastly, I am forever grateful to my parents, Faqiang Liao and Lei Qu: their love, support, and encouragement are the foundation upon which all my past and future achievements are built. Automatic Detection of Interesting Cellular Automata by Qitian Liao Research Project Submitted to the Department of Electrical Engineering and Computer Sciences, University of California at Berkeley, in partial satisfaction of the requirements for the degree of Master of Science, Plan II.
    [Show full text]
  • Complexity Properties of the Cellular Automaton Game of Life
    Portland State University PDXScholar Dissertations and Theses Dissertations and Theses 11-14-1995 Complexity Properties of the Cellular Automaton Game of Life Andreas Rechtsteiner Portland State University Follow this and additional works at: https://pdxscholar.library.pdx.edu/open_access_etds Part of the Physics Commons Let us know how access to this document benefits ou.y Recommended Citation Rechtsteiner, Andreas, "Complexity Properties of the Cellular Automaton Game of Life" (1995). Dissertations and Theses. Paper 4928. https://doi.org/10.15760/etd.6804 This Thesis is brought to you for free and open access. It has been accepted for inclusion in Dissertations and Theses by an authorized administrator of PDXScholar. Please contact us if we can make this document more accessible: [email protected]. THESIS APPROVAL The abstract and thesis of Andreas Rechtsteiner for the Master of Science in Physics were presented November 14th, 1995, and accepted by the thesis committee and the department. COMMITTEE APPROVALS: 1i' I ) Erik Boaegom ec Representativi' of the Office of Graduate Studies DEPARTMENT APPROVAL: **************************************************************** ACCEPTED FOR PORTLAND STATE UNNERSITY BY THE LIBRARY by on /..-?~Lf!c-t:t-?~~ /99.s- Abstract An abstract of the thesis of Andreas Rechtsteiner for the Master of Science in Physics presented November 14, 1995. Title: Complexity Properties of the Cellular Automaton Game of Life The Game of life is probably the most famous cellular automaton. Life shows all the characteristics of Wolfram's complex Class N cellular automata: long-lived transients, static and propagating local structures, and the ability to support universal computation. We examine in this thesis questions about the geometry and criticality of Life.
    [Show full text]
  • Dipl. Eng. Thesis
    A Framework for the Real-Time Execution of Cellular Automata on Reconfigurable Logic By NIKOLAOS KYPARISSAS Microprocessor & Hardware Laboratory School of Electrical & Computer Engineering TECHNICAL UNIVERSITY OF CRETE A thesis submitted to the Technical University of Crete in accordance with the requirements for the DIPLOMA IN ELECTRICAL AND COMPUTER ENGINEERING. FEBRUARY 2020 THESIS COMMITTEE: Prof. Apostolos Dollas, Technical University of Crete, Thesis Supervisor Prof. Dionisios Pnevmatikatos, National Technical University of Athens Prof. Michalis Zervakis, Technical University of Crete ABSTRACT ellular automata are discrete mathematical models discovered in the 1940s by John von Neumann and Stanislaw Ulam. They constitute a general paradigm for massively parallel Ccomputation. Through time, these powerful mathematical tools have been proven useful in a variety of scientific fields. In this thesis we propose a customizable parallel framework on reconfigurable logic which can be used to efficiently simulate weighted, large-neighborhood totalistic and outer-totalistic cellular automata in real time. Simulating cellular automata rules with large neighborhood sizes on large grids provides a new aspect of modeling physical processes with realistic features and results. In terms of performance results, our pipelined application-specific architecture successfully surpasses the computation and memory bounds found in a general-purpose CPU and has a measured speedup of up to 51 against an Intel Core i7-7700HQ CPU running highly optimized £ software programmed in C. i ΠΕΡΙΛΗΨΗ α κυψελωτά αυτόματα είναι διακριτά μαθηματικά μοντέλα που ανακαλύφθηκαν τη δεκαετία του 1940 από τον John von Neumann και τον Stanislaw Ulam. Αποτελούν ένα γενικό Τ υπόδειγμα υπολογισμών με εκτενή παραλληλισμό. Μέχρι σήμερα τα μαθηματικά αυτά εργαλεία έχουν χρησιμεύσει σε πληθώρα επιστημονικών τομέων.
    [Show full text]
  • Asymptotic Densities for Packard Box Rules Janko Gravner Mathematics
    Asymptotic densities for Packard Box rules Janko Gravner Mathematics Department University of California Davis, CA 95616 e-mail: [email protected] David Griffeath Department of Mathematics University of Wisconsin Madison, WI 53706 e-mail: [email protected] (Revised version, February 2009) Abstract. This paper studies two-dimensional totalistic solidification cellular automata with Moore neighborhood such that a single occupied neighbor is sufficient for a site to join the occupied set. We focus on asymptotic density of the final configuration, obtaining rigorous results mainly in cases with an additive component. When sites with two occupied neighbors also solidify, additivity yields a comprehensive result for general finite initial sets. In particular, the density is independent of the seed. More generally, analysis is restricted to special initializations, cases with density 1, and various experimental findings. In the case that requires either one or three occupied neighbors for solidification, we show that different seeds may produce many different densities. For each of two particularly common densities we present a scheme that recognizes a seed in its domain of attraction. 2000 Mathematics Subject Classification. Primary 37B15. Secondary 68Q80, 11B05. Keywords: additive dynamics, asymptotic density, cellular automaton, growth model. Acknowledgments. Experimental aspects of this research were conducted by a Collaborative Undergraduate Research Lab (CURL) at the University of Wisconsin-Madison Mathematics Department during the 2006–7 academic year. The CURL was sponsored by a National Science Foundation VIGRE award. We are particularly grateful to lab participants Charles D. Brummitt and Chad Koch for empirical analysis of the Box 12 rule. Support. JG was partially supported by NSF grant DMS–0204376 and the Republic of Slove- nia’s Ministry of Science program P1-285.
    [Show full text]
  • Lagrangian Mechanics
    Chapter 1 Lagrangian Mechanics Our introduction to Quantum Mechanics will be based on its correspondence to Classical Mechanics. For this purpose we will review the relevant concepts of Classical Mechanics. An important concept is that the equations of motion of Classical Mechanics can be based on a variational principle, namely, that along a path describing classical motion the action integral assumes a minimal value (Hamiltonian Principle of Least Action). 1.1 Basics of Variational Calculus The derivation of the Principle of Least Action requires the tools of the calculus of variation which we will provide now. Definition: A functional S[ ] is a map M S[]: R ; = ~q(t); ~q :[t0; t1] R R ; ~q(t) differentiable (1.1) F! F f ⊂ ! g from a space of vector-valued functions ~q(t) onto the real numbers. ~q(t) is called the trajec- tory of a systemF of M degrees of freedom described by the configurational coordinates ~q(t) = (q1(t); q2(t); : : : qM (t)). In case of N classical particles holds M = 3N, i.e., there are 3N configurational coordinates, namely, the position coordinates of the particles in any kind of coordianate system, often in the Cartesian coordinate system. It is important to note at the outset that for the description of a d classical system it will be necessary to provide information ~q(t) as well as dt ~q(t). The latter is the velocity vector of the system. Definition: A functional S[ ] is differentiable, if for any ~q(t) and δ~q(t) where 2 F 2 F d = δ~q(t); δ~q(t) ; δ~q(t) < , δ~q(t) < , t; t [t0; t1] R (1.2) F f 2 F j j jdt j 8 2 ⊂ g a functional δS[ ; ] exists with the properties · · (i) S[~q(t) + δ~q(t)] = S[~q(t)] + δS[~q(t); δ~q(t)] + O(2) (ii) δS[~q(t); δ~q(t)] is linear in δ~q(t).
    [Show full text]
  • Rotational Invariant Operators Based on Steerable Filter Banks
    Rotational Invariant Operators based on Steerable Filter Banks X. Shi A.L. Ribeiro Castro R. Manduchi R. Montgomery Apple Computer, Inc. Dept. of Mathematics Dept. of Comp. Eng. Dept. of Mathematics [email protected] UC Santa Cruz UC Santa Cruz UC Santa Cruz [email protected] [email protected] [email protected] ABSTRACT rotational invariant descriptors starting from the original N We introduce a technique for designing rotation invariant steerable filters. This requires solving a first order linear PDE. operators based on steerable filter banks. Steerable filters are A closed form solution for this case is provided in this paper. widely used in Computer Vision as local descriptors for texture II. PROBLEM STATEMENT AND SOLUTION analysis. Rotation invariance has been shown to improve A. Steerable Filters as Local Descriptors texture-based classification in certain contexts. Our approach to invariance is based on solving the PDE associated with the A mainstream approach to texture analysis is based on the formulation of invariance in a Lie group framework. representation of texture patches by low–dimensional local descriptors. A linear filter bank is normally used for this I. INTRODUCTION purpose. The vector (descriptor) formed by the outputs of Image texture analysis is normally performed by first ex- N filters at a certain pixel is a rank–N linear mapping of tracting feature vectors (descriptors), designed so as to capture the graylevel profile within a neighborhood of that pixel. The the most relevant visual information. The descriptors, and marginal or joint statistics of the descriptor are then used to the subsequent analysis algorithm, should be invariant under characterize the variability of texture appearance.
    [Show full text]
  • How Rotational Invariance of Common Kernels Prevents Generalization in High Dimensions
    How rotational invariance of common kernels prevents generalization in high dimensions Konstantin Donhauser, Mingqi Wu, and Fanny Yang Department of Computer Science, ETH Z¨urich Abstract Kernel ridge regression is well-known to achieve minimax optimal rates in low-dimensional settings. However, its behavior in high dimensions is much less understood. Recent work establishes consistency for kernel regression under certain assumptions on the ground truth function and the distribution of the input data. In this paper, we show that the rotational invariance property of commonly studied kernels (such as RBF, inner product kernels and fully-connected NTK of any depth) induces a bias towards low-degree polynomials in high dimensions. Our result implies a lower bound on the generalization error for a wide range of distributions and various choices of the scaling for kernels with different eigenvalue decays. This lower bound suggests that general consistency results for kernel ridge regression in high dimensions require a more refined analysis that depends on the structure of the kernel beyond its eigenvalue decay. 1 Introduction Traditional analysis establishes good generalization properties of kernel ridge regression when the dimension d is relatively small compared to the number of samples n. These minimax optimal and consistency results however become less powerful for modern data sets with large d close to n. High-dimensional asymptotic theory [7, 42] aims to fill this gap by providing bounds that assume d; n ! 1 and are often much more predictive of practical observations even for finite d. While recent work [2, 12, 19] establishes explicit asymptotic upper bounds for the bias and variance for high-dimensional linear regression, the results for kernel regression are less conclusive in the regime d=nβ ! c with β 2 (0; 1).
    [Show full text]
  • On Rotational Invariance of Lattice Boltzmann Schemes Adeline Augier, François Dubois, Benjamin Graille, Pierre Lallemand
    On rotational invariance of lattice Boltzmann schemes Adeline Augier, François Dubois, Benjamin Graille, Pierre Lallemand To cite this version: Adeline Augier, François Dubois, Benjamin Graille, Pierre Lallemand. On rotational invariance of lattice Boltzmann schemes. 2013. hal-00923240 HAL Id: hal-00923240 https://hal.archives-ouvertes.fr/hal-00923240 Submitted on 2 Jan 2014 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. On rotational invariance of lattice Boltzmann schemes Adeline Augier1, François Dubois1,2∗, Benjamin Graille1, Pierre Lallemand3 1 Department of Mathematics, University Paris Sud, Orsay, France. 2 Conservatoire National des Arts et Métiers, Paris, France, Structural Mechanics and Coupled Systems Laboratory. 3 Beiging Science Computing Research Center, China. ∗ corresponding author: [email protected] . 30 June 2013 ∗ Abstract We propose the derivation of acoustic-type isotropic partial differential equations that are equivalent to linear lattice Boltzmann schemes with a density scalar field and a momentum vector field as conserved moments. The corresponding linear equivalent partial differential equations are generated with a new “Berliner version” of the Taylor expansion method. The details of the implementation are presented. These ideas are applied for the D2Q9, D2Q13, D3Q19 and D3Q27 lattice Boltzmann schemes.
    [Show full text]
  • Invariance Defines Scaling Relations and Probability Patterns
    Common probability patterns arise from simple invariances Steven A. Frank1 Department of Ecology and Evolutionary Biology, University of California, Irvine, CA 92697{2525 USA Shift and stretch invariance lead to the exponential-Boltzmann probability distribution. Rotational invari- ance generates the Gaussian distribution. Particular scaling relations transform the canonical exponential and Gaussian patterns into the variety of commonly observed patterns. The scaling relations themselves arise from the fundamental invariances of shift, stretch, and rotation, plus a few additional invariances. Prior work described the three fundamental invariances as a consequence of the equilibrium canonical ensemble of statis- tical mechanics or the Jaynesian maximization of information entropy. By contrast, I emphasize the primacy and sufficiency of invariance alone to explain the commonly observed patterns. Primary invariance naturally creates the array of commonly observed scaling relations and associated probability patterns, whereas the classical approaches derived from statistical mechanics or information theory require special assumptions to derive commonly observed scales. 1. Introduction 2 9.1. Statistical mechanics 10 9.2. Jaynesian maximum entropy 10 2. Background 3 9.3. Conclusion 11 2.1. Probability increments 3 2.2. Parametric scaling relations 3 10. References 11 3. Shift invariance and the exponential form 3 Appendix A: Technical issues and extensions 12 3.1. Conserved total probability 3 1. Conserved total probability 12 3.2. Shift-invariant canonical coordinates 4 2. Conserved average values: eqn 7 12 3.3. Entropy as a consequence of shift invariance 4 3. Primacy of invariance 12 3.4. Example: the gamma distribution 4 4. Measurement theory 13 4. Stretch invariance and average values 5 Appendix B: Invariance and the common 4.1.
    [Show full text]