AB
AiBoss
project

AddressCLIP - An end-to-end image geolocation model jointly launched by the Chinese Academy of Sciences and Alibaba Cloud

AddressCLIP is an end-to-end image geolocation model built on CLIP technology, jointly developed by the Institute of Automation, Chinese Academy of Sciences, and Alibaba Cloud. The model can achieve street-level accuracy geolocation from a single photograph, directly predicting the image capture...

What is AddressCLIP?

AddressCLIP is an end-to-end image geolocation model built on CLIP technology, jointly developed by the Institute of Automation, Chinese Academy of Sciences, and Alibaba Cloud. The model can achieve street-level accuracy in geolocation from a single photograph, directly predicting the readable text address of the image's location. Unlike traditional image geolocation methods, AddressCLIP does not rely on complex GPS systems; instead, it combines image features with geospatial distance through image-text alignment and image-geographic matching techniques. The model outperforms existing multimodal models on multiple datasets. AddressCLIP can be applied to personalized recommendations on social media and combined with large multimodal models for richer address and geographic information-related question answering.

Main functions of AddressCLIP

  • End-to-end image geolocationThe model can achieve street-level accuracy positioning using a single photograph, without relying on a complex GPS system. It combines image features with geographic information by aligning the image with address text.
  • Image-Address Text AlignmentBy improving the CLIP training framework and introducing image-address text contrast loss, image-semantic contrast loss, and image-geographic matching loss, accurate and uniform image-address text alignment is achieved.
  • Flexible reasoning abilityDuring inference, AddressCLIP can handle different forms of candidate address text, not limited to the writing rules in the training set. The model has high flexibility and generalization ability in practical applications.
  • Multimodal combination potentialIt can be combined with multimodal large models to provide richer address and geographic information related Q&A, and offer intelligent city and geographic assistant services.

AddressCLIP's technical principles

  • Data preparation and preprocessingResearchers first used a multimodal generative model (such as BLIP) to automatically annotate the semantic text of street view images, and then concatenated these semantic texts with the address text to compensate for the lack of semantic association between the images and the address text.
  • Improved contrastive learning frameworkAddressCLIP improves upon the CLIP training framework by introducing three loss functions: image-address text contrast loss, image-semantic contrast loss, and image-geographic matching loss. These loss functions help the model better align image features with address text features.
  • Manifold learning and geographic matchingInspired by manifold learning, the model assumes that two points that are close to each other in a real geographic environment should also have similar addresses and image features in the feature space. By supervising distances in the feature space based on the geographic distance between images, the model learns a more uniform feature space.
  • End-to-end reasoning abilityAfter training, AddressCLIP can infer the location where an image was captured using a given set of candidate addresses. Because the model aligns images and addresses well during training, it can flexibly handle different forms of candidate address text during inference.

AddressCLIP's project address

Application scenarios of AddressCLIP

  • Urban management and planningIn urban patrols and management, staff can quickly identify the specific address information in photos using AddressCLIP, which helps improve the efficiency of urban management.
  • Social media and news reportsOn social media platforms, users can upload photos, and AddressCLIP can automatically identify the location where the photos were taken and provide detailed address information.
  • Tourism and NavigationIn the tourism sector, tourists can use AddressCLIP to obtain detailed addresses and related information about attractions by taking photos, enabling them to better plan their trips and navigate.
  • Location-based personalized recommendationsCombined with a multimodal large model, AddressCLIP can be used for location-based personalized content recommendation on platforms such as social media.
  • Smart Cities and Geographic AssistantsIt can be combined with multimodal large models to provide more intelligent city and geographic assistant services, helping users answer questions related to address and geographic information.