Srishti 1806 painting in painting proposal#30
Open
Srishti-1806 wants to merge 4 commits intohumanai-foundation:masterfrom
Open
Srishti 1806 painting in painting proposal#30Srishti-1806 wants to merge 4 commits intohumanai-foundation:masterfrom
Srishti-1806 wants to merge 4 commits intohumanai-foundation:masterfrom
Conversation
This proposal enhances the original idea in several key ways: 1. Accessibility and Scalability Unlike traditional methods that require multispectral or X-ray data, this system works with standard RGB images, making it deployable in low-resource environments and scalable across large datasets. 2. Software-first Approach By shifting from hardware-dependent imaging to AI-driven reconstruction, the project reduces cost and increases usability. This allows broader adoption across institutions, researchers, and independent analysts. 3. End-to-End Automated Pipeline The proposed system integrates multiple stages—denoising, segmentation, inpainting, enhancement, and upscaling—into a single cohesive pipeline, reducing manual intervention. 4. Generative Reconstruction instead of Detection Rather than only identifying whether a hidden image exists, this approach attempts to reconstruct plausible underlying visuals, providing richer insights. 5. Deployment-ready Architecture The system is designed with FastAPI and Docker-based deployment, ensuring reproducibility, scalability, and ease of integration into real-world applications.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This proposal enhances the original idea in several key ways:
https://github.com/Srishti-1806/OS_1_PAINTING_IN_A_PAINTING
USP OF THE SOLUTION (replaced database dependency with Generative AI pipene integrated with ControlNet model (Canny Edge Detection) for refined image generation after segmentation ).
Instead of a static retrieval-based system that is limited by a fixed database, I am proposing a dynamic Generative Reconstruction Pipeline. This not only reduces server-side latency and storage overhead but also ensures the system can generalize to artworks that have never been digitally cataloged before.
Stable Diffusion XL (SDXL) or ControlNet Tile can be integrated to produce high resolution images as part of future developements in the proposed idea.
Key addons:
combined = cv2.bitwise_or(edges, seg_mask) -- in pipeline.py ensures that imprinting is done only where distortion exists or missing pixels exist).
Features:
Accessibility and Scalability
Unlike traditional methods that require multispectral or X-ray data, this system works with standard RGB images, making it deployable in low-resource environments and scalable across large datasets.
Software-first Approach
By shifting from hardware-dependent imaging to AI-driven reconstruction, the project reduces cost and increases usability. This allows broader adoption across institutions, researchers, and independent analysts.
End-to-End Automated Pipeline
The proposed system integrates multiple stages—denoising, segmentation, inpainting, enhancement, and upscaling—into a single cohesive pipeline, reducing manual intervention.
Generative Reconstruction instead of Detection
Rather than only identifying whether a hidden image exists, this approach attempts to reconstruct plausible underlying visuals, providing richer insights.
Deployment-ready Architecture
The system is designed with FastAPI and Docker-based deployment, ensuring reproducibility, scalability, and ease of integration into real-world applications.