REVIEW 4 major objections 5 minor 1 cited by
Audo-Sight: Enabling Ambient Interaction For Blind And Visually Impaired Individuals
T0 review · 4 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read Audo-Sight claims that a single voice-first, multimodal-large-language-model system can give blind and visually impaired users real-time, context-aware spoken assistance in both private and public settings, with age-based filtering and…
desk verdict A systems thesis with one good routing idea and a public-mode safety feature that is not implemented as claimed—worth a serious referee only if heavy revision is expected. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing components are the Cognition Engine, the Latency-Aware LLM Router, the BVI-Friendly Response Generator built on NeMo Guardrails, and, in public mode, the Age-Range Detector and Safe Query Filter. The Latency-Aware LLM Router measures whether the multimodal reasoning engine will respond in time; if it would be too slow, the system shortcuts to an Image-to-Text module feeding a text-only reasoner, and if latency is acceptable it lets the full multimodal path run. The BVI-Friendly Response Generator rewrites raw model output so that responses avoid phrases like 'as you can see,' avoid color-based identification unless functionally necessary, replace vague deictic expressions with concrete directions, and filter offensive or patronizing language. The public-mode Age-Range Detector uses a CNN-LSTM hybrid on voice features to classify users as under or over 18, and the Safe Query Filter, implemented with Llama Guard 3-1B, blocks unsafe queries before they reach the reasoning layer.
What would settle it
Run the Age-Range Detector on a held-out corpus of voice recordings labeled by true age around the 18-year boundary and compare its classifications to ground truth; if accuracy is near chance or systematically wrong for certain accents or audio conditions, the public mode's safety gate fails. A second check is to measure end-to-end active-mode latency on a low-end edge device with natural user queries: the claimed conversational real-time interaction would be falsified if median response time regularly exceeds a few seconds.
Extended reading notes
Core claim
The central claim is that an MLLM-driven, voice-first architecture can provide expedient, context-aware ambient interaction for blind and visually impaired individuals without manual reconfiguration. The system fuses voice input, image input from wearable glasses or fixed cameras, and text into a Fusion Hub, then a Cognition Engine chooses between a full multimodal reasoning path and a faster text-only path depending on measured latency. Output is passed through a BVI-Friendly Response Generator that removes visual references, replaces vague directions with concrete spatial descriptions, and blocks offensive terms. In public spaces, an Age-Range Detector classifies the speaker as under or over 18 and a Safe Query Filter blocks unsafe queries before they reach the reasoning engine. The thesis further claims that integrating this active conversational layer with SmartSight's passive object, face, and text recognition produces ambient guidance: the system alerts the user to environmental changes while also answering open-ended questions about what it sees.
Load-bearing premise
The public mode's safety guarantee depends on the CNN-LSTM age-range detector reliably classifying users as under or over 18 from voice alone, but the thesis reports no accuracy data, so a misclassification would either expose minors to inappropriate content or block adults from useful information.
Editorial extensions
If this is right
- A blind or visually impaired user in a museum could ask open-ended follow-up questions about an exhibit and receive spoken answers grounded in the current visual scene, rather than one-shot captions.
- A shared public installation could serve different users in sequence with no per-user calibration, using voice-triggered interaction, age estimation, and built-in content filtering.
- The latency-aware router could keep interactions conversational on modest edge hardware by falling back to text-only reasoning only when the multimodal path is slow.
- Blind-friendly response rewriting could measurably reduce inaccessible outputs such as color-dependent directions, vague 'over there' statements, and ableist phrasing.
- Integrating active conversational assistance with passive object and face detection would let the system both proactively alert users to changes and answer specific queries, sharing one text-to-speech pipeline.
Reading between the lines
- The public mode's safety guarantee stands or falls on the age-from-voice classifier's accuracy, for which the thesis reports no numbers; that accuracy plausibly varies with accent, age near the 18-year boundary, background noise, and microphone quality, so a field evaluation across those conditions would be the natural next test.
- The reported correlation between MLLM latency and the frequency of output vocabulary suggests a design possibility the author leaves implicit: routing could be tuned not only by query complexity but by expected answer vocabulary, or prompts could be constrained to keep outputs in common words for faster response.
- The fixed-microphone public scenario assumes the environment's visual layout is already known or pre-mapped; extending the same interaction to genuinely open, unmodeled spaces would require pairing the public architecture with live visual input, an integration the thesis only partially explores.
- The private mode's user-identification-by-voice design implies a testable tension: if the system refuses to respond to unknown voices, then any misidentification or enrollment error could lock a legitimate user out, so end-to-end authentication accuracy deserves the same scrutiny as the age classifier.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents Audo-Sight, an assistive system for blind and visually impaired (BVI) users that combines voice input, camera imagery, multimodal large language models (MLLMs), latency-aware routing, and NeMo-Guardrails-based response rewriting. A private mode provides user-specific interaction through voice identification, while a public mode replaces user identification with an age-range detector and a safe query filter. The thesis also describes an integration with the SmartSight wearable prototype and reports latency measurements from a single hardware setup (Section 3.3 and Section 5.4), a bar chart on the effect of the BVI-friendly response generator (Figure 3.3), and an exploratory Ngram-based correlation between MLLM latency and output-word frequency (Figure 5.7).
Significance. If the claims were fully supported, Audo-Sight would address a genuine gap: interactive, context-aware, voice-based assistance for BVI users in both private and public spaces, with a plausible safety mechanism for minors. The work has clear strengths: it builds on standard, reproducible components (Whisper, YOLO, Llama 3.2 Vision, Llama Guard, NeMo Guardrails), provides a concrete hardware/software stack in Table 3.1, uses the VizWiz-VQA dataset as a realistic evaluation input, and describes a working SmartSight prototype. However, the central claims of effectiveness and safety currently rest almost entirely on architectural description and informal latency measurements, not on controlled evaluation. The age-based safety mechanism is both unmeasured and, as described, not wired into the response-generation path. The significance is therefore conditional on substantial additional validation and on closing the architectural gap in the public-mode safety pipeline.
major comments (4)
- [§4.4.1] The Age-Range Detector is a load-bearing component for the public-mode safety claim, but no accuracy data of any kind are provided. The section states that a CNN-LSTM model classifies users as under or over 18 from voice alone, yet it reports no training data, no validation set, no confusion matrix, and no evaluation. This matters directly: if a minor is misclassified as an adult, the query bypasses the Safe Query Filter entirely; if an adult is misclassified as a minor, the adult is unnecessarily blocked. Voice-based age estimation near the 18-year boundary is known to be error-prone, so the claimed safety guarantee cannot be accepted without per-age-band accuracy and error analysis.
- [§4.3 and Figure 4.1] The architecture as drawn and described does not implement the promised age-appropriate response modification. Section 4.3 claims that 'the secure query filter alters the responses to match the provided age category,' but in the public pipeline the age label is used only to decide whether the query passes through the Safe Query Filter; for users over 18 the query goes directly to the Fusion Hub, and for users under 18 it goes to the Safe Query Filter and then onward. Neither the Safe Query Filter (Section 4.4.2) nor any downstream module is described as rewriting or simplifying the final answer based on the detected age. The figure shows no path from the age-range detector to BVI-Friendly Prompt Management or to the response generator. Consequently, the safe-but-sensitive example in Section 4.2—a child receiving a simplified explanation of a mature exhibit—cannot be produced by the system as specified. The claim in the abstract and Section 1.2 that the system 'changes the responses to match audience less than 18 years' is therefore unsupported by the presented design.
- [§3.3 and §5.4] The evaluation is not sufficient to support the central claim of an 'effective' or 'state-of-the-art' assistive system. The latency measurements come from a single hardware setup (Apple M2 in Section 3.3; Lenovo Y700 with GTX 960 in Section 5.4) with no reported variance, sample size, or statistical analysis for most figures. Figure 3.2 ('Evaluation of Cognition Engine across Different Query Lengths') and Figure 3.3 ('Impact of BVI-Friendly Response Generator') are presented without the underlying methodology: number of queries, composition of the test set, error bars, or significance tests. Figure 5.7 reports that MLLM latency 'appears to correlate' with output-word frequency from Google Ngram, but no correlation coefficient or p-value is given. Section 6.2 lists 'Evaluation of Multimodal Large Language Model Responses Based on Accepted Standards' and user studies as future work, which is an explicit admission that no formal accuracy, quality, or usability evaluation is contained in this manuscript. The effectiveness claim therefore remains a design hypothesis rather than a demonstrated result.
- [§3.2.2.1 and §3.2.2.2] The latency-aware router is a distinctive contribution, but its behavior is not actually evaluated. The threshold value that triggers the switch from the multimodal Reasoning Engine to the Image-to-Text plus text-based path is described only as 'a certain threshold value'; no threshold is specified, and there is no sensitivity analysis showing how the end-to-end latency or answer quality changes as the threshold varies. Without such measurements, the claim that the router 'optimizes execution paths' and 'ensures uninterrupted communication' is not supported by evidence.
minor comments (5)
- [§1.4] The text says 'Only 10% of BMI individuals can benefit from having a guide dog'; this appears to be a typo for 'BVI'.
- [§5.2.4] The active interaction mode is triggered by keyboard spacebar input, which is not accessible to a blind user; the text acknowledges this as a prototype limitation, but it should be stated more prominently in the abstract or contributions to avoid overstating the prototype's accessibility.
- [§2.1.3] The transformer description says the architecture 'was endorsed by Vaswani et al.'; the intended meaning is 'introduced by Vaswani et al.'
- [Figure 3.3] The bar chart would be much more informative with the actual percentages and the number of test responses shown on or above the bars, and with a clear description of how 'inappropriate' was labeled.
- [§5.4] The Ngram-based latency analysis is interesting but under-specified; please state how output vocabulary was mapped to Ngram frequencies, which Ngram corpus/version was used, and how many distinct output texts went into the correlation.
Circularity Check
No circularity: Audo-Sight is a systems thesis whose components are implemented and measured; no prediction reduces to a fit or to a self-citation.
full rationale
The claimed contributions are architectural and empirical rather than derivational. The paper describes a private architecture (Ch. 3) whose components—Whisper STT, YOLO image-to-text, an MLLM (LLaVA-7B / Llama 3.2 11B Vision), NeMo Guardrails, GTTS—are externally sourced and evaluated with direct latency measurements in Ch. 5. The latency-aware LLM router uses a hand-set response-time threshold ('if the response time of the AI Reasoning Engine exceeds the set limit, the system redistributes the processing to the Image-to-Text module'); this is a design rule, not a parameter fitted to data and then renamed as a prediction. The BVI-Friendly Response Generator is implemented through NeMo Guardrails rules and its effect is directly measured as a reduction in inappropriate-answer categories, so the evaluation is not a self-definitional re-statement. The public-mode age filtering is described as a CNN-LSTM age-range detector and 'LLama Guard 3-1B' safe query filter, but the thesis gives no accuracy evaluation for the age classifier; that is an unvalidated safety claim, which is a correctness/validation risk, not a circularity. Future-work references to FastMig, UMS, and HEET (works by the advisor's group) are suggestions for possible optimization, not evidence used to justify a central result. No equation or fitted parameter is shown to reduce to another by construction, and no load-bearing argument rests on a self-citation. Therefore the circularity burden is not met: score 0.
Assumptions & free parameters
free parameters (4)
- Latency routing threshold
- Voice authentication distance threshold
- Age cutoff =
18
- Object permanence parameter
assumptions (4)
- domain assumption Voice-based age estimation from tone, pitch, and pronunciation can reliably separate under-18 from adult users.
- domain assumption NeMo Guardrails can rewrite LLM responses to be blind-friendly without introducing errors or losing information.
- domain assumption VizWiz-VQA is a representative benchmark for the target use case.
- domain assumption The MLLM (Llama 3.2 11B Vision Instruct) provides accurate visual understanding.
invented entities (3)
-
Audo-Sight system architecture
-
BVI-Friendly Response Generator
-
Age-Range Detector
Cite this review
Pith. "Pith review of Audo-Sight: Enabling Ambient Interaction For Blind And Visually Impaired Individuals." pith.science (2026). https://pith.science/paper/GIQF7BZY
@misc{pith2026250500153,
author = {Pith},
title = {Pith review of: Audo-Sight: Enabling Ambient Interaction For Blind And Visually Impaired Individuals},
year = {2026},
howpublished = {\url{https://pith.science/paper/GIQF7BZY}},
note = {Machine review of arXiv:2505.00153}
}
read the original abstract
Visually impaired people face significant challenges when attempting to interact with and understand complex environments, and traditional assistive technologies often struggle to quickly provide necessary contextual understanding and interactive intelligence. This thesis presents Audo-Sight, a state-of-the-art assistive system that seamlessly integrates Multimodal Large Language Models (MLLMs) to provide expedient, context-aware interactions for Blind and Visually Impaired (BVI) individuals. The system operates in two different modalities: personalized interaction through user identification and public access in common spaces like museums and shopping malls. In tailored environments, the system adjusts its output to conform to the preferences of individual users, thus enhancing accessibility through a user-aware form of interaction. In shared environments, Audo-Sight employs a shared architecture that adapts to its current user with no manual reconfiguration required. To facilitate appropriate interactions with the LLM, the public Audo-Sight solution includes an Age-Range Determiner and Safe Query Filter. Additionally, the system ensures that responses are respectful to BVI users through NeMo Guardrails. By utilizing multimodal reasoning, BVI-cognizant response editing, and safeguarding features, this work represents a major leap in AI-driven accessibility technology capable of increasing autonomy, safety, and interaction for people with visual impairments in social settings. Finally, we present the integration of Audo-Sight and SmartSight, which enables enhanced situational awareness for BVI individuals. This integration takes advantage of the real-time visual analysis of SmartSight, combined with the extensive reasoning and interactive capabilities of Audo-Sight, and goes beyond object identification to provide context-driven, voice-controlled assistance in dynamic environments.
Figures
Figures from the paper (10 more)
Forward citations
Cited by 1 Pith paper
-
Evaluating the Impact of AI-Powered Audiovisual Personalization on Learner Emotion, Focus, and Learning Outcomes
The paper is a design and evaluation plan for an AI-generated personalized audiovisual study environment, with no empirical results reported.
Reference graph
Works this paper leans on
-
[1]
Aishwarya Agrawal, Jiasen Lu, Stanislaw Antol, Margaret Mitchell, C Lawrence Zit- nick, Dhruv Batra, and Devi Parikh, Vqa: Visual question answering , arXiv preprint arXiv:1505.00468 (2016), 1–25
arXiv 2016
-
[2]
Ali Mokhtari, Md Abir Hossen, Pooyan Jamshidi, and Mohsen Amini Salehi, Felare: fair scheduling of machine learning applications on heterogeneous edge systems , arXiv (2022), 1–10
work page 2022
-
[3]
A. Balakrishnan, K. Ramana, G. Ashok, W. Viriyasitavat, S. Ahmad, and T. R. Gadekallu, Sonar glass—artificial vision: comprehensive design aspects of a synchro- nization protocol for vision based sensors , Measurement: Journal of the International Measurement Confederation (2023), 1–30
work page 2023
-
[4]
Florian Bordes, Richard Yuanzhe Pang, Anurag Ajay, Alexander C. Li, Adrien Bardes, Suzanne Petryk, Oscar Ma˜ nas, Zhiqiu Lin, Anas Mahmoud, Bargav Jayaraman, Mark Ibrahim, Melissa Hall, Yunyang Xiong, Jonathan Lebensold, Candace Ross, Srihari Jayakumar, Chuan Guo, Diane Bouchacourt, Haider Al-Tahan, Karthik Padthe, Vasu Sharma, Hu Xu, Xiaoqing Ellen Tan, ...
arXiv 2024
-
[5]
Thanawat Chanikaphon and Mohsen Amini Salehi, UMS: Live migration of container- ized services across autonomous computing systems , Proceedings of the IEEE Global Communications Conference (GLOBECOM ’23), IEEE, 2023, pp. 1–6
work page 2023
- [6]
-
[7]
Columbia Encyclopedia, Guide dog., Columbia University, 6th Edition (2021), 1
work page 2021
-
[8]
Envision Team, What’s next for 2025: The future of assistive technol- ogy & ai assistants , December 2024, https://www.letsenvision.com/blog/ future-assistive-technology
work page 2025
Show all 54 references
-
[9]
Be My Eyes, Be my eyes website , 2025, https://www.bemyeyes.com/
2025
-
[10]
Gladia Team, What is openai whisper? , 2025, https://www.gladia.io/blog/ what-is-openai-whisper
2025
-
[11]
avatar to person
Z. Guo, Z. Wang, and X. Jin, “avatar to person” (atp) virtual human social ability enhanced system for disabled people , Wireless Communications and Mobile Computing 2021 (2021), 10
2021
-
[12]
Yu Hao, Fan Yang, Hao Huang, Shuaihang Yuan, Sundeep Rangan, John Ross Rizzo, Yao Wang, and Yi Fang,A multi-modal foundation model to assist people with blindness and low vision in environmental interaction , Journal of Imaging 10 (2024), 1–15
2024
-
[13]
Haotian Liu, Chunyuan Li, Qingyang Wu, Yong Jae Lee, Ollama: Llava , 2025, https: //ollama.com/library/llava:7b
2025
-
[14]
Irfan Ullah Izaz Khan, Shah Khusro, Technology-assisted white cane: evaluation and future directions, PeerJ (2018), e6232
2018
-
[15]
Kosiedowski, A
M. Kosiedowski, A. Radziuk, P. Szymaniak, W. Kapsa, T. Rajtar, and M. Stroinski, On applying ambient intelligence to assist people with profound intellectual and multiple disabilities, 2020, pp. 895–914
2020
-
[16]
Lhanhsin, Vizwiz dataset , 2025, https://www.kaggle.com/datasets/lhanhsin/ vizwiz?select=test
2025
-
[17]
Yuri Lin, Jean-Baptiste Michel, Erez Lieberman Aiden, Jon Orwant, William Brock- man, and Slav Petrov, Proceedings of the 50th annual meeting of the association for computational linguistics volume 2: Demo papers , ACL ’12 (2012), 1–423
2012
-
[18]
Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee, Visual instruction tuning, arXiv (2023), 1–25
2023
-
[19]
S. Luo et al., Single-pixel sensor array for precise identification systems using machine 62 learning, RSC Advances (2025), 7844–7854, https://pubs.rsc.org/en/content/ articlehtml/2025/ra/d5ra00167f
2025
-
[20]
Sorawit Manatura, Thanawat Chanikaphon, Chantana Chantrapornchai, and Mohsen Amini Salehi, FastMig: Leveraging FastFreeze to establish robust service liq- uidity in Cloud 2.0 , Proceedings of the 17th IEEE International Conference on Cloud Computing (IEEE Cloud ’24), IEEE, 202...
2024
-
[21]
Zain Merchant, Abrar Anwar, Emily Wang, Souti Chattopadhyay, and Jesse Thomason, Generating contextually-relevant navigation instructions for blind and low vision people , arXiv (2024), 1–6
2024
-
[22]
Mohamed Dhiaeddine Messaoudi, Bob-Antoine J Menelas, and Hamid Mcheick, Review of navigation assistive tools and technologies for the visually impaired , Sensors (Basel) (2022), 1–29
2022
-
[23]
Gray, William Brockman, The Google Books Team, Joseph P
Jean-Baptiste Michel, Yuan Kui Shen, Aviva Presser Aiden, Adrian Veres, Matthew K. Gray, William Brockman, The Google Books Team, Joseph P. Pickett, Dale Hoiberg, Dan Clancy, Peter Norvig, Jon Orwant, Steven Pinker, Martin A. Nowak, and Erez Lieberman Aiden, Quantitative analy...
2010
-
[24]
Minseo Kim, Wei Shu, and Mohsen Amini Salehi, He2c: A holistic approach for allo- cating latency-sensitive ai tasks across edge-cloud , arXiv (2024), 1–6
2024
-
[25]
Ali Mokhtari, Saeid Ghafouri, Pooyan Jamshidi, and Mohsen Amini Salehi, HEET: A performance measure to quantify heterogeneity in distributed computing systems , Pro- ceedings of the 17th IEEE/ACM International Conference on Utility and Cloud Com- puting (UCC 2024), IEEE, 2024,...
2024
-
[26]
Le Monde, Chatbots are like parrots: They repeat without understand- ing, 2024, https://www.lemonde.fr/en/economy/article/2024/10/07/ chatbots-are-like-parrots-they-repeat-without-understanding_6728523_ 19.html
2024
-
[27]
Nick Muscavage, Ai adds bespoke features to ready-made tools , December 2024. 63
2024
-
[28]
NVIDIA, Nemo guardrails documentation , 2025, https://docs.nvidia.com/nemo/ guardrails/latest/index.html
2025
-
[29]
php?g=1308742&p=9997824
NYU Libraries, What large language models are , 2024, https://guides.nyu.edu/c. php?g=1308742&p=9997824
2024
-
[30]
Carnegie Mellon University School of Computer Science, Gabriel: Edge computing framework, 2025, https://www.cmu.edu/scs/edgecomputing/software/gabriel. html
2025
-
[31]
Louis, Understanding the leading causes of blindness , Feb
Washington University School of Medicine in St. Louis, Understanding the leading causes of blindness , Feb. 2025, https://ophthalmology.wustl.edu/ understanding-the-leading-causes-of-blindness
2025
-
[32]
Gonzalez, M
Isaac Ong, Amjad Almahairi, Vincent Wu, Wei-Lin Chiang, Tianhao Wu, Joseph E. Gonzalez, M. Waleed Kadous, and Ion Stoica, Routellm: Learning to route llms with preference data, arXiv (2025), 1–16
2025
-
[33]
OpenAI, Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, and Ilge Akkaya, Gpt-4 technical report, arXiv (2023), 1–100
2023
-
[34]
Giorgio Presti, Dragan Ahmetovic, Mattia Ducci, Cristian Bernareggi, Luca Ludovico, Adriano Barate, Federico Avanzini, and Sergio Mascetti, Watchout: Obstacle sonifica- tion for people with visual impairment or blindness , ASSETS ’19 (2019), 1–12
2019
-
[35]
r-universe.dev/googleLanguageR/doc/text-to-speech.html
rOpenSci, googlelanguager: Text-to-speech documentation , 2025, https://ropensci. r-universe.dev/googleLanguageR/doc/text-to-speech.html
2025
-
[36]
Kathrin Seßler, Arne Bewersdorff, Claudia Nerdel, and Enkelejda Kasneci, Towards adaptive feedback with ai: Comparing the feedback quality of llms and teachers on ex- perimentation protocols, arXiv preprint arXiv:2502.12842 (2023), 1–23
2023 arXiv
-
[37]
SHG Technologies, Aura vision glasses , 2025, https://shgtechnologies.com/ products/aura-vision-glasses
2025
-
[38]
Gemini Team, Rohan Anil, Sebastian Borgeaud, Jean-Baptiste Alayrac, Jiahui Yu, Radu Soricut, and Johan Schalkwyk et al., Gemini: A family of highly capable mul- timodal models, arXiv (2023), 1–90. 64
2023
-
[39]
OrCam Technologies, Orcam myeye: Ai-powered assistive device for the visually im- paired, 2023, https://www.orcam.com/en/myeye
2023
-
[40]
The Hive AI, Meta llama 3.2 11b vision instruct model , 2025, https://thehive.ai/ models/meta-llama/llama-3.2-11b-vision-instruct
2025
-
[41]
Gang Luo Unxian He, Shrinivas Pundlik, Can chatgpt assist visually impaired people with micro-navigation?, arXiv (2024), 1–15
2024
-
[42]
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin, Attention is all you need , Advances in Neural Information Processing Systems 30 (2017), 1–15
2017
-
[43]
VisionAid, About smart vision glasses , 2025, https://visionaid.org/ about-smart-vision-glasses/
2025
-
[44]
Hao Wang, Jiayou Qin, Ashish Bastola, Xiwen Chen, John Suchanek, Zihao Gong, and Abolfazl Razi, Visiongpt: Llm-assisted real-time anomaly detection for safe visual navigation, arXiv (2024), 1–15
2024
-
[45]
Wikipedia Contributors, Ai trust paradox , 2024, https://en.wikipedia.org/wiki/ AI_trust_paradox
2024
-
[46]
Iris Xie, Wonchan Choi, Shengang Wang, Hyun Seung Lee, Bo Hyun Hong, Ning-Chiao Wang, and Emmanuel Kwame Cudjoe, Help-seeking situations related to visual inter- actions on mobile platforms and recommended designs for blind and visually impaired users, Journal of Imaging 10 (2...
2024
-
[47]
Carroll, Emerging practices for large multimodal model (lmm) assistance for people with visual impairments: Implications for design , arXiv (2024), 1–22
Jingyi Xie, Rui Yu, He Zhang, Sooyeon Lee, Syed Masum Billah, and John M. Carroll, Emerging practices for large multimodal model (lmm) assistance for people with visual impairments: Implications for design , arXiv (2024), 1–22
2024
-
[48]
Sun, Jiannan Lu, Hadas Kotek, Yuhan Zhang, Paul McCarthy, Christopher Klein, Stephen Pulman, and Jason D
Zidi Xiu, Kai-Chen Cheng, David Q. Sun, Jiannan Lu, Hadas Kotek, Yuhan Zhang, Paul McCarthy, Christopher Klein, Stephen Pulman, and Jason D. Williams, Feedback effect in user interaction with intelligent assistants: Delayed engagement, adaption, and drop-out, arXiv preprint ar...
2023 arXiv
-
[49]
Bufang Yang, Lixing He, Kaiwei Liu, and Zhenyu Yan, Viassist: Adapting multi-modal large language models for users with visual impairments , arXiv (2024), 1–6
2024
-
[50]
, National Science Review 11 (2024), no
Shukang Yin, Chaoyou Fu, Sirui Zhao, Ke Li, Xing Sun, Tong Xu, and Enhong Chen, A survey on multimodal large language models. , National Science Review 11 (2024), no. 12, 1 – 20
2024
-
[51]
Yue YZheng, Yuhao Chen, Bin Qian, Xiufang Shi, Yuanchao Shu, and Jiming Chen, A review on edge large language models: Design, execution, and applications , arXiv (2024), 1–36
2024
-
[52]
Zuhair Dawood Zaghlool, Incorporating the impacts and limitations of ai-driven feedback mechanisms in foreign language teaching , 2023, https://migrationletters
Dr. Zuhair Dawood Zaghlool, Incorporating the impacts and limitations of ai-driven feedback mechanisms in foreign language teaching , 2023, https://migrationletters. com/index.php/ml/article/view/4863
2023
-
[53]
Yi Zhao, Yilin Zhang, Rong Xiang, Jing Li, and Hillming Li, Vialm: A survey and benchmark of visually impaired assistance with large models , arXiv (2024), 1–9
2024
-
[54]
SM Zobaed, Ali Mokhtari, Jaya Prakash Champati, Mathieu Kourouma, and Mohsen Amini Salehi, Edge-MultiAI: Multi-Tenancy of Latency-Sensitive Deep Learning Applications on Edge , arXiv (2022), 1–10. 66
2022
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.