Suppose we have a system of $n$ linear equations in $m$ unknowns over $\mbox{GF}(2)$ (binary field) $$Av=b$$ Let $V = \mbox{GF}(2)^m$ be the vector space of possible assignments of the variables. For $v \in V$, let $|v|$ be the number of non-zero values in the vector $v$.
Is there an easy way to find a solution $s \in S = \{v \in V : Av = b \}$ so that $|s|$ is its minimum possible value, even if $0 < n \ll m$?
If this is a classic problem in computer science, what is it called?
If $b$ is the zero vector, this is known as sparse nullspace problem.
In the case of base field $\mathbb{R}$, the problem of finding a single sparsest null vector is NP-complete. See T.F. Coleman's paper in SIAM Journal on Algebraic and Discrete Methods October 1986.