ydk122024 / How2comm

[NeurIPS2023] How2comm: Communication-Efficient and Collaboration-Pragmatic Multi-Agent Perception
MIT License
14 stars 1 forks source link

Clarification on Comparative Method Performance #1

Closed fjhzhixi closed 9 months ago

fjhzhixi commented 9 months ago

Thank you for your excellent work. While reading your article, I have some queries regarding the performance of other methods as presented.

Could you please provide some insight into the standards or criteria used to obtain the performance metrics of these comparative methods? Your clarification on this matter would be greatly appreciated.

ydk122024 commented 9 months ago

Thank you for your attention! I answer your queries below:

The inconsistencies potentially stem from two aspects: (1) we report the reproduced results for where2comm; (2) compared to their original reports, our performance testing is performed under the noisy setting that includes the transmission delay.

The discrepancies come from the different settings of the two papers. Compared to ICCV, transmission delay is considered in NeurIPS. Also, all experiments in NeurIPS are constrained to ≈ 1 MB bandwidth consumption to reflect the narrow communication channels in real V2V/X scenarios.

fjhzhixi commented 9 months ago

Thanks for your answer, just one more question, what strategy do you use to compress the bandwidth of methods other than where2comm? As far as I know, their method does not support dynamic adjustment of bandwidth.

ydk122024 commented 9 months ago

Insightful finding. In practice, we chose a suitable compression rate to make the compressed features close to 1MB across other methods.