Papers · organized/paper_cards

论文

93 张论文卡片 · 应用落地

开放获取 全部 绿色 · 724
Self-Evolving Coding Agents
自我进化的编程 Agent
arXiv:2608.03392 Agent 智能体 应用落地 被引 0 · S2

本综述旨在厘清自进化 coding agent 的概念边界,为设计更具适应性、可靠性与软件感知能力的 agentic 系统奠定基础。This survey aims to clarify the conceptual boundaries of self-evolving coding agents and provide a foundation for designing more adaptive, reliable, and software-aware agentic systems.

Resume Means Resume: A Machine-Checked Conformance Contract for Checkpoint, Interrupt, and Resume Semantics in Workflow Persistence Layers
Resume 即 Resume:工作流持久化层中检查点、中断与恢复语义的可机器验证一致性契约
arXiv:2608.03836 Agent 智能体 应用落地 被引 0 · S2

一个持久化执行状态、使运行可被中断、能在崩溃后存活并继续的框架,必须为已经触发的副作用界定"恢复"的含义。五种广泛部署的 Agent 工作流框架给出了不同答案,且均未公开可机器验证的契约,其行为甚至违背了它们自己声明的片段。RESUME CONTRACT 针对持久化 API 陈述了六项性质(前缀延续、副作用恰好一次、分支确定性、检查点有效性、消费一次、恢复确定性),并附加分支意图与活性义务。TLA+ 模型对参考语义进行了检验……A framework that persists execution state so a run can be interrupted, survive a crash, and continue must decide what a resume means for effects that already fired. Five widely deployed agent workflow frameworks answer differently, none exposes a machine-checkable contract, and behavior violates even the fragments they state. The RESUME CONTRACT states six properties over the persistence API (prefix continuation, effect exactly-once, fork determinism, checkpoint validity, consume-once, recovery determinism), plus fork-intent and liveness obligations. A TLA+ model checks a reference semantics e

Lossless Tensor Compression as Program Synthesis
将无损张量压缩视为程序合成
arXiv:2608.02162 工程化 应用落地 被引 0 · S2

设计了一种类型化的领域特定语言(DSL),通过一组可逆算子捕获重复区域、浮点域等常见张量结构,将无损张量压缩建模为程序合成问题。A typed domain-specific language that captures recurring tensor structures, such as repeated regions and floating-point fields, through a set of reversible operators, is designed, which formulates lossless tensor compression as program synthesis.

Hardware Keystores for AI Agent Signing Workflows: A Zero-Trust MCP Enforcement Architecture
面向 AI Agent 签名工作流的硬件密钥存储:一种零信任 MCP 强制执行架构
arXiv:2608.06130 Agent 智能体 应用落地 被引 0 · S2

将软件侧密钥替换为硬件受限的密钥,通过厂商中立的 PKCS#11 接口访问,并由包含会话身份、作用域边界、语义验证、污点追踪和硬件执行边界的五层 Zero-Trust 执行栈提供保护。This work replaces software-resident keys with hardware-confined keys accessible through a vendor-neutral PKCS#11 interface, enabled by a surrounding five-layer Zero-Trust enforcement stack comprising session identity, scope bounds, semantic validation, taint tracking, and the hardware execution boundary.

Activity Frames: Deterministic Screen-Activity Compilation for Agent Memory and Replay
[标题中文] Activity Frames:面向 Agent 记忆与回放的确定性屏幕活动编译
arXiv:2608.05784 Agent 智能体 应用落地 被引 0 · S2

将一个确定性、无模型的流水线编译进 Agent 记忆:该流水线将本地采集流切分为类型化的活动帧与有界事件片段,携带应用、站点、时间、输入量以及回指原始行的证据指针,全程无模型参与。A deterministic, zero-model pipeline is compiled into agent memory with a deterministic, zero-model pipeline that segments a local capture stream into typed activity frames, bounded episodes carrying application, site, timing, input volume, and evidence pointers back to the raw rows, with no model in the loop.

YOLO-PEFT: Parameter-Efficient Fine-Tuning on YOLO Family
YOLO-PEFT:面向 YOLO 系列的参数高效微调
arXiv:2608.07051 工程化 应用落地 被引 0 · S2

提出 YOLO-PEFT,一个结构感知的框架,将 adapter 的放置建模为可审计的约束规划问题,以显式、可审查的规划取代手工对目标模块的试错,同时保留已验证的 train-save-merge-export 路径。YOLO-PEFT is proposed, a structure-aware framework that formulates adapter placement as an auditable constraint-planning problem that replaces manual target-module trial and error with explicit, inspectable planning while preserving verified train-save-merge-export paths.

Round-Trip Consistency: Bidirectional Diffusion Models Can Predict Their Own Rollout Errors
往返一致性:双向扩散模型可预测自身的 rollout 误差
arXiv:2608.00675 多模态 应用落地 被引 1 · S2

