paper-with-me

홈 › Papers

OneNet: A Channel-Wise 1D Convolutional U-Net

2024-11-14 · Sanghyun Byun, Kayvan Shah, Ayushi Gang, Christopher Apton, Jacob Song, Woo Seong Chung

Many state-of-the-art computer vision architectures leverage U-Net for its adaptability and efficient feature extraction. However, the multi-resolution convolutional design often leads to significant computational demands, limiting deployment on edge devices. We present a streamlined alternative: a 1D convolutional encoder that retains accuracy while enhancing its suitability for edge applications. Our novel encoder architecture achieves semantic segmentation through channel-wise 1D convolutions combined with pixel-unshuffle operations. By incorporating PixelShuffle, known for improving accuracy in super-resolution tasks while reducing computational load, OneNet captures spatial relationships without requiring 2D convolutions, reducing parameters by up to 47%. Additionally, we explore a fully 1D encoder-decoder that achieves a 71% reduction in size, albeit with some accuracy loss. We benchmark our approach against U-Net variants across diverse mask-generation tasks, demonstrating that it preserves accuracy effectively. Although focused on image segmentation, this architecture is adaptable to other convolutional applications. Code for the project is available at https://github.com/shbyun080/OneNet .

📄 PDF Abstract BibTeX arXiv:2411.09838

Code (1)

shbyun080/onenet 공식 구현 pytorch

Tasks

DecoderImage SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
U-Net 설명 없음
PixelShuffle PixelShuffle is an operation used in super-resolution models to implement efficient sub-pixel convolutions with a stride of $1/r$. Specifically it rearranges elements in a…

Similar Papers 제목 키워드 기반

VideoOneNet: Bidirectional Convolutional Recurrent OneNet with Trainable Data Steps for Video Processing

2020-01-01 · ICML 2020 1 · Zoltán Milacski, Barnabás Póczos, Andras Lorincz

Deep Neural Networks (DNNs) achieve the state-of-the-art results on a wide range of image processing tasks, however, the majority of such solutions are problem-specific, like most AI algorithms. The One Network to Solve …

ColorizationCompressive SensingDeblurringDenoising+2

OneNet: Enhancing Time Series Forecasting Models under Concept Drift by Online Ensembling

2023-09-22 · NeurIPS 2023 11 · Yi-Fan Zhang, Qingsong Wen, Xue Wang, Weiqi Chen 외

Online updating of time series forecasting models aims to address the concept drifting problem by efficiently updating forecasting models based on streaming data. Many algorithms are designed for online time series forec…

Time SeriesTime Series Forecasting

iHDR: Iterative HDR Imaging with Arbitrary Number of Exposures

2025-05-29 · Yu Yuan, Yiheng Chi, Xingguang Zhang, Stanley Chan

High dynamic range (HDR) imaging aims to obtain a high-quality HDR image by fusing information from multiple low dynamic range (LDR) images. Numerous learning-based HDR imaging methods have been proposed to achieve this …

OneNet: A Fine-Tuning Free Framework for Few-Shot Entity Linking via Large Language Model Prompting

2024-10-10 · Xukai Liu, Ye Liu, Kai Zhang, Kehang Wang 외

Entity Linking (EL) is the process of associating ambiguous textual mentions to specific entities in a knowledge base. Traditional EL methods heavily rely on large datasets to enhance their performance, a dependency that…

Entity LinkingFew-Shot LearningHallucinationLanguage Modeling+2

Simulating a Primary Visual Cortex at the Front of CNNs Improves Robustness to Image Perturbations

2020-12-01 · NeurIPS 2020 12 · Joel Dapello, Tiago Marques, Martin Schrimpf, Franziska Geiger 외

Current state-of-the-art object recognition models are largely based on convolutional neural network (CNN) architectures, which are loosely inspired by the primate visual system. However, these CNNs can be fooled by impe…

Object Recognition