paper-with-me

Papers

Cycle-IR: Deep Cyclic Image Retargeting

2019-05-09 · Weimin Tan, Bo Yan, Chumin Lin, Xuejing Niu

Supervised deep learning techniques have achieved great success in various fields due to getting rid of the limitation of handcrafted representations. However, most previous image retargeting algorithms still employ fixed design principles such as using gradient map or handcrafted features to compute saliency map, which inevitably restricts its generality. Deep learning techniques may help to address this issue, but the challenging problem is that we need to build a large-scale image retargeting dataset for the training of deep retargeting models. However, building such a dataset requires huge human efforts. In this paper, we propose a novel deep cyclic image retargeting approach, called Cycle-IR, to firstly implement image retargeting with a single deep model, without relying on any explicit user annotations. Our idea is built on the reverse mapping from the retargeted images to the given input images. If the retargeted image has serious distortion or excessive loss of important visual information, the reverse mapping is unlikely to restore the input image well. We constrain this forward-reverse consistency by introducing a cyclic perception coherence loss. In addition, we propose a simple yet effective image retargeting network (IRNet) to implement the image retargeting process. Our IRNet contains a spatial and channel attention layer, which is able to discriminate visually important regions of input images effectively, especially in cluttered images. Given arbitrary sizes of input images and desired aspect ratios, our Cycle-IR can produce visually pleasing target images directly. Extensive experiments on the standard RetargetMe dataset show the superiority of our Cycle-IR. In addition, our Cycle-IR outperforms the Multiop method and obtains the best result in the user study. Code is available at https://github.com/mintanwei/Cycle-IR.

📄 PDF Abstract BibTeX arXiv:1905.03556

Code (1)

mintanwei/Cycle-IR 공식 구현 tf

Tasks

Image Retargeting

Similar Papers 제목 키워드 기반

C-3PO: Cyclic-Three-Phase Optimization for Human-Robot Motion Retargeting based on Reinforcement Learning

2019-09-25 · Taewoo Kim, Joo-Haeng Lee

Motion retargeting between heterogeneous polymorphs with different sizes and kinematic configurations requires a comprehensive knowledge of (inverse) kinematics. Moreover, it is non-trivial to provide a kinematic indepen…

Deep Reinforcement Learningmotion retargetingreinforcement-learningReinforcement Learning+1

CycleGAN, a Master of Steganography

2017-12-08 · Casey Chu, Andrey Zhmoginov, Mark Sandler

CycleGAN (Zhu et al. 2017) is one recent successful approach to learn a transformation between two image distributions. In a series of experiments, we demonstrate an intriguing property of the model: CycleGAN learns to "…

Bayesian Cycle-Consistent Generative Adversarial Networks via Marginalizing Latent Sampling

2018-11-19 · Haoran You, Yu Cheng, Tianheng Cheng, ChunLiang Li 외

Recent techniques built on Generative Adversarial Networks (GANs), such as Cycle-Consistent GANs, are able to learn mappings among different domains built from unpaired datasets, through min-max optimization games betwee…

Image-to-Image TranslationSemantic SegmentationStyle Transfer

Recycle-GAN: Unsupervised Video Retargeting

2018-08-15 · ECCV 2018 9 · Aayush Bansal, Shugao Ma, Deva Ramanan, Yaser Sheikh

We introduce a data-driven approach for unsupervised video retargeting that translates content from one domain to another while preserving the style native to a domain, i.e., if contents of John Oliver's speech were to b…

Face to Face TranslationTranslationVideo Generation

Cycles in Causal Learning

2020-07-24 · Katie Everett, Ian Fischer

In the causal learning setting, we wish to learn cause-and-effect relationships between variables such that we can correctly infer the effect of an intervention. While the difference between a cyclic structure and an acy…