Improving the Accessibility of Dating Websites for Individuals with Visual Impairments

Gyanendra Shrestha,Soumya Tejaswi Vadlamani
2024-09-23
Abstract:People now frequently meet and develop relationships through online dating. Yet, due to their limited accessibility, utilizing dating services can be difficult and irritating for people with visual impairments. The significance of the research issue can be attributed to the fact that dating websites are becoming more and more common and have a significant impact on how people establish romantic connections. It can be challenging for people with visual impairments to use dating services and develop lasting relationships because many of them are not created with their requirements in mind. We can encourage people with visual impairments to participate more completely in online dating and possibly enhance the success of their romantic relationships by making dating websites more accessible. There is some existing implementation that can automatically recognize the facial expression, age, gender, presence of child(ren) and other common objects from a profile photo in a dating platform. The goal of this project is incorporate additional features (presence of any common pets, indoor vs. outdoor image) to further enhance the capability of existing system and come up with test viable solutions to accessibility issues that people with visual impairments face when using dating websites.
Human-Computer Interaction,Machine Learning
What problem does this paper attempt to address?
The problem this paper attempts to address is: how to improve the accessibility of dating websites for visually impaired individuals. Specifically, many dating websites rely on visual data, which poses a significant barrier for visually impaired users. Therefore, the authors propose a deep learning-based approach that identifies pets (cats and dogs) and indoor and outdoor scenes in user profile pictures and converts this information into speech output, thereby helping visually impaired individuals better use dating websites. ### Main Objectives: 1. **Enhance Image Recognition Capabilities**: Expand existing image recognition systems to identify more features, such as the presence of pets and indoor versus outdoor scenes. 2. **Improve Accessibility**: Convert recognition results into speech output, making it easier for visually impaired individuals to access and understand this information. 3. **Improve User Experience**: Help visually impaired individuals use dating websites more effectively, thereby increasing their opportunities to form romantic relationships. ### Background and Significance: - **Existing Problems**: Many dating websites do not consider the needs of visually impaired individuals, causing difficulties when they use these services. - **Research Importance**: With the popularity of online dating, addressing this issue is crucial for promoting social inclusion and enhancing the quality of life for visually impaired individuals. ### Methods and Techniques: - **Data Preprocessing**: Includes steps such as image annotation, resizing, and conversion to NumPy arrays. - **Data Augmentation**: Increases the diversity of training data through techniques like reflection, rotation, color adjustment, and brightness modification. - **Convolutional Neural Network (CNN)**: Uses a pre-trained VGG16 model for image classification. - **Loss Function**: Employs binary cross-entropy loss function for model training. - **Text-to-Speech (TTS)**: Uses gTTS to convert recognition results into speech output. ### Experimental Results: - **Classifier Performance**: - **Cat and Dog Classifier**: Achieved 99% accuracy on the test set. - **Indoor and Outdoor Classifier**: Achieved 98% accuracy on the test set. - **Comprehensive Evaluation**: Performance on actual user profile pictures was slightly lower, with the cat and dog classifier achieving 73% accuracy and the indoor and outdoor classifier achieving 77% accuracy. ### Conclusion and Future Work: - **Conclusion**: The proposed model has made some progress in improving the accessibility of dating websites for visually impaired individuals, but there is still room for improvement. - **Future Work**: - Explore different deep learning architectures (such as ResNet, DenseNet, Inception) to improve classification accuracy. - Include more types of pets (such as birds, fish, rabbits, reptiles) to expand the model's application scope. - Combine contextual information (such as object detection and semantic segmentation) to enhance the model's robustness and accuracy.