paper-with-me

홈 › Papers

Segmenting Transparent Object in the Wild with Transformer

2021-01-21 · Enze Xie, Wenjia Wang, Wenhai Wang, Peize Sun, Hang Xu, Ding Liang, Ping Luo

This work presents a new fine-grained transparent object segmentation dataset, termed Trans10K-v2, extending Trans10K-v1, the first large-scale transparent object segmentation dataset. Unlike Trans10K-v1 that only has two limited categories, our new dataset has several appealing benefits. (1) It has 11 fine-grained categories of transparent objects, commonly occurring in the human domestic environment, making it more practical for real-world application. (2) Trans10K-v2 brings more challenges for the current advanced segmentation methods than its former version. Furthermore, a novel transformer-based segmentation pipeline termed Trans2Seg is proposed. Firstly, the transformer encoder of Trans2Seg provides the global receptive field in contrast to CNN's local receptive field, which shows excellent advantages over pure CNN architectures. Secondly, by formulating semantic segmentation as a problem of dictionary look-up, we design a set of learnable prototypes as the query of Trans2Seg's transformer decoder, where each prototype learns the statistics of one category in the whole dataset. We benchmark more than 20 recent semantic segmentation methods, demonstrating that Trans2Seg significantly outperforms all the CNN-based methods, showing the proposed algorithm's potential ability to solve transparent object segmentation.

📄 PDF Abstract BibTeX arXiv:2101.08461

Code (2)

xieenze/Trans2Seg 공식 구현 pytorch
BR-IDL/PaddleViT/tree/main/semantic_segmentation paddle

Tasks

DecoderObjectSegmentationSemantic SegmentationTransparent objects

Similar Papers 제목 키워드 기반

Segmenting Transparent Objects in the Wild

2020-03-31 · ECCV 2020 8 · Enze Xie, Wenjia Wang, Wenhai Wang, Mingyu Ding 외

Transparent objects such as windows and bottles made by glass widely exist in the real world. Segmenting transparent objects is challenging because these objects have diverse appearance inherited from the image backgroun…

SegmentationSemantic SegmentationTransparent objects

Trans4Trans: Efficient Transformer for Transparent Object Segmentation to Help Visually Impaired People Navigate in the Real World

2021-07-07 · Jiaming Zhang, Kailun Yang, Angela Constantinescu, Kunyu Peng 외

Common fully glazed facades and transparent objects present architectural barriers and impede the mobility of people with low vision or blindness, for instance, a path detected behind a glass door is inaccessible unless …

DecoderNavigateSemantic SegmentationTransparent objects

HOIST-Former: Hand-held Objects Identification Segmentation and Tracking in the Wild

2024-01-01 · CVPR 2024 1 · Supreeth Narasimhaswamy, Huy Anh Nguyen, Lihan Huang, Minh Hoai

We address the challenging task of identifying segmenting and tracking hand-held objects which is crucial for applications such as human action segmentation and performance evaluation. This task is particularly chall…

Action SegmentationSegmentation

HOIST-Former: Hand-held Objects Identification, Segmentation, and Tracking in the Wild

2024-04-22 · Supreeth Narasimhaswamy, Huy Anh Nguyen, Lihan Huang, Minh Hoai

We address the challenging task of identifying, segmenting, and tracking hand-held objects, which is crucial for applications such as human action segmentation and performance evaluation. This task is particularly challe…

Action SegmentationSegmentation

Extended Labeled Faces in-the-Wild (ELFW): Augmenting Classes for Face Segmentation

2020-06-24 · Rafael Redondo, Jaume Gibert

Existing face datasets often lack sufficient representation of occluding objects, which can hinder recognition, but also supply meaningful information to understand the visual context. In this work, we introduce Extended…

BenchmarkingData Augmentation