Thank you for your affirmative to our contribution and thoughtful review. For the further question, we provide the responses as follows.
* **Q1:** Is it possible to give the importance of High- and Low-resolution vision tokens when they are captured by the meditative tokens for different tasks?
**A1:** Thanks for your enlightening suggestion. To answer this question, we have sampled 100 test cases for each task and report the averaged numeric importance of high- and low-resolution vision tokens when they are attended by the meditative tokens for different tasks in the following table. Specifically, for the various VTU tasks, we calculate the averaged attention scores (across all layers and attention heads) from the LLM decoder, which indicates the extent to which the meditative tokens focus on either high- or low-resolution visual tokens.
For the TSR and TQ tasks, the meditative tokens pay significantly more attention to the high-resolution visual encoder tokens. We attribute this to the fact that both tasks require more fine-grained visual information to be "deliberated" in order to construct the dense table structure. In contrast, for the TD and TQA tasks, the two visual encoders contribute almost equally to the information attended to by the meditative tokens, validating the importance of both vision encoders for these tasks.
| Task | High-res visual tokens | Low-res visual tokens|
|-------------|----------------|----------------|
| TD | 0.49 | 0.51 |
| TSR | 0.71 | 0.29 |
| TQ | 0.73 | 0.27 |
| TQA | 0.51 | 0.49 |
* **Q2:** I am wondering is it possible to generalize the meditative tokens to the versatile MLLM? If so, it may be another feasible alternative to solve the problem raised in work [1].
**A2:** Thanks for the constructive suggestion. The answer is yes. The meditative tokens are not a setting unique to the VTU domain. In general, the meditative tokens are a simple yet effective technique to help the language models better leverage different concepts involved. We believe the benefits of these tokens are not limited to relevant visual information or task types used in this work. However, exploring the broader applications of the meditative tokens on general MLLM may deviate a bit from the purpose of this work, and we leave the investigation to these potential benefits in our future work.
[1] Eyes Wide Shut? Exploring the Visual Shortcomings of Multimodal LLMs.
* **Q3:** In table 7, I notice that introducing meditative tokens can bring significant performance improvements on both perception and understanding tasks. It would be better to explain or showcase what kinds of cases can be improved by introducing this design.
**A3:** As shown in Tab.7, introducing meditative tokens can bring promising performance across VTU tasks. We compare in detail the differences in the generated results before and after the introduction of Meditative in different VTU tasks. It is observed that introducing meditative tokens mainly improves the quality of long-form responses. Also for the perception tasks including TD and TSR, introducing meditative tokens can alleviate the meaningless or repetitive word generation. For the comprehension task, TQA, introducing meditative tokens can generate more elaborated and reasonable response. As suggested, we showcase several samples for better understanding.
| Question | GT | TabPedia (w/o Meditative Tokens) | TabPedia |
|----------------|----------------|----------------|----------------|
| what is the last site's municipality? | Fukuyama| Fukuoka \nReason: The last site is Tachibana, and its municipality is Fukuoka. | Fukuyama \nReason: It is shown in the last row of the table that the last site's municipality is Fukuyama. So the answer is Fukuyama.|
| john briggs and james phillip both drove which type of car? | Honda Prelude Chevrolet | Mazda RX-7 \nReason: From the image, we can see that both John Briggs and James Phillipps drove Mazda RX-7. | Honda Prelude Chevrolet \nReason: From the image, we can see that both John Briggs and James Phillip drove the Honda Prelude Chevrolet. John Briggs drove the No.9 Honda Prelude Chevrolet, while James Phillip drove the No.10 Honda Prelude Chevrolet. So they both drove the same type of car, which is the Honda Prelude Chevrolet. |
| Output all the table element's locations in the photo. | Here is a list of all the locations of table element in the picture:\n [0.095,0.139,0.424,0.279]\n [0.095,0.375,0.458,0.620]\n [0.092,0.704,0.472,0.862]\n [0.518,0.155,0.807,0.321] | Here is a list of all the locations of table element in the picture:\n [0.095,0.139,0.426,0.329]\n [0.095,0.409,0.447,0.669]\n [0.095,0.699,0.459,0.859] | Here is a list of all the locations of table element in the picture:\n [0.096,0.140,0.422,0.281]\n [0.095,0.378,0.456,0.617]\n [0.094,0.707,0.474,0.862]\n [0.518,0.156,0.809,0.324] |