Plugin trains a small autoregressive model to multiply its softmax into a frozen LLM's softmax, adapting the output distribution to a target domain using only logits and limited data.
The Hessian perspective into the Nature of Convolutional Neural Networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
While Convolutional Neural Networks (CNNs) have long been investigated and applied, as well as theorized, we aim to provide a slightly different perspective into their nature -- through the perspective of their Hessian maps. The reason is that the loss Hessian captures the pairwise interaction of parameters and therefore forms a natural ground to probe how the architectural aspects of CNN get manifested in its structure and properties. We develop a framework relying on Toeplitz representation of CNNs, and then utilize it to reveal the Hessian structure and, in particular, its rank. We prove tight upper bounds (with linear activations), which closely follow the empirical trend of the Hessian rank and hold in practice in more general settings. Overall, our work generalizes and establishes the key insight that, even in CNNs, the Hessian rank grows as the square root of the number of parameters.
fields
cs.LG 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
Logits are All We Need to Adapt Closed Models
Plugin trains a small autoregressive model to multiply its softmax into a frozen LLM's softmax, adapting the output distribution to a target domain using only logits and limited data.