paper-with-me

홈 › Papers

Partial Channel Network: Compute Fewer, Perform Better

2025-02-03 · Haiduo Huang, Tian Xia, Wenzhe Zhao, Pengju Ren

Designing a module or mechanism that enables a network to maintain low parameters and FLOPs without sacrificing accuracy and throughput remains a challenge. To address this challenge and exploit the redundancy within feature map channels, we propose a new solution: partial channel mechanism (PCM). Specifically, through the split operation, the feature map channels are divided into different parts, with each part corresponding to different operations, such as convolution, attention, pooling, and identity mapping. Based on this assumption, we introduce a novel partial attention convolution (PATConv) that can efficiently combine convolution with visual attention. Our exploration indicates that the PATConv can completely replace both the regular convolution and the regular visual attention while reducing model parameters and FLOPs. Moreover, PATConv can derive three new types of blocks: Partial Channel-Attention block (PAT_ch), Partial Spatial-Attention block (PAT_sp), and Partial Self-Attention block (PAT_sf). In addition, we propose a novel dynamic partial convolution (DPConv) that can adaptively learn the proportion of split channels in different layers to achieve better trade-offs. Building on PATConv and DPConv, we propose a new hybrid network family, named PartialNet, which achieves superior top-1 accuracy and inference speed compared to some SOTA models on ImageNet-1K classification and excels in both detection and segmentation on the COCO dataset. Our code is available at https://github.com/haiduo/PartialNet.

📄 PDF Abstract BibTeX arXiv:2502.01303

Code (1)

haiduo/PartialNet 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

ImPartial: Multi-channel Whole-Cell Segmentation using Partial Annotations

2026-05-22 · Gunjan Shrivastava, Saad Nadeem arxiv

Accurate cell segmentation in pathology images typically requires dense pixel-wise annotations, which are costly and time-consuming to obtain. This challenge is especially important for emerging biological imaging modali…

Cell Segmentation

Towards Better Multi-head Attention via Channel-wise Sample Permutation

2024-10-14 · Shen Yuan, Hongteng Xu

Transformer plays a central role in many fundamental deep learning models, e.g., the ViT in computer vision and the BERT and GPT in natural language processing, whose effectiveness is mainly attributed to its multi-head …

image-classificationImage Classification

SCNet: A Neural Network for Automated Side-Channel Attack

2020-08-02 · Guanlin Li, Chang Liu, Han Yu, Yanhong Fan 외

The side-channel attack is an attack method based on the information gained about implementations of computer systems, rather than weaknesses in algorithms. Information about system characteristics such as power consumpt…

Lean Unet: A Compact Model for Image Segmentation

2025-12-03 · Ture Hassler, Ida Åkerholm, Marcus Nordström, Gabriele Balletti 외 arxiv

Unet and its variations have been standard in semantic image segmentation, especially for computer assisted radiology. Current Unet architectures iteratively downsample spatial resolution while increasing channel dimensi…

Image Segmentation

Tied Block Convolution: Leaner and Better CNNs with Shared Thinner Filters

2020-09-25 · Xudong Wang, Stella X. Yu

Convolution is the main building block of convolutional neural networks (CNN). We observe that an optimized CNN often has highly correlated filters as the number of channels increases with depth, reducing the expressive …

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation