SonoVision: A Computer Vision Approach for Helping Visually Challenged Individuals Locate Objects with the Help of Sound Cues
Md Abu Obaida Zishan, Annajiat Alim Rasel
TL;DR
The paper tackles object localization for visually impaired individuals by embedding CNN-based object detection in a Flutter-based mobile app that conveys spatial cues through stereo audio. SonoVision supports offline operation and a modular framework designed to swap detectors, initially employing EfficientDet-D2 on-device. The key contributions include an end-to-end pipeline from voice-defined objects to real-time auditory guidance and a detailed discussion of architectural modularity and open-set detection limitations. The authors acknowledge currentopen-set coverage gaps and propose future work on lightweight open-set detectors and edge-optimized techniques to enable broader, practical deployment for visually challenged users.
Abstract
Locating objects for the visually impaired is a significant challenge and is something no one can get used to over time. However, this hinders their independence and could push them towards risky and dangerous scenarios. Hence, in the spirit of making the visually challenged more self-sufficient, we present SonoVision, a smart-phone application that helps them find everyday objects using sound cues through earphones/headphones. This simply means, if an object is on the right or left side of a user, the app makes a sinusoidal sound in a user's respective ear through ear/headphones. However, to indicate objects located directly in front, both the left and right earphones are rung simultaneously. These sound cues could easily help a visually impaired individual locate objects with the help of their smartphones and reduce the reliance on people in their surroundings, consequently making them more independent. This application is made with the flutter development platform and uses the Efficientdet-D2 model for object detection in the backend. We believe the app will significantly assist the visually impaired in a safe and user-friendly manner with its capacity to work completely offline. Our application can be accessed here https://github.com/MohammedZ666/SonoVision.git.
