We lifted 4 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| saeed-anwar/DRLN | pwc_unofficial | 3 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| calc_psnr | Ran | saeed-anwar/DRLN/TestCode/code/utility.py code served (permissive licence) · get_code("0f13790730dde821") |
| default_conv | Ran | saeed-anwar/DRLN/TestCode/code/model/common.py code served (permissive licence) · get_code("8b0e794d4d8f9b13") |
| quantize | Ran | saeed-anwar/DRLN/TestCode/code/utility.py code served (permissive licence) · get_code("b1c1acd3c89a39f3") |
| make_optimizer | Not yet run | saeed-anwar/DRLN/TestCode/code/utility.py code served (permissive licence) · get_code("f3316005a99d1d08") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Super-Resolution convolutional neural networks have recently demonstrated high-quality restoration for single images. However, existing algorithms often require very deep architectures and long training times. Furthermore, current convolutional neural networks for super-resolution are unable to exploit features at multiple scales and weigh them equally, limiting their learning capability. In this exposition, we present a compact and accurate super-resolution algorithm namely, Densely Residual Laplacian Network (DRLN). The proposed network employs cascading residual on the residual structure to allow the flow of low-frequency information to focus on learning high and mid-level features. In addition, deep supervision is achieved via the densely concatenated residual blocks settings, which also helps in learning from high-level complex features. Moreover, we propose Laplacian attention to model the crucial features to learn the inter and intra-level dependencies between the feature maps. Furthermore, comprehensive quantitative and qualitative evaluations on low-resolution, noisy low-resolution, and real historical image benchmark datasets illustrate that our DRLN algorithm performs favorably against the state-of-the-art methods visually and accurately.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1906.12021")
get_code_for_paper("1906.12021")
have("1906.12021")
Connect an agent — have() is free.