paper-with-me

Papers

Attention-guided Chained Context Aggregation for Semantic Segmentation

2020-02-27 · Quan Tang, Fagui Liu, Tong Zhang, Jun Jiang, Yu Zhang

The way features propagate in Fully Convolutional Networks is of momentous importance to capture multi-scale contexts for obtaining precise segmentation masks. This paper proposes a novel series-parallel hybrid paradigm called the Chained Context Aggregation Module (CAM) to diversify feature propagation. CAM gains features of various spatial scales through chain-connected ladder-style information flows and fuses them in a two-stage process, namely pre-fusion and re-fusion. The serial flow continuously increases receptive fields of output neurons and those in parallel encode different region-based contexts. Each information flow is a shallow encoder-decoder with appropriate down-sampling scales to sufficiently capture contextual information. We further adopt an attention model in CAM to guide feature re-fusion. Based on these developments, we construct the Chained Context Aggregation Network (CANet), which employs an asymmetric decoder to recover precise spatial details of prediction maps. We conduct extensive experiments on six challenging datasets, including Pascal VOC 2012, Pascal Context, Cityscapes, CamVid, SUN-RGBD and GATECH. Results evidence that CANet achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2002.12041

Code (3)

BebDong/MXNetSeg 공식 구현 mxnet
GovindarajaluL/CANet
monk-boop/CANet-on-Indian-Driving-Dataset

Tasks

DecoderSemantic Segmentation

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

Multi-Scale Context Aggregation Network with Attention-Guided for Crowd Counting

2021-04-06 · Xin Wang, Yang Zhao, Tangwen Yang, Qiuqi Ruan

Crowd counting aims to predict the number of people and generate the density map in the image. There are many challenges, including varying head scales, the diversity of crowd distribution across images and cluttered bac…

Crowd CountingDecoder

Global Attention-Guided Dual-Domain Point Cloud Feature Learning for Classification and Segmentation

2024-07-12 · Zihao Li, Pan Gao, Kang You, Chuan Yan 외

Previous studies have demonstrated the effectiveness of point-based neural models on the point cloud analysis task. However, there remains a crucial issue on producing the efficient input embedding for raw point coordina…

Semantic Segmentation

Boundary Guided Context Aggregation for Semantic Segmentation

2021-10-27 · Haoxiang Ma, Hongyu Yang, Di Huang

The recent studies on semantic segmentation are starting to notice the significance of the boundary information, where most approaches see boundaries as the supplement of semantic details. However, simply combing boundar…

Boundary DetectionSemantic Segmentation

SproutRAG: Attention-Guided Tree Search with Progressive Embeddings for Long-Document RAG

2026-06-16 · Amirhossein Abaskohi, Issam H. Laradji, Peter West, Giuseppe Carenini arxiv

Retrieval-augmented generation (RAG) systems must balance retrieval granularity with contextual coherence, a challenge that existing methods address through LLM-guided chunking, single-level context expansion, or hierarc…

Generalizing Geometry-Guided Mamba as a Plug-and-Play Context Module for CNN-based Semantic Segmentation

2026-06-07 · Sheng-Wei Chan, Hsin-Jui Pan, Chun-Po Shen, Chia-Min Lin 외 arxiv

CNN-based semantic segmentation networks usually rely on context heads such as ASPP, PPM, or attention modules to enlarge the receptive field. These heads are effective but may introduce heavy computation, memory cost, o…

Semantic Segmentation