paper-with-me

Papers

BSNet: Box-Supervised Simulation-assisted Mean Teacher for 3D Instance Segmentation

2024-03-22 · CVPR 2024 1 · Jiahao Lu, Jiacheng Deng, Tianzhu Zhang

3D instance segmentation (3DIS) is a crucial task, but point-level annotations are tedious in fully supervised settings. Thus, using bounding boxes (bboxes) as annotations has shown great potential. The current mainstream approach is a two-step process, involving the generation of pseudo-labels from box annotations and the training of a 3DIS network with the pseudo-labels. However, due to the presence of intersections among bboxes, not every point has a determined instance label, especially in overlapping areas. To generate higher quality pseudo-labels and achieve more precise weakly supervised 3DIS results, we propose the Box-Supervised Simulation-assisted Mean Teacher for 3D Instance Segmentation (BSNet), which devises a novel pseudo-labeler called Simulation-assisted Transformer. The labeler consists of two main components. The first is Simulation-assisted Mean Teacher, which introduces Mean Teacher for the first time in this task and constructs simulated samples to assist the labeler in acquiring prior knowledge about overlapping areas. To better model local-global structure, we also propose Local-Global Aware Attention as the decoder for teacher and student labelers. Extensive experiments conducted on the ScanNetV2 and S3DIS datasets verify the superiority of our designs. Code is available at \href{https://github.com/peoplelu/BSNet}{https://github.com/peoplelu/BSNet}.

📄 PDF Abstract BibTeX arXiv:2403.15019

Code (1)

peoplelu/bsnet 공식 구현 pytorch

Tasks

3D Instance SegmentationDecoderInstance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

FBSNet: A Fast Bilateral Symmetrical Network for Real-Time Semantic Segmentation

2021-09-02 · Guangwei Gao, Guoan Xu, Juncheng Li, Yi Yu 외

Real-time semantic segmentation, which can be visually understood as the pixel-level classification task on the input image, currently has broad application prospects, especially in the fast-developing fields of autonomo…

Autonomous DrivingDecoderDrone navigationGPU+2

LMT-GP: Combined Latent Mean-Teacher and Gaussian Process for Semi-supervised Low-light Image Enhancement

2024-08-29 · Ye Yu, Fengxin Chen, Jun Yu, Zhen Kan

While recent low-light image enhancement (LLIE) methods have made significant advancements, they still face challenges in terms of low visual quality and weak generalization ability when applied to complex scenarios. To …

GPRImage EnhancementLow-Light Image EnhancementPseudo Label

Learning a Reinforced Agent for Flexible Exposure Bracketing Selection

2020-05-26 · CVPR 2020 6 · Zhouxia Wang, Jiawei Zhang, Mude Lin, Jiong Wang 외

Automatically selecting exposure bracketing (images exposed differently) is important to obtain a high dynamic range image by using multi-exposure fusion. Unlike previous methods that have many restrictions such as requi…

Unsupervised speech intelligibility assessment with utterance level alignment distance between teacher and learner Wav2Vec-2.0 representations

2023-06-15 · Nayan Anand, Meenakshi Sirigiraju, Chiranjeevi Yarra

Speech intelligibility is crucial in language learning for effective communication. Thus, to develop computer-assisted language learning systems, automatic speech intelligibility detection (SID) is necessary. Most of the…

Dynamic Time Warping

ReabsNet: Detecting and Revising Adversarial Examples

2017-12-21 · Jiefeng Chen, Zihang Meng, Changtian Sun, Wei Tang 외

Though deep neural network has hit a huge success in recent studies and applica- tions, it still remains vulnerable to adversarial perturbations which are imperceptible to humans. To address this problem, we propose a no…

General Classification