Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charmve/transparent-object-segmentation
π 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 background, making them had similar appearance with their surroundings.
https://github.com/charmve/transparent-object-segmentation
cvpr deep-learning deep-neural-networks eccv glasses object-detection paper semantic-segmentation transparent
Last synced: 25 days ago
JSON representation
π 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 background, making them had similar appearance with their surroundings.
- Host: GitHub
- URL: https://github.com/charmve/transparent-object-segmentation
- Owner: Charmve
- Created: 2020-10-29T11:09:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T02:10:17.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T09:05:23.487Z (7 months ago)
- Topics: cvpr, deep-learning, deep-neural-networks, eccv, glasses, object-detection, paper, semantic-segmentation, transparent
- Homepage: https://github.com/Charmve
- Size: 56.6 KB
- Stars: 32
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Charmve | English | Chinese
# Transparent-Object-Segmentation
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 background, making them had similar appearance with their surroundings.
## Segmenting Transparent Objects in the Wild (ECCV 2020)
Enze Xie, Wenjia Wang, Wenhai Wang, Mingyu Ding, Chunhua Shen, Ping Luo
Abstract
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 background, making them had similar appearance with their surroundings. Besides the technical difficulty of this task, only a few previous datasets were specially designed and collected to explore this task and most of the existing datasets have major drawbacks. They either possess limited sample size such as merely a thousand of images without manual annotations, or they generate all images by using computer graphics method (i.e. not real image). To address this important problem, this work proposes a large-scale dataset for transparent object segmentation, named Trans10K, consisting of 10,428 images of real scenarios with carefully manual annotations, which are 10 times larger than the existing datasets. The transparent objects in Trans10K are extremely challenging due to high diversity in scale, viewpoint and occlusion as shown in Fig. 1. To evaluate the effectiveness of Trans10K, we propose a novel boundary-aware segmentation method, termed TransLab, which exploits boundary as the clue to improve segmentation of transparent objects. Extensive experiments and ablation studies demonstrate the effectiveness of Trans10K and validate the practicality of learning object boundary in TransLab. For example, TransLab significantly outperforms 20 recent object segmentation methods based on deep learning, showing that this task is largely unsolved. We believe that both Trans10K and TransLab have important contributions to both the academia and industry, facilitating future researches and applications.
Related Material
## Deep Polarization Cues for Transparent Object Segmentation (CVPR 2020)
Agastya Kalra, Vage Taamazyan, Supreeth Krishna Rao, Kartik Venkataraman, Ramesh Raskar, Achuta Kadambi; Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 8602-8611
Abstract
Segmentation of transparent objects is a hard, open problem in computer vision. Transparent objects lack texture of their own, adopting instead the texture of scene background. This paper reframes the problem of transparent object segmentation into the realm of light polarization, i.e., the rotation of light waves. We use a polarization camera to capture multi-modal imagery and couple this with a unique deep learning backbone for processing polarization input data. Our method achieves instance segmentation on cluttered, transparent objects in various scene and background conditions, demonstrating an improvement over traditional image-based approaches. As an application we use this for robotic bin picking of transparent objects.
Related Material
## Single-Stage Semantic Segmentation from Image Labels (CVPR 2020)
Nikita Araslanov and Stefan Roth
Abstract
Recent years have seen a rapid growth in new approaches improving the accuracy of semantic segmentation in a weakly supervised setting, i.e. with only image-level labels available for training. However, this has come at the cost of increased model complexity and sophisticated multi-stage training procedures. This is in contrast to earlier work that used only a single stage β training one segmentation network on image labels β which was abandoned due to inferior segmentation accuracy. In this work, we first define three desirable properties of a weakly supervised method: local consistency, semantic fidelity, and completeness. Using these properties as guidelines, we then develop a segmentation-based network model and a self-supervised training scheme to train for semantic masks from image-level annotations in a single stage. We show that despite its simplicity, our method achieves results that are competitive with significantly more complex pipelines, substantially outperforming earlier single-stage methods.
Fig.1 We attain competitive results by training a single network model
for segmentation in a self-supervised fashion using only
image-level annotations (one run of 20 epochs on Pascal VOC).
Related Material## TransCut: Transparent Object Segmentation from a Light-Field Image (ICCV 2015)
Yichao Xu, Hajime Nagahara, Atsushi Shimada, Rin-ichiro Taniguchi
Kyushu University, JapanAbstract
The segmentation of transparent objects can be very useful in computer vision applications. However, because they borrow texture from their background and have a similar
appearance to their surroundings, transparent objects are not handled well by regular image segmentation methods. We propose a method that overcomes these problems using the consistency and distortion properties of a light-field image. Graph-cut optimization is applied for the pixel labeling problem. The light-field linearity is used to estimate
the likelihood of a pixel belonging to the transparent object or Lambertian background, and the occlusion detector is used to find the occlusion boundary. We acquire a light
field dataset for the transparent object, and use this dataset to evaluate our method. The results demonstrate that the proposed method successfully segments transparent objects from the background.Related Material
[arXiv] [slides] [code] [ICCV poster]
## Mirror & Glass Detection in Real Scene
repoοΌhttps://github.com/Charmve/Mirror-Glass-Detection