Generating six-pack abs with Tensorflow
blog.floydhub.com
Generating six-pack abs with Tensorflow
1–10 of 11 posts
Re: Generating six-pack abs with Tensorflow
#2Do you think that the L1 regularization used in pix2pix - which is intended to preserve low-frequency spacial patterns in the image pairs - will ultimately end up limiting how well cGANs can learn the body transformation image translation task?
Re: Generating six-pack abs with Tensorflow
#3Re: Generating six-pack abs with Tensorflow
#4Often times a body transformation from one image to another results in a redefinition of the relative position and length of edges in a photo (as a person gets leaner). Do you think that the L1 regularization used in pix2pix - which is intended to preserve low-frequency spacial patterns in the image pairs - will ultimately end up limiting how well cGANs can learn the body transformation image translation task?
Re: Generating six-pack abs with Tensorflow
#5Is it ethical to sell something that is dependent upon data that people might consider sensitive? Even if they willingly lent their photos to fitness organizations, it's unlikely that they would have predicted that AI would make use of their personal data in the ways it does today.
Re: Generating six-pack abs with Tensorflow
#6I noticed the skin and short color is different in the sample outputs. What techniques can be used to "teach" the network to preserve those features?
Data augmentation by slightly scaling pixel intensity uniformly across all color channels would be my first idea as to how to counteract this. After that, I would consider regularization by adding a penalty to the cost function that punishes larger differences in average pixel intensity.
Re: Generating six-pack abs with Tensorflow
#7Suppose that data in quantities orders of magnitude greater than that used in this project was scraped from the internet and used to train a model that powers a commercial product. Is it ethical to sell something that is dependent upon data that people might consider sensitive? Even if they willingly lent their photos to fitness organizations, it's unlikely that they would have predicted that AI would make use of the…
That said, having considered what you've pointed out about people's expectations when having their data taken not accounting for things like deep learning, I would be hesitant adopting the same attitude if I were working on a product or paid service. Right now I can't lay down a bottom line as to whether I think what you described is ethical, but I do think that the general public should be more informed when it comes to how their data, even old data, could be potentially used.
Re: Generating six-pack abs with Tensorflow
#8Re: Generating six-pack abs with Tensorflow
#9I have some questions: Have you planned some possible data pipeline to improve the data generation? What about concept validation? I mean, this is really cool and could really improved the users experience in a gym or fitness center.
Re: Generating six-pack abs with Tensorflow
#10Hey Ray, great article! Really loved your approach, i've never imaged a similar application! I think that this type of service can really be useful to a lot of people to maintain the right motivation for achieving their fitness goals, that usually are in the medium-long term. I have some questions: Have you planned some possible data pipeline to improve the data generation? What about concept validation? I mean, this…
For this to work, the generated images would need to be already realistic enough. I think one way to "fake it until you make it" would be to interpolate between someone's picture and a fitness model, in the method introduced by the paper "Generative Visual Manipulation on the Natural Image Manifold"