marp | theme | paginate | backgroundColor | color | header | footer |
---|---|---|---|---|---|---|
false |
gaia |
true |
Clash of T-AI-TANS |
Lil James @ Saras AI Institute |
Advanced Image Retrieval System
Presented by:
Lil James @ Saras AI Institute
- Develop an advanced image retrieval system that enables users to search for images based on textual descriptions.
- Uses pre-trained models to understand and match the content of images with user-provided descriptions.
- Problem: Difficulty in indexing and searching images in class notes.
- Solution: Text-based search for students to easily find images related to specific topics.
- Problem: Challenges in identifying key features in vast satellite images.
- Solution: Search for events like landslides or tsunami survivors using descriptive text.
- Uses pre-trained models (e.g., Git-Large by Microsoft) to generate text descriptions for images.
- Utilizes a model like BERT to convert descriptions into vectors, allowing similarity search through cosine similarity.
- Stores embedding vectors to reduce computational load and hardware requirements for queries.