paper-with-me

Papers

Deep Sampling Networks

2017-12-04 · Bolun Cai, Xiangmin Xu, Kailing Guo, Kui Jia, DaCheng Tao

Deep convolutional neural networks achieve excellent image up-sampling performance. However, CNN-based methods tend to restore high-resolution results highly depending on traditional interpolations (e.g. bicubic). In this paper, we present a deep sampling network (DSN) for down-sampling and up-sampling without any cheap interpolation. First, the down-sampling subnetwork is trained without supervision, thereby preserving more information and producing better visual effects in the low-resolution image. Second, the up-sampling subnetwork learns a sub-pixel residual with dense connections to accelerate convergence and improve performance. DSN's down-sampling subnetwork can be used to generate photo-realistic low-resolution images and replace traditional down-sampling method in image processing. With the powerful down-sampling process, the co-training DSN set a new state-of-the-art performance for image super-resolution. Moreover, DSN is compatible with existing image codecs to improve image compression.

📄 PDF Abstract BibTeX arXiv:1712.00926

Code (0)

등록된 구현이 없습니다.

Tasks

Image CompressionImage Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

AutoSampling: Search for Effective Data Sampling Schedules

2021-05-28 · Ming Sun, Haoxuan Dou, Baopu Li, Lei Cui 외

Data sampling acts as a pivotal role in training deep learning models. However, an effective sampling schedule is difficult to learn due to the inherently high dimension of parameters in learning the sampling schedule. I…

image-classificationImage Classification

The General sampling theorem, Compressed sensing and a method of image sampling and reconstruction with sampling rates close to the theoretical limit

2021-10-17 · L. Yaroslavsky

The article addresses the problem of image sampling with minimal possible sampling rates and reviews the recent advances in sampling theory and methods: modern formulations of the sampling theorems, potentials and limita…

compressed sensing

Sampling Algorithms, from Survey Sampling to Monte Carlo Methods: Tutorial and Literature Review

2020-11-02 · Benyamin Ghojogh, Hadi Nekoei, Aydin Ghojogh, Fakhri Karray 외

This paper is a tutorial and literature review on sampling algorithms. We have two main types of sampling in statistics. The first type is survey sampling which draws samples from a set or population. The second type is …

Survey Sampling

A comprehensive study of non-adaptive and residual-based adaptive sampling for physics-informed neural networks

2022-07-21 · Chenxi Wu, Min Zhu, Qinyang Tan, Yadhu Kartha 외

Physics-informed neural networks (PINNs) have shown to be an effective tool for solving forward and inverse problems of partial differential equations (PDEs). PINNs embed the PDEs into the loss of the neural network, and…

Matrix Completion with Cross-Concentrated Sampling: Bridging Uniform Sampling and CUR Sampling

2022-08-20 · HanQin Cai, Longxiu Huang, Pengyu Li, Deanna Needell

While uniform sampling has been widely studied in the matrix completion literature, CUR sampling approximates a low-rank matrix via row and column samples. Unfortunately, both sampling models lack flexibility for various…

Matrix Completion