Equivariant Ideal Downsampling for Discrete Groups

Community Article Published May 10, 2025

Sampling over structured domains like finite groups requires care to preserve symmetries and enable reconstruction. Classical sampling theory uses frames and anti-aliasing filters to ensure stability and avoid spectral overlap. In the group setting, these ideas are generalized using representation theory and Fourier transforms on non-abelian groups. This tutorial presents a principled framework for equivariant downsampling and anti-aliasing on finite groups, linking reconstruction guarantees with symmetry-aware operator design.

This tutorial aims to aid in explaining the theoretical framework of the work "Group Downsampling with Equivariant Anti-aliasing" with some additional background materials. To see the application of this theory in equivariant deep nets, please visit the GitHub repository: Group_Sampling.


1. Fourier Transform and Convolution in the Frequency Domain

The Fourier Transform enables the decomposition of a signal into sinusoidal components. For a function fL2(Rd) f \in L^2(\mathbb{R}^d) , the Fourier transform is defined by:

f^(ξ)=Rdf(x)e2πix,ξdx \widehat{f}(\xi) = \int_{\mathbb{R}^d} f(x) e^{-2\pi i \langle x, \xi \rangle} \, dx

The inverse Fourier transform is:

f(x)=Rdf^(ξ)e2πix,ξdξ f(x) = \int_{\mathbb{R}^d} \widehat{f}(\xi) e^{2\pi i \langle x, \xi \rangle} \, d\xi

These sinusoidals e2πix,ξe^{2\pi i \langle x, \xi \rangle} forms the basis of the square-integrable function space.

Convolution Theorem

Given f,gL1(Rd) f, g \in L^1(\mathbb{R}^d) , their convolution is:

(fg)(x)=Rdf(y)g(xy)dy (f * g)(x) = \int_{\mathbb{R}^d} f(y)g(x - y) \, dy

and the Fourier transform satisfies:

fg^(ξ)=f^(ξ)g^(ξ) \widehat{f * g}(\xi) = \widehat{f}(\xi) \cdot \widehat{g}(\xi)

This equivalence connects spatial-domain filtering to pointwise multiplication in the frequency domain.


2. Uniform Sampling and the Aliasing Effect

To work with functions in computers we need to discretize it onto a finite set of points. Sampling refers to discretizing a continuous signal. A signal f(x) f(x) is uniformly sampled as:

f[n]=f(nT),nZ f[n] = f(nT), \quad n \in \mathbb{Z}

where T T is the sampling interval.

Aliasing

During sampling, we only keep a finite set of points from f(x)f(x) and discard the rest. Discarding this information about the original function comes with many artifacts. Aliasing in one of them.

Aliasing is the distortion resulting from overlapping frequency content due to undersampling. When a continuous signal is sampled, its spectrum is periodically repeated.

Let STf(x)=nZf(nT)δ(xnT) \mathcal{S}_T f(x) = \sum_{n \in \mathbb{Z}} f(nT) \delta(x - nT) , then

F[STf](ξ)=1TkZf^(ξkT) \mathcal{F}[\mathcal{S}_T f](\xi) = \frac{1}{T} \sum_{k \in \mathbb{Z}} \widehat{f}\left(\xi - \frac{k}{T}\right)

If the original spectrum f^ \widehat{f} is not bandlimited, these copies overlap, causing aliasing.

Due to aliasing, when upsampled, i.e., when we try to reconstruct the original function f(x)f(x) form the finite samples f[n]f[n], we see unexpected patterns. That means our original signal is now completely lost due to aliasing and there now no way to get it back.

Nyquist-Shannon Sampling Theorem

To avoid aliasing, the signal must be bandlimited:

If f^(ξ)=0 \widehat{f}(\xi) = 0 for all ξ12T |\xi| \geq \frac{1}{2T} , then f f can be perfectly reconstructed from its samples f(nT) f(nT) .


3. Anti-Aliasing: Motivation and Construction

To suppress aliasing, one applies a low-pass filter before sampling:

fsmooth=fh f_{\text{smooth}} = f * h

where h h is a smoothing kernel (e.g., Gaussian). In the Fourier domain:

fsmooth^(ξ)=f^(ξ)h^(ξ) \widehat{f_{\text{smooth}}}(\xi) = \widehat{f}(\xi) \cdot \widehat{h}(\xi)

By choosing h^(ξ)0 \widehat{h}(\xi) \approx 0 for ξ>12T |\xi| > \frac{1}{2T} , high frequencies are attenuated.

Properties of Good Anti-Aliasing Filters

  • Rapid frequency decay: Gaussian filters are common.
  • Isotropy: Ensures uniform smoothing in all directions.
  • Preservation of signal mean: h(x)dx=1 \int h(x)\,dx = 1

Informally, this means even after sampling we can preserve important characteristics of the original function f(x)f(x) if we follow a proper anti-aliasing procedure.

In signal processing literature sampling with appropriate alti-alasing is known as Downsampling.


4. Perfect Reconstruction

The question arises: how can we reconstruct the continuous signal from its samples?

Ideal Case: Shannon’s Reconstruction Formula

If f f is bandlimited to [12T,12T] [-\frac{1}{2T}, \frac{1}{2T}] , then:

f(x)=nZf(nT)sinc(xnTT) f(x) = \sum_{n \in \mathbb{Z}} f(nT) \cdot \text{sinc}\left(\frac{x - nT}{T}\right)

with sinc(x)=sin(πx)πx \text{sinc}(x) = \frac{\sin(\pi x)}{\pi x} . This formula is known as sinc interpolation.

Frame-Based Sampling and Anti-Aliasing in Hilbert Spaces

Let H \mathcal{H} be a Hilbert space (e.g., L2(Rd) L^2(\mathbb{R}^d) , or functions on a manifold or graph). We consider a principled approach to sampling and reconstruction using frame theory, where anti-aliasing is realized as a projection onto a subspace spanned by a frame, and sampling/reconstruction is formulated via analysis and synthesis operators.


1. Frame for a Subspace HH \mathcal{H}^\dagger \subset \mathcal{H}

Let HH \mathcal{H}^\dagger \subset \mathcal{H} be a finite-dimensional subspace (e.g., the space of bandlimited functions). A frame {ϕi}i=1NH \{ \phi_i \}_{i=1}^N \subset \mathcal{H}^\dagger satisfies the frame condition:

Af2i=1Nf,ϕi2Bf2,fH A \|f\|^2 \leq \sum_{i=1}^N |\langle f, \phi_i \rangle|^2 \leq B \|f\|^2, \quad \forall f \in \mathcal{H}^\dagger

for constants 0<AB< 0 < A \leq B < \infty . The frame allows stable representation of any fH f \in \mathcal{H}^\dagger via its inner products with the frame elements ϕi\phi_i.


2. Anti-Aliasing as Orthogonal Projection

Suppose the original signal fH f \in \mathcal{H} may contain components outside the subspace H \mathcal{H}^\dagger . To prevent aliasing, we apply an anti-aliasing filter that projects f f orthogonally onto the subspace:

f:=PHf=j=1df,ψjψj f^\dagger := P_{\mathcal{H}^\dagger} f = \sum_{j=1}^d \langle f, \psi_j \rangle \psi_j

where {ψj} \{ \psi_j \} is an orthonormal basis for H \mathcal{H}^\dagger . This removes components orthogonal to the frame span before sampling.


3. Analysis Operator as Generalized Sampling

The analysis operator T:HRN T: \mathcal{H}^\dagger \to \mathbb{R}^N maps a function to its frame coefficients:

Tf=(f,ϕ1,,f,ϕN) T f = \left( \langle f, \phi_1 \rangle, \dots, \langle f, \phi_N \rangle \right)^\top

This is not the pointwise sampling commonly used in signal processing: unless the frame elements are delta functions (Dirac evaluations), the operator measures inner products, not values. These frames are sometimes also called point spread function.

Hence, the correct sampling pipeline for a general signal ( f \in \mathcal{H} ) is:

fanti-aliasingf=PHfanalysisTfRN f \xrightarrow{\text{anti-aliasing}} f^\dagger = P_{\mathcal{H}^\dagger} f \xrightarrow{\text{analysis}} T f^\dagger \in \mathbb{R}^N


4. Synthesis Operator and Reconstruction (Concrete Formulation)

Assume we have computed the frame coefficients of a projected function fH f^\dagger \in \mathcal{H}^\dagger using the analysis operator:

yi:=f,ϕi,for i=1,,N y_i := \langle f^\dagger, \phi_i \rangle, \quad \text{for } i = 1, \dots, N

Collect these into a vector y=(y1,y2,,yN)RN y = (y_1, y_2, \dots, y_N)^\top \in \mathbb{R}^N .


