paper-with-me

Papers

Shape Adaptor: A Learnable Resizing Module

2020-08-03 · ECCV 2020 8 · Shikun Liu, Zhe Lin, Yilin Wang, Jianming Zhang, Federico Perazzi, Edward Johns

We present a novel resizing module for neural networks: shape adaptor, a drop-in enhancement built on top of traditional resizing layers, such as pooling, bilinear sampling, and strided convolution. Whilst traditional resizing layers have fixed and deterministic reshaping factors, our module allows for a learnable reshaping factor. Our implementation enables shape adaptors to be trained end-to-end without any additional supervision, through which network architectures can be optimised for each individual task, in a fully automated way. We performed experiments across seven image classification datasets, and results show that by simply using a set of our shape adaptors instead of the original resizing layers, performance increases consistently over human-designed networks, across all datasets. Additionally, we show the effectiveness of shape adaptors on two other applications: network compression and transfer learning. The source code is available at: https://github.com/lorenmt/shape-adaptor.

📄 PDF Abstract BibTeX arXiv:2008.00892

Code (1)

lorenmt/shape-adaptor 공식 구현 pytorch

Tasks

AutoMLimage-classificationImage ClassificationNeural Architecture SearchTransfer Learning

Methods 이 논문이 사용한 방법론

Shape Adaptor Shape Adaptor is a novel resizing module for neural networks. It is a drop-in enhancement built on top of traditional resizing layers, such as pooling, bilinear sampling, and…

Similar Papers 제목 키워드 기반

Pooling Revisited: Your Receptive Field is Suboptimal

2022-05-30 · CVPR 2022 1 · Dong-Hwan Jang, Sanghyeok Chu, Joonhyuk Kim, Bohyung Han

The size and shape of the receptive field determine how the network aggregates local information and affect the overall performance of a model considerably. Many components in a neural network, such as kernel sizes and s…

image-classificationImage ClassificationSemantic Segmentation

Mamba-Adaptor: State Space Model Adaptor for Visual Recognition

2025-05-19 · CVPR 2025 1 · Fei Xie, Jiahao Nie, Yujin Tang, Wenkang Zhang 외

Recent State Space Models (SSM), especially Mamba, have demonstrated impressive performance in visual modeling and possess superior model efficiency. However, the application of Mamba to visual tasks suffers inferior per…

Inductive BiasMambaState Space ModelsTransfer Learning

RGPNet: A Real-Time General Purpose Semantic Segmentation

2019-12-03 · Elahe Arani, Shabbir Marzban, Andrei Pata, Bahram Zonooz

We propose a real-time general purpose semantic segmentation architecture, RGPNet, which achieves significant performance gain in complex environments. RGPNet consists of a light-weight asymmetric encoder-decoder and an …

DecoderSegmentationSemantic Segmentation

CorrAdaptor: Adaptive Local Context Learning for Correspondence Pruning

2024-08-15 · Wei Zhu, Yicheng Liu, Yuping He, Tangfei Liao 외

In the fields of computer vision and robotics, accurate pixel-level correspondences are essential for enabling advanced tasks such as structure-from-motion and simultaneous localization and mapping. Recent correspondence…

Graph LearningSimultaneous Localization and Mapping

StylePart: Image-based Shape Part Manipulation

2021-11-20 · I-Chao Shen, Li-Wen Su, Yu-Ting Wu, Bing-Yu Chen

Due to a lack of image-based "part controllers", shape manipulation of man-made shape images, such as resizing the backrest of a chair or replacing a cup handle is not intuitive. To tackle this problem, we present StyleP…

Attribute