15 papers across AI, ML, NLP, and CV from the last 24 hours.
Healthcare ML is the dominant thread today — not as a single paper but as a sustained push across multiple fronts. Patient-oriented medical report interpretation (G-CARL) demands evidence-grounded, context-aware multimodal generation; BERT-LER tackles explainable clinical prediction on structured EHRs at the scale of 75 million patients; dynamic causal modeling of sleep-disordered breathing maps patient-subgroup variation in causal graph structure. Taken together, the field is moving past "can we predict" into "can we predict and explain, for whom, and with what causal structure."
The stand-out paper is Daedalus-150M, a convolution-attention hybrid designed from scratch for single-user CPU inference at 4-bit. Rather than compressing a large model after training, the architecture was built around the deployment constraint: only 6 of 18 blocks use full attention, while 12 rely on short convolutions with bounded memory. This inversion — hardware first, architecture second — is rare in an era of scaling-first design.
Elsewhere, an LLM cache eviction study finds that LFU dominates across eighteen settings with no meaningful improvement from fancier policies. A quantum-classical network targets SAR satellite authentication. Gravitational-wave parameter estimation leans on ML-generated surrogate waveforms. The batch collectively suggests that the field's center of gravity is shifting from capability demonstrations toward deployment-aware design, interpretability, and the unglamorous work of making models trustworthy and efficient in production.
Shiao Xie, Siyu Chen, Jianwei Lv · 2026-08-20
Personalized interpretation of medical reports has emerged as an increasingly important need among patients. Addressing this need requires both evidence-grounded medical factuality and context-dependent patient communication, yet existing medical vision-language tasks do not adequately capture these dual requirements. To bridge this gap, we introduce Patient-oriented Medical Report Interpretation ...
Narges Ahmadi, Yubo Jiao, J\u00f4natas Augusto Manzolli · 2026-08-20
Travel behavior research increasingly combines digital data collection with predictive modeling, yet these stages are often developed and evaluated separately. This study proposes a three-agent workflow integrating conversational data collection, structured data processing, and behavioral prediction. A chatbot-administered, image-augmented stated-preference survey collected mode choices from stude...
Yucheng Jiang, Zora Zhiruo Wang, Ruishi Chen · 2026-08-20
Naturalistic computer-use traces, passively recorded screenshots and mouse or keyboard actions, are a valuable resource for deriving symbolic, auditable, and reusable models of how everyday work is done. Such models matter as computer-use agents enter real work, where agents need to learn how tasks are actually performed, and organizations need to audit and reuse that knowledge. However, inducing ...
Vincenzo Sammartino, Nathanael Denis, Roberto Di Pietro · 2026-08-20
X-band SAR satellites (8-12 GHz) play a critical role in disaster response, environmental monitoring, and military intelligence. Yet, they lack robust physical-layer authentication (PLA), a security layer orthogonal to cryptographic solutions. Existing PLA systems, typically based on radio-frequency fingerprinting, are often limited to sub-6 GHz frequencies and rely on classical deep learning. How...
Christos Koutsiaris · 2026-08-20
Small language models are usually built like large ones and then squeezed onto a CPU afterwards. We did the opposite: we fixed the target first, one user, one token at a time, 4-bit weights, ordinary CPU, and chose the architecture to suit it. The result keeps full attention in only 6 of its 18 blocks. The other 12 use short convolutions whose memory is two timesteps wide no matter how long the co...
Akshay Balsubramani · 2026-08-20
Accounting for information flow on the path space of trajectories of a nonnegative martingale yields exact variational identities for it, even at arbitrary random times. This recovers the widely used classical concentration inequalities, from Ville to PAC-Bayes, and measures what each one discards. The tail a bound controls is itself a relative entropy, resolved by the chain rule into per-step con...
Parampreet Singh, Anushka Singh, Sumit Kumar · 2026-08-20
Deep neural networks are often overconfident, assigning high confidence even to incorrect predictions. Consequently, users lack a reliable signal for deciding when a prediction can be trusted. Post-hoc confidence estimation addresses this by training a lightweight auxiliary head over a frozen classifier. Existing targets, however, suffer from inherent ambiguity: they assign overlapping confidence ...
Anton Lambrecht, Reda El Hail, Xianjun Jiao · 2026-08-20
Despite their growing importance for contact-free radio frequency (RF) based healthcare monitoring, different radio technologies such as frequency-modulated continuous wave (FMCW) radar, impulse radio ultra-wideband (IR-UWB), and Wi-Fi sensing are rarely compared under identical deployment conditions, as existing studies typically differ in hardware, datasets, and evaluation methodologies. In addi...
Jun Ni Du, Lukas Adamek, Maxim Kryukov · 2026-08-20
Predictive models over structured electronic health records (EHRs) remain central to machine learning for healthcare, but few have jointly emphasized quantitative laboratory information and interpretability with respect to input medical events. We present BERT-LER, a BERT-style model for coded EHR timelines pretrained and fine-tuned from a de-identified EHR dataset of 75 million patients, that enc...
Guan-Ju Peng · 2026-08-20
Sparse pursuit after dictionary learning can yield a precise atom support even when its physical interpretation is not justified by the calibration data, especially for highly coherent dictionaries where alternative calibration-compatible dictionaries may assign different physical meanings to the same selected support. We develop resolution-aware physical-support inference that jointly accounts fo...
Ranveer Singh, Saurabh Mathur, Pranuthi Tenali · 2026-08-20
The causal dynamics of sleep-disordered breathing are complex and vary across patient populations, hindering the development of targeted interventions. We learn dynamic causal graphs of sleep-disordered breathing from Home Sleep Apnea Test (HSAT) recordings, revealing systematic differences in causal structure across sex and age subcohorts. We do so using the PCMCI+ algorithm on windowed fractiona...
Yash Kulkarni, Shubham Harkare, Arvind Suresh Yogesh Babu · 2026-08-20
Semantic caches reuse an LLM response when the incoming query embedding lies near a cached query, but proposed eviction policies have rarely been compared under one protocol. Using CLEVER, we benchmark FIFO, LRU, LFU, ARC, GDSF, a single-pass streaming adaptation of SISO, and a semantic-redundancy policy across three ordered, deduplicated query corpora, three cache capacities, and two encoders. No...
MD Saifur Rahman Mazumder, Feng Yu · 2026-08-20
Decision tree-based models are widely used in machine learning due to their interpretability and strong empirical performance. However, training decision trees can be computationally expensive, particularly for large and high-dimensional datasets, largely due to the exhaustive search over candidate splits at each node. To improve computational efficiency, we propose Data-Informed Centroid Splittin...
Junpeng Ren, Carlos Misael Madrid Padilla, Yanzhen Chen · 2026-08-20
This paper develops a general transfer learning framework for nonparametric regression with data consisting of multiple groups. Under the assumption that groups share a common structure along with group-specific deviations in additive form, the proposed method employs a two-stage offset learning procedure: the first stage pools data from all groups to estimate an overall mean function, and the sec...
Suyog Garg, Kipp Cannon · 2026-08-20
The worldwide network of gravitational-wave detectors have detected more than 350 binary coalescence events till date. Future third-generation detectors, like Einstein telescope, are expected to detect orders-of-magnitude more signals from sources with more complicated characteristics, including eccentric orbits and high-mass ratio binaries. It is well-established that the computational cost of pa...
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.