$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

[국내논문] 다중 스케일 영상을 이용한 GAN 기반 영상 간 변환 기법
GAN-based Image-to-image Translation using Multi-scale Images 원문보기

Journal of the convergence on culture technology : JCCT = 문화기술의 융합, v.6 no.4, 2020년, pp.767 - 776  

정소영 (서울여자대학교 대학원 정보미디어학과) ,  정민교 (서울여자대학교 소프트웨어융합학과)

초록
AI-Helper 아이콘AI-Helper

GcGAN은 기하학적 일관성을 유지하며 영상 간 스타일을 변환하는 딥러닝 모델이다. 그러나 GcGAN은 회전이나 반전(flip) 등의 한정적인 기하 변환으로 영상의 형태를 보존하기 때문에 영상의 세밀한 형태 정보를 제대로 유지하지 못하는 단점을 가지고 있다. 그래서 본 연구에서는 이런 단점을 개선한 새로운 영상 간 변환 기법인 MSGcGAN(Multi-Scale GcGAN)을 제안한다. MSGcGAN은 GcGAN을 확장한 모델로서, 다중 스케일의 영상을 동시에 학습하여 스케일 불변 특징을 추출함으로써, 영상의 의미적 왜곡을 줄이고 세밀한 정보를 유지하는 방향으로 영상 간 스타일 변환을 수행한다. 실험 결과에 의하면 MSGcGAN은 GcGAN보다 정량적 정성적 측면에서 모두 우수하였고, 영상의 전체적인 형태 정보를 잘 유지하면서 스타일을 자연스럽게 변환함을 확인할 수 있었다.

Abstract AI-Helper 아이콘AI-Helper

GcGAN is a deep learning model to translate styles between images under geometric consistency constraint. However, GcGAN has a disadvantage that it does not properly maintain detailed content of an image, since it preserves the content of the image through limited geometric transformation such as ro...

주제어

표/그림 (8)

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 그러나 GcGAN은 생성된 영상을 새로운 학습데이터로 사용하기에는 영상의 세밀한 정보가 잘 유지되지 않고 다소 부자연스러운 변환을 하는 단점을 가지고 있다. 그래서 본 논문에서는 GcGAN의 이런 단점을 개선하는 새로운 영상 간 변환 모델인 MSGcGAN(Multi-Scale GcGAN)을 제안한다. MSGcGAN은 GcGAN을 확장한 모델로서 기존 GcGAN의 기하변환은 회전과 반전으로만 구성되어 있지만, MSGcGAN은 다중 스케일 영상도 포함되도록 기하변환 범위를 확장하였다.
  • 본 논문에서는 딥러닝 학습에 필요한 데이터를 생성하는 연구의 일환으로, 영상 간 스타일 변환 모델 중의 대표적 방법인 GcGAN의 단점을 개선한 새로운 방법(MSGcGAN)을 제안하였다. MSGcGAN은 회전과 반전 기능 외에도 다중 스케일 기능을 추가하여 스케일 불변 특징과 coarse-to-fine 특징을 모두 고려하여 학습을 진행한다.
  • FR-IQA는 정답으로 여겨지는 참조 영상과 결과 영상을 비교하여 영상에 가해진 왜곡이 어느 정도 되는지 평가하는 지표이고, NR-IQA는 참조 영상 없이 오로지 결과 영상만을 가지고 영상의 품질을 평가하는 지표이다. 본 연구에서는 두 가지 지표를 모두 사용하여 제안방법의 결과 영상의 품질을 측정 및 비교해 보았다. FR-IQA로는 PSNR(Peak Signal-to-Noise Ratio)과 SSIM(Structural Similarity)[14]을 사용하였고, NR-IQA로는 BRISQUE(Blind/Referenceless Image Spatial Quality Evaluator)[15]를 사용하였다.

가설 설정

  • 다중 스케일 영상을 동시에 학습시키는 딥러닝 네트워크의 베이스라인 모델로 GcGAN을 사용하여 얻을 수 있는 효과는 크게 두 가지이다. 첫째, 계산의 효율성이다. GcGAN은 기존 영상 간 변환 모델과 비교하여 계산량이 효율적이다.
본문요약 정보가 도움이 되었나요?

참고문헌 (15)

  1. Lee, Soowook. "Deep Structured Learning: Architectures and Applications." International Journal of Advanced Culture Technology. 2018. https://doi.org/10.17703//IJACT2018.6.4.262 

  2. Goodfellow, Ian, et al. "Generative adversarial nets." Advances in neural information processing systems. 2014. 

  3. Isola, Phillip, et al. "Image-to-image translation with conditional adversarial networks." Proceedings of the IEEE conference on computer vision and pattern recognition. 2017. https://doi.org/10.1109/cvpr.2017.632 

  4. Zhu, Jun-Yan, et al. "Unpaired image-to-image translation using cycle-consistent adversarial networks." Proceedings of the IEEE international conference on computer vision. 2017. https://doi.org/10.1109/iccv.2017.244 

  5. Liu, Ming-Yu, Thomas Breuel, and Jan Kautz. "Unsupervised image-to-image translation networks." Advances in neural information processing systems. 2017. 

  6. Huang, Xun, et al. "Multimodal unsupervised image-to-image translation." Proceedings of the European Conference on Computer Vision (ECCV). 2018. 

  7. Fu, Huan, et al. "Geometry-consistent generative adversarial networks for one-sided unsupervised domain mapping." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2019. https://doi.org/10.1109/cvpr.2019.00253 

  8. Mirza, Mehdi, and Simon Osindero. "Conditional generative adversarial nets." arXiv preprint arXiv:1411.1784 (2014). 

  9. Ulyanov, Dmitry, Andrea Vedaldi, and Victor Lempitsky. "Improved texture networks: Maximizing quality and diversity in feed-forward stylization and texture synthesis." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2017. https://doi.org/10.1109/cvpr.2017.437 

  10. Dumoulin, Vincent, Jonathon Shlens, and Manjunath Kudlur. "A learned representation for artistic style." arXiv preprint arXiv:1610.07629 (2016). 

  11. Deng, Jia, et al. "Imagenet: A large-scale hierarchical image database." 2009 IEEE conference on computer vision and pattern recognition. Ieee, 2009. https://doi.org/10.1109/cvprw.2009.5206848 

  12. Kim, Ju-eun. "An Analysis of the effect of Artificial Intelligence on Human Society." The Journal of the Convergence on Culture Technology 5.2 (2019): 177-182. 

  13. Wang, Zhou, and Alan C. Bovik. "Modern image quality assessment." Synthesis Lectures on Image, Video, and Multimedia Processing 2.1 (2006): 1-156. 

  14. Wang, Zhou, et al. "Image quality assessment: from error visibility to structural similarity." IEEE transactions on image processing 13.4 (2004): 600-612. https://doi.org/10.1109/tip.2003.819861 

  15. Mittal, Anish, Anush K. Moorthy, and Alan C. Bovik. "Blind/referenceless image spatial quality evaluator." 2011 conference record of the forty fifth asilomar conference on signals, systems and computers (ASILOMAR). IEEE, 2011. https://doi.org/10.1109/acssc.2011.6190099 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

오픈액세스 학술지에 출판된 논문

이 논문과 함께 이용한 콘텐츠

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로