Wick Hermite Features Overview
- Wick Hermite features are an orthogonal polynomial system defined via the Wick product and combinatorial posets, offering a structured basis for kernel linearization.
- They leverage the poset of incomplete matchings and Möbius inversion to derive closed product and inversion formulas that simplify high-degree computations.
- This framework enables scalable kernel methods by supporting low-variance random feature expansions for polynomial and Gaussian kernels.
Wick Hermite features are an orthogonal polynomial feature system defined via the Wick product, with a combinatorial structure rooted in the poset of incomplete matchings. This framework provides a basis for efficiently linearizing polynomial and Gaussian kernels and underpins low-variance random feature expansions for shift-invariant kernels whose Fourier transforms are Gaussian mixtures. The key combinatorics derive from the poset of partitions of into singletons and pairs, ordered by refinement, with Möbius function and product/inversion formulas central to their construction and application (Anshelevich, 2017).
1. Algebraic and Combinatorial Definition
The Wick–Hermite polynomials are defined in the context of a unital –algebra , with a projection (), and a state such that . The variable is taken as . The central object is the Wick product , recursively defined on arguments: with ( copies).
The Wick–Hermite polynomials satisfy the classical three-term recurrence: Combinatorially, admit an expansion over : where .
The closed-form for is:
2. Exponential Generating Function and Basis Properties
The ordinary exponential generating function of the Wick–Hermite system is: This function aligns, up to scaling , with the probabilists' Hermite polynomials for variance 1, whose generating function is . The "physicists'" version, $\He_n(x)$, has generating function .
A notable property is that the feature vector can be computed in time via recurrence, enabling fast high-dimensional polynomial feature computation.
3. Product and Linearization Formulas via Incomplete Matching Posets
Wick–Hermite polynomials possess a closed product formula governed explicitly by the combinatorics of . Given ,
where
This result follows directly from enumerating matchings where all newly formed pairs cross between the first and last elements.
The inversion—expressing monomials in the Wick–Hermite basis—is given by
This formula reflects the Möbius inversion structure of the incomplete-matching poset.
4. Möbius Function and Poset Structure
The poset consists of all partitions of into pairs and singletons, ordered by refinement. The Möbius function for this poset is given by . All constants arising in the product and inversion formulas are binomial- and factorial-factors originating from the enumeration of matchings in .
The triangular structure of the matrix in the monomial basis enables efficient closed-form inversion between monomial and Wick–Hermite polynomial representations.
5. Efficient Feature Maps and Applications in Kernel Methods
The Wick–Hermite system provides a computationally efficient feature map for polynomial and Gaussian kernels. The expansion of the Gaussian kernel
enables truncation at degree to yield an -dimensional feature embedding with exact orthogonality—effectively the Mercer expansion in the Wick–Hermite basis.
For polynomial kernels of the form , the inversion and product formulas allow reduction of the full monomial expansion’s cross-terms to feature computations. More broadly, random-feature schemes sampling with probability proportional to and evaluating deliver unbiased, low-variance approximations for shift-invariant kernels with Gaussian mixture Fourier transforms.
Feature evaluation relies critically on the recurrence
and the combinatorial identities for rapid reduction of high-degree polynomial terms, facilitating scalable high-dimensional kernel learning.
6. Summary Table: Key Formulas and Combinatorial Factors
| Formula Type | Expression | Combinatorial Factor |
|---|---|---|
| Polynomial | binomial/factorial; | |
| Product | cross-block pairs | |
| Inversion | same as in polynomial formula | |
| Generating Fn | combination of exponential series |
All constants and structures are fixed by the Möbius function and enumeration principles of the incomplete matching poset (Anshelevich, 2017).