AICurious Logo

What is: Neural Attention Fields?

SourceNEAT: Neural Attention Fields for End-to-End Autonomous Driving
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

NEAT, or Neural Attention Fields, is a feature representation for end-to-end imitation learning models. NEAT is a continuous function which maps locations in Bird's Eye View (BEV) scene coordinates to waypoints and semantics, using intermediate attention maps to iteratively compress high-dimensional 2D image features into a compact representation. This allows the model to selectively attend to relevant regions in the input while ignoring information irrelevant to the driving task, effectively associating the images with the BEV representation. Furthermore, visualizing the attention maps for models with NEAT intermediate representations provides improved interpretability.