Fuzzy Additive Symptom Likelihood (FASL) Explained
- Fuzzy Additive Symptom Likelihood (FASL) is a transparent method that maps home router telemetry into DSM-5 depressive symptom likelihoods using bounded fuzzy membership functions and additive aggregation.
- The approach rigorously normalizes and aggregates network features, incorporating a DSM-style temporal gating mechanism to ensure clinically robust and interpretable inferences.
- FASL supports privacy-preserving behavioral sensing by processing anonymized traffic metrics without intrusive payload inspection, enabling scalable mental health monitoring.
The Fuzzy Additive Symptom Likelihood (FASL) is a transparent, mathematically-defined inference formulation devised to map household router network telemetry into interpretable daily likelihoods for DSM-5 depressive symptom criteria. It operates through bounded fuzzy membership functions over domain-grounded network metrics, an additive (signed) aggregation step, and a DSM-style temporal gate that integrates short-term traffic patterns into clinically resonant evidence. FASL is the inferential core of the CareNet system, enabling explainable behavioral sensing at the home gateway without payload inspection or intrusive device-based monitoring (Nef et al., 16 Nov 2025).
1. Feature Selection and Fuzzy Membership Functions
FASL begins by extracting day-level network features selected for relevance to depressive symptomatology. Example features include:
- : digital sleep-onset (minutes past 22:00)
- : sleep-duration -score over the previous 30 days
- : daytime idle ratio (08:00–18:00)
- : night/day traffic-byte ratio
Each feature is normalized if required and mapped to a bounded fuzzy evidence score via a triangular membership function:
Here, is the threshold for no evidence, is maximal evidence, and is the upper support limit. The function is always contained in by construction. Orientation is controlled by the argument order: "positive" evidence features use the metric as given, while "negative" orientation (lower is more evidence) is handled by inverting .
2. Additive Aggregation into Signed Behavioral Components
Feature-level fuzzy scores are grouped by DSM criterion-relevant behavioral components (), each of which may represent a cluster of features associated with a specific domain (e.g., sleep timing). For each component within criterion :
Where:
- are normalized feature weights (reflecting domain importance),
- encodes the direction of evidence,
- bounds the component evidence sum,
- represents signed evidence for component at time .
3. Daily Criterion Likelihood Computation
The signed component scores are shifted from to via an affine transform:
These component likelihoods are linearly aggregated per criterion:
where are component weights subject to non-negativity and normalization. The resulting gives the per-day likelihood that DSM criterion is met.
4. DSM-style Temporal Gating and Episode Flagging
FASL enforces persistence and clinical timescale requirements via a sliding window temporal gate. For criterion , define:
For a chosen threshold (e.g., ), day is positive if above threshold. Criterion is considered "present" on day if positivity occurs on at least of the past days:
Default values are , , reflecting DSM-5's temporal requirements.
At the episode level, the inference flags a major depressive episode according to:
This implements the DSM-5 algorithmic requirement for at least five symptoms (with at least one core) for episode assignment.
5. Bounding, Normalization, and Interpretability Controls
The FASL pipeline enforces strict boundedness and normalization throughout:
- Each is in by definition of the triangular function.
- Feature and component weights (, ) are non-negative and sum to one.
- The and operators guarantee aggregation results are within interval constraints.
- The affine shift ensures that additive cancellation cannot yield negative (inverse) evidence for a criterion.
This construction yields outputs that are transparent, monotonic in the domain evidence, and directly traceable to interpretable feature contributions. The explicit inclusion of persistence and thresholding mirrors clinical diagnostic practice.
6. Concrete Numerical Example: Shifted Sleep Timing Domain
Consider DSM-5 Criterion 4, exemplified as "Shifted sleep timing/duration." Using parameterization from Table V of (Nef et al., 16 Nov 2025):
| Feature | Dir | ||||
|---|---|---|---|---|---|
| F2 WakeAfter0400Min | 0.65 | 120 | 1085 | 1085 | ↑ |
| F4 SleepDurationZAbs30d | 0.20 | 0.25 | 0.80 | 0.80 | ↑ |
| F7 DaytimeIdleRatio0818 | 0.05 | 0.00 | 0.08 | 0.16 | ↑ |
| F8 NightDayTrafficRatio | 0.15 | 0.20 | 1.00 | 1.00 | ↑ |
Suppose the following daily observations:
Computation proceeds:
- Memberships:
- (since )
- Weighted sum (all ):
- Shifted to :
- One-component aggregation:
- Thresholding ():
- If at least 6 of the last 14 days are positive,
This output is used in downstream episode detection as described above (Nef et al., 16 Nov 2025).
7. Significance, Clinical Alignment, and Broader Impact
FASL bridges behavioral signal processing and clinical psychiatry by structuring observable network metadata into criterion-aligned, interpretable, and temporally robust inferences. Its workflow enables local, privacy-preserving behavioral sensing with strict alignment to DSM-5 persistence and threshold requirements. Evaluation demonstrates FASL's ability to capture characteristic depressive behavioral phenotypes such as delayed sleep timing and attentional instability from router-side telemetry, without payload inspection or mobile-device dependence. This establishes a precedent for explainable, reproducible mental-health inference in non-intrusive home environments (Nef et al., 16 Nov 2025).