Summary
This paper proposes an adaptive approach to improve data quality for training MLLMs. The method incorporates two main techniques: text rewriting and contrastive sample learning. GPT4o is used to recaption data and identify low-quality samples. The text rewriting strategy aims to preserve data volume without excessive sample removal.
Strengths
- The paper addresses a critical challenge in MLLM training data quality enhancement, which is essential for improving model performance and scalability.
- Results demonstrate the importance of dataset size and quality, highlighting the trade-offs involved in data refinement.
Weaknesses
### 1. Limited Novelty and Comparison with MLM-filter
- **Unclear Contribution Over MLM-filter**: The proposed method borrows several techniques from MLM-filter (Ln 158, Ln 193). However, the paper lacks a detailed comparison with MLM-filter both theoretically and experimentally, which is essential to establish novelty.
- **Ablation Study Insufficiencies**: In Table 6, ablation results suggest that individual techniques, i.e., contrastive sampling and caption rewriting, do not improve performance independently, as they downgrade results when applied alone. This raises concerns about the standalone effectiveness of these techniques.
- **Marginal Improvement Over MLM-filter**: As seen in Table 3, the performance difference is minimal (0.05) when using 558k samples, which challenges the claim that AITQE can be "scaled efficiently." This discrepancy suggests limited gains over MLM-filter and raises doubts about scalability claims.
- **Contradictory Analysis**: The discussion in Ln 335-349 appears to conflict with the motivation of AITQE. A primary claim is the enhancement of low-quality data, yet the analysis suggests that data removal (e.g., using 558k samples out of 2M) is inevitable, contrary to the stated goals of AITQE.
### 2. Insufficient Comparison and Incomplete Experiment Design
- **Missing Comparison with MLM-filter in Key Experiments**: Experiments in Table 4 do not include MLM-filter for comparison. Given that Table 3 indicates only a small improvement by AITQE, a broader comparison in other scaling scenarios (like in Table 4) is essential to demonstrate clear advantages.
- **Section 3.3's Contribution is Minimal**: Tables 1 and 2 are not directly related to the primary contributions of the paper and could be moved to the appendix to improve focus on the main findings. Taking a step back, the experimental design in Section 3.3 is also quite incomplete. Many experimental details could affect the results, for example, dataset size, random seed, learning rates and learning scheduler etc. More importantly, only two runs is not enough to conclude that two stage training is worse. Lastly, the difference between two run in Tab. 2 is also relatively large.
### 3. Experiments Do Not Support Proposed Method’s Advantage
- **Weak Comparison with ShareCaptioner**: The comparison in Sec. 4.3, conducted with ShareCaptioner, lacks context and significance, as both ShareCaptioner and AITQE employ GPT for recaptioning. The comparison appears to show only that GPT4o has improved over earlier GPT4V, rather than highlighting advantages of AITQE specifically.
- **Unexplained Ablation Results in Section 4.4**: Ablation studies lack a clear explanation for why individual techniques underperform in isolation and why their combination yields improvements. Presenting numerical results alone does not provide sufficient insight into the underlying mechanisms.
### 4. Other Observations
- **Limitation Description**: Regarding the absence of CoT as a limitation seems strange.