See, Act, Adapt: Active Perception for Unsupervised Cross-Domain Visual Adaptation via Personalized VLM-Guided Agent
Abstract
Lay Summary
Many AI systems that understand images work well on common internet photos, but often perform much worse in new environments such as indoor 3D scenes. A common fix is to retrain the model on new data, but this is expensive, requires labels, and can make the model forget what it previously learned. Our work explores a different idea: instead of changing the vision model itself, we teach an embodied agent to move to better viewpoints. The agent learns how to look around a scene so that frozen off-the-shelf perception models can make better predictions. It does this without new human annotations and without updating the perception models’ parameters. We test this idea on three tasks: locating an object from a text description, segmenting an object, and estimating its 3D box. Across these tasks, the learned agent consistently improves results by finding more informative views. This matters because it suggests that, in new environments, better perception is not only about building better models, but also about gathering better observations. The approach offers a practical way to improve visual systems while reducing retraining costs and avoiding loss of prior knowledge.