paper-with-me

Papers

Attend and Segment: Attention Guided Active Semantic Segmentation

2020-07-22 · ECCV 2020 8 · Soroush Seifi, Tinne Tuytelaars

In a dynamic environment, an agent with a limited field of view/resource cannot fully observe the scene before attempting to parse it. The deployment of common semantic segmentation architectures is not feasible in such settings. In this paper we propose a method to gradually segment a scene given a sequence of partial observations. The main idea is to refine an agent's understanding of the environment by attending the areas it is most uncertain about. Our method includes a self-supervised attention mechanism and a specialized architecture to maintain and exploit spatial memory maps for filling-in the unseen areas in the environment. The agent can select and attend an area while relying on the cues coming from the visited areas to hallucinate the other parts. We reach a mean pixel-wise accuracy of 78.1%, 80.9% and 76.5% on CityScapes, CamVid, and Kitti datasets by processing only 18% of the image pixels (10 retina-like glimpses). We perform an ablation study on the number of glimpses, input image size and effectiveness of retina-like glimpses. We compare our method to several baselines and show that the optimal results are achieved by having access to a very low resolution view of the scene at the first timestep.

📄 PDF Abstract BibTeX arXiv:2007.11548

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

AttendSeg: A Tiny Attention Condenser Neural Network for Semantic Segmentation on the Edge

2021-04-29 · Xiaoyu Wen, Mahmoud Famouri, Andrew Hryniowski, Alexander Wong

In this study, we introduce \textbf{AttendSeg}, a low-precision, highly compact deep neural network tailored for on-device semantic segmentation. AttendSeg possesses a self-attention network architecture comprising of li…

SegmentationSemantic Segmentation

CPRAL: Collaborative Panoptic-Regional Active Learning for Semantic Segmentation

2021-12-11 · Yu Qiao, Jincheng Zhu, Chengjiang Long, Zeyao Zhang 외

Acquiring the most representative examples via active learning (AL) can benefit many data-dependent computer vision tasks by minimizing efforts of image-level or pixel-wise annotations. In this paper, we propose a novel …

Active LearningSemantic Segmentation

Person image generation with semantic attention network for person re-identification

2020-08-18 · Meichen Liu, Kejun Wang, Juihang Ji, Shuzhi Sam Ge

Pose variation is one of the key factors which prevents the network from learning a robust person re-identification (Re-ID) model. To address this issue, we propose a novel person pose-guided image generation method, whi…

Image GenerationPerson Re-IdentificationPose-Guided Image GenerationSemantic Parsing

Vanishing-Point-Guided Video Semantic Segmentation of Driving Scenes

2024-01-27 · CVPR 2024 1 · Diandian Guo, Deng-Ping Fan, Tongyu Lu, Christos Sakaridis 외

The estimation of implicit cross-frame correspondences and the high computational cost have long been major challenges in video semantic segmentation (VSS) for driving scenes. Prior works utilize keyframes, feature propa…

Motion EstimationSegmentationSemantic SegmentationVideo Semantic Segmentation

Glimpse-Attend-and-Explore: Self-Attention for Active Visual Exploration

2021-08-26 · ICCV 2021 10 · Soroush Seifi, Abhishek Jha, Tinne Tuytelaars

Active visual exploration aims to assist an agent with a limited field of view to understand its environment based on partial observations made by choosing the best viewing directions in the scene. Recent methods have tr…