저자: Ikjun Choi, Shourya Pandey, Purnamrita Sarkar | 날짜: 2026 | URL: https://openreview.net/forum?id=AlHlfAKfNd 📄 PDF
라이선스: OpenReview 공개(오픈액세스)
Figure 1. MMD permutation two sample testing experiments. The left (right) half uses the Laplace (Gaussian) kernel. The
MMD 기반 kernel two-sample test를 quadratic time O(N^2 d) 대신 subquadratic time O((2 log N)^d N)에 계산하면서도 minimax-optimal power를 유지하는 방법을 제안한 논문으로, Fenwick tree 기반 prefix-sum과 exponentially convergent trapezoidal rule을 이용해 separable 및 almost separable kernel(Laplace, Matérn, Gaussian, inverse multiquadric)에 대한 정확/근사 알고리즘을 제공한다.
Figure 1. MMD permutation two sample testing experiments. The left (right) half uses the Laplace (Gaussian) kernel. The
Figure 2. MMD permutation two sample testing experiments with dimension reduction via PCA.
총평: Fenwick tree와 수치해석적 근사를 결합해 kernel two-sample test의 계산 효율과 minimax-optimal 검정력을 동시에 달성한 이론적으로 탄탄하고 참신한 연구이나, 고차원 영역에서의 실질적 한계와 실데이터 검증의 부족이 아쉬운 점이다.