Can Conversational Temporal Dynamics Improve Depression Detection in Dyads? A Preliminary Investigation in Multi-Modality Perspectives

arXiv cs.AI Papers

Summary

This paper investigates the use of conversational temporal dynamics (turn-pair timing) as a lightweight modality for automatic depression detection from dyadic clinical interviews, showing that a compact 24-dimensional timing module achieves strong performance and complements standard acoustic and semantic features when fused.

arXiv:2607.03744v1 Announce Type: new Abstract: Automatic depression detection from clinical interviews typically models the semantic content and acoustic characteristics of participant speech. However, the interactional timing between the clinician and participant remains comparatively under-modeled. We investigate conversational temporal dynamics, specifically dyadic turn-pair timing, as a primary modality fused with self-supervised encoders. Evaluated on the DAIC-WOZ dataset, we compare a compact 24-dimensional timing module against frozen WavLM-large and RoBERTa-large baseline detectors. This temporal module achieves the highest single-modality performance on the development set. Furthermore, a convex-weighted late fusion strategy improves overall performance to 0.804 and 0.669 macro-F1 on the development and test sets, respectively. The learned fusion effectively assigns zero weight to acoustics, demonstrating that conversational timing serves as a lightweight, interpretable complement for dyadic depression screening.
Original Article
View Cached Full Text

Cached at: 07/07/26, 04:35 AM

