paper-with-me

홈 › Papers

SimT: Handling Open-set Noise for Domain Adaptive Semantic Segmentation

2022-03-29 · CVPR 2022 1 · Xiaoqing Guo, Jie Liu, Tongliang Liu, Yixuan Yuan

This paper studies a practical domain adaptive (DA) semantic segmentation problem where only pseudo-labeled target data is accessible through a black-box model. Due to the domain gap and label shift between two domains, pseudo-labeled target data contains mixed closed-set and open-set label noises. In this paper, we propose a simplex noise transition matrix (SimT) to model the mixed noise distributions in DA semantic segmentation and formulate the problem as estimation of SimT. By exploiting computational geometry analysis and properties of segmentation, we design three complementary regularizers, i.e. volume regularization, anchor guidance, convex guarantee, to approximate the true SimT. Specifically, volume regularization minimizes the volume of simplex formed by rows of the non-square SimT, which ensures outputs of segmentation model to fit into the ground truth label distribution. To compensate for the lack of open-set knowledge, anchor guidance and convex guarantee are devised to facilitate the modeling of open-set noise distribution and enhance the discriminative feature learning among closed-set and open-set classes. The estimated SimT is further utilized to correct noise issues in pseudo labels and promote the generalization ability of segmentation model on target domain data. Extensive experimental results demonstrate that the proposed SimT can be flexibly plugged into existing DA methods to boost the performance. The source code is available at https://github.com/CityU-AIM-Group/SimT.

📄 PDF Abstract BibTeX arXiv:2203.15202

Code (1)

cityu-aim-group/simt 공식 구현 pytorch

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

PsFuture: A Pseudo-Future-based Zero-Shot Adaptive Policy for Simultaneous Machine Translation

2024-10-05 · Libo Zhao, Jing Li, Ziqian Zeng

Simultaneous Machine Translation (SiMT) requires target tokens to be generated in real-time as streaming source tokens are consumed. Traditional approaches to SiMT typically require sophisticated architectures and extens…

Machine TranslationTranslation

SimTensor: A synthetic tensor data generator

2016-12-09 · Hadi Fanaee-T, Joao Gama

SimTensor is a multi-platform, open-source software for generating artificial tensor data (either with CP/PARAFAC or Tucker structure) for reproducible research on tensor factorization algorithms. SimTensor is a stand-al…

Simultaneous Machine Translation with Tailored Reference

2023-10-20 · Shoutao Guo, Shaolei Zhang, Yang Feng

Simultaneous machine translation (SiMT) generates translation while reading the whole source sentence. However, existing SiMT models are typically trained using the same reference disregarding the varying amounts of avai…

Machine TranslationSentenceTranslation

Reducing Position Bias in Simultaneous Machine Translation with Length-Aware Framework

2022-03-17 · ACL 2022 5 · Shaolei Zhang, Yang Feng

Simultaneous machine translation (SiMT) starts translating while receiving the streaming source inputs, and hence the source sentence is always incomplete during translating. Different from the full-sentence MT using the…

Machine TranslationPositionSentenceTranslation

Improving Simultaneous Machine Translation with Monolingual Data

2022-12-02 · Hexuan Deng, Liang Ding, Xuebo Liu, Meishan Zhang 외

Simultaneous machine translation (SiMT) is usually done via sequence-level knowledge distillation (Seq-KD) from a full-sentence neural machine translation (NMT) model. However, there is still a significant performance ga…

HallucinationKnowledge DistillationMachine TranslationNMT+2