paper-with-me

Papers

Translating Images to Road Network: A Sequence-to-Sequence Perspective

2024-02-13 · Jiachen Lu, Renyuan Peng, Xinyue Cai, Hang Xu, Feng Wen, Wei zhang, Li Zhang

The extraction of road network is essential for the generation of high-definition maps since it enables the precise localization of road landmarks and their interconnections. However, generating road network poses a significant challenge due to the conflicting underlying combination of Euclidean (e.g., road landmarks location) and non-Euclidean (e.g., road topological connectivity) structures. Existing methods struggle to merge the two types of data domains effectively, but few of them address it properly. Instead, our work establishes a unified representation of both types of data domain by projecting both Euclidean and non-Euclidean data into an integer series called RoadNet Sequence. Further than modeling an auto-regressive sequence-to-sequence Transformer model to understand RoadNet Sequence, we decouple the dependency of RoadNet Sequence into a mixture of auto-regressive and non-autoregressive dependency. Building on this, our proposed non-autoregressive sequence-to-sequence approach leverages non-autoregressive dependencies while fixing the gap towards auto-regressive dependencies, resulting in success on both efficiency and accuracy. We further identify two main bottlenecks in the current RoadNetTransformer on a non-overfitting split of the dataset: poor landmark detection limited by the BEV Encoder and error propagation to topology reasoning. Therefore, we propose Topology-Inherited Training to inherit better topology knowledge into RoadNetTransformer. Additionally, we collect SD-Maps from open-source map datasets and use this prior information to significantly improve landmark detection and reachability. Extensive experiments on nuScenes dataset demonstrate the superiority of RoadNet Sequence representation and the non-autoregressive approach compared to existing state-of-the-art alternatives.

📄 PDF Abstract BibTeX arXiv:2402.08207

Code (3)

fudan-zvg/roadnetworktransformer 공식 구현 pytorch
MindSpore-scientific-2/code-3/tree/main/translating-math-formula-images mindspore
fudan-zvg/roadnet pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Translating Images to Road Network: A Non-Autoregressive Sequence-to-Sequence Approach

2023-01-01 · ICCV 2023 1 · Jiachen Lu, Renyuan Peng, Xinyue Cai, Hang Xu 외

The extraction of road network is essential for the generation of high-definition maps since it enables the precise localization of road landmarks and their interconnections. However, generating road network poses a …

Hidden Markov Transformer for Simultaneous Machine Translation

2023-03-01 · Shaolei Zhang, Yang Feng

Simultaneous machine translation (SiMT) outputs the target sequence while receiving the source sequence, and hence learning when to start translating each target token is the core challenge for SiMT task. However, it is …

Machine TranslationTranslation

TeViS:Translating Text Synopses to Video Storyboards

2022-12-31 · Xu Gu, Yuchong Sun, Feiyue Ni, ShiZhe Chen 외

A video storyboard is a roadmap for video creation which consists of shot-by-shot images to visualize key plots in a text synopsis. Creating video storyboards, however, remains challenging which not only requires cross-m…

Language ModellingQuantization

Translating Images into Maps

2021-10-03 · Avishkar Saha, Oscar Mendez Maldonado, Chris Russell, Richard Bowden

We approach instantaneous mapping, converting images to a top-down view of the world, as a translation problem. We show how a novel form of transformer network can be used to map from images and video directly to an over…

Translation

Anomaly Detection in a Digital Video Broadcasting System Using Timed Automata

2017-05-24 · Xiaoran Liu, Qin Lin, Sicco Verwer, Dmitri Jarnikov

This paper focuses on detecting anomalies in a digital video broadcasting (DVB) system from providers' perspective. We learn a probabilistic deterministic real timed automaton profiling benign behavior of encryption cont…

Anomaly DetectionOne-class classifier