Live data from Hacker News

Launch HN: Revery.AI (YC S21) Scalable deep learning-based virtual dressing room

news.ycombinator.com

1–10 of 66 posts

Launch HN: Revery.AI (YC S21) Scalable deep learning-based virtual dressing room

#1
Hi HN! We are Kedan, Jeff, and Min Jin and we are co-founders of Revery AI. We've built a virtual dressing room for online retailers that allows customers to visualize any combination of garments on any model.

The rise of online shopping has posed significant challenges for fashion retailers. The lack of ability to try on and visualize outfits has made shopping less interactive, contributing to low conversion rates and high return rates compared to brick-and-mortar shopping. Virtual dressing rooms can recreate the lost experience of trying on clothes in person. There are other companies working on a virtual dressing room. However, the reason why this is not taking off is scalability. Fashion ecommerce platforms have thousands, if not millions of SKUs. Current approaches generally require custom Photoshop work or expensive 3D models which are difficult to scale. In contrast, our solution leverages our machine learning research to automate the entire process, resulting in the first scalable virtual dressing room that can be easily integrated with any large e-commerce platform with millions of SKUs.

Rather than time-consuming 3d modeling, our system works with basic images. The goal, of course, is to produce accurate and realistic visualizations of outfits on people. A naive solution would be to simply copy-paste the garment onto the model. This presents two problems. 1) If the poses of the model/garment are mismatched, copy-paste does not work. 2) Even with ideal poses, copy-paste does not take into account garment-garment, garment-model interactions and also ignores lighting, shadows, etc. We use deep learning to overcome this problem. For problem 1) we use a series of image warpers to warp the garment onto an approximate body location in the appropriate pose. This differs from current approaches that typically use only a single warp which is extremely limited. For 2) we train an image generator that takes in relevant inputs (includes the model image, garment image, pose, etc) and produces a realistic image of the model wearing the garment. Our system produces significant improvements in size, fit, and drape compared to prior art, allowing us to create realistic images of any model wearing any combination of garments. If anyone is interested in additional details, we published an earlier version of our system here https://arxiv.org/abs/2003.10817. We also have another paper that will appear in the CVPR2021 conference soon.

This approach makes integration with retailers far easier because it requires only a single garment image on a uniform background per SKU. Upon receiving their catalog, our team processes them at a rate of 1 million images per week. We then work with the retailer to create a widget that can be easily injected into their website. The simplicity of this solution means that clients can have a virtual dressing room live in as quick as a few days. A live demo can be viewed here:https://revery.ai/demo.html.

We’ve successfully integrated with several fashion e-commerce retailers. Through working with our clients, we’ve shown that our dressing room improves the average engagement of users by 6x and, more importantly, the conversion rate by 6x. Additionally, we’ve seen increases in average order value (AOV) and decreases in return rates. Our solution also presents several use cases beyond the virtual dressing room. Because image generation is at the heart of our business, clients have also expressed interest in using our services to generate photoshoot images to forgo expensive studio photography.

Funnily enough, we have never envisioned ourselves doing a start-up in the fashion space as our backgrounds are all in computer science and research. We are all computer vision Ph.D. students at the University of Illinois at Urbana-Champaign and virtual try-on was initially just an academic pursuit. Kedan was researching fashion AI applications such as product recommendation while Min Jin was working on image generation and manipulation. Jeff was working on applied machine learning to practical problems like medicine and image search. We quickly realized that our individual expertise was compatible in tackling this difficult yet exciting problem. While image-based virtual try-on is an active research field in academia, no one has yet been able to productionize this technology. The transition from research to product is non-trivial - published research often operates on a largely simplified version of the problem. Generating realistic and accurate high-fidelity images of people and clothing is harder than it sounds. Inaccuracies are simply unacceptable for customers. People will not be happy if their miniskirt turns out to be a long skirt! It took us a year to get satisfactory results and at that point, we realized that this academic exercise can actually be a tool that real users want to use. That’s when we decided to launch Revery AI to bring a virtual dressing room shopping experience to all shoppers and retailers.

We would love to hear any feedback or answer any questions!

Re: Launch HN: Revery.AI (YC S21) Scalable deep learning-based virtual dressing room

#4
Could you train a model on the reverse and make a background less image out of a normal picture?

I'm think if you created an app where people can let friends or others try on cloths from their closet.

Also, Wondering about a shopify plug in?

Also, can you just take clothing images from amazon other merchants use an affiliate program to sell from a virtual try on app.

What's the smallest merchant you work with?

Re: Launch HN: Revery.AI (YC S21) Scalable deep learning-based virtual dressing room

#5
post #2

Do you think there's an opportunity in shoes too? Probably less variance, but I wonder if you can deliver still positive impacts.

Feet are incredibly diverse, so shoe sizing is not trivial.

This would require either multiple measurements of the feet or a 3D scan, to be able to get a good fit on a shoe.

Re: Launch HN: Revery.AI (YC S21) Scalable deep learning-based virtual dressing room

#6

Could you train a model on the reverse and make a background less image out of a normal picture? I'm think if you created an app where people can let friends or others try on cloths from their closet. Also, Wondering about a shopify plug in? Also, can you just take clothing images from amazon other merchants use an affiliate program to sell from a virtual try on app. What's the smallest merchant you work with?

Do you mean background matting that removes the background of an image? Perhaps something like this https://github.com/senguptaumd/Background-Matting

Yes! We definitely want to allow people to try on clothes from their closet. This will involve digitizing your own closet which is something we are working on to make it easy for everybody.

For shopify, we have plans on releasing that in the near future. We do have an app on IOS https://apps.apple.com/us/app/style-space/id1535818149 that pulls garments from different websites for you to visualize different looks.

Right now we are working with platforms with larger SKUs. We will support smaller merchants with our shopify plugin.

Re: Launch HN: Revery.AI (YC S21) Scalable deep learning-based virtual dressing room

#7
This looks great! The demo currently shows front poses only, can it also do other poses? Instead of a virtual fitting room, could you use this to generate product images with models? Would the pricing be different since you're delivering a set number of images (generated once) instead of a widget that generates different combinations?

Also, what's the smallest store you're willing to work with (min # of SKU)?

Re: Launch HN: Revery.AI (YC S21) Scalable deep learning-based virtual dressing room

#8
Based on your demo, I would suggest going this route "clients have also expressed interest in using our services to generate photoshoot images to forgo expensive studio photography."

You can make a ton of money doing that. I personally don't find a ton of value in this as a consumer. I want to see how the clothes look on me, not on a model.

I can see people wanting to throw together pretend outfits on a model, but I'm not sure how you monetize that.

Re: Launch HN: Revery.AI (YC S21) Scalable deep learning-based virtual dressing room

#9

This looks great! The demo currently shows front poses only, can it also do other poses? Instead of a virtual fitting room, could you use this to generate product images with models? Would the pricing be different since you're delivering a set number of images (generated once) instead of a widget that generates different combinations? Also, what's the smallest store you're willing to work with (min # of SKU)?

"product images with models" Some of our customer has requested this service and we are doing it for them. There is difference: we use a large deep learning model that has higher latency and we do more QA on these images.

The pricing will be obviously more expensive. We charge slightly cheaper than market rate with more realistic image quality.

"Also, what's the smallest store you're willing to work with (min # of SKU)?"

There's not strict line. a store with a few hundred SKUs would work well. It depends on how shoppers's shopping habits: we noticed for smaller shop, shoppers more often come looking for specific items than browsing. Our product is more valuable for shopper with exploratory mindset.

Post reply on HN