absorb.md

Jony Ive

Chronological feed of everything captured from Jony Ive.

VolTA-3D: Global-Local Token Alignment Enables Generalizable Self-Supervised Learning for Brain MRI

VolTA-3D is a self-supervised 3D Vision Transformer framework that addresses the poor transferability of existing brain MRI models by jointly aligning global class-style tokens and local patch tokens within a student-teacher paradigm while enforcing fine-grained structural reconstruction. Most existing 3D SSL models for brain MRI are specialized for either segmentation or classification, limiting cross-task and cross-dataset generalization. VolTA-3D's combined global-local alignment strategy is specifically designed to handle the limited semantic diversity and subtle anatomical variation inherent to brain MRI — a known failure mode for standard SSL approaches. Evaluations on out-of-distribution tasks (hippocampal segmentation, sex classification, Alzheimer's vs. healthy classification) show consistent improvements over randomly initialized baselines.

Modest Correlation Links Predictive and Linguistic Uncertainty in Chest Radiograph DL Models

This study examines the alignment between predictive uncertainty from Bayesian Deep Learning approximations (Monte Carlo Dropout and Deep Ensembles) and linguistic uncertainty extracted from free-text radiology reports using BERT and rule-based labeling on chest radiographs. Models achieve good performance, but correlation between machine predictive uncertainty and human linguistic uncertainty remains modest. Findings indicate Bayesian methods provide useful estimates yet require refinement to capture human interpretive nuances for clinical use.

HopeBot LLM Chatbot Achieves High Agreement with PHQ-9 Self-Assessment and Builds User Trust for Interactive Depression Screening

HopeBot, an LLM-powered voice chatbot, administers the PHQ-9 depression screening via retrieval-augmented generation with real-time clarification, showing strong score agreement (ICC=0.91; 45% identical) against self-administered versions in a 132-participant within-subject study across UK and China. 71% of 75 feedback respondents trusted the chatbot more due to its structured clarity, interpretive guidance, and supportive tone. High usability ratings (7.4-8.4/10) and 87.1% reuse/recommendation intent indicate viability as a scalable screening adjunct, with variations by employment and prior mental health service use.

Silver-Standard Dataset from NICE Guidelines Enables Standardized Clinical Reasoning Benchmarks for LLMs

Researchers developed a validated silver-standard dataset from NICE guidelines covering multiple diagnoses, using GPT to generate realistic patient scenarios and clinical questions. The dataset addresses the absence of standardized benchmarks for evaluating guideline-based clinical reasoning in healthcare LLMs. Popular LLMs were benchmarked on this dataset to demonstrate its validity and enable systematic assessment of clinical utility and guideline adherence.

Multi-Component RL Boosts GPT-2 for Contextually Coherent, Emotion-Accurate Therapeutic Dialogues

Researchers address gaps in LLM therapeutic dialogue by applying SFT and multi-component RL to GPT-2, restructuring inputs to incorporate context and emotions alongside user queries. A novel reward function prioritizes therapeutic logic and emotional alignment over lexical metrics. RL yields BLEU gains of 0.0111, ROUGE-1 of 0.1397, and 99.34% emotion accuracy versus baseline GPT-2's 66.96%.

LLMs Enable Precise Querying of Structured EHR Data and RAG-Supported Extraction from Unstructured Clinical Notes

This study evaluates LLMs on two EHR data science tasks: generating accurate Python/Pandas queries for structured data analytics and extracting information from clinical notes using a RAG pipeline. Experiments on MIMIC III subsets employ synthetic question-answer pairs, exact-match metrics, semantic similarity, and human judgment across local and API-based LLMs. Results affirm LLMs' reliability for precise querying and semantically correct extraction in clinical workflows.