paper-with-me

홈 › Papers

Salienteye: Maximizing Engagement While Maintaining Artistic Style on Instagram Using Deep Neural Networks

2020-06-13 · Lili Wang, Ruibo Liu, Soroush Vosoughi

Instagram has become a great venue for amateur and professional photographers alike to showcase their work. It has, in other words, democratized photography. Generally, photographers take thousands of photos in a session, from which they pick a few to showcase their work on Instagram. Photographers trying to build a reputation on Instagram have to strike a balance between maximizing their followers' engagement with their photos, while also maintaining their artistic style. We used transfer learning to adapt Xception, which is a model for object recognition trained on the ImageNet dataset, to the task of engagement prediction and utilized Gram matrices generated from VGG19, another object recognition model trained on ImageNet, for the task of style similarity measurement on photos posted on Instagram. Our models can be trained on individual Instagram accounts to create personalized engagement prediction and style similarity models. Once trained on their accounts, users can have new photos sorted based on predicted engagement and style similarity to their previous work, thus enabling them to upload photos that not only have the potential to maximize engagement from their followers but also maintain their style of photography. We trained and validated our models on several Instagram accounts, showing it to be adept at both tasks, also outperforming several baseline models and human annotators.

📄 PDF Abstract BibTeX arXiv:2006.11403

Code (0)

등록된 구현이 없습니다.

Tasks

Object RecognitionTransfer Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Average Pooling 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

OmniArt: Multi-task Deep Learning for Artistic Data Analysis

2017-08-02 · Gjorgji Strezoski, Marcel Worring

Vast amounts of artistic data is scattered on-line from both museums and art applications. Collecting, processing and studying it with respect to all accompanying attributes is an expensive process. With a motivation to …

Art Period Estimation (544 Artists)Deep LearningMulti-Task LearningPeriod Estimation

Maximizing Cumulative User Engagement in Sequential Recommendation: An Online Optimization Perspective

2020-06-02 · Yifei Zhao, Yu-Hang Zhou, Mingdong Ou, Huan Xu 외

To maximize cumulative user engagement (e.g. cumulative clicks) in sequential recommendation, it is often needed to tradeoff two potentially conflicting objectives, that is, pursuing higher immediate user engagement (e.g…

Sequential Recommendation

Intelligent Artistic Typography: A Comprehensive Review of Artistic Text Design and Generation

2024-07-20 · Yuhang Bai, Zichuan Huang, Wenshuo Gao, Shuai Yang 외

Artistic text generation aims to amplify the aesthetic qualities of text while maintaining readability. It can make the text more attractive and better convey its expression, thus enjoying a wide range of application sce…

Text Generation

Contextual Budget Bandit for Food Rescue Volunteer Engagement

2025-09-13 · Ariana Tang, Naveen Raman, Fei Fang, Zheyuan Ryan Shi arxiv

Volunteer-based food rescue platforms tackle food waste by matching surplus food to communities in need. These platforms face the dual problem of maintaining volunteer engagement and maximizing the food rescued. Existing…

Multi-Armed Bandits

3DAvatarGAN: Bridging Domains for Personalized Editable Avatars

2023-01-06 · CVPR 2023 1 · Rameen Abdal, Hsin-Ying Lee, Peihao Zhu, Menglei Chai 외

Modern 3D-GANs synthesize geometry and texture by training on large-scale datasets with a consistent structure. Training such models on stylized, artistic data, with often unknown, highly variable geometry, and camera in…