AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。ソース概要:Modern Large Language Models achieve impressive reasoning capabilities with long Chain of Thoughts, but they incur substantial computational cost during inference, and this motivates techniques to improve the performance-cost ratio. Among these techniques, Speculative Decoding accelerates inference by employing a fast but inaccurate draft model to auto-regressively propose tokens, which are then verified in parallel by a more capable target model. However, due to unnecessary rejections caused by token mismatches in semantically equivalent steps, traditional token-level Speculative Decoding…
AI 生成が一時的に利用できないため、ソース内容とフォールバックメタデータを保存しました。
Modern Large Language Models achieve impressive reasoning capabilities with long Chain of Thoughts, but they incur substantial computational cost during inference, and this motiva…
AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。ソース概要:Large Language Models (LLMs) have achieved state-of-the-art performance on a broad range of Natural Language Processing (NLP) tasks, including document processing and code generation. Autoregressive Language Models (ARMs), which generate tokens sequentially conditioned on all previous tokens, have been the predominant paradigm for LLMs. While these models have achieved high accuracy across a range of downstream tasks, they exhibit low arithmetic intensity due to the inherent sequential dependency in next-token prediction. Recently, Diffusion Language Models (DLMs) have emerged as a promising…
AI 生成が一時的に利用できないため、ソース内容とフォールバックメタデータを保存しました。
Large Language Models (LLMs) have achieved state-of-the-art performance on a broad range of Natural Language Processing (NLP) tasks, including document processing and code generat…
AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。ソース概要:Continuous diffusion and flow matching models could represent a powerful alternative to autoregressive approaches for language modelling (LM), as they unlock a host of advantages currently reserved for continuous modalities, including accelerated sampling and tilting. Recently, several works have demonstrated the possibility of generating discrete data continuously by a simple flow matching process between a Gaussian and the one-hot encoded data distribution. They have further shown the feasibility of accelerated sampling via Categorical Flow Maps (CFMs), resulting in competitive sample…
AI 生成が一時的に利用できないため、ソース内容とフォールバックメタデータを保存しました。
Continuous diffusion and flow matching models could represent a powerful alternative to autoregressive approaches for language modelling (LM), as they unlock a host of advantages…
AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。ソース概要:Large language models (LLMs) with integrated search tools show strong promise in open-domain question answering (QA), yet they often struggle to produce complete answer set to complex questions such as “Which actor from the film Heat won at least one Academy Award?”, which requires (1) distinguishing between multiple films sharing the same title and (2) reasoning across a large set of actors to gather and integrate evidence. Existing QA benchmarks rarely evaluate both challenges jointly. To address this, we introduce DEEPAMBIGQAGEN, an automatic data generation pipeline that constructs QA…
AI 生成が一時的に利用できないため、ソース内容とフォールバックメタデータを保存しました。
Large language models (LLMs) with integrated search tools show strong promise in open-domain question answering (QA), yet they often struggle to produce complete answer set to com…
AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。ソース概要:The quality of open-weight language models has dramatically improved in recent years. Sharing weights greatly facilitates model adoption by enabling their use across diverse hardware and software platforms. They also allow for more open research and testing, to the extent that users can use them as checkpoints, fine-tune them according to their needs, and potentially redistribute them. In some cases, however, concerns on modifying these weights towards unauthorized uses may outweigh the pros of giving users such a freedom. Defending against such adaptation is non-trivial: since an adaptive…
AI 生成が一時的に利用できないため、ソース内容とフォールバックメタデータを保存しました。
The quality of open-weight language models has dramatically improved in recent years. Sharing weights greatly facilitates model adoption by enabling their use across diverse hardw…
AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。ソース概要:We study outlier tokens in Diffusion Transformers (DiTs) for image generation. Prior work has shown that Vision Transformers (ViTs) can produce a small number of high-norm tokens that attract disproportionate attention while carrying limited local information, but their role in generative models remains underexplored. We show that this phenomenon appears in both the encoder and denoiser of modern Representation Autoencoder (RAE)-DiT pipelines: pretrained ViT encoders can produce outlier representations, and DiTs themselves can develop internal outlier tokens, especially in intermediate layers…
AI 生成が一時的に利用できないため、ソース内容とフォールバックメタデータを保存しました。
We study outlier tokens in Diffusion Transformers (DiTs) for image generation. Prior work has shown that Vision Transformers (ViTs) can produce a small number of high-norm tokens…
AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。ソース概要:Preference alignment has become a crucial component in enhancing the performance of Large Language Models (LLMs), yet its impact in Multimodal Large Language Models (MLLMs) remains comparatively underexplored. Similar to language models, MLLMs for image understanding tasks encounter challenges like hallucination. In MLLMs, hallucination can occur not only by stating incorrect facts but also by producing responses that are inconsistent with the image content. A primary objective of alignment for MLLMs is to encourage these models to align responses more closely with image information. Recently…
AI 生成が一時的に利用できないため、ソース内容とフォールバックメタデータを保存しました。
Preference alignment has become a crucial component in enhancing the performance of Large Language Models (LLMs), yet its impact in Multimodal Large Language Models (MLLMs) remain…
Apple は Siri Expressive Voices を発表しました。その背後には、メモリ効率的な音声合成アーキテクチャである「デトークナイザ」があります。このアーキテクチャは、基盤モデルから出力されるセマンティック音声トークンを、Apple Matrix コプロセッサ(AMX)の厳しい計算・メモリ予算内で高忠実度の音声に変換します。ストリーミングエンコーダ、時間デコーダ、深度デコーダの3つのコンポーネントからなり、時間処理と深度処理を体系的に分離します。単一の再利用可能な深度デコーダが拡散トランスフォーマー(DiT)スタイルのステージ条件付けを使用してすべての RVQ レベルを自己回帰的に生成し、従来のマルチデコーダアーキテクチャの専用レベルデコーダを置き換えます。因果的スライディングウィンドウアテンションと固定ウィンドウキーバリューキャッシュにより、メモリ複雑性はシーケンス長に依存せず一定になります。AMX 上で展開されたデトークナイザは、1生成ステップあたり約10ミリ秒(リアルタイム比約16倍高速)を維持し、ピーク実行時メモリは約21MB、オンデバイスアセットは329MBで、20〜320秒の音声を連続ストリーミング合成可能です。このアーキテクチャは Siri Expressive Voices の一部として本番環境に展開され、AFM 3 Core Advanced(10億パラメータ活性化サイズ)内で動作し、従来のオンデバイス音声合成システムと比較して平均オピニオン評点(MOS)を全体で+0.28(4.15 vs. 3.87)、会話音声で+0.42(4.24 vs. 3.82)改善しています。
Apple が Siri Expressive Voices を発表。メモリ効率の高いオンデバイス音声合成のための新しいデトークナイザアーキテクチャを採用。
視覚言語モデル(VLM)は複雑なテキスト命令に従えるが、純粋な視覚コンテキストからの推論が苦手である。新たに導入されたVisual Concept Inference from Sets(VICIS)タスクはこの能力を評価する。著者らは、画像セットから概念固有の埋め込みを学習する訓練フレームワークとアーキテクチャを提案し、生成の精度と未見の概念やモダリティへの一般化を向上させる。
Apple TV検索向けに、テキストベースの多言語エンコーダとIDベースの協調埋め込みを組み合わせたパーソナライゼーションシステムを提案。対照学習とインタラクションデータで微調整された埋め込みをXGBoostランカーに注入。曖昧な短いクエリではNDCG@10が8.63%向上、長い視聴履歴を持つユーザーでは4.37%向上。オンライン実験ではタップスルー率+1.14%、コンバージョン率+1.23%を達成。
Apple Musicは150以上のストアフロントで数十言語のリスナーにサービスを提供し、毎日数十万の新曲が追加されている。この規模では、スペルミス、音訳、言語横断的なクエリに対する検索リコールがセッション品質の主要な決定要因となる。Appleの研究者は、GTE-multilingual-baseからカリキュラムスケジュールされた多目的トレーニングで微調整された3億500万パラメータのSiameseバイエンコーダに基づく多言語セマンティック検索システムを提案する。このモデルは、密な近傍結果と既存のトークンベースのインデックスを分位分布マッチングでブレンドするハイブリッド検索アーキテクチャを介して検索スタックに統合され、下流のランカーを再トレーニングせずに展開可能。オフラインではHit@10が69%相対改善。全世界のオンラインA/Bテストでは、全体のコンバージョン率(CR)が2.28%向上、無結果率が86%減少し、すべてのストアフロントで改善が見られた。テールクエリではCRが7.93%向上し、ミッドフリークエリの0.89%、ヘッドクエリの0.14%を大きく上回った。
Apple Musicが多言語セマンティック検索システムを導入。3億500万パラメータのSiameseバイエンコーダをGTE-multilingual-baseから微調整して構築。
マルチモーダル大規模言語モデルは視覚理解で高い性能を示しているが、特にエゴセントリックな設定では時間的認識が不足している。Appleの研究チームは、時間的推論を促進するために強化学習と検証可能な報酬を用いたTemporal Global Policy Optimization(TGPO)アルゴリズムを提案している。