4.1 Definition of the Synthesis Operator

The synthesis operator T:RNH T^*: \mathbb{R}^N \to \mathcal{H}^\dagger reconstructs a function by combining the frame elements with the given coefficients:

Ty:=i=1Nyiϕi T^* y := \sum_{i=1}^N y_i \phi_i

Thus, we reconstruct an approximation (or the exact function if everything is ideal) as:

f^:=Ty=i=1Nf,ϕiϕi \hat{f}^\dagger := T^* y = \sum_{i=1}^N \langle f^\dagger, \phi_i \rangle \phi_i

However, unless the frame is tight, this reconstruction is not exact. We need to correct it using the frame operator.


4.2 Frame Operator and Exact Reconstruction

Define the frame operator S:HH S: \mathcal{H}^\dagger \to \mathcal{H}^\dagger as the composition of analysis and synthesis:

S:=TT S := T^* T

Then for any fH f^\dagger \in \mathcal{H}^\dagger :

Sf=TTf=i=1Nf,ϕiϕi S f^\dagger = T^* T f^\dagger = \sum_{i=1}^N \langle f^\dagger, \phi_i \rangle \phi_i

This is a positive-definite, self-adjoint operator. Therefore, it is invertible, and we can recover f f^\dagger from its frame coefficients by:

f=S1TTf=S1f^ f^\dagger = S^{-1} T^* T f^\dagger = S^{-1} \hat{f}^\dagger


4.3 Dual Frame and Reconstruction Formula

Define the canonical dual frame {ϕ~i}i=1NH \{ \tilde{\phi}_i \}_{i=1}^N \subset \mathcal{H}^\dagger corresponding to TT^* as:

ϕ~i:=S1ϕi \tilde{\phi}_i := S^{-1} \phi_i

Then we can write the exact reconstruction formula as:

f=i=1Nf,ϕiϕ~i f^\dagger = \sum_{i=1}^N \langle f^\dagger, \phi_i \rangle \tilde{\phi}_i

This formula always holds, even for redundant and non-tight frames.


4.4 Special Case: Tight Frames

If the frame is tight, i.e., there exists a constant A>0 A > 0 such that:

i=1Nf,ϕi2=Af2,fH \sum_{i=1}^N |\langle f, \phi_i \rangle|^2 = A \|f\|^2, \quad \forall f \in \mathcal{H}^\dagger

then S=AId S = A \cdot \mathrm{Id} , and the reconstruction simplifies to:

f=1ATTf=1Ai=1Nf,ϕiϕi f^\dagger = \frac{1}{A} T^* T f^\dagger = \frac{1}{A} \sum_{i=1}^N \langle f^\dagger, \phi_i \rangle \phi_i

Tight frames are especially convenient in applications like wavelets, STFTs, and some spectral basis such as irreps for discrete groups.


✅ Summary

  • The anti-aliasing operator: Project from space H\mathcal{H} to H\mathcal{H^\dagger}
  • The analysis operator: extracts coefficients: yi=f,ϕi y_i = \langle f^\dagger, \phi_i \rangle
  • The synthesis operator: reconstructs: Ty=iyiϕi T^* y = \sum_i y_i \phi_i
  • The frame operator ensures stability and allows inversion
  • The dual frame yields an exact reconstruction even when the frame is not tight

Representations and Fourier Analysis on Finite Discrete Groups

This section provides a foundation for harmonic analysis on finite non-abelian structures—essential in modern machine learning (e.g., equivariant networks), signal processing, and physics.


1. Group and Subgroup

A group G G is a set with a binary operation \cdot satisfying:

  • Closure: g1,g2Gg1g2G g_1, g_2 \in G \Rightarrow g_1 \cdot g_2 \in G
  • Associativity: (g1g2)g3=g1(g2g3) (g_1 \cdot g_2) \cdot g_3 = g_1 \cdot (g_2 \cdot g_3)
  • Identity: There exists eG e \in G such that eg=ge=g e \cdot g = g\cdot e = g
  • Inverses: For each gG g \in G , there exists g1G g^{-1} \in G with gg1=e g \cdot g^{-1} = e

A subgroup HG H \leq G is a subset that is itself a group under the same operation.


2. Representations and Group Actions

2.1 Group Representation

A (finite-dimensional, complex) representation of a finite group G G is a homomorphism:

