paper-with-me

홈 › Papers

Efficient Hybrid CNN-GNN Architecture for Monocular Depth Estimation

2026-05-11 · Ishan Narayan arxiv

We present GraphDepth, a monocular depth estimation architecture that synergistically integrates Graph Neural Networks (GNNs) within a convolutional encoder-decoder framework. Our approach embeds efficient GraphSAGE layers at multiple scales of a ResNet-101 U-Net backbone, enabling explicit modeling of long-range spatial relationships that lie beyond the receptive field of local convolutions. Key technical contributions include: (1) batch-parallelized graph construction with configurable k-NN and grid-based adjacency for scalable training; (2) multi-scale GraphSAGE integration at bottleneck and decoder stages (1/32, 1/16, 1/8 resolution) to propagate global context throughout the feature hierarchy; (3) channel-attention gated skip connections that adaptively weight encoder features before fusion; and (4) heteroscedastic uncertainty estimation via a dedicated aleatoric uncertainty head, enabling confidence-aware loss weighting during optimization. Unlike transformer-based hybrids, which suffer from quadratic complexity in sequence length, GraphDepth scales linearly with spatial resolution while achieving comparable global receptive fields through iterative message passing. Experiments on NYU Depth V2, WHU Aerial, ETH3D, and Mid-Air benchmarks demonstrate competitive accuracy within 4.6\% of state-of-the-art transformers on indoor scenes with substantially lower computational cost (25 FPS vs 9 FPS, 3.8 GB vs 8.8 GB VRAM). GraphDepth achieves the best reported result on WHU Aerial (RMSE 8.24 m) and exhibits superior zero-shot cross-domain transfer to the Mid-Air synthetic aerial dataset, validating the generalization power of explicit relational reasoning for depth estimation.

📄 PDF Abstract BibTeX arXiv:2605.10251

Code (0)

등록된 구현이 없습니다.

Tasks

Monocular Depth EstimationRelational Reasoning

Similar Papers 제목 키워드 기반

UMono: Physical Model Informed Hybrid CNN-Transformer Framework for Underwater Monocular Depth Estimation

2024-07-25 · Jian Wang, Jing Wang, Shenghui Rong, Bo He

Underwater monocular depth estimation serves as the foundation for tasks such as 3D reconstruction of underwater scenes. However, due to the influence of light and medium, the underwater environment undergoes a distincti…

3D ReconstructionDepth EstimationMonocular Depth Estimation

HiMODE: A Hybrid Monocular Omnidirectional Depth Estimation Model

2022-04-11 · Masum Shah Junayed, Arezoo Sadeghzadeh, Md Baharul Islam, Lai-Kuan Wong 외

Monocular omnidirectional depth estimation is receiving considerable research attention due to its broad applications for sensing 360{\deg} surroundings. Existing approaches in this field suffer from limitations in recov…

DecoderDepth EstimationmodelMonocular Depth Estimation

Lightweight Prompt-Guided CLIP Adaptation for Monocular Depth Estimation

2026-04-01 · Reyhaneh Ahani Manghotay, Jie Liang arxiv

Leveraging the rich semantic features of vision-language models (VLMs) like CLIP for monocular depth estimation tasks is a promising direction, yet often requires extensive fine-tuning or lacks geometric precision. We pr…

Monocular Depth Estimation

Lite-Mono: A Lightweight CNN and Transformer Architecture for Self-Supervised Monocular Depth Estimation

2022-11-23 · CVPR 2023 1 · Ning Zhang, Francesco Nex, George Vosselman, Norman Kerle

Self-supervised monocular depth estimation that does not require ground truth for training has attracted attention in recent years. It is of high interest to design lightweight but effective models so that they can be de…

Depth EstimationMonocular Depth EstimationUnsupervised Monocular Depth Estimation

Pix2Point: Learning Outdoor 3D Using Sparse Point Clouds and Optimal Transport

2021-07-30 · Rémy Leroy, Pauline Trouvé-Peloux, Frédéric Champagnat, Bertrand Le Saux 외

Good quality reconstruction and comprehension of a scene rely on 3D estimation methods. The 3D information was usually obtained from images by stereo-photogrammetry, but deep learning has recently provided us with excell…

Deep LearningDepth EstimationMonocular Depth Estimation