持久化专题集合

项目

聚合研究平台、项目发布、系统演示与机构级研发动态,适合跟踪持续迭代的研究工程与平台建设。

查询
说明

这些条目在刷新流程中完成识别、评分与分类,并以持久化结果直接提供给页面使用。

当前展示 16 条,共 16
项目视图
首页/项目
博客
Hugging Face Blog
AI
LLM
Introducing Storage Buckets on the Hugging Face Hub

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

Lucain Pouget, Eliott Coyac, Adrien Carreira
2026/3/10
博客
Microsoft Research Blog
AI
Project Silica’s advances in glass storage technology

Project Silica introduces new techniques for encoding data in borosilicate glass, as described in the journal Nature. These advances lower media cost and simplify writing and reading systems while supporting 10,000-year data preservation. The post Project Silica’s advances in glass storage technology appeared first on Microsoft Research .

Richard Black
2026/2/19
博客
Hugging Face Blog
AI
LLM
What's New in Mellea 0.4.0 + Granite Libraries Release

Mellea 0.4.0 is the latest release of an open-source research project initiated and developed by IBM Research. Building on 0.3.0 foundational libraries and workflow primitives, 0.4.0 expands the library's integration surface and introduces new architectural patterns for structuring generative workflows. Simply put, a Granite Library is a collection of specialized model adapters designed to perform well-defined operations on portions of an input chain or conversation.

Abraham Daniels
2026/3/20
博客
Hugging Face Blog
AI
LLM
State of Open Source on Hugging Face: Spring 2026

The ecosystem remains highly concentrated. Approximately half of the models on Hugging Face have less than 200 total downloads, and the top 200 most downloaded models, or 0.01% of models, comprise 49.6% of all downloads. Specialized communities form around particular domains, languages, or problem areas, and often show sustained engagement and reuse even when their overall download counts are modest. Open source AI is best understood as a collection of overlapping sub-ecosystems rather than a single uniform market.

Avijit Ghosh, Lucie-Aimée Kaffee, Yacine Jernite
2026/3/18
博客
Hugging Face Blog
AI
LLM
Bringing Robotics AI to Embedded Platforms: Dataset Recording, VLA Fine‑Tuning, and On‑Device Optimizations

Bringing VLA models to embedded platforms is not a matter of model compression, but a complex systems engineering problem requiring architectural decomposition, latency-aware scheduling, and hardware-aligned execution. Addressing these challenges is essential to translate recent advances in multimodal foundation models into practical and deployable embedded robotic systems.

Gaetan Bahl
2026/3/5
博客
Hugging Face Blog
AI
LLM
Introducing Modular Diffusers - Composable Building Blocks for Diffusion Pipelines

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

YiYi Xu, Alvaro Somoza, Dhruv Nair
2026/3/5
论文
arXiv
SpatialIntelligence
Heterogeneously Integrated Diamond-on-Lithium Niobate Quantum Photonic Platform

Diamond photonics has enabled efficient interfaces for quantum memories and is predicted to be a critical component of quantum networks. However, scalable network architectures require spatial, temporal, and spectral control of photons, which relies on nonlinear and electro-optic functionalities that diamond alone cannot provide. Here, we demonstrate heterogeneous integration of a thin-film lithium niobate (TFLN) platform, which has strong chi-2 nonlinearity and electro-optic effects, with thin diamond films. We demonstrate high-Q diamond photonic crystal cavities (Q factors exceeding 5x10^4 at 735 nm) that are lithographically aligned with TFLN photonic backbone and critically coupled to it. This allows us to realize low-loss diamond-TFLN "escalators" (loss ~1 dB/coupler) that support efficient light transfer between them. At cryogenic temperatures (5K), we can collect photons emitted from silicon vacancies (SiVs) embedded within the diamond structure via the TFLN photonic circuit. This approach establishes a scalable route toward integrated photonic circuits for practical quantum networking and other technologies.

