Adaptive Resolution Residual Networks -- Generalizing Across Resolutions Easily and Efficiently
L\'ea Demeule, Mahtab Sandhu, Glen Berseth

TL;DR
This paper introduces Adaptive Resolution Residual Networks (ARRNs), a novel architecture that efficiently processes signals at multiple resolutions, combining robustness and computational savings while maintaining ease of use.
Contribution
ARRNs integrate Laplacian residuals and Laplacian dropout to enable adaptive-resolution processing with simplicity and robustness, addressing limitations of existing fixed- and adaptive-resolution methods.
Findings
ARRNs outperform fixed-resolution models in diverse resolution scenarios.
ARRNs achieve reduced computational cost by omitting high-resolution residuals at inference.
Theoretical analysis confirms ARRNs' robustness and flexibility across resolutions.
Abstract
The majority of signal data captured in the real world uses numerous sensors with different resolutions. In practice, however, most deep learning architectures are fixed-resolution; they consider a single resolution at training time and inference time. This is convenient to implement but fails to fully take advantage of the diverse signal data that exists. In contrast, other deep learning architectures are adaptive-resolution; they directly allow various resolutions to be processed at training time and inference time. This benefits robustness and computational efficiency but introduces difficult design constraints that hinder mainstream use. In this work, we address the shortcomings of both fixed-resolution and adaptive-resolution methods by introducing Adaptive Resolution Residual Networks (ARRNs), which inherit the advantages of adaptive-resolution methods and the ease of use of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Medical Image Segmentation Techniques · Image and Signal Denoising Methods
