Integrating Intent Understanding and Optimal Behavior Planning for Behavior Tree Generation from Human Instructions
Abstract
Causal inference has emerged as a promising approach to mitigate long-tail classification by handling the biases introduced by class imbalance. However, along with the change of advanced backbone models from Convolutional Neural Networks (CNNs) to Visual Transformers (ViT), existing causal models may not achieve an expected performance gain. This paper investigates the influence of existing causal models on CNNs and ViT variants, highlighting that ViT's global feature representation makes it hard for causal methods to model associations between fine-grained features and predictions, which leads to difficulties in classifying tail classes with similar visual appearance. To address these issues, this paper proposes TSCNet, a two-stage causal modeling method to discover fine-grained causal associations through multi-scale causal interventions. Specifically, in the hierarchical causal representation learning stage (HCRL), it decouples the background and objects, applying backdoor interventions at both the patch and feature level to prevent model from using class-irrelevant areas to infer labels which enhances fine-grained causal representation. In the counterfactual logits' bias calibration stage (CLBC), it refines the optimization of model's decision boundary by adaptive constructing counterfactual balanced data distribution to remove the spurious associations in the logits caused by data distribution. Extensive experiments conducted on various long-tail benchmarks demonstrate that the proposed TSCNet can eliminate multiple biases introduced by data imbalance, which outperforms existing methods.
Cite
Text
Chen et al. "Integrating Intent Understanding and Optimal Behavior Planning for Behavior Tree Generation from Human Instructions." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/755Markdown
[Chen et al. "Integrating Intent Understanding and Optimal Behavior Planning for Behavior Tree Generation from Human Instructions." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/chen2024ijcai-integrating/) doi:10.24963/ijcai.2024/755BibTeX
@inproceedings{chen2024ijcai-integrating,
title = {{Integrating Intent Understanding and Optimal Behavior Planning for Behavior Tree Generation from Human Instructions}},
author = {Chen, Xinglin and Cai, Yishuai and Mao, Yunxin and Li, Minglong and Yang, Wenjing and Xu, Weixia and Wang, Ji},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {6832-6840},
doi = {10.24963/ijcai.2024/755},
url = {https://mlanthology.org/ijcai/2024/chen2024ijcai-integrating/}
}