Network Intelligence Research Center (NIRC)
Author

Network Intelligence Research Center (NIRC)

NIRC is based on the National Key Laboratory of Network and Switching Technology at Beijing University of Posts and Telecommunications. It has built a technology matrix across four AI domains—intelligent cloud networking, natural language processing, computer vision, and machine learning systems—dedicated to solving real‑world problems, creating top‑tier systems, publishing high‑impact papers, and contributing significantly to the rapid advancement of China's network technology.

105
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Network Intelligence Research Center (NIRC)

100 recent articles max
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Nov 1, 2025 · Artificial Intelligence

AutoCCL: Automatic NCCL Tuning to Boost Distributed Deep Learning Performance

AutoCCL analyzes NCCL’s six key performance parameters, uses coordinate‑descent and an online leader‑worker architecture to automatically adjust them during training, overcoming state‑space explosion and compute‑communication interference, and achieves 1.07‑1.32× faster iteration times on models such as Phi‑2, Llama‑3.1‑8B and VGG‑19.

AutoCCLCoordinate DescentDistributed Deep Learning
0 likes · 5 min read
AutoCCL: Automatic NCCL Tuning to Boost Distributed Deep Learning Performance
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Oct 24, 2025 · Artificial Intelligence

Next‑Gen VR Interaction via Micro‑Gesture Recognition: The “MiaoKong Virtual Realm” Demo

At Beijing University of Posts and Telecommunications' 70th anniversary, the Network Intelligence Research Center showcased a micro‑gesture‑driven VR system that captures millimeter‑scale finger motions with high‑precision, low‑latency hand tracking, delivering efficient, fatigue‑reducing interactions and earning strong audience approval.

Computer VisionVR interactionXR
0 likes · 8 min read
Next‑Gen VR Interaction via Micro‑Gesture Recognition: The “MiaoKong Virtual Realm” Demo
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Oct 17, 2025 · Artificial Intelligence

LucaOne: Unified Nucleic Acid & Protein Language Model Surpasses Other Models

Researchers present LucaOne, a Transformer‑based foundation model that unifies DNA/RNA and protein sequences using a 39‑token vocabulary, rotary positional encoding, and molecule‑type embeddings, and demonstrate through extensive multi‑task benchmarks that it outperforms domain‑specific models across seven biological tasks.

DNAbioinformaticsfoundation model
0 likes · 5 min read
LucaOne: Unified Nucleic Acid & Protein Language Model Surpasses Other Models

Why Solana Is Emerging as a High‑Performance Blockchain Challenger to Ethereum

Solana, launched in 2020 as a high‑performance blockchain, uses Proof of History and a parallel runtime to achieve tens of thousands of TPS and sub‑cent gas fees, offering a superior user experience to Ethereum, yet it faces decentralization, security, and ecosystem compatibility challenges that will shape its future role in a multi‑chain landscape.

BlockchainDecentralizationEthereum
0 likes · 7 min read
Why Solana Is Emerging as a High‑Performance Blockchain Challenger to Ethereum

Getting Started with Tree-sitter: High‑Performance Code Parsing and Multi‑Language SQL Extraction

Tree-sitter is a high‑performance incremental parsing library that supports over 50 languages; the article explains its core features, typical use cases such as editor syntax highlighting and static analysis, and walks through a concrete multi‑language SQL extraction implementation in Java, Python, and XML.

JavaPythonSQL extraction
0 likes · 6 min read
Getting Started with Tree-sitter: High‑Performance Code Parsing and Multi‑Language SQL Extraction
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Sep 17, 2025 · Industry Insights

Inside the Airborne Unmanned Combat Formation of China’s 93rd Parade

The article examines the PLA’s airborne unmanned combat formation showcased at the 93rd parade, detailing legacy drones Attack‑11 and Attack‑2, newly revealed unmanned wingmen, air‑superiority UAVs, and a shipborne unmanned helicopter, and explains how each platform advances China’s information‑centric, AI‑enabled warfare.

Attack-11Chinese PLALoyal Wingman
0 likes · 9 min read
Inside the Airborne Unmanned Combat Formation of China’s 93rd Parade
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Sep 3, 2025 · Artificial Intelligence

Understanding AI Compilers: A TVM Example

The article explains how AI compilers transform high‑level models into efficient hardware code, using TVM to illustrate operator optimization, automated scheduling, and end‑to‑end compilation workflow with concrete code examples and performance considerations.

AI compilerTVMauto-scheduler
0 likes · 8 min read
Understanding AI Compilers: A TVM Example