Arrow Research search

Author name cluster

Kai Di

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

8 papers
1 author row

Possible papers

8

TIST Journal 2026 Journal Article

Autonomous Domain Adaptation Self-Optimization Approach for Cross-Domain Industrial Agents

  • Tian-Yu Zuo
  • Kai Di
  • Pan Li
  • Yichuan Jiang

In the heterogeneous and dynamically evolving Industrial Internet, industrial agents are required to possess cross-domain adaptability and self-learning capabilities to facilitate task generalization and scalable deployment across diverse operational contexts. However, existing domain adaptation approaches predominantly rely on static feature alignment or domain-invariant assumptions, lacking a systematic consideration of working condition variability and the interplay between self-learning and adaptation. This oversight hampers their effectiveness in real-world industrial scenarios, where agents must operate under complex conditions with limited target domain knowledge. Consequently, these methods often suffer from knowledge shift and insufficient policy generalization. To address these limitations, this article introduces the instance weighting-based domain-adaptive optimization (IW-DAO) framework. IW-DAO combines an instance weighting-based knowledge alignment mechanism with a Bayesian optimization strategy, forming a dynamic self-learning loop tailored for cross-domain adaptation. Specifically, the framework constructs an adaptive knowledge representation in a high-dimensional invariant feature space and formulates a cross-domain performance evaluation estimator to guide the unsupervised learning of knowledge transfer and adaptive optimization via Bayesian iterative search. Extensive experiments on industrial asset management tasks as well as a real-world industrial flow process dataset with various operating conditions demonstrate the effectiveness of IW-DAO. The proposed framework enables industrial agents to evolve autonomously and be deployed efficiently across diverse domains. IW-DAO consistently outperforms baseline and expert-tuned methods, demonstrating strong generalization and adaptability in both industrial asset management and complex flow process scenarios.

TIST Journal 2026 Journal Article

Chain Disruption Risk-Oriented Task Migration in Multiplex Networked Industrial Chains

  • Kai Di
  • Tian-Yu Zuo
  • Pan Li
  • Jiuchuan Jiang
  • Yichuan Jiang

In industrial production processes, disruptions within the industrial chain can severely affect the collaborative capabilities of production agents. A notable example occurred during the COVID-19 pandemic, when many agents faced interruption risks and were unable to participate in coordinated production. Ensuring continuity under such conditions requires migrating tasks from disrupted agents to viable alternatives. Designing effective task migration strategies, however, must account for the emergent multiplex nature of modern industrial chains. In these multiplex networked industrial chains, disruption risk in one layer can propagate to others, generating cascading failures across the system. This introduces two key challenges: (1) disruption risk creates mismatches not only between product agents and tasks but also across network layers, enlarging the problem dimensionality; and (2) simultaneous disruptions across multiple agents and layers increase the volume of tasks needing migration, greatly expanding the solution space. To address these challenges, we introduce the notion of a multiplex potential field, which captures cross-layer interdependencies and system-level dynamics in multiplex industrial chains. Building on this concept, we develop a hierarchical contextual task migration algorithm that exploits the multiplex potential field to guide both inter-layer and intra-layer task reallocations. Extensive experiments show that our approach consistently achieves superior utility, markedly improves task completion ratios, and reduces execution costs compared to benchmark algorithms. Furthermore, it attains solution quality comparable to that of the optimal CPLEX solver while requiring substantially less computation time. Finally, a case study on the FAO international food trade network demonstrates that the proposed framework is not only theoretically robust but also practically effective when deployed on large-scale real-world multiplex systems.

IJCAI Conference 2025 Conference Paper

Risk-Aware Task Migration for Multiplex Unmanned Swarm Networks in Adversarial Environments

  • Kai Di
  • Tienyu Zuo
  • Pan Li
  • Yuanshuang Jiang
  • Fulin Chen
  • Yichuan Jiang

