paper-with-me

홈 › Papers

Semi-Global Shape-aware Network

2020-12-17 · Pengju Zhang, Yihong Wu, Jiagang Zhu

Non-local operations are usually used to capture long-range dependencies via aggregating global context to each position recently. However, most of the methods cannot preserve object shapes since they only focus on feature similarity but ignore proximity between central and other positions for capturing long-range dependencies, while shape-awareness is beneficial to many computer vision tasks. In this paper, we propose a Semi-Global Shape-aware Network (SGSNet) considering both feature similarity and proximity for preserving object shapes when modeling long-range dependencies. A hierarchical way is taken to aggregate global context. In the first level, each position in the whole feature map only aggregates contextual information in vertical and horizontal directions according to both similarity and proximity. And then the result is input into the second level to do the same operations. By this hierarchical way, each central position gains supports from all other positions, and the combination of similarity and proximity makes each position gain supports mostly from the same semantic object. Moreover, we also propose a linear time algorithm for the aggregation of contextual information, where each of rows and columns in the feature map is treated as a binary tree to reduce similarity computation cost. Experiments on semantic segmentation and image retrieval show that adding SGSNet to existing networks gains solid improvements on both accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2012.09372

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalPositionRetrievalSemantic Segmentation

Similar Papers 제목 키워드 기반

Shape-aware Semi-supervised 3D Semantic Segmentation for Medical Images

2020-07-21 · Shuailin Li, Chuyu Zhang, Xuming He

Semi-supervised learning has attracted much attention in medical image segmentation due to challenges in acquiring pixel-wise image annotations, which is a crucial step for building high-performance deep learning methods…

3D Semantic SegmentationImage SegmentationMedical Image SegmentationObject+2

Semi-supervised Anatomical Landmark Detection via Shape-regulated Self-training

2021-05-28 · Runnan Chen, Yuexin Ma, Lingjie Liu, Nenglun Chen 외

Well-annotated medical images are costly and sometimes even impossible to acquire, hindering landmark detection accuracy to some extent. Semi-supervised learning alleviates the reliance on large-scale annotated data by e…

Anatomical Landmark Detection

KineDiff3D: Kinematic-Aware Diffusion for Category-Level Articulated Object Shape Reconstruction and Generation

2025-10-20 · WenBo Xu, Liu Liu, Li Zhang, Ran Zhang 외 arxiv

Articulated objects, such as laptops and drawers, exhibit significant challenges for 3D reconstruction and pose estimation due to their multi-part geometries and variable joint configurations, which introduce structural …

3D ReconstructionPose Estimation

Striving for Simplicity: Simple Yet Effective Prior-Aware Pseudo-Labeling for Semi-Supervised Ultrasound Image Segmentation

2025-03-18 · Yaxiong Chen, Yujie Wang, Zixuan Zheng, Jingliang Hu 외

Medical ultrasound imaging is ubiquitous, but manual analysis struggles to keep pace. Automated segmentation can help but requires large labeled datasets, which are scarce. Semi-supervised learning leveraging both unlabe…

DecoderImage SegmentationMedical Image SegmentationSemantic Segmentation+1

3D Unsupervised Region-Aware Registration Transformer

2021-10-07 · Yu Hao, Yi Fang

This paper concerns the research problem of point cloud registration to find the rigid transformation to optimally align the source point set with the target one. Learning robust point cloud registration models with deep…

3D Shape ReconstructionPoint Cloud RegistrationSelf-Supervised Learning