Skip to main content

Trends on September 2022

· 2 min read
SeulGi Hong

AI-related things that I got on this month.

As I was wrapping up a national project, I conducted some trend research. Although there are probably better free and paid websites for this, I referred to the following site. It provides recent Arxiv papers, popular tweets, and Reddit posts based on Twitter.

Deep Learning Monitor - Find new Arxiv papers, tweets and Reddit posts for you

1. MLOps

https://arxiv.org/pdf/2209.09125v1.pdf

Recently, there have been many stages involved in development and deployment. So the author conducted interviews with several individuals to write a paper on various aspects ranging from data collection to model versioning and utilization. They interviewed 18 engineers from both large and small companies in various fields such as autonomous driving and finance. As of the current time, this paper is ranked first in popularity based on the past month.

2. transfer-based methods + StyleGAN

https://arxiv.org/pdf/2209.11224v1.pdf

This paper combines image transfer-based methods and Style GAN to take both advantages.

  • StyleGAN extracts style codes to create transformed images, but it has limitations due to fixed-crop.
  • On the other hand, image-to-image translation learns source-to-target mappings in a paired manner. Due to the paired supervision, it is difficult to achieve the same level of freedom in transformation as StyleGAN.

3. neural marker

This paper also focuses on video editing, similar to the second paper. It seems promising for advertising purposes.

https://arxiv.org/pdf/2209.08896v1.pdf

image