Thanks for the constructive suggestions.
### w1:Limited contribution: However, the paper lacks scientific investigation into why MLLM can perform 3D grounding with the proposed prompting and does not provide a novel perspective on the problem. The paper’s structure resembles a technical report rather than a conference contribution.
We have to restate that we think the idea is worth cherishing. The 3D grounding ability is indeed promoted by a simple and easy-to-deploy prompt. Also, we add more comparision experiments with LLM-Grounder on the ScanRefer dataset as follows:
|Method| Visual Grounder | LLM Agent | Acc@0.25 | Acc@0.5|
|---------|--------------------|--------------|-------------|-----------|
ScanRefer | ~ | ~ | 35.2 | 20.7
LERF | LERF | ~ | 4.5 | 0.3
LLM-Grounder | LERF | GPT-4 | 7.0 (+2.5) | 1.6 (+1.3)
Ours | LERF + 3DAxisPrompt | GPT-4o | 9.1 (+4.6) | 3.1 (+2.8)
Specifically, we replace the LLM Grounder with the proposed 3DAxisPrompt+GPT-4o. Each QA, the Input Text prompt of LLM-Grounder and the observation images are set as input to GPT-4o, the rest remains the same.
From the results, we can see that the 3D AxisPrompt significantly improves the performance of the grounding performance of LERF and LLM-Grounder. This shows that the 3DAxisPrompt plus the text prompt of LLM-Grounder can significantly promote grounding abilities.
Also, we consider the visual prompting process as introducing lost 3D information when capturing the 2D observation images. Following this thought, we conduct comprehensive investigation on the potential prompt format as in Section 3.2 and 3.3 and the supplement section. As for why the MLLM can perform 3D grounding with the prompting. First, we conduct the ablation study and find out the axis, ticks, and labels are all important in promoting 3D grounding. Based on the ablation study and the investigation on the potential prompt format, we try to conclude our perspective on the 'why' question, as follows:
1. Initial grounding abilities are found in the LMM, such as knowing the cup is on the desk, from the 2D images. However, this grounding ability is limited to the relative position relationship.
2. By adding the proposed visual prompts, we think it acts like a ruler or anchor for the scene. Thus, based on the relative position relationship sensing abilities, MLLM can find the object relative position to the axis, thus producing the 3D localization results.
3. To support our findings, it can be seen from the ablation study that the 3DAxisPrompt totally fails when removing the ticks of the axis. This shows that the numbers that indicate the absolute position relationship is essential and MLLM relies on the anchor to sense the 3D position from the 2D observation images. Also, when other elements of the axis are removed, 3DAxisPrompt can still work but the performance drops a little bit (3.5%). This also implies the importance of ticks.
4. In conclusion, the MLLM provoke the 3D grounding (esspecially 3D localization) based on the absolute position achored by the axis and the relative position relationship sensing.
### w2: Evaluation issues:
We enrish the Table 1 in the paper as shown below. We add the first part (adding 3D axis). Also, to better interpret the numbers in the table, we add the results of only using 3D axis without additional marker as baseline. As for no axis, the MLLM fails to provoke 3D localization.
|3D Axis |Mark Type | Prompt Elements | Scannet | Scannet|
|---------|-------------|----------------------|-----------|----------|
~ | - | - | To center | To bbx
No | 3D Mark | Mark | N/A | N/A
Yes| baseline | - | 0.391 | 0.296
Yes| 3D Mark | Mark | 0.333 | 0.216
Yes| 3D Mark | Mark+OBB | 0.350 |0.231
Yes| 3D Mark | Mark+AABB (red) |0.376 |0.219
Yes| 3D Mark | Mark+AABB (colors) |0.311 |0.207
Yes| 3D Mark | Mark+3D edge points |0.305 |0.205
Yes| 2D Mark |2D contour (colors) | 0.320|0.175
Yes| 2D Mark | Mark+2D contour (colors) | 0.271 | 0.138
Yes| 2D Mark | Mark+2D contour (colors) + CoT | 0.219 | 0.115
### w3: Scientific validity and significance
we add more comparison experiments with LLM-Grounder on the ScanRefer dataset as follows:
|Method | Visual Grounder | LLM Agent | Acc@0.25 | Acc@0.5|
|--------|-----------------|------------|------------|---------|
ScanRefer | - | - | 35.2 | 20.7
LERF | LERF | - | 4.5 | 0.3
LLM-Grounder | LERF | GPT-4 | 7.0 (+2.5) | 1.6 (+1.3)
Ours | LERF + 3DAxisPrompt | GPT-4o | 9.1 (+4.6) | 3.1 (+2.8)
### w3: Typo:
Truly sorry for the mistakes, typos will be rechecked.