Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.8 KiB

  1. What are Deepfakes
  2. ==================
  3. We all know that you can do silly face swaps with snap chat and other apps.
  4. Previously face swapping faces on videos was terrible because you simply
  5. sequentially swapped all the faces frame by frame. As a result, the quality was
  6. very poor and did not handle head movements well. A Reddit user by the name of
  7. Deepfake created a recurrent neural net which accurately face swaps videos.
  8. Deepfake(the user) initially gathered a following by swapping celebrity faces
  9. onto porn videos.
  10. Reddit has banned Deepfake and Pornhub has banned deepfakes from their
  11. platforms. Despite the attempts to remove fake deepfake videos, they are
  12. currently all over the internet.
  13. How Can You Make Deepfakes
  14. ==========================
  15. Deepfake created FakeApp which allows anybody to use his technology to make
  16. deepfake videos. The website [FakeApp](https://www.fakeapp.org/) contains both
  17. downloads and tutorials for anybody who is interested in using this technology.
  18. Recurrent neural nets are very computational heavy and will take you about a day
  19. of GPU power to generate a good deepfake.
  20. Moral Outrage
  21. =============
  22. There internet is currently in an uproar over this topic. In most cases is
  23. obvious which videos are deep faked, however, that can change in a few years –
  24. or even months. How do we prove that a video is credible if it could be faked
  25. convincingly? It is not unforeseeable that in the future someone will try to use
  26. this technology to blackmail a politician and smear their campaign.
  27. Where do you draw the line between satire and freedom of speech? Most people
  28. argue that we should ban the use of deepfakes on any video that does not have
  29. the consent of the two people being swapped. However, is it fair to apply that
  30. rule to memes involving Nicholas Cage?
  31. It is worth mentioning that there are very little laws that can be used
  32. regarding deepfaked content. If the content is seen as harassment, damaging, or
  33. violates copyright it is clearly illegal. But, besides that, there are very
  34. little laws regulating this new realm.
  35. Future Applications
  36. ===================
  37. This technology may seem creepy and offsetting – especially when you are only
  38. considering it for face swapping celebrities on porn. The applications of this
  39. technology are limitless. Consider the movie industry, recurrent neural net
  40. technology may be used to enhance CGI. 3D modeling in video games could also use
  41. this technology to create more realistic graphics.
  42. Conclusion
  43. ==========
  44. Don’t blame or ban the technology. There will always be people who misuse the
  45. technology, but, the benefits of such technologies outweigh the negative
  46. consequences.
  47. Deep recurrent neural nets are here to stay. I foresee that in the near future
  48. we will have a neural net which can generate audio which sounds like someone
  49. else.