Papers for

assistive technology designers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Multi-teacher training improves real-time speech recognition for electrolarynx users

Multi-Teacher Distillation for Cross-Domain Streaming Electrolaryngeal Speech Encoding

Abstract: Self-supervised learning (SSL) has improved speech representations, yet performance degrades in pathological domains such as electrolaryngeal (EL) speech, and the computational footprint of SSL models limits their applicability in real-time, on-device deployment. We propose a multi-teacher knowledge distillation framework to train a lightweight, streaming content encoder that generalizes across healthy (HE) and EL speech. Two teachers are distilled progressively: a frozen SSL model providing discrete phonetic cluster targets from HE speech, and an EL-fine-tuned speech recognition model supplying continuous bottleneck feature targets. Evaluated via downstream speech recognition, our approach reduces the EL word error rate to 21.2%, compared to 39.3% for the strongest zero-shot SSL baseline. Among causal convolutional, Transformer, Conformer, and Mamba-based student architectures, a Mel-Conformer achieves the best combination of EL accuracy and computational efficiency. The final encoder contains 21.9,M parameters and runs at a real-time factor of 0.30 under ONNX Runtime on a single CPU core.

Wed 16 SeptSound
The gist
Speech recognition systems usually struggle to understand electrolaryngeal speech, which is speech produced using a medical device after someone loses their voice box. The authors designed a new way to train a small, fast speech recognition model by learning from two larger models: one trained on normal speech and another fine-tuned on electrolaryngeal speech. This method helps their model better understand both healthy and electrolaryngeal speech in real-time on simple devices. Their model cuts errors in electrolaryngeal speech recognition from about 39% down to 21%.
Open 2609.18686v1

Anthropomorphic hand learns to crawl and manipulate objects independently

Fingers as Legs: Learning Self-Supported Locomotion and Manipulation with an Anthropomorphic Hand

Abstract: A walking robotic hand must use the same fingers to move its body, support its weight, and interact with the environment. We show how an anthropomorphic hand can learn these skills while retaining its finger design and position controller. Onboard power and computation make the platform self-contained. Our reinforcement learning approach accounts for the hand's unequal fingers, with training in a simulator calibrated from hardware measurements. In simulation, the hand moves faster with our reward formulation than with tuned rewards originally designed for quadrupeds. On hardware, task-specific policies enable untethered crawling, steering, and fall recovery. While supporting its own weight, the hand also executes successive keyboard commands without vision and pushes an object to targets using overhead visual feedback. These results demonstrate a compact mobile manipulator that reuses its fingers for locomotion and interaction, without a separate locomotion mechanism.

Tue 15 SeptRobotics
The gist
Robotic hands usually use fingers just for grabbing things, but this work shows a hand that can also walk around using its fingers like legs. The authors taught the hand through simulation how to move, steer, and recover from falls while supporting its own weight. On the real robot, the hand can crawl without any wires, press keyboard keys, and push objects to targets. This shows a small robot hand that moves itself and interacts without needing extra legs or wheels.
Open 2609.17172v1

Multi-agent system improves nonvisual access to virtual worlds for blind users

Beyond Scene Description: Multi-Agent Orchestration for Non-visual Access to Virtual Worlds

Abstract: Virtual worlds now host classrooms, meetings, conferences, shops, and social venues, and nearly every interaction they expose assumes a user who can scan a three-dimensional scene, follow avatars, and read floating panels. Blind and visually impaired (BVI) users are left with assistive tools that each solve one task in isolation: naming an object, reading text, describing a scene, or planning a route. A live virtual room defeats that model: obstacles, speakers, gestures, chat, slides, and notifications arrive together, and a tool that narrates all of them trades a visual barrier for an auditory one. This paper presents MetaBlind, an architecture that distributes nonvisual access across eight specialized agents, spanning perception, navigation, social and object interaction, communication, safety and trust, memory, and personalization, and that places an Accessibility Orchestrator between those agents and the user. Agents publish candidate information into a shared accessibility context instead of speaking to the user directly. The orchestrator scores each candidate on safety relevance, goal relevance, urgency, confidence, user relevance, and estimated listening load, then releases only the items it judges relevant at that moment through speech, structured audio, or haptic output. We give the selection step a formal statement, specify the orchestration cycle as an algorithm, and define an evaluation protocol against a single-agent assistant. MetaBlind is reported at the design stage, with no prototype measurement or user study, and the protocol states which outcomes would support the design and which would refute it.

Sun 13 SeptArtificial Intelligence
The gist
Virtual worlds often rely on visual information that blind or visually impaired people cannot easily access. Existing tools each handle only one task like naming objects or describing scenes. The authors present MetaBlind, a system that uses multiple specialized agents working together to gather and prioritize useful information, and then shares only the most relevant details with the user through speech or touch. This approach aims to reduce information overload and make virtual worlds more accessible. The paper describes the system design and how to evaluate it, but no prototype or user testing has been conducted yet.
Open 2609.14512v1

Vision language models learn to generate clearer references from gaze data

Learning to Refer from Estimated Listener Gaze

Abstract: We propose to finetune vision-language models to generate more pragmatically optimal referring expressions by transforming observations of incremental listener comprehension, in the form of gaze scanpaths, into learning signals. During training, referring expressions are sampled from the speaker policy being optimized, conditioned on images and target referents; then, a neural listener estimating human gaze behavior maps from images and sampled referring expressions to scanpaths, each represented by a sequence of fixations, with each fixation corresponding to a word in the referring expression. We experiment with several approaches to convert fixation sequences and target referents into token- and sequence-level rewards, which are used to optimize policy parameters. Through evaluation with human listeners, we find that speaker policies trained with gaze-estimating listeners result in significantly more pragmatically-optimal references than base models, reducing sequence length from 15.4 down to 4.0 words while increasing referential success from 75.2 up to 80.0%. Our work demonstrates a promising opportunity for learning to generate utterances through language-based interaction, not only from the explicit signal of communicative success, but also from implicitly-available observations of a listener's process of comprehension.

Sun 13 SeptComputation and Language
The gist
This paper looks at how computer programs that describe images can get better at talking by watching where people look while listening. The researchers trained a model to predict human eye movements while hearing a description and used that to teach the program to say things more clearly and briefly. This approach helped the program make shorter descriptions that people understood more often. It shows a new way computers can improve communication by learning from how people process language, not just whether they understand it.
Open 2609.14207v1