Self-Compressing Neural Networks
arxiv.org
Self-Compressing Neural Networks
1–10 of 59 posts
Re: Self-Compressing Neural Networks
#2Re: Self-Compressing Neural Networks
#3dynamic quantization-aware training that puts size (in bytes) of the model in the loss
https://x.com/realGeorgeHotz/status/1819963680739512550
> This is one of the coolest papers I've seen in a while. "Self-Compressing Neural Networks" is dynamic quantization-aware training that puts size (in bytes) of the model in the loss! > My implementation (in @__tinygrad__):
https://github.com/geohot/ai-notebooks/blob/master/mnist_sel...
Re: Self-Compressing Neural Networks
#4Re: Self-Compressing Neural Networks
#5Re: Self-Compressing Neural Networks
#6This paper is a long way from implementing synaptic pruning/strengthening/weakening, neurogenesis, or synaptogenesis but it’s the first one I’ve seen where the network is self optimizing.
Re: Self-Compressing Neural Networks
#7Re: Self-Compressing Neural Networks
#8This kind of thing, much more than LLMs, makes me worry about AGI takeoff.
Re: Self-Compressing Neural Networks
#9This kind of thing, much more than LLMs, makes me worry about AGI takeoff.
Why? Do you think lossless compression is intelligence?
Re: Self-Compressing Neural Networks
#10I think this might be the first step to making neural networks that actually mimic biological brains. IMO the biggest piece missing from NN architectures is a mechanism like neuroplasticity that modifies the topology of neurons. Brains reorganize themselves around the things they learn. This paper is a long way from implementing synaptic pruning/strengthening/weakening, neurogenesis, or synaptogenesis but it’s the fi…