Skip to main content

Automating social science work around image tagging via various online services.

Project description

Cross-service Laber Agreement Score

Image recognition services provide different labels for the same images, with differences broadly either being different word choices for the same concept or not seeing same objects on both images. Cross-service Laber Agreement Score (COSLAB) is a method to evaluate the semantic similarity on image labels across several image recognition systems. It first produces each image a set of labels, one for each service. Then it uses word embedding models to find the closest match across label sets to see how much cross-service agreement there are for each label.

Conceptual how to use

Our work further highlights that image recognition services differ on what they see on images. Due to this, we suggest approaching them as interprentations instead of objective truths. In response, we propose two different strategies which you can employ to use them in your research:

  1. Inclusive strategy: to ensure that your work takes different interprentations into account, use more than one image recognition service to label the images. Then merge all labels together and acknowldge that results have inheritent differences emerging from different services.
  2. Rigorous strategy: to ensure that your work takes different interprentations into account, use more than one image recognition service to label the images. Then use COSLAB to choose only labels above a pre-defined threshold level for further analysis.

Use through Python code

from coslab import aws
from coslab import googlecloud
from coslab import azure_vision
from coslab import taggerresults
from coslab import tag_comparator

## establishing a container for all results
results = taggerresults.TaggerResults()

## establish classifiers
amazon = aws.AWS(api_id="", api_key="", api_region="")
google = googlecloud.GoogleCloud(service_account_info="")
azure = azure_vision.Azure(subscription_key="", endpoint="")

amazon.process_local( results, "image.png")
google.process_local( results, "image.png")
azure.process_local( results, "image.png")

results.export_pickle("image.pickle")

tag_comparator.compare_data( results )

Use through command line

You can access the full fun coslab-cli into the system, allowing

Installation

COSLAB is available via Pypi, so you can

python3 -m pip install coslab-core

References

Applications

  • None yet. Please let us know if you use it.

Acknowledgments

We generiously thank C. V. Åkerlund Foundation for supporting this work.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coslab_core-1.0.0.tar.gz (19.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coslab_core-1.0.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file coslab_core-1.0.0.tar.gz.

File metadata

  • Download URL: coslab_core-1.0.0.tar.gz
  • Upload date:
  • Size: 19.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for coslab_core-1.0.0.tar.gz
Algorithm Hash digest
SHA256 618632e5c8057aac7e919b8d9b72f788ae48867b7d1111f71403ee5f06515ae5
MD5 8d8ea5acd858391a6bde523712dba1a3
BLAKE2b-256 b5d7c451b0160307096e01da9db94dffe479fc35c59a24bf854fb8e7f08511a6

See more details on using hashes here.

File details

Details for the file coslab_core-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: coslab_core-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for coslab_core-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e71bd5adb0f65514379de197715430ad46bf0f7a31ee25ca5cfd92b28867101
MD5 9e42746ea61d880b3e3b174a81b4ecae
BLAKE2b-256 8e2ee7f34bc06131237320a7b5058dee466a25edeea8e95ad2c649e198c331f1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page