Launch HN: Rubbrband (YC W23) – Deformity detection for AI-generated images
71–80 of 84 posts
Re: Launch HN: Rubbrband (YC W23) – Deformity detection for AI-generated images
#72Isn't this product kind of impossible? Like a compression program that compresses compressed files? If you have an algorithm for determining whether a generated image is good or bad couldn't the same logic be incorporated into the network so that it doesn't generate bad images?
We’re optimistic about using our own algorithms and models to evaluate another model. In theoretical computer science, it is easier to verify a correct solution than to generate a correct solution (P vs NP problem).
Re: Launch HN: Rubbrband (YC W23) – Deformity detection for AI-generated images
#73Earlier quoted context omitted.
why is showing your algorithm doesn't work funny?
That example actually wasn't meant to be related to the hands/deformity algorithm-- it was meant to talk about the prompt alignment. Regardless, it does make sense for us to change up that image to avoid confusion!
Re: Launch HN: Rubbrband (YC W23) – Deformity detection for AI-generated images
#74Earlier quoted context omitted.
Look more closely: the cup has two handles.
haha I thought this was a funny example to use. On second thought we'll replace it with something better!
Re: Launch HN: Rubbrband (YC W23) – Deformity detection for AI-generated images
#75Re: Launch HN: Rubbrband (YC W23) – Deformity detection for AI-generated images
#76Fundamentally it sounds like you built an ML model(s) and are trying to monetize it behind an API. How does that work medium-term? Are you expecting there won't be open source alternatives, is your value in hosting the model (and if so will you open source yours) or is there another angle. I've built ML models and looked into how to monetize them, and overall it seems like a tough play without the model being part of…
If the quality of the model is difficult to replicate (which seems to be a big "if" at the pace of NN image processing improvements), I guess there might be licensing or plugin sale opportunities there
Re: Launch HN: Rubbrband (YC W23) – Deformity detection for AI-generated images
#77Isn't this product kind of impossible? Like a compression program that compresses compressed files? If you have an algorithm for determining whether a generated image is good or bad couldn't the same logic be incorporated into the network so that it doesn't generate bad images?
We’re optimistic about using our own algorithms and models to evaluate another model. In theoretical computer science, it is easier to verify a correct solution than to generate a correct solution (P vs NP problem).
Problem: traveling salesman, solution: one particular path. I think verification that the solution is optimal in this case is exactly the same problem as finding the solution.
Re: Launch HN: Rubbrband (YC W23) – Deformity detection for AI-generated images
#78Isn't this product kind of impossible? Like a compression program that compresses compressed files? If you have an algorithm for determining whether a generated image is good or bad couldn't the same logic be incorporated into the network so that it doesn't generate bad images?
That's essentially how using a GAN works. E: or how it's supposed to work.