Standard sentence embeddings compress clinical signals into opaque high-dimensional spaces where syntactic structure masks symptom evolution. We introduce anchor projection — a coordinate system transformation implemented natively in ChronosVector (CVX) — that re-expresses user trajectories relative to DSM-5 symptom reference vectors. On the eRisk depression detection task with a proper temporal split (train: 2017+2018, test: 2022), anchor-projected features achieve F1=0.744 and AUC=0.886, compared to F1=0.600 with absolute temporal features alone. Early detection at 10% of post history yields F1=0.673.
eRisk shared task (Losada et al., 2017-2022): Early risk detection of depression from social media posts. Best systems use transformer-based classifiers on user-level features.
Concept-based explanations (Kim et al., TCAV, 2018): Testing with Concept Activation Vectors measures model sensitivity to human-defined concepts. Our anchor projection applies a similar idea at the data level.
Clinical NLP for mental health (Coppersmith et al., 2018; Harrigian et al., 2020): Feature engineering from social media text for mental health detection. Most approaches treat users as static feature vectors.
Temporal dynamics in depression (De Choudhury et al., 2013): Pioneering work on temporal patterns in social media for depression, but without vector trajectory analysis.