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

Tensor Cores, Thermal Pixels and Quantized Experts 张量核、热像素与量化专家

Today's research queue leans toward practical AI-infrastructure efficiency: using tensor cores for irregular graph work, generating GPU kernels, quantizing MoE and diffusion models, and instrumenting heat at chip scale. 今天的研究队列偏向实际AI基础设施效率:用张量核处理不规则图计算、生成GPU内核、量化MoE与扩散大模型,并在芯片尺度测量热行为。

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

Accelerators & Systems 加速器与系统

Graph Traversal on Tensor Cores: A BFS Framework for Modern GPUs 在张量核上做图遍历:面向现代GPU的BFS框架 GPUtensor coresgraph analytics

Deniz Elbek, Kamer Kaya

arXiv:2606.05081 · 2026-06-03

This paper reformulates breadth-first search so parts of the irregular graph workload can run on GPU tensor cores. The contribution is useful because tensor cores are abundant but often idle for non-dense-linear-algebra tasks. The caveat is that graph traversal remains memory- and synchronization-sensitive, so the practical value depends on when the framework can switch back to conventional CUDA execution without overhead. 这篇论文把广度优先搜索重新表述,让不规则图工作负载的一部分能够运行在GPU张量核上。它的价值在于,张量核数量充足,但在非密集线性代数任务中经常闲置。局限是图遍历仍然受内存访问和同步开销限制,因此实际价值取决于框架能否在合适时机低开销切回传统CUDA执行。

MusaCoder: Native GPU Kernel Generation with Full-Stack Training on Moore Threads GPU MusaCoder:在摩尔线程GPU上训练原生GPU内核生成模型 GPUcompilerkernel generation

Kun Cheng, Songshuo Lu, Sicong Liao, Tankun Li, Yafei Zhang, Dong Yang, Qiheng Lv, Hua Wang, Zhi Chen, Yaohua Tang

arXiv:2606.04847 · 2026-06-03

MusaCoder targets native GPU kernel generation across CUDA and MUSA backends, using execution feedback and a distributed verifier to train code-generation models. The hardware angle is important: compiler automation is becoming part of accelerator competitiveness, especially for non-CUDA ecosystems that need credible developer leverage. The main caveat is benchmark transfer, because kernel-generation wins only matter if they hold on messy real workloads. MusaCoder面向CUDA和MUSA后端生成原生GPU内核,并使用执行反馈和分布式验证器训练代码生成模型。硬件意义很强:编译器自动化正在成为加速器竞争力的一部分,尤其是非CUDA生态需要可信的开发者杠杆。主要限制是基准迁移,因为内核生成优势只有在真实复杂工作负载上保持成立才有意义。

Uncertainty-Aware End-to-End Co-Design of Neural Network Processors 带不确定性感知的神经网络处理器端到端协同设计 AI processorco-designfabrication

Yuyang Du, Yujun Huang, Gioele Zardini

arXiv:2606.04850 · 2026-06-03

The paper frames neural-network processor design as an end-to-end co-design problem spanning training, mapping and fabrication uncertainty. That is the right abstraction for AI silicon because model accuracy, compiler mapping and physical implementation cannot be optimized independently forever. The caveat is that co-design frameworks can become too abstract unless they expose concrete tradeoffs for area, yield, timing and workload mix. 这篇论文把神经网络处理器设计表述为横跨训练、映射和制造不确定性的端到端协同设计问题。这个抽象适合AI芯片,因为模型精度、编译映射和物理实现无法永远独立优化。局限在于,协同设计框架如果不能给出面积、良率、时序和工作负载组合上的具体取舍,就容易停留在过抽象层面。

Model Compression & Efficient Inference 模型压缩与高效推理

AlphaQ: Calibration-Free Bit Allocation for Mixture-of-Experts Quantization AlphaQ:无需校准数据的MoE量化比特分配 MoEquantizationmemory footprint

Wanqi Yang, Yuexiao Ma, Alexander Conzelmann, Xiawu Zheng, Michael W. Mahoney, T. Konstantin Rusch, Shiwei Liu

arXiv:2606.04980 · 2026-06-03

AlphaQ proposes calibration-free bit allocation for Mixture-of-Experts models, using weight-spectrum signals rather than representative calibration data. That is relevant because frontier MoE deployment is memory-bound and the true training distribution is often unavailable to downstream deployers. The caveat is that spectral quality proxies must survive across architectures and routing patterns, not only selected MoE benchmarks. AlphaQ提出无需校准数据的MoE量化比特分配方法,用权重谱信号替代代表性校准集。这很实用,因为前沿MoE部署受内存约束,而下游部署方通常拿不到真实训练分布。局限在于,谱质量代理指标必须能跨架构和路由模式成立,而不只是在特定MoE基准上有效。

STaR-Quant: State-Time Consistent Post-Training Quantization for Diffusion Large Language Models STaR-Quant:面向扩散大语言模型的状态-时间一致PTQ DLLMPTQinference

Xin Yan, Aqiang Wang, Zhenglin Wan, Xingrui Yuand Ivor Tsang

arXiv:2606.04945 · 2026-06-03

STaR-Quant targets post-training quantization for diffusion large language models, where iterative denoising creates state-dependent activations and temporal error accumulation. The paper is worth tracking because DLLMs promise different latency and generation tradeoffs from autoregressive models, but only if their compute and memory overheads can be reduced. The caveat is ecosystem maturity: DLLMs are still early compared with mainstream serving stacks. STaR-Quant面向扩散大语言模型的训练后量化,处理迭代去噪带来的状态相关激活差异和时间误差累积。这篇论文值得关注,因为DLLM承诺与自回归模型不同的延迟和生成取舍,但前提是其计算和内存开销能降下来。局限是生态成熟度:与主流服务栈相比,DLLM仍处于较早阶段。

Toward Multi-Domain and Long-Tailed Quantization via Feature Alignment and Scaling 通过特征对齐与缩放实现多域和长尾量化 quantizationedge AIdomain shift

Chin-Yuan Yeh, Ting-An Chen, De-Nian Yang, Ming-Syan Chen

arXiv:2606.04920 · 2026-06-03

This work studies quantization under domain shift and long-tailed data, two conditions that are common in edge and enterprise deployments. The hardware relevance is straightforward: low-bit inference only helps if accuracy survives the data distribution actually seen in production. The caveat is that the paper focuses on benchmark settings, so deployment value will depend on how well the alignment and scaling ideas transfer to larger models. 这项工作研究域迁移和长尾数据下的量化,而这两种情况在边缘和企业部署中很常见。硬件相关性很直接:低比特推理只有在真实生产分布下保持准确率才有价值。局限是论文主要基于基准设置,因此部署价值取决于对齐和缩放方法能否迁移到更大模型。

SharedRequest: Privacy-Preserving Model-Agnostic Inference for Large Language Models SharedRequest:模型无关的隐私保护大模型推理 LLM inferenceprivacybatching

Peihua Mai, Xuanrong Gao, Youlong Ding, Xianglong Du, Wei Liu, Yan Pang

arXiv:2606.05004 · 2026-06-03

SharedRequest protects prompt privacy by batching original prompts with noisy variants and semantically equivalent instructions, without modifying the target model. The systems angle is useful because privacy techniques often lose deployment traction when they require model access or heavy cryptography. The caveat is that batching changes latency and workload shape, so serving economics need to be evaluated alongside privacy gains. SharedRequest通过把原始提示、噪声变体和语义等价指令放入批处理中保护提示隐私,并且不需要修改目标模型。系统意义在于,隐私技术如果要求访问模型或引入重型密码学,常常难以部署。局限是批处理会改变延迟和工作负载形态,因此需要把服务成本与隐私收益一起评估。

Devices, Photonics & Sensing 器件、光子与传感

ThermoPix: A High-Spatial-Resolution ElectronicPhotonic Temperature Sensor Array With Microsecond Row Readout ThermoPix:微秒行读出的高空间分辨率电子光子温度传感阵列 thermal sensingphotonicsCMOS

Md Rahatul Islam Udoy, Dharanidhar Dang, Wantong Li, Sumeet Kumar Gupta, Suman Datta, Ahmedullah Aziz

arXiv:2606.04902 · 2026-06-03

ThermoPix proposes a CMOS-compatible electronic-photonic temperature sensor array with microsecond row readout. The timing is good: AI packages and dense accelerators increasingly need spatially resolved thermal observability, not just board-level temperature telemetry. The caveat is that the reported work is simulation-driven, so integration complexity, calibration drift and optical power distribution still need measured silicon evidence. ThermoPix提出一种兼容CMOS的电子光子温度传感阵列,具备微秒级行读出。这个方向很应景:AI封装和高密度加速器越来越需要空间分辨的热观测,而不只是板级温度遥测。局限是当前结果主要来自仿真,因此集成复杂度、校准漂移和光功率分配仍需要实测硅验证。

Tunable Resonator Integrated Magnetometry 集成可调谐谐振器磁力计 sensorresonatormagnetometry

Colin Stack, Brian Sears, Aruna Ramanayaka, David Ferguson, Ilya Sochnikov, Tony X. Zhou

arXiv:2606.04914 · 2026-06-03

This applied-physics paper explores tunable resonator integrated magnetometry, a sensing direction relevant to compact instrumentation and potentially integrated diagnostic systems. It is not a near-term semiconductor manufacturing story, but it fits the broader move toward smaller, more integrated physical sensors. The caveat is application pull: the device concept needs clear advantages over existing magnetometry approaches in size, noise and operating conditions. 这篇应用物理论文探索集成可调谐谐振器磁力计,方向上与紧凑仪器和潜在集成诊断系统相关。它不是短期半导体制造新闻,但符合物理传感器小型化、集成化的大趋势。局限在于应用牵引:这种器件概念需要在尺寸、噪声和工作条件上相对现有磁力计体现明确优势。