paper-with-me

홈 › Papers

HyenaPixel: Global Image Context with Convolutions

2024-02-29 · Julian Spravil, Sebastian Houben, Sven Behnke

In computer vision, a larger effective receptive field (ERF) is associated with better performance. While attention natively supports global context, its quadratic complexity limits its applicability to tasks that benefit from high-resolution input. In this work, we extend Hyena, a convolution-based attention replacement, from causal sequences to bidirectional data and two-dimensional image space. We scale Hyena's convolution kernels beyond the feature map size, up to 191$\times$191, to maximize ERF while maintaining sub-quadratic complexity in the number of pixels. We integrate our two-dimensional Hyena, HyenaPixel, and bidirectional Hyena into the MetaFormer framework. For image categorization, HyenaPixel and bidirectional Hyena achieve a competitive ImageNet-1k top-1 accuracy of 84.9% and 85.2%, respectively, with no additional training data, while outperforming other convolutional and large-kernel networks. Combining HyenaPixel with attention further improves accuracy. We attribute the success of bidirectional Hyena to learning the data-dependent geometric arrangement of pixels without a fixed neighborhood definition. Experimental results on downstream tasks suggest that HyenaPixel with large filters and a fixed neighborhood leads to better localization performance.

📄 PDF Abstract BibTeX arXiv:2402.19305

Code (1)

spravil/HyenaPixel 공식 구현 pytorch

Tasks

Image ClassificationObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

MetaFormer MetaFormer is a general architecture abstracted from Transformers by not specifying the token mixer.
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…

Similar Papers 제목 키워드 기반

DMC-Net: Lightweight Dynamic Multi-Scale and Multi-Resolution Convolution Network for Pancreas Segmentation in CT Images

2024-10-03 · Jin Yang, Daniel S. Marcus, Aristeidis Sotiras

Convolutional neural networks (CNNs) have shown great effectiveness in medical image segmentation. However, they may be limited in modeling large inter-subject variations in organ shapes and sizes and exploiting global l…

Image SegmentationMedical Image SegmentationPancreas SegmentationSemantic Segmentation

User Constrained Thumbnail Generation using Adaptive Convolutions

2018-10-31 · Perla Sai Raj Kishore, Ayan Kumar Bhunia, Shuvozit Ghose, Partha Pratim Roy

Thumbnails are widely used all over the world as a preview for digital images. In this work we propose a deep neural framework to generate thumbnails of any size and aspect ratio, even for unseen values during training, …

Region ProposalUser Constrained Thumbnail Generation

LGFCTR: Local and Global Feature Convolutional Transformer for Image Matching

2023-11-29 · Wenhao Zhong, Jie Jiang

Image matching that finding robust and accurate correspondences across images is a challenging task under extreme conditions. Capturing local and global features simultaneously is an important way to mitigate such an iss…

Decoderregression

Enabling Long FFT Convolutions on Memory-Constrained FPGAs via Chunking

2025-12-28 · Peter Wang, Neelesh Gupta, Viktor Prasanna arxiv

The need for long-context reasoning has led to alternative neural network architectures besides Transformers and self-attention, a popular model being Hyena, which employs causal 1D-convolutions implemented with FFTs. Lo…

InceptionMamba: An Efficient Hybrid Network with Large Band Convolution and Bottleneck Mamba

2025-06-10 · Yuhang Wang, Jun Li, Zhijian Wu, Jianhua Xu

Within the family of convolutional neural networks, InceptionNeXt has shown excellent competitiveness in image classification and a number of downstream tasks. Built on parallel one-dimensional strip convolutions, howeve…

Computational Efficiencyimage-classificationImage ClassificationMamba