semi·news
Headlines要闻 / Research研究 / /
Research digest · Sunday, June 14, 2026 研究摘要 · 2026年6月14日 星期日

Efficiency Moves Up the Systems Stack 效率优化上移至系统栈

This week's strongest results reduce wasted work through memory reuse, sparse model selection, adaptive retrieval, resource-aware orchestration, and speculative execution. Device and circuit papers remain thinner, but the systems work points directly at lower inference and infrastructure cost. 本周较强的成果通过内存复用、稀疏模型选择、自适应检索、资源感知编排和推测执行减少无效计算。器件与电路论文相对偏少,但系统层工作直接指向更低的推理与基础设施成本。

Look-back window: 7 days · 9 paper(s) 回溯窗口: 7天 · 9篇

Devices & Process 器件与工艺

Memristor-CMOS Artificial Synapse for Associative Learning 用于联想学习的忆阻器-CMOS人工突触

P. Dong, L. Wang, D. Zhang, et al.

Microsystem Technologies · 2026-06-13

The paper integrates a memristor-based artificial-synapse element with CMOS circuitry to implement Pavlov-style associative-memory learning. It is relevant to compact neuromorphic learning because state storage and synaptic weighting can be colocated. The candidate record provides no array size, process details, energy data, or measured-silicon results, so scalability and hardware efficiency cannot be judged from the available metadata. 该论文将忆阻器人工突触单元与CMOS电路结合,实现巴甫洛夫式联想记忆学习。其意义在于状态存储与突触权重可在紧凑的神经形态硬件中共址。候选记录未提供阵列规模、制程、能耗或实测硅片结果,因此目前无法判断其可扩展性与硬件效率。

Circuits & Architecture 电路与架构

Safe Memory Reuse for Task-and-Future Runtimes 面向任务与Future运行时的安全内存复用

R. Nather

arXiv:2606.13623 · 2026-06-11T17:36:54Z

The work adds an await_delete construct to future-based runtimes so storage can be safely reused after all consumers finish, addressing a practical limitation of immutable future values. A block-wise symmetric-matrix inversion implementation in an extended Taskflow runtime approaches linear scaling on large matrices. Futures still impose substantial overhead on smaller problems, so the benefit depends on crossing an amortization threshold. 该工作为基于Future的运行时加入await_delete机制,使所有消费者完成后可安全复用存储,解决Future值不可变带来的实际限制。作者在扩展版Taskflow中实现分块对称矩阵求逆,大矩阵上接近线性扩展。小规模问题仍承受明显的Future开销,因此收益取决于能否跨过开销摊销阈值。

Affine Models Compensate SAR-ADC Non-Idealities in Massive MIMO 仿射模型补偿大规模MIMO中的SAR-ADC非理想效应

J. Guichemerre, C. Studer

arXiv:2606.13417 · 2026-06-11T14:46:56Z

The paper develops two affine models for low-resolution SAR-ADC behavior in massive MU-MIMO, one based on Bussgang decomposition and one optimized for signal-to-distortion ratio. The models explicitly include converter non-idealities that ideal quantization analyses usually omit, then support low-complexity digital mitigation. The available abstract does not report measured converter silicon or system-level power savings, so the result remains a modeling and algorithm contribution. 该论文为大规模MU-MIMO中的低分辨率SAR-ADC建立两种仿射模型,一种基于Bussgang分解,另一种针对信号失真比优化。模型显式纳入理想量化分析常忽略的转换器非理想效应,并据此设计低复杂度数字补偿。现有摘要未报告ADC实测硅片或系统级功耗节省,因此主要贡献仍是建模与算法。

AI Research for Hardware 面向硬件的AI研究

Recursive Agent Harnesses Scale Long-Context Work 递归Agent Harness扩展长上下文任务

E. Lumer, S. Sen, K. Paul, et al.

arXiv:2606.13643 · 2026-06-11T17:47:30Z

Recursive Agent Harnesses let a parent agent generate executable workflows that spawn tool-using subagents in parallel rather than recursively calling a bare model. With GPT-5 held constant, the approach improves the Codex baseline from 71.75% to 81.36% on 199 Oolong-Synthetic tasks spanning contexts up to 4 million tokens. The gain shifts scaling pressure toward orchestration, parallel inference, and structured communication, but evidence is currently limited to a controlled long-context benchmark. Recursive Agent Harness让父agent生成可执行工作流,并行启动具备工具能力的子agent,而不是递归调用裸模型。在固定使用GPT-5时,该方法在199个Oolong-Synthetic任务上把Codex基线从71.75%提升至81.36%,上下文长度最高达400万token。它把扩展压力转向编排、并行推理与结构化通信,但当前证据仍局限于受控长上下文基准。

Sparse Bagging Compresses Ensembles by Up to 96% 稀疏Bagging将集成模型最高压缩96%

M. S. Preetam, M. Bhaskar

arXiv:2606.13589 · 2026-06-11T17:11:51Z

Simplex-Constrained Sparse Bagging jointly prunes and calibrates ensemble models using out-of-bag loss plus a concave quadratic sparsity penalty. The method reports up to 96% ensemble compression with linear inference speedups while preserving or improving accuracy and calibration. Results cover bagged model families rather than modern transformer workloads, so transfer to accelerator-heavy inference still needs demonstration. Simplex-Constrained Sparse Bagging使用袋外损失与凹二次稀疏惩罚,联合完成集成模型剪枝和概率校准。该方法报告最高96%的集成压缩,并获得线性推理加速,同时保持或改善准确率与校准表现。实验面向Bagging模型族而非现代Transformer负载,因此能否迁移到加速器密集型推理仍需验证。

Uncertainty-Aware Retrieval Chooses RAG Chunk Granularity Per Query 不确定性感知检索按查询选择RAG分块粒度

H. Jung, X. Wang

arXiv:2606.13550 · 2026-06-11T16:30:45Z

UMG-RAG treats retrieval granularity as a query-specific reliability problem, combining dense and sparse retrievers across multiple chunk sizes using entropy-derived confidence. A parent-promotion variant retrieves with fine chunks but returns broader, non-redundant context to the generator. The design is training-free and could reduce wasted context processing, although the candidate abstract does not expose latency, token, or energy savings. UMG-RAG把检索粒度视为按查询变化的可靠性问题,利用熵生成的置信度融合多种分块尺度上的稠密与稀疏检索器。其parent-promotion变体用细粒度分块定位证据,再向生成器返回更宽且不重复的上下文。该设计无需训练,可能减少无效上下文计算,但候选摘要未给出延迟、token或能耗节省数据。

CloudCons Tests Forecasting Models on Real Consolidation Decisions CloudCons以真实资源整合决策评测预测模型

X. Zhang, L. Shen, M. Chen, et al.

arXiv:2606.13513 · 2026-06-11T16:00:51Z

CloudCons evaluates forecasting models by their downstream value in cloud resource consolidation rather than prediction error alone. Its datasets span Huawei Cloud, Microsoft Azure, and Google Borg workloads with periodic, bursty, and noisy demand patterns. This is useful for infrastructure efficiency because a statistically better forecast may not produce a better placement decision; the available abstract, however, truncates before reporting the full comparative results. CloudCons不只比较预测误差,而是按模型在云资源整合决策中的下游价值进行评测。数据集覆盖Huawei Cloud、Microsoft Azure和Google Borg负载,包含周期型、突发型与高频噪声需求。该基准有助于基础设施效率研究,因为统计上更准的预测未必带来更好的放置决策;但现有候选摘要在完整对比结果前被截断。

Block Verification Speeds Speculative Diffusion Sampling 块验证加速推测式扩散采样

A. Soen, H. Husain, V. De Bortoli, et al.

arXiv:2606.13426 · 2026-06-11T14:54:13Z

The paper adapts block verification from speculative LLM decoding to continuous diffusion sampling while preserving the target distribution through acceptance and rejection. Its training-free Free Drafter reports up to a 6.3% speedup over existing speculative methods with negligible additional overhead. The gain is modest, but the method matters because it avoids training a separate draft model and attacks repeated diffusion steps directly. 该论文把推测式LLM解码中的块验证移植到连续扩散采样,并通过接受-拒绝机制保持目标分布。无需训练的Free Drafter相对现有推测方法最高加速6.3%,额外开销可忽略。增益幅度不大,但其价值在于无需训练独立草稿模型,并直接减少重复扩散步骤。

Quantum Computing 量子计算

Two-Copy Readout Targets Practical Quantum Advantage for Chaotic Systems 双副本读出瞄准混沌系统的实用量子优势

M. Wang, X. Xue, M. Chung, et al.

arXiv:2606.13422 · 2026-06-11T14:52:38Z

The work encodes higher-order statistical priors for chaotic dynamical systems in entangled quantum states and uses joint Bell measurements on two copies for readout. It proves a copy-complexity separation: the proposed readout is independent of qubit count for selected Pauli functionals, while adaptive single-copy full-Pauli readout requires exponentially many copies. The authors demonstrate the readout in simulation and on IQM superconducting processors, but the broader end-to-end advantage remains tied to the stated data-access and measurement assumptions. 该工作把混沌动力系统的高阶统计先验编码进纠缠量子态,并通过两个副本上的联合Bell测量完成读出。论文证明了副本复杂度分离:对特定Pauli泛函,所提读出与量子比特数无关,而自适应单副本全Pauli读出需要指数级副本。作者在仿真和IQM超导处理器上实现了读出,但端到端优势仍依赖论文设定的数据访问与测量假设。