For my major project in my undergrad, I worked on building a deep learning network to edit texts in images. I got the inspiration for this project after I came across the STEFANN paper published in CVPR 2020. In my project, I worked on improving the style transfer model of STEFANN for the generated characters by performing image disentanglement. The original method mentioned in the paper worked only when the textual characters had a solid color pattern. By performing image disentanglement, I separated the character structure and colour features and used the colour features encoding for the newly generated character to maintain the original texture.
The details of the project are available here