Proceedings Article10.1109/CVPR.2015.7299003
Fast and accurate image upscaling with super-resolution forests
Samuel Schulter,Christian Leistner,Horst Bischof +2 more
- 07 Jun 2015
- pp 3791-3799
TL;DR: This paper shows the close relation of previous work on single image super-resolution to locally linear regression and demonstrates how random forests nicely fit into this framework, and proposes to directly map from low to high-resolution patches using random forests.
read more
Abstract: The aim of single image super-resolution is to reconstruct a high-resolution image from a single low-resolution input. Although the task is ill-posed it can be seen as finding a non-linear mapping from a low to high-dimensional space. Recent methods that rely on both neighborhood embedding and sparse-coding have led to tremendous quality improvements. Yet, many of the previous approaches are hard to apply in practice because they are either too slow or demand tedious parameter tweaks. In this paper, we propose to directly map from low to high-resolution patches using random forests. We show the close relation of previous work on single image super-resolution to locally linear regression and demonstrate how random forests nicely fit into this framework. During training the trees, we optimize a novel and effective regularized objective that not only operates on the output space but also on the input space, which especially suits the regression task. During inference, our method comprises the same well-known computational efficiency that has made random forests popular for many computer vision problems. In the experimental part, we demonstrate on standard benchmarks for single image super-resolution that our approach yields highly accurate state-of-the-art results, while being fast in both training and evaluation.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
A heterogeneous group CNN for image super-resolution
TL;DR: A heterogeneous group SR CNN (HGSRCNN) via leveraging structure information of different types to obtain a high-quality image and a parallel upsampling mechanism is developed to train a blind SR model.
GRAN: Ghost Residual Attention Network for Single Image Super Resolution
TL;DR: Zhang et al. as discussed by the authors proposed a Ghost Residual Attention Network (GRAN) for efficient super-resolution, which consists of the Ghost Module and Channel and Spatial Attention Module (CSAM) to alleviate the generation of redundant features.
An Advanced Deep Residual Dense Network (DRDN) Approach for Image Super-Resolution
TL;DR: A novel deep residual dense network (DRDN) is proposed, which uses the residual-dense structure for local feature fusion, and finally carries out global residual fusion reconstruction.
Corner detection method for calibration targets in digital image correlation applications based on attention mechanism super-resolution
Haoyu Wang,Guihua Li,Weiqing Sun,Ziwei Wang,Mei Zhang +4 more
TL;DR: A super-resolution corner detection method based on attention mechanism is proposed to improve camera calibration accuracy in digital image correlation applications, achieving lower reprojection errors and enhanced geometric reconstruction accuracy.
Receptive Field Size Versus Model Depth for Single Image Super-Resolution
TL;DR: Findings from exhaustive investigations suggest that SISR is more sensitive to the changes of receptive field size than to the model depth variations, and that the modeldepth must be congruent with the receptive fieldsize to produce improved performance.
References
Random Forests
Leo Breiman
- 01 Oct 2001
TL;DR: Internal estimates monitor error, strength, and correlation and these are used to show the response to increasing the number of features used in the forest, and are also applicable to regression.
$rm K$ -SVD: An Algorithm for Designing Overcomplete Dictionaries for Sparse Representation
TL;DR: A novel algorithm for adapting dictionaries in order to achieve sparse signal representations, the K-SVD algorithm, an iterative method that alternates between sparse coding of the examples based on the current dictionary and a process of updating the dictionary atoms to better fit the data.
10K
Extremely randomized trees
TL;DR: A new tree-based ensemble method for supervised classification and regression problems that consists of randomizing strongly both attribute and cut-point choice while splitting a tree node and builds totally randomized trees whose structures are independent of the output values of the learning sample.
Contour Detection and Hierarchical Image Segmentation
TL;DR: This paper investigates two fundamental problems in computer vision: contour detection and image segmentation and presents state-of-the-art algorithms for both of these tasks.
Learning a Deep Convolutional Network for Image Super-Resolution
Chao Dong,Chen Change Loy,Kaiming He,Xiaoou Tang +3 more
- 06 Sep 2014
TL;DR: This work proposes a deep learning method for single image super-resolution (SR) that directly learns an end-to-end mapping between the low/high-resolution images and shows that traditional sparse-coding-based SR methods can also be viewed as a deep convolutional network.