paper-with-me

홈 › Papers

Mask-adaptive Gated Convolution and Bi-directional Progressive Fusion Network for Depth Completion

2024-01-15 · Tingxuan Huang, Jiacheng Miao, Shizhuo Deng, Tong, Dongyue Chen

Depth completion is a critical task for handling depth images with missing pixels, which can negatively impact further applications. Recent approaches have utilized Convolutional Neural Networks (CNNs) to reconstruct depth images with the assistance of color images. However, vanilla convolution has non-negligible drawbacks in handling missing pixels. To solve this problem, we propose a new model for depth completion based on an encoder-decoder structure. Our model introduces two key components: the Mask-adaptive Gated Convolution (MagaConv) architecture and the Bi-directional Progressive Fusion (BP-Fusion) module. The MagaConv architecture is designed to acquire precise depth features by modulating convolution operations with iteratively updated masks, while the BP-Fusion module progressively integrates depth and color features, utilizing consecutive bi-directional fusion structures in a global perspective. Extensive experiments on popular benchmarks, including NYU-Depth V2, DIML, and SUN RGB-D, demonstrate the superiority of our model over state-of-the-art methods. We achieved remarkable performance in completing depth maps and outperformed existing approaches in terms of accuracy and reliability.

📄 PDF Abstract BibTeX arXiv:2401.07439

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDepth Completion

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Gated Convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

CALLIC: Content Adaptive Learning for Lossless Image Compression

2024-12-23 · Daxin Li, Yuanchao Bai, Kai Wang, Junjun Jiang 외

Learned lossless image compression has achieved significant advancements in recent years. However, existing methods often rely on training amortized generative models on massive datasets, resulting in sub-optimal probabi…

Image CompressionTransfer Learning

Membership Inference Attacks Against Fine-tuned Diffusion Language Models

2026-01-27 · Yuetian Chen, Kaiyuan Zhang, Yuntao Du, Edoardo Stoppa 외 arxiv

Diffusion Language Models (DLMs) represent a promising alternative to autoregressive language models, using bidirectional masked token prediction. Yet their susceptibility to privacy leakage via Membership Inference Atta…

DLLMQuant: Quantizing Diffusion-based Large Language Models

2025-08-14 · Chen Xu, Dawei Yang arxiv

Diffusion-based large language models (DLLMs) have shown promise for non-autoregressive text generation, but their deployment is constrained by large model sizes and heavy computational costs. Post-training quantization …

Text Generation

Arabic Offensive Language Detection with Attention-based Deep Neural Networks

2020-05-01 · LREC 2020 5 · Bushr Haddad, Zoher Orabe, Anas Al-Abood, Nada Ghneim

In this paper, we tackle the problem of offensive language and hate speech detection. We proposed our methods for data preprocessing and balancing, and then we presented our Convolutional Neural Network (CNN) and bidirec…

Abusive LanguageBIG-bench Machine LearningHate Speech Detection

PGCN: Progressive Graph Convolutional Networks for Spatial-Temporal Traffic Forecasting

2022-02-18 · Yuyol Shin, Yoonjin Yoon

The complex spatial-temporal correlations in transportation networks make the traffic forecasting problem challenging. Since transportation system inherently possesses graph structures, many research efforts have been pu…

Time Series AnalysisTraffic Prediction