# Can Conversational Temporal Dynamics Improve Depression Detection in Dyads? A Preliminary Investigation in Multi-Modality Perspectives
Source: [https://arxiv.org/html/2607.03744](https://arxiv.org/html/2607.03744)
Hanie Kang[https://orcid.org/0009-0005-8023-9672](https://orcid.org/0009-0005-8023-9672)1, Huang\-Cheng Chou[https://orcid.org/0000-0003-2125-5689](https://orcid.org/0000-0003-2125-5689)2, Sudarsana Reddy Kadiri[https://orcid.org/0000-0001-5806-3053](https://orcid.org/0000-0001-5806-3053)2, Shrikanth Narayanan[https://orcid.org/0000-0002-1052-6204](https://orcid.org/0000-0002-1052-6204)2

###### Abstract

Automatic depression detection from clinical interviews typically models the semantic content and acoustic characteristics of participant speech\. However, the interactional*timing*between the clinician and participant remains comparatively under\-modeled\. We investigate*conversational temporal dynamics*, specifically dyadic turn\-pair timing, as a primary modality fused with self\-supervised encoders\. Evaluated on the DAIC\-WOZ dataset, we compare a compact 24\-dimensional timing module against frozen WavLM\-large and RoBERTa\-large baseline detectors\. This temporal module achieves the highest single\-modality performance on the development set\. Furthermore, a convex\-weighted late fusion strategy improves overall performance to 0\.804 and 0\.669 macro\-F1 on the development and test sets, respectively\. The learned fusion effectively assigns zero weight to acoustics, demonstrating that conversational timing serves as a lightweight, interpretable complement for dyadic depression screening\.

## IIntroduction

Depression is among the most prevalent mental\-health disorders worldwide\[[26](https://arxiv.org/html/2607.03744#bib.bib2)\], and speech\-based screening is widely studied as a low\-cost complement to clinical assessment\[[25](https://arxiv.org/html/2607.03744#bib.bib3),[24](https://arxiv.org/html/2607.03744#bib.bib4)\]\. Most systems model either*acoustics*\(prosodic and spectral voice characteristics increasingly encoded by self\-supervised models such as WavLM\[[5](https://arxiv.org/html/2607.03744#bib.bib19)\]\) or*semantics*\(the lexical content of what a participant says, often with contextual text encoders such as RoBERTa\[[20](https://arxiv.org/html/2607.03744#bib.bib20)\]\)\.

A clinical interview, however, is fundamentally a*dyadic*interaction: an interviewer \(in DAIC\-WOZ, the virtual interviewer “Ellie”\) asks, and the participant responds, in alternating turns\. A growing body of work shows that the*timing*of this exchange carries depression\-relevant information\. At the level of the individual speaker, depressed participants tend to respond more slowly, pause longer and more often within a turn, and speak at a reduced rate\[[28](https://arxiv.org/html/2607.03744#bib.bib8),[21](https://arxiv.org/html/2607.03744#bib.bib9),[8](https://arxiv.org/html/2607.03744#bib.bib7)\]\. At the level of the exchange, turn\-taking descriptors \(floor control, turn\-switch, and turn\-hold offsets\) carry mood\-episode information beyond the acoustic signal itself\[[2](https://arxiv.org/html/2607.03744#bib.bib10)\]\. Computational studies likewise find discriminative timing in session\-level utterance/pause/response intervals\[[13](https://arxiv.org/html/2607.03744#bib.bib11)\]and durations between fine\-grained acoustic landmarks\[[16](https://arxiv.org/html/2607.03744#bib.bib12),[30](https://arxiv.org/html/2607.03744#bib.bib13)\]\. We refer to these interaction\-level timing signals as*conversational temporal dynamics*\(CTD\)\. Because CTD describes the*structure*of the exchange rather than its lexical content or short\-frame spectral detail, it is a plausible candidate for complementary fusion\.

Three recent lines of evidence converge on the same underlying claim that timing is discriminative, while each leaves the specific gap this paper targets\. In*deception*detection, which has the same dyadic Ask/Res structure as a clinical interview, Chou et al\.\[[6](https://arxiv.org/html/2607.03744#bib.bib15),[7](https://arxiv.org/html/2607.03744#bib.bib16)\]show that compact dyadic turn\-pair timing descriptors improve detection over acoustics alone, but they do not study depression\. On DAIC\-WOZ, Fushimi et al\.\[[13](https://arxiv.org/html/2607.03744#bib.bib11)\]show that long\-term utterance/pause/response intervals help, but treat timing as a*single\-speaker*acoustic feature\. Zhang et al\.\[[31](https://arxiv.org/html/2607.03744#bib.bib14),[30](https://arxiv.org/html/2607.03744#bib.bib13)\]likewise show that acoustic\-landmark timing carries a depression signal that text\-only models miss, but use it at the sub\-phonetic level as a retrieval aid rather than as a modality in its own right\. Across all three, timing helps; yet the*dyadic, transcript\-level turn structure*of the interview remains underexplored as a first\-class modality fused with strong self\-supervised encoders\.

We therefore treat CTD as a standalone modality alongside frozen WavLM\-large acoustics and frozen RoBERTa\-large semantics, evaluating all three on DAIC\-WOZ\[[15](https://arxiv.org/html/2607.03744#bib.bib5)\]under the same strict, leakage\-safe, subject\-independent protocol\. The resulting study defines a compact, interpretable 24\-dimensional CTD module from Ask/Res turn pairs, compares A, T, CTD, and their pairwise/three\-way late fusions, and asks how much weight conversational timing earns when placed on equal footing with 1024\-dimensional neural encoders\. On this small benchmark, CTD is the strongest single modality on the development subset, and convex\-weighted fusion improves over the best single modality on both dev and test; the largest gain comes from adding CTD to semantics, while the learned three\-way fusion assigns zero weight to acoustics\. We treat these findings as preliminary and discuss the statistical caveats of the single small benchmark in Sec\.[VIII](https://arxiv.org/html/2607.03744#S8)\. Our code and seed/hyperparameter/deployed\-model details are available111[https://github\.com/dndbsl/depression\-detection\-ctd](https://github.com/dndbsl/depression-detection-ctd)\.

## IIRelated Work

### II\-AAcoustic and semantic depression detection on DAIC\-WOZ

The AVEC challenge series\[[25](https://arxiv.org/html/2607.03744#bib.bib3),[24](https://arxiv.org/html/2607.03744#bib.bib4)\]established DAIC\-WOZ\-style audio/text depression assessment as a benchmark, and comprehensive reviews document the breadth of speech\-based approaches to depression and related conditions\[[8](https://arxiv.org/html/2607.03744#bib.bib7)\]\. Early systems relied on hand\-crafted prosodic and lexical features and their fusion\[[1](https://arxiv.org/html/2607.03744#bib.bib17)\]; more recent work adopts self\-supervised speech encoders such as wav2vec 2\.0\[[3](https://arxiv.org/html/2607.03744#bib.bib18)\]and WavLM\[[5](https://arxiv.org/html/2607.03744#bib.bib19)\], and contextual text encoders such as RoBERTa\[[20](https://arxiv.org/html/2607.03744#bib.bib20)\], typically probing frozen representations with a lightweight head in the SUPERB style\[[29](https://arxiv.org/html/2607.03744#bib.bib21)\]\. Because AVEC withheld the test labels, systems on DAIC\-WOZ are conventionally compared on the development subset\[[14](https://arxiv.org/html/2607.03744#bib.bib22),[23](https://arxiv.org/html/2607.03744#bib.bib23),[27](https://arxiv.org/html/2607.03744#bib.bib25),[19](https://arxiv.org/html/2607.03744#bib.bib26)\], a convention we follow \(Sec\.[VI](https://arxiv.org/html/2607.03744#S6)\); indeed, recent SSL systems report high dev macro\-F1 under this convention, including WavLM/SSL ensemble scores of 0\.800–0\.829 and a WavLM\-large hierarchical model at 0\.81\[[27](https://arxiv.org/html/2607.03744#bib.bib25),[19](https://arxiv.org/html/2607.03744#bib.bib26)\]\. Held\-out test performance, when reported, is often more modest: recent speech\-foundation\-model studies on DAIC/E\-DAIC report test or test\-side average F1 scores in roughly the mid\-0\.50s to high\-0\.60s despite using WavLM, HuBERT, wav2vec 2\.0, AudioMAE, or domain\-adversarial training\[[10](https://arxiv.org/html/2607.03744#bib.bib27),[17](https://arxiv.org/html/2607.03744#bib.bib28)\]\. We use frozen WavLM\-large and RoBERTa\-large as representative unimodal backbones; they are baselines here rather than contributions, since our question concerns what CTD adds on top of such encoders rather than how to maximize acoustic or semantic accuracy\.

### II\-BSpeech timing and dyadic interaction cues

A long line of clinical and computational work links depression to*when*and*how much*a person speaks rather than only to voice quality\. Psychomotor retardation, a core symptom of depression, manifests as slowed responses, longer and more frequent pauses, and reduced speech rate\[[28](https://arxiv.org/html/2607.03744#bib.bib8),[21](https://arxiv.org/html/2607.03744#bib.bib9)\]\. Building on these observations, Fushimi et al\.\[[13](https://arxiv.org/html/2607.03744#bib.bib11)\]propose session\-level acoustic feature sets that explicitly summarize utterance, pause, and response intervals across an entire DAIC\-WOZ session, and report that these long\-term temporal descriptors, particularly pause\-interval statistics, improve subject\-independent classification when combined with conventional short\-frame features, while contributing little on their own\. A parallel line captures timing at a much finer, sub\-phonetic granularity\. For example, Huang et al\.\[[16](https://arxiv.org/html/2607.03744#bib.bib12)\]model counts and durations of acoustic\-*landmark*n\-grams, and Zhang et al\.\[[30](https://arxiv.org/html/2607.03744#bib.bib13),[31](https://arxiv.org/html/2607.03744#bib.bib14)\]show that the durations between landmark pairs differ significantly between depressed and healthy speakers and can inject depression\-relevant timing into a text\-based large language model via retrieval\. What these approaches share is a treatment of timing as a property of the*participant’s own signal*\. The complementary view, that the*coordination between the two interlocutors*is itself informative, is comparatively underexplored for depression\. Specifically, Aldeneh et al\.\[[2](https://arxiv.org/html/2607.03744#bib.bib10)\]show that dyadic turn\-taking features \(floor control, turn\-switch and turn\-hold offsets\) improve mood\-episode detection in clinical interviews, motivating an explicit model of the interviewer\-participant exchange\.

### II\-CConversational temporal dynamics as a feature set

Our CTD module operationalizes the dyadic view with a fixed, previously published descriptor set\. The formulation originates in the deception\-detection work of Chou et al\.\[[6](https://arxiv.org/html/2607.03744#bib.bib15),[7](https://arxiv.org/html/2607.03744#bib.bib16)\], who segment a dyadic interaction into consecutive Ask/Res \(question/answer\) turn pairs and, for each pair, compute turn durations, their differences, sums and ratios, voiced\-versus\-silence ratios for each side, the response latency \(hesitation\), and backchannel/silence counts\. Their results suggest that turn\-level timing is not redundant with voice acoustics and that timing from both sides of an exchange can be discriminative\. Because a clinical interview shares this Ask/Res structure \(Ellie asks, the participant responds\), it is natural to test whether the same dyadic timing descriptors transfer to depression\. We reuse the descriptor set essentially unchanged and as a fixed, task\-agnostic feature bank, so that any predictive value on DAIC\-WOZ reflects the cues themselves rather than dataset\-specific feature engineering\.

### II\-DMultimodal fusion for depression

Text–audio \(and audio–visual\) fusion for depression is well studied at the architecture level, spanning early/feature concatenation, late/decision fusion, and attention\-based fusion\[[1](https://arxiv.org/html/2607.03744#bib.bib17)\]\. A recurring difficulty is dimensionality imbalance: a low\-dimensional, interpretable descriptor set concatenated with high\-dimensional neural embeddings tends to be swamped by the latter\. Prior timing work sidesteps this by either fusing timing with only one other stream\[[6](https://arxiv.org/html/2607.03744#bib.bib15),[13](https://arxiv.org/html/2607.03744#bib.bib11)\]or injecting it through a separate mechanism such as retrieval\[[31](https://arxiv.org/html/2607.03744#bib.bib14)\]\. We instead keep every per\-modality detector and the evaluation protocol fixed and vary only the modality*set*and the score\-level fusion rule, fusing at the*score*level so that a 24\-dimensional timing module and 1024\-dimensional neural encoders each contribute a single session probability on equal footing\. This isolates the effect of*adding CTD*from any change in encoder or protocol, and lets a dev\-tuned convex combination reveal how much weight each modality actually earns\.

![Refer to caption](https://arxiv.org/html/2607.03744v1/figures/pipeline.png)Figure 1:Tri\-modal pipeline\. All three detectors share one Ask/Res turn segmentation of the same interview, but differ in*instance granularity*: the frozen WavLM\-large acoustic branch pools over participant*utterances*, while the RoBERTa\-large semantic branch and the 24\-d CTD branch pool over participant*turns*\. Each branch emits one session\-level depression probability \(pA,pT,pCTDp\_\{A\},p\_\{T\},p\_\{\\mathrm\{CTD\}\}\); score\-level convex fusion combines them with dev\-tuned weights and a dev\-tuned threshold\. The learned three\-way weights\(0\.0,0\.3,0\.7\)\(0\.0,\\,0\.3,\\,0\.7\)drive the acoustic stream to zero, so the deployed system reduces to RoBERTa\+CTD\.

## IIIResource

We use DAIC\-WOZ\[[15](https://arxiv.org/html/2607.03744#bib.bib5)\], which consists of semi\-structured clinical interviews conducted by an animated virtual interviewer \(“Ellie”\) along with audio, time\-aligned transcripts, and PHQ\-8\[[18](https://arxiv.org/html/2607.03744#bib.bib6)\]depression labels binarized at PHQ\-8≥10\\geq 10\(depressed\)\. DAIC\-WOZ has been treated as a benchmark for depression assessment for nearly a decade\. However, it is known to be small, noisy, and vulnerable to reproducibility and leakage pitfalls\[[9](https://arxiv.org/html/2607.03744#bib.bib29)\]\. We therefore use it as a controlled benchmark rather than as evidence of clinical deployment readiness\. These labels are self\-report screening scores rather than clinical diagnoses, so we treat the task as depression*screening*throughout\. We use the official subject\-independent train/dev/test split\. Ten sessions are excluded \(\{318,321,341,362,373,409,444,451,458,480\}\\\{318,321,341,362,373,409,444,451,458,480\\\}\) because they are the sessions with documented data\-integrity problems cataloged by Patapati\[[22](https://arxiv.org/html/2607.03744#bib.bib24)\], such as transcript or audio desynchronization, long non\-interview interruptions, missing interviewer utterances, and a PHQ\-8 or binary\-label mismatch\. We manually inspected these sessions against the catalog and, where that work manually*repairs*them, take the more conservative route and*exclude*them so that no manually reconstructed data enters training or evaluation\. The single label\-dependent exclusion \(409\) follows this published integrity catalog rather than our own inspection of the labels, ensuring that no held\-out information is used\. A shared cleaning step then removes empty or short \(<100<100ms\) participant utterances\. This leaves 180 sessions\. After applying the official split and aligning across all three modalities, we obtain 102 train, 33 dev, and 45 test sessions, with 29, 12, and 14 depressed participants respectively, representing about 30% prevalence\. All modalities are derived from the same transcript\-based Ask/Res turn segmentation so that the three detectors see the same conversational units\.

## IVBaselines

Each modality is an independently trained, deployable detector that outputs a per\-session depression probability\. The acoustic and semantic branches are intentionally*standard baselines*consisting of frozen self\-supervised encoders \(WavLM\-large, RoBERTa\-large\) with lightweight probing heads, following established practice\[[29](https://arxiv.org/html/2607.03744#bib.bib21)\]\. These are configured to a reasonable operating point rather than exhaustively optimized\. They are not themselves a contribution, as our claims concern whether CTD adds value*on top of*such strong, representative unimodal detectors\. Therefore, for these two branches, we report the design we used without treating every hyperparameter as a research question\. We describe each in turn, and Fig\.[1](https://arxiv.org/html/2607.03744#S2.F1)gives the overall pipeline\.

### IV\-AAcoustic \(A\): Frozen WavLM\-Large

We extract frozenmicrosoft/wavlm\-largehidden states for every participant utterance and cache them as per\-layer, time\-mean\-pooled vectors of shape\[utterances,25,1024\]\[\\text\{utterances\},25,1024\]\(the embedding output plus 24 transformer layers\)\. A deliberately tiny SUPERB\-style probe\[[29](https://arxiv.org/html/2607.03744#bib.bib21)\]is trained on top: \(i\) a learnable softmax weighting over the 25 layers collapses the layer axis to one 1024\-d vector per utterance; \(ii\) additive attention pooling with a single learnable query \(scorei=v⊤​tanh⁡\(W​ui\)\\text\{score\}\_\{i\}=v^\{\\top\}\\tanh\(Wu\_\{i\}\), hidden size 256, masked over padding\) aggregates utterances into a 1024\-d session embeddingeae\_\{a\}; \(iii\) dropout \(0\.3\) and a singleLinear​\(1024→1\)\\text\{Linear\}\(1024\\to 1\)produce the logit\. The probe has roughly0\.50\.5M trainable parameters; WavLM is frozen and used only during one\-time feature extraction\. Training uses AdamW \(lr5×10−55\\times 10^\{\-5\}, weight decay10−310^\{\-3\}\), label smoothing 0\.1, class\-balanced positive weighting, batch size 32, up to 200 epochs without early stopping, and selects the lowest\-dev\-loss checkpoint\. The session embeddingeae\_\{a\}is also exported for late fusion\.

Instance granularity: utterance versus turn\.The acoustic detector pools over participant*utterances*\(individual transcript rows\), whereas the semantic and CTD modules pool over participant*turns*\(consecutive participant runs that answer one Ellie question, which is the same Ask/Res segmentation used for CTD\)\. We tested an Ask/Res*turn*\-level acoustic variant using an identical probe, but with WavLM features time\-mean\-pooled over each whole response turn rather than per utterance\. This approach was clearly worse, achieving a dev macro\-F1 of 0\.572 and a test macro\-F1 of 0\.333 at a threshold of 0\.5, compared to 0\.673 and 0\.545 for the utterance\-level model\. This variant collapsed toward the majority class on the test set, misclassifying 24 out of 31 negatives\. We attribute this outcome to the timescale of the acoustic cue\. Depression\-relevant prosody and voice quality reside at the sub\-utterance level, so mean\-pooling WavLM states over an entire multi\-utterance turn averages away precisely the short\-term spectral variation the probe relies on\. This further yields fewer, longer, and more heterogeneous bags for the attention pooler to weigh\. While turn boundaries carry the timing and lexical signal that the CTD and semantic modules exploit, they are not where the acoustic signal concentrates\. We therefore keep the acoustic detector at utterance granularity and let the CTD model the turn structure explicitly\.

### IV\-BSemantic \(T\): Frozen RoBERTa\-Large

Each participant turn \(Ellie rows define boundaries; only participant language is retained, up to 512 tokens\) is encoded with a frozenroberta\-largeand mean\-pooled over real tokens into a 1024\-d instance embedding\. Per\-feature standardization \(statistics fit on the training data only\) is applied and stored in the checkpoint\. Instances are aggregated per participant by multiple\-instance\-learning \(MIL\) mean pooling, followed by dropout \(0\.1\) and aLinear​\(1024→1\)\\text\{Linear\}\(1024\\to 1\)head\. We use non\-parametric mean pooling, a standard MIL aggregator that adds no parameters and is a robust default at this dataset scale \(≈57\\approx 57turns per participant,∼\\sim100 training sessions\)\. Only the classifier head is trained \(AdamW, lr10−310^\{\-3\}, weight decay 0\.01, BCE with train\-split positive weighting, 200 epochs, effective batch size 32\), selecting the checkpoint with the highest dev macro\-F1\. Participants average≈57\\approx 57turns of≈25\\approx 25words\.

### IV\-CConversational Temporal Dynamics \(CTD\)

![Refer to caption](https://arxiv.org/html/2607.03744v1/figures/ctd_timeline.png)Figure 2:One Ask/Res turn pair\. For each turn we measure durationdd, voiced timeuu\(blue\), and within\-turn silences=d−us\{=\}d\{\-\}u\(grey\);res\_his the response latency \(Ask\-end→\\toRes\-start gap\)\. The 24 CTD features \(Table[I](https://arxiv.org/html/2607.03744#S4.T1)\) are pairwise ratios/differences among\{d,u,s\}\\\{d,u,s\\\}for the Ask and Res sides, plusres\_hand backchannel/silence counts, averaged over a session\.The CTD module describes the*timing structure*of the dyadic exchange \(Fig\.[2](https://arxiv.org/html/2607.03744#S4.F2)\)\. Rather than engineer a new feature set on DAIC\-WOZ, we*adopt a fixed, previously published*dyadic timing descriptor set originally designed for a different task and corpus \(Sec\.[II](https://arxiv.org/html/2607.03744#S2)\)\. This set is*a priori*and task\-agnostic, as it is neither tuned nor added to or removed from based on DAIC\-WOZ performance, thereby keeping the feature design leakage\-safe by construction\. The original formulation specifies its descriptors on the Ask side and mirrors them on the Res side\. Realizing this specification symmetrically for both interlocutors yields the 24 features in Table[I](https://arxiv.org/html/2607.03744#S4.T1)\. We segment each transcript into alternating interviewer \(Ask, “Ellie”\) and participant \(Res\) speaker runs, forming consecutive Ask/Res*turn pairs*\. For each turn pair, we compute the 24 timing descriptors, grouped into turn durations, their differences, sums, and ratios, twelve voiced\-versus\-silence ratio features for the Ask and Res turns, the response latency \(hesitation\), and backchannel or within\-turn\-silence counts\. Concretely, for a turn, we define its*duration*dd\(first\-onset to last\-offset\),*voiced*timeuu\(sum of utterance lengths\), and*silence*times=d−us=d\-u\. The ratio features are the pairwise quotients among\{d,u,s\}\\\{d,u,s\\\}for Ask and Res, and the hesitationres\_his the gap between the end of the Ask turn and the start of the Res turn\. Undefined ratios \(e\.g\., zero\-silence turns\) result in NaN and are imputed with train\-split medians, ensuring a leakage\-safe process\. We use interviewer turns only as timing anchors and never feed their lexical content to the semantic detector, in light of evidence that DAIC\-WOZ interviewer prompts can create textual shortcuts\[[4](https://arxiv.org/html/2607.03744#bib.bib30)\]\. Whereas the original work feeds the per\-turn\-pair sequence to a recurrent network, we deliberately keep the module minimal for this small cohort\.

For the deployed CTD detector, we take the per\-session, NaN\-aware mean of each of the 24 features \(a 24\-d session vector\), standardize \(train\-fit\), and classify with anL2L\_\{2\}\-regularized logistic regression \(C=0\.3C\{=\}0\.3, class\-balanced\)\. Following the challenge convention, dev probabilities come from a train\-only fit and test probabilities from a train\+dev refit\. This session\-mean summary is our default*before*looking at results; the only design freedom is the classifier and its regularization, not the feature set\. As a post\-hoc robustness check we also implemented a richer variant that summarizes each feature’s per\-turn*sequence*with the 10\-operator eGeMAPS functional bank\[[11](https://arxiv.org/html/2607.03744#bib.bib31)\]\(mean, coefficient of variation, 20/50/80th percentiles, 20–80 range, and rising/falling slope mean/std\), giving24×10=24024\\times 10=240descriptors and selecting among logistic regression, SVM, and random forest by dev balanced accuracy; this more expressive variant did*not*beat the compact 24\-d session\-mean detector on dev, so we retain the simpler pre\-committed model for fusion\.

TABLE I:The 24 conversational temporal dynamics \(CTD\) features, computed per Ask/Res turn pair and averaged over a session\.dd: turn duration;uu: voiced time;s=d−us\{=\}d\{\-\}u: within\-turn silence\.

## VMethodology

Because the three detectors have very different input dimensionalities, we fuse at the*score*\(probability\) level so each modality contributes a single session score\. Letpm∈\[0,1\]p\_\{m\}\\in\[0,1\]be modalitymm’s session probability andSSbe a modality subset\. The parameter\-freemean\_probrule averages the available probabilities:

pSmean=1\|S\|​∑m∈Spm\.p\_\{S\}^\{\\mathrm\{mean\}\}=\\frac\{1\}\{\|S\|\}\\sum\_\{m\\in S\}p\_\{m\}\.We also implemented an equal\-weight log\-odds variant,

pSlogit=σ​\(1\|S\|​∑m∈Slogit⁡\(pm\)\),p\_\{S\}^\{\\mathrm\{logit\}\}=\\sigma\\\!\\left\(\\frac\{1\}\{\|S\|\}\\sum\_\{m\\in S\}\\operatorname\{logit\}\(p\_\{m\}\)\\right\),but it behaved near\-identically tomean\_probin earlier runs and is omitted from the result table for space\. Our dev\-tuned rule is a convex combination,

pSw=∑m∈Swm​pm,wm≥0,∑m∈Swm=1,p\_\{S\}^\{\\mathrm\{w\}\}=\\sum\_\{m\\in S\}w\_\{m\}p\_\{m\},\\quad w\_\{m\}\\geq 0,\\quad\\sum\_\{m\\in S\}w\_\{m\}=1,where weights are grid\-searched on dev with step 0\.1\. For every fusion rule the decision threshold is tuned on dev to maximize dev macro\-F1; forwconvex, both the weights and the threshold are chosen on dev\. Single\-modality detectors use their own deployed thresholds \(WavLM 0\.65, RoBERTa 0\.524, CTD 0\.50\)\. The convex\-weighted fusion of all three modalities is our proposed system\.

Threshold selection\.Every threshold in this paper is chosen on dev alone \(grid0\.050\.05–0\.950\.95, step0\.050\.05, maximizing dev macro\-F1\) and then applied unchanged to test, so test never informs any decision boundary\. For the single detectors this dev\-tuned operating point is stored with the checkpoint: RoBERTa’s is 0\.524 and CTD’s is 0\.50\. The acoustic threshold is*not*0\.50: because the WavLM checkpoint is selected by lowest dev loss rather than by F1, its logits are not centered for balanced decisions, and its dev\-optimal threshold is 0\.65 \(at the default 0\.50 the same checkpoint scores only test 0\.399\)\. Class imbalance \(≈\\approx30% positive\) likewise pushes the F1\-optimal threshold above 0\.50\. For fusion, the threshold is re\-tuned on dev jointly with the convex weights, since averaging modality probabilities changes the score distribution\.

## VIExperimental Setup and Evaluation

We follow a strict, leakage\-safe, subject\-independent protocol\. No participant appears in more than one split; all preprocessing statistics, model parameters, fusion weights, and thresholds are fit or selected using train and/or dev only\.Reporting\.Following prior work on DAIC\-WOZ\[[15](https://arxiv.org/html/2607.03744#bib.bib5),[25](https://arxiv.org/html/2607.03744#bib.bib3),[1](https://arxiv.org/html/2607.03744#bib.bib17),[27](https://arxiv.org/html/2607.03744#bib.bib25),[19](https://arxiv.org/html/2607.03744#bib.bib26)\]– where the AVEC test labels were originally withheld and systems are therefore commonly compared on the development subset – we report results*primarily on dev*, with macro\-F1 as the headline metric, and report held\-out test for reference\. This convention is imperfect but common: a recent DAIC\-WOZ methodological review found that only a minority of studies report held\-out test performance at all\[[9](https://arxiv.org/html/2607.03744#bib.bib29)\]\. For the test report each detector is refit on train\+dev \(the standard “deploy on all development data” step\) and evaluated*once*; we never select on test\. We compute participant\-level 95% confidence intervals from 2,000 bootstrap resamples\[[12](https://arxiv.org/html/2607.03744#bib.bib32)\]for both dev and test\. Because the same participants are evaluated by each detector, we also compute paired bootstrap confidence intervals for macro\-F1*differences*between the best fusion and its component single modalities, plus prediction\-change counts\. Because dev \(n=33n\{=\}33\) is small and the convex weights are dev\-tuned, dev numbers forwconvexare mildly optimistic; we therefore also report the parameter\-freemean\_probfusion as a no\-tuning reference\.

## VIIExperimental Results and Analyses

### VII\-ASingle modalities

Among the unimodal detectors \(Table[II](https://arxiv.org/html/2607.03744#S7.T2), top\), theCTD module is the strongest single modality on dev\(dev macro\-F1 0\.746, test 0\.631\), ahead of frozen RoBERTa\-large semantics \(0\.690 / 0\.631\) and frozen WavLM\-large acoustics \(0\.673 / 0\.545\)\. That a 24\-dimensional, fully interpretable timing module matches or beats 1024\-dimensional self\-supervised encoders is the central empirical motivation for treating CTD as a modality in its own right\. On test, CTD and RoBERTa tie at 0\.631 macro\-F1, while WavLM trails at 0\.545\.

### VII\-BFusion improves, and CTD drives the gain

Our proposed convex\-weighted late fusion improves over the best single modality on both splits:0\.804dev macro\-F1 \(\+0\.058\+0\.058over CTD’s 0\.746\) and0\.669test macro\-F1 \(\+0\.038\+0\.038over 0\.631\) \(Table[II](https://arxiv.org/html/2607.03744#S7.T2), bottom; the bold row is our proposed three\-way system\)\. The improvement is attributable specifically to CTD\. Adding CTD to the semantic detector is the single most effective step – it lifts dev macro\-F1 from 0\.690 to 0\.804 \(\+0\.114\+0\.114\) and test from 0\.631 to 0\.669 \(\+0\.038\+0\.038\)\. In contrast,*no*fusion that includes the acoustic stream improves test macro\-F1 over the best single modality\. Strikingly, when the convex weights are learned over all three modalities, the acoustic weight is driven toexactly zero\(w=\[A=0\.0,T=0\.3,CTD=0\.7\]w=\[\\,\\text\{A\}\{=\}0\.0,\\ \\text\{T\}\{=\}0\.3,\\ \\text\{CTD\}\{=\}0\.7\\,\]\), so the three\-way system recovers the RoBERTa\+CTD detector: under this dev\-tuned grid, the acoustic branch receives no weight\.

### VII\-CFusion\-rule comparison

Table[III](https://arxiv.org/html/2607.03744#S8.T3)compares parameter\-free equal weighting \(mean\_prob\) with dev\-tuned convex weighting \(wconvex\) across modality subsets\. Equal weighting of all three modalities reaches dev macro\-F1 0\.710 but generalizes poorly to test \(0\.545\), because it forces a 1/3 weight on the unhelpful acoustic stream; the dev\-tuned convex weighting instead down\-weights or removes acoustics and generalizes better \(test 0\.669\)\. The parameter\-freemean\_prob\[RoBERTa\+CTD\]\(dev 0\.738 / test 0\.650\) is a strong no\-tuning fallback that already beats every single modality on test, indicating the CTD\-with\-semantics gain is not merely an artifact of dev\-tuning the weights\.

TABLE II:Depression detection on DAIC\-WOZ\. A: WavLM\-large; T: RoBERTa\-large; CTD: conversational temporal dynamics\. ✓ marks active modalities\. Single rows use the deployed detectors at their own thresholds; multi\-modality rows use convex\-weighted late fusion \(weights \+ threshold tuned on dev\)\. Dev macro\-F1 is the primary metric; test is reported for reference; both include 95% bootstrap CIs\. Our proposed system \(three\-way fusion\) is inbold; its learned acoustic weight is 0, so it coincides with RoBERTa\+CTD\.ATCTDDev F1m\{\}\_\{\\text\{m\}\}\[95% CI\]Test F1m\{\}\_\{\\text\{m\}\}\[95% CI\]✓0\.673 \[0\.498, 0\.818\]0\.545 \[0\.392, 0\.681\]✓0\.690 \[0\.517, 0\.833\]0\.631 \[0\.474, 0\.769\]✓0\.746 \[0\.581, 0\.879\]0\.631 \[0\.472, 0\.771\]✓✓0\.700 \[0\.520, 0\.847\]0\.568 \[0\.410, 0\.709\]✓✓0\.775 \[0\.618, 0\.906\]0\.612 \[0\.458, 0\.750\]✓✓0\.804 \[0\.643, 0\.935\]0\.669 \[0\.509, 0\.806\]✓✓✓0\.804 \[0\.643, 0\.935\]0\.669 \[0\.509, 0\.806\]
### VII\-DOther metrics, paired uncertainty, and seed variability

The dev\-selected best system \(wconvex\[RoBERTa\+CTD\]\) reaches dev BA 0\.804, test BA 0\.673, test depressed\-class F1 0\.552, and test ROC\-AUC 0\.682\. Thus, the macro\-F1 gain in Table[II](https://arxiv.org/html/2607.03744#S7.T2)is not accompanied by a collapse in clinically relevant sensitivity/specificity balance or depressed\-class performance\. As expected forn=33n\{=\}33dev /n=45n\{=\}45test, the bootstrap CIs are wide and overlap across arms \(e\.g\. test macro\-F1 CI\[0\.509,0\.806\]\[0\.509,0\.806\]for our system vs\.\[0\.472,0\.771\]\[0\.472,0\.771\]for CTD alone\), so the test\-side ordering should be read as indicative\. Paired bootstrapping over the same predictions gives positive but non\-definitive RoBERTa\+CTD deltas relative to both RoBERTa and CTD; all paired intervals include or touch zero\. At the prediction level, RoBERTa\+CTD changes 18/45 test decisions relative to RoBERTa \(10 corrected, 8 worsened\) and 2/45 relative to CTD \(both corrected\)\. Existing neural seed sweeps show RoBERTa\-large frozen test macro\-F10\.604±0\.0250\.604\{\\pm\}0\.025over seeds 42/43/44 and WavLM\-large test macro\-F10\.506±0\.0340\.506\{\\pm\}0\.034over six seeds, placing the observed fusion gain in the same small\-sample variability context\. At the same time, the 0\.650–0\.669 test macro\-F1 of the no\-tuning and convex RoBERTa\+CTD fusions is competitive with recent test\-side speech\-foundation\-model results on DAIC/E\-DAIC: Dumpala et al\. report DAIC test macro\-F1 around 0\.60–0\.67 for SSL models, and Kim et al\. report E\-DAIC depression F1 averages around 0\.55–0\.68 before/after gender domain\-adversarial training\[[10](https://arxiv.org/html/2607.03744#bib.bib27),[17](https://arxiv.org/html/2607.03744#bib.bib28)\]\. Thus, the consistent dev improvement, its reproduction by the parameter\-free fusion, and the learned zero acoustic weight are the more robust observations, while the uncertainty analyses caution against claiming a definitive test\-side win\.

## VIIIDiscussion and Limitations

Three points stand out\. First, a 24\-dimensional, fully interpretable timing module is competitive with 1024\-dimensional self\-supervised acoustic and semantic encoders, and on the development subset it exceeds both, reinforcing that*how the conversation is timed*may be as informative as*how it sounds*or*what is said*\. Second, the complementarity is specific: CTD composes with*semantics*\(response content plus response timing\), whereas the frozen WavLM acoustic stream contributes little on this cohort and receives zero weight in the learned three\-way fusion – consistent with the acoustic detector’s own weak standalone test performance \(0\.545\)\. Third, score\-level fusion that places CTD on equal footing with the neural encoders is the natural way to exploit it; equal weighting that forces in the acoustic stream overfits dev, while dev\-tuned convex weighting transfers to test\.

TABLE III:Fusion\-rule comparison \(dev / test macro\-F1\)\.wconvexweights are grid\-searched on dev \(shown as A/T/CTD\)\. Forcing in the acoustic stream \(A\+T, A\+T\+CTD\) hurts test under both rules; dev\-tuned convex weighting, which can down\-weight or drop acoustics, generalizes best\.Limitations\.DAIC\-WOZ is small and class\-imbalanced, and recent reviews emphasize that the benchmark is vulnerable to underdocumented protocols, subject leakage, and shortcut learning\[[9](https://arxiv.org/html/2607.03744#bib.bib29)\]\. We nevertheless use it because it remains a common benchmark for this task and lets us compare CTD with the development\-set reporting convention used by prior work\. Consistent with prior work our primary comparison is on the development subset, which is itself small \(n=33n\{=\}33\); held\-out test numbers carry wide, overlapping bootstrap CIs, and paired CIs for the fusion improvement touch zero, so all orderings are indicative rather than definitive\. The convex weights are dev\-tuned, making devwconvexnumbers mildly optimistic – though the parameter\-freemean\_prob\[RoBERTa\+CTD\]\(test 0\.650\) corroborates the CTD gain without tuning\. Because Ellie is wizard\-controlled, ask\-side timing may partly reflect prompt selection rather than participant\-intrinsic behavior; response\-side\-only or prompt\-controlled CTD variants are important future checks\. Our semantic branch uses participant text only, so interviewer lexical content is excluded, but timing shortcuts remain possible and should be stress\-tested\. All numbers come from a single fixed split, not an independent replication, and we provide no cross\-corpus, cross\-lingual, or subgroup validation\. The neural encoders are frozen and not fine\-tuned for clinical language, which may understate their unimodal ceilings, and the acoustic detector’s weakness here may be specific to this probe/cohort rather than to acoustics in general\.

## IXConclusion and Future Work

We investigated whether conversational temporal dynamics \(CTD\) improve dyadic depression detection on DAIC\-WOZ\. Reporting primarily on the development subset, a compact 24\-d CTD module is the strongest single modality, and convex\-weighted late fusion with semantic \(and acoustic\) detectors improves the best single modality from 0\.746 to 0\.804 dev macro\-F1 and 0\.631 to 0\.669 test macro\-F1\. The gain is driven specifically by CTD: it composes with semantics, while acoustics receives zero weight in the learned three\-way fusion\. These results motivate treating conversational timing as a first\-class, lightweight, interpretable modality in multimodal depression screening\. Future work should test prompt\-controlled and response\-side CTD variants, joint rather than late fusion, fine\-tuned or clinical\-domain encoders, and external validation on additional clinical\-interview corpora, including non\-English and cross\-cultural datasets\. Before any real\-world use, CTD\-based screening systems should also be audited for privacy, consent, demographic fairness, and robustness to recording conditions\.

## References

- \[1\]T\. Al Hanai, M\. M\. Ghassemi, and J\. R\. Glass\(2018\)Detecting depression with audio/text sequence modeling of interviews\.InProceedings of Interspeech 2018,Hyderabad, India,pp\. 1716–1720\.External Links:[Document](https://dx.doi.org/10.21437/Interspeech.2018-2522)Cited by:[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1),[§II\-D](https://arxiv.org/html/2607.03744#S2.SS4.p1.1),[§VI](https://arxiv.org/html/2607.03744#S6.p1.1)\.
- \[2\]Z\. Aldeneh, M\. Jaiswal, M\. Picheny, M\. G\. McInnis, and E\. Mower Provost\(2019\)Identifying mood episodes using dialogue features from clinical interviews\.InProceedings of Interspeech 2019,Graz, Austria,pp\. 1926–1930\.External Links:[Document](https://dx.doi.org/10.21437/Interspeech.2019-1878)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p2.1),[§II\-B](https://arxiv.org/html/2607.03744#S2.SS2.p1.1)\.
- \[3\]A\. Baevski, Y\. Zhou, A\. Mohamed, and M\. Auli\(2020\)wav2vec 2\.0: a framework for self\-supervised learning of speech representations\.InAdvances in Neural Information Processing Systems,Vol\.33,pp\. 12449–12460\.Cited by:[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1)\.
- \[4\]S\. Burdisso, E\. Reyes\-Ramírez, E\. Villatoro\-tello, F\. Sánchez\-Vega, A\. Lopez Monroy, and P\. Motlicek\(2024\)DAIC\-WOZ: on the validity of using the therapist’s prompts in automatic depression detection from clinical interviews\.InProceedings of the 6th Clinical Natural Language Processing Workshop,Mexico City, Mexico,pp\. 82–90\.External Links:[Document](https://dx.doi.org/10.18653/v1/2024.clinicalnlp-1.8)Cited by:[§IV\-C](https://arxiv.org/html/2607.03744#S4.SS3.p1.5)\.
- \[5\]S\. Chen, C\. Wang, Z\. Chen, Y\. Wu, S\. Liu, Z\. Chen, J\. Li, N\. Kanda, T\. Yoshioka, X\. Xiao, J\. Wu, L\. Zhou, S\. Ren, Y\. Qian, Y\. Qian, J\. Wu, M\. Zeng, X\. Yu, and F\. Wei\(2022\)WavLM: large\-scale self\-supervised pre\-training for full stack speech processing\.IEEE Journal of Selected Topics in Signal Processing16\(6\),pp\. 1505–1518\.External Links:[Document](https://dx.doi.org/10.1109/JSTSP.2022.3188113)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p1.1),[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1)\.
- \[6\]H\. Chou, Y\. Liu, and C\. Lee\(2019\)Joint learning of conversational temporal dynamics and acoustic features for speech deception detection in dialog games\.InProceedings of the Asia\-Pacific Signal and Information Processing Association Annual Summit and Conference,Lanzhou, China,pp\. 1044–1050\.External Links:[Document](https://dx.doi.org/10.1109/APSIPAASC47483.2019.9023050)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p3.1),[§II\-C](https://arxiv.org/html/2607.03744#S2.SS3.p1.1),[§II\-D](https://arxiv.org/html/2607.03744#S2.SS4.p1.1)\.
- \[7\]H\. Chou, Y\. Liu, and C\. Lee\(2021\)Automatic deception detection using multiple speech and language communicative descriptors in dialogs\.APSIPA Transactions on Signal and Information Processing10,pp\. e5\.External Links:[Document](https://dx.doi.org/10.1017/ATSIP.2021.6)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p3.1),[§II\-C](https://arxiv.org/html/2607.03744#S2.SS3.p1.1)\.
- \[8\]N\. Cummins, S\. Scherer, J\. Krajewski, S\. Schnieder, J\. Epps, and T\. F\. Quatieri\(2015\)A review of depression and suicide risk assessment using speech analysis\.Speech Communication71,pp\. 10–49\.External Links:[Document](https://dx.doi.org/10.1016/j.specom.2015.03.004)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p2.1),[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1)\.
- \[9\]I\. Danylenko and O\. Unold\(2026\)Common pitfalls and recommendations for use of machine learning in depression severity estimation: DAIC\-WOZ study\.Applied Sciences16\(1\),pp\. 422\.External Links:[Document](https://dx.doi.org/10.3390/app16010422)Cited by:[§III](https://arxiv.org/html/2607.03744#S3.p1.3),[§VI](https://arxiv.org/html/2607.03744#S6.p1.1),[§VIII](https://arxiv.org/html/2607.03744#S8.p2.1)\.
- \[10\]S\. H\. Dumpala, C\. S\. Sastry, R\. Uher, and S\. Oore\(2025\)Test\-time training for speech\-based depression detection\.InProceedings of Interspeech 2025,pp\. 479–483\.External Links:[Document](https://dx.doi.org/10.21437/Interspeech.2025-2378)Cited by:[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1),[§VII\-D](https://arxiv.org/html/2607.03744#S7.SS4.p1.6)\.
- \[11\]F\. Eyben, K\. R\. Scherer, B\. W\. Schuller, J\. Sundberg, E\. André, C\. Busso, L\. Devillers, J\. Epps, P\. Laukka, S\. S\. Narayanan, and K\. P\. Truong\(2016\)The geneva minimalistic acoustic parameter set \(eGeMAPS\) for voice research and affective computing\.IEEE Transactions on Affective Computing7\(2\),pp\. 190–202\.External Links:[Document](https://dx.doi.org/10.1109/TAFFC.2015.2457417)Cited by:[§IV\-C](https://arxiv.org/html/2607.03744#S4.SS3.p2.3)\.
- \[12\]L\. Ferrer and P\. Riera\(2024\)Confidence intervals for evaluation in machine learning\.Note:[https://github\.com/luferrer/ConfidenceIntervals](https://github.com/luferrer/ConfidenceIntervals)Computer softwareCited by:[§VI](https://arxiv.org/html/2607.03744#S6.p1.1)\.
- \[13\]S\. Fushimi, M\. A\. Azani, M\. Chiba, and Y\. Okada\(2026\)Beyond short\-frame acoustic features: capturing long\-term speech patterns for depression detection\.Technologies14\(4\),pp\. 198\.External Links:[Document](https://dx.doi.org/10.3390/technologies14040198)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p2.1),[§I](https://arxiv.org/html/2607.03744#S1.p3.1),[§II\-B](https://arxiv.org/html/2607.03744#S2.SS2.p1.1),[§II\-D](https://arxiv.org/html/2607.03744#S2.SS4.p1.1)\.
- \[14\]Y\. Gong and C\. Poellabauer\(2017\)Topic modeling based multi\-modal depression detection\.InProceedings of the 7th Annual Workshop on Audio/Visual Emotion Challenge,Mountain View, CA, USA,pp\. 69–76\.External Links:[Document](https://dx.doi.org/10.1145/3133944.3133945)Cited by:[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1)\.
- \[15\]J\. Gratch, R\. Artstein, G\. Lucas, G\. Stratou, S\. Scherer, A\. Nazarian, R\. Wood, J\. Boberg, D\. DeVault, S\. Marsella, D\. Traum, S\. Rizzo, and L\. Morency\(2014\)The distress analysis interview corpus of human and computer interviews\.InProceedings of the Ninth International Conference on Language Resources and Evaluation \(LREC’14\),Reykjavik, Iceland,pp\. 3123–3128\.Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p4.1),[§III](https://arxiv.org/html/2607.03744#S3.p1.3),[§VI](https://arxiv.org/html/2607.03744#S6.p1.1)\.
- \[16\]Z\. Huang, J\. Epps, D\. Joachim, and V\. Sethu\(2020\)Natural language processing methods for acoustic and landmark event\-based features in speech\-based depression detection\.IEEE Journal of Selected Topics in Signal Processing14\(2\),pp\. 435–448\.External Links:[Document](https://dx.doi.org/10.1109/JSTSP.2019.2949419)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p2.1),[§II\-B](https://arxiv.org/html/2607.03744#S2.SS2.p1.1)\.
- \[17\]J\. Kim, H\. Yoon, W\. Oh, D\. Jung, S\. Yoon, D\. Kim, D\. Lee, S\. Lee, and C\. Yang\(2025\)Domain adversarial training for mitigating gender bias in speech\-based mental health detection\.arXiv preprint arXiv:2505\.03359\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2505.03359)Cited by:[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1),[§VII\-D](https://arxiv.org/html/2607.03744#S7.SS4.p1.6)\.
- \[18\]K\. Kroenke, T\. W\. Strine, R\. L\. Spitzer, J\. B\. W\. Williams, J\. T\. Berry, and A\. H\. Mokdad\(2009\)The PHQ\-8 as a measure of current depression in the general population\.Journal of Affective Disorders114\(1–3\),pp\. 163–173\.External Links:[Document](https://dx.doi.org/10.1016/j.jad.2008.06.026)Cited by:[§III](https://arxiv.org/html/2607.03744#S3.p1.3)\.
- \[19\]Y\. Li, E\. S\. Chng, and C\. Guan\(2025\)Hierarchical self\-supervised representation learning for depression detection from speech\.arXiv preprint arXiv:2510\.08593\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2510.08593)Cited by:[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1),[§VI](https://arxiv.org/html/2607.03744#S6.p1.1)\.
- \[20\]Y\. Liu, M\. Ott, N\. Goyal, J\. Du, M\. Joshi, D\. Chen, O\. Levy, M\. Lewis, L\. Zettlemoyer, and V\. Stoyanov\(2019\)RoBERTa: a robustly optimized BERT pretraining approach\.arXiv preprint arXiv:1907\.11692\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.1907.11692)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p1.1),[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1)\.
- \[21\]J\. C\. Mundt, A\. P\. Vogel, D\. E\. Feltner, and W\. R\. Lenderking\(2012\)Vocal acoustic biomarkers of depression severity and treatment response\.Biological Psychiatry72\(7\),pp\. 580–587\.External Links:[Document](https://dx.doi.org/10.1016/j.biopsych.2012.03.015)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p2.1),[§II\-B](https://arxiv.org/html/2607.03744#S2.SS2.p1.1)\.
- \[22\]S\. V\. Patapati\(2024\)Integrating large language models into a tri\-modal architecture for automated depression classification on the DAIC\-WOZ\.arXiv preprint arXiv:2407\.19340\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2407.19340)Cited by:[§III](https://arxiv.org/html/2607.03744#S3.p1.3)\.
- \[23\]Y\. Shen, H\. Yang, and L\. Lin\(2022\)Automatic depression detection: an emotional audio\-textual corpus and a GRU/BiLSTM\-based model\.InProceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing,Singapore,pp\. 6247–6251\.External Links:[Document](https://dx.doi.org/10.1109/ICASSP43922.2022.9746569)Cited by:[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1)\.
- \[24\]M\. Valstar, J\. Gratch, B\. Schuller, F\. Ringeval, D\. Lalanne, M\. Torres Torres, S\. Scherer, G\. Stratou, R\. Cowie, and M\. Pantic\(2016\)AVEC 2016: depression, mood, and emotion recognition workshop and challenge\.InProceedings of the 6th International Workshop on Audio/Visual Emotion Challenge,Amsterdam, The Netherlands,pp\. 3–10\.External Links:[Document](https://dx.doi.org/10.1145/2988257.2988258)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p1.1),[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1)\.
- \[25\]M\. Valstar, B\. Schuller, K\. Smith, F\. Eyben, B\. Jiang, S\. Bilakhia, S\. Schnieder, R\. Cowie, and M\. Pantic\(2013\)AVEC 2013: the continuous audio/visual emotion and depression recognition challenge\.InProceedings of the 3rd ACM International Workshop on Audio/Visual Emotion Challenge,Barcelona, Spain,pp\. 3–10\.External Links:[Document](https://dx.doi.org/10.1145/2512530.2512533)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p1.1),[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1),[§VI](https://arxiv.org/html/2607.03744#S6.p1.1)\.
- \[26\]World Health Organization\(2017\)Depression and other common mental disorders: global health estimates\.Technical reportTechnical ReportWHO/MSD/MER/2017\.2,World Health Organization,Geneva, Switzerland\.External Links:[Link](https://apps.who.int/iris/handle/10665/254610)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p1.1)\.
- \[27\]W\. Wu, C\. Zhang, and P\. C\. Woodland\(2023\)Self\-supervised representations in speech\-based depression detection\.InProceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing,External Links:[Document](https://dx.doi.org/10.1109/ICASSP49357.2023.10094910)Cited by:[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1),[§VI](https://arxiv.org/html/2607.03744#S6.p1.1)\.
- \[28\]M\. Yamamoto, A\. Takamiya, K\. Sawada, M\. Yoshimura, M\. Kitazawa, K\. Liang, T\. Fujita, M\. Mimura, and T\. Kishimoto\(2020\)Using speech recognition technology to investigate the association between timing\-related speech features and depression severity\.PLOS ONE15\(9\),pp\. e0238726\.External Links:[Document](https://dx.doi.org/10.1371/journal.pone.0238726)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p2.1),[§II\-B](https://arxiv.org/html/2607.03744#S2.SS2.p1.1)\.
- \[29\]S\. Yang, P\. Chi, Y\. Chuang, C\. J\. Lai, K\. Lakhotia, Y\. Y\. Lin, A\. T\. Liu, J\. Shi, X\. Chang, G\. Lin, T\. Huang, W\. Tseng, K\. Lee, D\. Liu, Z\. Huang, S\. Dong, S\. Li, S\. Watanabe, A\. Mohamed, and H\. Lee\(2021\)SUPERB: speech processing universal PERformance benchmark\.InProceedings of Interspeech 2021,Brno, Czechia,pp\. 1194–1198\.External Links:[Document](https://dx.doi.org/10.21437/Interspeech.2021-1775)Cited by:[§II\-A](https://arxiv.org/html/2607.03744#S2.SS1.p1.1),[§IV\-A](https://arxiv.org/html/2607.03744#S4.SS1.p1.8),[§IV](https://arxiv.org/html/2607.03744#S4.p1.1)\.
- \[30\]X\. Zhang, H\. Liu, K\. Xu, Q\. Zhang, D\. Liu, B\. Ahmed, and J\. Epps\(2024\)When LLMs meets acoustic landmarks: an efficient approach to integrate speech into large language models for depression detection\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,Miami, Florida, USA,pp\. 146–158\.External Links:[Document](https://dx.doi.org/10.18653/v1/2024.emnlp-main.8)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p2.1),[§I](https://arxiv.org/html/2607.03744#S1.p3.1),[§II\-B](https://arxiv.org/html/2607.03744#S2.SS2.p1.1)\.
- \[31\]X\. Zhang, H\. Liu, Q\. Zhang, B\. Ahmed, and J\. Epps\(2025\)SpeechT\-RAG: reliable depression detection in LLMs with retrieval\-augmented generation using speech timing information\.arXiv preprint arXiv:2502\.10950\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2502.10950)Cited by:[§I](https://arxiv.org/html/2607.03744#S1.p3.1),[§II\-B](https://arxiv.org/html/2607.03744#S2.SS2.p1.1),[§II\-D](https://arxiv.org/html/2607.03744#S2.SS4.p1.1)\.

Similar Articles

Probabilistic Textual Time Series Depression Detection

arXiv cs.CL

This paper proposes PTTSD, a probabilistic framework for depression severity detection from clinical interview transcripts that models uncertainty and provides temporal interpretability, achieving competitive performance on benchmark datasets.

How Reliable Are Multimodal Signals of Conversational State? Evidence from Remote Dyadic Collaborative Tasks

arXiv cs.CL

This paper evaluates the predictive accuracy, cross-task generalizability, and test-retest reliability of multimodal features for measuring conversational states like cognitive load and power in dyadic remote collaborative tasks. Findings show that linguistic features predict well but generalize poorly, acoustic reliability degrades when controlling for speaker identity, and interaction features provide the most reliable signal.