論文の概要: FlashDrive: Flash Vision-Language-Action Inference for Autonomous Driving
- arxiv url: http://arxiv.org/abs/2608.12932v1
- Date: Thu, 13 Aug 2026 08:10:54 GMT
- ステータス: 翻訳完了
- システム内更新日: 2026-08-14 18:29:38.437911
- Title: FlashDrive: Flash Vision-Language-Action Inference for Autonomous Driving
- Title(参考訳): FlashDrive: 自動運転のためのFlash Vision-Language-Action推論
- Authors: Zekai Li, Yihao Liang, Hongfei Zhang, Jian Chen, Yesheng Liang, Zhijian Liu,
- Abstract要約: Vision-Language-Action(VLA)モデルは、エンドツーエンドの推論を自動運転にもたらすことを約束している。
計算コストは、リアルタイム制御には高すぎる。
我々は,4つのステージを同時にターゲットとする,アルゴリズムとシステムの共同設計フレームワークであるFlashDriveを提案する。
- 参考スコア(独自算出の注目度): 13.217418785964973
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Vision-Language-Action (VLA) models promise to bring end-to-end reasoning to autonomous driving, but their computational cost remains far too high for real-time control. The core challenge is structural: VLA inference is not a single bottleneck but a cascade of four. Visual encoding wastes compute on overlapping video frames; language-model prefill recomputes context that could be carried over from the previous timestep; reasoning tokens are generated serially despite low entropy; and flow-matching denoising applies uniform compute to a non-uniform velocity field. Addressing any one stage in isolation leaves the others untouched. We propose FlashDrive, an algorithm-system co-design framework that targets all four stages simultaneously. Our key insight is that each bottleneck admits a distinct, lightweight algorithmic shortcut: temporal overlap enables streaming KV-cache reuse across frames; the low per-token entropy and strong intra-block correlations of driving-domain reasoning make a non-autoregressive diffusion drafter highly effective for speculative decoding; and the velocity field's structure---sharp at the endpoints, flat in the middle---permits adaptive step caching that concentrates compute where it matters. Layered on system-level CUDA Graph compilation and kernel fusion, these techniques compound. Applied to Alpamayo 1.5-10B with W4A8 quantization, FlashDrive reduces end-to-end latency from 717ms to 151ms (4.7x) while leaving accuracy essentially unchanged: minADE6@6.4s shifts by only 0.08m, minADE1 improves, and closed-loop collision and off-road rates improve in simulation. By raising a 10B-parameter reasoning VLA from 1.4~Hz to 6.6~Hz on a single GPU, FlashDrive moves end-to-end autonomous driving substantially closer to real-time deployment.
- Abstract(参考訳): VLA(Vision-Language-Action)モデルは、エンドツーエンドの推論を自動運転にもたらすことを約束するが、その計算コストはリアルタイム制御には高すぎる。
VLA推論は唯一のボトルネックではなく、4つのカスケードである。
重なり合うビデオフレーム上での視覚的エンコーディングのムダの計算、言語モデルプレフィルのコンテクストの計算、エントロピーが低いにもかかわらず推論トークンが連続的に生成されること、フローマッチングのデノイングは非一様速度場に均一に計算を適用する。
いずれかのステージに単独で取り組むと、他のステージは触れられなくなる。
我々は,4つのステージを同時にターゲットとする,アルゴリズムとシステムの共同設計フレームワークであるFlashDriveを提案する。
時間的オーバーラップはフレーム間のKVキャッシュの再利用を可能にする; 駆動領域推論の低いエントロピーと強いブロック内相関は、投機的デコーディングに非自己回帰拡散ドラフトアを極めて効果的にする; 速度場の構造は、エンドポイントにおいてフラットで、重要な場所で計算を集中する適応的なステップキャッシュをフラットにする。
システムレベルのCUDAグラフのコンパイルとカーネルの融合に基づいて、これらのテクニックは複雑である。
W4A8量子化によるAlpamayo 1.5-10Bの適用により、FlashDriveはエンド・ツー・エンドのレイテンシを717msから151ms(4.7x)に削減し、精度は基本的に変化しない:minADE6@6.4sは0.08m、minADE1は改善され、クローズドループの衝突とオフロードレートはシミュレーションで改善される。
単一のGPU上でVLAを1.4〜Hzから6.6〜Hzに推論する10Bパラメータを上昇させることで、FlashDriveはエンド・ツー・エンドの自動運転をリアルタイムデプロイメントにかなり近づける。
関連論文リスト
- Fast-dDrive: Efficient Block-Diffusion VLM for Autonomous Driving [54.31800246594724]
本稿では,ブロック拡散型VLAであるFast-dDriveについて述べる。
我々は、Fast-dDriveが運転エージェントの速度精度フロンティアを再定義することを示す。
論文 参考訳(メタデータ) (2026-05-22T02:31:32Z) - Accelerating Rectified Flow Models via Trajectory-Aware Caching [35.13071059415995]
我々は,スキップ・then-compensateパラダイムに従って,トレーニング不要なアクセラレーションフレームワークであるTACacheを提案する。
Trajectory-Aware Cacheは、テキスト・ツー・イメージ・ジェネレーションで最大4.14スピードアップ、テキスト・ツー・ビデオ・ジェネレーションで2.11スピードアップを達成する。
論文 参考訳(メタデータ) (2026-05-16T03:44:58Z) - Causal Forcing++: Scalable Few-Step Autoregressive Diffusion Distillation for Real-Time Interactive Video Generation [50.55853275866995]
リアルタイムのインタラクティブなビデオ生成には、低レイテンシ、ストリーミング、コントロール可能なロールアウトが必要である。
本稿では,フレームワイドの自己回帰を1~2ステップのサンプリングで行うという,よりアグレッシブな設定について検討する。
原理的かつスケーラブルなパイプラインである textbfCausal Forcing++ を提案する。
論文 参考訳(メタデータ) (2026-05-14T17:46:36Z) - MindVLA-U1: VLA Beats VA with Unified Streaming Architecture for Autonomous Driving [54.57163800903507]
我々は、自動運転のための最初の統合ストリーミングVLAアーキテクチャであるMindVLA-U1を紹介する。
統一されたVLMバックボーンは、1つの共有表現に1つのフォワードパスでAR言語トークンとフローマッチングされた連続的なアクショントラジェクトリを生成する。
ロングテールのWOD-E2Eベンチマークでは、MindVLA-U1が経験豊富な人間のドライバーを初めて上回った。
論文 参考訳(メタデータ) (2026-05-12T18:09:42Z) - Small Vision-Language Models are Smart Compressors for Long Video Understanding [73.65465038390771]
長時間のビデオ理解は、欲求に満ちたコンテキストではなく、意図駆動の効率に頼っている。
本稿では,下流の理解のために長い動画を圧縮する効率的なクエリ認識フレームワークであるTempoを提案する。
テストでは、Tempoが1時間のビデオを理論的限界以下に圧縮し、真のロングフォームビデオ理解が意図駆動の効率に依存することを示した。
論文 参考訳(メタデータ) (2026-04-09T11:40:25Z) - Lane-Frame Quantum Multimodal Driving Forecasts for the Trajectory of Autonomous Vehicles [6.137648436139678]
自動運転のトレイ予測は、厳密な計算とレイテンシの制約の下で、正確でマルチモーダルなキャリブレーションされた予測を提供する必要がある。
本稿では,エゴ中心のレーン配向フレームで動作することにより,量子帰納バイアスを路面構造に整合させる,コンパクトなハイブリッド量子アーキテクチャを提案する。
Open Motionデータセットでは、SI1.94mのminADEとSI3.56mのminFDEが達成され、ミス率と強いリコールでキネマティックベースラインを一貫して上回っている。
論文 参考訳(メタデータ) (2025-11-21T07:00:07Z)
関連論文リストは本サイト内にある論文のタイトル・アブストラクトから自動的に作成しています。
指定された論文の情報です。
本サイトの運営者は本サイト(すべての情報・翻訳含む)の品質を保証せず、本サイト(すべての情報・翻訳含む)を使用して発生したあらゆる結果について一切の責任を負いません。