paper-with-me

홈 › Papers

Multi-scale Unified Network for Image Classification

2024-03-27 · Wenzhuo LIU, Fei Zhu, Cheng-Lin Liu

Convolutional Neural Networks (CNNs) have advanced significantly in visual representation learning and recognition. However, they face notable challenges in performance and computational efficiency when dealing with real-world, multi-scale image inputs. Conventional methods rescale all input images into a fixed size, wherein a larger fixed size favors performance but rescaling small size images to a larger size incurs digitization noise and increased computation cost. In this work, we carry out a comprehensive, layer-wise investigation of CNN models in response to scale variation, based on Centered Kernel Alignment (CKA) analysis. The observations reveal lower layers are more sensitive to input image scale variations than high-level layers. Inspired by this insight, we propose Multi-scale Unified Network (MUSN) consisting of multi-scale subnets, a unified network, and scale-invariant constraint. Our method divides the shallow layers into multi-scale subnets to enable feature extraction from multi-scale inputs, and the low-level features are unified in deep layers for extracting high-level semantic features. A scale-invariant constraint is posed to maintain feature consistency across different scales. Extensive experiments on ImageNet and other scale-diverse datasets, demonstrate that MSUN achieves significant improvements in both model performance and computational efficiency. Particularly, MSUN yields an accuracy increase up to 44.53% and diminishes FLOPs by 7.01-16.13% in multi-scale scenarios.

📄 PDF Abstract BibTeX arXiv:2403.18294

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationComputational Efficiencyimage-classificationImage ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

The Open Images Dataset V4: Unified image classification, object detection, and visual relationship detection at scale

2018-11-02 · Alina Kuznetsova, Hassan Rom, Neil Alldrin, Jasper Uijlings 외

We present Open Images V4, a dataset of 9.2M images with unified annotations for image classification, object detection and visual relationship detection. The images have a Creative Commons Attribution license that allow…

General Classificationimage-classificationImage ClassificationObject+4

MViTv2: Improved Multiscale Vision Transformers for Classification and Detection

2021-12-02 · CVPR 2022 1 · Yanghao Li, Chao-yuan Wu, Haoqi Fan, Karttikeya Mangalam 외

In this paper, we study Multiscale Vision Transformers (MViTv2) as a unified architecture for image and video classification, as well as object detection. We present an improved version of MViT that incorporates decompos…

Action ClassificationAction RecognitionImage ClassificationInstance Segmentation+4

Few-Shot Learning Meets Transformer: Unified Query-Support Transformers for Few-Shot Classification

2022-08-26 · Xixi Wang, Xiao Wang, Bo Jiang, Bin Luo

Few-shot classification which aims to recognize unseen classes using very limited samples has attracted more and more attention. Usually, it is formulated as a metric learning problem. The core issue of few-shot classifi…

DecoderFew-Shot LearningMetric Learning

MSA-DCNN: A Data-Efficient Multi-Scale Attention Deformable CNN for Medical Image Classification

2026-07-07 · Hamza Hussaini, Shahana Bano, Eyad Elyan, Carlos Francisco Moreno-García arxiv

Existing deep learning methods perform well in medical image classification but struggle with multi-scale morphology and limited annotations due to fixed sampling and data-hungry training. Existing approaches address the…

Medical Image Classification

ScaleNet: Scale Invariance Learning in Directed Graphs

2024-11-13 · Qin Jiang, Chengjia Wang, Michael Lones, Yingfang Yuan 외

Graph Neural Networks (GNNs) have advanced relational data analysis but lack invariance learning techniques common in image classification. In node classification with GNNs, it is actually the ego-graph of the center nod…

ClassificationGraph Learningimage-classificationImage Classification+1