paper-with-me

Papers

Efficiently Learning Fourier Sparse Set Functions

2019-12-01 · NeurIPS 2019 12 · Andisheh Amrollahi, Amir Zandieh, Michael Kapralov, Andreas Krause

Learning set functions is a key challenge arising in many domains, ranging from sketching graphs to black-box optimization with discrete parameters. In this paper we consider the problem of efficiently learning set functions that are defined over a ground set of size $n$ and that are sparse (say $k$-sparse) in the Fourier domain. This is a wide class, that includes graph and hypergraph cut functions, decision trees and more. Our central contribution is the first algorithm that allows learning functions whose Fourier support only contains low degree (say degree $d=o(n)$) polynomials using $O(k d \log n)$ sample complexity and runtime $O( kn \log^2 k \log n \log d)$. This implies that sparse graphs with $k$ edges can, for the first time, be learned from $O(k \log n)$ observations of cut values and in linear time in the number of vertices. Our algorithm can also efficiently learn (sums of) decision trees of small depth. The algorithm exploits techniques from the sparse Fourier transform literature and is easily implementable. Lastly, we also develop an efficient robust version of our algorithm and prove $\ell_2/\ell_2$ approximation guarantees without any statistical assumptions on the noise.

📄 PDF Abstract BibTeX

Code (1)

andisheh94/Efficiently-Learning-Fourier-Sparse-Set-Functions 공식 구현

Similar Papers 제목 키워드 기반

Efficiently Computing Sparse Fourier Transforms of $q$-ary Functions

2023-01-15 · Yigit Efe Erginbas, Justin Singh Kang, Amirali Aghazadeh, Kannan Ramchandran

Fourier transformations of pseudo-Boolean functions are popular tools for analyzing functions of binary sequences. Real-world functions often have structures that manifest in a sparse Fourier transform, and previous work…

Efficient Algorithm for Sparse Fourier Transform of Generalized $q$-ary Functions

2025-01-21 · Darin Tsui, Kunal Talreja, Amirali Aghazadeh

Computing the Fourier transform of a $q$-ary function $f:\mathbb{Z}_{q}^n\rightarrow \mathbb{R}$, which maps $q$-ary sequences to real numbers, is an important problem in mathematics with wide-ranging applications in bio…

Depth separation beyond radial functions

2021-02-02 · Luca Venturi, Samy Jelassi, Tristan Ozuch, Joan Bruna

High-dimensional depth separation results for neural networks show that certain functions can be efficiently approximated by two-hidden-layer networks but not by one-hidden-layer ones in high-dimensions $d$. Existing res…

Learning Set Functions that are Sparse in Non-Orthogonal Fourier Bases

2020-10-01 · Chris Wendler, Andisheh Amrollahi, Bastian Seifert, Andreas Krause 외

Many applications of machine learning on discrete domains, such as learning preference functions in recommender systems or auctions, can be reduced to estimating a set function that is sparse in the Fourier domain. In th…

Recommendation Systems

Robust Fourier Neural Networks

2024-09-03 · Halyun Jeong, Jihun Han

Fourier embedding has shown great promise in removing spectral bias during neural network training. However, it can still suffer from high generalization errors, especially when the labels or measurements are noisy. We d…