Label-Efficient Semantic Scene Completion with Scribble Annotations

Abstract

Domain adaptation (DA) is crucial for transferring models trained in one domain to perform well in a different, often unseen domain. Traditional methods, including unsupervised domain adaptation (UDA) and source-free domain adaptation (SFDA), have made significant progress. However, most existing DA methods rely heavily on Batch Normalization (BN) layers, which are not optimal in source-free settings, where the source domain is unavailable for comparison. In this study, we propose a novel method, ESBN, which addresses the challenge of domain shift by adjusting the placement of normalization layers and replacing BN with Batch-free Normalization (BFN). Unlike BN, BFN is less dependent on batch statistics and provides more robust feature representations through instance-specific statistics. We systematically investigate the effects of different BN layer placements across various network configurations and demonstrate that selective replacement with BFN improves generalization performance. Extensive experiments on multiple domain adaptation benchmarks show that our approach outperforms state-of-the-art methods, particularly in challenging scenarios such as Open-Partial Domain Adaptation (OPDA).

Cite

Text

Wang et al. "Label-Efficient Semantic Scene Completion with Scribble Annotations." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/155

Markdown

[Wang et al. "Label-Efficient Semantic Scene Completion with Scribble Annotations." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wang2024ijcai-label/) doi:10.24963/ijcai.2024/155

BibTeX

@inproceedings{wang2024ijcai-label,
  title     = {{Label-Efficient Semantic Scene Completion with Scribble Annotations}},
  author    = {Wang, Song and Yu, Jiawei and Li, Wentong and Shi, Hao and Yang, Kailun and Chen, Junbo and Zhu, Jianke},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {1398-1406},
  doi       = {10.24963/ijcai.2024/155},
  url       = {https://mlanthology.org/ijcai/2024/wang2024ijcai-label/}
}