Sophie W. Ding, Chang Jin, Zixi Li
2026/3/10
论文
GIScience & Remote Sensing
PublisherJournal
Jingyi Yang Zhiying Yao Yan Wang Hengbin Wang Chaoran Liang Hongdong Li Yunxiao Liu Zhe Liu Xiaodong Zhang Shaoming Li Yuanyuan Zhao a College of Land Science and Technology, China Agricultural University, Beijing, People's Republic of Chinab Key Laboratory of Remote Sensing for Agri-Hazards, Ministry of Agriculture and Rural Affairs, Beijing, People's Republic of Chinac Key Laboratory for Agricultural Land Quality, Ministry of Natural Resources of the People’s Republic of China, Beijing, People's Republic of China
2026/1/3
论文
arXiv
SpatialIntelligence
SpatioTemporalKG
GeoViz: A Multi-View Visualization Platform for Spatio-temporal Knowledge Graph

In this paper, we propose a multi-view visualization technology for spatio-temporal knowledge graph(STKG), which utilizes three distinct perspectives: knowledge tree, knowledge net, and knowledge map, to facilitate a comprehensive analysis of the STKG. The knowledge tree enables the visualization of hierarchical interrelation within the STKG, while the knowledge net elucidates semantic relationships among knowledge entities. Additionally, the knowledge map displays spatial and temporal distributions via spatial maps and time axes, respectively. Our visualization technology addresses the limitations inherent in single-view approaches and the deficiency of interaction in spatio-temporal perspectives evident in existing visualization methods. Moreover, we have encapsulated this technology within an integrated, open-source platform named GeoViz. A demo video of GeoViz can be accessed at https://github.com/JeremyChou28/GeoViz.

Jianping Zhou, Junhao Li, Guanjie Zheng
2024/4/29
博客
Microsoft Research Blog
Agent
Systematic debugging for AI agents: Introducing the AgentRx framework

As AI agents transition from simple chatbots to autonomous systems capable of managing cloud incidents, navigating complex web interfaces, and executing multi-step API workflows, a new challenge has emerged: transparency. When a human makes a mistake, we can usually trace the logic. But when an AI agent fails, perhaps by hallucinating a tool output or […] The post Systematic debugging for AI agents: Introducing the AgentRx framework appeared first on Microsoft Research .

Shraddha Barke, Arnav Goyal, Alind Khare, Chetan Bansal
2026/3/13
博客
Hugging Face Blog
AI
LLM
Keep the Tokens Flowing: Lessons from 16 Open-Source RL Libraries

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

Amine Dirhoussi, Quentin Gallouédec, Kashif Rasul
2026/3/10
博客
Hugging Face Blog
AI
LLM
LeRobot v0.5.0: Scaling Every Dimension

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

Steven Palma, Pepijn Kooijmans, Jade Choghari
2026/3/9
博客
Hugging Face Blog
AI
LLM
Ulysses Sequence Parallelism: Training with Million-Token Contexts

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

Kashif Rasul, Stas Bekman
2026/3/9
博客
Hugging Face Blog
AI
LLM
Mixture of Experts (MoEs) in Transformers

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

Aritra Roy Gosthipaty, Pedro Cuenca, merve
2026/2/26
博客
Microsoft Research Blog
AI
Paza: Introducing automatic speech recognition benchmarks and models for low resource languages

Microsoft Research unveils Paza, a human-centered speech pipeline, and PazaBench, the first leaderboard for low-resource languages. It covers 39 African languages and 52 models and is tested with communities in real settings. The post Paza: Introducing automatic speech recognition benchmarks and models for low resource languages appeared first on Microsoft Research .

Mercy Muchai, Kevin Chege, Nick Mumero, Stephanie Nyairo
2026/2/5
Dan Tian Lei Wang Hongxing Liu Sagy Cohen Song Shu a Department of Geography and The Environment, The University of Alabama, Tuscaloosa, AL, USAb Department of Geography & Anthropology, Louisiana State University, Baton Rouge, LA, USAc Department of Geography and Planning, Appalachian State University, Boone, NC, USA
2026/1/7
1 / 1