DeltaVLM: Interactive Remote Sensing Image Change Analysis via Instruction-guided Difference Perception
Paper • 2507.22346 • Published
This repository hosts the pretrained DeltaVLM checkpoint from the paper DeltaVLM: Interactive Remote Sensing Image Change Analysis via Instruction-guided Difference Perception.
checkpoint_best.pth: pretrained DeltaVLM checkpointconfigs/evaluate.yaml: example evaluation config used in the project codebaseThis checkpoint does not include the frozen base LLM weights. The original project loads a Vicuna-7B-v1.5-compatible model separately and then applies the DeltaVLM checkpoint on top.
In the local reproduction environment, the Vicuna path was substituted with a compatible llavav1.5-7b directory for loading.
After cloning the code repo and preparing the required base model plus dataset files, evaluation can be run with:
python infer_subtasks.py --cfg_path configs/evaluate.yaml --n_samples 2
Please follow the license terms of this project repository, the referenced dataset, and the required upstream base model.