paper-with-me

Papers

TinySeg: Model Optimizing Framework for Image Segmentation on Tiny Embedded Systems

2024-05-03 · Byungchul Chae, Jiae Kim, Seonyeong Heo

Image segmentation is one of the major computer vision tasks, which is applicable in a variety of domains, such as autonomous navigation of an unmanned aerial vehicle. However, image segmentation cannot easily materialize on tiny embedded systems because image segmentation models generally have high peak memory usage due to their architectural characteristics. This work finds that image segmentation models unnecessarily require large memory space with an existing tiny machine learning framework. That is, the existing framework cannot effectively manage the memory space for the image segmentation models. This work proposes TinySeg, a new model optimizing framework that enables memory-efficient image segmentation for tiny embedded systems. TinySeg analyzes the lifetimes of tensors in the target model and identifies long-living tensors. Then, TinySeg optimizes the memory usage of the target model mainly with two methods: (i) tensor spilling into local or remote storage and (ii) fused fetching of spilled tensors. This work implements TinySeg on top of the existing tiny machine learning framework and demonstrates that TinySeg can reduce the peak memory usage of an image segmentation model by 39.3% for tiny embedded systems.

📄 PDF Abstract BibTeX arXiv:2405.01857

Code (1)

coslab-kr/tinyseg 공식 구현 tf

Tasks

Autonomous NavigationImage SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Objective-Dependent Uncertainty Driven Retinal Vessel Segmentation

2021-04-17 · Suraj Mishra, Danny Z. Chen, X. Sharon Hu

From diagnosing neovascular diseases to detecting white matter lesions, accurate tiny vessel segmentation in fundus images is critical. Promising results for accurate vessel segmentation have been known. However, their e…

DecoderRetinal Vessel SegmentationSegmentation

Interactive Segmentation and Visualization for Tiny Objects in Multi-megapixel Images

2022-04-21 · CVPR 2022 1 · Chengyuan Xu, Boning Dong, Noah Stier, Curtis McCully 외

We introduce an interactive image segmentation and visualization framework for identifying, inspecting, and editing tiny objects (just a few pixels wide) in large multi-megapixel high-dynamic-range (HDR) images. Detectin…

GPUImage SegmentationInteractive SegmentationSegmentation+1

NeRD: Neural Representation of Distribution for Medical Image Segmentation

2021-03-06 · Hang Zhang, Rongguang Wang, Jinwei Zhang, Chao Li 외

We introduce Neural Representation of Distribution (NeRD) technique, a module for convolutional neural networks (CNNs) that can estimate the feature distribution by optimizing an underlying function mapping image coordin…

Image SegmentationLesion SegmentationMedical Image SegmentationSegmentation+1

J3DAI: A tiny DNN-Based Edge AI Accelerator for 3D-Stacked CMOS Image Sensor

2025-06-18 · Benoit Tain, Raphael Millet, Romain Lemaire, Michal Szczepanski 외

This paper presents J3DAI, a tiny deep neural network-based hardware accelerator for a 3-layer 3D-stacked CMOS image sensor featuring an artificial intelligence (AI) chip integrating a Deep Neural Network (DNN)-based acc…

image-classificationImage ClassificationQuantization

Tiny-YOLOSAM: Fast Hybrid Image Segmentation

2025-12-20 · Kenneth Xu, Songhan Wu arxiv

The Segment Anything Model (SAM) enables promptable, high-quality segmentation but is often too computationally expensive for latency-critical settings. TinySAM is a lightweight, distilled SAM variant that preserves stro…

Scene SegmentationImage Segmentation