paper-with-me

Papers

Adaptive Sparse Möbius Transforms for Learning Polynomials

2026-02-05 · Yigit Efe Erginbas, Justin Singh Kang, Elizabeth Polito, Kannan Ramchandran arxiv

We consider the problem of exactly learning an $s$-sparse real-valued Boolean polynomial of degree $d$ of the form $f:\{ 0,1\}^n \rightarrow \mathbb{R}$. This problem corresponds to decomposing functions in the AND basis and is known as taking a Möbius transform. While the analogous problem for the parity basis (Fourier transform) $f: \{-1,1 \}^n \rightarrow \mathbb{R}$ is well-understood, the AND basis presents a unique challenge: the basis vectors are coherent, precluding standard compressed sensing methods. We overcome this challenge by identifying that we can exploit adaptive group testing to provide a constructive, query-efficient implementation of the Möbius transform (also known as Möbius inversion) for sparse functions. We present two algorithms based on this insight. The Fully-Adaptive Sparse Möbius Transform (FASMT) uses $O(sd \log(n/d))$ adaptive queries in $O((sd + n) sd \log(n/d))$ time, which we show is near-optimal in query complexity. Furthermore, we also present the Partially-Adaptive Sparse Möbius Transform (PASMT), which uses $O(sd^2\log(n/d))$ queries, trading a factor of $d$ to reduce the number of adaptive rounds to $O(d^2\log(n/d))$, with no dependence on $s$. When applied to hypergraph reconstruction from edge-count queries, our results improve upon baselines by avoiding the combinatorial explosion in the rank $d$. We demonstrate the practical utility of our method for hypergraph reconstruction by applying it to learning real hypergraphs in simulations.

📄 PDF Abstract BibTeX arXiv:2602.06246

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Understand: Identifying Interactions via the Möbius Transform

2024-02-04 · Justin S. Kang, Yigit E. Erginbas, Landon Butler, Ramtin Pedarsani 외

One of the key challenges in machine learning is to find interpretable representations of learned functions. The M\"obius transform is essential for this purpose, as its coefficients correspond to unique importance score…

Learning Theory

Focal points and their implications for Möbius Transforms and Dempster-Shafer Theory

2020-11-12 · Maxime Chaveroche, Franck Davoine, Véronique Cherfaoui

Dempster-Shafer Theory (DST) generalizes Bayesian probability theory, offering useful additional information, but suffers from a much higher computational burden. A lot of work has been done to reduce the time complexity…

Möbius Convolutions for Spherical CNNs

2022-01-28 · Thomas W. Mitchel, Noam Aigerman, Vladimir G. Kim, Michael Kazhdan

M\"obius transformations play an important role in both geometry and spherical image processing - they are the group of conformal automorphisms of 2D surfaces and the spherical equivalent of homographies. Here we present…

DescriptiveImage SegmentationSemantic Segmentation

PowerNet: Efficient Representations of Polynomials and Smooth Functions by Deep Neural Networks with Rectified Power Units

2019-09-09 · Bo Li, Shanshan Tang, Haijun Yu

Deep neural network with rectified linear units (ReLU) is getting more and more popular recently. However, the derivatives of the function represented by a ReLU network are not continuous, which limit the usage of ReLU n…

Optimizing Over All Sequences of Orthogonal Polynomials

2021-01-01 · Shiva Kaul

Every length-$(n+1)$ sequence of orthogonal polynomials is uniquely represented by two length-$(n+1)$ sequences of coefficients $\alpha$ and $\beta$. We make this representation learnable by gradient-based methods. Ortho…

AllComputational Efficiency