paper-with-me

홈 › Papers

BiMatting: Efficient Video Matting via Binarization

2023-09-21 · NeurIPS 2023 11

Real-time video matting on edge devices faces significant computational resource constraints, limiting the widespread use of video matting in applications such as online conferences and short-form video production. Binarization is a powerful compression approach that greatly reduces computation and memory consumption by using 1-bit parameters and bitwise operations. However, binarization of the video matting model is not a straightforward process, and our empirical analysis has revealed two primary bottlenecks: severe representation degradation of the encoder and massive redundant computations of the decoder. To address these issues, we propose BiMatting, an accurate and efficient video matting model using binarization. Specifically, we construct shrinkable and dense topologies of the binarized encoder block to enhance the extracted representation. We sparsify the binarized units to reduce the low-information decoding computation. Through extensive experiments, we demonstrate that BiMatting outperforms other binarized video matting models, including state-of-the-art (SOTA) binarization methods, by a significant margin. Our approach even performs comparably to the full-precision counterpart in visual quality. Furthermore, BiMatting achieves remarkable savings of 12.4$\times$ and 21.6$\times$ in computation and storage, respectively, showcasing its potential and advantages in real-world resource-constrained scenarios. Our code and models are released at https://github.com/htqin/BiMatting .

📄 PDF Abstract BibTeX

Code (1)

htqin/bimatting 공식 구현 pytorch

Similar Papers 제목 키워드 기반

BiVM: Accurate Binarized Neural Network for Efficient Video Matting

2025-07-06 · Haotong Qin, Xianglong Liu, Xudong Ma, Lei Ke 외 arxiv

Deep neural networks for real-time video matting suffer significant computational limitations on edge devices, hindering their adoption in widespread applications such as online conferences and short-form video productio…

Video Instance Matting

2023-11-07 · Jiachen Li, Roberto Henschel, Vidit Goel, Marianna Ohanyan 외

Conventional video matting outputs one alpha matte for all instances appearing in a video frame so that individual instances are not distinguished. While video instance segmentation provides time-consistent instance mask…

BinarizationImage MattingInstance SegmentationSemantic Segmentation+2

SAM2Matting: Generalized Image and Video Matting

2026-06-25 · Ruiqi Shen, Guangquan Jie, Chang Liu, Henghui Ding arxiv

Despite impressive advances in image matting, video matting remains challenging due to the inherent gap between high-level tracking, which requires frame-wise understanding, and low-level matting, which focuses on extrem…

Domain GeneralizationImage Matting

VideoMaMa: Mask-Guided Video Matting via Generative Prior

2026-01-20 · Sangbeom Lim, Seoung Wug Oh, Jiahui Huang, Heeji Yoon 외 arxiv

Generalizing video matting models to real-world videos remains a significant challenge due to the scarcity of labeled data. To address this, we present Video Mask-to-Matte Model (VideoMaMa) that converts coarse segmentat…

Zero-shot Generalization

3D Matting: A Benchmark Study on Soft Segmentation Method for Pulmonary Nodules Applied in Computed Tomography

2022-10-11 · Lin Wang, Xiufen Ye, Donghao Zhang, Wanji He 외

Usually, lesions are not isolated but are associated with the surrounding tissues. For example, the growth of a tumour can depend on or infiltrate into the surrounding tissues. Due to the pathological nature of the lesio…

BinarizationDiagnosticImage Matting