往返一致性将可逆性转化为生成式模型一种实用的可信信号;双向训练带来负成本,在两个方向上均优于单向专家模型;其中反向还可作为快速的逆问题求解器。Round-trip consistency turns reversibility into a practical trust signal for generative models, and Bidirectional training comes at negative cost, beating direction specialists in both directions, and the backward direction doubles as a fast inverse solver.

Taxonomy-Driven Analysis of Open-Source AI Risk Mitigation Tools
基于分类法的开源 AI 风险缓解工具分析
arXiv:2608.07446 评测基准 应用落地 被引 0 · S2

本文提出一种结构化协议,通过对开源 LLM 评估与安全工具的分类驱动分析来自动化 AI 风险缓解,并给出一个可同时适用于开源与商用方案的分类驱动框架。This paper proposes a structured protocol to automate AI risk mitigation through a taxonomy-driven analysis of open-source LLM evaluation and security tools, and presents a taxonomy-driven framework applicable to open-source and proprietary solutions.

Efficient Knowledge Distillation for LLMs: Offline Top-K Logits and a Fused Chunked KL Loss
高效 LLM 知识蒸馏:离线 Top-K Logits 与融合分块 KL 损失
arXiv:2608.03796 工程化 应用落地 被引 0 · S2

本文是一项关于如何提升蒸馏训练效率的实践研究,围绕两项系统贡献展开,并提出一种融合的 chunked KL loss,使峰值内存随序列长度线性增长。A practitioner's study of how to make distillation training efficient is presented, organised around two systems contributions, and a fused, chunked KL loss is introduced, making peak memory linear in the sequence length.

Co-occurrence Feature Learning for Skeleton based Action Recognition using Regularized Deep LSTM Networks
使用正则化深度 LSTM 网络进行基于骨骼动作识别的共现特征学习
arXiv:1603.07772 多模态 应用落地 OA · 绿色 被引 930 · S2

本文在每个时间步以骨骼作为输入,引入一种新的正则化方案来学习骨骼关节的共现特征,并提出一种同时作用于 LSTM 神经元门、单元和输出响应的新型 dropout 算法。This work takes the skeleton as the input at each time slot and introduces a novel regularization scheme to learn the co-occurrence features of skeleton joints, and proposes a new dropout algorithm which simultaneously operates on the gates, cells, and output responses of the LSTM neurons.

DCAS: Decoupling CLI Agent Scaffolding to Internalize Planning across Scaffolds
DCAS:解耦 CLI Agent 脚手架以实现跨脚手架的规划内化
arXiv:2608.06113 工程化 应用落地 被引 0 · S2

提出 Decoupling CLI Agent Scaffolding(DCAS),一种后端替换的拦截层,可在不修改 scaffold 的前提下,在任意 CLI scaffold 与任意后端模型之间路由 API 流量,从而支持跨 scaffold 评估与具备规划感知的轨迹采集。Decoupling CLI Agent Scaffolding (DCAS) is introduced, a backend-substitution interception layer that routes API traffic between any CLI scaffold and any backend model without modifying the scaffold, enabling cross-scaffold evaluation and planning-aware trajectory collection.

CEAA: A Cognitive Embodied Agents Architecture for Interactive Computing Systems
CEAA:面向交互式计算系统的认知具身 Agent 架构
arXiv:2608.09848 Agent 智能体 应用落地 被引 1 · S2

所提架构通过提供模块化、面向实现的具身认知能力 IVA 部署框架,弥合高层智能体推理模型与实时具身执行之间的鸿沟,助力在复杂交互虚拟环境中构建可扩展、自适应且可解释的智能体。The proposed architecture contributes by providing a modular, implementation-oriented framework for the deployment of embodied, cognitive-capable IVAs and bridges the gap between high-level agent reasoning models with real-time embodied execution, for scalable, adaptive, and explainable agents in complex interactive virtual environments.

Large Language Models Encode Clinical Knowledge
大语言模型编码临床知识
arXiv:2212.13138 LLM 基础设施 应用落地 OA · 绿色 被引 5026 · S2

提出 MultiMedQA 基准,整合六个现有医学问答数据集(涵盖专业医学、研究与消费者查询)及一个全新的在线医学问题搜索数据集,并提出针对模型答案的人工评估框架,揭示了 LLM 在医学领域的潜在应用价值。MultiMedQA, a benchmark combining six existing medical question answering datasets spanning professional medicine, research and consumer queries and a new dataset of medical questions searched online, is presented and a human evaluation framework for model answers is proposed, suggesting the potential utility of LLMs in medicine.

VeriForge: Mitigating Latent Knowledge Gaps in Narrative Drafting via Mixed-Initiative Scaffolding
VeriForge:通过混合主动式支架缓解叙事起草中的潜在知识缺口
arXiv:2608.09698 Agent 智能体 应用落地 被引 0 · S2

VeriForge 是一种混合主动写作系统,通过划分认知劳动,使系统在领域发现上承担主动权,而作者保留对叙事合成的完全主动权;在受控的冷启动写作任务中,专家评审者认为其产出在领域扎根方面更强。VeriForge is a mixed-initiative writing system that divides cognitive labor so that the system assumes initiative over domain discovery while the author retains full initiative over narrative synthesis, and is perceived by expert raters to produce passages with stronger domain grounding in a controlled cold-start writing task.

