Natural Language Image Association for Accessible STEM Diagrams

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing technologies fail to effectively provide natural language descriptions of digital images, particularly for blind and low-vision individuals, and lack interactive STEM education tools that are accessible without relying on visual interfaces.

Innovation Solution

A system that uses a convolutional neural network to identify elements in digitized images, combined with large or small language models to generate natural language descriptions, and includes a keyboard-accessible control interface and AI-driven learning assistant to make interactive STEM diagrams accessible, with embedded alt text for screen readers.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a neural network is trained to identify elements in digitized images, then the accuracy of element recognition is improved, but the complexity of the system increases

Engineering Contradiction:
Improveelement recognition accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system divides the complex task of image analysis into separate functional modules: a neural network for element identification, a relationship detection module for identifying connections between elements, and a language model for generating descriptions. This segmentation allows each module to be optimized independently while working together to achieve accurate comprehensive analysis.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary relationship detection module that bridges the neural network's element identification and the final natural language description generation. This intermediary layer processes the identified elements and their spatial relationships to create meaningful descriptions, simplifying the overall system architecture while improving accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Ease of operation

If real-time alt text generation is implemented for STEM diagrams, then accessibility for blind and low-vision individuals is improved, but the processing time increases

Engineering Contradiction:
ImproveaccessibilityVSAvoidprocessing time
Core Design Contradiction:
Ease of operationVSLoss of time

Solution Approach 1:

The system performs preliminary analysis of STEM diagrams by pre-identifying elements and their relationships before generating the final alt text descriptions. This preliminary processing enables faster real-time generation by having the heavy computational tasks completed in advance, reducing the time required for actual description generation.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The alt text generation system dynamically adjusts its processing based on the complexity of the diagram and user needs. It can provide high-level summaries quickly or generate detailed descriptions on demand, allowing the system to optimize processing time based on the specific accessibility requirements and diagram complexity.

Inventive Principle:
Principle #15Dynamics

3Loss of information

If comprehensive element identification and relationship mapping is performed, then the quality of natural language descriptions is improved, but the computational resources required increase

Engineering Contradiction:
Improveinformation completenessVSAvoidcomputational resources
Core Design Contradiction:
Loss of informationVSUse of energy by moving object

Solution Approach 1:

The system applies different levels of analysis to different parts of the diagram based on their importance and complexity. Rather than uniformly processing every element with the same computational intensity, the system identifies key elements and their critical relationships with higher computational resources while using lighter processing for less important elements, optimizing the balance between information completeness and computational resource usage.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS20250095395A1Method for associating natural language with digital images
Publication Date: 2025.03.20 ALCHEMIE SOLUTIONS INC
  • US20250095395A1 patent drawing
  • US20250095395A1 patent drawing
  • US20250095395A1 patent drawing

AI summary

A method for associating natural language with digital images is provided. The method includes steps of receiving a digitized image; identifying elements in the digitized image as identified elements; associating a contextual label to each element that becomes content for each element; identifying predetermined relationships between the identified elements; describing the content for each element individually and relationships between the elements with a predetermined language; engineering a prompt to be sent to a Language Model (LM); and receiving a response from the LM. Characteristically, the prompt is configured to provide an LM input and instruct the LL regarding a manner and configuration for responding to the LM input.