ρ:GGL(V) \rho: G \to \mathrm{GL}(V)

with V V a finite-dimensional complex vector space, and GL(V) \mathrm{GL}(V) the group of invertible linear operators on V V . In a fixed basis, this gives a matrix representation:

ρ(g)Cdρ×dρ,where dρ=dimV \rho(g) \in \mathbb{C}^{d_\rho \times d_\rho}, \quad \text{where } d_\rho = \dim V

We require:

ρ(gh)=ρ(g)ρ(h),ρ(e)=I \rho(g h) = \rho(g) \rho(h), \quad \rho(e) = I

2.2 Group Action on a Set

A group action on a set X X is a map:

G×XX,(g,x)gx G \times X \to X, \quad (g, x) \mapsto g \cdot x

satisfying:

  • ex=x e \cdot x = x
  • g(hx)=(gh)x g \cdot (h \cdot x) = (g h) \cdot x

This can be viewed as a permutation representation when X X is a finite set.


3. Irreducible Representations (Irreps)

A representation ρ:GGL(V) \rho: G \to \mathrm{GL}(V) is irreducible if it has no proper, nonzero, G G -invariant subspace. That is, no WV W \subset V with dimW<dimV \dim W < \dim V such that ρ(g)(W)W \rho(g)(W) \subseteq W for all gG g \in G .

We denote the set of all inequivalent irreducible representations of G G by:

G^={ρ(1),,ρ(n)} \widehat{G} = \{ \rho^{(1)}, \dots, \rho^{(n)} \}

Important facts:

  • The number of irreps equals the number of conjugacy classes in G G .
  • Every finite-dimensional unitary representation of G G decomposes as a direct sum of irreps.
  • The dimensions satisfy the sum-of-squares identity:

ρG^dρ2=G \sum_{\rho \in \widehat{G}} d_\rho^2 = |G|


4. Fourier Transform on Finite Groups

Let f:GC f: G \to \mathbb{C} be a function on the group. The Fourier transform of f f is a collection of matrices indexed by irreps:

f^(ρ):=gGf(g)ρ(g),for each ρG^ \widehat{f}(\rho) := \sum_{g \in G} f(g) \rho(g)^*, \quad \text{for each } \rho \in \widehat{G}

Here:

  • ρ(g) \rho(g)^* is the conjugate transpose of ρ(g) \rho(g) ,
  • f^(ρ)Cdρ×dρ \widehat{f}(\rho) \in \mathbb{C}^{d_\rho \times d_\rho} ,
  • The total number of matrix blocks equals the number of irreps of G G .

4.1 Inverse Fourier Transform

The function f f can be reconstructed via:

f(g)=1GρG^dρTr(f^(ρ)ρ(g)) f(g) = \frac{1}{|G|} \sum_{\rho \in \widehat{G}} d_\rho \cdot \mathrm{Tr} \left( \widehat{f}(\rho) \cdot \rho(g) \right)

This generalizes the classical Fourier inversion formula from abelian groups.


4.2 Plancherel Identity

The Fourier transform preserves inner products:

f1,f2=1GgGf1(g)f2(g)=ρG^1dρTr(f1^(ρ)f2^(ρ)) \langle f_1, f_2 \rangle = \frac{1}{|G|} \sum_{g \in G} f_1(g) \overline{f_2(g)} = \sum_{\rho \in \widehat{G}} \frac{1}{d_\rho} \cdot \mathrm{Tr} \left( \widehat{f_1}(\rho)^\dagger \widehat{f_2}(\rho) \right)


5. Group Action on Fourier Coefficients

Let G G act on functions via left translation:

(Lhf)(g)=f(h1g) (L_h f)(g) = f(h^{-1} g)

Then the Fourier coefficients transform via:

Lhf^(ρ)=ρ(h)f^(ρ) \widehat{L_h f}(\rho) = \rho(h) \cdot \widehat{f}(\rho)

Similarly, right translation:

(Rhf)(g)=f(gh) (R_h f)(g) = f(g h)

acts by:

Rhf^(ρ)=f^(ρ)ρ(h) \widehat{R_h f}(\rho) = \widehat{f}(\rho) \cdot \rho(h)^*

Thus, group actions induce matrix conjugation on the Fourier side, making it particularly useful for designing equivariant operations.


Sampling Theory on Finite Groups: A Generalization from Frame Theory

In this section, we extend this theory to signals defined on finite groups, where both the signal domain and its structure are algebraic.