With the rapid development and deep integration of artificial intelligence and automation technologies, autonomous unmanned swarms dynamically organize into multiplex network structures based on diverse task requirements in adversarial environments. Frequent task variations lead to load imbalances among agents and between network layers, significantly increasing the risk of enemy detection and destruction. Existing approaches typically simplify multiplex networks into single-layer structures for task scheduling, failing to address these load imbalance issues. Moreover, the coupling between task dynamics and network multiplexity dramatically increases the complexity of designing task migration strategies, and it is proven NP-hard to achieve such load balancing. To address these challenges, this paper proposes a risk-aware task migration method that achieves dynamic load balancing by matching task requirements with both intra-layer agent capabilities and inter-layer swarm capabilities. Simulation results demonstrate that our approach significantly outperforms benchmark algorithms in task completion cost, task completion proportion, and system robustness. In particular, the algorithm achieves solutions statistically indistinguishable from the optimal solutions computed by the CPLEX solver, while exhibiting significantly reduced computational overhead.

EAAI Journal 2024 Journal Article

Multi-robot task allocation for optional tasks with hidden workload: Using a model-based hyper-heuristic strategy

  • Fuhan Yan
  • Kai Di
  • Bin Ge
  • Luoliang Liu
  • Zeren Wang
  • Wenjian Fan
  • Didi Hu

Multi-robot task allocation (MRTA) is a classical problem in multi-robot systems. This paper analyzes the situations where the objective of the robots is to minimize the time cost of completing a certain proportion of tasks instead of completing all tasks, i. e. , the tasks are optional. Besides, in this problem, the true workload of each task is initially hidden and can only be known after the preliminary workload is completed. As the tasks are optional, selecting a suitable combination of the tasks is quite important. The main challenge in this problem is that the robots cannot exactly select the tasks that are easy to complete because the true workload is hidden. In previous similar problems (i. e. , MRTA with incomplete information), reallocation-based method is a general method. However, in this problem, if the robots exactly reallocate the tasks after collecting enough information, the sunk costs (i. e. , the tasks that have been partially performed but are not selected in reallocation) limit the decrease of the time cost. Thus, we design a new hyper-heuristic strategy. In detail, a simple heuristic method that lets the robots appropriately give up some allocated tasks is combined with reallocation to design the low-level heuristic (LLH). The high-level strategy (HLS) seeks the optimal setting of LLH based on a meta-heuristic algorithm 1 1 We respectively test particle swarm optimization (PSO) and simulated annealing (SA). . The strategies are tested based on various random instances, and the hyper-heuristic strategy can outperform the benchmark strategies in most instances. In some instances, the maximum improvement of results led by the hyper-heuristic is more than 9%.

TIST Journal 2022 Journal Article

A Foraging Strategy with Risk Response for Individual Robots in Adversarial Environments

  • Kai Di
  • Yifeng Zhou
  • Fuhan Yan
  • Jiuchuan Jiang
  • Shaofu Yang
  • Yichuan Jiang

As an essential problem in robotics, foraging means that robots collect objects from a given environment and return them to a specified location. On many occasions, robots are required to perform foraging tasks in adversarial environments, such as battlefield rescue, where potential adversaries may damage robots with a certain probability. The longer an individual robot moves through adversarial environments, the higher the probability of being damaged by adversaries. The robot system can gain utility only when the robot brings carried objects back to a predetermined home station. Such a risk of being damaged makes returning home at different locations potentially relevant to the expected utility produced by the robot. Thus, the individual robot faces a dilemma when it responds to the potential risks in adversarial environments: whether to return the carried resources home or continue foraging tasks. In this article, two fundamental environment settings are discussed, homogeneous cases and heterogeneous cases. The former is analyzed as having both the optimal substructure property and the non-aftereffect property. Then, we present a dynamic programming (DP) algorithm that can find an optimal solution with polynomial time complexity. For the latter, it is proven that finding an optimal solution is \( \mathcal {NP} \) -hard. We then propose a heuristic algorithm: A division hierarchical path planning (DHPP) algorithm that is based on the idea of dividing the foraging routes generated initially into a certain number of subroutes to dilute risks. Finally, these algorithms are extensively evaluated in simulations, concluding that in adversarial environments, they can significantly improve the productivity of an individual robot before it is damaged.

IJCAI Conference 2022 Conference Paper

Multi-robot Task Allocation in the Environment with Functional Tasks

  • Fuhan Yan
  • Kai Di

