paper-with-me

Papers

ViewAL: Active Learning with Viewpoint Entropy for Semantic Segmentation

2019-11-26 · CVPR 2020 6 · Yawar Siddiqui, Julien Valentin, Matthias Nießner

We propose ViewAL, a novel active learning strategy for semantic segmentation that exploits viewpoint consistency in multi-view datasets. Our core idea is that inconsistencies in model predictions across viewpoints provide a very reliable measure of uncertainty and encourage the model to perform well irrespective of the viewpoint under which objects are observed. To incorporate this uncertainty measure, we introduce a new viewpoint entropy formulation, which is the basis of our active learning strategy. In addition, we propose uncertainty computations on a superpixel level, which exploits inherently localized signal in the segmentation task, directly lowering the annotation costs. This combination of viewpoint entropy and the use of superpixels allows to efficiently select samples that are highly informative for improving the network. We demonstrate that our proposed active learning strategy not only yields the best-performing models for the same amount of required labeled data, but also significantly reduces labeling effort. For instance, our method achieves 95% of maximum achievable network performance using only 7%, 17%, and 24% labeled data on SceneNet-RGBD, ScanNet, and Matterport3D, respectively. On these datasets, the best state-of-the-art method achieves the same performance with 14%, 27% and 33% labeled data. Finally, we demonstrate that labeling using superpixels yields the same quality of ground-truth compared to labeling whole images, but requires 25% less time.

📄 PDF Abstract BibTeX arXiv:1911.11789

Code (1)

nihalsid/ViewAL 공식 구현 pytorch

Tasks

Active LearningSemantic SegmentationSuperpixels

Similar Papers 제목 키워드 기반

LiDAL: Inter-frame Uncertainty Based Active Learning for 3D LiDAR Semantic Segmentation

2022-11-11 · Zeyu Hu, Xuyang Bai, Runze Zhang, Xin Wang 외

We propose LiDAL, a novel active learning method for 3D LiDAR semantic segmentation by exploiting inter-frame uncertainty among LiDAR frames. Our core idea is that a well-trained model should generate robust results irre…

Active LearningLIDAR Semantic SegmentationSemantic Segmentation

Semantic Prior Guided One-View 6D Pose Estimation for Novel Objects

2026-05-07 · Yang Luo, Yan Gong, Yongsheng Gao, Jie Zhao 외 arxiv

In many practical 6D object pose estimation scenarios, we often have access to only a single real-world RGB-D reference view per object, typically without CAD models. Existing methods largely rely on explicit 3D models o…

6D Pose Estimation

Active Learning with Context Sampling and One-vs-Rest Entropy for Semantic Segmentation

2024-12-09 · Fei Wu, Pablo Marquez-Neila, Hedyeh Rafi-Tarii, Raphael Sznitman

Multi-class semantic segmentation remains a cornerstone challenge in computer vision. Yet, dataset creation remains excessively demanding in time and effort, especially for specialized domains. Active Learning (AL) mitig…

Active LearningBoundary DetectionSegmentationSemantic Segmentation

Real-time Active Vision for a Humanoid Soccer Robot Using Deep Reinforcement Learning

2020-11-27 · Soheil Khatibi, Meisam Teimouri, Mahdi Rezaei

In this paper, we present an active vision method using a deep reinforcement learning approach for a humanoid soccer-playing robot. The proposed method adaptively optimises the viewpoint of the robot to acquire the most …

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+1

Active Boundary Loss for Semantic Segmentation

2021-02-04 · Chi Wang, Yunke Zhang, Miaomiao Cui, Peiran Ren 외

This paper proposes a novel active boundary loss for semantic segmentation. It can progressively encourage the alignment between predicted boundaries and ground-truth boundaries during end-to-end training, which is not e…

SegmentationSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation