paper-with-me

Papers

Global Aggregation then Local Distribution for Scene Parsing

2021-07-28 · Xiangtai Li, Li Zhang, Guangliang Cheng, Kuiyuan Yang, Yunhai Tong, Xiatian Zhu, Tao Xiang

Modelling long-range contextual relationships is critical for pixel-wise prediction tasks such as semantic segmentation. However, convolutional neural networks (CNNs) are inherently limited to model such dependencies due to the naive structure in its building modules (\eg, local convolution kernel). While recent global aggregation methods are beneficial for long-range structure information modelling, they would oversmooth and bring noise to the regions containing fine details (\eg,~boundaries and small objects), which are very much cared for the semantic segmentation task. To alleviate this problem, we propose to explore the local context for making the aggregated long-range relationship being distributed more accurately in local regions. In particular, we design a novel local distribution module which models the affinity map between global and local relationship for each pixel adaptively. Integrating existing global aggregation modules, we show that our approach can be modularized as an end-to-end trainable block and easily plugged into existing semantic segmentation networks, giving rise to the \emph{GALD} networks. Despite its simplicity and versatility, our approach allows us to build new state of the art on major semantic segmentation benchmarks including Cityscapes, ADE20K, Pascal Context, Camvid and COCO-stuff. Code and trained models are released at \url{https://github.com/lxtGH/GALD-DGCNet} to foster further research.

📄 PDF Abstract BibTeX arXiv:2107.13154

Code (1)

lxtGH/GALD-DGCNet 공식 구현 pytorch

Tasks

Scene ParsingSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Global Aggregation then Local Distribution in Fully Convolutional Networks

2019-09-16 · Xiangtai Li, Li Zhang, Ansheng You, Maoke Yang 외

It has been widely proven that modelling long-range dependencies in fully convolutional networks (FCNs) via global aggregation modules is critical for complex scene understanding tasks such as semantic segmentation and o…

Instance Segmentationobject-detectionObject DetectionScene Understanding+2

GTAD: Global Temporal Aggregation Denoising Learning for 3D Semantic Occupancy Prediction

2025-07-28 · Tianhao Li, Yang Li, Mengtian Li, Yisheng Deng 외 arxiv

Accurately perceiving dynamic environments is a fundamental task for autonomous driving and robotic systems. Existing methods inadequately utilize temporal information, relying mainly on local temporal interactions betwe…

Scene UnderstandingTemporal SequencesAutonomous Driving

See It All: Contextualized Late Aggregation for 3D Dense Captioning

2024-08-14 · Minjung Kim, Hyung Suk Lim, Seung Hwan Kim, Soonyoung Lee 외

3D dense captioning is a task to localize objects in a 3D scene and generate descriptive sentences for each object. Recent approaches in 3D dense captioning have adopted transformer encoder-decoder frameworks from object…

3D dense captioningAllAttributeCaption Generation+6

DAR-Net: Dynamic Aggregation Network for Semantic Scene Segmentation

2019-07-28 · Zongyue Zhao, Min Liu, Karthik Ramani

Traditional grid/neighbor-based static pooling has become a constraint for point cloud geometry analysis. In this paper, we propose DAR-Net, a novel network architecture that focuses on dynamic feature aggregation. The c…

Scene Segmentation

Tackling Data Heterogeneity in Federated Learning via Loss Decomposition

2024-08-22 · Shuang Zeng, Pengxin Guo, Shuai Wang, Jianbo Wang 외

Federated Learning (FL) is a rising approach towards collaborative and privacy-preserving machine learning where large-scale medical datasets remain localized to each client. However, the issue of data heterogeneity amon…

Federated LearningPrivacy PreservingX-ray Classification