Darwinian Model Upgrades: Model Evolving with Selective Compatibility
Abstract
The traditional model upgrading paradigm for retrieval requires recomputing all gallery embeddings before deploying the new model (dubbed as "backfilling"), which is quite expensive and time-consuming considering billions of instances in industrial applications. BCT presents the first step towards backward-compatible model upgrades to get rid of backfilling. It is workable but leaves the new model in a dilemma between new feature discriminativeness and new-to-old compatibility due to the undifferentiated compatibility constraints. In this work, we propose Darwinian Model Upgrades (DMU), which disentangle the inheritance and variation in the model evolving with selective backward compatibility and forward adaptation, respectively. The old-to-new heritable knowledge is measured by old feature discriminativeness, and the gallery features, especially those of poor quality, are evolved in a lightweight manner to become more adaptive in the new latent space. We demonstrate the superiority of DMU through comprehensive experiments on large-scale landmark retrieval and face recognition benchmarks. DMU effectively alleviates the new-to-new degradation at the same time improving new-to-old compatibility, rendering a more proper model upgrading paradigm in large-scale retrieval systems. Code: https://github.com/TencentARC/OpenCompatible.
Cite
Text
Zhang et al. "Darwinian Model Upgrades: Model Evolving with Selective Compatibility." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I3.25447Markdown
[Zhang et al. "Darwinian Model Upgrades: Model Evolving with Selective Compatibility." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/zhang2023aaai-darwinian/) doi:10.1609/AAAI.V37I3.25447BibTeX
@inproceedings{zhang2023aaai-darwinian,
title = {{Darwinian Model Upgrades: Model Evolving with Selective Compatibility}},
author = {Zhang, Binjie and Su, Shupeng and Ge, Yixiao and Xu, Xuyuan and Wang, Yexin and Yuan, Chun and Shou, Mike Zheng and Shan, Ying},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {3393-3400},
doi = {10.1609/AAAI.V37I3.25447},
url = {https://mlanthology.org/aaai/2023/zhang2023aaai-darwinian/}
}