The Distortion of Threshold Approval Matching

Abstract

Multi-modal learning (MML) is frequently hindered by modality imbalance, leading to suboptimal performance in real-world applications. To address this issue, existing approaches primarily focus on rebalancing MML from the perspective of optimization or architecture design. However, almost all existing methods ignore the impact of sample sequences, i.e., an inappropriate training order tends to trigger learning bias in the model, further exacerbating modality imbalance. In this paper, we propose Balance-aware Sequence Sampling (BSS) to enhance the robustness of MML. Specifically, we first define a multi-perspective measurer to evaluate the balance degree of each sample in terms of correlation and information criteria. Via this evaluation, we employ a heuristic scheduler based on curriculum learning (CL) that incrementally provides training subsets, progressing from balanced to imbalanced samples to alleviate the imbalance. Moreover, we propose a learning-based probabilistic sampling method to dynamically update the training sequence in a more fine-grained manner, further improving MML performance. Extensive experiments on widely used datasets demonstrate the superiority of our method compared with state-of-the-art (SOTA) baselines. The code is available at https://github.com/njustkmg/IJCAI25-BSS.

Cite

Text

Latifian and Voudouris. "The Distortion of Threshold Approval Matching." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/316

Markdown

[Latifian and Voudouris. "The Distortion of Threshold Approval Matching." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/latifian2024ijcai-distortion/) doi:10.24963/ijcai.2024/316

BibTeX

@inproceedings{latifian2024ijcai-distortion,
  title     = {{The Distortion of Threshold Approval Matching}},
  author    = {Latifian, Mohamad and Voudouris, Alexandros A.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {2851-2859},
  doi       = {10.24963/ijcai.2024/316},
  url       = {https://mlanthology.org/ijcai/2024/latifian2024ijcai-distortion/}
}