매일 아침, 어제의 AI를 한 통으로 정리해 보내드립니다메일로 받아보기

METAL LAB

Robust Incomplete Multimodal Sentiment Analysis via Iterative Proxy Correction

arXiv:2608.199712026-08-21

텍스트가 빠지거나 망가져도, AI가 그 자리를 대신할 '가짜 텍스트'를 한 번에 만들지 않고 여러 번 고쳐가며 감정을 더 정확히 읽어낸다

실제 환경에서는 음성, 영상, 텍스트 중 일부가 누락되거나 손상된 채로 들어오는 경우가 많아, 감정 분석 AI의 정확도가 떨어진다. 기존 방법들은 텍스트가 부족할 때 이를 대신할 '대리 표현'을 한 번만 만들어 바로 사용했는데, 이 초기 대리 표현이 부정확하면 오류가 뒤로 전파되는 문제가 있었다. 이 논문은 대리 표현을 한 번에 확정 짓지 않고 여러 단계에 걸쳐 점진적으로 고쳐나가는 방식을 제안해, MOSI, MOSEI, SIMS 세 데이터셋에서 기존 최고 성능 모델보다 안정적으로 더 나은 결과를 보였다.

무엇을 했나

  1. 문제 상황: 실제 환경에서 텍스트, 음성, 영상 중 일부 정보가 누락되거나 노이즈가 섞여 들어오면, 기존 감정 분석 모델의 예측이 흔들린다
  2. 기존 방식의 한계: 텍스트가 부실할 때 음성·영상 정보로 텍스트를 대신할 '대리 표현(proxy)'을 만들어 쓰는데, 이를 한 번만 만들고 바로 써버려서 초기 오류가 그대로 이어진다
  3. 제안 방법: 음성과 영상 정보만으로 대리 표현을 처음 만든 뒤, 게이트가 달린 잔차 보정 방식으로 여러 단계에 걸쳐 이 대리 표현을 점차 다듬는다
  4. 보정된 대리 표현은 실제 관찰된 텍스트 표현과, 그 텍스트가 얼마나 믿을만한지 점수를 매겨 적절한 비율로 섞어서 최종 판단에 사용한다
  5. 학습 시에는 손상되지 않은 완전한 텍스트 표현을 기준점으로 삼아 각 보정 단계가 올바른 방향으로 가도록 안내하는 추가 학습 목표를 사용했다
  6. 결과: MOSI, MOSEI, SIMS 세 벤치마크에서 기존 최고 성능 모델인 LNLN 대비 전반적으로 우수하거나 대등한 성능을 보였고, 특히 데이터가 많이 손상될수록 성능 저하가 더 완만했다
Fig. 1: Comparison between existing proxy-based methods and our iterative proxy correction method.
Fig. 1: Comparison between existing proxy-based methods and our iterative proxy correction method.
TABLE I: Results on the MOSI and MOSEI datasets (baseline results from LNLN [19]).
MethodMOSIMOSEI
Acc-7Acc-5Acc-2F1MAECorrAcc-7Acc-5Acc-2F1MAECorr
MISA29.8533.0871.49/70.0071.28/70.331.0850.52440.8439.3971.27/75.8263.85/68.730.7800.503
Self-MM29.5534.6770.51/69.2666.60/67.541.0700.51244.7045.3873.89/77.4268.92/72.310.6950.498
MMIM31.3033.7769.14/67.0666.65/64.041.0770.50740.7541.7473.32/75.8968.72/70.320.7390.489
CENET30.3837.2571.46/67.7368.41/64.851.0800.50447.1847.8374.67/77.3470.68/74.080.6850.535
TETFN30.3034.3469.76/67.6865.69/63.291.0870.50740.3047.7069.76/67.6865.69/63.291.0870.508
ALMT30.3033.4270.40/68.3972.57/71.801.0830.49840.9241.6476.64/77.5477.14/78.030.6740.481
LNLN34.2638.2772.55/70.9472.73/71.251.0460.52745.4246.1776.30/78.1977.77/79.950.6920.530
Ours34.5238.5573.27/71.9373.03/71.931.0460.53247.1047.9478.20/78.9478.46/80.000.6640.595
Fig. 2: Overall architecture of the proposed method.
Fig. 2: Overall architecture of the proposed method.
TABLE II: Results on the SIMS dataset (baseline results from LNLN [19]).
MethodAcc-5Acc-3Acc-2F1MAECorr
MISA31.5356.8772.7166.300.5390.348
Self-MM32.2856.7572.8168.430.5080.376
MMIM31.8152.7669.8666.210.5440.339
CENET22.2953.1768.1357.900.5890.107
TETFN33.4256.9173.5868.670.5050.387
ALMT20.0045.3669.6672.760.5610.364
LNLN34.6457.1472.7379.430.5140.397
Ours35.1358.2873.0576.290.4980.404
Fig. 3: (a)–(c) show the F1 curves on MOSI, MOSEI, and SIMS. (d)–(f) show the MAE curves on MOSI, MOSEI, and SIMS.
Fig. 3: (a)–(c) show the F1 curves on MOSI, MOSEI, and SIMS. (d)–(f) show the MAE curves on MOSI, MOSEI, and SIMS.
TABLE III: Modality ablation results on the MOSI and MOSEI datasets.
MethodMOSIMOSEI
Acc-7Acc-5Acc-2F1MAECorrAcc-7Acc-5Acc-2F1MAECorr
T45.5851.7084.91 / 82.7584.84 / 82.680.7310.79052.3953.8185.75 / 84.4685.7 / 84.140.5480.769
A22.8423.0858.49 / 57.3861.27 / 59.641.3710.28041.3841.3863.84 / 71.2851.85 / 59.930.8300.152
V22.9824.8358.59 / 56.8051.78 / 53.901.3760.23042.4642.4665.30 / 71.0261.06 / 58.990.8110.244
T+A45.5351.3185.16 / 83.1984.97 / 83.070.7390.79052.2953.6885.77 / 84.6585.73 / 84.200.5490.764
T+V45.4051.3184.86 / 82.6084.70 / 82.560.7370.79052.4853.9686.08 / 84.8585.99 / 84.850.5450.768
A+V22.4024.3059.25 / 58.3156.45 / 57.041.3500.19842.5242.5265.38 / 71.2260.40 / 60.120.8120.244
Random34.5238.5573.27/71.9373.03/71.931.0460.53247.1047.9478.20/78.9478.46/80.000.6640.595
Fig. 4: Case study on three MOSI samples. Our method correctly predicts the first two cases where LNLN fails, suggesting its advantage in handling incomplete multimodal cues. Both methods fail on the third case, revealing the difficulty of highly ambiguous samples.
Fig. 4: Case study on three MOSI samples. Our method correctly predicts the first two cases where LNLN fails, suggesting its advantage in handling incomplete multimodal cues. Both methods fail on the third case, revealing the difficulty of highly ambiguous samples.
TABLE IV: Component ablation results on the MOSI and SIMS datasets
MethodMOSISIMS
Acc-7Acc-5Acc-2F1MAECorrAcc-5Acc-3Acc-2F1MAECorr
FULL34.5238.5573.27/71.9373.03/71.931.0460.53235.1358.2873.0576.290.4980.404
w/o Proxy34.5338.5772.29 / 71.8972.29 / 71.841.0530.52730.9354.9870.0562.080.5690.238
w/o Iterative34.2738.3273.19 / 71.8472.37 / 71.691.0510.53630.9855.2370.5869.740.5650.241
w/o ℒc​o​r​r34.2338.2572.37 / 71.2971.48 / 70.451.0510.52931.0555.0370.0962.120.5700.236

