We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| changwoolee/Gaudi-GBLR | canonical | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| gaudi_mask | Ran | changwoolee/Gaudi-GBLR/src/ops/gaudi_mask.py pointer only (licence: NONE) · get_code("5b214cd5aa77c803") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
This paper investigates efficient deep neural networks (DNNs) to replace dense unstructured weight matrices with structured ones that possess desired properties. The challenge arises because the optimal weight matrix structure in popular neural network models is obscure in most cases and may vary from layer to layer even in the same network. Prior structured matrices proposed for efficient DNNs were mostly hand-crafted without a generalized framework to systematically learn them. To address this issue, we propose a generalized and differentiable framework to learn efficient structures of weight matrices by gradient descent. We first define a new class of structured matrices that covers a wide range of structured matrices in the literature by adjusting the structural parameters. Then, the frequency-domain differentiable parameterization scheme based on the Gaussian-Dirichlet kernel is adopted to learn the structural parameters by proximal gradient descent. On the image and language tasks, our method learns efficient DNNs with structured matrices, achieving lower complexity and/or higher performance than prior approaches that employ low-rank, block-sparse, or block-low-rank matrices.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2310.18882")
get_code_for_paper("2310.18882")
have("2310.18882")
Connect an agent — have() is free.