UniMoMo: Expert Merging-Based MoE Acceleration for Large Recommendation Models
UniMoMo:基于专家合并的大规模推荐模型 MoE 加速
arXiv:2608.08627 工程化 应用落地 被引 0 · S2

本文提出 UniMoMo,一种后训练压缩框架,将其形式化为约束图粗化问题,并引入分层自适应保护机制,根据路由暴露度限制对高流量 expert 的合并。UniMoMo, a post-training compression framework formulated as a constrained graph coarsening problem, is introduced, and a layer-adaptive protection mechanism that restricts the merging of high-traffic experts based on their routing exposure is introduced.

LiveAnimate: Stable Long-Form Streaming Human Animation in Real-Time
LiveAnimate:实时稳定的长视频流式人体动画
arXiv:2608.11745 多模态 应用落地 被引 0 · S2

本文提出 LiveAnimate,据作者所知是首个将实时流式生成与十亿参数规模下的稳定长视频生成相结合的系统,基于 140 亿参数的视频 Diffusion Transformer(DiT)。This work presents LiveAnimate, to their knowledge the first animation system to combine real-time streaming with stable long-form generation at billion scale, built on a 14B-parameter video Diffusion Transformer (DiT).

SKILLER: Language-Level Reinforcement Learning for Reusable Skill Extraction in Small Language Models
SKILLER:面向小型语言模型可复用技能提取的语言级强化学习
arXiv:2608.10538 Agent 智能体 应用落地 被引 0 · S2

SKILLER 是一个由自然语言驱动的强化学习框架,旨在为小模型自动生成执行器特定的 skills,使用强模型作为 actor 和 critic,将小模型 Agent 系统视为环境,并通过自然语言完全传递所有强化学习信号。SKILLER is a natural-language-driven reinforcement learning framework designed to automatically generate executor-specific skills for small models, which employs a strong model as the actor and critic, treats the small-model agent system as the environment, and propagates all reinforcement learning signals entirely via natural language.

LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers
LLMRouter:面向 LLM 路由器开发、评估与部署的统一基础设施
arXiv:2608.06867 评测基准 应用落地 被引 0 · S2

本文给出了 LLM routing 的统一形式化,将其刻画为由五个组件构成的序贯决策过程:context 编码器、模型编码器、评分函数、决策规则和学习信号,涵盖单轮、多轮和个性化 routing。This work presents a unified formulation of LLM routing as a sequential decision process characterized by five components: context encoders, model encoders, scoring functions, decision rules, and learning signals, covering single-turn, multi-turn, and personalized routing.

When Should Multi-Round RAG Stop? Structured Stopping Judgments and Retrieval Reduction in Search-R1
多轮 RAG 何时停止?Search-R1 中的结构化停止判断与检索缩减
arXiv:2608.13237 RAG 检索增强 应用落地 被引 0 · S2

本文将 S2G-RAG 的结构化充分性-缺口判断适配到冻结的 Search-R1 流程中,并在来自 900 个不相交 HotpotQA 问题的 3009 个状态上训练了一个 Qwen3.5-2B judge,以减少检索次数同时广泛保持答案准确性。This work adapts S2G-RAG's structured sufficiency-and-gap judgment to a frozen Search-R1 pipeline and trains a Qwen3.5-2B judge on 3,009 states from 900 disjoint HotpotQA questions to reduce retrieval while broadly preserving answer accuracy.

Model-agnostic Retrieval-Augmented Extended Forecasting for time series
模型无关的检索增强扩展时间序列预测
arXiv:2608.14054 RAG 检索增强 应用落地 被引 0 · S2

在多个 benchmark 数据集上的实证评估表明,RAEF 在准确率和推理开销方面均优于 RAF,并且与零样本及微调基础模型的全面对比显示,RAEF 在避免微计算负担的同时取得了与微调相当或更优的性能。Empirical evaluation across multiple benchmark datasets demonstrates that RAEF outperforms RAF in both accuracy and inference overhead, and comprehensive comparisons with zero-shot and fine-tuned foundation models show that RAEF achieves competitive or superior performance to fine-tuning while avoiding its computational burden.

Nanbeige4.2-3B on Apple Silicon: Fixing Deployment Bugs and Decreasing Looped Transformer Memory Overhead
Nanbeige4.2-3B on Apple Silicon:修复部署 Bug 并降低 Looped Transformer 显存开销
arXiv:2608.13987 Agent 智能体 应用落地 被引 0 · S2

提出一种 chunked-prefill 策略,可缓解由此带来的内存容量惩罚,在 32 GiB 共享内存上将允许的上下文宽度扩展 $2.7 \times$,但即便降低了内存开销,仍需打补丁才能使 Nanbeige4.2-3B 可用。A chunked-prefill strategy is introduced which alleviates the incurred memory-capacity penalty, extending allowable context width by $2.7 \times$ on 32~GiB shared memory, however, even with the reduced memory overhead, it is shown that patches are required to render Nanbeige4.2-3B usable.