왜 중요한가

음성인식 오류, 통신 불안정, 사생활 보호를 위한 정보 차단 등으로 일부 정보가 빠진 채 들어오는 상황은 실제 서비스에서 흔하다. 이런 상황에서도 감정 분석이 안정적으로 작동해야 콜센터, 리뷰 분석, 대화형 AI 등에서 신뢰할 수 있는 판단을 내릴 수 있다.

이 논문의 용어

  • 멀티모달 감정 분석(MSA) · 텍스트, 음성, 영상 등 여러 형태의 정보를 함께 활용해 감정 상태를 추정하는 작업
  • 대리 표현(proxy) · 누락되거나 손상된 정보를 대신하기 위해 다른 정보로부터 만들어낸 보조 표현
  • 게이트 잔차 보정 · 얼마나 수정할지를 조절하는 게이트와 함께, 기존 값에 수정치를 더해가며 점진적으로 고치는 방식
  • 신뢰도 점수(reliability score) · 관찰된 텍스트 정보가 얼마나 믿을 만한지를 0에서 1 사이 값으로 추정한 점수
  • MAE, F1, Acc · 각각 예측 오차 크기, 분류 정확도의 균형 지표, 정답을 맞춘 비율을 나타내는 평가 지표

논문 원문 초록 (영문)

Multimodal sentiment analysis aims to infer affective states by integrating language, visual, and acoustic cues. However, real-world multimodal inputs are often incomplete or corrupted, which can weaken cross-modal complementarity and introduce misleading information into downstream fusion. Existing proxy-based methods for incomplete MSA commonly rely on one-shot proxy construction to compensate for degraded language information, but the generated proxy may be coarse or unreliable at initialization. Prematurely injecting such a proxy into multimodal reasoning can propagate initial errors and compromise sentiment prediction. To address this limitation, we propose an iterative proxy correction framework for robust incomplete MSA. Our method constructs a language-oriented proxy from non-language modalities and progressively refines it under multimodal context through gated residual correction. The corrected proxy is then adaptively fused with the observed language representation according to an estimated language reliability score, allowing the model to balance proxy-based compensation and trustworthy linguistic evidence. In addition, we introduce a stage-wise latent correction objective that uses the complete language representation as a training-time semantic anchor to stabilize the proxy refinement trajectory. Extensive experiments on MOSI, MOSEI, and SIMS under diverse missing-modality settings demonstrate that the proposed framework consistently outperforms competitive baselines and achieves robust sentiment prediction under incomplete inputs.

저자 · Zhifa Geng, Subin Huang, Hao Guo, Junjie Chen, Sanmin Liu, Chao Kong

arXiv에서 원문 보기

최신 논문

논문 전체 보기 →

METAL LAB 최신 기사

그림 출처: Zhifa Geng et al., arXiv:2608.19971, arxiv-nonexclusive