paper-with-me

홈 › Papers

Learning to Rank Patches for Unbiased Image Redundancy Reduction

2024-03-31 · CVPR 2024 1 · Yang Luo, Zhineng Chen, Peng Zhou, Zuxuan Wu, Xieping Gao, Yu-Gang Jiang

Images suffer from heavy spatial redundancy because pixels in neighboring regions are spatially correlated. Existing approaches strive to overcome this limitation by reducing less meaningful image regions. However, current leading methods rely on supervisory signals. They may compel models to preserve content that aligns with labeled categories and discard content belonging to unlabeled categories. This categorical inductive bias makes these methods less effective in real-world scenarios. To address this issue, we propose a self-supervised framework for image redundancy reduction called Learning to Rank Patches (LTRP). We observe that image reconstruction of masked image modeling models is sensitive to the removal of visible patches when the masking ratio is high (e.g., 90\%). Building upon it, we implement LTRP via two steps: inferring the semantic density score of each patch by quantifying variation between reconstructions with and without this patch, and learning to rank the patches with the pseudo score. The entire process is self-supervised, thus getting out of the dilemma of categorical inductive bias. We design extensive experiments on different datasets and tasks. The results demonstrate that LTRP outperforms both supervised and other self-supervised methods due to the fair assessment of image content.

📄 PDF Abstract BibTeX arXiv:2404.00680

Code (1)

irslu/ltrp 공식 구현 pytorch

Tasks

Image ReconstructionInductive BiasLearning-To-Rank

Similar Papers 제목 키워드 기반

Patch redundancy in images: a statistical testing framework and some applications

2019-04-12 · De Bortoli Valentin, Desolneux Agnès, Galerne Bruno, Leclaire Arthur

In this work we introduce a statistical framework in order to analyze the spatial redundancy in natural images. This notion of spatial redundancy must be defined locally and thus we give some examples of functions (auto-…

Denoising

Investigating Channel Pruning through Structural Redundancy Reduction -- A Statistical Study

2019-05-16 · Chengcheng Li, Zi Wang, Dali Wang, Xiangyang Wang 외

Most existing channel pruning methods formulate the pruning task from a perspective of inefficiency reduction which iteratively rank and remove the least important filters, or find the set of filters that minimizes some …

Reducing Redundancy in Whole-Slide Image Patching for Scalable Indexing and Retrieval

2026-06-23 · Jialiang Geng, Ghazal Alabtah, Saghir Alfasly, Wataru Uegami 외 arxiv

The rapid growth of digital pathology has created an urgent need for efficient indexing and retrieval of whole slide images (WSIs). This need is intensified by emerging generative AI workflows, particularly retrieval-aug…

A Non-Local Low-Rank Framework for Ultrasound Speckle Reduction

2017-07-01 · CVPR 2017 7 · Lei Zhu, Chi-Wing Fu, Michael S. Brown, Pheng-Ann Heng

`Speckle' refers to the granular patterns that occur in ultrasound images due to wave interference. Speckle removal can greatly improve the visibility of the underlying structures in an ultrasound image and enhance subse…

IA-RED$^2$: Interpretability-Aware Redundancy Reduction for Vision Transformers

2021-06-23 · NeurIPS 2021 12 · Bowen Pan, Rameswar Panda, Yifan Jiang, Zhangyang Wang 외

The self-attention-based model, transformer, is recently becoming the leading backbone in the field of computer vision. In spite of the impressive success made by transformers in a variety of vision tasks, it still suffe…

Efficient ViTs