Unlike the general sampling framework—where sampling is defined as the analysis operator associated with a chosen frame—in the case of subsampling from a subgroup GG G^\downarrow \subset G , the sampling process is determined by a fixed sampling matrix S \mathcal{S} , which selects function values restricted to the subgroup.

In this setting, an additional requirement arises: each operator in the sampling pipeline (sampling, interpolation, and anti-aliasing) must be equivariant under the group action. That is, the operations must respect the symmetry structure of the group G G .

To ensure this, we adopt a more abstract and general approach: we define sampling, interpolation, and anti-aliasing as linear operators, each subject to algebraic and spectral constraints—such as equivariance and perfect reconstruction. This operator-theoretic formulation allows us to systematically design the sampling pipeline while preserving group symmetry.


1. Signals on Finite Groups and Fourier Transform

Let G G be a finite group with G=N |G| = N . The space of real-valued functions on G G is:

XG:={x:GR}RN X_G := \{ x : G \to \mathbb{R} \} \cong \mathbb{R}^N

Using a fixed enumeration {g1,,gN} \{g_1, \dots, g_N\} of group elements, we can identify any xXG x \in X_G with a vector xRN x \in \mathbb{R}^N via:

x[i]:=x[gi] x[i] := x[g_i]

The Fourier transform of x x over G G is a matrix transform:

x^:=FGx \hat{x} := F_G x

where FG F_G is the Fourier basis formed from irreducible representations of G G , and x^CN \hat{x} \in \mathbb{C}^N is the collection of Fourier coefficients. The inverse transform is:

x=FG1x^ x = F_G^{-1} \hat{x}

The matrix FG F_G is unitary and can be interpreted as a change of basis into the irreducible harmonic components of G G .


2. Matrix Form of Sampling and Interpolation

Let SRM×N S \in \mathbb{R}^{M \times N} be a sampling matrix with M<N M < N , selecting a subset of the coordinates (or evaluating at a subgroup GG G^\downarrow \subset G ). Let IRN×M I \in \mathbb{R}^{N \times M} be the interpolation matrix.

Then, the standard multi-rate pipeline is written as:

Sampling:x=Sx \text{Sampling:} \quad x^\downarrow = Sx Interpolation:x=Ix=ISx \text{Interpolation:} \quad x^\uparrow = I x^\downarrow = I S x

Perfect reconstruction requires:

x=ISx x = I S x

which is generally not satisfied unless the signal x x satisfies certain spectral conditions. This motivates the definition of bandlimitedness over subgroups.


3. Subgroup Sampling Theorem on Finite Groups

We seek an interpolation matrix I I such that:

x=ISx x = I S x

holds for signals that are bandlimited to a subspace specified by an operator MCN×M M \in \mathbb{C}^{N \times M} , which relates the subgroup Fourier coefficients x^CM \hat{x}^\downarrow \in \mathbb{C}^M to the full coefficients x^CN \hat{x} \in \mathbb{C}^N :

x^=Mx^ \hat{x} = M \hat{x}^\downarrow

This implies:

x=FG1x^=FG1Mx^ x = F_G^{-1} \hat{x} = F_G^{-1} M \hat{x}^\downarrow

and since x^=FGx=FGSx \hat{x}^\downarrow = F_{G^\downarrow} x^\downarrow = F_{G^\downarrow} S x , we obtain:

x=FG1MFGSx=BFGSx=ISx x = F_G^{-1} M F_{G^\downarrow} S x = B F_{G^\downarrow} S x = I S x

Thus, perfect reconstruction is achieved if the interpolation matrix is chosen as:

I:=BFG,where B:=FG1M I := B F_{G^\downarrow}, \quad \text{where } B := F_G^{-1} M


4. Subgroup Bandlimitedness Condition

Let:

Mˉ:=M(MM)1M \bar{M} := M(M^\dagger M)^{-1} M^\dagger

be the orthogonal projector onto the column space of M M . Then, if x^Im(Mˉ) \hat{x} \in \text{Im}(\bar{M}) , i.e., x^=Mˉx^ \hat{x} = \bar{M} \hat{x} , the signal x x lies in the bandlimited subspace defined by M M , and:

x=Bx^Span(B) x = B \hat{x}^\downarrow \in \text{Span}(B)

Thus, the signal can be reconstructed from its sampled values via:

x=Ix=BFGSx x = I x^\downarrow = B F_{G^\downarrow} S x


5. Anti-Aliasing Operator and Optimization of M M

Let PM=B(BB)1B P_M = B (B^\dagger B)^{-1} B^\dagger be the projection operator onto the space Span(B) \text{Span}(B) . Then, this operator can be seen as the ideal anti-aliasing filter: projecting any signal onto the subspace where perfect reconstruction holds.

We define the anti-aliasing operator in Fourier space as:

P^M:=FGPMFG1 \hat{P}_M := F_G P_M F_G^{-1}

Our goal is to design M M such that:

  1. PM P_M is equivariant under group action,
  2. The selected subspace is smooth (low variation),
  3. Perfect reconstruction holds: FG1=SFG1M F^{-1}_{G^\downarrow} = S F_G^{-1} M

5.1 Optimization Objective for Designing M M

We formulate the learning of MCN×M M \in \mathbb{C}^{N \times M} via the constrained optimization:

M=argminMvec(P^M)Tˉvec(P^M)22+λ1Diag((FG1)LFG1M) M^* = \arg\min_M \left\| \mathrm{vec}(\hat{P}_M) - \bar{T} \, \mathrm{vec}(\hat{P}_M) \right\|_2^2 + \lambda \cdot \mathbf{1}^\top \mathrm{Diag}\left( (F_G^{-1})^\dagger L F_G^{-1} M |\cdot| \right)

subject to:

FG1=SFG1M F^{-1}_{G^\downarrow} = S F_G^{-1} M

  • Tˉ \bar{T} is the Reynolds operator, projecting onto the space of equivariant linear maps under the group action
  • L L is the graph Laplacian of the Cayley graph of G G , measuring smoothness
  • The first term enforces equivariance
  • The second term penalizes non-smooth subspaces

5.2 Equivariance Constraint via Reynolds Operator

Equivariance of P^M \hat{P}_M under group action is enforced by the condition:

vec(P^M)=Tˉvec(P^M) \mathrm{vec}(\hat{P}_M) = \bar{T} \, \mathrm{vec}(\hat{P}_M)

where Tˉ \bar{T} is the Reynolds operator associated with the tensor product representation:

ρ^XGρ^XG,Tˉ:=1GgGρ^(g)ρ^(g1) \hat{\rho}_{X_G} \otimes \hat{\rho}_{X_G}, \quad \bar{T} := \frac{1}{|G|} \sum_{g \in G} \hat{\rho}(g) \otimes \hat{\rho}(g^{-1})^\top

This ensures that the anti-aliasing projection PM P_M commutes with group action in the Fourier domain.


📘 References

  1. Vetterli, M., Marziliano, P., & Blu, T. (2014). Sampling signals with finite rate of innovation. IEEE Signal Processing Magazine.

  2. Chen, X., Sandryhaila, A., Moura, J. M. F., & Kovacevic, J. (2015). Signal recovery on graphs: Variation minimization. IEEE Transactions on Signal Processing.

  3. Mouli, S. C., & Ribeiro, A. (2021). Equivariant subsampling for group-structured data. Advances in Neural Information Processing Systems (NeurIPS).

  4. Shuman, D. I., Narang, S. K., Frossard, P., Ortega, A., & Vandergheynst, P. (2013). The emerging field of signal processing on graphs: Extending high-dimensional data analysis to networks and other irregular domains. IEEE Signal Processing Magazine.

  5. Shannon, C. E. (1949). Communication in the presence of noise. Proceedings of the IRE.

  6. Unser, M. (2000). Sampling—50 Years after Shannon. Proceedings of the IEEE.

  7. Pesenson, I. (2008). Sampling in Paley–Wiener spaces on combinatorial graphs. Transactions of the American Mathematical Society.

  8. Coifman, R. R., & Maggioni, M. (2006). Diffusion wavelets. Applied and Computational Harmonic Analysis.

  9. Belkin, M., & Niyogi, P. (2002). Laplacian Eigenmaps for dimensionality reduction and data representation. Advances in Neural Information Processing Systems (NeurIPS).

  10. Doy, M. N., & Vetterli, M. (1995). Frame reconstruction of the Laplacian pyramid. In Proceedings of ICASSP.

  11. Rahman, Md Ashiqur, and Raymond A. Yeh. "Group Downsampling with Equivariant Anti-aliasing." ICLR 2025.

Community

Sign up or log in to comment