paper-with-me

홈 › Papers

Context-Integrated and Feature-Refined Network for Lightweight Object Parsing

2019-07-26 · Bin Jiang, Wenxuan Tu, Chao Yang, Junsong Yuan

Semantic segmentation for lightweight object parsing is a very challenging task, because both accuracy and efficiency (e.g., execution speed, memory footprint or computational complexity) should all be taken into account. However, most previous works pay too much attention to one-sided perspective, either accuracy or speed, and ignore others, which poses a great limitation to actual demands of intelligent devices. To tackle this dilemma, we propose a novel lightweight architecture named Context-Integrated and Feature-Refined Network (CIFReNet). The core components of CIFReNet are the Long-skip Refinement Module (LRM) and the Multi-scale Context Integration Module (MCIM). The LRM is designed to ease the propagation of spatial information between low-level and high-level stages. Furthermore, channel attention mechanism is introduced into the process of long-skip learning to boost the quality of low-level feature refinement. Meanwhile, the MCIM consists of three cascaded Dense Semantic Pyramid (DSP) blocks with image-level features, which is presented to encode multiple context information and enlarge the field of view. Specifically, the proposed DSP block exploits a dense feature sampling strategy to enhance the information representations without significantly increasing the computation cost. Comprehensive experiments are conducted on three benchmark datasets for object parsing including Cityscapes, CamVid, and Helen. As indicated, the proposed method reaches a better trade-off between accuracy and efficiency compared with the other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1907.11474

Code (0)

등록된 구현이 없습니다.

Tasks

Scene ParsingSemantic Segmentation

Similar Papers 제목 키워드 기반

OPCap:Object-aware Prompting Captioning

2024-11-27 · Feiyang Huang

In the field of image captioning, the phenomenon where missing or nonexistent objects are used to explain an image is referred to as object bias (or hallucination). To mitigate this issue, we propose a target-aware promp…

AttributeDecoderHallucinationImage Captioning+1

When Slots Compete: Slot Merging in Object-Centric Learning

2026-03-11 · Christos Chatzisavvas, Panagiotis Rigas, George Ioannakis, Vassilis Katsouros 외 arxiv

Slot-based object-centric learning represents an image as a set of latent slots with a decoder that combines them into an image or features. The decoder specifies how slots are combined into an output, but the slot set i…

LR-FPN: Enhancing Remote Sensing Object Detection with Location Refined Feature Pyramid Network

2024-04-02 · Hanqian Li, Ruinan Zhang, Ye Pan, Junchi Ren 외

Remote sensing target detection aims to identify and locate critical targets within remote sensing images, finding extensive applications in agriculture and urban planning. Feature pyramid networks (FPNs) are commonly us…

Objectobject-detectionObject Detection

BiSe-Unet: A Lightweight Dual-path U-Net with Attention-refined Context for Real-time Medical Image Segmentation

2026-02-22 · M Iffat Hossain, Laura Brattain arxiv

During image-guided procedures, real-time image segmentation is often required. This demands lightweight AI models that can operate on resource-constrained devices. One important use case is endoscopy-guided colonoscopy,…

Medical Image Segmentation

Lightweight Object Detection: A Study Based on YOLOv7 Integrated with ShuffleNetv2 and Vision Transformer

2024-03-04 · Wenkai Gong

As mobile computing technology rapidly evolves, deploying efficient object detection algorithms on mobile devices emerges as a pivotal research area in computer vision. This study zeroes in on optimizing the YOLOv7 algor…

Objectobject-detectionObject DetectionReal-Time Object Detection