Multi-robot task allocation (MRTA) problem has long been a key issue in multi-robot systems. Previous studies usually assumed that the robots must complete all tasks with minimum time cost. However, in many real situations, some tasks can be selectively performed by robots and will not limit the achievement of the goal. Instead, completing these tasks will cause some functional effects, such as decreasing the time cost of completing other tasks. This kind of task can be called “functional task”. This paper studies the multi-robot task allocation in the environment with functional tasks. In the problem, neither allocating all functional tasks nor allocating no functional task is always optimal. Previous algorithms usually allocate all tasks and cannot suitably select the functional tasks. Because of the interaction and sequential influence, the total effects of the functional tasks are too complex to exactly calculate. We fully analyze this problem and then design a heuristic algorithm. The heuristic algorithm scores the functional tasks referring to linear threshold model (used to analyze the sequential influence of a functional task). The simulated experiments demonstrate that the heuristic algorithm can outperform the benchmark algorithms.

TAAS Journal 2021 Journal Article

Risk-aware Collection Strategies for Multirobot Foraging in Hazardous Environments

  • Kai Di
  • Yifeng Zhou
  • Jiuchuan Jiang
  • Fuhan Yan
  • Shaofu Yang
  • Yichuan Jiang

Existing studies on the multirobot foraging problem often assume safe settings, in which nothing in an environment hinders the robots’ tasks. In many real-world applications, robots have to collect objects from hazardous environments like earthquake rescue, where possible risks exist, with possibilities of destroying robots. At this stage, there are no targeted algorithms for foraging robots in hazardous environments, which can lead to damage to the robot itself and reduce the final foraging efficiency. A motivating example is a rescue scenario, in which the lack of a suitable solution results in many victims not being rescued after all available robots have been destroyed. Foraging robots face a dilemma after some robots have been destroyed: whether to take over tasks of the destroyed robots or continue executing their remaining foraging tasks. The challenges that arise when attempting such a balance are twofold: (1) the loss of robots adds new constraints to traditional problems, complicating the structure of the solution space, and (2) the task allocation strategy in a multirobot team affects the final expected utility, thereby increasing the dimension of the solution space. In this study, we address these challenges in two fundamental environmental settings: homogeneous and heterogeneous cases. For the former case, a decomposition and grafting mechanism is adopted to split this problem into two weakly coupled problems: the foraging task execution problem and the foraging task allocation problem. We propose an exact foraging task allocation algorithm, and graft it to another exact foraging task execution algorithm to find an optimal solution within the polynomial time. For the latter case, it is proven \( \mathcal {NP} \) -hard to find an optimal solution in polynomial time. The decomposition and grafting mechanism is also adopted here, and our proposed greedy risk-aware foraging algorithm is grafted to our proposed hierarchical agglomerative clustering algorithm to find high-utility solutions with low computational overhead. Finally, these algorithms are extensively evaluated through simulations, demonstrating that compared with various benchmarks, they can significantly increase the utility of objects returned by robots before all the robots have been stopped.

AAAI Conference 2018 Conference Paper

SC2Net: Sparse LSTMs for Sparse Coding

  • Joey Tianyi Zhou
  • Kai Di
  • Jiawei Du
  • Xi Peng
  • Hao Yang
  • Sinno Jialin Pan
  • Ivor Tsang
  • Yong Liu

The iterative hard-thresholding algorithm (ISTA) is one of the most popular optimization solvers to achieve sparse codes. However, ISTA suffers from following problems: 1) ISTA employs non-adaptive updating strategy to learn the parameters on each dimension with a fixed learning rate. Such a strategy may lead to inferior performance due to the scarcity of diversity; 2) ISTA does not incorporate the historical information into the updating rules, and the historical information has been proven helpful to speed up the convergence. To address these challenging issues, we propose a novel formulation of ISTA (named as adaptive ISTA) by introducing a novel adaptive momentum vector. To efficiently solve the proposed adaptive ISTA, we recast it as a recurrent neural network unit and show its connection with the well-known long short term memory (LSTM) model. With a new proposed unit, we present a neural network (termed SC2Net) to achieve sparse codes in an end-to-end manner. To the best of our knowledge, this is one of the first works to bridge the 1-solver and LSTM, and may provide novel insights in understanding model-based optimization and LSTM. Extensive experiments show the effectiveness of our method on both unsupervised and supervised tasks.

v2026.09.13