InfoGeo: Information-Theoretic Object-Centric Learning for Cross-View Generalizable UAV Geo-Localization
Paper • 2605.07099 • Published
Error code: RowsPostProcessingError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Independent reproduction of InfoGeo: Information-Theoretic Object-Centric Learning
for Cross-View Generalizable UAV Geo-Localization (OpenReview v6xrfEjNQv).
scripts/
mechanisms.py Claim 1 — faithful re-implementation + property tests of
CACS (Eq.7-9), CSRR (Eq.10-13), OCVA (Eq.14-17), IB (Eq.18-20)
tables_check.py Claims 2-5 — arithmetic-consistency checks of Tables 1,2,3,5
toy_retrieval.py R@1/AP/SDM/Dis@1 metric harness + toy Lstruct ablation (directional)
make_figs.py generates the poster figures from the logged JSON
outputs/
mechanisms_result.json 7/7 mechanism tests pass
tables_check_result.json 14/14 table-arithmetic checks pass
toy_retrieval_result.json metric harness + toy ablation (+2.78 R@1 from Lstruct)
poster/
poster.html print poster (60x36in, posterly landscape_4col; all gates pass)
poster_embed.html logbook embed (pinned on the Executive summary page)
poster_preview.png / .pdf
images/ figures rendered from the logged numbers
infogeo.txt extracted paper text
python3 -m pip install torch numpy scipy matplotlib pillow
cd scripts
python3 mechanisms.py # -> outputs/mechanisms_result.json (asserts 7/7)
python3 tables_check.py # -> outputs/tables_check_result.json (asserts 14/14)
python3 toy_retrieval.py # -> outputs/toy_retrieval_result.json (~1 min, CPU)
python3 make_figs.py # regenerate poster figures
github.com/HRT00/Official_InfoGeo:
SlotCrossMoE+SlotRouter = CACS; FiLM feat*(1+sigmoid(gate)) = OCVA; num_slots=16,
alpha=0.8, DINOv2-Base).