中文
相关论文

相关论文: SS-CPGAN: Self-Supervised Cut-and-Pasting Generati…

200 篇论文

Generative Adversarial Networks (GANs) are an unsupervised generative model that learns data distribution through adversarial training. However, recent experiments indicated that GANs are difficult to train due to the requirement of…

计算机视觉与模式识别 · 计算机科学 2022-10-11 Wenliang Qian , Yang Xu , Wangmeng Zuo , Hui Li

Instance segmentation is a fundamental skill for many robotic applications. We propose a self-supervised method that uses grasp interactions to collect segmentation supervision for an instance segmentation model. When a robot grasps an…

计算机视觉与模式识别 · 计算机科学 2023-05-11 YuXuan Liu , Xi Chen , Pieter Abbeel

In design of instance segmentation networks that reconstruct masks, segmentation is often taken as its literal definition -- assigning each pixel a label. This has led to thinking the problem as a template matching one with the goal of…

计算机视觉与模式识别 · 计算机科学 2021-12-07 Quang H. Le , Kamal Youcef-Toumi , Dzmitry Tsetserukou , Ali Jahanian

Unsupervised image translation, which aims in translating two independent sets of images, is challenging in discovering the correct correspondences without paired data. Existing works build upon Generative Adversarial Network (GAN) such…

计算机视觉与模式识别 · 计算机科学 2018-02-20 Shuang Ma , Jianlong Fu , Chang Wen Chen , Tao Mei

We aim at constructing a high performance model for defect detection that detects unknown anomalous patterns of an image without anomalous data. To this end, we propose a two-stage framework for building anomaly detectors using normal…

计算机视觉与模式识别 · 计算机科学 2021-04-12 Chun-Liang Li , Kihyuk Sohn , Jinsung Yoon , Tomas Pfister

Many CT slice images are stored with large slice intervals to reduce storage size in clinical practice. This leads to low resolution perpendicular to the slice images (i.e., z-axis), which is insufficient for 3D visualization or image…

图像与视频处理 · 电气工程与系统科学 2019-09-04 Akira Kudo , Yoshiro Kitamura , Yuanzhong Li , Satoshi Iizuka , Edgar Simo-Serra

Visual surface inspection is a challenging task owing to the highly diverse appearance of target surfaces and defective regions. Previous attempts heavily rely on vast quantities of training examples with manual annotation. However, in some…

计算机视觉与模式识别 · 计算机科学 2021-06-15 Lingyun Gu , Lin Zhang , Zhaokui Wang

In this paper, we propose Orthogonal Generative Adversarial Networks (O-GANs). We decompose the network of discriminator orthogonally and add an extra loss into the objective of common GANs, which can enforce discriminator become an…

计算机视觉与模式识别 · 计算机科学 2019-03-06 Jianlin Su

Person re-identification (person Re-Id) aims to retrieve the pedestrian images of a same person that captured by disjoint and non-overlapping cameras. Lots of researchers recently focuse on this hot issue and propose deep learning based…

计算机视觉与模式识别 · 计算机科学 2019-06-06 Chengyuan Zhang , Lei Zhu , Shichao Zhang

We study the hard problem of 3D object segmentation in complex point clouds without requiring human labels of 3D scenes for supervision. By relying on the similarity of pretrained 2D features or external signals such as motion to group 3D…

计算机视觉与模式识别 · 计算机科学 2025-04-17 Zihui Zhang , Yafei Yang , Hongtao Wen , Bo Yang

We present a learned image compression system based on GANs, operating at extremely low bitrates. Our proposed framework combines an encoder, decoder/generator and a multi-scale discriminator, which we train jointly for a generative learned…

计算机视觉与模式识别 · 计算机科学 2019-08-20 Eirikur Agustsson , Michael Tschannen , Fabian Mentzer , Radu Timofte , Luc Van Gool

Generating and manipulating human facial images using high-level attributal controls are important and interesting problems. The models proposed in previous work can solve one of these two problems (generation or manipulation), but not both…

计算机视觉与模式识别 · 计算机科学 2017-04-10 Weidong Yin , Yanwei Fu , Leonid Sigal , Xiangyang Xue

Generating images via the generative adversarial network (GAN) has attracted much attention recently. However, most of the existing GAN-based methods can only produce low-resolution images of limited quality. Directly generating…

计算机视觉与模式识别 · 计算机科学 2019-04-01 Yong Guo , Qi Chen , Jian Chen , Qingyao Wu , Qinfeng Shi , Mingkui Tan

With the development of deep learning, supervised learning has frequently been adopted to classify remotely sensed images using convolutional networks (CNNs). However, due to the limited amount of labeled data available, supervised learning…

计算机视觉与模式识别 · 计算机科学 2017-11-22 Daoyu Lin , Kun Fu , Yang Wang , Guangluan Xu , Xian Sun

In the past few years, Generative Adversarial Network (GAN) became a prevalent research topic. By defining two convolutional neural networks (G-Network and D-Network) and introducing an adversarial procedure between them during the training…

计算机视觉与模式识别 · 计算机科学 2017-04-27 Hengyue Pan , Hui Jiang

We introduce PathGAN, a deep neural network for visual scanpath prediction trained on adversarial examples. A visual scanpath is defined as the sequence of fixation points over an image defined by a human observer with its gaze. PathGAN is…

计算机视觉与模式识别 · 计算机科学 2018-09-05 Marc Assens , Xavier Giro-i-Nieto , Kevin McGuinness , Noel E. O'Connor

The success of state-of-the-art deep neural networks heavily relies on the presence of large-scale labelled datasets, which are extremely expensive and time-consuming to annotate. This paper focuses on tackling semi-supervised part…

计算机视觉与模式识别 · 计算机科学 2022-11-08 Yu Yang , Xiaotian Cheng , Hakan Bilen , Xiangyang Ji

The success of deep learning is partly attributed to the availability of massive data downloaded freely from the Internet. However, it also means that users' private data may be collected by commercial organizations without consent and used…

计算机视觉与模式识别 · 计算机科学 2022-12-06 Qi Tian , Kun Kuang , Kelu Jiang , Furui Liu , Zhihua Wang , Fei Wu

This work introduces Semantically Masked Vector Quantized Generative Adversarial Network (SQ-GAN), a novel approach integrating semantically driven image coding and vector quantization to optimize image compression for…

计算机视觉与模式识别 · 计算机科学 2025-10-13 Francesco Pezone , Sergio Barbarossa , Giuseppe Caire

We propose a new approach for high resolution semantic image synthesis. It consists of one base image generator and multiple class-specific generators. The base generator generates high quality images based on a segmentation map. To further…

计算机视觉与模式识别 · 计算机科学 2021-10-11 Yuheng Li , Yijun Li , Jingwan Lu , Eli Shechtman , Yong Jae Lee , Krishna Kumar Singh