paper-with-me

Papers

TreeTensor: Boost AI System on Nested Data with Constrained Tree-Like Tensor

2026-02-09 · Shaoang Zhang, Yazhe Niu arxiv

Tensor is the most basic and essential data structure of nowadays artificial intelligence (AI) system. The natural properties of Tensor, especially the memory-continuity and slice-independence, make it feasible for training system to leverage parallel computing unit like GPU to process data simultaneously in batch, spatial or temporal dimensions. However, if we look beyond perception tasks, the data in a complicated cognitive AI system usually has hierarchical structures (i.e. nested data) with various modalities. They are inconvenient and inefficient to program directly with conventional Tensor with fixed shape. To address this issue, we summarize two main computational patterns of nested data, and then propose a general nested data container: TreeTensor. Through various constraints and magic utilities of TreeTensor, one can apply arbitrary functions and operations to nested data with almost zero cost, including some famous machine learning libraries, such as Scikit-Learn, Numpy and PyTorch. Our approach utilizes a constrained tree-structure perspective to systematically model data relationships, and it can also easily be combined with other methods to extend more usages, such as asynchronous execution and variable-length data computation. Detailed examples and benchmarks show TreeTensor not only provides powerful usability in various problems, especially one of the most complicated AI systems at present: AlphaStar for StarCraftII, but also exhibits excellent runtime efficiency without any overhead. Our project is available at https://github.com/opendilab/DI-treetensor.

📄 PDF Abstract BibTeX arXiv:2602.08517

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Novel Approach for Machine Learning-based Load Balancing in High-speed Train System using Nested Cross Validation

2023-10-02 · Ibrahim Yazici, Emre Gures

Fifth-generation (5G) mobile communication networks have recently emerged in various fields, including highspeed trains. However, the dense deployment of 5G millimeter wave (mmWave) base stations (BSs) and the high speed…

regression

DND: Boosting Large Language Models with Dynamic Nested Depth

2025-10-13 · Tieyuan Chen, Xiaodong Chen, Haoxing Chen, Zhenzhong Lan 외 arxiv

We introduce Dynamic Nested Depth (DND), a novel method that improves performance for off-the-shelf LLMs by selecting critical tokens to reprocess in a nested depth manner. Specifically, at the end of the given transform…

Process-constrained batch Bayesian optimisation

2017-12-01 · NeurIPS 2017 12 · Pratibha Vellanki, Santu Rana, Sunil Gupta, David Rubin 외

Abstract Prevailing batch Bayesian optimisation methods allow all control variables to be freely altered at each iteration. Real-world experiments, however, often have physical limitations making it time-consuming to alt…

Bayesian Optimisation

Boosting Co-teaching with Compression Regularization for Label Noise

2021-04-28 · Yingyi Chen, Xi Shen, Shell Xu Hu, Johan A. K. Suykens

In this paper, we study the problem of learning image classification models in the presence of label noise. We revisit a simple compression regularization named Nested Dropout. We find that Nested Dropout, though origina…

Data Compressionimage-classificationImage ClassificationLearning with noisy labels+1

Dynamic ConvNets on Tiny Devices via Nested Sparsity

2022-03-07 · Matteo Grimaldi, Luca Mocerino, Antonio Cipolletta, Andrea Calimera

This work introduces a new training and compression pipeline to build Nested Sparse ConvNets, a class of dynamic Convolutional Neural Networks (ConvNets) suited for inference tasks deployed on resource-constrained device…

image-classificationImage Classificationobject-detectionObject Detection