Views
No views yet
Input: RGB Image (224 × 224 × 3)
↓
Patch Embedding (16 × 16 patches)
↓
[CLS] Token + Positional Embedding
↓
Transformer Encoder Blocks (×L):
- Multi-Head Self-Attention
- Layer Normalization
- MLP (Feed-Forward)
- Layer Normalization
↓
[CLS] Token Output
↓
MLP Head
↓
Output: [steering, throttle]| Map | Checkpoint |
|---|---|
| GenRoads | genroads_20251202-152358/ |
| Jungle | jungle_20251201-132938/ |
best_model.ckpt: PyTorch model checkpointmeta.json: Training configuration and hyperparametershistory.csv: Training/validation metrics per epochloss_curve.png: Visualization of training progress1@thesis{igenbergs2026dualaxis,
2 title={Dual-Axis Testing of Visual Robustness and Topological Generalization in Vision-based End-to-End Driving Models},
3 author={Igenbergs, Maxim},
4 school={Technical University of Munich},
5 year={2026},
6 type={Bachelor's Thesis}
7}