Speculative Decoding:速度背後的機制與邊界
推測解碼利用草稿模型預測多個詞元,再由目標模型並行驗證。這在特定條件下能減少延遲,但接受率與硬體邊界決定了真實收益。本文拆解核心機制、效能取捨與維運考量。
推測解碼利用草稿模型預測多個詞元,再由目標模型並行驗證。這在特定條件下能減少延遲,但接受率與硬體邊界決定了真實收益。本文拆解核心機制、效能取捨與維運考量。
Speculative decoding uses a draft model to predict multiple tokens, which the target model then verifies in parallel. Under certain conditions, this can reduce latency, but acceptance rate and hardware limits determine the actual gains. This article breaks down the core mechanism, performance trade-offs, and operational considerations.
在 DeepMind 的測試條件下,抽象草圖可能是影響模型物理推理準確率的因素之一。VIPE 透過自動將輸入圖像轉為寫實風格,讓 Veo 3.1 準確率從 41.3% 躍升至 59.3%。這在受測範圍內指出了一個方向:在花大錢增加算力之前,先搞清楚模型到底看到了什麼。
Under DeepMind’s test conditions, abstract sketches may be one factor affecting a model’s physical-reasoning accuracy. VIPE automatically converts input images into a photorealistic style, raising Veo 3.1 accuracy on VPCT from 41.3% to 59.3%, while Omni Flash rises from 56.3% to 67.5%. Within the tested scope, this points to a direction: before spending heavily on more compute, first clarify what the model is actually seeing.
Traditional moving object segmentation (MOS) relies on 2D aids such as optical flow, without 3D geometric context. GMOS anchors motion directly in RGB video across 3D space and time, introduces the frame-level MOS-I protocol, and builds the GMOS-2K dataset. The paper reports leading results across its evaluated MOS, MOS-I, and UVOS benchmarks, while running about three times faster than earlier multi-object MOS methods under the Tab. 1 evaluation setup.
傳統動態物件分割(MOS)依賴光流等 2D 輔助,缺乏 3D 幾何資訊。GMOS 直接在 RGB 視頻上錨定 3D 時空,提出 MOS-I 逐幀瞬時運動評估協議並建立 GMOS-2K 資料集;論文報告其在所測 MOS、MOS-I 與 UVOS 基準中達到領先結果,並在 Tab. 1 的設定下比先前多物件 MOS 方法約快三倍。
算力預算有限時,該追求大模型還是大資料?透過 Chinchilla 論文數據,解析 1:20 參數與 Token 的最優比例,為 LLM 訓練提供決策依據。
When compute is limited, should you buy a bigger model or feed it more data? Chinchilla gave a counterintuitive answer in 2022: at a fixed training budget, a 70B model trained on 1.4T tokens outperformed a 280B model trained on 300B tokens, using the same compute. That points to an approximate 1:20 parameter-to-token ratio in that setup. If you’re planning an LLM training run, this paper offers a practical way to think about model size, data volume, and where your next dollar creates more learning.
標註 30,000 小時影片的成本高昂。Genie 證明:只要數據夠純,模型自己會長出骨架。本文分析 LAM 如何從無標註影像中學習互動,以及這對 Agent 訓練的經濟與技術衝擊。
Labeling 30,000 hours of video is an expensive path, and the bill scales fast. This article breaks down how the Latent Action Model (LAM) learns interaction from unlabeled images, and what that means economically and technically for agent training.