Let us consider the linear regression model in finite dimensions given by $Y = X \beta + \epsilon$ where $Y \in \mathbb{R}^n, X \in \mathbb{R}^{n \times m}, \beta \in \mathbb{R}^m$, and $ \epsilon \in \mathbb{R}^n$ is the Gaussian noise. I know that to compute the loss function, using the $\ell^2$ or $\ell^p$ error for finite-dimensional spaces is used to measure the misfit.
I am wondering if other norms from functional analysis can be used for linear regression such as the sobolev norms or negative sobolev norms adapted to the finite-dimensional setting.
Is there any literature on this topic? Would it be too overkill to use other types of norms instead of the $\ell^2$ norm for the misfit?
Comments appreciated!