분류 전체보기(32)
-
[Paper Review] The Unreasonable Effectiveness of Deep Features as a Perceptual Metric
Title: The Unreasonable Effectiveness of Deep Features as a Perceptual Metric Authors: Richard Zhang(1), Phillip Isola(1,2), Alexei A. Efros(1), Eli Shechtman(3), Oliver Wang(3) Affiliation: UC Berkeley(1), OpenAI(2), Adobe Research(3) Official Code: Link Summary PROBLEM STATEMENT: Evaluate how well metrics correspond with human perceptual judgments. Collect a large-scale perceptual similarity d..
2020.08.13 -
[Paper Review]Skip-GANomaly
Skip-GANomaly: Skip Connected and Adversarially Trained Encoder-Decoder Anomaly Detection, 2019. Authors: Samet Akçay, Amir Atapour-Abarghouei, Toby P. Breckon Conference: 2019 International Joint Conference on Neural Networks (IJCNN) Github: Link Summary: an U-net like encoder-decoder convolutional neural network with skip-connections and utilized adversarial training scheme the role of skip co..
2020.08.12 -
[Paper Review] GANomaly: Semi-Supervised Anomaly Detection via Adversarial Training
GANomaly Semi-supervised anomaly detection via adversarial training (2018) Authors: Samet Akcay, Amir Atapour-Abarghouei , and Toby P. Breckon Conference: Asian Conference on Computer Vision (622--637) Organization: Springer Summary: Semi-supervised anomaly detection Architecture: Conditional GAN an adverasarial autoencoder within an Encoder-Decoder-Encoder pipeline Anomalies are detected when t..
2020.08.10 -
[Paper Review] f-AnoGAN: Fast unsupervised anomaly detection with generative adversarial networks
f-AnoGAN Authors : Thomas Schleg,Philipp Seeböck, Sebastian M.Waldstein, Georg Langs,Ursula Schmidt-Erfurth Journal : Medical Image Analysis (Impact Factor: 11.148 in 2020) Summary : 기존 AnoGAN가 inference할 때 iterative optimization 의 느린 속도를 개선하고자 encoder 기반의 구조를 제안하였다. 또한, 다양한 encoder 학습 방법을 제안하였다. Architecture : Wasserstein GAN + Encoder Encoder based Anomaly Detection Encoder enables A fast lear..
2020.08.09 -
[Paper review] StyleGAN2
Analyzing and Improving the Image Quality of StyleGAN Introduction 제목: Analyzing and Improving the Image Quality of StyleGAN 저자: Tero Karras, Samuli Laine, Miika Aittala, Janne Hellsten, Jaakko Lehtinen, Timo Aila 기관: NVIDIA 요약: StyleGAN의 문제를 분석하고, 모델의 구조와 학습 방법을 개선 Generator의 구조 개선 Redesign generator normalization: "Droplet artifacts" 문제 해결 Revisit progressive growing: "phase" artifacts, Shift-..
2020.07.28 -
[Paper Review] StyleGAN
StyleGAN: A Style-Based Generator Architecture for GANs We propose an alternative generator architecture for generative adversarial networks, borrowing from style transfer literature. The new architecture leads to an automatically learned, unsupervised separation of high-level attributes (e.g., pose and identity when trained on human faces) and stochastic variation in the generated images (e.g.,..
2020.07.27