paper-with-me

홈 › Papers

FocDepthFormer: Transformer with latent LSTM for Depth Estimation from Focal Stack

2023-10-17 · Xueyang Kang, Fengze Han, Abdur R. Fayjie, Patrick Vandewalle, Kourosh Khoshelham, Dong Gong

Most existing methods for depth estimation from a focal stack of images employ convolutional neural networks (CNNs) using 2D or 3D convolutions over a fixed set of images. However, their effectiveness is constrained by the local properties of CNN kernels, which restricts them to process only focal stacks of fixed number of images during both training and inference. This limitation hampers their ability to generalize to stacks of arbitrary lengths. To overcome these limitations, we present a novel Transformer-based network, FocDepthFormer, which integrates a Transformer with an LSTM module and a CNN decoder. The Transformer's self-attention mechanism allows for the learning of more informative spatial features by implicitly performing non-local cross-referencing. The LSTM module is designed to integrate representations across image stacks of varying lengths. Additionally, we employ multi-scale convolutional kernels in an early-stage encoder to capture low-level features at different degrees of focus/defocus. By incorporating the LSTM, FocDepthFormer can be pre-trained on large-scale monocular RGB depth estimation datasets, improving visual pattern learning and reducing reliance on difficult-to-obtain focal stack data. Extensive experiments on diverse focal stack benchmark datasets demonstrate that our model outperforms state-of-the-art approaches across multiple evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2310.11178

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDepth Estimation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Rewiring the Transformer with Depth-Wise LSTMs

2020-07-13 · Hongfei Xu, Yang song, Qiuhui Liu, Josef van Genabith 외

Stacking non-linear layers allows deep neural networks to model complicated functions, and including residual connections in Transformer layers is beneficial for convergence and performance. However, residual connections…

NMTTime Series Analysis

Exploiting temporal consistency for real-time video depth estimation

2019-08-10 · ICCV 2019 10 · Haokui Zhang, Chunhua Shen, Ying Li, Yuanzhouhan Cao 외

Accuracy of depth estimation from static images has been significantly improved recently, by exploiting hierarchical features from deep convolutional neural networks (CNNs). Compared with static images, vast information …

Depth EstimationMonocular Depth Estimation

Parallel Recursive LSTM

2026-05-16 · Tristan Gaudreault, Yongyi Mao arxiv

Transformers have become the dominant architecture for sequence modeling by using self-attention to enable expressive and highly parallel processing. However, the resulting quadratic time and memory costs limit efficienc…

Physics-Encoded Inverse Modeling for Arctic Snow Depth Prediction

2026-01-23 · Akila Sampath, Vandana Janeja, Jianwu Wang arxiv

Accurate estimation in time-varying inverse problems under limited and sparse observations remains a fundamental challenge across scientific domains. For example, snow depth estimation requires inferring hidden parameter…

Contrastive LearningDepth Estimation

Learning Bounded Context-Free-Grammar via LSTM and the Transformer:Difference and Explanations

2021-12-16 · Hui Shi, Sicun Gao, Yuandong Tian, Xinyun Chen 외

Long Short-Term Memory (LSTM) and Transformers are two popular neural architectures used for natural language processing tasks. Theoretical results show that both are Turing-complete and can represent any context-free la…