paper-with-me

홈 › Papers

Recurrent Convolutional Neural Networks Learn Succinct Learning Algorithms

2022-09-01 · Surbhi Goel, Sham Kakade, Adam Tauman Kalai, Cyril Zhang

Neural networks (NNs) struggle to efficiently solve certain problems, such as learning parities, even when there are simple learning algorithms for those problems. Can NNs discover learning algorithms on their own? We exhibit a NN architecture that, in polynomial time, learns as well as any efficient learning algorithm describable by a constant-sized program. For example, on parity problems, the NN learns as well as Gaussian elimination, an efficient algorithm that can be succinctly described. Our architecture combines both recurrent weight sharing between layers and convolutional weight sharing to reduce the number of parameters down to a constant, even though the network itself may have trillions of nodes. While in practice the constants in our analysis are too large to be directly meaningful, our work suggests that the synergy of Recurrent and Convolutional NNs (RCNNs) may be more natural and powerful than either alone, particularly for concisely parameterizing discrete algorithms.

📄 PDF Abstract BibTeX arXiv:2209.00735

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transformers are Inherently Succinct

2025-10-22 · Pascal Bergsträßer, Ryan Cotterell, Anthony W. Lin arxiv

We study succinctness as a measure of the expressive power of transformers. Succinctness -- how compactly a formalism can describe a language relative to other formalisms -- is a classical notion in logic and automata th…

Skeleton-Based Action Recognition with Synchronous Local and Non-local Spatio-temporal Learning and Frequency Attention

2018-11-10 · Guyue Hu, Bo Cui, Shan Yu

Benefiting from its succinctness and robustness, skeleton-based action recognition has recently attracted much attention. Most existing methods utilize local networks (e.g., recurrent, convolutional, and graph convolutio…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Competitive Algorithms for Online Knapsack with Succinct Predictions

2024-06-26 · Mohammadreza Daneshvaramoli, Helia Karisani, Adam Lechowicz, Bo Sun 외

In the online knapsack problem, the goal is to pack items arriving online with different values and weights into a capacity-limited knapsack to maximize the total value of the accepted items. We study \textit{learning-au…

Prediction

A Locally Differential Private Coding-Assisted Succinct Histogram Protocol

2025-06-21 · Hsuan-Po Liu, Hessam Mahdavifar

A succinct histogram captures frequent items and their frequencies across clients and has become increasingly important for large-scale, privacy-sensitive machine learning applications. To develop a rigorous framework to…

On Tackling Explanation Redundancy in Decision Trees

2022-05-20 · Yacine Izza, Alexey Ignatiev, Joao Marques-Silva

Decision trees (DTs) epitomize the ideal of interpretability of machine learning (ML) models. The interpretability of decision trees motivates explainability approaches by so-called intrinsic interpretability, and it is …