paper-with-me

홈 › Papers

FreeMask: Synthetic Images with Dense Annotations Make Stronger Segmentation Models

2023-10-23 · NeurIPS 2023 11 · Lihe Yang, Xiaogang Xu, Bingyi Kang, Yinghuan Shi, Hengshuang Zhao

Semantic segmentation has witnessed tremendous progress due to the proposal of various advanced network architectures. However, they are extremely hungry for delicate annotations to train, and the acquisition is laborious and unaffordable. Therefore, we present FreeMask in this work, which resorts to synthetic images from generative models to ease the burden of both data collection and annotation procedures. Concretely, we first synthesize abundant training images conditioned on the semantic masks provided by realistic datasets. This yields extra well-aligned image-mask training pairs for semantic segmentation models. We surprisingly observe that, solely trained with synthetic images, we already achieve comparable performance with real ones (e.g., 48.3 vs. 48.5 mIoU on ADE20K, and 49.3 vs. 50.5 on COCO-Stuff). Then, we investigate the role of synthetic images by joint training with real images, or pre-training for real images. Meantime, we design a robust filtering principle to suppress incorrectly synthesized regions. In addition, we propose to inequally treat different semantic masks to prioritize those harder ones and sample more corresponding synthetic images for them. As a result, either jointly trained or pre-trained with our filtered and re-sampled synthesized images, segmentation models can be greatly enhanced, e.g., from 48.7 to 52.0 on ADE20K. Code is available at https://github.com/LiheYoung/FreeMask.

📄 PDF Abstract BibTeX arXiv:2310.15160

Code (1)

LiheYoung/FreeMask 공식 구현 pytorch

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

FreeMask: Rethinking the Importance of Attention Masks for Zero-Shot Video Editing

2024-09-30 · Lingling Cai, Kang Zhao, Hangjie Yuan, Yingya Zhang 외

Text-to-video diffusion models have made remarkable advancements. Driven by their ability to generate temporally coherent videos, research on zero-shot video editing using these fundamental models has expanded rapidly. T…

DenoisingVideo Editing

Microscopy Image Segmentation via Point and Shape Regularized Data Synthesis

2023-08-18 · Shijie Li, Mengwei Ren, Thomas Ach, Guido Gerig

Current deep learning-based approaches for the segmentation of microscopy images heavily rely on large amount of training data with dense annotation, which is highly costly and laborious in practice. Compared to full ann…

Image SegmentationSegmentationSemantic Segmentation

Seeded iterative clustering for histology region identification

2022-11-14 · Eduard Chelebian, Francesco Ciompi, Carolina Wählby

Annotations are necessary to develop computer vision algorithms for histopathology, but dense annotations at a high resolution are often time-consuming to make. Deep learning models for segmentation are a way to alleviat…

ClusteringSegmentationTransfer Learningwhole slide images

Model Adaptation with Synthetic and Real Data for Semantic Dense Foggy Scene Understanding

2018-08-03 · ECCV 2018 9 · Christos Sakaridis, Dengxin Dai, Simon Hecker, Luc van Gool

This work addresses the problem of semantic scene understanding under dense fog. Although considerable progress has been made in semantic scene understanding, it is mainly related to clear-weather scenes. Extending recog…

Scene UnderstandingSemantic Segmentation

Procedural Humans for Computer Vision

2023-01-03 · Charlie Hewitt, Tadas Baltrušaitis, Erroll Wood, Lohit Petikam 외

Recent work has shown the benefits of synthetic data for use in computer vision, with applications ranging from autonomous driving to face landmark detection and reconstruction. There are a number of benefits of using sy…

Autonomous Driving