Related Experiment Video
Updated: Jan 9, 2026

04:48
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
Published on: July 5, 2024
725
A Refreshed Similarity-Based Upsampler for Direct High-Ratio Feature Upsampling
IEEE Transactions on Neural Networks and Learning Systems
|December 4, 2025
Summary
Researchers refreshed a similarity-based feature upsampling pipeline, improving feature alignment and similarity calculation. The new ReSFU framework enhances performance across diverse dense prediction tasks with high-ratio upsampling.
Area of Science:
- Computer Vision
- Deep Learning
- Image Processing
Background:
- Feature upsampling is crucial for dense prediction tasks in deep learning.
- Existing similarity-based upsampling methods have limitations in feature alignment, similarity computation flexibility, and neighbor selection, restricting their applicability.
- These limitations hinder direct high-ratio upsampling and broad integration into various network architectures.
Purpose of the Study:
- To address the limitations of current similarity-based feature upsampling pipelines.
- To develop a refreshed and more flexible feature upsampling framework.
- To enable effective direct high-ratio upsampling applicable to a wider range of network structures.
Main Methods:
- Proposed an explicitly controllable query-key feature alignment mechanism (semantic-aware and detail-aware).
- Introduced a parameterized paired central difference convolution for flexible similarity calculation.
- Developed a fine-grained neighbor selection strategy on high-resolution features to mitigate artifacts.
Main Results:
- Constructed a refreshed similarity-based feature upsampling framework named ReSFU.
- Demonstrated consistent satisfactory performance of ReSFU across 13 network backbones and six dense prediction tasks (semantic segmentation, medical image segmentation, instance segmentation, panoptic segmentation, object detection, monocular depth estimation).
- Showcased superior generality and ease of deployment compared to existing upsampling methods in direct high-ratio upsampling scenarios.
Conclusions:
- The proposed ReSFU framework effectively overcomes the limitations of previous similarity-based upsampling methods.
- ReSFU offers a versatile and robust solution for feature upsampling, enhancing performance across various computer vision tasks.
- The framework's design facilitates broader applicability and simpler integration into diverse deep learning architectures.
Related Concept Videos
Upsampling
569
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
569
Downsampling
576
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
576
Aliasing
526
Accurate signal sampling and reconstruction are crucial in various signal-processing applications. A time-domain signal's spectrum can be revealed using its Fourier transform. When this signal is sampled at a specific frequency, it results in multiple scaled replicas of the original spectrum in the frequency domain. The spacing of these replicas is determined by the sampling frequency.
If the sampling frequency is below the Nyquist rate, these replicas overlap, preventing the original...
If the sampling frequency is below the Nyquist rate, these replicas overlap, preventing the original...
526
Reconstruction of Signal using Interpolation
666
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...
666
Sampling Theorem
1.2K
In signal processing, the analysis of continuous-time signals, denoted as x(t), often involves sampling techniques to convert these signals into discrete-time signals. This process is essential for digital representation and manipulation. A critical component in sampling is the train of impulses, characterized by the sampling interval and the sampling frequency. The relationship between these parameters and the original signal's properties dictates the success of the sampling process.
1.2K
Linear Approximation in Frequency Domain
332
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
332
