paper-with-me

Papers

TEDNet: Twin Encoder Decoder Neural Network for 2D Camera and LiDAR Road Detection

2024-05-14 · Martín Bayón-Gutiérrez, María Teresa García-Ordás, Héctor Alaiz Moretón, Jose Aveleira-Mata, Sergio Rubio Martín, José Alberto Benítez-Andrades

Robust road surface estimation is required for autonomous ground vehicles to navigate safely. Despite it becoming one of the main targets for autonomous mobility researchers in recent years, it is still an open problem in which cameras and LiDAR sensors have demonstrated to be adequate to predict the position, size and shape of the road a vehicle is driving on in different environments. In this work, a novel Convolutional Neural Network model is proposed for the accurate estimation of the roadway surface. Furthermore, an ablation study has been conducted to investigate how different encoding strategies affect model performance, testing 6 slightly different neural network architectures. Our model is based on the use of a Twin Encoder-Decoder Neural Network (TEDNet) for independent camera and LiDAR feature extraction, and has been trained and evaluated on the Kitti-Road dataset. Bird's Eye View projections of the camera and LiDAR data are used in this model to perform semantic segmentation on whether each pixel belongs to the road surface. The proposed method performs among other state-of-the-art methods and operates at the same frame-rate as the LiDAR and cameras, so it is adequate for its use in real-time applications.

📄 PDF Abstract BibTeX arXiv:2405.08429

Code (1)

martin-bayon/tednet 공식 구현

Tasks

DecoderNavigateSemantic Segmentation

Similar Papers 제목 키워드 기반

Crowd Counting and Density Estimation by Trellis Encoder-Decoder Networks

2019-06-01 · CVPR 2019 6 · Xiaolong Jiang, Zehao Xiao, Baochang Zhang, Xiantong Zhen 외

Crowd counting has recently attracted increasing interest in computer vision but remains a challenging problem. In this paper, we propose a trellis encoder-decoder network (TEDnet) for crowd counting, which focuses on ge…

Crowd CountingDecoderDensity Estimation

Crowd Counting and Density Estimation by Trellis Encoder-Decoder Network

2019-03-03 · Xiaolong Jiang, Zehao Xiao, Baochang Zhang, Xian-Tong Zhen 외

Crowd counting has recently attracted increasing interest in computer vision but remains a challenging problem. In this paper, we propose a trellis encoder-decoder network (TEDnet) for crowd counting, which focuses on ge…

Crowd CountingDecoderDensity Estimation

Semantics-Guided Multimodal Masked Autoencoder Pretraining for 3D BEV Object Detection

2026-05-24 · Prabuddhi Wariyapperuma, Rajitha de Silva, Marc Hanheide, Thomas Bohné 외 arxiv

Accurate 3D bird's-eye view (BEV) object detection is essential for autonomous driving, and depends strongly on effective multimodal representations from complementary sensors such as cameras and LiDAR. Multimodal masked…

3D Object DetectionAutonomous Driving

Material-informed Gaussian Splatting for 3D World Reconstruction in a Digital Twin

2025-11-25 · Andy Huynh, João Malheiro Silva, Holger Caesar, Tong Duy Son arxiv

3D reconstruction for Digital Twins often relies on LiDAR-based methods, which provide accurate geometry but lack the semantics and textures naturally captured by cameras. Traditional LiDAR-camera fusion approaches requi…

3D ReconstructionPoint Clouds

TedNet: A Pytorch Toolkit for Tensor Decomposition Networks

2021-04-11 · Yu Pan, Maolin Wang, Zenglin Xu

Tensor Decomposition Networks (TDNs) prevail for their inherent compact architectures. To give more researchers a flexible way to exploit TDNs, we present a Pytorch toolkit named TedNet. TedNet implements 5 kinds of tens…

Tensor Decomposition