paper-with-me

Papers

Finding Tiny Faces in the Wild With Generative Adversarial Network

2018-06-01 · CVPR 2018 6 · Yancheng Bai, Yongqiang Zhang, Mingli Ding, Bernard Ghanem

Face detection techniques have been developed for decades, and one of remaining open challenges is detecting small faces in unconstrained conditions. The reason is that tiny faces are often lacking detailed information and blurring. In this paper, we proposed an algorithm to directly generate a clear high-resolution face from a blurry small one by adopting a generative adversarial network (GAN). Toward this end, the basic GAN formulation achieves it by super-resolving and refining sequentially (e.g. SR-GAN and cycle-GAN). However, we design a novel network to address the problem of super-resolving and refining jointly. We also introduce new training losses to guide the generator network to recover fine details and to promote the discriminator network to distinguish real vs. fake and face vs. non-face simultaneously. Extensive experiments on the challenging dataset WIDER FACE demonstrate the effectiveness of our proposed method in restoring a clear high-resolution face from a blurry small one, and show that the detection performance outperforms other state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Face DetectionGenerative Adversarial Network

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Characteristics and prevalence of fake social media profiles with AI-generated faces

2024-01-05 · Kai-Cheng Yang, Danishjeet Singh, Filippo Menczer

Recent advancements in generative artificial intelligence (AI) have raised concerns about their potential to create convincing fake social media accounts, but empirical evidence is lacking. In this paper, we present a sy…

Unpaired Photo-to-Caricature Translation on Faces in the Wild

2017-11-29 · Ziqiang Zheng, Wang Chao, Zhibin Yu, Nan Wang 외

Recently, image-to-image translation has been made much progress owing to the success of conditional Generative Adversarial Networks (cGANs). And some unpaired methods based on cycle consistency loss such as DualGAN, Cyc…

CaricatureImage-to-Image TranslationPhoto-To-Caricature TranslationRepresentation Learning+1

AvatarMe: Realistically Renderable 3D Facial Reconstruction "in-the-wild"

2020-03-30 · CVPR 2020 6 · Alexandros Lattas, Stylianos Moschoglou, Baris Gecer, Stylianos Ploumpis 외

Over the last years, with the advent of Generative Adversarial Networks (GANs), many face analysis tasks have accomplished astounding performance, with applications including, but not limited to, face generation and 3D f…

3D Face Reconstruction4kFace GenerationFace Reconstruction

Evading Forensic Classifiers with Attribute-Conditioned Adversarial Faces

2023-06-22 · CVPR 2023 1 · Fahad Shamshad, Koushik Srivatsan, Karthik Nandakumar

The ability of generative models to produce highly realistic synthetic face images has raised security and ethical concerns. As a first line of defense against such fake faces, deep learning based forensic classifiers ha…

AttributeMeta-Learning

Detecting and counting tiny faces

2018-01-19 · Alexandre Attia, Sharone Dayan

Finding Tiny Faces (by Hu and Ramanan) proposes a novel approach to find small objects in an image. Our contribution consists in deeply understanding the choices of the paper together with applying and extending a simila…