Geometry-Guided Constraint Learning for LLM Safety Classification A new method called Geometry-Guided Constraint Learning improves LLM safety classification by using sparse autoencoder (SAE) feature extraction, achieving 96-99% accuracy per category on the BeaverTails benchmark with Qwen3.5-9B. The approach reduces the optimal constraint count K to 2 for 12 out of 14 categories, eliminating the need for exhaustive parameter sweeps. The authors introduce a cone constraint with learnable aperture to adapt to each category's cluster concentration. arXiv:2607.19366v1 Announce Type: new Abstract: Safety as Polytope SaP learns linear half-space constraints in LLM hidden space but requires per-category tuning of the constraint count K. We show that sparse autoencoder SAE feature extraction resolves this: K=2 becomes optimal for 12/14 categories on Qwen3.5-9B, achieving 96-99% accuracy per category on our BeaverTails classification benchmark, largely eliminating the need for exhaustive sweeps K=4-25 with random initialization . This convergence to two planes is consistent with the Linear Representation Hypothesis, providing suggestive evidence that safety boundaries in this setting admit a low-dimensional linear description in the SAE feature space. Building on this geometric perspective, we introduce a cone constraint whose learnable aperture adapts to each category's cluster concentration, stabilized by a three-phase training